/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Proshield - Cyber Security Services HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX3
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. About Us css
06. Our Service css
07. Our Feature css
08. Our Projects css
09. Why Choose Us css
10. What We Do css
11. Our Pricing css
12. Our Testimonial css
13. Our Team css
14. CTA Box css
15. Our FAQs css
16. Our Blog css
17. Footer css
18. About Us Page css
19. Services Page css
20. Service Single css
21. Blog Archive css
22. Blog Single css
23. Projects Page css
24. Project Single css
25. Team Page css
26. Team Single css
27. Pricing Page css
28. Testimonial Page css
29. Image Gallery css
30. Video Gallery css
31. FAQs Page css
32. Contact Us Page css
33. 404 Error Page css
34. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/	

:root{
	--primary-color				: #010535;
	--secondary-color			: #F2F2F5;
	--text-color				: #707070;
	--accent-color				: #4D51AB;
	--accent-secondary-color	: #55CEE3;
	--white-color				: #FFFFFF;
	--divider-color				: #F5F5F5;
	--dark-divider-color		: #FFFFFF33;
	--error-color				: rgb(230, 87, 87);
	--default-font				: "Plus Jakarta Sans", sans-serif;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body{
	font-family: var(--default-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	background-color: var(--white-color);
	color: var(--text-color);
}

::-webkit-scrollbar-track{
	background-color: var(--secondary-color);
	border-left: 1px solid var(--secondary-color);
}
::-webkit-scrollbar{
	width: 7px;
	background-color: var(--secondary-color);
}
::-webkit-scrollbar-thumb{
	background: linear-gradient(180deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
}

p{
	line-height: 1.7em;
	margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin : 0;
	font-weight: 600;
	line-height: 1.2em;
	color: var(--primary-color);
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}

.container{
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 30px;
    padding-left: 30px;
}

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
	position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.row > *{
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters{
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters > *{
    padding-right: 0px;
    padding-left: 0px;
}

.btn-default{
	position: relative;
	display: inline-block;
    background:#0496ff;
    background-size: 200% auto;
    border-radius: 100px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
	line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 60px 17px 30px;
    transition: all 0.4s ease-in-out;
	overflow: hidden;
	z-index: 0;
}

.btn-default:hover{
	background-position: right center;
}

.btn-default::before{
	content: '\f0a9';
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-30px, -50%);
	font-size: 20px;
	color: var(--white-color);
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
}

.btn-default:hover::before{
	transform: translate(-27px, -50%);
}

.btn-default.btn-highlighted{
	background: var(--white-color);
	color: var(--accent-color);
    margin-top: 30px;
}

.btn-default.btn-highlighted::before{
	color: var(--accent-color);
}

.btn-default.btn-highlighted::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
    border-radius: 100px;
    transition: 0.4s ease-in-out;
    z-index: -1;
}

.btn-default.btn-highlighted:hover{
	background-color: transparent;
	color: var(--white-color);
}

.btn-default.btn-highlighted:hover::before{
	color: var(--white-color);
}

.btn-default.btn-highlighted:hover:after{
    width: 100%;
    left: 0;
    right: auto;
}

.cb-cursor:before{
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
}

.preloader{
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}

.section-row{
	margin-bottom: 30px;
}

.section-row .section-title{
	margin-bottom: 0;
}

.section-row .section-title{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

.section-btn{
	text-align: end;
}

.section-title-content p{
	margin: 0;
}

.section-title{
	position: relative;
	margin-bottom: 40px;
	z-index: 1;
}

.section-title h3{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: normal;
	letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary-color);
	padding-left: 30px;
    margin-bottom: 20px;
}

.section-title h3::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../images/loader.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.section-title h1{
	font-size: 32px;
	font-weight: 700;
	color: var(--white-color);
	margin-bottom: 0;
	cursor: none;
}

.section-title h2{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	cursor: none;
}

.section-title h1 span,
.section-title h2 span{
	background: linear-gradient(90.15deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
	background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title p{
	margin-top: 20px;
	margin-bottom: 0;
}

.section-title.dark-section h3,
.section-title.dark-section h1,
.section-title.dark-section h2,
.section-title.dark-section p{
	color: var(--white-color);
}

/*.section-title.dark-section h3::before{
	filter: brightness(0) invert(1);
}*/

.help-block.with-errors ul{
	margin: 0;
	text-align: left;
}

.help-block.with-errors ul li{
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

.topbar{
	background: #0496ff;
	padding: 10px 0;
}

.topbar-info-text p{
	color: var(--white-color);
	margin-bottom: 0;
}

.topbar-info-text p a{
	font-weight: 700;
	text-transform: capitalize;
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: all 0.3s ease-in-out;
}

.topbar-info-text p a:hover{
	color: var(--primary-color)	;
}

.topbar-links{
	display: flex;
	align-items: center;
	justify-content: end;
}

.topbar-contact-info{
	border-right: 1px solid var(--dark-divider-color);
	margin-right: 25px;
	padding-right: 25px;
}

.topbar-contact-info ul{
	list-style: none;
    padding: 0;
    margin: 0;
}

.topbar-contact-info ul li{
	position: relative;
    display: inline-block;
    margin-right: 20px;
	color: var(--white-color);
	opacity: 80%;
    transition: all 0.3s ease-in-out;
}

.topbar-contact-info ul li a{
    color: inherit;
}

.topbar-contact-info ul li:hover{
	color: var(--primary-color);
}

.topbar-contact-info ul li:last-child{
	margin: 0;
	padding: 0;
}

.topbar-contact-info ul li::before{
	content: '/';
	position: absolute;
	top: 0;
	right: -16px;
	bottom: 0;
	font-size: 16px;
	color: var(--white-color);
	opacity: 80%;
}

.topbar-contact-info ul li:last-child:before{
	display: none;
}

.topbar-social-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.topbar-social-links ul li{
	position: relative;
    display: inline-block;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li:last-child{
	margin: 0;
}

.topbar-social-links ul li a{
	display: block;
	color: var(--white-color);
	transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li:hover a{
	color: var(--primary-color);
}

.topbar-social-links ul li a i{
	font-size: 18px;
    color: inherit;
}

header.main-header{
	position: relative;
	border-bottom: 1px solid var(--dark-divider-color);
	z-index: 100;
}

header.main-header .header-sticky{
	position: relative;
	top: 0;
	z-index: 100;
}

header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
    transform: translateY(0);
	background-color: var(--white-color);
	border-bottom: 1px solid var(--divider-color);
}

.navbar{
	padding: 10px 0;
	align-items: center;
}

.navbar-brand{
	padding: 0;
	margin: 0;
}

.main-menu .nav-menu-wrapper{
	flex: 1;
	text-align: center;
	margin: 0 20px;
}

.main-menu .nav-menu-wrapper > ul{
	align-items: center;
	display: inline-flex;
}

.main-menu ul li{
	margin: 0;
	position: relative;
}

.main-menu ul li a{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2em;
	padding: 14px 10px !important;
	color: var(--primary-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}
.navbar-brand img{width:200px}

.main-menu ul li.submenu > a:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus{
	color: var(--accent-secondary-color);
}

.main-menu ul ul{
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0.8);
	transform-origin: top;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 230px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 100%;
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.main-menu ul li.submenu:first-child ul{
    width: 230px;
}

.main-menu ul ul ul{
	left: 100%;
	top: 0;
	text-align: left;
}

.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
    padding: 5px 0;
}

.main-menu ul li.submenu ul li.submenu > a:after{
    content: '\f105';
    float: right;
}

.main-menu ul ul li{
	margin: 0;
	padding: 0;
}

.main-menu ul ul li a{
	color: var(--white-color);
	padding: 8px 20px !important;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
    padding: 5px 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: none !important;
}
.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus{
	color: #e6e6e6;
	background-color: transparent;
	padding: 8px 20px 8px 23px !important;
}

.main-menu ul li.highlighted-menu{
    display: none;
}

.responsive-menu,
.navbar-toggle{
	display: none;
}

.responsive-menu{
	top: 0;
	position: relative;
}

.slicknav_btn{
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 8px;
}

.slicknav_icon .slicknav_icon-bar{
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child{
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child{
	margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1){
    transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2){
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3){
    transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu{
	position: absolute;
    width: 100%;
	padding: 0;
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
}

.slicknav_menu ul{
	margin: 5px 0;
}

.slicknav_menu ul ul{
	margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 8px 20px;
	color: var(--white-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover{
	background-color: transparent;
	color: var(--primary-color);
}

.slicknav_menu ul ul li a{
    padding: 8px 20px 8px 30px;
}

.slicknav_arrow{
	font-size: 0 !important;
}

.slicknav_arrow:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--white-color);
	position: absolute;
	right: 15px;
    top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after{
    transform: translateY(-52%) rotate(-180deg);
	color: var(--primary-color);
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero{
	position: relative;
	background: url('../images/hero-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 140px 0;
}

.hero::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(270deg, rgba(1, 5, 53, 0.28) 43.57%, rgba(1, 5, 53, 0.8) 100%);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero.hero-video{
	padding: 205px 0;
}

.hero.hero-video .hero-bg-video{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.hero.hero-video .hero-bg-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider-layout{
	background: none;
	padding: 0;
}

.hero.hero-slider-layout .hero-slide{
	position: relative;
    padding: 330px 0;
}

.hero.hero-slider-layout .hero-slide::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
/*    background: linear-gradient(270deg, rgba(1, 5, 53, 0.28) 43.57%, rgba(1, 5, 53, 0.8) 100%);*/    
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider-layout .hero-pagination{
	position: absolute;
    bottom: 70px;
	text-align: left;
	padding-left: calc(((100vw - 1300px) / 2) + 15px);
	z-index: 2;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: var(--white-color);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active{
    background-color: var(--accent-color);
}

.hero-content{
	position: relative;
	width: 100%;
	max-width: 635px;
	z-index: 2;
}

.hero-content-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}

.video-play-button{
	display: flex;
    align-items: center;
    justify-content: center;
}

.video-play-button a{
	height: 50px;
	width: 50px;
	background: var(--white-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: none;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.video-play-button:hover a{
	background: var(--accent-color);
}

.video-play-button i{
	font-size: 18px;
	color: var(--accent-color);
	transition: all 0.3s ease-in-out;
}

.video-play-button:hover a i{
	color: var(--white-color);
}

.video-play-button h3{
	font-size: 18px;
	text-transform: capitalize;
	color: var(--white-color);
	margin: 0;
}

.hero-content-footer{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 80px;
}

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

.hero-list ul li{
	background: url('../images/icon-check-white.svg') no-repeat;
	background-position: left top;
	background-size: 24px auto;
	line-height: 1.5em;
	text-transform: capitalize;
	color: var(--white-color);
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 25px;
	padding: 0 0 25px 35px;
}

.hero-list ul li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.our-client-images{
	display: inline-flex;
    align-items: center;
    justify-content: center;
}

.client-image{
	display: inline-block;
	border: 1px solid var(--white-color);
    border-radius: 50%;
    margin-left: -14px;
    width: 62px;
    height: 62px;
    overflow: hidden;
    z-index: 1;
}

.client-image:first-child{
    margin: 0;
}

.client-image figure{
	display: block;
}

.client-image img{
	width: 100%;
    max-width: 60px;
	border-radius: 50%;
}

.client-image.client-counter{
	background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
	text-align: center;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	transition: all 0.4s ease-in-out;
}

.client-image.client-counter:hover{
	background-position: right center;
}

.client-image.client-counter h3{
	font-size: 22px;
	color: var(--white-color);
	margin: 0;
	transition: all 0.4s ease-in-out;
}

.client-image.client-counter:hover h3{
	color: var(--primary-color);
}

.our-client-content{
	margin-top: 10px;
}

.our-client-content p{
	color: var(--white-color);
	margin-bottom: 0;
}

/************************************/
/***       05. About Us css       ***/
/************************************/

.about-us{
	padding: 100px 0;
	background:#ccc;
}

.about-us-image{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	gap: 30px;
	margin-right: 20px;
}

.about-image-box{
	width: calc(50% - 15px);
}

.about-img-2{
	margin-bottom: 30px;
}

.about-img-1 figure,
.about-img-2 figure,
.about-img-3 figure{
	display: block;
	border-radius: 30px;
}

.about-img-1 img,
.about-img-2 img,
.about-img-3 img{
	width: 100%;
	object-fit: cover;
	border-radius: 30px;
}

.about-img-1 img{
	aspect-ratio: 1 / 1.91;
}

.about-img-2 img,
.about-img-3 img{
	aspect-ratio: 1 / 1.07;
}

.get-free-security-circle{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
}

.get-free-security-circle img{
	width: 100%;
	max-width: 166px;
	animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}

.about-us-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	border-radius: 100px;
	margin-bottom: 50px;
	margin-left: 20px;
	padding-right: 20px;
}

.about-us-body-img{
	width: 200px;
	height: 145px;
	background-color: var(--white-color);
	clip-path: polygon(45% -70%,96% 50%,50% 155%,0 50%);
	display: flex;
	margin-right: 10px;
	margin-left: -20px;
}

.about-us-body-img figure{
	width: 180px;
	height: 145px;
	clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
	overflow: hidden;
}

.about-us-body-img img{
	width: 180px;
	height: 145px;
}

.about-us-body-content{
	width: calc(100% - 190px);
}

.about-us-body-content h3{
	color: var(--white-color);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.about-us-body-content p{
	color: var(--white-color);
	margin: 0;
}

.about-us-footer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 30px;
}

.about-footer-list,
.about-footer-content{
	width: calc(50% - 15px);
}

.about-footer-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.about-footer-list ul li{
	background: url('../images/icon-check.svg') no-repeat;
	background-position: left top;
	background-size: 24px auto;
	line-height: 1.5em;
	padding-left: 35px;
	margin-bottom: 20px;
}

.about-footer-list ul li:last-child{
	margin-bottom: 0;
}

.about-contact-btn{
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.about-contact-btn .icon-box{
	position: relative;
	height: 46px;
	width: 46px;
	background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
	background-size: 200% auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.about-contact-btn:hover .icon-box{
	background-position: right center;
}

.about-contact-btn .icon-box img{
	width: 100%;
	max-width: 28px;
}

.about-footer-btn-content{
	width: calc(100% - 56px);
}

.about-footer-btn-content h3{
	font-size: 20px;
	color: var(--primary-color);
	margin: 0;
}

.about-footer-btn-content h3 a{
	color: inherit;
}

/************************************/
/*** 	  06. Our Services css	  ***/
/************************************/

.our-services{
	background: #0496ff;
	padding: 60px 0 60px;
}

.service-item{
	position: relative;
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 30px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 40px;
	overflow: hidden;
	text-align: center;
}


.service-item.active:before,
.service-item:hover:before{
	height: 100%;
}

.service-item .icon-box{
	position: relative;
	margin-bottom: 90px;
	z-index: 1;
}

.service-item .icon-box img{
	width: 100%;
	max-width: 80px;
	transition: all 0.4s ease-in-out;
}

.service-item.active .icon-box img,
.service-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.service-title-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	z-index: 1;
}

.service-title{
	width: calc(100% - 55px);
}

.service-title h3{
	font-size: 20px;
	font-weight: 600;
	transition: all 0.4s ease-in-out;
}

.service-item.active .service-title h3,
.service-title h3{
	color: #0496ff;
	margin-top: 20px;
}

.service-title h3 a{
	color: inherit;
}
.service-item img{height: 150px;width: 50%;border-radius: 50%;}

.service-btn a{
	position: relative;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: flex;
	color: var(--white-color);
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-left: 15px;
	transition: all 0.4s ease-in-out;
}

.service-item.active .service-btn a,
.service-item:hover .service-btn a{
	background: var(--white-color);
	color: var(--accent-secondary-color);
}

.service-item .service-btn a:hover{
	color: var(--primary-color);
}

.service-btn a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	height: 100%;
	width: 100%;
	z-index: -1;
	transition: all 0.4s ease-in-out;
}

.service-btn a i{
	font-size: 20px;
	color: inherit;
}

.service-content{
	position: relative;
	z-index: 1;
}

.service-content p{
	margin-bottom: 0;
	transition: all 0.4s ease-in-out;
	text-align: left;
}

.service-item.active .service-content p,
.service-content p{
	color: #000;
}

/************************************/
/*** 	  07. Our Feature css	  ***/
/************************************/

.our-feature{
	padding: 100px 0;
}

.feature-image figure{
	display: block;
	border-radius: 30px;
}

.feature-image img{
	width: 100%;
	aspect-ratio: 1 / 0.62;
	object-fit: cover;
	border-radius: 30px;
}

.company-experience-info{
	display: flex;
	gap: 30px;
	margin-top: 30px;
}

.company-experience-info .feature-image{
	width: calc(65% - 15px);
}

.company-experience-info .feature-image img{
	aspect-ratio: 1 / 0.652;
}

.company-experience-box{
	width: calc(35% - 15px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 50%, var(--accent-color) 98.15%);
	background-size: 200% auto;
	text-align: center;
	border-radius: 30px;
	padding: 20px;
	transition: all 0.4s ease-in-out;
}

.company-experience-box:hover{
	background-position: right center;
}

.company-experience-content{
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.company-experience-content h2{
	font-size: 60px;
	color: var(--white-color);
	margin-bottom: 10px;
}

.company-experience-content p{
	color: var(--white-color);
	opacity: 80%;
	margin-bottom: 0;
}

.company-client-images .client-image{
	width: 32px;
    height: 32px;
	margin-left: -8px;
}

.company-client-images .client-image img{
	max-width: 30px;
}

.company-client-images .client-image.client-counter h3{
	font-size: 10px;
}

.our-feature-content{
	margin-left: 15px;
}

.ferature-list-item{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.ferature-list-item:last-child{
	margin-bottom: 0;
}

.ferature-list-item .icon-box{
	height: 60px;
	width: 60px;
	background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.ferature-list-item:hover .icon-box{
	background-position: right center;
}

.ferature-list-item .icon-box img{
	max-width: 30px;
}

.ferature-list-content{
	width: calc(100% - 80px);
}

.ferature-list-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.ferature-list-content p{
	margin-bottom: 0;
}

/************************************/
/*** 	 08. Our Projects css	  ***/
/************************************/

.our-projects{
	background: var(--secondary-color);
	padding: 100px 0;
}

.projects-list{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(--dark-divider-color);
	border-right: none;
	border-bottom: none;
	border-radius: 30px;
	overflow: hidden;
}

.project-item{
	position: relative;
	width: 25%;
	border-right: 1px solid var(--dark-divider-color);
	border-bottom: 1px solid var(--dark-divider-color);
	border-top: none;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    overflow: hidden;
    z-index: 1;
}

.project-item:nth-child(-4n + 4){
	border-radius: 0 30px 0 0;
}

.project-item:last-child{
	border-radius: 0 0 30px 0;
}

.project-image a,
.project-image figure{
	display: block;
	overflow: hidden;
	cursor: none;
}

.project-image figure::before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(85, 199, 224, 0.6) 0%, rgba(78, 82, 172, 0.6) 100%);
    height: 0;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.project-item.active .project-image a figure::before,
.project-item:hover .project-image a figure::before{
    height: 100%;
}

.project-image img{
	width: 100%;
	aspect-ratio: 1 / 1.377;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.project-item.active .project-image img,
.project-item:hover .project-image img{
	transform: scale(1.05);
}

.project-content{
	position: absolute;
	right: 30px;
	left: 30px;
	bottom: 30px;
    transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.project-item.active .project-content,
.project-item:hover .project-content{
    transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.project-content p{
	margin-bottom: 20px;
}

.project-content p a{
	display: inline-block;
    line-height: 1.2em;
	text-transform: capitalize;
	color: var(--white-color);
	border: 1px solid var(--white-color);
	border-radius: 5px;
	padding: 8px 10px;
}

.project-content h3{
	font-size: 20px;
	line-height: 1.4em;
	color: var(--white-color);
}

.project-content h3 a{
	color: inherit;
}

.section-footer-text{
	width: 100%;
	max-width: 580px;
	text-align: center;
	margin: 80px auto 0;
}

.section-footer-text p{
	margin-bottom: 0;
}

.section-footer-text p a{
	position: relative;
	font-weight: 600;
	text-transform: capitalize;
	background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
	background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	transition: all 0.3s ease-in-out;
}

.section-footer-text p a::before{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
	background-size: 200% auto;
	height: 2px;
	width: 100%;
	transition: all 0.3s ease-in-out;
}

.section-footer-text p span:hover,
.section-footer-text p a:hover,
.section-footer-text p a:hover::before{
	background-position: right center;
}

/************************************/
/*** 	 09. Why Choose Us css	  ***/
/************************************/

.why-choose-us{
	padding: 100px 0;
	background: url('../images/why-choose-bg.png'), var(--primary-color);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.why-choose-image{
	margin-right: 20px;
}

.why-choose-image figure{
	display: block;
	border-radius: 30px;
}

.why-choose-image img{
	width: 100%;
	aspect-ratio: 1 / 1.25;
	object-fit: cover;
	border-radius: 30px;
}

.why-choose-item{
	position: relative;
	background-color: var(--white-color);
	border-radius: 30px;
	box-shadow: 0px 0px 100px 2px #0000000D;
	padding: 10px 30px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.why-choose-item:before{
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.why-choose-item:hover:before{
	top: 0;
	bottom: auto;
    height: 100%;
}

.why-choose-item:last-child{
	margin-bottom: 0;
}

.why-choose-item .icon-box{
	position: relative;
	margin-right: 30px;
	z-index: 1;
}

.why-choose-item .icon-box img{
	width: 100%;
	max-width: 40px;
	transition: all 0.4s ease-in-out;
}

.why-choose-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.why-choose-item-content{
	position: relative;
	width: calc(100% - 110px);
	z-index: 1;
}

.why-choose-item-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-top: 10px;
	transition: all 0.4s ease-in-out;
}

.why-choose-item-content p{
	margin: 0;
	transition: all 0.4s ease-in-out;
}

.why-choose-item:hover .why-choose-item-content h3,
.why-choose-item:hover .why-choose-item-content p{
	color: var(--white-color);
}

.why-choose-counter-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 50px;
	border-top: 1px solid var(--dark-divider-color);
	margin-top: 80px;
	padding-top: 80px;
}

.why-choose-counter-item{
	position: relative;
	width: calc(25% - 37.5px);
	text-align: center;
}

.why-choose-counter-item:after{
	content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    bottom: 0;
    left: auto;
    transform: translateY(-50%);
    background: var(--dark-divider-color);
    width: 1px;
    height: 85%;
}

.why-choose-counter-item:last-child:after,
.why-choose-counter-item:nth-child(4n + 4)::after{
	display: none;
}

.why-choose-counter-item .icon-box{
	margin-bottom: 20px;
}

.why-choose-counter-item .icon-box img{
	width: 100%;
	max-width: 60px;
}

.why-choose-counter-content h3{
	color: var(--white-color);
	font-size: 46px;
	font-weight: 800;
	margin-bottom: 10px;
}

.why-choose-counter-content p{
	color: var(--white-color);
	font-size: 18px;
	text-transform: capitalize;
	margin: 0;
}

/************************************/
/*** 	  10. What We Do css	  ***/
/************************************/

.our-security{
	padding: 100px 0;
}

.security-content-item{
	margin-bottom: 40px;
}

.security-content-item:last-child{
	margin-bottom: 0;
}

.security-content-item h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.security-content-item p{
	margin-bottom: 0;
}

.security-image{
	margin-bottom: 40px;
}

.security-image figure{
	display: block;
	border-radius: 30px;
}

.security-image img{
	width: 100%;
	aspect-ratio: 1 / 0.51;
	object-fit: contain;
	border-radius: 30px;
	height: 200px;
}

.security-list{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	border-top: 1px solid var(--divider-color);
	margin-top: 80px;
	padding-top: 80px;
}

.security-list-item{
	width: calc(33.33% - 20px);
	background: url(../images/icon-check.svg) no-repeat;
	background-size: 26px auto;
	background-position: top left;
	padding-left: 35px;
}

.security-list-item h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.security-list-item p{
	margin-bottom: 0;
}

/************************************/
/*** 	  11. Our Pricing css	  ***/
/************************************/

.our-pricing{
	background: var(--secondary-color);
	padding: 100px 0;
}

.pricing-item{
	height: calc(100% - 30px);
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

.pricing-header{
	position: relative;
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	border-bottom: 1px solid transparent;
	padding: 30px;
}

.pricing-header h3{
	font-size: 20px;
	color: var(--white-color);
	margin-bottom: 15px;
}

.pricing-header h2{
	font-size: 46px;
	color: var(--white-color);	
	margin-bottom: 15px;
}

.pricing-header h2 sup{
    font-size: 20px;
	top: -10px;
}

.pricing-header h2 sub{
    bottom: 0;
    font-size: 16px;
    font-weight: 400;
	opacity: 80%;
}

.pricing-header p{
	color: var(--white-color);
	opacity: 80%;
	margin-bottom: 0;
}

.pricing-header .icon-box{
	position: absolute;
	top: -14px;
	right: -35px;
}

.pricing-header .icon-box img{
	width: 100%;
	max-width: 100px;
}

.pricing-body{
	padding: 30px;
}

.pricing-list{
	margin-bottom: 40px;
}

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

.pricing-list ul li{
	background-image: url('../images/icon-check.svg');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 24px auto;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding-left: 35px;
}

.pricing-list ul li:last-child{
	margin-bottom: 0;
}

.pricing-item.highlighted-box{
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
}

.pricing-item.highlighted-box .pricing-header{
	background: transparent;
	border-bottom-color: var(--dark-divider-color);
}

.pricing-item.highlighted-box .pricing-list ul li{
	color: var(--white-color);
}

.pricing-item.highlighted-box .pricing-list ul li{
	background-image: url('../images/icon-check-white.svg');
}

.pricing-item.highlighted-box .btn-default.btn-highlighted:after{
    background: var(--primary-color);
}

.pricing-benefit-list{
	margin-top: 30px;
}

.pricing-benefit-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px 50px;
}

.pricing-benefit-list ul li{
	display: flex;
	align-items: center;
	color: var(--primary-color);
}

.pricing-benefit-list ul li img{
	max-width: 20px;
	margin-right: 15px;
}

/************************************/
/*** 	12. Our Testimonial css   ***/
/************************************/

.our-testimonials{
	padding: 100px 0;
}

.testimonial-box{
	position: relative;
	background: url(../images/testimonial-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px 30px;
}

.testimonial-box::before{
	content: '';
    position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--primary-color);
	border-radius: 30px;
	opacity: 60%;
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.testimonial-video-button,
.testimonial-slider-box{
	position: relative;
	width: calc(50% - 15px);
	z-index: 1;
}

.testimonial-video-button{
	text-align: center;
}

.testimonial-video-button a{
	position: relative;
	background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
	background-size: 200% auto;
	border-radius: 100%;
	width: 74px;
	height: 74px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: none;
	transition: all 0.4s ease-in-out;
}

.testimonial-video-button a:hover{
	background-position: right center;
}

.testimonial-video-button a:before{
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 50px solid var(--divider-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
}

.testimonial-video-button a:after{
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 50px solid var(--divider-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
	animation-delay: .3s;
}

@keyframes border-zooming{
	100%{
		transform: scale(1);
		opacity: 0;
	}
}

.testimonial-video-button a i{
	font-size: 30px;
	color: var(--white-color);
	margin-left: 3px;
}

.testimonial-video-button h3{
	color: var(--white-color);
	font-size: 18px;
	font-weight: 600;
	margin-top: 40px;
	text-transform: capitalize;
}

.testimonial-slider{
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	border-radius: 30px 30px 0 30px;
	padding: 50px;
	overflow: hidden;
	margin-top: -135px;
}

.testimonial-slider .swiper-wrapper{
	cursor: none;
}

.testimonial-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 40px;
}

.testimonial-company-logo img{
	width: 100%;
	max-width: 165px;
	max-height: 40px;
}

.testimonial-quote{
	text-align: end;
}

.testimonial-quote img{
	width: 100%;
	max-width: 30px;
}

.testimonial-content{
	margin-bottom: 30px;
}

.testimonial-content p{
	font-size: 18px;
	font-weight: 500;
	color: var(--white-color);
	opacity: 80%;
	margin-bottom: 20px;
}

.testimonial-content p:last-child{
	margin-bottom: 0;
}

.testimonial-body{
	display: flex;
	align-items: center;
}

.author-image{
	margin-right: 20px;
}

.author-image figure{
	display: block;
	border-radius: 50%;
}

.author-image img{
	width: 100%;
	max-width: 50px;
	border-radius: 50%;
}

.author-content{
	width: calc(100% - 70px);
}

.author-content h3{
	color: var(--white-color);
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.author-content p{
	color: var(--white-color);
	opacity: 80%;
	text-transform: capitalize;
	margin: 0;
}

.testimonial-btn{
	position: absolute;
	bottom: 5px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: right;
	z-index: 1;
}

.testimonial-slider .testimonial-button-next,
.testimonial-slider .testimonial-button-prev{
	position: relative;
	width: 32px;
	height: 32px;
	background: var(--white-color);
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-next{
	margin-left: 20px;
}

.testimonial-slider .testimonial-button-next:hover,
.testimonial-slider .testimonial-button-prev:hover{
	background: var(--primary-color);
}

.testimonial-slider .testimonial-button-next::before,
.testimonial-slider .testimonial-button-prev::before{
	font-family: 'FontAwesome';
	content: '\f061';
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	font-size: 16px;
	color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-prev::before{
	transform: rotate(180deg);
}

.testimonial-slider .testimonial-button-next:hover::before,
.testimonial-slider .testimonial-button-prev:hover::before{
	color: var(--white-color);
}

.testimonial-contact-info{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	padding: 40px 40px 40px 0;
}

.testimonial-contact-box{
	width: calc(65% - 15px);
	display: flex;
	align-items: center;
}

.testimonial-contact-box .icon-box{
	height: 60px;
	width: 60px;
	background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}

.testimonial-contact-box:hover .icon-box{
	background-position: right center;
}

.testimonial-contact-box .icon-box img{
	width: 100%;
	max-width: 30px;
}

.testimonial-contact-content{
	width: calc(100% - 80px);
}

.testimonial-contact-content p{
	color: var(--white-color);
	font-weight: 500;
	margin: 0;
}

.testimonial-contact-content p a{
	display: inline-block;
	color: inherit;
	text-decoration: underline;
	transition: all 0.4s ease-in-out;
}

.testimonial-contact-content p a:hover{
	color: var(--accent-secondary-color);
}

.testimonial-contact-btn{
	width: calc(35% - 15px);
	text-align: end;
}

/************************************/
/*** 	   13. Our Team css  	  ***/
/************************************/

.our-team{
	background-image: url('../images/our-team-bg.png'), linear-gradient(180deg, var(--primary-color) 70%, transparent 30%); 
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 100px 0 20px;
}

.team-item{
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.team-image{
	position: relative;
}

.team-image:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	transform: scale(0);
    background: linear-gradient(180deg, rgba(85, 202, 225, 0.6) -0.01%, rgba(78, 82, 172, 0.6) 111.29%);
    border-radius: 30px;
	transition: all 0.4s ease-in-out;
    z-index: 1;
}

.team-item:hover .team-image:before{
	transform: scale(1);
}

.team-image a,
.team-image a figure{
	display: block;
	cursor: none;
	border-radius: 30px;
	overflow: hidden;
}

.team-image figure:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
	background: linear-gradient(180deg, rgba(85, 202, 225, 0) 63.54%, #4E52AC 110.14%);
	border-radius: 30px;
	transition: all 0.4s ease-in-out;
    z-index: 1;
}

.team-item:hover .team-image figure:before{
	opacity: 0;
}

.team-image a img{
	width: 100%;
	aspect-ratio: 1 / 1.36;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.team-item:hover .team-image a img{
	transform: scale(1.1);
}

.team-social-icon{
	position: absolute;
	top: 50%;
	transform: translateY(0%);
	left: 30px;
	right: 30px;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	z-index: 2;
}

.team-item:hover .team-social-icon{
	transform: translateY(-50%);
	opacity: 1;
}

.team-social-icon ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 15px;
}

.team-social-icon ul li a{
    border: 1px solid var(--white-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.team-social-icon ul li:hover a{
    background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.team-social-icon ul li a i{
    color: var(--white-color);
    font-size: 18px;
}

.team-content{
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	text-align: center;
	z-index: 2;
}

.team-content h3{
	color: var(--white-color);
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.team-content h3 a{
	color: inherit;
}

.team-content p{
	color: var(--white-color);
	opacity: 80%;
	text-transform: capitalize;
	margin: 0;
}

/************************************/
/*** 	    14. CTA Box css  	  ***/
/************************************/

.cta-box-section{
	padding: 50px 0 100px;
}

.cta-box{
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	border-radius: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px 70px;
	padding: 25px 25px 25px 60px;
}

.cta-box-content{
	width: calc(64% - 35px);
}

.cta-contact-info{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
}

.cta-contact-info:before{
    content: '';
    position: absolute;
    width: 125px;
    height: 100px;
    bottom: 10px;
    right: 0;
    transform: rotateY(180deg);
    background: url(../images/cta-box-arrow.svg) no-repeat;
	background-position: right center;
    background-size: cover;
    animation: ctamovearrow 2s infinite linear alternate;
}

@keyframes ctamovearrow{
	50%{
		right: -30px;
	}
}

.cta-contact-item{
	display: flex;
	align-items: center;
	border-right: 1px solid var(--dark-divider-color);
	margin-right: 30px;
	padding-right: 30px;
}

.cta-contact-item:last-child{
	border: none;
	margin: 0;
	padding: 0;
}

.cta-contact-item .icon-box{
	margin-right: 20px;
}

.cta-contact-item .icon-box img{
	width: 100%;
	max-width: 50px;
}

.cta-contact-content{
	width: calc(100% - 70px);
}

.cta-contact-content h3{
	font-size: 20px;
	color: var(--white-color);
	margin-bottom: 5px;
}

.cta-contact-content p{
	color: var(--white-color);
	margin-bottom: 0;
}

.cta-contact-content p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.cta-contact-content p a:hover{
	color: var(--primary-color);
}

.cta-box-image{
	width: calc(36% - 35px);
}

.cta-box-image figure{
	display: block;
	border-radius: 30px;
}

.cta-box-image img{
	width: 100%;
	aspect-ratio: 1 / 0.705;
	object-fit: cover;
	border-radius: 30px;
}

/************************************/
/*** 	   15. Our FAQs css 	  ***/
/************************************/

.our-faqs{
	padding: 100px 0;
}

.our-faqs.home-our-faqs{
	background: var(--secondary-color);
}

.faq-content{
	margin-right: 30px;
}

.faq-image figure{
	display: block;
	border-radius: 30px;
}

.faq-image img{
	width: 100%;
	aspect-ratio: 1 / 0.608;
	object-fit: cover;
	border-radius: 30px;
}

.faq-accordion .accordion-item{
	position: relative;
	background: var(--white-color);
    border: 1px solid var(--divider-color);
	border-radius: 20px;
	margin-bottom: 30px;
    padding: 0;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.faq-accordion .accordion-item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	border-radius: 20px;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.faq-accordion .accordion-item:last-child{
	margin-bottom: 0;
}

.faq-accordion .accordion-header .accordion-button{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	background: transparent;
	color: var(--primary-color);
	padding: 26px 50px 26px 30px;
	transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-header .accordion-button:not(.collapsed){
	color: var(--white-color);
   	border-bottom: 1px solid var(--dark-divider-color);
}

.faq-accordion .accordion-header .accordion-button.collapsed{
	background: var(--white-color);
	color: var(--primary-color);
}

.faq-accordion .accordion-item .accordion-button::after, 
.faq-accordion .accordion-item .accordion-button.collapsed::after{
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 900;
	color: var(--primary-color);
    position: absolute;
    right: 30px;
    top: 50%;
	transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed)::after{
	color: var(--white-color);
    transform: translateY(-50%) rotate(180deg);
}

.faq-accordion .accordion-body{
	position: relative;
	padding: 15px 50px 30px 30px;
	z-index: 1;
}

.faq-accordion .accordion-body p{
    color: var(--white-color);
	opacity: 80%;
	margin: 0;
}

/************************************/
/*** 	   16. Our Blog css 	  ***/
/************************************/

.our-blog{
	padding: 100px 0;
}

.post-item{
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.post-featured-image a{
	display: block;
	border-radius: 30px;
	overflow: hidden;
	cursor: none;
}

.post-featured-image figure:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 58.63%, var(--accent-color) 110.88%);
    z-index: 1;
}

.post-featured-image img{
    width: 100%;
	aspect-ratio: 1 / 1.02;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.post-item:hover .post-featured-image img{
    transform: scale(1.1);
}

.post-item-content{
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	z-index: 2;
}

.post-item-body h2{
	font-size: 20px;
	line-height: 1.4em;
	color: var(--white-color);
}

.post-item-body h2 a{
	color: inherit;
}

.post-item-btn a{
	height: 42px;
	width: 42px;
	border-radius: 50%;
	display: flex;
	background-color: var(--white-color);
	color: var(--accent-color);
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.post-item-btn a:hover{
	background: var(--primary-color);
	color: var(--white-color);
}

.post-item-btn a i{
	font-size: 20px;
	color: inherit;
}

/************************************/
/*** 	   17. Footer css   	  ***/
/************************************/

.main-footer{
	background: url(../images/footer-bg.png), linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 30px 0 0 0;
}

.footer-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
    border-bottom: 1px solid var(--dark-divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.footer-logo img{
	width: 100%;
	max-width: 223px;
}

.footer-social-links ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-social-links ul li{
	display: inline-block;
	margin-right: 15px;
}

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

.footer-social-links ul li a{
	border: 1px solid var(--white-color);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a{
	border-color: var(--primary-color);
}

.footer-social-links ul li a i{
	color: var(--white-color);
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a i{
	color: var(--primary-color);
}

.footer-newsletter-form{
    margin-right: 30px;
}

.footer-links h3{
	font-size: 20px;
	color: var(--white-color);
	text-transform: capitalize;
	margin-bottom: 20px;
}

.footer-links p{
	color: var(--white-color);
	margin-bottom: 30px;
}

.footer-newsletter-form .form-group{
	display: flex;
}

.footer-newsletter-form .form-group .form-control{
	width: calc(100% - 70px);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	color: var(--text-color);
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 100px;
	outline: none;
	box-shadow: none;
	padding: 15px 20px;
}

.footer-newsletter-form .form-group .form-control::placeholder{
	color: var(--text-color);
}

.footer-newsletter-form .form-group .newsletter-btn{
	background-color: var(--white-color);
	color: var(--primary-color);
	width: 60px;
	height: 60px;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin-left: 10px;
	transition: all 0.3s ease-in-out;
}

.footer-newsletter-form .form-group .newsletter-btn:hover{
	background-color: var(--primary-color);
	color: var(--white-color);
	transform: rotate(25deg);
}

.footer-newsletter-form .form-group .newsletter-btn i{
	font-size: 30px;
	color: inherit;
	padding-right: 5px;
}

.footer-quick-links{
	margin-left: 30px;
}

.footer-links ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links ul li{
	color: var(--white-color);
	text-transform: capitalize;
	line-height: 1.7em;
	margin-bottom: 10px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.footer-links ul li a:hover{
	color: var(--primary-color);
}

.footer-copyright{
	border-top: 1px solid var(--dark-divider-color);
	margin-top: 40px;
	padding: 20px 0;
}

.footer-copyright-text{
	text-align: center;
}

.footer-copyright-text p{
	color: var(--white-color);
	margin-bottom: 0;
}

/************************************/
/*** 	 18. About Us Page css	  ***/
/************************************/

.page-header{
	position: relative;
	background-image: url('../images/page-header-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 145px 0;
}

.page-header::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: linear-gradient(270deg, rgba(1, 5, 53, 0.28) 43.57%, rgba(1, 5, 53, 0.8) 100%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-header-box{
	position: relative;
	z-index: 1;
}

.page-header-box h1{
	display: inline-block;
    color: var(--white-color);
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 10px;
    cursor: none;
}

.page-header-box ol{
	margin: 0;
	padding: 0;
}

.page-header-box ol li.breadcrumb-item{
    font-weight: 500;
	text-transform: capitalize;
	line-height: normal;
	color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-box ol li.breadcrumb-item.active{
	color: var(--white-color);
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
    color: var(--white-color);
}

.our-approach{
	position: relative;
	padding: 100px 0;
	background-image: url('../images/our-approach-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.our-approach:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(242, 242, 245, 0.6) 99.12%, #F2F2F5 99.38%);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.our-approach-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.our-approach-image{
	position: relative;
	z-index: 1;
}

.our-approach-content{
	position: relative;
	margin-right: -110px;
	z-index: 2;
}

.mission-vision-item{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background: var(--white-color);
	border-radius: 30px;
	padding: 25px 30px;
	box-shadow: 0px 0px 100px 2px #0000000D;
	margin-bottom: 30px;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.mission-vision-item:before{
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.mission-vision-item:hover:before{
	top: 0;
	bottom: auto;
    height: 100%;
}

.mission-vision-item:last-child{
	margin-bottom: 0;
}

.mission-vision-item .icon-box{
	position: relative;
	margin-right: 30px;
	z-index: 1;
}

.mission-vision-item .icon-box img{
	width: 100%;
	max-width: 80px;
	transition: all 0.4s ease-in-out;
}

.mission-vision-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.mission-vision-content{
	position: relative;
	width: calc(100% - 110px);
	z-index: 1;
}

.mission-vision-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
}

.mission-vision-content p{
	margin: 0;
	transition: all 0.4s ease-in-out;
}

.mission-vision-item:hover .mission-vision-content h3,
.mission-vision-item:hover .mission-vision-content p{
	color: var(--white-color);
}

.our-approach-image figure{
	display: block;
	border-radius: 30px;
}

.our-approach-image img{
	width: 100%;
	aspect-ratio: 1 / 0.863;
	object-fit: cover;
	border-radius: 30px;
}

.what-we-do{
	padding: 100px 0;
}

.what-we-do-image{
	position: relative;
	padding: 0 80px 117px 0;
	margin-right: 30px;
}

.what-we-do-img-1 figure,
.what-we-do-img-2 figure{
	display: block;
	border-radius: 30px;
}

.what-we-do-img-1 img,
.what-we-do-img-2 img{
	width: 100%;
	object-fit: cover;	
	border-radius: 30px;
}

.what-we-do-img-1{
	position: relative;
}

.what-we-do-img-1::before{
	content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	border-radius: 30px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.what-we-do-img-1 img{
	aspect-ratio: 1 / 1.01;
}

.what-we-do-img-2{
	position: absolute;
	max-width: 270px;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.what-we-do-img-2 img{
	aspect-ratio: 1 / 0.68;
}

.company-experience-box.what-we-do-circle{
	position: absolute;
	top: 170px;
	right: 0;
	height: 160px;
	width: 160px;
	border-radius: 50%;
	padding: 15px;
	z-index: 1;
}

.company-experience-box.what-we-do-circle h2{
	color: var(--white-color);
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
}

.company-experience-box.what-we-do-circle p{
	color: var(--white-color);
	text-transform: capitalize;
	line-height: 1.4em;
	margin: 0;
}

.what-we-do-body{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.what-we-do-body ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.what-we-do-body ul li{
	background-image: url(../images/icon-check.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 35px;
}

.what-we-do-body ul li:last-child{
	margin-bottom: 0;
}

.what-we-list{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.what-we-item{
	width: calc(50% - 15px);
	display: flex;
	align-items: center;
}

.what-we-item .icon-box{
	margin-right: 20px;
}

.what-we-item .icon-box img{
	width: 100%;
	max-width: 50px;
}

.what-we-item-content{
	width: calc(100% - 70px);
}

.what-we-item-content h3{
	font-size: 20px;
	line-height: 1.4em;
	text-transform: capitalize;
}

.how-it-work{
	padding: 100px 0;
}

.how-it-work-content{
	margin-right: 30px;
}

.work-step-item{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.work-step-item::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(30px, 55px);
    border: 1px dashed var(--accent-secondary-color);
    width: 1px;
    height: 100%;
    z-index: -1;
}

.work-step-item:last-child:before{
	display: none;
}

.work-step-item:last-child{
	margin-bottom: 0px;
}

.work-step-item .work-step-no{
	height: 60px;
	width: 60px;
	background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}

.work-step-item:hover .work-step-no{
	background-position: right center;
}

.work-step-no h3{
	color: var(--white-color);
	font-size: 24px;
	font-weight: 700;
}

.work-step-content{
	width: calc(100% - 80px);
}

.work-step-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.work-step-content p{
	margin: 0;
}

.how-it-work-image{
	position: relative;
	padding-left: 80px;
}

.how-it-work-img-1 figure,
.how-it-work-img-2 figure{
	display: block;
}

.how-it-work-img-1 img,
.how-it-work-img-2 img{
	width: 100%;
	object-fit: cover;
}

.how-it-work-img-1 figure{
	border-radius: 30px;
}

.how-it-work-img-1 img{
	aspect-ratio: 1 / 1.16;
}

.how-it-work-img-2{
	position: absolute;
	max-width: 306px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border: 10px solid var(--white-color);
	border-radius: 30px;
	overflow: hidden;
	z-index: 1;
}

.how-it-work-img-2 img{
	aspect-ratio: 1 / 1.02;	
}

.our-benefits{
	background-color: var(--secondary-color);
}

.our-benefits .container-fluid{
	padding: 0;
}

.our-benefit-image{
	position: relative;
	height: 100%;
	padding-right: 85px;
	margin-right: 80px;
}

.benefit-img-1,
.benefit-img-1 figure,
.benefit-img-1 img{
	height: 100%;
}

.benefit-img-1 img{
	width: 100%;
	aspect-ratio: 1 / 1.01;
	object-fit: cover;
}

.benefit-img-2{
	position: absolute;
	max-width: 354px;
	right: -30px;
	bottom: 40px;
	border: 10px solid var(--white-color);
	border-radius: 30px;
	overflow: hidden;
	z-index: 1;
}

.benefit-img-2 figure{
	display: block;
}

.benefit-img-2 img{
	width: 100%;
    aspect-ratio: 1 / 1.21;
	object-fit: cover;
}

.contact-us-circle{
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 1;
}

.contact-us-circle img{
	width: 100%;
	max-width: 180px;
	animation: infiniterotate 20s infinite linear;
}

.our-benefit-content{
	padding: 100px 0;
	padding-right: calc(((100vw - 1300px) / 2) + 5px);
}

.our-benefit-body{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 40px;
}

.benefit-body-item{
	width: calc(50% - 15px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: var(--white-color);
	border-radius: 15px;
	padding: 15px 20px;
}

.benefit-body-item .icon-box{
	height: 60px;
    width: 60px;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    transition: all 0.4s ease-in-out;
}

.benefit-body-item:hover .icon-box{
	background-position: right center;
}

.benefit-body-item .icon-box img{
	width: 100%;
	max-width: 30px;
}

.benefit-body-item-content{
	width: calc(100% - 75px);
}

.benefit-body-item-content h3{
	font-size: 20px;
	line-height: 1.4em;
	text-transform: capitalize;
}

.our-benefit-footer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.benefit-footer-list{
	width: calc(60% - 15px);
}

.benefit-footer-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.benefit-footer-list ul li{
	background-image: url(../images/icon-check.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 35px;
}

.benefit-footer-list ul li:last-child{
	margin-bottom: 0;
}

.benefit-footer-btn{
	width: calc(40% - 15px);
}

/************************************/
/*** 	 19. Services Page css	  ***/
/************************************/

.our-services.page-services{
	padding: 100px 0 70px;
}

.page-services .service-item{
	box-shadow: 0px 0px 100px 2px #0000000D;
}

/************************************/
/*** 	20. Service Single css	  ***/
/************************************/

.page-service-single{
	padding: 100px 0;
}

.page-single-sidebar{
    position: sticky;
    top: 20px;
	margin-right: 20px;
}

.page-catagery-list{
	background-color: var(--secondary-color);
    border-radius: 30px;
	padding: 30px;
    margin-bottom: 60px;
	overflow: hidden;
}

.page-catagery-list h3{
    font-size: 20px;
    text-transform: capitalize;
	margin-bottom: 30px;
}

.page-catagery-list ul{
    list-style: none;
    margin: 0;
	padding: 0;
}

.page-catagery-list ul li{
    margin-bottom: 20px;
}

.page-catagery-list ul li:last-child{
    margin: 0;
}

.page-catagery-list ul li a{
	position: relative;
    display: block;
	line-height: 1.5em;
    text-transform: capitalize;
    color: var(--text-color);
	background-color: var(--white-color);
	border-radius: 10px;
	padding: 15px 50px 15px 15px;
	overflow: hidden;
    transition: all 0.4s ease-in-out;
	z-index: 1;
}

.page-catagery-list ul li:hover a{
    color: var(--white-color);
}

.page-catagery-list ul li a::before{
    font-family: 'FontAwesome';
    content: '\f0a9';
    position: absolute;
	font-size: 24px;
	color: var(--accent-color);
    top: 50%;
    right: 15px;
    width: 24px;
    height: 24px;
	transform: translateY(-50%);
    transition: all 0.4s ease-in-out;
}

.page-catagery-list ul li:hover a::before{
	color: var(--white-color);
}

.page-catagery-list ul li a::after{
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.page-catagery-list ul li:hover a::after{
	top: 0;
	height: 100%;
}

.sidebar-cta-box{
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	border-radius: 30px;
	padding: 40px;
}

.sidebar-cta-logo{
	margin-bottom: 20px;
}

.sidebar-cta-logo img{
	width: 100%;
	max-width: 223px;
}

.sidebar-cta-content p{
	color: var(--white-color);
	opacity: 80%;
	margin-bottom: 0;
}

.sidebar-cta-contact{
	position: relative;
	display: flex;
	align-items: center;
	border-top: 1px solid var(--dark-divider-color);
	margin-top: 30px;
	padding-top: 30px;
	z-index: 1;
}

.sidebar-cta-contact .icon-box{
	position: relative;
	background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
	background-size: 200% auto;
	border-radius: 100%;
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px 0 10px;
	transition: all 0.4s ease-in-out;
}

.sidebar-cta-contact .icon-box:hover{
	background-position: right center;
}

.sidebar-cta-contact .icon-box:before{
	content: '';
	position: absolute;
	top: -33%;
	left: -33%;
	width: 160%;
	height: 160%;
	border: 35px solid var(--divider-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
}

.sidebar-cta-contact .icon-box:after{
	content: '';
	position: absolute;
	top: -33%;
	left: -33%;
	width: 160%;
	height: 160%;
	border: 35px solid var(--divider-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1.2s infinite linear;
	animation-delay: .3s;
}

.sidebar-cta-contact .icon-box img{
	width: 100%;
	max-width: 24px;
}

.sidebar-cta-contact-content{
	width: calc(100% - 72px);
}

.sidebar-cta-contact-content h3{
	font-size: 20px;
	color: var(--white-color);
	margin-bottom: 10px;
}

.sidebar-cta-contact-content h3 a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.sidebar-cta-contact-content h3 a:hover{
	color: var(--primary-color);
	text-decoration-color: var(--primary-color);
}

.sidebar-cta-contact-content p{
	color: var(--white-color);
	opacity: 80%;
	margin-bottom: 0;
}

.page-single-slider{
    margin-bottom: 40px;
}

.page-single-slider .swiper-wrapper{
	cursor: none;
}

.page-single-slider .swiper-slide figure{
	display: block;
	overflow: hidden;
	border-radius: 30px;
}

.page-single-slider .swiper-slide figure::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(1, 5, 53, 0) 80.06%, var(--primary-color) 100%);
	width: 100%;
	height: 100%;
}

.page-single-slider .swiper-slide img{
	width: 100%;
    aspect-ratio: 1 / 0.66;
    object-fit: cover;
	border-radius: 30px;
}

.page-single-slider .page-single-pagination{
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 1;
}

.page-single-slider .page-single-pagination .swiper-pagination-bullet{
	position: relative;
    height: 12px;
    width: 12px;
    background: var(--white-color);
    opacity: 1;
    margin: 0 8px;
}

.page-single-slider .page-single-pagination .swiper-pagination-bullet:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--white-color);
    height: 0;
    width: 0;
    border-radius: 50%;
	transition: all 0.4s ease-in-out;
}

.page-single-slider .page-single-pagination .swiper-pagination-bullet-active:before{
	height: 24px;
	width: 24px;
}

.service-entry{
	margin-bottom: 60px;
}

.service-entry p{
	margin-bottom: 20px;
}

.service-entry p:last-child{
	margin-bottom: 0;
}

.service-entry h2{
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 20px;
}

.service-entry ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-entry ul li{
    background: url(../images/icon-check.svg) no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.5em;
	text-transform: capitalize;
    margin-bottom: 20px;
    padding-left: 30px;
}

.service-entry ul li:last-child{
	margin-bottom: 0;
}

.service-why-choose-box,
.service-entry-feature-box{
	margin-top: 60px;
}

.our-benefit-body.service-why-choose-list{
	margin: 40px 0;
}

.our-benefit-body.service-why-choose-list .benefit-body-item{
	background: var(--secondary-color);
	padding: 20px;
}

.service-feature-list{
	display: flex;
	gap: 30px 50px;
	flex-wrap: wrap;
	margin: 40px 0;
}

.service-feature-item{
	position: relative;
	width: calc(33.33% - 33.33px);
}

.service-feature-item::before{
	content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    background-color: var(--secondary-color);
    height: 85%;
    width: 1px;
}

.service-feature-item:nth-child(3n + 3):before,
.service-feature-item:last-child:before{
	display: none;
}

.service-feature-box{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.service-feature-box .icon-box{
	margin-right: 15px;
}

.service-feature-box .icon-box img{
	width: 100%;
	max-width: 60px;
}

.service-feature-title{
	width: calc(100% - 75px);
}

.service-feature-title h3{
	font-size: 20px;
	text-transform: capitalize;
}

.service-feature-content p{
	margin-bottom: 0;
}

.service-entry-image-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
}

.service-entry-image{
	width: calc(52% - 15px);
}

.service-entry-list-content{
	width: calc(48% - 15px);
}

.service-entry-image figure{
	display: block;
	border-radius: 30px;
}

.service-entry-image img{
	width: 100%;
	aspect-ratio: 1 / 0.823;
	object-fit: cover;
	border-radius: 30px;
}

/************************************/
/*** 	 21. Blog Archive css	  ***/
/************************************/

.page-blog{
	padding: 0px 0;
}

.page-pagination{
    margin-top: 30px;
    text-align: center;
}

.page-pagination ul{
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: var(--primary-color);
	border-radius: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 600;
	line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a, 
.page-pagination ul li a:hover{
    background: var(--primary-color);
    color: var(--white-color);
}

/************************************/
/*** 	 22. Blog Single css	  ***/
/************************************/

.page-single-post{
	padding: 100px 0;
}

.post-image{
	margin-bottom: 30px;
}

.post-image figure{
	display: block;	
	border-radius: 30px;
	overflow: hidden;
}

.post-image img{
	width: 100%;
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
	border-radius: 30px;
}

.post-content{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.post-entry{
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
    margin-bottom: 30px;
}

.post-entry:after{
    content: '';
    display: block;
    clear: both;
}

.post-entry a{
    color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6{
	font-weight: 700;
	line-height: 1.2em;
	margin: 0 0 0.435em;
}

.post-entry h1{
	font-size: 68px;
}

.post-entry h2{
	font-size: 46px;
}

.post-entry h3{
	font-size: 40px;
}

.post-entry h4{
	font-size: 30px;
}

.post-entry h5{
	font-size: 24px;
}

.post-entry h6{
	font-size: 18px;
}

.post-entry p{
	margin-bottom: 20px;
}

.post-entry p:last-child{
	margin-bottom: 0;
}

.post-entry p strong{
	color: var(--primary-color);
	font-size: 20px;
	font-weight: 600; 
}

.post-entry ol{
    margin: 0 0 30px;
}

.post-entry ul{
	padding: 0;
	margin: 20px 0 20px;
	padding-left: 20px;
}

.post-entry ol li,
.post-entry ul li{
    position: relative;
	font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--text-color);
    margin-bottom: 15px;
}

.post-entry ul li:last-child{
	margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul{
    margin-top: 20px;
    margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child{
    margin-bottom: 0;
}

.post-entry blockquote{
	background: url('../images/icon-blockquote.svg'), var(--primary-color);
	background-repeat: no-repeat;
	background-position: 35px 25px;
    background-size: 55px;
	border-radius: 30px;
    padding: 30px 30px 30px 100px;
    margin-bottom: 30px;
}

.post-entry blockquote p{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
	color: var(--white-color);
}

.post-entry blockquote p:last-child{
	margin-bottom: 0;
}

.tag-links{
    font-size: 20px;
	font-weight: 600;
    text-transform: capitalize;
	color: var(--primary-color);
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.post-tags .tag-links a{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1em;
	background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    color: var(--white-color);
	border-radius: 10px;
    padding: 12px 20px;
	transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover{
	background-position: right center;
}

.post-social-sharing{
    text-align: right;
}

.post-social-sharing ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-sharing ul li{
    display: inline-block;
    margin-right: 10px;
}

.post-social-sharing ul li:last-child{
	margin-right: 0;
}

.post-social-sharing ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    color: var(--white-color);
	border-radius: 10px;
    width: 38px;
    height: 38px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a{
	background-position: right center;
}

.post-social-sharing ul li a i{
    font-size: 18px;
    color: inherit;
}

/************************************/
/*** 	 23. Projects Page css	  ***/
/************************************/

.page-projects{
	padding: 100px 0 70px;
}

.page-projects .project-item{
	width: 100%;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.page-projects .project-item .project-image a,
.page-projects .project-item .project-image figure{
	border-radius: 30px;
	cursor: none;
}

.page-projects .project-item .project-image figure::before{
	background: linear-gradient(180deg, rgba(85, 202, 225, 0) 58.63%, var(--accent-color) 110.88%);
	height: 100%;
}

.page-projects .project-item .project-image img{
	aspect-ratio: 1 / 0.99;
}

.page-projects .project-item .project-content{
	transform: translateY(0px);
	opacity: 1;
    visibility: visible;
}

/************************************/
/*** 	 24. Project single css	  ***/
/************************************/

.page-project-single{
	padding: 100px 0;
}

.project-detail-list{
	background: var(--secondary-color);
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 60px;
}

.project-deatil-title{
	margin-bottom: 30px;
}

.project-deatil-title h3{
	font-size: 20px;
}

.project-detail-item{
	display: flex;
	align-items: center;
	background: var(--white-color);
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 25px;
}

.project-detail-item:last-child{
	margin-bottom: 0;
}

.project-detail-item .icon-box{
	height: 60px;
	width: 60px;
	background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.project-detail-item:hover .icon-box{
	background-position: right center;
}

.project-detail-item .icon-box img{
	width: 100%;
	max-width: 30px;
}

.project-detail-content{
	width: calc(100% - 80px);
}

.project-detail-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.project-detail-content p{
	text-transform: capitalize;
	margin-bottom: 0;
}

.project-entry{
	margin-bottom: 60px;
}

.project-entry p{
	margin-bottom: 20px;
}

.project-entry p:last-child{
	margin-bottom: 0;
}

.project-entry h2{
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 20px;
}

.project-entry h3{
	font-size: 20px;
	margin-bottom: 20px;
}

.project-entry ul{
	display: flex;
	gap: 20px 30px;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.project-entry ul li{
	width: 100%;
    background: url(../images/icon-check.svg) no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.5em;
    padding-left: 30px;
}

.project-challenge-box,
.project-scope-box{
	margin-top: 60px;
}

.project-video-list-box{
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
	align-items: center;
	margin-top: 40px;
}

.project-video-content,
.project-video-box{
	width: calc(50% - 15px);
}

.project-video-image figure{
	display: block;
	border-radius: 30px;
}

.project-video-image figure::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--primary-color);
	opacity: 30%;
	z-index: 0;
}

.project-video-image img{
	width: 100%;
	aspect-ratio: 1 / 0.856;
	object-fit: cover;
	border-radius: 30px;
}

.project-video-box{
	position: relative;
}

.project-video-box .testimonial-video-button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.project-scope-box ul li{
	width: calc(50% - 15px);
}

.project-entry-images{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	margin: 40px 0;
}

.project-entry-image{
	width: calc(50% - 15px);
}

.project-entry-image figure{
	display: block;
	border-radius: 30px;
}

.project-entry-image img{
	width: 100%;
	aspect-ratio: 1 / 0.7;
	object-fit: cover;
	border-radius: 30px;
}

.what-we-list.project-scope-list .what-we-item{
	align-items: start;
}

.what-we-list.project-scope-list .what-we-item .icon-box img{
	max-width: 60px;
}

.what-we-list.project-scope-list .what-we-item .what-we-item-content h3{
	margin-bottom: 10px;
}

/************************************/
/*** 	  25. Team Page css 	  ***/
/************************************/

.page-team{
	padding: 100px 0 70px;
}

/************************************/
/*** 	 26. Team Single css	  ***/
/************************************/

.page-team-single{
	padding: 50px 0;
}

.team-singe-image{
	margin-bottom: 20px;
}

.team-singe-image figure{
	display: block;
	border-radius: 30px;
}

.team-singe-image img{
	width: 100%;
	aspect-ratio: 1 / 1.236;
	object-fit: scale-down;
      border-radius: 30px;
      height: 250px;
}

.team-detail-box{
	background: var(--secondary-color);
	border-radius: 30px;
	padding: 30px;
}

.team-detail-content{
	margin-bottom: 30px;
}

.team-detail-content h3{
	font-size: 20px;
	margin-bottom: 20px;
}

.team-detail-content p{
	margin-bottom: 0;
}

.team-detail-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-detail-list li{
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: var(--primary-color);
	background: var(--white-color);
	display: flex;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 15px;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.team-detail-list li:last-child{
	margin-bottom: 0;
}

.team-detail-list li:hover{
	color: var(--white-color);
}

.team-detail-list ul li::before{
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.team-detail-list ul li:hover::before{
	top: 0;
	height: 100%;
}

.team-detail-list li a{
	width: 100%;
	color: inherit;
	display: flex;
	align-items: center;
}

.team-detail-list li img{
	width: 100%;
	max-width: 30px;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}

.team-detail-list li:hover img{
	filter: brightness(0) invert(1);
}

.team-member-info .section-title p{
	margin: 0 0 5px;
}

.team-member-detail{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.team-member-detail p{
	margin-bottom: 20px;
}

.team-member-detail p:last-child{
	margin-bottom: 0;
}

.member-social-list{
    display: flex;
    align-items: center;
    gap: 20px;
}

.member-social-list span{
    font-size: 20px;
    font-weight: 600;
	color: var(--primary-color);
}

.member-social-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.member-social-list ul li{
    display: inline-block;
    margin-right: 15px;
}

.member-social-list ul li a{
    background: linear-gradient(90.15deg, var(--accent-color) 0, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
}

.member-social-list ul li a:hover{
	background-position: right center;
}

.member-social-list ul li a i{
    color: var(--white-color);
    font-size: 18px;
}

.team-skills-box,
.team-experience-box,
.team-single-form{
	margin-top: 60px;
}

.team-skills-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.skills-progress-bar{
	width: calc(50% - 15px);
}

.skills-progress-bar .skill-data{
	display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.skills-progress-bar .skill-data .skill-title{
	text-transform: capitalize;
}

.skills-progress-bar .skill-data .skill-no{
	color: var(--primary-color);
}

.skills-progress-bar .skillbar .skill-progress{
	position: relative;
	width: 100%;
	height: 16px;
	background: var(--secondary-color);
	border-radius: 100px;
    overflow: hidden;
}

.skills-progress-bar .skillbar .skill-progress .count-bar{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	border-radius: 100px;
}

.team-single-list ul{
	display: flex;
	gap: 25px 30px;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.team-single-list ul li{
	width: calc(50% - 15px);
    background: url(../images/icon-check.svg) no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.5em;
    padding-left: 30px;
}

.member-contact-form .form-control{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: var(--text-color);
	background: transparent;
	border: 1px solid var(--divider-color);
	border-radius: 10px;
	padding: 17px 20px;
	box-shadow: none;
	outline: none;
}

.member-contact-form .form-control::placeholder{
	color: var(--text-color);
}

/************************************/
/*** 	 27. Pricing Page css	  ***/
/************************************/

.page-pricing{
	padding: 100px 0;
}

/************************************/
/*** 	28. Testimonial Page css  ***/
/************************************/

.page-testimonials{
	padding: 50px 0 50px;
}

.page-testimonials .testimonial-item{
	background-color: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 30px;
	padding: 40px;
	box-shadow: 0px 0px 100px 2px #0000000D;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.page-testimonials .testimonial-header{
	margin-bottom: 30px;
}

.page-testimonials .testimonial-content p{
	color: var(--text-color);
	font-size: 16px;
}

.page-testimonials .testimonial-body .author-content h3{
	color: var(--primary-color);
}

.page-testimonials .testimonial-body .author-content p{
	color: var(--text-color);
}

/************************************/
/*** 	 29. Image Gallery css	  ***/
/************************************/

.page-gallery{
	padding: 100px 0 70px;
}

.page-gallery-box .photo-gallery{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a{
	cursor: none;
}

.page-gallery-box .photo-gallery figure{
	display: block;
	border-radius: 20px;
}

.page-gallery-box .photo-gallery img{
    width: 100%;
    aspect-ratio: 1 / 0.81;
	object-fit: cover;
	border-radius: 20px;
}

/************************************/
/*** 	30. Video Gallery css     ***/
/************************************/

.page-video-gallery{
	padding: 100px 0 70px;
}

.video-gallery-image{
	overflow: hidden;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.video-gallery-image a{
	position: relative;
	display: block;
	cursor: none;
}

.video-gallery-image a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary-color);
	border-radius: 20px;
    opacity: 0%;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.video-gallery-image:hover a::before{
    opacity: 50%;
    visibility: visible;
    transform: scale(1);
}

.video-gallery-image a::after{
    content: '\f04b';
	font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
	font-size: 20px;
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	color: var(--white-color);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    cursor: none;
	display: flex;
	align-items: center;
	justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.video-gallery-image:hover a::after{
    opacity: 1;
    visibility: visible;
}

.video-gallery-image img{
	width: 100%;
    aspect-ratio: 1 / 0.81;
	object-fit: cover;
	border-radius: 20px;
}

/************************************/
/*** 	  31. FAQs Page css 	  ***/
/************************************/

.page-faqs{
	padding: 100px 0;
}

.page-faqs-accordion{
	margin-bottom: 60px;
}

.page-faqs-accordion:last-child{
	margin-bottom: 0px;
}

/************************************/
/*** 	32. Contact Us Page css   ***/
/************************************/

.page-contact-us{
	padding: 100px 0;
}

.page-contact-us .section-row .section-title{
	max-width: 600px;
}

.page-contact-box{
	position: relative;
	padding: 70px 120px 120px 120px;
	background: url('../images/contact-box-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	border: 1px solid var(--divider-color);
	box-shadow: 0px 0px 100px 2px #0000000D;
	border-radius: 30px;
	margin-top: 50px;
}

.page-contact-box:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
	opacity: 80%;
	border-radius: 30px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.contact-info-list{
	position: relative;
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	border-radius: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 100px;
	padding: 60px;
	margin: 20px 0 20px 0;
	z-index: 1;
}

.contact-info-item{
	position: relative;
	width: calc(33.33% - 66.66px);
}

.contact-info-item:before{
	content: '';
    position: absolute;
    top: 50%;
    right: -50px;
    bottom: 0;
    left: auto;
    transform: translateY(-50%);
    background: var(--dark-divider-color);
    width: 1px;
    height: 85%;
}

.contact-info-item:last-child::before,
.contact-info-item:nth-child(3n + 3)::before{
	display: none;
}

.contact-info-item .icon-box{
	position: relative;
	height: 60px;
	width: 60px;
	background: var(--white-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.contact-info-item .icon-box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--primary-color);
	border-radius: 50%;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.contact-info-item:hover .icon-box::before{
	transform: scale(1);
}

.contact-info-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 30px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.contact-info-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.contact-info-content h3{
	color: var(--white-color);
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.contact-info-content p{
	color: var(--white-color);
	opacity: 80%;
	margin: 0;
}

.contact-info-content p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.contact-info-content p a:hover{
	color: var(--primary-color);
}

.contact-us-form{
	position: relative;
	text-align: center;
	z-index: 1;
}

.member-contact-form.contact-form .form-control{
	background: var(--white-color);
}

.google-map .container-fluid{
	padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe{
    height: 650px;
    width: 100%;
}

.google-map-iframe iframe{
	filter: grayscale(100%);
	transition: all 0.4s ease-in-out;
}

.google-map-iframe iframe:hover{
	filter: grayscale(0%);
}

/************************************/
/*** 	  33. 404 Page css  	  ***/
/************************************/

.error-page{
	padding: 100px 0;
}

.error-page-image{
	text-align: center;
	margin-bottom: 30px;
}

.error-page-image img{
	width: 100%;
	max-width: 50%;
}

 .error-page-content{
	text-align: center;
}

.error-page-content .section-title{
	margin-bottom: 20px;
}

/************************************/
/***      34. Responsive css      ***/
/************************************/

@media only screen and (max-width: 991px){

	.btn-default{
		font-size: 16px;
		padding: 15px 50px 15px 20px;
    }

	.btn-default::before{
		transform: translate(-20px, -50%);
		font-size: 18px;
	}

	.btn-default:hover::before{
		transform: translate(-17px, -50%);
	}

	.topbar-info-text p{
		font-size: 14px;
	}

	.topbar-contact-info{
		margin-right: 15px;
		padding-right: 15px;
	}

	.topbar-contact-info ul li{
		font-size: 14px;
		margin-right: 15px;
	}

	.topbar-contact-info ul li::before{
		right: -12px;
		font-size: 14px;
	}

	.topbar-social-links ul li{
		margin-right: 10px;
	}

	.topbar-social-links ul li a i{
		font-size: 16px;
		margin-right: 5px;
	}

	.navbar{
		padding: 15px 0;
	}

	.main-menu ul li.highlighted-menu{
		display: block;
	}
	
	.slicknav_nav li,
	.slicknav_nav ul{
        display: block;
    }

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

	.header-btn{
		display: none;
	}

	.section-row{
		margin-bottom: 40px;
	}

	.section-row .section-title{
		max-width: 100%;
	}

	.section-title{
		margin-bottom: 30px;
	}

	.section-title h3{
		padding-left: 25px;
		margin-bottom: 10px;
	}

	.section-title h3::before{
		width: 18px;
		height: 18px;
	}

	.section-title h1{
		font-size: 50px;
	}

	.section-title h2{
		font-size: 36px;
	}

	.section-title p{
		margin-top: 10px;
	}

	.section-title-content{
		margin-left: 0;
		margin-top: 15px;
	}

	.section-btn{
		text-align: left;
		margin-top: 15px;
	}

	.hero{
		padding: 100px 0;
	}

	.hero.hero-video{
		padding: 120px 0;
	}

	.hero.hero-slider-layout .hero-slide{
		padding: 120px 0;
	}
	
	.hero.hero-slider-layout .hero-pagination{
		bottom: 40px;
		padding-left: 15px;
	}

	.hero-content{
		max-width: 100%;
	}

	.video-play-button a{
		height: 45px;
		width: 45px;
	}

	.hero-content-footer{
		margin-top: 40px;
	}

	.hero-list ul li{
		background-size: 22px auto;
		background-position: left top 2px;
		margin-bottom: 15px;
		padding: 0 0 15px 30px;
	}

	.client-image{
		width: 50px;
		height: 50px;
	}

	.client-image img{
		max-width: 50px;
	}
	
	.client-image.client-counter h3{
		font-size: 20px;
	}

	.about-us{
		padding: 50px 0;
	}

	.about-us-image{
		margin-right: 0;
		margin-bottom: 30px;
	}

	.about-img-1 figure,
	.about-img-2 figure,
	.about-img-3 figure,
	.about-img-1 img,
	.about-img-2 img,
	.about-img-3 img{
		border-radius: 20px;
	}

	.about-img-1 img{
        aspect-ratio: 1 / 1.58;
    }

	.about-img-2 img,
	.about-img-3 img{
		aspect-ratio: 1 / 0.92;
	}

	.get-free-security-circle img{
		max-width: 140px;
	}

	.about-us-content{
		margin-left: 0px;
	}

	.about-us-body{
		margin-bottom: 30px;
	}

	.about-footer-list ul li{
		background-size: 20px auto;
		background-position: left top 2px;
		padding-left: 25px;
		margin-bottom: 15px;
	}

	.about-contact-btn{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.about-contact-btn .icon-box{
		height: 40px;
		width: 40px;
	}

	.about-contact-btn .icon-box img{
		max-width: 22px;
	}

	.about-footer-btn-content{
		width: calc(100% - 50px);
	}

	.our-services{
		padding: 50px 0 20px;
	}

	.service-item{
		border-radius: 20px;
		padding: 30px;
	}

	.service-item .icon-box{
		margin-bottom: 60px;
	}

	.service-item .icon-box img{
		max-width: 60px;
	}

	.our-feature{
		padding: 50px 0;
	}

	.our-feature-images{
		margin-bottom: 30px;
	}

	.feature-image figure{
		border-radius: 20px;
	}

	.feature-image img{
		aspect-ratio: 1 / 0.48;
		border-radius: 20px;
	}

	.company-experience-info .feature-image img{
		aspect-ratio: 1 / 0.54;
	}

	.company-experience-box{
		border-radius: 20px;
		padding: 25px 20px;
	}

	.company-experience-content{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.company-experience-content h2{
		font-size: 45px;
		margin-bottom: 5px;
	}

	.our-feature-content{
		margin: 0;
	}

	.ferature-list-item{
		margin-bottom: 30px;
	}

	.ferature-list-item .icon-box{
		height: 50px;
    	width: 50px;
		margin-right: 15px;
	}

	.ferature-list-item .icon-box img{
		max-width: 25px;
	}

	.ferature-list-content{
		width: calc(100% - 65px);
	}

	.our-projects{
		padding: 50px 0;
	}

	.projects-list{
		border-radius: 20px;
	}

	.project-item{
		width: 50%;
	}

	.project-item:nth-child(-4n + 4){
		border-radius: 0;
	}

	.project-item:nth-child(-2n + 2){
		border-radius: 0 20px 0 0;
	}

	.project-item:last-child{
		border-radius: 0 0 20px 0;
	}

	.project-image img{
		aspect-ratio: 1 / 1.05;
	}

	.project-content p{
		margin-bottom: 15px;
	}

	.section-footer-text{
		max-width: 100%;
		margin: 30px auto 0;
	}

	.why-choose-us{
		padding: 50px 0;
	}

	.why-choose-image{
		margin-right: 0;
		margin-bottom: 30px;
	}

	.why-choose-image figure,
	.why-choose-image img{
		border-radius: 20px;
	}

	.why-choose-image img{
		aspect-ratio: 1 / 0.75;
	}

	.why-choose-item{
		padding: 20px 25px;
		border-radius: 20px;
		margin-bottom: 30px;
	}

	.why-choose-item .icon-box{
		margin-right: 20px;
	}

	.why-choose-item .icon-box img{
		max-width: 60px;
	}

	.why-choose-item-content{
		width: calc(100% - 80px);
	}

	.why-choose-item-content h3{
		margin-bottom: 5px;
	}

	.why-choose-counter-list{
		margin-top: 40px;
		padding-top: 40px;
	}

	.why-choose-counter-item .icon-box img{
		max-width: 50px;
	}

	.why-choose-counter-content h3{
		font-size: 36px;
	}

	.why-choose-counter-content p{
		font-size: 16px;
	}

	.our-security{
		padding: 50px 0;
	}

	.security-content-box{
		margin-bottom: 30px;
	}

	.security-content-item{
		margin-bottom: 30px;
	}

	.security-content-item h3{
		margin-bottom: 10px;
	}

	.our-security-image-content{
		display: flex;
		flex-direction: column;
	}

	.security-image{
		margin: 30px 0 0 0;
	}

	.security-image figure{
		border-radius: 20px;
	}

	.security-image img{
		aspect-ratio: 1 / 0.45;
		border-radius: 20px;
	}

	.security-list{
		margin-top: 40px;
    	padding-top: 40px;
	}

	.security-list-item{
		width: calc(50% - 15px);
		background-size: 20px auto;
		background-position: top 2px left;
		padding-left: 30px;
	}

	.security-list-item h3{
		margin-bottom: 10px;
	}

	.our-pricing{
		padding: 50px 0;
	}

	.pricing-item{
		border-radius: 20px;
	}

	.pricing-header{
		padding: 20px;
	}

	.pricing-header h3{
		margin-bottom: 10px;
	}
	
	.pricing-header h2{
		font-size: 36px;
		margin-bottom: 10px;
	}

	.pricing-header h2 sup{
		font-size: 18px;
		top: -7px;
	}

	.pricing-header .icon-box{
		top: -10px;
		right: -25px;
	}

	.pricing-header .icon-box img{
		max-width: 80px;
	}

	.pricing-body{
		padding: 20px;
	}

	.pricing-list{
		margin-bottom: 30px;
	}

	.pricing-list ul li{
		background-size: 20px auto;
		background-position: top 2px left;
		margin-bottom: 15px;
		padding-left: 25px;
	}

	.pricing-benefit-list{
		margin-top: 10px;
	}

	.pricing-benefit-list ul{
		gap: 15px 30px;
	}

	.pricing-benefit-list ul li img{
		max-width: 18px;
		margin-right: 10px;
	}

	.our-testimonials{
		padding: 50px 0;
	}

	.testimonial-box,
	.testimonial-box::before{
		border-radius: 20px;
	}

	.testimonial-box{
		padding: 60px 30px 40px;
	}

	.testimonial-video-button,
	.testimonial-slider-box{
		width: 100%;
	}

	.testimonial-video-button a{
		width: 60px;
		height: 60px;
	}

	.testimonial-video-button a:before,
	.testimonial-video-button a:after{
		top: -33%;
		left: -33%;
	}

	.testimonial-video-button a i{
		font-size: 26px;
	}

	.testimonial-slider{
		margin-top: 0;
		padding: 40px;
		border-radius: 20px;
	}

	.testimonial-header{
		margin-bottom: 30px;
	}

	.testimonial-content{
		margin-bottom: 20px;
	}

	.testimonial-content p{
		font-size: 16px;
		margin-bottom: 15px;
	}

	.testimonial-contact-info{
		margin-top: 30px;
		padding: 0;
	}

	.testimonial-contact-box .icon-box{
		height: 50px;
		width: 50px;
		margin-right: 15px;
	}

	.testimonial-contact-box .icon-box img{
		max-width: 26px;
	}

	.testimonial-contact-content{
		width: calc(100% - 65px);
	}

	.our-team{
		padding: 50px 0 0;
	}

	.team-image:before,
	.team-image a,
	.team-image a figure,
	.team-image figure:before{
		border-radius: 20px;
	}

	.team-image a img{
		aspect-ratio: 1 / 1.1;
	}

	.team-social-icon{
		left: 20px;
		right: 20px;
	}

	.team-content{
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	.cta-box-section{
		padding: 25px 0 50px;
	}

	.cta-box{
		border-radius: 20px;
		padding: 30px;
	}

	.cta-box-content,
	.cta-box-image{
		width: 100%;
	}

	.cta-contact-item .icon-box{
		margin-right: 15px;
	}

	.cta-contact-item .icon-box img{
		max-width: 40px;
	}

	.cta-contact-content{
		width: calc(100% - 55px);
	}

	.cta-contact-info:before{
		width: 110px;
		height: 80px;
	}

	.cta-box-image figure{
		border-radius: 20px;
	}

	.cta-box-image img{
        aspect-ratio: 1 / 0.55;
        border-radius: 20px;
    }

	.our-faqs{
		padding: 50px 0;
	}

	.faq-content{
		margin-right: 0;
		margin-bottom: 30px;
	}

	.faq-image figure,
	.faq-image img{
		border-radius: 20px;
	}

	.faq-accordion .accordion-item::before,
	.faq-accordion .accordion-item{
		border-radius: 10px;
	}

	.faq-accordion .accordion-header .accordion-button{
		padding: 20px 45px 20px 20px;
	}

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
		right: 20px;
	}

	.faq-accordion .accordion-body{
		padding: 15px 45px 20px 20px;
	}

	.our-blog{
		padding: 50px 0 20px;
	}

	.post-featured-image a{
		border-radius: 20px;
	}

	.post-featured-image img{
		aspect-ratio: 1 / 0.85;
	}

	.post-item-content{
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	.post-item-btn a{
		height: 36px;
		width: 36px;
	}

	.main-footer{
		padding: 40px 0 0 0;
	}

	.footer-header{
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	.footer-logo img{
		max-width: 183px;
	}

	.footer-newsletter-form{
		margin: 0 0 30px 0;
	}

	.footer-quick-links,
	.footer-links{
		margin: 0 0 30px 0;
	}

	.footer-links h3{
		margin-bottom: 15px;
	}

	.footer-links p{
		margin-bottom: 20px;
	}

	.footer-newsletter-form .form-group .form-control{
		width: calc(100% - 60px);
		padding: 10px 20px;
	}

	.footer-newsletter-form .form-group .newsletter-btn{
		width: 50px;
		height: 50px;
	}

	.footer-newsletter-form .form-group .newsletter-btn i{
		font-size: 24px;
	}

	.footer-copyright{
		margin-top: 0;
		padding: 30px 0;
	}

	.page-header{
		padding: 80px 0;
	}
	
	.page-header-box h1{
		font-size: 50px;
	}

	.our-approach{
		padding: 50px 0;
	}

	.our-approach-content{
		margin-right: 0;
		margin-bottom: 30px;
	}

	.mission-vision-item{
		padding: 20px;
		border-radius: 20px;
	}

	.mission-vision-item .icon-box{
		margin-right: 20px;
	}

	.mission-vision-item .icon-box img{
		max-width: 60px;
	}

	.mission-vision-content{
		width: calc(100% - 80px);
	}

	.mission-vision-content h3{
		margin-bottom: 5px;
	}

	.our-approach-image figure,
	.our-approach-image img{
		border-radius: 20px;
	}

	.our-approach-image img{
		aspect-ratio: 1 / 0.7;
	}

	.what-we-do{
		padding: 50px 0;
	}

	.what-we-do-image{
		max-width: 80%;
		margin: 0 auto;
		padding: 0 80px 90px 0;
		margin-bottom: 30px;
	}

	.what-we-do-img-1 figure,
	.what-we-do-img-2 figure,
	.what-we-do-img-1 img,
	.what-we-do-img-2 img{
		border-radius: 20px;
	}

	.what-we-do-img-1::before{
		border-radius: 20px;
	}

	.company-experience-box.what-we-do-circle{
		width: 140px;
		height: 140px;
		top: 100px;
	}

	.company-experience-box.what-we-do-circle h2{
		font-size: 32px;
	}

	.company-experience-box.what-we-do-circle p{
		font-size: 14px;
	}

	.what-we-do-body{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.what-we-list{
		gap: 20px;
	}

	.what-we-item{
		width: calc(50% - 10px);
	}

	.what-we-do-body ul li{
		background-size: 20px auto;
		background-position: left top 2px;
		padding-left: 25px;
		margin-bottom: 15px;
	}

	.what-we-item .icon-box{
		margin-right: 15px;
	}

	.what-we-item .icon-box img{
		max-width: 40px;
	}

	.what-we-item-content{
		width: calc(100% - 55px);
	}

	.how-it-work{
		padding: 50px 0;
	}

	.how-it-work-content{
		margin-right: 0;
		margin-bottom: 30px;
	}

	.work-step-item{
		margin-bottom: 30px;
	}

	.work-step-item .work-step-no{
		width: 50px;
		height: 50px;
		margin-right: 15px;
	}

	.work-step-no h3{
		font-size: 22px;
	}

	.work-step-item::before{
		transform: translate(25px, 45px);
	}

	.work-step-content{
		width: calc(100% - 65px);
	}

	.work-step-content h3{
		margin-bottom: 10px;
	}

	.how-it-work-img-1 img{
		aspect-ratio: 1 / 0.85;
	}

	.how-it-work-img-1 figure,
	.how-it-work-img-1 img,
	.how-it-work-img-2{
		border-radius: 20px;
	}

	.our-benefits{
		padding: 50px 0;
	}

	.our-benefit-image{
		height: auto;
		margin: 0 15px;
		margin-bottom: 30px;
	}

	.benefit-img-1,
	.benefit-img-1 figure,
	.benefit-img-1 img{
		height: auto;
		border-radius: 20px;
	}
	
	.benefit-img-1 img{
		aspect-ratio: 1 / 0.98;
	}

	.benefit-img-2{
		max-width: 280px;
		border-radius: 20px;
		right: 0;
	}

	.contact-us-circle{
		top: 40px;
		right: 15px;
	}

	.contact-us-circle img{
		max-width: 140px;
	}

	.our-benefit-content{
		padding: 0 15px;
	}

	.our-benefit-body{
		gap: 20px;
		margin-bottom: 30px;
	}

	.benefit-body-item{
		width: calc(50% - 10px);
		padding: 12px 15px;
	}

	.benefit-body-item .icon-box{
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}

	.benefit-body-item .icon-box img{
		max-width: 25px;
	}

	.benefit-body-item-content{
		width: calc(100% - 60px);
	}

	.benefit-footer-btn,
	.benefit-footer-list{
		width: 100%;
	}

	.benefit-footer-list ul li{
		background-size: 20px auto;
		background-position: left top 2px;
		padding-left: 25px;
		margin-bottom: 10px;
	}

	.our-services.page-services{
		padding: 50px 0 20px;
	}

	.page-service-single{
		padding: 50px 0;
	}

	.page-single-sidebar{
		position: initial;
		margin: 0 0 30px 0;
	}

	.page-catagery-list{
		border-radius: 20px;
		margin-bottom: 30px;
	}

	.page-catagery-list h3{
		margin-bottom: 20px;
	}

	.page-catagery-list ul li a{
		padding: 12px 40px 12px 15px;
	}

	.page-catagery-list ul li a::before{
		font-size: 22px;
		width: 22px;
		height: 22px;
	}

	.sidebar-cta-box{
		border-radius: 20px;
		padding: 30px;
	}

	.sidebar-cta-logo{
		margin-bottom: 15px;
	}

	.sidebar-cta-logo img{
		max-width: 183px;
	}

	.sidebar-cta-contact{
		margin-top: 20px;
		padding-top: 20px;
	}

	.page-single-slider{
		margin-bottom: 30px;
	}

	.page-single-slider .swiper-slide figure{
		border-radius: 20px;
	}

	.page-single-slider .swiper-slide img{
		aspect-ratio: 1 / 0.57;
		border-radius: 20px;
	}

	.service-entry{
		margin-bottom: 30px;
	}

	.service-entry h2{
		font-size: 36px;
		margin-bottom: 15px;
	}

	.service-entry p{
		margin-bottom: 15px;
	}

	.service-entry ul li{
		background-size: 20px auto;
		background-position: top 2px left;
        margin-bottom: 15px;
        padding-left: 25px;
	}

	.service-why-choose-box,
	.service-entry-feature-box{
		margin-top: 30px;
	}

	.our-benefit-body.service-why-choose-list{
		margin: 30px 0;
	}

	.our-benefit-body.service-why-choose-list .benefit-body-item{
		padding: 15px;
	}

	.service-feature-list{
		gap: 30px;
		margin: 30px 0;
	}

	.service-feature-item{
		width: calc(33.33% - 20px);
	}

	.service-feature-item::before{
		right: -15px;
	}

	.service-feature-box .icon-box{
		margin-right: 10px;
	}

	.service-feature-box .icon-box img{
		max-width: 45px;
	}

	.service-feature-title{
		width: calc(100% - 55px);
	}

	.service-entry-image figure{
		border-radius: 20px;
	}

	.service-entry-image img{
		border-radius: 20px;
	}

	.page-blog{
		padding: 50px 0;
	}

	.page-pagination{
		margin-top: 10px;
	}

	.page-single-post{
		padding: 50px 0;
	}
	
	.post-image{
		margin-bottom: 20px;
	}
	
	.post-image figure,
	.post-image img{
		border-radius: 20px;
	}
	
	.post-entry h1,
	.post-entry h2,
	.post-entry h3,
	.post-entry h4,
	.post-entry h5,
	.post-entry h6{
		margin: 0 0 0.417em;
	}
	
	.post-entry h2{
		font-size: 36px;
	}
	
	.post-entry p{
		margin-bottom: 15px;
	}
	
	.post-entry ul li{
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.post-entry blockquote{
		background-position: 25px 25px;
		background-size: 50px;
		padding: 25px 25px 25px 85px;
		border-radius: 20px;
		margin-bottom: 20px;
	}
	
	.post-entry blockquote p{
		font-size: 18px;
	}
	
	.post-tags{
		margin-bottom: 20px;
	}
	
	.post-tags .tag-links a{
		padding: 12px 15px;
	}
	
	.post-social-sharing ul{
		text-align: left;
	}

	.page-projects{
		padding: 50px 0 20px;
	}

	.page-projects .project-item .project-image a,
	.page-projects .project-item .project-image figure{
		border-radius: 20px;
	}

	.page-project-single{
		padding: 50px 0;
	}

	.project-detail-list{
		border-radius: 20px;
		margin-bottom: 30px;
	}

	.project-deatil-title{
		margin-bottom: 20px;
	}

	.project-detail-item .icon-box{
		height: 50px;
		width: 50px;
		margin-right: 15px;
	}

	.project-detail-item .icon-box img{
		max-width: 25px;
	}

	.project-detail-content{
		width: calc(100% - 65px);
	}

	.project-entry{
		margin-bottom: 30px;
	}

	.project-entry h2{
		font-size: 36px;
		margin-bottom: 15px;
	}

	.project-entry p{
		margin-bottom: 15px;
	}

	.project-challenge-box,
	.project-scope-box{
		margin-top: 30px;
	}

	.project-entry h3{
		margin-bottom: 15px;
	}

	.project-entry ul{
		gap: 15px 20px;
	}

	.project-entry ul li{
		background-position: top 2px left;
		background-size: 20px auto;
		padding-left: 25px;
	}

	.project-video-list-box{
		margin-top: 30px;
	}

	.project-video-image figure,
	.project-video-image img{
		border-radius: 20px;
	}

	.project-scope-box ul li{
		width: calc(50% - 10px);
	}

	.project-entry-images{
		margin: 30px 0;
	}

	.project-entry-image figure{
		border-radius: 20px;
	}

	.project-entry-image img{
		aspect-ratio: 1 / 0.65;
		border-radius: 20px;
	}

	.what-we-list.project-scope-list .what-we-item .icon-box img{
		max-width: 50px;
	}

	.page-team{
		padding: 50px 0 20px;
	}

	.page-team-single{
		padding: 50px 0;
	}

	.team-singe-image{
		margin-bottom: 30px;
	}

	.team-singe-image figure{
		border-radius: 20px;
	}

	.team-singe-image img{
		aspect-ratio: 1 / 0.8;
		border-radius: 20px;
	}

	.team-detail-box{
		border-radius: 20px;
		padding: 20px;
	}

	.team-detail-content{
		margin-bottom: 20px;
	}

	.team-detail-content h3{
		margin-bottom: 10px;
	}

	.team-detail-list li{
		margin-bottom: 20px;
		font-size: 18px;
		padding: 10px;
	}

	.team-detail-list li img{
		max-width: 26px;
		margin-right: 15px;
	}

	.team-member-detail{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.team-member-detail p{
		margin-bottom: 15px;
	}

	.team-skills-box,
	.team-experience-box,
	.team-single-form{
		margin-top: 30px;
	}

	.team-single-list ul{
		gap: 20px;
	}

	.team-single-list ul li{
		width: calc(50% - 10px);
		background-size: 22px auto;
		padding-left: 25px;
	}

	.member-contact-form .form-control{
        padding: 12px 15px;
    }

	.page-pricing{
		padding: 50px 0;
	}

	.page-testimonials{
		padding: 50px 0 20px;
	}

	.page-testimonials .testimonial-item{
		border-radius: 20px;
		padding: 30px;
	}

	.page-testimonials .testimonial-header{
		margin-bottom: 20px;
	}

	.page-gallery{
		padding: 50px 0 20px;
	}

	.page-video-gallery{
		padding: 50px 0 20px;
	}

	.page-faqs{
		padding: 50px 0;
	}

	.page-faqs-accordion{
		margin-bottom: 40px;
	}

	.page-contact-us{
		padding: 50px 0;
	}

	.page-contact-us .section-row .section-title{
		max-width: 100%;
	}

	.page-contact-box{
		padding: 0 30px 60px 30px;
		margin-top: 90px;
		border-radius: 20px;
	}

	.page-contact-box:before{
		border-radius: 20px;
	}

	.contact-info-list{
		gap: 20px;
		border-radius: 20px;
		padding: 20px;
		margin: -90px 0 30px 0;
	}

	.contact-info-item{
		width: calc(33.33% - 13.33px);
	}

	.contact-info-item:before{
		right: -10px;
	}

	.contact-info-item .icon-box{
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}

	.contact-info-item .icon-box img{
		max-width: 25px;
	}

	.contact-info-content h3{
		margin-bottom: 10px;
	}

	.contact-info-content p{
		font-size: 14px;
	}

	.google-map-iframe,
	.google-map-iframe iframe{
		height: 500px;
	}

	.error-page{
		padding: 50px 0;
	}
	
	.error-page-image{
		margin-bottom: 20px;
	}

	.error-page-image img{
		max-width: 80%;
	}

	.error-page-content .section-title{
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px){

	.topbar-info-text{
		display: none;
	}

	.topbar-links{
		justify-content: center;
	}

	.section-row{
		margin-bottom: 30px;
	}

	.section-title h1{
		font-size: 30px;
	}

	.section-title h2{
		font-size: 26px;
	}

	.hero-content-body{
		gap: 20px;
		justify-content: space-between;
	}

	.about-us-image{
		gap: 20px;
    }
	
	.about-image-box{
		width: calc(50% - 10px);
	}

	.about-img-1{
		margin-top: 50px;
	}

	.about-img-2{
		margin-bottom: 20px;
	}

    .get-free-security-circle img{
        max-width: 100px;
    }

	.about-us-body{
		align-items: inherit;
		border-radius: 20px;
		margin-left: 0px;
		padding-right: 0px;
		overflow: hidden;
	}

	.about-us-body-img{
		display: block;
		width: auto;
		height: auto;
		clip-path: none;
		margin-right: 0px;
		margin-left: 0;
	}

	.about-us-body-img figure{
		width: 100%;
		height: 100%;
		clip-path: none;
	}

	.about-us-body-img img{
		width: 130px;
		height: 100%;
	}

	.about-us-body-content{
		width: calc(100% - 130px);
		height: 100%;
		padding: 12px;
	}

	.about-us-body-content h3{
		font-size: 16px;
	}

	.about-us-body-content p{
		font-size: 14px;
	}

	.about-footer-list,
	.about-footer-content{
		width: 100%;
	}

	.about-footer-list ul li{
        margin-bottom: 10px;
    }

	.about-footer-btn-content h3{
		font-size: 18px;
	}

	.service-item{
        padding: 20px;
    }

	.service-item .icon-box{
        margin-bottom: 30px;
    }

	.service-item .icon-box img{
        max-width: 40px;
    }

	.service-title h3{
		font-size: 18px;
	}

	.service-btn a{
		height: 35px;
		width: 35px;
	}

	.service-btn a i{
		font-size: 16px;
	}

	.feature-image img{
        aspect-ratio: 1 / 0.6;
    }

	.company-experience-info{
		display: block;
	}

	.company-experience-info .feature-image{
		width: 100%;
	}

	.company-experience-info .feature-image img{
        aspect-ratio: 1 / 0.58;
    }

	.company-experience-box{
		width: 100%;
		margin-top: 30px;
	}

	.company-experience-content h2{
        font-size: 30px;
    }

	.ferature-list-content h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.project-item{
		width: 100%;
	}

	.project-item:nth-child(-2n + 2){
        border-radius: 0;
    }

	.project-item:first-child{
		border-radius: 20px 20px 0 0;
	}

	.project-item:last-child{
		border-radius: 0 0 20px 20px;
	}

	.project-content{
		right: 20px;
		left: 20px;
		bottom: 20px;
	}

	.project-content h3{
		font-size: 18px;
	}

	.why-choose-item{
		padding: 20px;
	}

	.why-choose-item .icon-box{
        margin-right: 10px;
    }

	.why-choose-item .icon-box img{
        max-width: 50px;
    }

	.why-choose-item-content{
		width: calc(100% - 60px);
	}

	.why-choose-item-content h3{
		font-size: 18px;
	}

	.why-choose-counter-list{
        margin-top: 30px;
        padding-top: 30px;
		gap: 30px;
    }

	.why-choose-counter-item{
		width: calc(50% - 15px);
	}

	.why-choose-counter-item .icon-box{
		margin-bottom: 10px;
	}

	.why-choose-counter-item .icon-box img{
        max-width: 40px;
    }

	.why-choose-counter-content h3{
        font-size: 26px;
		margin-bottom: 5px;
    }

	.why-choose-counter-item:after{
		right: -15px;
	}

	.why-choose-counter-item:nth-child(2n + 2)::after{
		display: none;
	}

	.security-content-item h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.security-image img{
        aspect-ratio: 1 / 0.6;
    }

	.security-list{
        margin-top: 20px;
        padding-top: 20px;
    }

	.security-list-item{
        width: 100%;
    }

	.security-list-item h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.pricing-header h3{
		font-size: 18px;
	}

	.pricing-header h2{
        font-size: 26px;
    }

	.pricing-header h2 sup{
        font-size: 16px;
        top: -3px;
    }

	.pricing-header h2 sub{
		font-size: 14px;
	}

	.pricing-header .icon-box{
        top: -5px;
        right: -15px;
    }

	.pricing-header .icon-box img{
        max-width: 60px;
    }

	.pricing-benefit-list ul{
		gap: 15px;
	}

	.pricing-benefit-list ul li{
		width: calc(50% - 7.5px);
		font-size: 12px;
	}

	.pricing-benefit-list ul li img{
		max-width: 16px;
		margin-right: 5px;
	}

	.testimonial-box{
        padding: 50px 20px 30px;
    }

	.testimonial-video-button h3{
		font-size: 16px;
	}

	.testimonial-slider{
        padding: 20px;
    }

	.testimonial-company-logo img{
		max-width: 130px;
	}

	.testimonial-header{
        margin-bottom: 20px;
    }

	.testimonial-content p{
		font-size: 14px;
        margin-bottom: 10px;
    }

	.author-image{
		margin-right: 10px;
	}

	.author-content{
		width: calc(100% - 60px);
	}

	.author-content h3{
		font-size: 18px;
	}

	.testimonial-btn{
        position: relative;
		bottom: 0;
        justify-content: center;
        margin-top: 20px;
    }

	.testimonial-slider .testimonial-button-next{
		margin-left: 10px;
	}

	.testimonial-contact-box,
	.testimonial-contact-btn{
        width: 100%;
		text-align: start;
    }

	.testimonial-contact-content p{
		font-size: 14px;
	}

	.team-content h3{
		font-size: 18px;
	}

	.cta-box{
		padding: 20px;
    }

	.cta-contact-info:before{
		width: 80px;
		height: 70px;
		opacity: 60%;
		bottom: 0;
		right: 3px;
		transform: rotate(198deg);
	}

	@keyframes ctamovearrow{
		50%{
			right: -15px;
		}
	}
	
	.cta-contact-item{
		border-bottom: 1px solid var(--dark-divider-color);
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
		border-right: none;
	}

	.cta-contact-content h3{
		font-size: 18px;
	}

	.cta-contact-item .icon-box{
        margin-right: 10px;
    }

	.cta-contact-item .icon-box img{
        max-width: 35px;
    }

	.cta-contact-content{
        width: calc(100% - 45px);
    }

	.cta-box-image img{
        aspect-ratio: 1 / 0.65;
    }

	.faq-accordion .accordion-header .accordion-button{
		font-size: 18px;
		padding: 14px 40px 14px 14px;
    }

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
		font-size: 18px;
		right: 14px;
	}

	.faq-accordion .accordion-body{
        padding: 10px 14px 14px;
    }

	.post-item-body h2{
		font-size: 18px;
	}

	.footer-header{
		display: block;
		margin-bottom: 30px;
        padding-bottom: 30px;
	}

	.footer-logo{
		margin-bottom: 20px;
	}

	.footer-social-links ul li{
		margin-right: 10px;
	}

	.footer-links h3{
        font-size: 18px;
    }

	.footer-copyright{
        padding: 15px 0;
    }

	.page-header-box h1{
		font-size: 30px;
	}

	.mission-vision-item .icon-box{
        margin-right: 10px;
    }

	.mission-vision-item .icon-box img{
        max-width: 40px;
    }

	.mission-vision-content{
        width: calc(100% - 50px);
    }

	.mission-vision-content h3{
		font-size: 18px;
	}

	.mission-vision-content p{
		font-size: 14px;
	}

	.our-approach-image img{
		aspect-ratio: 1 / 0.86;
	}

	.what-we-do-image{
		max-width: 100%;
		padding: 0 40px 60px 0;
	}

	.what-we-do-img-1::before{
		top: 10px;
		left: 10px;
	}

	.what-we-do-img-2{
		max-width: 170px;
	}

	.company-experience-box.what-we-do-circle{
		width: 110px;
        height: 110px;
		top: 30px;
		padding: 10px;
	}

	.company-experience-box.what-we-do-circle h2{
		font-size: 24px;
		margin-bottom: 5px;
	}

	.company-experience-box.what-we-do-circle p{
		font-size: 12px;
	}

	.what-we-item{
		width: 100%;
	}

	.what-we-item-content h3{
		font-size: 18px;
	}

	.work-step-item{
        margin-bottom: 20px;
    }

	.work-step-item::before{
        transform: translate(22px, 45px);
    }

	.work-step-item .work-step-no{
		width: 45px;
        height: 45px;
		margin-right: 10px;
	}

	.work-step-no h3{
        font-size: 20px;
    }
	
	.work-step-content{
		width: calc(100% - 55px);
	}

	.work-step-content h3{
		font-size: 18px;
	}

	.work-step-content p{
		font-size: 14px;
	}

	.how-it-work-image{
		padding-left: 40px;
	}

	.how-it-work-img-1 img{
		aspect-ratio: 1 / 1.1;
	}

	.how-it-work-img-2{
		max-width: 180px;
		border-width: 5px;
	}

	.our-benefit-image{
		padding-right: 50px;
	}

	.benefit-img-1 img{
        aspect-ratio: 1 / 1.1;
    }

	.benefit-img-2{
		max-width: 160px;
		border-width: 5px;
		bottom: 20px;
	}

	.benefit-img-2 img{
		aspect-ratio: 1 / 1.1;
	}

	.contact-us-circle{
        top: 20px;
    }

	.contact-us-circle img{
        max-width: 80px;
    }

	.benefit-body-item{
		width: 100%;
	}	

	.benefit-body-item-content h3{
		font-size: 18px;
	}

	.page-catagery-list,
	.sidebar-cta-box{
		padding: 20px;
	}

	.page-catagery-list h3{
		font-size: 18px;
	}

	.sidebar-cta-contact-content h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.page-single-slider{
        margin-bottom: 20px;
    }

	.page-single-slider .swiper-slide img{
        aspect-ratio: 1 / 0.79;
    }

	.service-entry h2{
        font-size: 26px;
    }

	.service-entry ul li{
        margin-bottom: 10px;
    }

	.service-feature-item{
        width: 100%;
    }

	.service-feature-item::before{
		top: auto;
		bottom: -15px;
		left: 50%;
		transform: translateX(-50%);
		height: 1px;
		width: 100%;
	}

	.service-feature-box{
		margin-bottom: 10px;
	}

	.service-feature-box .icon-box img{
        max-width: 40px;
    }

	.service-feature-title{
        width: calc(100% - 50px);
    }

	.service-feature-title h3{
		font-size: 18px;
	}

	.service-entry-image-list{
		gap: 20px;
	}

	.service-entry-image,
	.service-entry-list-content{
		width: 100%;
	}

	.service-entry-image img{
        aspect-ratio: 1 / 0.68;
    }

	.post-image img{
		aspect-ratio: 1 / 0.7;
	}
	
	.post-entry blockquote{
		background-position: 15px 12px;
		padding: 60px 15px 15px 15px;
	}
	
	.post-entry h2{
		font-size: 26px;
	}

	.tag-links{
		font-size: 18px;
	}
	
	.project-detail-list{
		padding: 20px;
	}

	.project-deatil-title h3{
		font-size: 18px;
	}

	.project-detail-item{
		padding: 10px;
		margin-bottom: 20px;
	}

	.project-detail-content h3{
		font-size: 18px;
	}

	.project-entry h2{
        font-size: 26px;
    }
	
	.project-video-content,
	.project-video-box{
		width: 100%;
	}

	.project-scope-box ul li{
		width: 100%;
	}
	
	.project-entry-images{
		gap: 20px;
	}

	.project-entry-image{
		width: 100%;
	}

	.what-we-list.project-scope-list .what-we-item .icon-box img{
        max-width: 40px;
    }

	.what-we-list.project-scope-list .what-we-item .what-we-item-content h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.team-singe-image img{
        aspect-ratio: 1 / 1.03;
    }

	.team-detail-content h3{
        font-size: 18px;
    }

	.team-member-info .section-title{
		margin-bottom: 20px;
	}
	
	.team-member-detail{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

	.member-social-list span{
		font-size: 18px;
	}

	.member-social-list ul li{
		margin-right: 10px;
	}

	.team-skills-list{
		gap: 20px;
	}

	.skills-progress-bar{
		width: 100%;
	}

	.team-single-list ul li{
		width: 100%;
	}

	.page-testimonials .testimonial-item{
        padding: 20px;
    }

	.page-contact-box{
        padding: 0 20px 30px 20px;
        margin-top: 50px;
    }

	.contact-info-list{
		gap: 30px;
        margin: -50px 0 30px 0;
    }

	.contact-info-item{
		width: 100%;
	}

	.contact-info-item:before{
		top: auto;
		right: 0;
		bottom: -15px;
		left: 0;
		width: 100%;
		height: 1px;
	}

	.contact-info-item:nth-child(3n + 3)::before{
		display: block;
	}
	
	.contact-info-item:last-child::before{
		display: none;
	}

	.contact-info-item .icon-box{
		margin-bottom: 15px;
	}

	.contact-info-content h3{
		font-size: 18px;
	}
	
	.google-map-iframe,
	.google-map-iframe iframe{
		height: 350px;
	}
}











/* left details sandib */
/*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */ /*!
 * Font Awesome Free 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa-fw,
.fa-li {
  text-align:center
}
.fa,
.fa-brands,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  display:inline-block;
  font-style:normal;
  font-variant:normal;
  text-rendering:auto;
  line-height:1
}
.fa-lg {
  font-size:1.33333em;
  line-height:.75em;
  vertical-align:-.0667em
}
.fa-xs {
  font-size:.75em
}
.fa-sm {
  font-size:.875em
}
.fa-1x {
  font-size:1em
}
.fa-2x,
.fa-stack-2x {
  font-size:2em
}
.fa-3x {
  font-size:3em
}
.fa-4x {
  font-size:4em
}
.fa-5x {
  font-size:5em
}
.fa-6x {
  font-size:6em
}
.fa-7x {
  font-size:7em
}
.fa-8x {
  font-size:8em
}
.fa-9x {
  font-size:9em
}
.fa-10x {
  font-size:10em
}
.fa-fw {
  width:1.25em
}
.fa-ul {
  list-style-type:none;
  margin-left:2.5em;
  padding-left:0
}
.fa-ul>li {
  position:relative
}
.fa-li {
  left:-2em;
  position:absolute;
  width:2em;
  line-height:inherit
}
.fa-border {
  border:.08em solid #eee;
  border-radius:.1em;
  padding:.2em .25em .15em
}
.fa-pull-left {
  float:left
}
.fa-pull-right {
  float:right
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right:.3em
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left:.3em
}
.fa-spin {
  animation:2s linear infinite fa-spin
}
.fa-pulse {
  animation:1s steps(8) infinite fa-spin
}
@keyframes fa-spin {
  0% {
    transform:rotate(0)
  }
  to {
    transform:rotate(1turn)
  }
}
.fa-rotate-90 {
  transform:rotate(90deg)
}
.fa-rotate-180 {
  transform:rotate(180deg)
}
.fa-rotate-270 {
  transform:rotate(270deg)
}
.fa-flip-horizontal {
  transform:scaleX(-1)
}
.fa-flip-vertical {
  transform:scaleY(-1)
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform:scale(-1)
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter:none
}
.fa-stack {
  display:inline-block;
  height:2em;
  line-height:2em;
  position:relative;
  vertical-align:middle;
  width:2.5em
}
.fa-stack-1x,
.fa-stack-2x {
  left:0;
  position:absolute;
  text-align:center;
  width:100%
}
.fa-stack-1x {
  line-height:inherit
}
.fa-inverse {
  color:#fff
}
.fa-500px:before {
  content:"\f26e"
}
.fa-accessible-icon:before {
  content:"\f368"
}
.fa-accusoft:before {
  content:"\f369"
}
.fa-acquisitions-incorporated:before {
  content:"\f6af"
}
.fa-ad:before {
  content:"\f641"
}
.fa-address-book:before {
  content:"\f2b9"
}
.fa-address-card:before {
  content:"\f2bb"
}
.fa-adjust:before {
  content:"\f042"
}
.fa-adn:before {
  content:"\f170"
}
.fa-adobe:before {
  content:"\f778"
}
.fa-adversal:before {
  content:"\f36a"
}
.fa-affiliatetheme:before {
  content:"\f36b"
}
.fa-air-freshener:before {
  content:"\f5d0"
}
.fa-airbnb:before {
  content:"\f834"
}
.fa-algolia:before {
  content:"\f36c"
}
.fa-align-center:before {
  content:"\f037"
}
.fa-align-justify:before {
  content:"\f039"
}
.fa-align-left:before {
  content:"\f036"
}
.fa-align-right:before {
  content:"\f038"
}
.fa-alipay:before {
  content:"\f642"
}
.fa-allergies:before {
  content:"\f461"
}
.fa-amazon:before {
  content:"\f270"
}
.fa-amazon-pay:before {
  content:"\f42c"
}
.fa-ambulance:before {
  content:"\f0f9"
}
.fa-american-sign-language-interpreting:before {
  content:"\f2a3"
}
.fa-amilia:before {
  content:"\f36d"
}
.fa-anchor:before {
  content:"\f13d"
}
.fa-android:before {
  content:"\f17b"
}
.fa-angellist:before {
  content:"\f209"
}
.fa-angle-double-down:before {
  content:"\f103"
}
.fa-angle-double-left:before {
  content:"\f100"
}
.fa-angle-double-right:before {
  content:"\f101"
}
.fa-angle-double-up:before {
  content:"\f102"
}
.fa-angle-down:before {
  content:"\f107"
}
.fa-angle-left:before {
  content:"\f104"
}
.fa-angle-right:before {
  content:"\f105"
}
.fa-angle-up:before {
  content:"\f106"
}
.fa-angry:before {
  content:"\f556"
}
.fa-angrycreative:before {
  content:"\f36e"
}
.fa-angular:before {
  content:"\f420"
}
.fa-ankh:before {
  content:"\f644"
}
.fa-app-store:before {
  content:"\f36f"
}
.fa-app-store-ios:before {
  content:"\f370"
}
.fa-apper:before {
  content:"\f371"
}
.fa-apple:before {
  content:"\f179"
}
.fa-apple-alt:before {
  content:"\f5d1"
}
.fa-apple-pay:before {
  content:"\f415"
}
.fa-archive:before {
  content:"\f187"
}
.fa-archway:before {
  content:"\f557"
}
.fa-arrow-alt-circle-down:before {
  content:"\f358"
}
.fa-arrow-alt-circle-left:before {
  content:"\f359"
}
.fa-arrow-alt-circle-right:before {
  content:"\f35a"
}
.fa-arrow-alt-circle-up:before {
  content:"\f35b"
}
.fa-arrow-circle-down:before {
  content:"\f0ab"
}
.fa-arrow-circle-left:before {
  content:"\f0a8"
}
.fa-arrow-circle-right:before {
  content:"\f0a9"
}
.fa-arrow-circle-up:before {
  content:"\f0aa"
}
.fa-arrow-down:before {
  content:"\f063"
}
.fa-arrow-left:before {
  content:"\f060"
}
.fa-arrow-right:before {
  content:"\f061"
}
.fa-arrow-up:before {
  content:"\f062"
}
.fa-arrows-alt:before {
  content:"\f0b2"
}
.fa-arrows-alt-h:before {
  content:"\f337"
}
.fa-arrows-alt-v:before {
  content:"\f338"
}
.fa-artstation:before {
  content:"\f77a"
}
.fa-assistive-listening-systems:before {
  content:"\f2a2"
}
.fa-asterisk:before {
  content:"\f069"
}
.fa-asymmetrik:before {
  content:"\f372"
}
.fa-at:before {
  content:"\f1fa"
}
.fa-atlas:before {
  content:"\f558"
}
.fa-atlassian:before {
  content:"\f77b"
}
.fa-atom:before {
  content:"\f5d2"
}
.fa-audible:before {
  content:"\f373"
}
.fa-audio-description:before {
  content:"\f29e"
}
.fa-autoprefixer:before {
  content:"\f41c"
}
.fa-avianex:before {
  content:"\f374"
}
.fa-aviato:before {
  content:"\f421"
}
.fa-award:before {
  content:"\f559"
}
.fa-aws:before {
  content:"\f375"
}
.fa-baby:before {
  content:"\f77c"
}
.fa-baby-carriage:before {
  content:"\f77d"
}
.fa-backspace:before {
  content:"\f55a"
}
.fa-backward:before {
  content:"\f04a"
}
.fa-bacon:before {
  content:"\f7e5"
}
.fa-balance-scale:before {
  content:"\f24e"
}
.fa-ban:before {
  content:"\f05e"
}
.fa-band-aid:before {
  content:"\f462"
}
.fa-bandcamp:before {
  content:"\f2d5"
}
.fa-barcode:before {
  content:"\f02a"
}
.fa-bars:before {
  content:"\f0c9"
}
.fa-baseball-ball:before {
  content:"\f433"
}
.fa-basketball-ball:before {
  content:"\f434"
}
.fa-bath:before {
  content:"\f2cd"
}
.fa-battery-empty:before {
  content:"\f244"
}
.fa-battery-full:before {
  content:"\f240"
}
.fa-battery-half:before {
  content:"\f242"
}
.fa-battery-quarter:before {
  content:"\f243"
}
.fa-battery-three-quarters:before {
  content:"\f241"
}
.fa-battle-net:before {
  content:"\f835"
}
.fa-bed:before {
  content:"\f236"
}
.fa-beer:before {
  content:"\f0fc"
}
.fa-behance:before {
  content:"\f1b4"
}
.fa-behance-square:before {
  content:"\f1b5"
}
.fa-bell:before {
  content:"\f0f3"
}
.fa-bell-slash:before {
  content:"\f1f6"
}
.fa-bezier-curve:before {
  content:"\f55b"
}
.fa-bible:before {
  content:"\f647"
}
.fa-bicycle:before {
  content:"\f206"
}
.fa-bimobject:before {
  content:"\f378"
}
.fa-binoculars:before {
  content:"\f1e5"
}
.fa-biohazard:before {
  content:"\f780"
}
.fa-birthday-cake:before {
  content:"\f1fd"
}
.fa-bitbucket:before {
  content:"\f171"
}
.fa-bitcoin:before {
  content:"\f379"
}
.fa-bity:before {
  content:"\f37a"
}
.fa-black-tie:before {
  content:"\f27e"
}
.fa-blackberry:before {
  content:"\f37b"
}
.fa-blender:before {
  content:"\f517"
}
.fa-blender-phone:before {
  content:"\f6b6"
}
.fa-blind:before {
  content:"\f29d"
}
.fa-blog:before {
  content:"\f781"
}
.fa-blogger:before {
  content:"\f37c"
}
.fa-blogger-b:before {
  content:"\f37d"
}
.fa-bluetooth:before {
  content:"\f293"
}
.fa-bluetooth-b:before {
  content:"\f294"
}
.fa-bold:before {
  content:"\f032"
}
.fa-bolt:before {
  content:"\f0e7"
}
.fa-bomb:before {
  content:"\f1e2"
}
.fa-bone:before {
  content:"\f5d7"
}
.fa-bong:before {
  content:"\f55c"
}
.fa-book:before {
  content:"\f02d"
}
.fa-book-dead:before {
  content:"\f6b7"
}
.fa-book-medical:before {
  content:"\f7e6"
}
.fa-book-open:before {
  content:"\f518"
}
.fa-book-reader:before {
  content:"\f5da"
}
.fa-bookmark:before {
  content:"\f02e"
}
.fa-bootstrap:before {
  content:"\f836"
}
.fa-bowling-ball:before {
  content:"\f436"
}
.fa-box:before {
  content:"\f466"
}
.fa-box-open:before {
  content:"\f49e"
}
.fa-boxes:before {
  content:"\f468"
}
.fa-braille:before {
  content:"\f2a1"
}
.fa-brain:before {
  content:"\f5dc"
}
.fa-bread-slice:before {
  content:"\f7ec"
}
.fa-briefcase:before {
  content:"\f0b1"
}
.fa-briefcase-medical:before {
  content:"\f469"
}
.fa-broadcast-tower:before {
  content:"\f519"
}
.fa-broom:before {
  content:"\f51a"
}
.fa-brush:before {
  content:"\f55d"
}
.fa-btc:before {
  content:"\f15a"
}
.fa-buffer:before {
  content:"\f837"
}
.fa-bug:before {
  content:"\f188"
}
.fa-building:before {
  content:"\f1ad"
}
.fa-bullhorn:before {
  content:"\f0a1"
}
.fa-bullseye:before {
  content:"\f140"
}
.fa-burn:before {
  content:"\f46a"
}
.fa-buromobelexperte:before {
  content:"\f37f"
}
.fa-bus:before {
  content:"\f207"
}
.fa-bus-alt:before {
  content:"\f55e"
}
.fa-business-time:before {
  content:"\f64a"
}
.fa-buysellads:before {
  content:"\f20d"
}
.fa-calculator:before {
  content:"\f1ec"
}
.fa-calendar:before {
  content:"\f133"
}
.fa-calendar-alt:before {
  content:"\f073"
}
.fa-calendar-check:before {
  content:"\f274"
}
.fa-calendar-day:before {
  content:"\f783"
}
.fa-calendar-minus:before {
  content:"\f272"
}
.fa-calendar-plus:before {
  content:"\f271"
}
.fa-calendar-times:before {
  content:"\f273"
}
.fa-calendar-week:before {
  content:"\f784"
}
.fa-camera:before {
  content:"\f030"
}
.fa-camera-retro:before {
  content:"\f083"
}
.fa-campground:before {
  content:"\f6bb"
}
.fa-canadian-maple-leaf:before {
  content:"\f785"
}
.fa-candy-cane:before {
  content:"\f786"
}
.fa-cannabis:before {
  content:"\f55f"
}
.fa-capsules:before {
  content:"\f46b"
}
.fa-car:before {
  content:"\f1b9"
}
.fa-car-alt:before {
  content:"\f5de"
}
.fa-car-battery:before {
  content:"\f5df"
}
.fa-car-crash:before {
  content:"\f5e1"
}
.fa-car-side:before {
  content:"\f5e4"
}
.fa-caret-down:before {
  content:"\f0d7"
}
.fa-caret-left:before {
  content:"\f0d9"
}
.fa-caret-right:before {
  content:"\f0da"
}
.fa-caret-square-down:before {
  content:"\f150"
}
.fa-caret-square-left:before {
  content:"\f191"
}
.fa-caret-square-right:before {
  content:"\f152"
}
.fa-caret-square-up:before {
  content:"\f151"
}
.fa-caret-up:before {
  content:"\f0d8"
}
.fa-carrot:before {
  content:"\f787"
}
.fa-cart-arrow-down:before {
  content:"\f218"
}
.fa-cart-plus:before {
  content:"\f217"
}
.fa-cash-register:before {
  content:"\f788"
}
.fa-cat:before {
  content:"\f6be"
}
.fa-cc-amazon-pay:before {
  content:"\f42d"
}
.fa-cc-amex:before {
  content:"\f1f3"
}
.fa-cc-apple-pay:before {
  content:"\f416"
}
.fa-cc-diners-club:before {
  content:"\f24c"
}
.fa-cc-discover:before {
  content:"\f1f2"
}
.fa-cc-jcb:before {
  content:"\f24b"
}
.fa-cc-mastercard:before {
  content:"\f1f1"
}
.fa-cc-paypal:before {
  content:"\f1f4"
}
.fa-cc-stripe:before {
  content:"\f1f5"
}
.fa-cc-visa:before {
  content:"\f1f0"
}
.fa-centercode:before {
  content:"\f380"
}
.fa-centos:before {
  content:"\f789"
}
.fa-certificate:before {
  content:"\f0a3"
}
.fa-chair:before {
  content:"\f6c0"
}
.fa-chalkboard:before {
  content:"\f51b"
}
.fa-chalkboard-teacher:before {
  content:"\f51c"
}
.fa-charging-station:before {
  content:"\f5e7"
}
.fa-chart-area:before {
  content:"\f1fe"
}
.fa-chart-bar:before {
  content:"\f080"
}
.fa-chart-line:before {
  content:"\f201"
}
.fa-chart-pie:before {
  content:"\f200"
}
.fa-check:before {
  content:"\f00c"
}
.fa-check-circle:before {
  content:"\f058"
}
.fa-check-double:before {
  content:"\f560"
}
.fa-check-square:before {
  content:"\f14a"
}
.fa-cheese:before {
  content:"\f7ef"
}
.fa-chess:before {
  content:"\f439"
}
.fa-chess-bishop:before {
  content:"\f43a"
}
.fa-chess-board:before {
  content:"\f43c"
}
.fa-chess-king:before {
  content:"\f43f"
}
.fa-chess-knight:before {
  content:"\f441"
}
.fa-chess-pawn:before {
  content:"\f443"
}
.fa-chess-queen:before {
  content:"\f445"
}
.fa-chess-rook:before {
  content:"\f447"
}
.fa-chevron-circle-down:before {
  content:"\f13a"
}
.fa-chevron-circle-left:before {
  content:"\f137"
}
.fa-chevron-circle-right:before {
  content:"\f138"
}
.fa-chevron-circle-up:before {
  content:"\f139"
}
.fa-chevron-down:before {
  content:"\f078"
}
.fa-chevron-left:before {
  content:"\f053"
}
.fa-chevron-right:before {
  content:"\f054"
}
.fa-chevron-up:before {
  content:"\f077"
}
.fa-child:before {
  content:"\f1ae"
}
.fa-chrome:before {
  content:"\f268"
}
.fa-chromecast:before {
  content:"\f838"
}
.fa-church:before {
  content:"\f51d"
}
.fa-circle:before {
  content:"\f111"
}
.fa-circle-notch:before {
  content:"\f1ce"
}
.fa-city:before {
  content:"\f64f"
}
.fa-clinic-medical:before {
  content:"\f7f2"
}
.fa-clipboard:before {
  content:"\f328"
}
.fa-clipboard-check:before {
  content:"\f46c"
}
.fa-clipboard-list:before {
  content:"\f46d"
}
.fa-clock:before {
  content:"\f017"
}
.fa-clone:before {
  content:"\f24d"
}
.fa-closed-captioning:before {
  content:"\f20a"
}
.fa-cloud:before {
  content:"\f0c2"
}
.fa-cloud-download-alt:before {
  content:"\f381"
}
.fa-cloud-meatball:before {
  content:"\f73b"
}
.fa-cloud-moon:before {
  content:"\f6c3"
}
.fa-cloud-moon-rain:before {
  content:"\f73c"
}
.fa-cloud-rain:before {
  content:"\f73d"
}
.fa-cloud-showers-heavy:before {
  content:"\f740"
}
.fa-cloud-sun:before {
  content:"\f6c4"
}
.fa-cloud-sun-rain:before {
  content:"\f743"
}
.fa-cloud-upload-alt:before {
  content:"\f382"
}
.fa-cloudscale:before {
  content:"\f383"
}
.fa-cloudsmith:before {
  content:"\f384"
}
.fa-cloudversify:before {
  content:"\f385"
}
.fa-cocktail:before {
  content:"\f561"
}
.fa-code:before {
  content:"\f121"
}
.fa-code-branch:before {
  content:"\f126"
}
.fa-codepen:before {
  content:"\f1cb"
}
.fa-codiepie:before {
  content:"\f284"
}
.fa-coffee:before {
  content:"\f0f4"
}
.fa-cog:before {
  content:"\f013"
}
.fa-cogs:before {
  content:"\f085"
}
.fa-coins:before {
  content:"\f51e"
}
.fa-columns:before {
  content:"\f0db"
}
.fa-comment:before {
  content:"\f075"
}
.fa-comment-alt:before {
  content:"\f27a"
}
.fa-comment-dollar:before {
  content:"\f651"
}
.fa-comment-dots:before {
  content:"\f4ad"
}
.fa-comment-medical:before {
  content:"\f7f5"
}
.fa-comment-slash:before {
  content:"\f4b3"
}
.fa-comments:before {
  content:"\f086"
}
.fa-comments-dollar:before {
  content:"\f653"
}
.fa-compact-disc:before {
  content:"\f51f"
}
.fa-compass:before {
  content:"\f14e"
}
.fa-compress:before {
  content:"\f066"
}
.fa-compress-arrows-alt:before {
  content:"\f78c"
}
.fa-concierge-bell:before {
  content:"\f562"
}
.fa-confluence:before {
  content:"\f78d"
}
.fa-connectdevelop:before {
  content:"\f20e"
}
.fa-contao:before {
  content:"\f26d"
}
.fa-cookie:before {
  content:"\f563"
}
.fa-cookie-bite:before {
  content:"\f564"
}
.fa-copy:before {
  content:"\f0c5"
}
.fa-copyright:before {
  content:"\f1f9"
}
.fa-couch:before {
  content:"\f4b8"
}
.fa-cpanel:before {
  content:"\f388"
}
.fa-creative-commons:before {
  content:"\f25e"
}
.fa-creative-commons-by:before {
  content:"\f4e7"
}
.fa-creative-commons-nc:before {
  content:"\f4e8"
}
.fa-creative-commons-nc-eu:before {
  content:"\f4e9"
}
.fa-creative-commons-nc-jp:before {
  content:"\f4ea"
}
.fa-creative-commons-nd:before {
  content:"\f4eb"
}
.fa-creative-commons-pd:before {
  content:"\f4ec"
}
.fa-creative-commons-pd-alt:before {
  content:"\f4ed"
}
.fa-creative-commons-remix:before {
  content:"\f4ee"
}
.fa-creative-commons-sa:before {
  content:"\f4ef"
}
.fa-creative-commons-sampling:before {
  content:"\f4f0"
}
.fa-creative-commons-sampling-plus:before {
  content:"\f4f1"
}
.fa-creative-commons-share:before {
  content:"\f4f2"
}
.fa-creative-commons-zero:before {
  content:"\f4f3"
}
.fa-credit-card:before {
  content:"\f09d"
}
.fa-critical-role:before {
  content:"\f6c9"
}
.fa-crop:before {
  content:"\f125"
}
.fa-crop-alt:before {
  content:"\f565"
}
.fa-cross:before {
  content:"\f654"
}
.fa-crosshairs:before {
  content:"\f05b"
}
.fa-crow:before {
  content:"\f520"
}
.fa-crown:before {
  content:"\f521"
}
.fa-crutch:before {
  content:"\f7f7"
}
.fa-css3:before {
  content:"\f13c"
}
.fa-css3-alt:before {
  content:"\f38b"
}
.fa-cube:before {
  content:"\f1b2"
}
.fa-cubes:before {
  content:"\f1b3"
}
.fa-cut:before {
  content:"\f0c4"
}
.fa-cuttlefish:before {
  content:"\f38c"
}
.fa-d-and-d:before {
  content:"\f38d"
}
.fa-d-and-d-beyond:before {
  content:"\f6ca"
}
.fa-dashcube:before {
  content:"\f210"
}
.fa-database:before {
  content:"\f1c0"
}
.fa-deaf:before {
  content:"\f2a4"
}
.fa-delicious:before {
  content:"\f1a5"
}
.fa-democrat:before {
  content:"\f747"
}
.fa-deploydog:before {
  content:"\f38e"
}
.fa-deskpro:before {
  content:"\f38f"
}
.fa-desktop:before {
  content:"\f108"
}
.fa-dev:before {
  content:"\f6cc"
}
.fa-deviantart:before {
  content:"\f1bd"
}
.fa-dharmachakra:before {
  content:"\f655"
}
.fa-dhl:before {
  content:"\f790"
}
.fa-diagnoses:before {
  content:"\f470"
}
.fa-diaspora:before {
  content:"\f791"
}
.fa-dice:before {
  content:"\f522"
}
.fa-dice-d20:before {
  content:"\f6cf"
}
.fa-dice-d6:before {
  content:"\f6d1"
}
.fa-dice-five:before {
  content:"\f523"
}
.fa-dice-four:before {
  content:"\f524"
}
.fa-dice-one:before {
  content:"\f525"
}
.fa-dice-six:before {
  content:"\f526"
}
.fa-dice-three:before {
  content:"\f527"
}
.fa-dice-two:before {
  content:"\f528"
}
.fa-digg:before {
  content:"\f1a6"
}
.fa-digital-ocean:before {
  content:"\f391"
}
.fa-digital-tachograph:before {
  content:"\f566"
}
.fa-directions:before {
  content:"\f5eb"
}
.fa-discord:before {
  content:"\f392"
}
.fa-discourse:before {
  content:"\f393"
}
.fa-divide:before {
  content:"\f529"
}
.fa-dizzy:before {
  content:"\f567"
}
.fa-dna:before {
  content:"\f471"
}
.fa-dochub:before {
  content:"\f394"
}
.fa-docker:before {
  content:"\f395"
}
.fa-dog:before {
  content:"\f6d3"
}
.fa-dollar-sign:before {
  content:"\f155"
}
.fa-dolly:before {
  content:"\f472"
}
.fa-dolly-flatbed:before {
  content:"\f474"
}
.fa-donate:before {
  content:"\f4b9"
}
.fa-door-closed:before {
  content:"\f52a"
}
.fa-door-open:before {
  content:"\f52b"
}
.fa-dot-circle:before {
  content:"\f192"
}
.fa-dove:before {
  content:"\f4ba"
}
.fa-download:before {
  content:"\f019"
}
.fa-draft2digital:before {
  content:"\f396"
}
.fa-drafting-compass:before {
  content:"\f568"
}
.fa-dragon:before {
  content:"\f6d5"
}
.fa-draw-polygon:before {
  content:"\f5ee"
}
.fa-dribbble:before {
  content:"\f17d"
}
.fa-dribbble-square:before {
  content:"\f397"
}
.fa-dropbox:before {
  content:"\f16b"
}
.fa-drum:before {
  content:"\f569"
}
.fa-drum-steelpan:before {
  content:"\f56a"
}
.fa-drumstick-bite:before {
  content:"\f6d7"
}
.fa-drupal:before {
  content:"\f1a9"
}
.fa-dumbbell:before {
  content:"\f44b"
}
.fa-dumpster:before {
  content:"\f793"
}
.fa-dumpster-fire:before {
  content:"\f794"
}
.fa-dungeon:before {
  content:"\f6d9"
}
.fa-dyalog:before {
  content:"\f399"
}
.fa-earlybirds:before {
  content:"\f39a"
}
.fa-ebay:before {
  content:"\f4f4"
}
.fa-edge:before {
  content:"\f282"
}
.fa-threads:before {
  content:"\e618"
}
.fa-edit:before {
  content:"\f044"
}
.fa-egg:before {
  content:"\f7fb"
}
.fa-eject:before {
  content:"\f052"
}
.fa-elementor:before {
  content:"\f430"
}
.fa-ellipsis-h:before {
  content:"\f141"
}
.fa-ellipsis-v:before {
  content:"\f142"
}
.fa-ello:before {
  content:"\f5f1"
}
.fa-ember:before {
  content:"\f423"
}
.fa-empire:before {
  content:"\f1d1"
}
.fa-envelope:before {
  content:"\f0e0"
}
.fa-envelope-open:before {
  content:"\f2b6"
}
.fa-envelope-open-text:before {
  content:"\f658"
}
.fa-envelope-square:before {
  content:"\f199"
}
.fa-envira:before {
  content:"\f299"
}
.fa-equals:before {
  content:"\f52c"
}
.fa-eraser:before {
  content:"\f12d"
}
.fa-erlang:before {
  content:"\f39d"
}
.fa-x-twitter:before {
  content:"\e61b"
}
.fa-ethereum:before {
  content:"\f42e"
}
.fa-ethernet:before {
  content:"\f796"
}
.fa-etsy:before {
  content:"\f2d7"
}
.fa-euro-sign:before {
  content:"\f153"
}
.fa-evernote:before {
  content:"\f839"
}
.fa-exchange-alt:before {
  content:"\f362"
}
.fa-exclamation:before {
  content:"\f12a"
}
.fa-exclamation-circle:before {
  content:"\f06a"
}
.fa-exclamation-triangle:before {
  content:"\f071"
}
.fa-expand:before {
  content:"\f065"
}
.fa-expand-arrows-alt:before {
  content:"\f31e"
}
.fa-expeditedssl:before {
  content:"\f23e"
}
.fa-external-link-alt:before {
  content:"\f35d"
}
.fa-external-link-square-alt:before {
  content:"\f360"
}
.fa-eye:before {
  content:"\f06e"
}
.fa-eye-dropper:before {
  content:"\f1fb"
}
.fa-eye-slash:before {
  content:"\f070"
}
.fa-facebook:before {
  content:"\f09a"
}
.fa-facebook-f:before {
  content:"\f39e"
}
.fa-facebook-messenger:before {
  content:"\f39f"
}
.fa-facebook-square:before {
  content:"\f082"
}
.fa-fantasy-flight-games:before {
  content:"\f6dc"
}
.fa-fast-backward:before {
  content:"\f049"
}
.fa-fast-forward:before {
  content:"\f050"
}
.fa-fax:before {
  content:"\f1ac"
}
.fa-feather:before {
  content:"\f52d"
}
.fa-feather-alt:before {
  content:"\f56b"
}
.fa-fedex:before {
  content:"\f797"
}
.fa-fedora:before {
  content:"\f798"
}
.fa-female:before {
  content:"\f182"
}
.fa-fighter-jet:before {
  content:"\f0fb"
}
.fa-figma:before {
  content:"\f799"
}
.fa-file:before {
  content:"\f15b"
}
.fa-file-alt:before {
  content:"\f15c"
}
.fa-file-archive:before {
  content:"\f1c6"
}
.fa-file-audio:before {
  content:"\f1c7"
}
.fa-file-code:before {
  content:"\f1c9"
}
.fa-file-contract:before {
  content:"\f56c"
}
.fa-file-csv:before {
  content:"\f6dd"
}
.fa-file-download:before {
  content:"\f56d"
}
.fa-file-excel:before {
  content:"\f1c3"
}
.fa-file-export:before {
  content:"\f56e"
}
.fa-file-image:before {
  content:"\f1c5"
}
.fa-file-import:before {
  content:"\f56f"
}
.fa-file-invoice:before {
  content:"\f570"
}
.fa-file-invoice-dollar:before {
  content:"\f571"
}
.fa-file-medical:before {
  content:"\f477"
}
.fa-file-medical-alt:before {
  content:"\f478"
}
.fa-file-pdf:before {
  content:"\f1c1"
}
.fa-file-powerpoint:before {
  content:"\f1c4"
}
.fa-file-prescription:before {
  content:"\f572"
}
.fa-file-signature:before {
  content:"\f573"
}
.fa-file-upload:before {
  content:"\f574"
}
.fa-file-video:before {
  content:"\f1c8"
}
.fa-file-word:before {
  content:"\f1c2"
}
.fa-fill:before {
  content:"\f575"
}
.fa-fill-drip:before {
  content:"\f576"
}
.fa-film:before {
  content:"\f008"
}
.fa-filter:before {
  content:"\f0b0"
}
.fa-fingerprint:before {
  content:"\f577"
}
.fa-fire:before {
  content:"\f06d"
}
.fa-fire-alt:before {
  content:"\f7e4"
}
.fa-fire-extinguisher:before {
  content:"\f134"
}
.fa-firefox:before {
  content:"\f269"
}
.fa-first-aid:before {
  content:"\f479"
}
.fa-first-order:before {
  content:"\f2b0"
}
.fa-first-order-alt:before {
  content:"\f50a"
}
.fa-firstdraft:before {
  content:"\f3a1"
}
.fa-fish:before {
  content:"\f578"
}
.fa-fist-raised:before {
  content:"\f6de"
}
.fa-flag:before {
  content:"\f024"
}
.fa-flag-checkered:before {
  content:"\f11e"
}
.fa-flag-usa:before {
  content:"\f74d"
}
.fa-flask:before {
  content:"\f0c3"
}
.fa-flickr:before {
  content:"\f16e"
}
.fa-flipboard:before {
  content:"\f44d"
}
.fa-flushed:before {
  content:"\f579"
}
.fa-fly:before {
  content:"\f417"
}
.fa-folder:before {
  content:"\f07b"
}
.fa-folder-minus:before {
  content:"\f65d"
}
.fa-folder-open:before {
  content:"\f07c"
}
.fa-folder-plus:before {
  content:"\f65e"
}
.fa-font:before {
  content:"\f031"
}
.fa-font-awesome:before {
  content:"\f2b4"
}
.fa-font-awesome-alt:before {
  content:"\f35c"
}
.fa-font-awesome-flag:before {
  content:"\f425"
}
.fa-font-awesome-logo-full:before {
  content:"\f4e6"
}
.fa-fonticons:before {
  content:"\f280"
}
.fa-fonticons-fi:before {
  content:"\f3a2"
}
.fa-football-ball:before {
  content:"\f44e"
}
.fa-fort-awesome:before {
  content:"\f286"
}
.fa-fort-awesome-alt:before {
  content:"\f3a3"
}
.fa-forumbee:before {
  content:"\f211"
}
.fa-forward:before {
  content:"\f04e"
}
.fa-foursquare:before {
  content:"\f180"
}
.fa-free-code-camp:before {
  content:"\f2c5"
}
.fa-freebsd:before {
  content:"\f3a4"
}
.fa-frog:before {
  content:"\f52e"
}
.fa-frown:before {
  content:"\f119"
}
.fa-frown-open:before {
  content:"\f57a"
}
.fa-fulcrum:before {
  content:"\f50b"
}
.fa-funnel-dollar:before {
  content:"\f662"
}
.fa-futbol:before {
  content:"\f1e3"
}
.fa-galactic-republic:before {
  content:"\f50c"
}
.fa-galactic-senate:before {
  content:"\f50d"
}
.fa-gamepad:before {
  content:"\f11b"
}
.fa-gas-pump:before {
  content:"\f52f"
}
.fa-gavel:before {
  content:"\f0e3"
}
.fa-gem:before {
  content:"\f3a5"
}
.fa-genderless:before {
  content:"\f22d"
}
.fa-get-pocket:before {
  content:"\f265"
}
.fa-gg:before {
  content:"\f260"
}
.fa-gg-circle:before {
  content:"\f261"
}
.fa-ghost:before {
  content:"\f6e2"
}
.fa-gift:before {
  content:"\f06b"
}
.fa-gifts:before {
  content:"\f79c"
}
.fa-git:before {
  content:"\f1d3"
}
.fa-git-alt:before {
  content:"\f841"
}
.fa-git-square:before {
  content:"\f1d2"
}
.fa-github:before {
  content:"\f09b"
}
.fa-github-alt:before {
  content:"\f113"
}
.fa-github-square:before {
  content:"\f092"
}
.fa-gitkraken:before {
  content:"\f3a6"
}
.fa-gitlab:before {
  content:"\f296"
}
.fa-gitter:before {
  content:"\f426"
}
.fa-glass-cheers:before {
  content:"\f79f"
}
.fa-glass-martini:before {
  content:"\f000"
}
.fa-glass-martini-alt:before {
  content:"\f57b"
}
.fa-glass-whiskey:before {
  content:"\f7a0"
}
.fa-glasses:before {
  content:"\f530"
}
.fa-glide:before {
  content:"\f2a5"
}
.fa-glide-g:before {
  content:"\f2a6"
}
.fa-globe:before {
  content:"\f0ac"
}
.fa-globe-africa:before {
  content:"\f57c"
}
.fa-globe-americas:before {
  content:"\f57d"
}
.fa-globe-asia:before {
  content:"\f57e"
}
.fa-globe-europe:before {
  content:"\f7a2"
}
.fa-gofore:before {
  content:"\f3a7"
}
.fa-golf-ball:before {
  content:"\f450"
}
.fa-goodreads:before {
  content:"\f3a8"
}
.fa-goodreads-g:before {
  content:"\f3a9"
}
.fa-google:before {
  content:"\f1a0"
}
.fa-google-drive:before {
  content:"\f3aa"
}
.fa-google-play:before {
  content:"\f3ab"
}
.fa-google-plus:before {
  content:"\f2b3"
}
.fa-google-plus-g:before {
  content:"\f0d5"
}
.fa-google-plus-square:before {
  content:"\f0d4"
}
.fa-google-wallet:before {
  content:"\f1ee"
}
.fa-gopuram:before {
  content:"\f664"
}
.fa-graduation-cap:before {
  content:"\f19d"
}
.fa-gratipay:before {
  content:"\f184"
}
.fa-grav:before {
  content:"\f2d6"
}
.fa-greater-than:before {
  content:"\f531"
}
.fa-greater-than-equal:before {
  content:"\f532"
}
.fa-grimace:before {
  content:"\f57f"
}
.fa-grin:before {
  content:"\f580"
}
.fa-grin-alt:before {
  content:"\f581"
}
.fa-grin-beam:before {
  content:"\f582"
}
.fa-grin-beam-sweat:before {
  content:"\f583"
}
.fa-grin-hearts:before {
  content:"\f584"
}
.fa-grin-squint:before {
  content:"\f585"
}
.fa-grin-squint-tears:before {
  content:"\f586"
}
.fa-grin-stars:before {
  content:"\f587"
}
.fa-grin-tears:before {
  content:"\f588"
}
.fa-grin-tongue:before {
  content:"\f589"
}
.fa-grin-tongue-squint:before {
  content:"\f58a"
}
.fa-grin-tongue-wink:before {
  content:"\f58b"
}
.fa-grin-wink:before {
  content:"\f58c"
}
.fa-grip-horizontal:before {
  content:"\f58d"
}
.fa-grip-lines:before {
  content:"\f7a4"
}
.fa-grip-lines-vertical:before {
  content:"\f7a5"
}
.fa-grip-vertical:before {
  content:"\f58e"
}
.fa-gripfire:before {
  content:"\f3ac"
}
.fa-grunt:before {
  content:"\f3ad"
}
.fa-guitar:before {
  content:"\f7a6"
}
.fa-gulp:before {
  content:"\f3ae"
}
.fa-h-square:before {
  content:"\f0fd"
}
.fa-hacker-news:before {
  content:"\f1d4"
}
.fa-hacker-news-square:before {
  content:"\f3af"
}
.fa-hackerrank:before {
  content:"\f5f7"
}
.fa-hamburger:before {
  content:"\f805"
}
.fa-hammer:before {
  content:"\f6e3"
}
.fa-hamsa:before {
  content:"\f665"
}
.fa-hand-holding:before {
  content:"\f4bd"
}
.fa-hand-holding-heart:before {
  content:"\f4be"
}
.fa-hand-holding-usd:before {
  content:"\f4c0"
}
.fa-hand-lizard:before {
  content:"\f258"
}
.fa-hand-middle-finger:before {
  content:"\f806"
}
.fa-hand-paper:before {
  content:"\f256"
}
.fa-hand-peace:before {
  content:"\f25b"
}
.fa-hand-point-down:before {
  content:"\f0a7"
}
.fa-hand-point-left:before {
  content:"\f0a5"
}
.fa-hand-point-right:before {
  content:"\f0a4"
}
.fa-hand-point-up:before {
  content:"\f0a6"
}
.fa-hand-pointer:before {
  content:"\f25a"
}
.fa-hand-rock:before {
  content:"\f255"
}
.fa-hand-scissors:before {
  content:"\f257"
}
.fa-hand-spock:before {
  content:"\f259"
}
.fa-hands:before {
  content:"\f4c2"
}
.fa-hands-helping:before {
  content:"\f4c4"
}
.fa-handshake:before {
  content:"\f2b5"
}
.fa-hanukiah:before {
  content:"\f6e6"
}
.fa-hard-hat:before {
  content:"\f807"
}
.fa-hashtag:before {
  content:"\f292"
}
.fa-hat-wizard:before {
  content:"\f6e8"
}
.fa-haykal:before {
  content:"\f666"
}
.fa-hdd:before {
  content:"\f0a0"
}
.fa-heading:before {
  content:"\f1dc"
}
.fa-headphones:before {
  content:"\f025"
}
.fa-headphones-alt:before {
  content:"\f58f"
}
.fa-headset:before {
  content:"\f590"
}
.fa-heart:before {
  content:"\f004"
}
.fa-heart-broken:before {
  content:"\f7a9"
}
.fa-heartbeat:before {
  content:"\f21e"
}
.fa-helicopter:before {
  content:"\f533"
}
.fa-highlighter:before {
  content:"\f591"
}
.fa-hiking:before {
  content:"\f6ec"
}
.fa-hippo:before {
  content:"\f6ed"
}
.fa-hips:before {
  content:"\f452"
}
.fa-hire-a-helper:before {
  content:"\f3b0"
}
.fa-history:before {
  content:"\f1da"
}
.fa-hockey-puck:before {
  content:"\f453"
}
.fa-holly-berry:before {
  content:"\f7aa"
}
.fa-home:before {
  content:"\f015"
}
.fa-hooli:before {
  content:"\f427"
}
.fa-hornbill:before {
  content:"\f592"
}
.fa-horse:before {
  content:"\f6f0"
}
.fa-horse-head:before {
  content:"\f7ab"
}
.fa-hospital:before {
  content:"\f0f8"
}
.fa-hospital-alt:before {
  content:"\f47d"
}
.fa-hospital-symbol:before {
  content:"\f47e"
}
.fa-hot-tub:before {
  content:"\f593"
}
.fa-hotdog:before {
  content:"\f80f"
}
.fa-hotel:before {
  content:"\f594"
}
.fa-hotjar:before {
  content:"\f3b1"
}
.fa-hourglass:before {
  content:"\f254"
}
.fa-hourglass-end:before {
  content:"\f253"
}
.fa-hourglass-half:before {
  content:"\f252"
}
.fa-hourglass-start:before {
  content:"\f251"
}
.fa-house-damage:before {
  content:"\f6f1"
}
.fa-houzz:before {
  content:"\f27c"
}
.fa-hryvnia:before {
  content:"\f6f2"
}
.fa-html5:before {
  content:"\f13b"
}
.fa-hubspot:before {
  content:"\f3b2"
}
.fa-i-cursor:before {
  content:"\f246"
}
.fa-ice-cream:before {
  content:"\f810"
}
.fa-icicles:before {
  content:"\f7ad"
}
.fa-id-badge:before {
  content:"\f2c1"
}
.fa-id-card:before {
  content:"\f2c2"
}
.fa-id-card-alt:before {
  content:"\f47f"
}
.fa-igloo:before {
  content:"\f7ae"
}
.fa-image:before {
  content:"\f03e"
}
.fa-images:before {
  content:"\f302"
}
.fa-imdb:before {
  content:"\f2d8"
}
.fa-inbox:before {
  content:"\f01c"
}
.fa-indent:before {
  content:"\f03c"
}
.fa-industry:before {
  content:"\f275"
}
.fa-infinity:before {
  content:"\f534"
}
.fa-info:before {
  content:"\f129"
}
.fa-info-circle:before {
  content:"\f05a"
}
.fa-instagram:before {
  content:"\f16d"
}
.fa-intercom:before {
  content:"\f7af"
}
.fa-internet-explorer:before {
  content:"\f26b"
}
.fa-invision:before {
  content:"\f7b0"
}
.fa-ioxhost:before {
  content:"\f208"
}
.fa-italic:before {
  content:"\f033"
}
.fa-itch-io:before {
  content:"\f83a"
}
.fa-itunes:before {
  content:"\f3b4"
}
.fa-itunes-note:before {
  content:"\f3b5"
}
.fa-java:before {
  content:"\f4e4"
}
.fa-jedi:before {
  content:"\f669"
}
.fa-jedi-order:before {
  content:"\f50e"
}
.fa-jenkins:before {
  content:"\f3b6"
}
.fa-jira:before {
  content:"\f7b1"
}
.fa-joget:before {
  content:"\f3b7"
}
.fa-joint:before {
  content:"\f595"
}
.fa-joomla:before {
  content:"\f1aa"
}
.fa-journal-whills:before {
  content:"\f66a"
}
.fa-js:before {
  content:"\f3b8"
}
.fa-js-square:before {
  content:"\f3b9"
}
.fa-jsfiddle:before {
  content:"\f1cc"
}
.fa-kaaba:before {
  content:"\f66b"
}
.fa-kaggle:before {
  content:"\f5fa"
}
.fa-key:before {
  content:"\f084"
}
.fa-keybase:before {
  content:"\f4f5"
}
.fa-keyboard:before {
  content:"\f11c"
}
.fa-keycdn:before {
  content:"\f3ba"
}
.fa-khanda:before {
  content:"\f66d"
}
.fa-kickstarter:before {
  content:"\f3bb"
}
.fa-kickstarter-k:before {
  content:"\f3bc"
}
.fa-kiss:before {
  content:"\f596"
}
.fa-kiss-beam:before {
  content:"\f597"
}
.fa-kiss-wink-heart:before {
  content:"\f598"
}
.fa-kiwi-bird:before {
  content:"\f535"
}
.fa-korvue:before {
  content:"\f42f"
}
.fa-landmark:before {
  content:"\f66f"
}
.fa-language:before {
  content:"\f1ab"
}
.fa-laptop:before {
  content:"\f109"
}
.fa-laptop-code:before {
  content:"\f5fc"
}
.fa-laptop-medical:before {
  content:"\f812"
}
.fa-laravel:before {
  content:"\f3bd"
}
.fa-lastfm:before {
  content:"\f202"
}
.fa-lastfm-square:before {
  content:"\f203"
}
.fa-laugh:before {
  content:"\f599"
}
.fa-laugh-beam:before {
  content:"\f59a"
}
.fa-laugh-squint:before {
  content:"\f59b"
}
.fa-laugh-wink:before {
  content:"\f59c"
}
.fa-layer-group:before {
  content:"\f5fd"
}
.fa-leaf:before {
  content:"\f06c"
}
.fa-leanpub:before {
  content:"\f212"
}
.fa-lemon:before {
  content:"\f094"
}
.fa-less:before {
  content:"\f41d"
}
.fa-less-than:before {
  content:"\f536"
}
.fa-less-than-equal:before {
  content:"\f537"
}
.fa-level-down-alt:before {
  content:"\f3be"
}
.fa-level-up-alt:before {
  content:"\f3bf"
}
.fa-life-ring:before {
  content:"\f1cd"
}
.fa-lightbulb:before {
  content:"\f0eb"
}
.fa-line:before {
  content:"\f3c0"
}
.fa-link:before {
  content:"\f0c1"
}
.fa-linkedin:before {
  content:"\f08c"
}
.fa-linkedin-in:before {
  content:"\f0e1"
}
.fa-linode:before {
  content:"\f2b8"
}
.fa-linux:before {
  content:"\f17c"
}
.fa-lira-sign:before {
  content:"\f195"
}
.fa-list:before {
  content:"\f03a"
}
.fa-list-alt:before {
  content:"\f022"
}
.fa-list-ol:before {
  content:"\f0cb"
}
.fa-list-ul:before {
  content:"\f0ca"
}
.fa-location-arrow:before {
  content:"\f124"
}
.fa-lock:before {
  content:"\f023"
}
.fa-lock-open:before {
  content:"\f3c1"
}
.fa-long-arrow-alt-down:before {
  content:"\f309"
}
.fa-long-arrow-alt-left:before {
  content:"\f30a"
}
.fa-long-arrow-alt-right:before {
  content:"\f30b"
}
.fa-long-arrow-alt-up:before {
  content:"\f30c"
}
.fa-low-vision:before {
  content:"\f2a8"
}
.fa-luggage-cart:before {
  content:"\f59d"
}
.fa-lyft:before {
  content:"\f3c3"
}
.fa-magento:before {
  content:"\f3c4"
}
.fa-magic:before {
  content:"\f0d0"
}
.fa-magnet:before {
  content:"\f076"
}
.fa-mail-bulk:before {
  content:"\f674"
}
.fa-mailchimp:before {
  content:"\f59e"
}
.fa-male:before {
  content:"\f183"
}
.fa-mandalorian:before {
  content:"\f50f"
}
.fa-map:before {
  content:"\f279"
}
.fa-map-marked:before {
  content:"\f59f"
}
.fa-map-marked-alt:before {
  content:"\f5a0"
}
.fa-map-marker:before {
  content:"\f041"
}
.fa-map-marker-alt:before {
  content:"\f3c5"
}
.fa-map-pin:before {
  content:"\f276"
}
.fa-map-signs:before {
  content:"\f277"
}
.fa-markdown:before {
  content:"\f60f"
}
.fa-marker:before {
  content:"\f5a1"
}
.fa-mars:before {
  content:"\f222"
}
.fa-mars-double:before {
  content:"\f227"
}
.fa-mars-stroke:before {
  content:"\f229"
}
.fa-mars-stroke-h:before {
  content:"\f22b"
}
.fa-mars-stroke-v:before {
  content:"\f22a"
}
.fa-mask:before {
  content:"\f6fa"
}
.fa-mastodon:before {
  content:"\f4f6"
}
.fa-maxcdn:before {
  content:"\f136"
}
.fa-medal:before {
  content:"\f5a2"
}
.fa-medapps:before {
  content:"\f3c6"
}
.fa-medium:before {
  content:"\f23a"
}
.fa-medium-m:before {
  content:"\f3c7"
}
.fa-medkit:before {
  content:"\f0fa"
}
.fa-medrt:before {
  content:"\f3c8"
}
.fa-meetup:before {
  content:"\f2e0"
}
.fa-megaport:before {
  content:"\f5a3"
}
.fa-meh:before {
  content:"\f11a"
}
.fa-meh-blank:before {
  content:"\f5a4"
}
.fa-meh-rolling-eyes:before {
  content:"\f5a5"
}
.fa-memory:before {
  content:"\f538"
}
.fa-mendeley:before {
  content:"\f7b3"
}
.fa-menorah:before {
  content:"\f676"
}
.fa-mercury:before {
  content:"\f223"
}
.fa-meteor:before {
  content:"\f753"
}
.fa-microchip:before {
  content:"\f2db"
}
.fa-microphone:before {
  content:"\f130"
}
.fa-microphone-alt:before {
  content:"\f3c9"
}
.fa-microphone-alt-slash:before {
  content:"\f539"
}
.fa-microphone-slash:before {
  content:"\f131"
}
.fa-microscope:before {
  content:"\f610"
}
.fa-microsoft:before {
  content:"\f3ca"
}
.fa-minus:before {
  content:"\f068"
}
.fa-minus-circle:before {
  content:"\f056"
}
.fa-minus-square:before {
  content:"\f146"
}
.fa-mitten:before {
  content:"\f7b5"
}
.fa-mix:before {
  content:"\f3cb"
}
.fa-mixcloud:before {
  content:"\f289"
}
.fa-mizuni:before {
  content:"\f3cc"
}
.fa-mobile:before {
  content:"\f10b"
}
.fa-mobile-alt:before {
  content:"\f3cd"
}
.fa-modx:before {
  content:"\f285"
}
.fa-monero:before {
  content:"\f3d0"
}
.fa-money-bill:before {
  content:"\f0d6"
}
.fa-money-bill-alt:before {
  content:"\f3d1"
}
.fa-money-bill-wave:before {
  content:"\f53a"
}
.fa-money-bill-wave-alt:before {
  content:"\f53b"
}
.fa-money-check:before {
  content:"\f53c"
}
.fa-money-check-alt:before {
  content:"\f53d"
}
.fa-monument:before {
  content:"\f5a6"
}
.fa-moon:before {
  content:"\f186"
}
.fa-mortar-pestle:before {
  content:"\f5a7"
}
.fa-mosque:before {
  content:"\f678"
}
.fa-motorcycle:before {
  content:"\f21c"
}
.fa-mountain:before {
  content:"\f6fc"
}
.fa-mouse-pointer:before {
  content:"\f245"
}
.fa-mug-hot:before {
  content:"\f7b6"
}
.fa-music:before {
  content:"\f001"
}
.fa-napster:before {
  content:"\f3d2"
}
.fa-neos:before {
  content:"\f612"
}
.fa-network-wired:before {
  content:"\f6ff"
}
.fa-neuter:before {
  content:"\f22c"
}
.fa-newspaper:before {
  content:"\f1ea"
}
.fa-nimblr:before {
  content:"\f5a8"
}
.fa-nintendo-switch:before {
  content:"\f418"
}
.fa-node:before {
  content:"\f419"
}
.fa-node-js:before {
  content:"\f3d3"
}
.fa-not-equal:before {
  content:"\f53e"
}
.fa-notes-medical:before {
  content:"\f481"
}
.fa-npm:before {
  content:"\f3d4"
}
.fa-ns8:before {
  content:"\f3d5"
}
.fa-nutritionix:before {
  content:"\f3d6"
}
.fa-object-group:before {
  content:"\f247"
}
.fa-object-ungroup:before {
  content:"\f248"
}
.fa-odnoklassniki:before {
  content:"\f263"
}
.fa-odnoklassniki-square:before {
  content:"\f264"
}
.fa-oil-can:before {
  content:"\f613"
}
.fa-old-republic:before {
  content:"\f510"
}
.fa-om:before {
  content:"\f679"
}
.fa-opencart:before {
  content:"\f23d"
}
.fa-openid:before {
  content:"\f19b"
}
.fa-opera:before {
  content:"\f26a"
}
.fa-optin-monster:before {
  content:"\f23c"
}
.fa-osi:before {
  content:"\f41a"
}
.fa-otter:before {
  content:"\f700"
}
.fa-outdent:before {
  content:"\f03b"
}
.fa-page4:before {
  content:"\f3d7"
}
.fa-pagelines:before {
  content:"\f18c"
}
.fa-pager:before {
  content:"\f815"
}
.fa-paint-brush:before {
  content:"\f1fc"
}
.fa-paint-roller:before {
  content:"\f5aa"
}
.fa-palette:before {
  content:"\f53f"
}
.fa-palfed:before {
  content:"\f3d8"
}
.fa-pallet:before {
  content:"\f482"
}
.fa-paper-plane:before {
  content:"\f1d8"
}
.fa-paperclip:before {
  content:"\f0c6"
}
.fa-parachute-box:before {
  content:"\f4cd"
}
.fa-paragraph:before {
  content:"\f1dd"
}
.fa-parking:before {
  content:"\f540"
}
.fa-passport:before {
  content:"\f5ab"
}
.fa-pastafarianism:before {
  content:"\f67b"
}
.fa-paste:before {
  content:"\f0ea"
}
.fa-patreon:before {
  content:"\f3d9"
}
.fa-pause:before {
  content:"\f04c"
}
.fa-pause-circle:before {
  content:"\f28b"
}
.fa-paw:before {
  content:"\f1b0"
}
.fa-paypal:before {
  content:"\f1ed"
}
.fa-peace:before {
  content:"\f67c"
}
.fa-pen:before {
  content:"\f304"
}
.fa-pen-alt:before {
  content:"\f305"
}
.fa-pen-fancy:before {
  content:"\f5ac"
}
.fa-pen-nib:before {
  content:"\f5ad"
}
.fa-pen-square:before {
  content:"\f14b"
}
.fa-pencil-alt:before {
  content:"\f303"
}
.fa-pencil-ruler:before {
  content:"\f5ae"
}
.fa-penny-arcade:before {
  content:"\f704"
}
.fa-people-carry:before {
  content:"\f4ce"
}
.fa-pepper-hot:before {
  content:"\f816"
}
.fa-percent:before {
  content:"\f295"
}
.fa-percentage:before {
  content:"\f541"
}
.fa-periscope:before {
  content:"\f3da"
}
.fa-person-booth:before {
  content:"\f756"
}
.fa-phabricator:before {
  content:"\f3db"
}
.fa-phoenix-framework:before {
  content:"\f3dc"
}
.fa-phoenix-squadron:before {
  content:"\f511"
}
.fa-phone:before {
  content:"\f095"
}
.fa-phone-slash:before {
  content:"\f3dd"
}
.fa-phone-square:before {
  content:"\f098"
}
.fa-phone-volume:before {
  content:"\f2a0"
}
.fa-php:before {
  content:"\f457"
}
.fa-pied-piper:before {
  content:"\f2ae"
}
.fa-pied-piper-alt:before {
  content:"\f1a8"
}
.fa-pied-piper-hat:before {
  content:"\f4e5"
}
.fa-pied-piper-pp:before {
  content:"\f1a7"
}
.fa-piggy-bank:before {
  content:"\f4d3"
}
.fa-pills:before {
  content:"\f484"
}
.fa-pinterest:before {
  content:"\f0d2"
}
.fa-pinterest-p:before {
  content:"\f231"
}
.fa-pinterest-square:before {
  content:"\f0d3"
}
.fa-pizza-slice:before {
  content:"\f818"
}
.fa-place-of-worship:before {
  content:"\f67f"
}
.fa-plane:before {
  content:"\f072"
}
.fa-plane-arrival:before {
  content:"\f5af"
}
.fa-plane-departure:before {
  content:"\f5b0"
}
.fa-play:before {
  content:"\f04b"
}
.fa-play-circle:before {
  content:"\f144"
}
.fa-playstation:before {
  content:"\f3df"
}
.fa-plug:before {
  content:"\f1e6"
}
.fa-plus:before {
  content:"\f067"
}
.fa-plus-circle:before {
  content:"\f055"
}
.fa-plus-square:before {
  content:"\f0fe"
}
.fa-podcast:before {
  content:"\f2ce"
}
.fa-poll:before {
  content:"\f681"
}
.fa-poll-h:before {
  content:"\f682"
}
.fa-poo:before {
  content:"\f2fe"
}
.fa-poo-storm:before {
  content:"\f75a"
}
.fa-poop:before {
  content:"\f619"
}
.fa-portrait:before {
  content:"\f3e0"
}
.fa-pound-sign:before {
  content:"\f154"
}
.fa-power-off:before {
  content:"\f011"
}
.fa-pray:before {
  content:"\f683"
}
.fa-praying-hands:before {
  content:"\f684"
}
.fa-prescription:before {
  content:"\f5b1"
}
.fa-prescription-bottle:before {
  content:"\f485"
}
.fa-prescription-bottle-alt:before {
  content:"\f486"
}
.fa-print:before {
  content:"\f02f"
}
.fa-procedures:before {
  content:"\f487"
}
.fa-product-hunt:before {
  content:"\f288"
}
.fa-project-diagram:before {
  content:"\f542"
}
.fa-pushed:before {
  content:"\f3e1"
}
.fa-puzzle-piece:before {
  content:"\f12e"
}
.fa-python:before {
  content:"\f3e2"
}
.fa-qq:before {
  content:"\f1d6"
}
.fa-qrcode:before {
  content:"\f029"
}
.fa-question:before {
  content:"\f128"
}
.fa-question-circle:before {
  content:"\f059"
}
.fa-quidditch:before {
  content:"\f458"
}
.fa-quinscape:before {
  content:"\f459"
}
.fa-quora:before {
  content:"\f2c4"
}
.fa-square-x-twitter:before {
  content:"\e61a"
}
.fa-quote-left:before {
  content:"\f10d"
}
.fa-quote-right:before {
  content:"\f10e"
}
.fa-quran:before {
  content:"\f687"
}
.fa-r-project:before {
  content:"\f4f7"
}
.fa-radiation:before {
  content:"\f7b9"
}
.fa-radiation-alt:before {
  content:"\f7ba"
}
.fa-rainbow:before {
  content:"\f75b"
}
.fa-random:before {
  content:"\f074"
}
.fa-raspberry-pi:before {
  content:"\f7bb"
}
.fa-ravelry:before {
  content:"\f2d9"
}
.fa-react:before {
  content:"\f41b"
}
.fa-reacteurope:before {
  content:"\f75d"
}
.fa-readme:before {
  content:"\f4d5"
}
.fa-rebel:before {
  content:"\f1d0"
}
.fa-receipt:before {
  content:"\f543"
}
.fa-recycle:before {
  content:"\f1b8"
}
.fa-red-river:before {
  content:"\f3e3"
}
.fa-reddit:before {
  content:"\f1a1"
}
.fa-reddit-alien:before {
  content:"\f281"
}
.fa-reddit-square:before {
  content:"\f1a2"
}
.fa-redhat:before {
  content:"\f7bc"
}
.fa-redo:before {
  content:"\f01e"
}
.fa-redo-alt:before {
  content:"\f2f9"
}
.fa-registered:before {
  content:"\f25d"
}
.fa-renren:before {
  content:"\f18b"
}
.fa-reply:before {
  content:"\f3e5"
}
.fa-reply-all:before {
  content:"\f122"
}
.fa-replyd:before {
  content:"\f3e6"
}
.fa-republican:before {
  content:"\f75e"
}
.fa-researchgate:before {
  content:"\f4f8"
}
.fa-resolving:before {
  content:"\f3e7"
}
.fa-restroom:before {
  content:"\f7bd"
}
.fa-retweet:before {
  content:"\f079"
}
.fa-rev:before {
  content:"\f5b2"
}
.fa-ribbon:before {
  content:"\f4d6"
}
.fa-ring:before {
  content:"\f70b"
}
.fa-road:before {
  content:"\f018"
}
.fa-robot:before {
  content:"\f544"
}
.fa-rocket:before {
  content:"\f135"
}
.fa-rocketchat:before {
  content:"\f3e8"
}
.fa-rockrms:before {
  content:"\f3e9"
}
.fa-route:before {
  content:"\f4d7"
}
.fa-rss:before {
  content:"\f09e"
}
.fa-rss-square:before {
  content:"\f143"
}
.fa-ruble-sign:before {
  content:"\f158"
}
.fa-ruler:before {
  content:"\f545"
}
.fa-ruler-combined:before {
  content:"\f546"
}
.fa-ruler-horizontal:before {
  content:"\f547"
}
.fa-ruler-vertical:before {
  content:"\f548"
}
.fa-running:before {
  content:"\f70c"
}
.fa-rupee-sign:before {
  content:"\f156"
}
.fa-sad-cry:before {
  content:"\f5b3"
}
.fa-sad-tear:before {
  content:"\f5b4"
}
.fa-safari:before {
  content:"\f267"
}
.fa-salesforce:before {
  content:"\f83b"
}
.fa-sass:before {
  content:"\f41e"
}
.fa-satellite:before {
  content:"\f7bf"
}
.fa-satellite-dish:before {
  content:"\f7c0"
}
.fa-save:before {
  content:"\f0c7"
}
.fa-schlix:before {
  content:"\f3ea"
}
.fa-school:before {
  content:"\f549"
}
.fa-screwdriver:before {
  content:"\f54a"
}
.fa-scribd:before {
  content:"\f28a"
}
.fa-scroll:before {
  content:"\f70e"
}
.fa-sd-card:before {
  content:"\f7c2"
}
.fa-search:before {
  content:"\f002"
}
.fa-search-dollar:before {
  content:"\f688"
}
.fa-search-location:before {
  content:"\f689"
}
.fa-search-minus:before {
  content:"\f010"
}
.fa-search-plus:before {
  content:"\f00e"
}
.fa-searchengin:before {
  content:"\f3eb"
}
.fa-seedling:before {
  content:"\f4d8"
}
.fa-sellcast:before {
  content:"\f2da"
}
.fa-sellsy:before {
  content:"\f213"
}
.fa-server:before {
  content:"\f233"
}
.fa-servicestack:before {
  content:"\f3ec"
}
.fa-shapes:before {
  content:"\f61f"
}
.fa-share:before {
  content:"\f064"
}
.fa-share-alt:before {
  content:"\f1e0"
}
.fa-share-alt-square:before {
  content:"\f1e1"
}
.fa-share-square:before {
  content:"\f14d"
}
.fa-shekel-sign:before {
  content:"\f20b"
}
.fa-shield-alt:before {
  content:"\f3ed"
}
.fa-ship:before {
  content:"\f21a"
}
.fa-shipping-fast:before {
  content:"\f48b"
}
.fa-shirtsinbulk:before {
  content:"\f214"
}
.fa-shoe-prints:before {
  content:"\f54b"
}
.fa-shopping-bag:before {
  content:"\f290"
}
.fa-shopping-basket:before {
  content:"\f291"
}
.fa-shopping-cart:before {
  content:"\f07a"
}
.fa-shopware:before {
  content:"\f5b5"
}
.fa-shower:before {
  content:"\f2cc"
}
.fa-shuttle-van:before {
  content:"\f5b6"
}
.fa-sign:before {
  content:"\f4d9"
}
.fa-sign-in-alt:before {
  content:"\f2f6"
}
.fa-sign-language:before {
  content:"\f2a7"
}
.fa-sign-out-alt:before {
  content:"\f2f5"
}
.fa-signal:before {
  content:"\f012"
}
.fa-signature:before {
  content:"\f5b7"
}
.fa-sim-card:before {
  content:"\f7c4"
}
.fa-simplybuilt:before {
  content:"\f215"
}
.fa-sistrix:before {
  content:"\f3ee"
}
.fa-sitemap:before {
  content:"\f0e8"
}
.fa-sith:before {
  content:"\f512"
}
.fa-skating:before {
  content:"\f7c5"
}
.fa-sketch:before {
  content:"\f7c6"
}
.fa-skiing:before {
  content:"\f7c9"
}
.fa-skiing-nordic:before {
  content:"\f7ca"
}
.fa-skull:before {
  content:"\f54c"
}
.fa-skull-crossbones:before {
  content:"\f714"
}
.fa-skyatlas:before {
  content:"\f216"
}
.fa-skype:before {
  content:"\f17e"
}
.fa-slack:before {
  content:"\f198"
}
.fa-slack-hash:before {
  content:"\f3ef"
}
.fa-slash:before {
  content:"\f715"
}
.fa-sleigh:before {
  content:"\f7cc"
}
.fa-sliders-h:before {
  content:"\f1de"
}
.fa-slideshare:before {
  content:"\f1e7"
}
.fa-smile:before {
  content:"\f118"
}
.fa-smile-beam:before {
  content:"\f5b8"
}
.fa-smile-wink:before {
  content:"\f4da"
}
.fa-smog:before {
  content:"\f75f"
}
.fa-smoking:before {
  content:"\f48d"
}
.fa-smoking-ban:before {
  content:"\f54d"
}
.fa-sms:before {
  content:"\f7cd"
}
.fa-snapchat:before {
  content:"\f2ab"
}
.fa-snapchat-ghost:before {
  content:"\f2ac"
}
.fa-snapchat-square:before {
  content:"\f2ad"
}
.fa-snowboarding:before {
  content:"\f7ce"
}
.fa-snowflake:before {
  content:"\f2dc"
}
.fa-snowman:before {
  content:"\f7d0"
}
.fa-snowplow:before {
  content:"\f7d2"
}
.fa-socks:before {
  content:"\f696"
}
.fa-solar-panel:before {
  content:"\f5ba"
}
.fa-sort:before {
  content:"\f0dc"
}
.fa-sort-alpha-down:before {
  content:"\f15d"
}
.fa-sort-alpha-up:before {
  content:"\f15e"
}
.fa-sort-amount-down:before {
  content:"\f160"
}
.fa-sort-amount-up:before {
  content:"\f161"
}
.fa-sort-down:before {
  content:"\f0dd"
}
.fa-sort-numeric-down:before {
  content:"\f162"
}
.fa-sort-numeric-up:before {
  content:"\f163"
}
.fa-sort-up:before {
  content:"\f0de"
}
.fa-soundcloud:before {
  content:"\f1be"
}
.fa-sourcetree:before {
  content:"\f7d3"
}
.fa-spa:before {
  content:"\f5bb"
}
.fa-space-shuttle:before {
  content:"\f197"
}
.fa-speakap:before {
  content:"\f3f3"
}
.fa-speaker-deck:before {
  content:"\f83c"
}
.fa-spider:before {
  content:"\f717"
}
.fa-spinner:before {
  content:"\f110"
}
.fa-splotch:before {
  content:"\f5bc"
}
.fa-spotify:before {
  content:"\f1bc"
}
.fa-spray-can:before {
  content:"\f5bd"
}
.fa-square:before {
  content:"\f0c8"
}
.fa-square-full:before {
  content:"\f45c"
}
.fa-square-root-alt:before {
  content:"\f698"
}
.fa-squarespace:before {
  content:"\f5be"
}
.fa-stack-exchange:before {
  content:"\f18d"
}
.fa-stack-overflow:before {
  content:"\f16c"
}
.fa-stackpath:before {
  content:"\f842"
}
.fa-stamp:before {
  content:"\f5bf"
}
.fa-star:before {
  content:"\f005"
}
.fa-star-and-crescent:before {
  content:"\f699"
}
.fa-star-half:before {
  content:"\f089"
}
.fa-star-half-alt:before {
  content:"\f5c0"
}
.fa-star-of-david:before {
  content:"\f69a"
}
.fa-star-of-life:before {
  content:"\f621"
}
.fa-staylinked:before {
  content:"\f3f5"
}
.fa-steam:before {
  content:"\f1b6"
}
.fa-steam-square:before {
  content:"\f1b7"
}
.fa-steam-symbol:before {
  content:"\f3f6"
}
.fa-step-backward:before {
  content:"\f048"
}
.fa-step-forward:before {
  content:"\f051"
}
.fa-stethoscope:before {
  content:"\f0f1"
}
.fa-sticker-mule:before {
  content:"\f3f7"
}
.fa-sticky-note:before {
  content:"\f249"
}
.fa-stop:before {
  content:"\f04d"
}
.fa-stop-circle:before {
  content:"\f28d"
}
.fa-stopwatch:before {
  content:"\f2f2"
}
.fa-store:before {
  content:"\f54e"
}
.fa-store-alt:before {
  content:"\f54f"
}
.fa-strava:before {
  content:"\f428"
}
.fa-stream:before {
  content:"\f550"
}
.fa-street-view:before {
  content:"\f21d"
}
.fa-strikethrough:before {
  content:"\f0cc"
}
.fa-stripe:before {
  content:"\f429"
}
.fa-stripe-s:before {
  content:"\f42a"
}
.fa-stroopwafel:before {
  content:"\f551"
}
.fa-studiovinari:before {
  content:"\f3f8"
}
.fa-stumbleupon:before {
  content:"\f1a4"
}
.fa-stumbleupon-circle:before {
  content:"\f1a3"
}
.fa-subscript:before {
  content:"\f12c"
}
.fa-subway:before {
  content:"\f239"
}
.fa-suitcase:before {
  content:"\f0f2"
}
.fa-suitcase-rolling:before {
  content:"\f5c1"
}
.fa-sun:before {
  content:"\f185"
}
.fa-superpowers:before {
  content:"\f2dd"
}
.fa-superscript:before {
  content:"\f12b"
}
.fa-supple:before {
  content:"\f3f9"
}
.fa-surprise:before {
  content:"\f5c2"
}
.fa-suse:before {
  content:"\f7d6"
}
.fa-swatchbook:before {
  content:"\f5c3"
}
.fa-swimmer:before {
  content:"\f5c4"
}
.fa-swimming-pool:before {
  content:"\f5c5"
}
.fa-symfony:before {
  content:"\f83d"
}
.fa-synagogue:before {
  content:"\f69b"
}
.fa-sync:before {
  content:"\f021"
}
.fa-sync-alt:before {
  content:"\f2f1"
}
.fa-syringe:before {
  content:"\f48e"
}
.fa-table:before {
  content:"\f0ce"
}
.fa-table-tennis:before {
  content:"\f45d"
}
.fa-tablet:before {
  content:"\f10a"
}
.fa-tablet-alt:before {
  content:"\f3fa"
}
.fa-tablets:before {
  content:"\f490"
}
.fa-tachometer-alt:before {
  content:"\f3fd"
}
.fa-tag:before {
  content:"\f02b"
}
.fa-tags:before {
  content:"\f02c"
}
.fa-tape:before {
  content:"\f4db"
}
.fa-tasks:before {
  content:"\f0ae"
}
.fa-taxi:before {
  content:"\f1ba"
}
.fa-teamspeak:before {
  content:"\f4f9"
}
.fa-teeth:before {
  content:"\f62e"
}
.fa-teeth-open:before {
  content:"\f62f"
}
.fa-telegram:before {
  content:"\f2c6"
}
.fa-telegram-plane:before {
  content:"\f3fe"
}
.fa-temperature-high:before {
  content:"\f769"
}
.fa-temperature-low:before {
  content:"\f76b"
}
.fa-tencent-weibo:before {
  content:"\f1d5"
}
.fa-tenge:before {
  content:"\f7d7"
}
.fa-terminal:before {
  content:"\f120"
}
.fa-text-height:before {
  content:"\f034"
}
.fa-text-width:before {
  content:"\f035"
}
.fa-th:before {
  content:"\f00a"
}
.fa-th-large:before {
  content:"\f009"
}
.fa-th-list:before {
  content:"\f00b"
}
.fa-the-red-yeti:before {
  content:"\f69d"
}
.fa-theater-masks:before {
  content:"\f630"
}
.fa-themeco:before {
  content:"\f5c6"
}
.fa-themeisle:before {
  content:"\f2b2"
}
.fa-thermometer:before {
  content:"\f491"
}
.fa-thermometer-empty:before {
  content:"\f2cb"
}
.fa-thermometer-full:before {
  content:"\f2c7"
}
.fa-thermometer-half:before {
  content:"\f2c9"
}
.fa-thermometer-quarter:before {
  content:"\f2ca"
}
.fa-thermometer-three-quarters:before {
  content:"\f2c8"
}
.fa-think-peaks:before {
  content:"\f731"
}
.fa-thumbs-down:before {
  content:"\f165"
}
.fa-thumbs-up:before {
  content:"\f164"
}
.fa-thumbtack:before {
  content:"\f08d"
}
.fa-ticket-alt:before {
  content:"\f3ff"
}
.fa-times:before {
  content:"\f00d"
}
.fa-times-circle:before {
  content:"\f057"
}
.fa-tint:before {
  content:"\f043"
}
.fa-tint-slash:before {
  content:"\f5c7"
}
.fa-tired:before {
  content:"\f5c8"
}
.fa-toggle-off:before {
  content:"\f204"
}
.fa-toggle-on:before {
  content:"\f205"
}
.fa-toilet:before {
  content:"\f7d8"
}
.fa-toilet-paper:before {
  content:"\f71e"
}
.fa-toolbox:before {
  content:"\f552"
}
.fa-tools:before {
  content:"\f7d9"
}
.fa-tooth:before {
  content:"\f5c9"
}
.fa-torah:before {
  content:"\f6a0"
}
.fa-torii-gate:before {
  content:"\f6a1"
}
.fa-tractor:before {
  content:"\f722"
}
.fa-trade-federation:before {
  content:"\f513"
}
.fa-trademark:before {
  content:"\f25c"
}
.fa-traffic-light:before {
  content:"\f637"
}
.fa-train:before {
  content:"\f238"
}
.fa-tram:before {
  content:"\f7da"
}
.fa-transgender:before {
  content:"\f224"
}
.fa-transgender-alt:before {
  content:"\f225"
}
.fa-trash:before {
  content:"\f1f8"
}
.fa-trash-alt:before {
  content:"\f2ed"
}
.fa-trash-restore:before {
  content:"\f829"
}
.fa-trash-restore-alt:before {
  content:"\f82a"
}
.fa-tree:before {
  content:"\f1bb"
}
.fa-trello:before {
  content:"\f181"
}
.fa-tripadvisor:before {
  content:"\f262"
}
.fa-trophy:before {
  content:"\f091"
}
.fa-truck:before {
  content:"\f0d1"
}
.fa-truck-loading:before {
  content:"\f4de"
}
.fa-truck-monster:before {
  content:"\f63b"
}
.fa-truck-moving:before {
  content:"\f4df"
}
.fa-truck-pickup:before {
  content:"\f63c"
}
.fa-tshirt:before {
  content:"\f553"
}
.fa-tty:before {
  content:"\f1e4"
}
.fa-tumblr:before {
  content:"\f173"
}
.fa-tumblr-square:before {
  content:"\f174"
}
.fa-tv:before {
  content:"\f26c"
}
.fa-twitch:before {
  content:"\f1e8"
}
.fa-twitter:before {
  content:"\f099"
}
.fa-twitter-square:before {
  content:"\f081"
}
.fa-tiktok:before {
  content:"\e07b"
}
.fa-typo3:before {
  content:"\f42b"
}
.fa-uber:before {
  content:"\f402"
}
.fa-ubuntu:before {
  content:"\f7df"
}
.fa-uikit:before {
  content:"\f403"
}
.fa-umbrella:before {
  content:"\f0e9"
}
.fa-umbrella-beach:before {
  content:"\f5ca"
}
.fa-underline:before {
  content:"\f0cd"
}
.fa-undo:before {
  content:"\f0e2"
}
.fa-undo-alt:before {
  content:"\f2ea"
}
.fa-uniregistry:before {
  content:"\f404"
}
.fa-universal-access:before {
  content:"\f29a"
}
.fa-university:before {
  content:"\f19c"
}
.fa-unlink:before {
  content:"\f127"
}
.fa-unlock:before {
  content:"\f09c"
}
.fa-unlock-alt:before {
  content:"\f13e"
}
.fa-untappd:before {
  content:"\f405"
}
.fa-upload:before {
  content:"\f093"
}
.fa-ups:before {
  content:"\f7e0"
}
.fa-usb:before {
  content:"\f287"
}
.fa-user:before {
  content:"\f007"
}
.fa-user-alt:before {
  content:"\f406"
}
.fa-user-alt-slash:before {
  content:"\f4fa"
}
.fa-user-astronaut:before {
  content:"\f4fb"
}
.fa-user-check:before {
  content:"\f4fc"
}
.fa-user-circle:before {
  content:"\f2bd"
}
.fa-user-clock:before {
  content:"\f4fd"
}
.fa-user-cog:before {
  content:"\f4fe"
}
.fa-user-edit:before {
  content:"\f4ff"
}
.fa-user-friends:before {
  content:"\f500"
}
.fa-user-graduate:before {
  content:"\f501"
}
.fa-user-injured:before {
  content:"\f728"
}
.fa-user-lock:before {
  content:"\f502"
}
.fa-user-md:before {
  content:"\f0f0"
}
.fa-user-minus:before {
  content:"\f503"
}
.fa-user-ninja:before {
  content:"\f504"
}
.fa-user-nurse:before {
  content:"\f82f"
}
.fa-user-plus:before {
  content:"\f234"
}
.fa-user-secret:before {
  content:"\f21b"
}
.fa-user-shield:before {
  content:"\f505"
}
.fa-user-slash:before {
  content:"\f506"
}
.fa-user-tag:before {
  content:"\f507"
}
.fa-user-tie:before {
  content:"\f508"
}
.fa-user-times:before {
  content:"\f235"
}
.fa-users:before {
  content:"\f0c0"
}
.fa-users-cog:before {
  content:"\f509"
}
.fa-usps:before {
  content:"\f7e1"
}
.fa-ussunnah:before {
  content:"\f407"
}
.fa-utensil-spoon:before {
  content:"\f2e5"
}
.fa-utensils:before {
  content:"\f2e7"
}
.fa-vaadin:before {
  content:"\f408"
}
.fa-vector-square:before {
  content:"\f5cb"
}
.fa-venus:before {
  content:"\f221"
}
.fa-venus-double:before {
  content:"\f226"
}
.fa-venus-mars:before {
  content:"\f228"
}
.fa-viacoin:before {
  content:"\f237"
}
.fa-viadeo:before {
  content:"\f2a9"
}
.fa-viadeo-square:before {
  content:"\f2aa"
}
.fa-vial:before {
  content:"\f492"
}
.fa-vials:before {
  content:"\f493"
}
.fa-viber:before {
  content:"\f409"
}
.fa-video:before {
  content:"\f03d"
}
.fa-video-slash:before {
  content:"\f4e2"
}
.fa-vihara:before {
  content:"\f6a7"
}
.fa-vimeo:before {
  content:"\f40a"
}
.fa-vimeo-square:before {
  content:"\f194"
}
.fa-vimeo-v:before {
  content:"\f27d"
}
.fa-vine:before {
  content:"\f1ca"
}
.fa-vk:before {
  content:"\f189"
}
.fa-vnv:before {
  content:"\f40b"
}
.fa-volleyball-ball:before {
  content:"\f45f"
}
.fa-volume-down:before {
  content:"\f027"
}
.fa-volume-mute:before {
  content:"\f6a9"
}
.fa-volume-off:before {
  content:"\f026"
}
.fa-volume-up:before {
  content:"\f028"
}
.fa-vote-yea:before {
  content:"\f772"
}
.fa-vr-cardboard:before {
  content:"\f729"
}
.fa-vuejs:before {
  content:"\f41f"
}
.fa-walking:before {
  content:"\f554"
}
.fa-wallet:before {
  content:"\f555"
}
.fa-warehouse:before {
  content:"\f494"
}
.fa-water:before {
  content:"\f773"
}
.fa-wave-square:before {
  content:"\f83e"
}
.fa-waze:before {
  content:"\f83f"
}
.fa-weebly:before {
  content:"\f5cc"
}
.fa-weibo:before {
  content:"\f18a"
}
.fa-weight:before {
  content:"\f496"
}
.fa-weight-hanging:before {
  content:"\f5cd"
}
.fa-weixin:before {
  content:"\f1d7"
}
.fa-whatsapp:before {
  content:"\f232"
}
.fa-whatsapp-square:before {
  content:"\f40c"
}
.fa-wheelchair:before {
  content:"\f193"
}
.fa-whmcs:before {
  content:"\f40d"
}
.fa-wifi:before {
  content:"\f1eb"
}
.fa-wikipedia-w:before {
  content:"\f266"
}
.fa-wind:before {
  content:"\f72e"
}
.fa-window-close:before {
  content:"\f410"
}
.fa-window-maximize:before {
  content:"\f2d0"
}
.fa-window-minimize:before {
  content:"\f2d1"
}
.fa-window-restore:before {
  content:"\f2d2"
}
.fa-windows:before {
  content:"\f17a"
}
.fa-wine-bottle:before {
  content:"\f72f"
}
.fa-wine-glass:before {
  content:"\f4e3"
}
.fa-wine-glass-alt:before {
  content:"\f5ce"
}
.fa-wix:before {
  content:"\f5cf"
}
.fa-wizards-of-the-coast:before {
  content:"\f730"
}
.fa-wolf-pack-battalion:before {
  content:"\f514"
}
.fa-won-sign:before {
  content:"\f159"
}
.fa-wordpress:before {
  content:"\f19a"
}
.fa-wordpress-simple:before {
  content:"\f411"
}
.fa-wpbeginner:before {
  content:"\f297"
}
.fa-wpexplorer:before {
  content:"\f2de"
}
.fa-wpforms:before {
  content:"\f298"
}
.fa-wpressr:before {
  content:"\f3e4"
}
.fa-wrench:before {
  content:"\f0ad"
}
.fa-x-ray:before {
  content:"\f497"
}
.fa-xbox:before {
  content:"\f412"
}
.fa-xing:before {
  content:"\f168"
}
.fa-xing-square:before {
  content:"\f169"
}
.fa-y-combinator:before {
  content:"\f23b"
}
.fa-yahoo:before {
  content:"\f19e"
}
.fa-yammer:before {
  content:"\f840"
}
.fa-yandex:before {
  content:"\f413"
}
.fa-yandex-international:before {
  content:"\f414"
}
.fa-yarn:before {
  content:"\f7e3"
}
.fa-yelp:before {
  content:"\f1e9"
}
.fa-yen-sign:before {
  content:"\f157"
}
.fa-yin-yang:before {
  content:"\f6ad"
}
.fa-yoast:before {
  content:"\f2b1"
}
.fa-youtube:before {
  content:"\f167"
}
.fa-youtube-square:before {
  content:"\f431"
}
.fa-zhihu:before {
  content:"\f63f"
}
.sr-only {
  border:0;
  clip:rect(0,0,0,0);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip:auto;
  height:auto;
  margin:0;
  overflow:visible;
  position:static;
  width:auto
}
@font-face {
  font-family:"Font Awesome 5 Brands";
  font-style:normal;
  font-weight:400;
  src:url(/wp-content/plugins/mystickyelements/fonts/fa-brands-400.woff2) format("woff2");
  font-display:swap
}
.fa-brands,
.fab {
  font-family:"Font Awesome 5 Brands"
}
@font-face {
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:400;
  src:url(/wp-content/plugins/mystickyelements/fonts/fa-regular-400.woff2) format("woff2");
  font-display:swap
}
.far {
  font-weight:400
}
@font-face {
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:900;
  src:url(/wp-content/plugins/mystickyelements/fonts/fa-solid-900.woff2) format("woff2");
  font-display:swap
}
.far,
.fas,
.mystickyelement-wrap .fa,
.mystickyelements-fixed .fa {
  font-family:"Font Awesome 5 Free"!important
}
.fas,
.mystickyelement-wrap .fa,
.mystickyelements-fixed .fa {
  font-weight:900!important
}
.element-contact-form,
.mystickyelements-custom-html {
  background-color:#fff;
  box-shadow:0 0 6px rgba(0,0,0,.16);
  left:100%
}
.mystickyelements-fixed .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize),
.mystickyelements-position-bottom.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after,
.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::after,
.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::after,
body.elementor-editor-active .mystickyelements-fixed,
body.znpb-theme-light .mystickyelements-fixed {
  display:none
}
@font-face {
  font-family:'Open Sans Hebrew';
  src:url('/wp-content/plugins/mystickyelements/fonts/OpenSansHebrew-Regular.woff') format('woff');
  font-weight:400;
  font-style:normal;
  font-display:swap
}
.mystickyelements-fixed,
.mystickyelements-fixed *,
.mystickyelements-fixed :after,
.mystickyelements-fixed :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
.mystickyelements-fixed ul {
  list-style:none;
  display:inline-block;
  vertical-align:top
}
.element-contact-form {
  width:440px;
  border-radius:10px;
  position:absolute;
  top:0;
  -webkit-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;
  -webkit-transform:rotateY(90deg);
  -moz-transform:rotateY(90deg);
  transform:rotateY(90deg);
  -webkit-transform-origin:0 0 0;
  -moz-transform-origin:0 0 0;
  transform-origin:0 0 0;
  z-index:1
}
.element-contact-form .contact-form-heading {
  border-radius:10px 10px 0 0;
  color:#7761df;
  display:block;
  margin:0;
  line-height:1.2;
  font-size:16px;
  font-weight:500;
  font-family:Poppins;
  background-color:#f9f8fc;
  padding:18px 14px;
  text-align:left;
  position:relative
}
.element-contact-form .contact-form-heading .element-contact-close {
  position:absolute;
  top:10px;
  right:20px;
  color:#ccc;
  font-size:20px;
  line-height:1
}
.element-contact-form form {
  padding:0 14px 20px;
  display:block
}
.mystickyelements-fixed .wp-editor-container {
  text-align:left
}
.mse-form-success-message,
.mystickyelements-fixed .contact-form-message {
  font-size:14px;
  text-align:center;
  color:#067d06;
  margin:0 0 10px
}
.mse-form-error-message {
  font-size:14px;
  text-align:center;
  color:#d00;
  margin:0 0 10px
}
#mse-form-error {
  position:absolute;
  bottom:unset;
  left:0;
  right:0
}
form#stickyelements-form input[type=submit][disabled] {
  opacity:.5
}
.mystickyelements-fixed ol,
.mystickyelements-fixed ul {
  margin:0;
  padding:0
}
.mystickyelements-fixed {
  position:fixed;
  z-index:99999;
  font-family:Poppins;
  top:50%;
  display:flex;
  align-items:center;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  transform:translateY(-50%);
  -webkit-transition:1s;
  -moz-transition:1s;
  transition:1s
}
.mystickyelements-fixed.mystickyelements-custom-html-iframe-open {
  top:0;
  bottom:0;
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  transform:translateY(0)
}
.mystickyelements-entry-effect-fade,
.mystickyelements-templates-arrow.mystickyelements-fixed ul li.mystickyelements-social-insagram span.mystickyelements-social-text::before,
.mystickyelements-templates-diamond.mystickyelements-fixed ul li.mystickyelements-social-insagram span.mystickyelements-social-text::before,
.mystickyelements-templates-triangle.mystickyelements-fixed ul li.mystickyelements-social-insagram span.mystickyelements-social-text::before {
  opacity:0
}
.mystickyelements-entry-effect-fade.entry-effect,
.mystickyelements-on-click.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form).elements-active span.mystickyelements-social-icon::after,
.mystickyelements-on-click.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).elements-active span.mystickyelements-social-icon::after,
.mystickyelements-on-hover.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form):hover span.mystickyelements-social-icon::after,
.mystickyelements-on-hover.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form):hover span.mystickyelements-social-icon::after {
  opacity:1
}
.mystickyelements-fixed .mystickyelements-social-insagram .mystickyelements-social-text,
.mystickyelements-fixed .social-insagram,
.mystickyelements-wrap .social-insagram {
  background:#582bcd;
  background:-moz-linear-gradient(-45deg,#582bcd 0,#ed4c33 50%,#f7d36f 100%);
  background:-webkit-linear-gradient(-45deg,#582bcd 0,#ed4c33 50%,#f7d36f 100%);
  background:linear-gradient(135deg,#582bcd 0,#ed4c33 50%,#f7d36f 100%)
}
form#stickyelements-form ::-webkit-input-placeholder {
  color:#4f4f4f;
  opacity:1
}
form#stickyelements-form ::-moz-placeholder {
  color:#4f4f4f;
  opacity:1
}
form#stickyelements-form :-ms-input-placeholder {
  color:#4f4f4f;
  opacity:1
}
form#stickyelements-form :-moz-placeholder {
  color:#4f4f4f;
  opacity:1
}
.mystickyelements-fixed ul li.element-desktop-on,
.stickyelements-form label {
  display:block
}
form#stickyelements-form input,
form#stickyelements-form select,
form#stickyelements-form textarea {
  border-radius:24px!important;
  background-color:#fff;
  width:100%;
  height:38px;
  margin-top:15px;
  border:1px solid #dce2e2;
  font-size:12px;
  font-family:Poppins;
  color:#000;
  font-weight:400;
  padding:0 15px;
  line-height:1.2;
  max-width:100%
}
form#stickyelements-form select {
  -webkit-appearance:menulist;
  background-image:none
}
form#stickyelements-form .quicktags-toolbar input {
  width:auto;
  border-radius:0!important;
  margin-top:0
}
form#stickyelements-form textarea.wp-editor-area {
  border-radius:0!important;
  border:0;
  margin:0;
  height:auto
}
form#stickyelements-form .wp-editor-wrap {
  margin-top:15px
}
.mse-input-message {
  font-size:12px;
  line-height:17px;
  display:inline-block;
  padding:5px 0 0 15px;
  color:#d00;
  text-align:left
}
form#stickyelements-form textarea {
  height:100px;
  margin-bottom:20px;
  resize:none;
  padding:15px
}
form#stickyelements-form input[type=submit] {
  font-size:16px;
  font-weight:600;
  margin-bottom:0;
  margin-top:35px
}
form#stickyelements-form input.mse-input-error,
form#stickyelements-form textarea.mse-input-error {
  border-color:#d00
}
form#stickyelements-form input:active,
form#stickyelements-form input:focus,
form#stickyelements-form select:active,
form#stickyelements-form select:focus,
form#stickyelements-form textarea:active,
form#stickyelements-form textarea:focus {
  border-color:#7761df;
  background-color:#eff5f8;
  outline:0
}
form#stickyelements-form .contact-form-label {
  color:#000;
  display:block;
  font-size:14px;
  line-height:1.2;
  padding:0;
  margin:12px 0 5px;
  box-shadow:none;
  border:0;
  font-family:Poppins;
  font-weight:400;
  text-align:left
}
form#stickyelements-form .contact-form-label+input {
  margin-top:0
}
.mystickyelements-fixed li:after {
  content:"";
  display:block;
  clear:both
}
.mystickyelements-fixed ul li {
  position:relative;
  width:53px;
  display:none;
  margin:0;
  padding:0;
  cursor:pointer;
  color:#fff
}
.mystickyelements-fixed.mystickyelements-size-small ul li,
.mystickyelements-size-extra-large li.mystickyelements-minimize.element-minimize {
  width:45px
}
.mystickyelements-fixed.mystickyelements-size-large ul li {
  width:60px
}
.mystickyelements-fixed.mystickyelements-size-extra-large ul li {
  width:70px
}
.mystickyelements-fixed.mystickyelements-position-left .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize) {
  left:-50px
}
.mystickyelements-fixed.mystickyelements-position-right .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize) {
  left:50px
}
span.mystickyelements-social-icon,
span.mystickyelements-social-icon a {
  width:53px;
  height:53px;
  color:#fff;
  float:left;
  position:relative;
  text-align:center;
  font-size:17px;
  -webkit-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;
  cursor:pointer;
  display:flex;
  justify-content:center;
  align-items:center;
  line-height:1.2;
  flex-wrap:wrap;
  text-decoration:none
}
.mystickyelements-fixed .mystickyelements-icon-below-text {
  font-size:10px;
  width:100%;
  display:block;
  line-height:1
}
.mystickyelements-fixed.mystickyelements-size-small .mystickyelements-icon-below-text {
  font-size:10px
}
.mystickyelements-fixed.mystickyelements-size-large .mystickyelements-icon-below-text {
  font-size:14px
}
.mystickyelements-fixed.mystickyelements-size-extra-large .mystickyelements-icon-below-text {
  font-size:16px
}
.mystickyelements-social-icon a:active,
.mystickyelements-social-icon a:focus,
.mystickyelements-social-icon a:hover {
  background-color:transparent;
  color:#fff
}
span.mystickyelements-social-icon i {
  margin:0
}
span.mystickyelements-social-icon.social-line,
span.mystickyelements-social-icon.social-qzone {
  display:flex;
  align-items:center;
  justify-content:center
}
.mystickyelements-size-small span.mystickyelements-social-icon,
.mystickyelements-size-small span.mystickyelements-social-icon a {
  width:45px;
  height:45px;
  line-height:45px;
  font-size:12px
}
.mystickyelements-size-large span.mystickyelements-social-icon,
.mystickyelements-size-large span.mystickyelements-social-icon a {
  width:60px;
  height:60px;
  line-height:60px;
  font-size:20px
}
.mystickyelements-size-extra-large span.mystickyelements-social-icon,
.mystickyelements-size-extra-large span.mystickyelements-social-icon a {
  width:70px;
  height:70px;
  line-height:70px;
  font-size:22px
}
.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a {
  border-radius:25px 0!important
}
.mystickyelements-size-small.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
.mystickyelements-size-small.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a {
  border-radius:20px 0!important
}
.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a {
  border-radius:50%!important
}
.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a {
  border-radius:0 25px!important
}
.mystickyelements-size-small.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
.mystickyelements-size-small.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a {
  border-radius:0 20px!important
}
.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon {
  z-index:1
}
.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
  content:"";
  position:absolute;
  top:8px;
  bottom:8px;
  left:8px;
  right:8px;
  background:red;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  transform:rotate(-45deg);
  z-index:-1
}
.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before {
  background:linear-gradient(185deg,#582bcd 0,#ed4c33 50%,#f7d36f 100%)
}
.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after {
  content:"";
  position:absolute;
  top:0;
  background-color:red;
  height:100%;
  z-index:-1;
  width:26px;
  opacity:0
}
.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
.mystickyelements-templates-arrow span.mystickyelements-social-text:before,
.mystickyelements-templates-diamond span.mystickyelements-social-text:before,
.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
  content:"";
  position:absolute;
  top:0;
  width:0;
  height:0;
  border-top:27px solid transparent;
  border-bottom:26px solid transparent
}
.mystickyelements-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
  top:6px;
  bottom:6px;
  left:6px;
  right:6px
}
.mystickyelements-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after {
  width:22px
}
.mystickyelements-size-small.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
.mystickyelements-size-small.mystickyelements-templates-arrow span.mystickyelements-social-text::before,
.mystickyelements-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before,
.mystickyelements-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
  border-top-width:23px;
  border-bottom-width:22px
}
.mystickyelements-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
  top:8px;
  bottom:8px;
  left:8px;
  right:8px
}
.mystickyelements-size-extra-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
  top:10px;
  bottom:10px;
  left:10px;
  right:10px
}
.mystickyelements-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after {
  width:30px
}
.mystickyelements-size-extra-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after {
  width:34px
}
.mystickyelements-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before,
.mystickyelements-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
  border-top-width:30px;
  border-bottom-width:30px
}
.mystickyelements-size-extra-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before,
.mystickyelements-size-extra-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
  border-top-width:35px;
  border-bottom-width:35px
}
.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active .mystickyelements-social-icon,
.mystickyelements-on-click.mystickyelements-fixed ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
.mystickyelements-on-hover.mystickyelements-fixed ul li:hover .mystickyelements-social-icon,
.mystickyelements-on-hover.mystickyelements-fixed ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon,
.mystickyelements-templates-arrow span.mystickyelements-social-icon,
.mystickyelements-templates-arrow span.mystickyelements-social-icon a,
.mystickyelements-templates-arrow span.mystickyelements-social-text,
.mystickyelements-templates-diamond span.mystickyelements-social-text,
.mystickyelements-templates-sharp .element-contact-form,
.mystickyelements-templates-sharp .mystickyelements-minimize,
.mystickyelements-templates-sharp .mystickyelements-social-icon,
.mystickyelements-templates-sharp .mystickyelements-social-text,
.mystickyelements-templates-triangle span.mystickyelements-social-text {
  border-radius:0!important
}
.mystickyelements-size-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
.mystickyelements-size-large.mystickyelements-templates-arrow span.mystickyelements-social-text::before {
  border-top-width:30px;
  border-bottom-width:30px;
  border-left-width:30px
}
.mystickyelements-size-extra-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
.mystickyelements-size-extra-large.mystickyelements-templates-arrow span.mystickyelements-social-text::before {
  border-top-width:35px;
  border-bottom-width:35px;
  border-left-width:35px
}
.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,
.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before {
  width:38px;
  height:38px;
  border:0!important;
  background:linear-gradient(135deg,#582bcd 0,#ed4c33 50%,#f7d36f 100%);
  transform:rotate(45deg);
  z-index:-1
}
.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-arrow ul li.mystickyelements-social-insagram.elements-active span.mystickyelements-social-text::before,
.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-diamond ul li.mystickyelements-social-insagram.elements-active span.mystickyelements-social-text::before,
.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-triangle ul li.mystickyelements-social-insagram.elements-active span.mystickyelements-social-text::before,
.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-arrow ul li.mystickyelements-social-insagram:hover span.mystickyelements-social-text::before,
.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-diamond ul li.mystickyelements-social-insagram:hover span.mystickyelements-social-text::before,
.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-triangle ul li.mystickyelements-social-insagram:hover span.mystickyelements-social-text::before {
  opacity:1;
  transition-delay:0.5s
}
.mystickyelements-on-click.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,
.mystickyelements-on-hover.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before {
  top:0;
  bottom:0;
  right:0;
  transform:none;
  width:53px;
  height:53px
}
.mystickyelements-on-click.mystickyelements-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,
.mystickyelements-on-hover.mystickyelements-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before {
  width:45px;
  height:45px
}
.mystickyelements-on-click.mystickyelements-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,
.mystickyelements-on-hover.mystickyelements-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before {
  width:60px;
  height:60px
}
.mystickyelements-on-click.mystickyelements-size-extra-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,
.mystickyelements-on-hover.mystickyelements-size-extra-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before {
  width:70px;
  height:70px
}
.mystickyelements-size-small.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
.mystickyelements-size-small.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
.mystickyelements-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,
.mystickyelements-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before {
  width:32px;
  height:32px
}
.mystickyelements-size-extra-large.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
.mystickyelements-size-extra-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
.mystickyelements-size-extra-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,
.mystickyelements-size-extra-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,
.mystickyelements-size-large.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
.mystickyelements-size-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
.mystickyelements-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,
.mystickyelements-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before {
  width:43px;
  height:43px
}
.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
  z-index:-1;
  content:"";
  position:absolute;
  top:1px;
  bottom:1px;
  background:red;
  transform:rotate(-28deg) skewX(36deg);
  width:60px;
  height:50px
}
.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:red;
  z-index:-1;
  opacity:0
}
span.mystickyelements-social-icon .fas.fa-sms {
  font-size:19px
}
.social-channels-item .social-channel-input-box img,
span.mystickyelements-social-icon img {
  margin:auto;
  display:block;
  width:20px;
  height:20px
}
.mystickyelements-size-small span.mystickyelements-social-icon img {
  width:17px;
  height:17px
}
.mystickyelements-size-extra-large span.mystickyelements-social-icon img,
.mystickyelements-size-large span.mystickyelements-social-icon img,
.mystickyelements-size-small.mystickyelements-templates-default span.mystickyelements-social-icon img {
  width:25px;
  height:25px
}
.mystickyelements-templates-default span.mystickyelements-social-icon img {
  width:30px;
  height:30px
}
.mystickyelements-size-large.mystickyelements-templates-default span.mystickyelements-social-icon img {
  width:35px;
  height:35px
}
.mystickyelements-size-extra-large.mystickyelements-templates-default span.mystickyelements-social-icon img {
  width:40px;
  height:40px
}
.mystickyelements-templates-default span.mystickyelements-social-icon img.mystickyelements-stretch-custom-img,
.social-channels-item .social-channel-input-box img.mystickyelements-stretch-custom-img {
  width:100%;
  height:100%
}
.social-channels-list.social-instagram_dm i.mystickyelement_instagramdm_icon,
.social-instagram_dm i.mystickyelement_instagramdm_icon {
  background:url('/wp-content/plugins/mystickyelements/images/instagramdm-logo.svg') center center/70% no-repeat;
  width:100%
}
.social-channels-list.social-line i.mystickyelement_line_icon,
.social-line i.mystickyelement_line_icon {
  background:url('/wp-content/plugins/mystickyelements/images/line-logo.svg') center center/70% no-repeat;
  width:100%
}
.social-channels-list.social-qzone i.mystickyelement_qzone_icon,
.social-qzone i.mystickyelement_qzone_icon {
  background:url('/wp-content/plugins/mystickyelements/images/qzone-logo.svg') center center/70% no-repeat;
  width:100%
}
.social-amazon i.mystickyelement_amazon_icon,
.social-channels-list.social-amazon i.mystickyelement_amazon_icon {
  background:url('/wp-content/plugins/mystickyelements/images/amazon-logo.svg') center center/70% no-repeat;
  width:100%
}
.social-channels-list.social-flickr i.mystickyelement_flickr_icon,
.social-flickr i.mystickyelement_flickr_icon {
  background:url('/wp-content/plugins/mystickyelements/images/flickr-logo.svg') center center/70% no-repeat;
  width:100%
}
.social-channels-list.social-slack i.mystickyelement_slack_icon,
.social-slack i.mystickyelement_slack_icon {
  background:url('/wp-content/plugins/mystickyelements/images/slack-logo.svg') center center/70% no-repeat;
  width:100%
}
.social-channels-list.social-google_play i.mystickyelement_google_play_icon,
.social-google_play i.mystickyelement_google_play_icon {
  background:url('/wp-content/plugins/mystickyelements/images/google-play-logo.svg') center center/70% no-repeat;
  width:100%
}
.social-channels-list.social-ebay i.mystickyelement_ebay_icon,
.social-ebay i.mystickyelement_ebay_icon {
  background:url('/wp-content/plugins/mystickyelements/images/ebay-logo.svg') center center/70% no-repeat;
  width:100%
}
.social-channels-list.social-poptin_popups i.mystickyelement_poptin_icon,
.social-poptin_popups i.mystickyelement_poptin_icon {
  background:url('/wp-content/plugins/mystickyelements/images/poptin-logo.svg') center center/100% no-repeat;
  width:100%
}
.social-channels-list.social-fiverr i.mystickyelement_fiverr_icon,
.social-fiverr i.mystickyelement_fiverr_icon {
  background:url('/wp-content/plugins/mystickyelements/images/fiverr-logo.svg') center center/100% no-repeat;
  width:100%
}
.social-channels-list.social-shopify i.mystickyelement_shopify_icon,
.social-shopify i.mystickyelement_shopify_icon {
  background:url('/wp-content/plugins/mystickyelements/images/shopify-logo.svg') center center/70% no-repeat;
  width:100%
}
.social-channels-list.social-gumroad i.mystickyelement_gumroad_icon,
.social-gumroad i.mystickyelement_gumroad_icon {
  background:url('/wp-content/plugins/mystickyelements/images/gumroad-logo.svg') center center/70% no-repeat;
  width:100%
}
.social-channels-list.social-printful i.mystickyelement_printful_icon,
.social-printful i.mystickyelement_printful_icon {
  background:url('/wp-content/plugins/mystickyelements/images/printful-logo.svg') center center/70% no-repeat;
  width:100%
}
.social-amazon i.mystickyelement_amazon_icon,
.social-ebay i.mystickyelement_ebay_icon,
.social-fiverr i.mystickyelement_fiverr_icon,
.social-flickr i.mystickyelement_flickr_icon,
.social-google_play i.mystickyelement_google_play_icon,
.social-gumroad i.mystickyelement_gumroad_icon,
.social-instagram_dm i.mystickyelement_instagramdm_icon,
.social-line i.mystickyelement_line_icon,
.social-poptin_popups i.mystickyelement_poptin_icon,
.social-printful i.mystickyelement_printful_icon,
.social-qzone i.mystickyelement_qzone_icon,
.social-shopify i.mystickyelement_shopify_icon,
.social-slack i.mystickyelement_slack_icon {
  display:block;
  height:100%;
  background-size:40%
}
.social-fiverr i.mystickyelement_fiverr_icon {
  background-size:80%
}
.social-ebay i.mystickyelement_ebay_icon,
.social-poptin_popups i.mystickyelement_poptin_icon {
  background-size:50%
}
.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-amazon i.mystickyelement_amazon_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-ebay i.mystickyelement_ebay_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-fiverr i.mystickyelement_fiverr_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-google_play i.mystickyelement_google_play_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-gumroad i.mystickyelement_gumroad_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-line i.mystickyelement_line_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-poptin_popups i.mystickyelement_poptin_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-printful i.mystickyelement_printful_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-qzone i.mystickyelement_qzone_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-shopify i.mystickyelement_shopify_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-small .social-slack i.mystickyelement_slack_icon {
  background-size:21px
}
.mystickyelements-position-mobile-bottom .social-amazon i.mystickyelement_amazon_icon,
.mystickyelements-position-mobile-bottom .social-ebay i.mystickyelement_ebay_icon,
.mystickyelements-position-mobile-bottom .social-fiverr i.mystickyelement_fiverr_icon,
.mystickyelements-position-mobile-bottom .social-google_play i.mystickyelement_google_play_icon,
.mystickyelements-position-mobile-bottom .social-gumroad i.mystickyelement_gumroad_icon,
.mystickyelements-position-mobile-bottom .social-line i.mystickyelement_line_icon,
.mystickyelements-position-mobile-bottom .social-poptin_popups i.mystickyelement_poptin_icon,
.mystickyelements-position-mobile-bottom .social-printful i.mystickyelement_printful_icon,
.mystickyelements-position-mobile-bottom .social-qzone i.mystickyelement_qzone_icon,
.mystickyelements-position-mobile-bottom .social-shopify i.mystickyelement_shopify_icon,
.mystickyelements-position-mobile-bottom .social-slack i.mystickyelement_slack_icon {
  background-size:26px
}
.mystickyelements-position-mobile-bottom .social-flickr i.mystickyelement_flickr_icon {
  background-size:35px
}
.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-amazon i.mystickyelement_amazon_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-ebay i.mystickyelement_ebay_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-fiverr i.mystickyelement_fiverr_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-google_play i.mystickyelement_google_play_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-gumroad i.mystickyelement_gumroad_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-line i.mystickyelement_line_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-poptin_popups i.mystickyelement_poptin_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-printful i.mystickyelement_printful_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-qzone i.mystickyelement_qzone_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-shopify i.mystickyelement_shopify_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-slack i.mystickyelement_slack_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-amazon i.mystickyelement_amazon_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-ebay i.mystickyelement_ebay_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-fiverr i.mystickyelement_fiverr_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-google_play i.mystickyelement_google_play_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-gumroad i.mystickyelement_gumroad_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-line i.mystickyelement_line_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-poptin_popups i.mystickyelement_poptin_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-printful i.mystickyelement_printful_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-qzone i.mystickyelement_qzone_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-shopify i.mystickyelement_shopify_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-slack i.mystickyelement_slack_icon {
  background-size:30px
}
.mystickyelements-position-mobile-bottom.mystickyelements-size-extra-large .social-flickr i.mystickyelement_flickr_icon,
.mystickyelements-position-mobile-bottom.mystickyelements-size-large .social-flickr i.mystickyelement_flickr_icon {
  background-size:40px
}
span.mystickyelements-social-text {
  color:#fff;
  border-radius:0 10px 10px 0;
  font-size:14px;
  float:left;
  line-height:1.2;
  position:absolute;
  top:0;
  left:100%;
  height:100%;
  white-space:nowrap;
  -webkit-transform:rotateY(90deg);
  -moz-transform:rotateY(90deg);
  transform:rotateY(90deg);
  -webkit-transform-origin:0 0 0;
  -moz-transform-origin:0 0 0;
  transform-origin:0 0 0;
  -webkit-transition:.5s;
  -moz-transition:.5s;
  transition:.5s
}
.mystickyelements-position-bottom.mystickyelements-size-extra-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,
.mystickyelements-size-large span.mystickyelements-social-text {
  font-size:22px
}
.mystickyelements-size-extra-large span.mystickyelements-social-text {
  font-size:24px
}
.mystickyelements-position-right .element-contact-form,
.mystickyelements-position-right span.mystickyelements-social-text {
  -webkit-transform-origin:100% 0 0;
  -moz-transform-origin:100% 0 0;
  transform-origin:100% 0 0;
  left:auto;
  right:100%
}
.mystickyelements-position-right span.mystickyelements-social-text {
  border-radius:10px 0 0 10px
}
span.mystickyelements-social-text a,
span.mystickyelements-social-text.mystickyelements-social-no-link {
  color:#fff;
  text-decoration:none;
  display:inline-block;
  vertical-align:top;
  min-width:137px;
  height:100%;
  padding-top:19px;
  padding-right:10px;
  padding-left:13px
}
.mystickyelements-size-small span.mystickyelements-social-text a,
.mystickyelements-size-small span.mystickyelements-social-text.mystickyelements-social-no-link {
  padding-top:15px
}
.mystickyelements-size-extra-large span.mystickyelements-social-text a,
.mystickyelements-size-extra-large span.mystickyelements-social-text.mystickyelements-social-no-link,
.mystickyelements-size-large span.mystickyelements-social-text a,
.mystickyelements-size-large span.mystickyelements-social-text.mystickyelements-social-no-link {
  min-width:206px;
  padding-top:18px
}
.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active span.mystickyelements-social-text,
.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-contact-form.elements-active .element-contact-form,
.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-contact-form.element-contact-active .element-contact-form,
.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-contact-form.element-contact-active:hover .element-contact-form {
  -webkit-transform:rotateY(0);
  -moz-transform:rotateY(0);
  transform:rotateY(0)
}
.mystickyelements-fixed ul li.mystickyelements-contact-form.non-active .element-contact-form {
  -webkit-transform:rotateY(90deg)!important;
  -moz-transform:rotateY(90deg)!important;
  transform:rotateY(90deg)!important
}
.mystickyelements-fixed ul li.mystickyelements-contact-form.elements-active .element-contact-form {
  -webkit-transform:rotateY(0)!important;
  -moz-transform:rotateY(0)!important;
  transform:rotateY(0)!important
}
.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-social-insagram.elements-active span.mystickyelements-social-text,
.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-social-insagram:hover span.mystickyelements-social-text {
  -webkit-transform:none;
  -moz-transform:none;
  transform:none
}
.mystickyelement-credit a {
  font-size:9px;
  text-decoration:none;
  color:#000;
  display:inline-block;
  vertical-align:top;
  margin:5px 0 0
}
.mystickyelement-credit a:hover {
  color:#000
}
.mystickyelements-fixed ul li.mystickyelements-contact-form {
  padding-bottom:49px;
  padding-top:42px
}
.mystickyelements-fixed.mystickyelements-size-small ul li.mystickyelements-contact-form {
  padding-bottom:51px;
  padding-top:48px
}
.mystickyelements-fixed.mystickyelements-size-extra-large ul li.mystickyelements-contact-form,
.mystickyelements-fixed.mystickyelements-size-large ul li.mystickyelements-contact-form {
  padding-bottom:76px;
  padding-top:74px
}
.mystickyelements-contact-form .mystickyelements-social-icon {
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  transform:rotate(-90deg);
  display:block;
  font-size:12px;
  padding:18px 10px 10px;
  width:144px;
  height:53px;
  line-height:1.2;
  -webkit-transform-origin:51px 51px 0;
  -moz-transform-origin:51px 51px 0;
  transform-origin:51px 51px 0;
  box-shadow:-3px 0 6px rgba(0,0,0,.16)
}
.mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon {
  padding:15px 10px 2px;
  width:144px;
  height:45px;
  line-height:1.2;
  -webkit-transform-origin:48px 48px 0;
  -moz-transform-origin:48px 48px 0;
  transform-origin:48px 48px 0
}
.mystickyelements-size-large .mystickyelements-contact-form .mystickyelements-social-icon {
  padding:18px 10px 2px;
  width:210px;
  height:60px;
  line-height:1.2;
  font-size:19px;
  -webkit-transform-origin:68px 68px 0;
  -moz-transform-origin:68px 68px 0;
  transform-origin:68px 68px 0
}
.mystickyelements-size-extra-large .mystickyelements-contact-form .mystickyelements-social-icon {
  padding:20px 10px 2px;
  width:220px;
  height:70px;
  line-height:1.2;
  font-size:21px;
  -webkit-transform-origin:73px 73px 0;
  -moz-transform-origin:73px 73px 0;
  transform-origin:73px 73px 0
}
.mystickyelements-position-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,
.mystickyelements-position-left .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,
.mystickyelements-position-right .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext {
  font-size:17px
}
.mystickyelements-position-bottom.mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,
.mystickyelements-position-left.mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,
.mystickyelements-position-right.mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext {
  font-size:15px
}
.mystickyelements-position-bottom.mystickyelements-size-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,
.mystickyelements-position-left.mystickyelements-size-extra-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,
.mystickyelements-position-right.mystickyelements-size-extra-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext {
  font-size:20px
}
.mystickyelements-position-left.mystickyelements-size-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,
.mystickyelements-position-right.mystickyelements-size-large .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext {
  font-size:18px
}
.mystickyelements-contact-form .mystickyelements-social-icon i {
  margin-right:6px
}
.mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon i {
  margin-right:7px
}
.mystickyelements-contact-form[dir=rtl] .mystickyelements-social-icon i,
html[dir=rtl] .mystickyelements-contact-form .mystickyelements-social-icon i {
  margin-left:22px;
  margin-right:0
}
.mystickyelements-size-small .mystickyelements-contact-form[dir=rtl] .mystickyelements-social-icon i,
html[dir=rtl] .mystickyelements-size-small .mystickyelements-contact-form .mystickyelements-social-icon i {
  margin-left:18px
}
.mystickyelements-contact-form[dir=rtl] .element-contact-form .contact-form-heading,
.mystickyelements-contact-form[dir=rtl] .mse-input-message,
.mystickyelements-contact-form[dir=rtl] form#stickyelements-form .contact-form-label,
html[dir=rtl] .mse-input-message,
html[dir=rtl] .mystickyelements-contact-form .element-contact-form .contact-form-heading,
html[dir=rtl] form#stickyelements-form .contact-form-label {
  text-align:right
}
.mystickyelements-contact-form[dir=rtl],
.mystickyelements-contact-form[dir=rtl] .element-contact-form .contact-form-heading,
.mystickyelements-contact-form[dir=rtl] form#stickyelements-form input,
.mystickyelements-contact-form[dir=rtl] form#stickyelements-form textarea,
.mystickyelements-fixed[dir=rtl] .mystickyelements-social-icon,
.mystickyelements-fixed[dir=rtl] .mystickyelements-social-text,
html[dir=rtl] .mystickyelements-contact-form,
html[dir=rtl] .mystickyelements-contact-form .element-contact-form .contact-form-heading,
html[dir=rtl] .mystickyelements-contact-form form#stickyelements-form input,
html[dir=rtl] .mystickyelements-contact-form form#stickyelements-form textarea,
html[dir=rtl] .mystickyelements-fixed .mystickyelements-social-icon,
html[dir=rtl] .mystickyelements-fixed .mystickyelements-social-text {
  font-family:"Open Sans Hebrew"
}
.mystickyelements-contact-form[dir=rtl] .element-contact-form .contact-form-heading .element-contact-close,
html[dir=rtl] .element-contact-form .contact-form-heading .element-contact-close {
  left:20px;
  right:auto
}
.mystickyelements-contact-form[dir=rtl] input[type=email],
.mystickyelements-contact-form[dir=rtl] input[type=tel],
.mystickyelements-contact-form[dir=rtl] input[type=url] {
  direction:rtl
}
.mystickyelements-position-left ul li:first-child .mystickyelements-social-icon,
.mystickyelements-position-left ul li:first-child.mystickyelements-minimize .mystickyelements-social-icon {
  border-radius:0 10px 0 0
}
.mystickyelements-position-left ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,
.mystickyelements-position-left ul li:last-child .mystickyelements-social-icon {
  border-radius:0 0 10px
}
.mystickyelements-position-left ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon {
  border-radius:0 0 0 10px
}
.mystickyelements-position-right ul li:first-child .mystickyelements-social-icon {
  border-radius:10px 0 0
}
.mystickyelements-position-right ul li:last-child .mystickyelements-social-icon {
  border-radius:0 0 0 10px
}
.mystickyelements-position-right ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon {
  border-radius:0 10px 0 0
}
.mystickyelements-position-right ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon {
  border-radius:10px 0 0
}
span.mystickyelements-minimize.minimize-position-left {
  width:100%;
  height:32px;
  border-radius:0 10px 0 0;
  padding:0 11px;
  text-align:center;
  line-height:32px;
  box-shadow:0 3px 6px rgba(0,0,0,.16);
  display:block
}
.mystickyelements-size-small span.mystickyelements-minimize.minimize-position-left {
  padding:0 4px
}
.mystickyelements-size-small li.mystickyelements-minimize.element-minimize,
li.mystickyelements-minimize.element-minimize {
  width:27px
}
span.mystickyelements-minimize.minimize-position-bottom,
span.mystickyelements-minimize.minimize-position-right {
  border-radius:10px 0 0;
  box-shadow:0 3px 6px rgba(0,0,0,.16);
  display:block;
  width:100%;
  text-align:center
}
.mystickyelements-size-large li.mystickyelements-minimize.element-minimize {
  width:40px
}
.mystickyelements-fixed ul li.mystickyelements-minimize {
  transition:.3s;
  -webkit-transition:.3s;
  -moz-transition:.3s;
  display:inline-block;
  vertical-align:bottom
}
.mystickyelements-fixed.mystickyelements-size-large ul li.mystickyelements-minimize {
  font-size:25px
}
.mystickyelements-fixed.mystickyelements-size-extra-large ul li.mystickyelements-minimize {
  font-size:28px
}
.element-minimize span.mystickyelements-minimize.minimize-position-left {
  transition:.3s;
  -webkit-transition:.3s;
  -moz-transition:.3s;
  border-radius:0 6px 6px 0;
  padding:0
}
span.mystickyelements-minimize.minimize-position-right {
  height:32px;
  padding:0 11px;
  line-height:32px
}
.mystickyelements-size-small span.mystickyelements-minimize.minimize-position-right {
  padding:0 5px
}
.element-minimize span.mystickyelements-minimize.minimize-position-right {
  transition:.3s;
  -webkit-transition:.3s;
  -moz-transition:.3s;
  padding:0;
  border-radius:6px 0 0 6px
}
.mystickyelements-minimize+.mystickyelements-contact-form .element-contact-form {
  top:-32px
}
.mystickyelements-custom-html {
  border-radius:10px;
  position:absolute;
  top:50%;
  max-height:500px;
  overflow-y:auto;
  overflow-x:auto;
  -webkit-transition:.5s;
  -moz-transition:.5s;
  transition:.5s;
  -webkit-transform:rotateY(90deg) translateY(-50%);
  -moz-transform:rotateY(90deg) translateY(-50%);
  transform:rotateY(90deg) translateY(-50%);
  -webkit-transform-origin:0 0 0;
  -moz-transform-origin:0 0 0;
  transform-origin:0 0 0;
  z-index:1;
  white-space:nowrap;
  max-width:700px;
  min-width:300px;
  width:auto
}
.mystickyelements-custom-html-wrap>a,
.mystickyelements-custom-html-wrap>div,
.mystickyelements-custom-html-wrap>footer,
.mystickyelements-custom-html-wrap>header,
.mystickyelements-custom-html-wrap>input,
.mystickyelements-custom-html-wrap>nav,
.mystickyelements-custom-html-wrap>p,
.mystickyelements-custom-html-wrap>span,
.mystickyelements-custom-html-wrap>strong {
  width:660px
}
.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-iframe-bottom {
  position:relative
}
.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-html-iframe {
  position:static
}
.mystickyelements-custom-html-iframe .mystickyelements-custom-html {
  max-height:unset;
  width:auto;
  top:50%;
  bottom:auto;
  -webkit-transform:rotateY(90deg) translateY(-50%);
  -moz-transform:rotateY(90deg) translateY(-50%);
  transform:rotateY(90deg) translateY(-50%)
}
.mystickyelements-custom-iframe-bottom.mystickyelements-custom-html-iframe .mystickyelements-custom-html {
  top:auto;
  bottom:-10px;
  -webkit-transform:rotateY(90deg) translateY(0);
  -moz-transform:rotateY(90deg) translateY(0);
  transform:rotateY(90deg) translateY(0)
}
.mystickyelements-custom-html-iframe .mystickyelements-custom-html iframe {
  max-width:unset
}
.mystickyelements-custom-html-main .mystickyelements-custom-html .input-text,
.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=email],
.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=number],
.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=password],
.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=search],
.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=tel],
.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=text],
.mystickyelements-custom-html-main .mystickyelements-custom-html input[type=url],
.mystickyelements-custom-html-main .mystickyelements-custom-html textarea,
.stickyelements-form .eac-input-wrap {
  width:100%
}
.mystickyelements-position-right .mystickyelements-custom-html {
  right:100%;
  left:auto;
  -webkit-transform-origin:100% 0 0;
  -moz-transform-origin:100% 0 0;
  transform-origin:100% 0 0
}
.mystickyelements-custom-html-wrap {
  padding:20px
}
.mystickyelements-custom-html-iframe .mystickyelements-custom-html-wrap {
  line-height:0
}
.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-custom-html-main.elements-active .mystickyelements-custom-html,
.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-html-iframe.elements-active .mystickyelements-custom-html,
.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-html-iframe:hover .mystickyelements-custom-html,
.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-custom-html-main:hover .mystickyelements-custom-html {
  -webkit-transform:rotateY(0) translateY(-50%);
  -moz-transform:rotateY(0) translateY(-50%);
  transform:rotateY(0) translateY(-50%)
}
.mystickyelements-on-click.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-iframe-bottom.mystickyelements-custom-html-iframe.elements-active .mystickyelements-custom-html,
.mystickyelements-on-hover.mystickyelements-fixed ul li.mystickyelements-custom-html-main.mystickyelements-custom-iframe-bottom.mystickyelements-custom-html-iframe:hover .mystickyelements-custom-html {
  -webkit-transform:rotateY(0) translateY(0);
  -moz-transform:rotateY(0) translateY(0);
  transform:rotateY(0) translateY(0)
}
.mystickyelements-custom-html-wrap,
.mystickyelements-custom-html-wrap label,
.mystickyelements-custom-html-wrap p {
  color:#333
}
form#stickyelements-form input[type=checkbox] {
  width:15px;
  padding:0;
  height:15px;
  border-radius:3px!important;
  margin-top:0;
  vertical-align:top
}
form#stickyelements-form input[type=checkbox]::before {
  width:15px;
  height:15px;
  margin:-1px 0 0 -2px
}
.contact_form_consent_txt {
  color:#000;
  font-size:14px;
  padding-left:5px;
  display:inline-block;
  vertical-align:top
}
.contact-form-consent-fields {
  text-align:left;
  margin-top:20px;
  margin-bottom:0
}
.contact-form-consent-fields label {
  line-height:1;
  display:flex
}
#contact-form-recaptcha>div {
  display:inline-block;
  vertical-align:top
}
#contact-form-recaptcha {
  text-align:center
}
@media only screen and (min-width:1025px) {
  .mystickyelements-position-left {
    left:0;
    text-align:left;
    right:auto
  }
  .mystickyelements-position-right {
    right:0;
    text-align:right;
    left:auto
  }
  .mystickyelements-position-bottom {
    left:0;
    right:0;
    bottom:0;
    top:auto;
    display:block;
    text-align:center;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    transform:translateY(0)
  }
  .mystickyelements-position-left.mystickyelements-entry-effect-slide-in {
    left:-90px;
    right:auto
  }
  .mystickyelements-position-left.mystickyelements-entry-effect-slide-in.entry-effect {
    left:0;
    right:auto
  }
  .mystickyelements-position-right.mystickyelements-entry-effect-slide-in {
    right:-90px;
    left:auto
  }
  .mystickyelements-position-right.mystickyelements-entry-effect-slide-in.entry-effect {
    right:0;
    left:auto
  }
  .mystickyelements-position-bottom.mystickyelements-entry-effect-slide-in {
    left:0;
    bottom:-90px;
    right:0
  }
  .mystickyelements-position-bottom.mystickyelements-entry-effect-slide-in.entry-effect {
    bottom:0;
    top:auto
  }
  span.mystickyelements-minimize.minimize-position-bottom {
    height:53px;
    line-height:53px
  }
  .mystickyelements-position-bottom.mystickyelements-fixed.mystickyelements-custom-html-iframe-open {
    top:auto
  }
  .mystickyelements-position-bottom .mystickyelement-lists-wrap {
    display:flex;
    align-items:center;
    justify-content:center
  }
  .mystickyelements-position-bottom.mystickyelements-position-screen-left .mystickyelement-lists-wrap {
    justify-content:flex-start
  }
  .mystickyelements-position-bottom.mystickyelements-position-screen-right .mystickyelement-lists-wrap {
    justify-content:flex-end
  }
  .mystickyelements-position-bottom .mystickyelement-credit {
    padding-left:10px
  }
  .mystickyelements-position-bottom .element-minimize span.mystickyelements-minimize.minimize-position-bottom {
    height:32px;
    line-height:32px
  }
  .mystickyelements-position-bottom.mystickyelements-size-small span.mystickyelements-minimize.minimize-position-bottom {
    height:45px;
    line-height:45px
  }
  .mystickyelements-position-bottom.mystickyelements-size-large span.mystickyelements-minimize.minimize-position-bottom {
    height:60px;
    line-height:60px
  }
  .mystickyelements-position-bottom.mystickyelements-size-extra-large span.mystickyelements-minimize.minimize-position-bottom {
    height:70px;
    line-height:70px
  }
  .mystickyelements-position-bottom.mystickyelements-fixed ul li.mystickyelements-minimize {
    width:32px
  }
  .element-minimize span.mystickyelements-minimize.minimize-position-bottom {
    transition:.3s;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    border-radius:6px 6px 0 0;
    padding:0
  }
  .mystickyelements-position-bottom.mystickyelements-fixed ul li {
    float:left;
    position:static
  }
  .mystickyelements-position-bottom.mystickyelements-fixed ul {
    position:relative
  }
  .mystickyelements-fixed.mystickyelements-position-bottom ul li.mystickyelements-contact-form {
    padding-top:0;
    padding-bottom:0;
    width:auto
  }
  .mystickyelements-position-bottom .mystickyelements-contact-form .mystickyelements-social-icon {
    -webkit-transform-origin:0 0 0;
    -moz-transform-origin:0 0 0;
    transform-origin:0 0 0;
    -webkit-transform:rotate(0);
    -moz-transform:rotate(0);
    transform:rotate(0);
    box-shadow:unset
  }
  .mystickyelements-on-click.mystickyelements-fixed.mystickyelements-position-bottom ul li.mystickyelements-custom-html-main.elements-active .mystickyelements-custom-html,
  .mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-position-bottom ul li.mystickyelements-custom-html-main:hover .mystickyelements-custom-html {
    -webkit-transform:rotateY(0) translateY(0);
    -moz-transform:rotateY(0) translateY(0);
    transform:rotateY(0) translateY(0)
  }
  .mystickyelements-on-click.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,
  .mystickyelements-on-hover.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before,
  .mystickyelements-position-left.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after {
    right:0
  }
  .mystickyelements-on-click.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,
  .mystickyelements-on-hover.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before,
  .mystickyelements-position-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after {
    left:0
  }
  .mystickyelements-position-left.mystickyelements-templates-round span.mystickyelements-social-text,
  .mystickyelements-position-left.mystickyelements-templates-roundad span.mystickyelements-social-text {
    border-radius:0 25px 25px 0
  }
  .mystickyelements-fixed.mystickyelements-position-bottom.mystickyelements-templates-leaf_left span.mystickyelements-social-text,
  .mystickyelements-position-left.mystickyelements-templates-leaf_left span.mystickyelements-social-text {
    border-radius:0 25px 0 0
  }
  .mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-leaf_left span.mystickyelements-social-text {
    border-radius:0 20px 0 0
  }
  .mystickyelements-position-left.mystickyelements-templates-leaf_right span.mystickyelements-social-text {
    border-radius:0 0 25px
  }
  .mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-leaf_right span.mystickyelements-social-text {
    border-radius:0 0 20px
  }
  .mystickyelements-position-right.mystickyelements-templates-round span.mystickyelements-social-text,
  .mystickyelements-position-right.mystickyelements-templates-roundad span.mystickyelements-social-text {
    border-radius:25px 0 0 25px
  }
  .mystickyelements-position-right.mystickyelements-templates-leaf_left span.mystickyelements-social-text {
    border-radius:0 0 0 25px
  }
  .mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-leaf_left span.mystickyelements-social-text {
    border-radius:0 0 0 20px
  }
  .mystickyelements-fixed.mystickyelements-position-bottom.mystickyelements-templates-leaf_right span.mystickyelements-social-text,
  .mystickyelements-position-right.mystickyelements-templates-leaf_right span.mystickyelements-social-text {
    border-radius:25px 0 0
  }
  .mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-leaf_right span.mystickyelements-social-text {
    border-radius:20px 0 0
  }
  .mystickyelements-position-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-position-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon {
    border-radius:50% 0 0 50%!important
  }
  .mystickyelements-position-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-position-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon {
    border-radius:0 50% 50% 0!important
  }
  .mystickyelements-position-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-position-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon {
    border-radius:0 0 0 25px!important
  }
  .mystickyelements-position-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-position-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon {
    border-radius:0 25px 0 0!important
  }
  .mystickyelements-position-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-position-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon {
    border-radius:25px 0 0!important
  }
  .mystickyelements-position-bottom.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li.elements-active .mystickyelements-social-icon,
  .mystickyelements-position-bottom.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:hover .mystickyelements-social-icon,
  .mystickyelements-position-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-position-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon {
    border-radius:0 0 25px!important
  }
  .mystickyelements-position-left.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-left.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a {
    border-radius:0 25px 25px 0!important
  }
  .mystickyelements-position-right.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-right.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a {
    border-radius:25px 0 0 25px!important
  }
  .mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon {
    background:0 0!important
  }
  .mystickyelements-position-left.mystickyelements-templates-diamond span.mystickyelements-social-text:before,
  .mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
    border-left:25px solid red;
    left:100%
  }
  .mystickyelements-position-right.mystickyelements-templates-diamond span.mystickyelements-social-text:before,
  .mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
    border-right:25px solid red;
    right:100%
  }
  .mystickyelements-position-left.mystickyelements-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before,
  .mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
    border-left-width:22px
  }
  .mystickyelements-position-right.mystickyelements-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before,
  .mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
    border-right-width:22px
  }
  .mystickyelements-position-left.mystickyelements-size-extra-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before,
  .mystickyelements-position-left.mystickyelements-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before,
  .mystickyelements-size-extra-large.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before,
  .mystickyelements-size-large.mystickyelements-position-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-size-large.mystickyelements-position-left.mystickyelements-templates-arrow span.mystickyelements-social-text::before,
  .mystickyelements-size-large.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
    border-left-width:30px
  }
  .mystickyelements-position-right.mystickyelements-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before,
  .mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-arrow span.mystickyelements-social-text::before,
  .mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
    border-right-width:30px
  }
  .mystickyelements-position-right.mystickyelements-size-extra-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-arrow span.mystickyelements-social-text::before {
    border-right-width:34px
  }
  .mystickyelements-position-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-position-left.mystickyelements-templates-arrow span.mystickyelements-social-text:before {
    border-left:27px solid red;
    left:100%
  }
  .mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-position-right.mystickyelements-templates-arrow span.mystickyelements-social-text:before {
    border-right:27px solid red;
    right:100%
  }
  .mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-arrow span.mystickyelements-social-text::before {
    border-left-width:23px
  }
  .mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-arrow span.mystickyelements-social-text::before {
    border-right-width:23px
  }
  .mystickyelements-size-extra-large.mystickyelements-position-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-size-extra-large.mystickyelements-position-left.mystickyelements-templates-arrow span.mystickyelements-social-text::before {
    border-left-width:34px
  }
  .mystickyelements-position-left.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
  .mystickyelements-position-left.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-left.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text::before {
    margin-left:-17px;
    transform-origin:9px 20px 0
  }
  .mystickyelements-position-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
  .mystickyelements-position-right.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-right.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text::before {
    margin-right:-17px;
    transform-origin:10px 25px 0
  }
  .mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
  .mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text::before {
    transform-origin:7px 17px 0
  }
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
  .mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text::before {
    transform-origin:14px 29px 0
  }
  .mystickyelements-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    top:3px;
    bottom:3px;
    width:50px;
    height:40px
  }
  .mystickyelements-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    top:3px;
    bottom:3px;
    width:68px;
    height:55px
  }
  .mystickyelements-size-extra-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    top:3px;
    bottom:3px;
    width:78px;
    height:65px
  }
  .mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    left:-29px
  }
  .mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    left:-24px
  }
  .mystickyelements-size-large.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    left:-34px
  }
  .mystickyelements-size-extra-large.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    left:-39px
  }
  .mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    right:-29px
  }
  .mystickyelements-size-small.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    right:-24px
  }
  .mystickyelements-size-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    right:-34px
  }
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    right:-38px
  }
  .mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i {
    padding-right:20px
  }
  .mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i {
    padding-left:20px
  }
  .mystickyelements-position-left.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg {
    margin-right:20px
  }
  .mystickyelements-position-right.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg {
    margin-left:20px
  }
  .mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,
  .mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,
  .mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,
  .mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,
  .mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,
  .mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,
  .mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,
  .mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,
  .mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,
  .mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,
  .mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,
  .mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon {
    background-position:6px center
  }
  .mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,
  .mystickyelements-size-small.mystickyelements-position-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon {
    background-position:0 center
  }
  .mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,
  .mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,
  .mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,
  .mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,
  .mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,
  .mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,
  .mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,
  .mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,
  .mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,
  .mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,
  .mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,
  .mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon {
    background-position:22px center
  }
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon {
    background-position:32px center
  }
  .mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon {
    background-position:11px center
  }
  .mystickyelements-size-extra-large.mystickyelements-position-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon {
    background-position:16px center
  }
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon {
    background-position:center 26px
  }
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon {
    background-position:center 22px
  }
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon {
    background-position:center 32px
  }
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon {
    background-position:center 20px
  }
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon {
    background-position:center 17px
  }
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon {
    background-position:center 31px
  }
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon {
    background-position:center 27px
  }
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon {
    background-position:center 36px
  }
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon {
    background-position:center 15px
  }
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon {
    background-position:center 21px
  }
  .mystickyelements-position-bottom .mystickyelements-contact-form .element-contact-form {
    top:auto;
    left:0;
    bottom:100%;
    width:100%;
    right:0;
    -webkit-transform:rotateX(90deg);
    -moz-transform:rotateX(90deg);
    transform:rotateX(90deg);
    -webkit-transform-origin:0 100% 0;
    -moz-transform-origin:0 100% 0;
    transform-origin:0 100% 0
  }
  .mystickyelements-position-bottom.mystickyelements-position-screen-right .mystickyelements-contact-form .element-contact-form {
    left:auto
  }
  .mystickyelements-fixed.mystickyelements-position-bottom span.mystickyelements-social-text {
    -webkit-transform:rotateX(90deg);
    -moz-transform:rotateX(90deg);
    transform:rotateX(90deg);
    -webkit-transform-origin:0 100% 0;
    -moz-transform-origin:0 100% 0;
    transform-origin:0 100% 0;
    border-radius:10px 10px 0 0;
    left:0;
    right:auto;
    bottom:100%;
    min-width:100%;
    top:auto;
    height:auto;
    padding-top:0;
    padding-bottom:0;
    z-index:1
  }
  .mystickyelements-position-bottom.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active span.mystickyelements-social-text {
    -webkit-transform:rotateX(0);
    -moz-transform:rotateX(0);
    transform:rotateX(0)
  }
  .mystickyelements-position-bottom span.mystickyelements-social-text.mystickyelements-social-no-link {
    display:block
  }
  .mystickyelements-position-bottom span.mystickyelements-social-text a,
  .mystickyelements-position-bottom span.mystickyelements-social-text.mystickyelements-social-no-link {
    padding:10px;
    white-space:initial
  }
  .mystickyelements-position-bottom .mystickyelements-custom-html-main .mystickyelements-custom-html {
    top:auto;
    left:0;
    bottom:100%;
    -webkit-transform:rotateX(90deg);
    -moz-transform:rotateX(90deg);
    transform:rotateX(90deg);
    -webkit-transform-origin:0 100% 0;
    -moz-transform-origin:0 100% 0;
    transform-origin:0 100% 0
  }
  .mystickyelements-position-bottom.mystickyelements-position-screen-right .mystickyelements-custom-html-main .mystickyelements-custom-html {
    left:auto;
    right:0
  }
  .mystickyelements-position-bottom ul li:first-child .mystickyelements-social-icon,
  .mystickyelements-position-bottom ul li:first-child.mystickyelements-minimize .mystickyelements-social-icon {
    border-radius:10px 0 0
  }
  .mystickyelements-position-bottom ul li:first-child .mystickyelements-social-icon {
    border-top-left-radius:10px
  }
  .mystickyelements-position-bottom ul li:last-child .mystickyelements-social-icon {
    border-top-right-radius:10px
  }
  .mystickyelements-position-left.mystickyelements-templates-arrow ul li:first-child.mystickyelements-contact-form span.mystickyelements-social-icon {
    border-bottom-right-radius:10px!important
  }
  .mystickyelements-position-left.mystickyelements-templates-arrow ul li:last-child.mystickyelements-contact-form span.mystickyelements-social-icon {
    border-bottom-left-radius:10px!important
  }
  .mystickyelements-position-right.mystickyelements-templates-arrow ul li:first-child.mystickyelements-contact-form span.mystickyelements-social-icon {
    border-top-right-radius:10px!important
  }
  .mystickyelements-position-right.mystickyelements-templates-arrow ul li:last-child.mystickyelements-contact-form span.mystickyelements-social-icon {
    border-top-left-radius:10px!important
  }
  .mystickyelements-position-bottom.mystickyelements-templates-arrow ul li:first-child.mystickyelements-contact-form span.mystickyelements-social-icon {
    border-top-left-radius:10px!important
  }
  .mystickyelements-position-bottom.mystickyelements-templates-arrow ul li:last-child.mystickyelements-contact-form span.mystickyelements-social-icon {
    border-top-right-radius:10px!important
  }
  .mystickyelements-position-bottom.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-bottom.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a {
    border-radius:25px 25px 0 0!important
  }
  .mystickyelements-position-bottom.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-round ul li.elements-active .mystickyelements-social-icon,
  .mystickyelements-position-bottom.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-round ul li:hover .mystickyelements-social-icon,
  .mystickyelements-position-bottom.mystickyelements-templates-roundad.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active .mystickyelements-social-icon,
  .mystickyelements-position-bottom.mystickyelements-templates-roundad.mystickyelements-on-hover.mystickyelements-fixed ul li:hover .mystickyelements-social-icon {
    border-radius:0!important
  }
  .mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-position-bottom.mystickyelements-templates-arrow span.mystickyelements-social-text::before {
    top:auto;
    bottom:100%;
    border-bottom:27px solid red;
    border-left:27px solid transparent;
    border-right:26px solid transparent;
    left:0
  }
  .mystickyelements-position-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-bottom.mystickyelements-templates-arrow span.mystickyelements-social-text::before,
  .mystickyelements-position-bottom.mystickyelements-templates-diamond .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-bottom.mystickyelements-templates-triangle .social-insagram+span.mystickyelements-social-text::before {
    display:none
  }
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-arrow span.mystickyelements-social-text::before {
    border-bottom-width:22px;
    border-left-width:23px;
    border-right-width:22px
  }
  .mystickyelements-size-large.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-size-large.mystickyelements-position-bottom.mystickyelements-templates-arrow span.mystickyelements-social-text::before {
    border-bottom-width:30px;
    border-left-width:30px;
    border-right-width:30px
  }
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-arrow span.mystickyelements-social-text::before {
    border-bottom-width:34px;
    border-left-width:35px;
    border-right-width:35px
  }
  .mystickyelements-position-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before {
    width:37px;
    height:37px;
    transform-origin:12px 32px 0;
    margin-bottom:-10px
  }
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before {
    width:32px;
    height:32px;
    transform-origin:8px 29px 0;
    margin-bottom:-6px
  }
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
  .mystickyelements-size-large.mystickyelements-position-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-size-large.mystickyelements-position-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before {
    width:42px;
    height:42px;
    transform-origin:12px 37px 0
  }
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i {
    padding-top:20px
  }
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i {
    padding-top:18px
  }
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg {
    margin-top:17px
  }
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg {
    margin-top:14px
  }
  .mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    top:22px;
    bottom:8px;
    left:3px;
    -webkit-transform:rotate(26deg) skewY(40deg);
    -moz-transform:rotate(26deg) skewY(40deg);
    transform:rotate(26deg) skewY(40deg);
    width:46px;
    height:60px
  }
  .mystickyelements-size-small.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    top:23px;
    left:0;
    -webkit-transform:rotate(26deg) skewY(40deg);
    -moz-transform:rotate(26deg) skewY(40deg);
    transform:rotate(26deg) skewY(40deg);
    width:46px;
    height:60px
  }
  .mystickyelements-size-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    top:32px;
    bottom:8px;
    left:0;
    right:1px;
    -webkit-transform:rotate(25deg) skewY(36deg);
    -moz-transform:rotate(25deg) skewY(36deg);
    transform:rotate(25deg) skewY(36deg);
    width:67px;
    height:71px
  }
  .mystickyelements-size-extra-large.mystickyelements-position-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    top:38px;
    bottom:8px;
    left:0;
    right:1px;
    -webkit-transform:rotate(27deg) skewY(37deg);
    -moz-transform:rotate(27deg) skewY(37deg);
    transform:rotate(27deg) skewY(37deg) );
    width:80px;
    height:80px
  }
  .mystickyelements-position-left.mystickyelements-templates-triangle span.mystickyelements-social-icon img {
    margin:auto auto auto 5px
  }
  .mystickyelements-position-right.mystickyelements-templates-triangle span.mystickyelements-social-icon img {
    margin:auto 5px auto auto;
    left:auto
  }
  .mystickyelements-position-bottom.mystickyelements-templates-triangle span.mystickyelements-social-icon img {
    margin:15px auto 0;
    top:auto
  }
  .mystickyelements-position-bottom.mystickyelements-templates-triangle.mystickyelements-size-extra-large span.mystickyelements-social-icon img,
  .mystickyelements-position-bottom.mystickyelements-templates-triangle.mystickyelements-size-large span.mystickyelements-social-icon img {
    margin:20px auto 0
  }
  .mystickyelements-templates-leaf_left span.mystickyelements-minimize.minimize-position-left,
  .mystickyelements-templates-leaf_right span.mystickyelements-minimize.minimize-position-left,
  .mystickyelements-templates-round span.mystickyelements-minimize.minimize-position-left,
  .mystickyelements-templates-roundad span.mystickyelements-minimize.minimize-position-left {
    border-radius:0 10px 10px 0
  }
  .mystickyelements-position-left.mystickyelements-templates-leaf_left .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-left.mystickyelements-templates-leaf_right .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-left.mystickyelements-templates-round .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-left.mystickyelements-templates-roundad .mystickyelements-contact-form .mystickyelements-social-icon {
    border-radius:0 0 10px 10px
  }
  .mystickyelements-templates-leaf_left span.mystickyelements-minimize.minimize-position-right,
  .mystickyelements-templates-leaf_right span.mystickyelements-minimize.minimize-position-right,
  .mystickyelements-templates-round span.mystickyelements-minimize.minimize-position-right,
  .mystickyelements-templates-roundad span.mystickyelements-minimize.minimize-position-right {
    border-radius:10px 0 0 10px
  }
  .mystickyelements-position-bottom.mystickyelements-templates-leaf_left .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-bottom.mystickyelements-templates-leaf_right .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-bottom.mystickyelements-templates-round .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-bottom.mystickyelements-templates-roundad .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-right.mystickyelements-templates-leaf_left .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-right.mystickyelements-templates-leaf_right .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-right.mystickyelements-templates-round .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-right.mystickyelements-templates-roundad .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-templates-leaf_left span.mystickyelements-minimize.minimize-position-bottom,
  .mystickyelements-templates-leaf_right span.mystickyelements-minimize.minimize-position-bottom,
  .mystickyelements-templates-round span.mystickyelements-minimize.minimize-position-bottom,
  .mystickyelements-templates-roundad span.mystickyelements-minimize.minimize-position-bottom {
    border-radius:10px 10px 0 0
  }
  .mystickyelements-fixed.mystickyelements-custom-position-on:not(.mystickyelements-position-bottom) ul li.mystickyelements-contact-form {
    position:static
  }
  .mystickyelements-custom-position-on:not(.mystickyelements-position-bottom) .mystickyelements-contact-form .element-contact-form,
  .mystickyelements-custom-position-on:not(.mystickyelements-position-bottom) .mystickyelements-minimize+.mystickyelements-contact-form .element-contact-form {
    top:auto;
    bottom:0
  }
}
@media only screen and (max-width:1024px) {
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i,
  form#stickyelements-form input,
  form#stickyelements-form select,
  form#stickyelements-form textarea {
    font-size:16px
  }
  .mystickyelements-fixed ul li.element-desktop-on,
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul.mystickyno-minimize li:nth-child(13),
  .mystickyelements-position-mobile-bottom .mystickyelement-credit,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-position-mobile-top .mystickyelement-credit,
  .mystickyelements-position-mobile-top.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-mobile-top.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
  .mystickyelements-position-mobile-top.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-mobile-top.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after,
  .mystickyelements-position-mobile-top.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    display:none
  }
  .mystickyelements-fixed ul li.element-mobile-on,
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom ul,
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul,
  .mystickyelements-position-mobile-bottom span.mystickyelements-social-text.mystickyelements-social-no-link,
  .mystickyelements-position-mobile-top span.mystickyelements-social-text.mystickyelements-social-no-link {
    display:block
  }
  .mystickyelements-mobile-size-medium span.mystickyelements-social-icon,
  .mystickyelements-mobile-size-medium span.mystickyelements-social-icon a {
    width:45px;
    height:45px;
    line-height:45px;
    font-size:17px
  }
  .mystickyelements-mobile-size-small span.mystickyelements-social-icon,
  .mystickyelements-mobile-size-small span.mystickyelements-social-icon a {
    width:38px;
    height:38px;
    line-height:38px;
    font-size:13px
  }
  .mystickyelements-mobile-size-large span.mystickyelements-social-icon,
  .mystickyelements-mobile-size-large span.mystickyelements-social-icon a {
    width:50px;
    height:50px;
    line-height:50px;
    font-size:18px
  }
  .mystickyelement-credit a,
  .mystickyelements-fixed .mystickyelements-icon-below-text {
    font-size:8px!important
  }
  .mystickyelements-fixed.mystickyelements-mobile-size-small .mystickyelements-icon-below-text {
    font-size:7px!important
  }
  .mystickyelements-fixed.mystickyelements-mobile-size-large .mystickyelements-icon-below-text {
    font-size:10px!important
  }
  .mystickyelements-position-mobile-left.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon {
    background:0 0!important
  }
  .mystickyelements-position-mobile-left.mystickyelements-templates-round span.mystickyelements-social-text,
  .mystickyelements-position-mobile-left.mystickyelements-templates-roundad span.mystickyelements-social-text {
    border-radius:0 25px 25px 0
  }
  .mystickyelements-position-mobile-left.mystickyelements-templates-leaf_left span.mystickyelements-social-text {
    border-radius:0 25px 0 0
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-leaf_left span.mystickyelements-social-text {
    border-radius:0 20px 0 0
  }
  .mystickyelements-position-mobile-left.mystickyelements-templates-leaf_right span.mystickyelements-social-text {
    border-radius:0 0 25px
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-leaf_right span.mystickyelements-social-text {
    border-radius:0 0 20px
  }
  .mystickyelements-position-mobile-right.mystickyelements-templates-round span.mystickyelements-social-text,
  .mystickyelements-position-mobile-right.mystickyelements-templates-roundad span.mystickyelements-social-text {
    border-radius:25px 0 0 25px
  }
  .mystickyelements-position-mobile-right.mystickyelements-templates-leaf_left span.mystickyelements-social-text {
    border-radius:0 0 0 25px
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-leaf_left span.mystickyelements-social-text {
    border-radius:0 0 0 15px
  }
  .mystickyelements-position-mobile-right.mystickyelements-templates-leaf_right span.mystickyelements-social-text {
    border-radius:25px 0 0
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-leaf_right span.mystickyelements-social-text {
    border-radius:15px 0 0
  }
  .mystickyelements-on-click.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,
  .mystickyelements-on-hover.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before,
  .mystickyelements-position-mobile-left.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after {
    right:0
  }
  .mystickyelements-on-click.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,
  .mystickyelements-on-hover.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before,
  .mystickyelements-position-mobile-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after {
    left:0
  }
  .mystickyelements-position-mobile-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-position-mobile-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon {
    border-radius:50% 0 0 50%!important
  }
  .mystickyelements-position-mobile-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-position-mobile-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-round ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon {
    border-radius:0 50% 50% 0!important
  }
  .mystickyelements-position-mobile-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-position-mobile-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon {
    border-radius:0 0 0 25px!important
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon {
    border-radius:0 0 0 15px!important
  }
  .mystickyelements-position-mobile-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-position-mobile-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon {
    border-radius:0 25px 0 0!important
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon {
    border-radius:0 15px 0 0!important
  }
  .mystickyelements-position-mobile-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-position-mobile-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon {
    border-radius:25px 0 0!important
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon {
    border-radius:15px 0 0!important
  }
  .mystickyelements-position-mobile-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-position-mobile-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon {
    border-radius:0 0 25px!important
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon {
    border-radius:0 0 15px!important
  }
  .mystickyelements-mobile-size-small.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-mobile-size-small.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a {
    border-radius:0 15px!important
  }
  .mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    top:6px;
    bottom:6px;
    left:6px;
    right:6px
  }
  .mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after {
    width:22px
  }
  .mystickyelements-templates-diamond span.mystickyelements-social-text:before {
    border-top-width:23px;
    border-bottom-width:22px;
    border-left-width:23px
  }
  .mystickyelements-mobile-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    top:5px;
    bottom:5px;
    left:5px;
    right:5px
  }
  .mystickyelements-mobile-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after {
    width:20px
  }
  .mystickyelements-mobile-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before {
    border-top-width:19px;
    border-bottom-width:19px;
    border-left-width:19px
  }
  .mystickyelements-mobile-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    top:7px;
    bottom:7px;
    left:7px;
    right:7px
  }
  .mystickyelements-mobile-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::after {
    width:25px
  }
  .mystickyelements-mobile-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before {
    border-top-width:25px;
    border-bottom-width:25px;
    border-left-width:25px
  }
  .mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-templates-arrow span.mystickyelements-social-text:before,
  .mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
    border-top-width:23px;
    border-bottom-width:22px
  }
  .mystickyelements-mobile-size-small.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-mobile-size-small.mystickyelements-templates-arrow span.mystickyelements-social-text::before,
  .mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
    border-top-width:19px;
    border-bottom-width:19px
  }
  .mystickyelements-mobile-size-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-mobile-size-large.mystickyelements-templates-arrow span.mystickyelements-social-text::before,
  .mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
    border-top-width:25px;
    border-bottom-width:25px
  }
  .mystickyelements-position-mobile-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-position-mobile-left.mystickyelements-templates-arrow span.mystickyelements-social-text:before,
  .mystickyelements-position-mobile-left.mystickyelements-templates-diamond span.mystickyelements-social-text:before,
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
    border-left:23px solid red;
    left:100%
  }
  .mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-position-mobile-right.mystickyelements-templates-arrow span.mystickyelements-social-text:before,
  .mystickyelements-position-mobile-right.mystickyelements-templates-diamond span.mystickyelements-social-text:before,
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
    border-right:23px solid red;
    right:100%
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-arrow span.mystickyelements-social-text::before,
  .mystickyelements-position-mobile-left.mystickyelements-mobile-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before {
    border-left-width:19px
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-arrow span.mystickyelements-social-text::before,
  .mystickyelements-position-mobile-right.mystickyelements-mobile-size-small.mystickyelements-templates-diamond span.mystickyelements-social-text:before {
    border-right-width:19px
  }
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-left.mystickyelements-templates-arrow span.mystickyelements-social-text::before,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before,
  .mystickyelements-position-mobile-left.mystickyelements-mobile-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before {
    border-left-width:25px
  }
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-arrow span.mystickyelements-social-text::before,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before,
  .mystickyelements-position-mobile-right.mystickyelements-mobile-size-large.mystickyelements-templates-diamond span.mystickyelements-social-text:before {
    border-right-width:25px
  }
  .mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
  .mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before {
    width:32px;
    height:32px
  }
  .mystickyelements-position-mobile-left.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-mobile-left.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
  .mystickyelements-position-mobile-left.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before {
    margin-left:-17px;
    transform-origin:9px 20px 0
  }
  .mystickyelements-position-mobile-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
  .mystickyelements-position-mobile-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before {
    margin-right:-17px;
    transform-origin:8px 18px 0
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before {
    transform-origin:4px 12px 0
  }
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before {
    transform-origin:10px 23px 0
  }
  .mystickyelements-mobile-size-small.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-mobile-size-small.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
  .mystickyelements-mobile-size-small.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before {
    width:27px;
    height:27px
  }
  .mystickyelements-mobile-size-large.mystickyelements-templates-arrow .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-mobile-size-large.mystickyelements-templates-arrow li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-insagram::before,
  .mystickyelements-mobile-size-large.mystickyelements-templates-diamond li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before,
  .mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) .social-insagram+span.mystickyelements-social-text::before {
    width:36px;
    height:36px
  }
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i {
    padding-right:20px
  }
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon i {
    padding-left:20px
  }
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg {
    margin-right:20px
  }
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li span.mystickyelements-social-icon svg {
    margin-left:20px
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon {
    padding-left:0;
    padding-right:0
  }
  .mystickyelements-position-mobile-bottom li span.mystickyelements-social-icon svg,
  .mystickyelements-position-mobile-top li span.mystickyelements-social-icon svg {
    width:20px;
    height:50px
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom li span.mystickyelements-social-icon svg,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-top li span.mystickyelements-social-icon svg {
    width:18px;
    height:38px
  }
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon {
    background-position:3px center
  }
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon {
    background-position:20px center
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon {
    background-position:18px center
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-amazon i.mystickyelement_amazon_icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-ebay i.mystickyelement_ebay_icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-fiverr i.mystickyelement_fiverr_icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-flickr i.mystickyelement_flickr_icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-google_play i.mystickyelement_google_play_icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-gumroad i.mystickyelement_gumroad_icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-line i.mystickyelement_line_icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-poptin_popups i.mystickyelement_poptin_icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-printful i.mystickyelement_printful_icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-qzone i.mystickyelement_qzone_icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-shopify i.mystickyelement_shopify_icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon.social-slack i.mystickyelement_slack_icon {
    background-position:center center
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
    border-left-width:20px
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-text::before {
    border-right-width:20px
  }
  .mystickyelements-on-click.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,
  .mystickyelements-on-hover.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before {
    width:45px;
    height:45px
  }
  .mystickyelements-on-click.mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,
  .mystickyelements-on-hover.mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before {
    width:38px;
    height:38px
  }
  .mystickyelements-on-click.mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram.elements-active span.mystickyelements-social-icon::before,
  .mystickyelements-on-hover.mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form).mystickyelements-social-insagram:hover span.mystickyelements-social-icon::before {
    width:50px;
    height:50px
  }
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    left:-25px
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    left:-24px
  }
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-left.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    left:-29px
  }
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    right:-25px
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    right:-24px
  }
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-right.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    right:-29px
  }
  .mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    top:3px;
    bottom:3px;
    right:3px;
    width:51px;
    height:40px
  }
  .mystickyelements-mobile-size-small.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    width:46px;
    height:34px
  }
  .mystickyelements-mobile-size-large.mystickyelements-templates-triangle li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon::before {
    width:58px;
    height:45px
  }
  .mystickyelements-mobile-size-large span.mystickyelements-social-text,
  span.mystickyelements-social-icon .fas.fa-sms {
    font-size:19px
  }
  .mystickyelements-fixed.mystickyelements-mobile-size-medium ul li.mystickyelements-contact-form {
    padding-bottom:45px;
    padding-top:53px
  }
  .mystickyelements-fixed.mystickyelements-mobile-size-small ul li.mystickyelements-contact-form {
    padding-bottom:52px;
    padding-top:54px
  }
  .mystickyelements-fixed.mystickyelements-mobile-size-large ul li.mystickyelements-contact-form {
    padding-bottom:64px;
    padding-top:65px
  }
  .mystickyelements-mobile-size-medium .mystickyelements-contact-form span.mystickyelements-social-icon {
    font-size:12px;
    padding:15px 10px 10px;
    height:45px;
    width:143px;
    line-height:1.2;
    -webkit-transform-origin:45px 45px 0;
    -moz-transform-origin:45px 45px 0;
    transform-origin:45px 45px 0
  }
  .mystickyelements-mobile-size-small .mystickyelements-contact-form .mystickyelements-social-icon {
    font-size:12px;
    padding:13px 10px 2px;
    height:38px;
    width:143px;
    line-height:1.2;
    -webkit-transform-origin:45px 45px 0;
    -moz-transform-origin:45px 45px 0;
    transform-origin:45px 45px 0
  }
  .mystickyelements-mobile-size-large .mystickyelements-contact-form .mystickyelements-social-icon {
    padding:16px 10px 2px;
    width:180px;
    height:50px;
    font-size:16px;
    line-height:1.2;
    -webkit-transform-origin:57px 57px 0;
    -moz-transform-origin:57px 57px 0;
    transform-origin:57px 57px 0
  }
  .mystickyelements-contact-form .mystickyelements-social-icon i {
    margin-right:15px
  }
  .mystickyelements-fixed.mystickyelements-mobile-size-medium ul li {
    width:45px
  }
  .mystickyelements-fixed.mystickyelements-mobile-size-small ul li {
    width:38px
  }
  .mystickyelements-fixed.mystickyelements-mobile-size-large ul li {
    width:50px
  }
  .mystickyelements-custom-html {
    max-height:400px
  }
  .mystickyelements-mobile-size-medium span.mystickyelements-social-text,
  .mystickyelements-mobile-size-small span.mystickyelements-social-text {
    font-size:14px
  }
  .element-contact-form .contact-form-heading {
    font-size:16px;
    padding:10px 14px
  }
  form#stickyelements-form input,
  form#stickyelements-form textarea {
    margin-bottom:10px
  }
  .mystickyelements-mobile-size-medium span.mystickyelements-social-text a,
  .mystickyelements-mobile-size-medium span.mystickyelements-social-text.mystickyelements-social-no-link {
    padding-top:14px
  }
  .mystickyelements-mobile-size-small span.mystickyelements-social-text a,
  .mystickyelements-mobile-size-small span.mystickyelements-social-text.mystickyelements-social-no-link {
    padding-top:10px
  }
  .mystickyelements-mobile-size-large span.mystickyelements-social-text a,
  .mystickyelements-mobile-size-large span.mystickyelements-social-text.mystickyelements-social-no-link {
    min-width:186px;
    padding-top:15px
  }
  .mystickyelements-position-mobile-left {
    right:auto;
    left:0;
    text-align:left
  }
  .mystickyelements-position-mobile-right {
    right:0;
    left:auto;
    text-align:right
  }
  .mystickyelements-position-mobile-left.mystickyelements-entry-effect-slide-in {
    left:-90px;
    right:auto
  }
  .mystickyelements-position-mobile-left.mystickyelements-entry-effect-slide-in.entry-effect {
    left:0;
    right:auto
  }
  .mystickyelements-position-mobile-right.mystickyelements-entry-effect-slide-in {
    right:-90px;
    left:auto
  }
  .mystickyelements-position-mobile-right.mystickyelements-entry-effect-slide-in.entry-effect {
    right:0;
    left:auto
  }
  .mystickyelements-position-mobile-top.mystickyelements-fixed.mystickyelements-custom-html-iframe-open {
    bottom:auto
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-fixed.mystickyelements-custom-html-iframe-open {
    top:auto
  }
  span.mystickyelements-minimize.minimize-position-mobile-left {
    border-radius:0 10px 0 0
  }
  .mystickyelements-position-mobile-right ul li:first-child .mystickyelements-social-icon,
  span.mystickyelements-minimize.minimize-position-mobile-right {
    border-radius:10px 0 0
  }
  .element-minimize span.mystickyelements-minimize.minimize-position-mobile-left {
    border-radius:0 6px 6px 0
  }
  .element-minimize span.mystickyelements-minimize.minimize-position-mobile-right {
    border-radius:6px 0 0 6px
  }
  .mystickyelements-position-mobile-right .element-contact-form,
  .mystickyelements-position-mobile-right .mystickyelements-custom-html,
  .mystickyelements-position-mobile-right span.mystickyelements-social-text {
    -webkit-transform-origin:100% 0 0;
    -moz-transform-origin:100% 0 0;
    transform-origin:100% 0 0;
    left:auto;
    right:100%
  }
  .mystickyelements-position-mobile-right span.mystickyelements-social-text,
  .mystickyelements-templates-leaf_left span.mystickyelements-minimize.minimize-position-mobile-right,
  .mystickyelements-templates-leaf_right span.mystickyelements-minimize.minimize-position-mobile-right,
  .mystickyelements-templates-round span.mystickyelements-minimize.minimize-position-mobile-right,
  .mystickyelements-templates-roundad span.mystickyelements-minimize.minimize-position-mobile-right {
    border-radius:10px 0 0 10px
  }
  .mystickyelements-position-mobile-left .element-contact-form,
  .mystickyelements-position-mobile-left .mystickyelements-custom-html,
  .mystickyelements-position-mobile-left span.mystickyelements-social-text {
    -webkit-transform-origin:0 0 0;
    -moz-transform-origin:0 0 0;
    transform-origin:0 0 0;
    left:100%;
    right:auto
  }
  .mystickyelements-position-mobile-left span.mystickyelements-social-text,
  .mystickyelements-templates-leaf_left span.mystickyelements-minimize.minimize-position-mobile-left,
  .mystickyelements-templates-leaf_right span.mystickyelements-minimize.minimize-position-mobile-left,
  .mystickyelements-templates-round span.mystickyelements-minimize.minimize-position-mobile-left,
  .mystickyelements-templates-roundad span.mystickyelements-minimize.minimize-position-mobile-left {
    border-radius:0 10px 10px 0
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-right .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize) {
    left:50px
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-left .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize) {
    left:-50px
  }
  .mystickyelements-position-mobile-bottom ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-mobile-bottom ul li:last-child .mystickyelements-social-icon,
  .mystickyelements-position-mobile-bottom ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-mobile-top ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-mobile-top ul li:last-child .mystickyelements-social-icon,
  .mystickyelements-position-mobile-top ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon {
    border-radius:0
  }
  .mystickyelements-position-mobile-left ul li:first-child .mystickyelements-social-icon,
  .mystickyelements-position-mobile-left ul li:first-child.mystickyelements-minimize .mystickyelements-social-icon {
    border-radius:0 10px 0 0
  }
  .mystickyelements-position-mobile-left ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-mobile-left ul li:last-child .mystickyelements-social-icon {
    border-radius:0 0 10px
  }
  .mystickyelements-position-mobile-left ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon {
    border-radius:0 0 0 10px
  }
  .mystickyelements-position-mobile-right ul li:last-child .mystickyelements-social-icon {
    border-radius:0 0 0 10px
  }
  .mystickyelements-position-mobile-right ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon {
    border-radius:0 10px 0 0
  }
  .mystickyelements-position-mobile-right ul li:last-child.mystickyelements-contact-form .mystickyelements-social-icon {
    border-radius:10px 0 0
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li {
    position:static;
    float:left;
    width:8.08%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul li {
    width:97%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-bottom-social-channel-2 ul li {
    width:48.5%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul li {
    width:32.33%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul li {
    width:24.25%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul li {
    width:19.4%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul li {
    width:16.16%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul li {
    width:13.85%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul li {
    width:12.12%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-9 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-9 ul li {
    width:10.77%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-10 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-10 ul li {
    width:9.7%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-11 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-11 ul li {
    width:8.81%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-12 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-12 ul li {
    width:8.08%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(14),
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(15),
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(16),
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(17),
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(18) {
    display:none!important
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul.mystickyelements-lists li.mystickyelements-show-last-element {
    display:block!important
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-minimize,
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-minimize {
    width:3%
  }
  .mystickyelements-position-mobile-bottom ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-12 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-12 ul.mystickyno-minimize li {
    width:8.33%
  }
  .mystickyelements-custom-html-iframe iframe,
  .mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>a,
  .mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>div,
  .mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>footer,
  .mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>header,
  .mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>input,
  .mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>nav,
  .mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>p,
  .mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>span,
  .mystickyelements-position-mobile-bottom .mystickyelements-custom-html-wrap>strong,
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>a,
  .mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>div,
  .mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>footer,
  .mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>header,
  .mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>input,
  .mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>nav,
  .mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>p,
  .mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>span,
  .mystickyelements-position-mobile-top .mystickyelements-custom-html-wrap>strong,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul.mystickyno-minimize li {
    width:100%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-2 ul.mystickyno-minimize li {
    width:50%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul.mystickyno-minimize li {
    width:33.33%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul.mystickyno-minimize li {
    width:25%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul.mystickyno-minimize li {
    width:20%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul.mystickyno-minimize li {
    width:16.66%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul.mystickyno-minimize li {
    width:14.28%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul.mystickyno-minimize li {
    width:12.5%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-9 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-9 ul.mystickyno-minimize li {
    width:11.11%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-10 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-10 ul.mystickyno-minimize li {
    width:10%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-11 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-11 ul.mystickyno-minimize li {
    width:9.09%
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon {
    font-size:11px;
    line-height:1.2;
    padding-top:7px
  }
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon {
    font-size:13px;
    line-height:1.2;
    padding-top:10px
  }
  .mystickyelements-mobile-size-medium.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon,
  .mystickyelements-mobile-size-medium.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon a,
  .mystickyelements-mobile-size-medium.mystickyelements-position-mobile-top span.mystickyelements-social-icon,
  .mystickyelements-mobile-size-medium.mystickyelements-position-mobile-top span.mystickyelements-social-icon a {
    height:45px;
    line-height:45px;
    font-size:18px;
    outline:0;
    width:100%
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon a,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-top span.mystickyelements-social-icon,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-top span.mystickyelements-social-icon a {
    height:38px;
    line-height:38px;
    font-size:16px;
    width:100%
  }
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon a,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-top span.mystickyelements-social-icon,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-top span.mystickyelements-social-icon a {
    height:50px;
    line-height:50px;
    font-size:20px;
    width:100%
  }
  .mystickyelements-position-mobile-bottom .mystickyelements-social-icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li.elements-active .mystickyelements-social-icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:hover .mystickyelements-social-icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-roundad.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active .mystickyelements-social-icon,
  .mystickyelements-position-mobile-bottom.mystickyelements-templates-roundad.mystickyelements-on-hover.mystickyelements-fixed ul li:hover .mystickyelements-social-icon,
  .mystickyelements-position-mobile-top .mystickyelements-social-icon,
  .mystickyelements-position-mobile-top.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form).elements-active .mystickyelements-social-icon,
  .mystickyelements-position-mobile-top.mystickyelements-on-click.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li.elements-active .mystickyelements-social-icon,
  .mystickyelements-position-mobile-top.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_left ul li:not(.mystickyelements-contact-form):hover .mystickyelements-social-icon,
  .mystickyelements-position-mobile-top.mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-templates-leaf_right ul li:hover .mystickyelements-social-icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-leaf_left li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,
  .mystickyelements-position-mobile-top.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-leaf_right li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,
  .mystickyelements-position-mobile-top.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-round li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,
  .mystickyelements-position-mobile-top.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a,
  .mystickyelements-position-mobile-top.mystickyelements-templates-roundad.mystickyelements-on-click.mystickyelements-fixed ul li.elements-active .mystickyelements-social-icon,
  .mystickyelements-position-mobile-top.mystickyelements-templates-roundad.mystickyelements-on-hover.mystickyelements-fixed ul li:hover .mystickyelements-social-icon {
    border-radius:0!important
  }
  .mystickyelements-position-mobile-bottom ul.mystickyelements-lists.mystickyelement-minimize li,
  .mystickyelements-position-mobile-top ul.mystickyelements-lists.mystickyelement-minimize li {
    position:relative
  }
  .mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-left,
  .mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-right,
  .mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-left,
  .mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-right {
    height:45px;
    border-radius:0;
    line-height:45px;
    padding:0
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-left,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-right,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-left,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-right {
    height:38px;
    border-radius:0;
    line-height:38px;
    padding:0
  }
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-left,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-right,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-left,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-right {
    height:50px;
    border-radius:0;
    line-height:50px;
    padding:0
  }
  .mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-bottom,
  .mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-left,
  .mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-right,
  .mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-left,
  .mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-right {
    height:35px;
    line-height:35px;
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    transform:translateY(10px)
  }
  .mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-left,
  .mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-right {
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    transform:translateY(0)
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-bottom,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-left,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-right,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-left,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-right {
    height:38px;
    line-height:38px;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    transform:translateY(0)
  }
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-bottom,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-left,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-right,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-left,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-right {
    height:45px;
    line-height:43px;
    -webkit-transform:translateY(5px);
    -moz-transform:translateY(5px);
    transform:translateY(5px)
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize) {
    left:auto;
    bottom:-50px
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-mobile-size-large .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize) {
    bottom:-60px
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-top .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize) {
    left:auto;
    top:-50px
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-mobile-size-large .mystickyelements-lists.mystickyelement-minimize li:not(.mystickyelements-minimize) {
    top:-60px
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-bottom,
  .mystickyelements-fixed.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-mobile-top {
    border-radius:0;
    line-height:45px
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom .element-minimize span.mystickyelements-minimize.minimize-position-bottom,
  .mystickyelements-fixed.mystickyelements-position-mobile-top .element-minimize span.mystickyelements-minimize.minimize-position-mobile-top {
    line-height:35px
  }
  .mystickyelements-mobile-size-small.mystickyelements-fixed.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-bottom,
  .mystickyelements-mobile-size-small.mystickyelements-fixed.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-mobile-top {
    line-height:38px
  }
  .mystickyelements-mobile-size-large.mystickyelements-fixed.mystickyelements-position-mobile-bottom span.mystickyelements-minimize.minimize-position-bottom,
  .mystickyelements-mobile-size-large.mystickyelements-fixed.mystickyelements-position-mobile-top span.mystickyelements-minimize.minimize-position-mobile-top {
    line-height:50px
  }
  .mystickyelements-position-mobile-bottom {
    left:0;
    right:0;
    bottom:0;
    height:45px;
    top:auto;
    display:block;
    text-align:center;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    transform:translateY(0)
  }
  .mystickyelements-position-mobile-top {
    left:0;
    right:0;
    top:0;
    height:45px;
    bottom:auto;
    display:block;
    text-align:center;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    transform:translateY(0)
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-entry-effect-slide-in {
    left:0;
    bottom:-90px;
    right:0
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-entry-effect-slide-in.entry-effect {
    bottom:0;
    top:auto
  }
  .mystickyelements-position-mobile-top.mystickyelements-entry-effect-slide-in {
    left:0;
    top:-90px;
    right:0
  }
  .mystickyelements-position-mobile-top.mystickyelements-entry-effect-slide-in.entry-effect {
    top:0;
    bottom:auto
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-top {
    height:38px
  }
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-top {
    height:50px
  }
  .mystickyelements-on-click.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-custom-html-main.elements-active .mystickyelements-custom-html,
  .mystickyelements-on-click.mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-custom-html-main.elements-active .mystickyelements-custom-html,
  .mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-custom-html-main:hover .mystickyelements-custom-html,
  .mystickyelements-on-hover.mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-custom-html-main:hover .mystickyelements-custom-html {
    -webkit-transform:rotateY(0) translateY(0);
    -moz-transform:rotateY(0) translateY(0);
    transform:rotateY(0) translateY(0)
  }
  .mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon {
    -webkit-transform-origin:0 0 0;
    -moz-transform-origin:0 0 0;
    transform-origin:0 0 0;
    -webkit-transform:rotate(0);
    -moz-transform:rotate(0);
    transform:rotate(0);
    box-shadow:unset
  }
  .mystickyelements-mobile-size-medium.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-mobile-size-medium.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon {
    font-size:13px;
    padding:5px;
    line-height:1.2
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-contact-form,
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-contact-form {
    padding-top:0;
    padding-bottom:0
  }
  .mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,
  .mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i {
    margin-left:0;
    margin-right:0;
    display:block;
    font-size:20px
  }
  .mystickyelements-position-mobile-bottom .mystickyelements-contact-form[dir=rtl] .mystickyelements-social-icon i,
  .mystickyelements-position-mobile-top .mystickyelements-contact-form[dir=rtl] .mystickyelements-social-icon i,
  html[dir=rtl] .mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,
  html[dir=rtl] .mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i {
    margin-left:0
  }
  .mystickyelements-position-mobile-bottom ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-mobile-bottom ul li:last-child .mystickyelements-social-icon,
  .mystickyelements-position-mobile-top ul li:first-child.mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-mobile-top ul li:last-child .mystickyelements-social-icon {
    border-radius:0
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom ul:after,
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul:after {
    content:"";
    display:block;
    clear:both
  }
  html[dir=rtl] .mystickyelements-position-mobile-bottom ul li,
  html[dir=rtl] .mystickyelements-position-mobile-top ul li {
    float:right
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 .mystickyelements-contact-form .mystickyelements-social-icon {
    padding-top:9px
  }
  .mystickyelements-position-mobile-bottom .mystickyelements-contact-form .element-contact-form,
  .mystickyelements-position-mobile-bottom .mystickyelements-custom-html-main .mystickyelements-custom-html {
    top:auto;
    left:0;
    bottom:100%;
    width:100%;
    right:0;
    -webkit-transform:rotateX(90deg);
    -moz-transform:rotateX(90deg);
    transform:rotateX(90deg);
    -webkit-transform-origin:0 100% 0;
    -moz-transform-origin:0 100% 0;
    transform-origin:0 100% 0
  }
  .mystickyelements-position-mobile-top .mystickyelements-contact-form .element-contact-form {
    top:100%;
    left:0;
    bottom:auto;
    width:100%;
    right:0;
    -webkit-transform:rotateX(90deg);
    -moz-transform:rotateX(90deg);
    transform:rotateX(90deg);
    -webkit-transform-origin:100% 0 0;
    -moz-transform-origin:100% 0 0;
    transform-origin:100% 0 0
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom span.mystickyelements-social-text {
    -webkit-transform:rotateX(90deg);
    -moz-transform:rotateX(90deg);
    transform:rotateX(90deg);
    -webkit-transform-origin:0 100% 0;
    -moz-transform-origin:0 100% 0;
    transform-origin:0 100% 0;
    border-radius:10px 10px 0 0;
    left:0;
    right:auto;
    bottom:100%;
    min-width:100%;
    top:auto;
    height:auto;
    padding-top:0;
    padding-bottom:0
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-top span.mystickyelements-social-text {
    -webkit-transform:rotateX(90deg);
    -moz-transform:rotateX(90deg);
    transform:rotateX(90deg);
    -webkit-transform-origin:100% 0 0;
    -moz-transform-origin:100% 0 0;
    transform-origin:100% 0 0;
    border-radius:0 0 10px 10px;
    left:0;
    right:auto;
    top:100%;
    min-width:100%;
    bottom:auto;
    height:auto;
    padding-top:0;
    padding-bottom:0
  }
  .mystickyelements-position-mobile-bottom span.mystickyelements-social-text a,
  .mystickyelements-position-mobile-bottom span.mystickyelements-social-text.mystickyelements-social-no-link,
  .mystickyelements-position-mobile-top span.mystickyelements-social-text a,
  .mystickyelements-position-mobile-top span.mystickyelements-social-text.mystickyelements-social-no-link {
    padding:10px;
    white-space:initial
  }
  .mystickyelements-position-mobile-top .mystickyelements-custom-html-main .mystickyelements-custom-html {
    bottom:auto;
    left:0;
    top:100%;
    width:100%;
    right:0;
    -webkit-transform:rotateX(90deg);
    -moz-transform:rotateX(90deg);
    transform:rotateX(90deg);
    -webkit-transform-origin:100% 0 0;
    -moz-transform-origin:100% 0 0;
    transform-origin:100% 0 0
  }
  .mystickyelements-custom-html-iframe .mystickyelements-custom-html {
    width:700px
  }
  .mystickyelements-position-mobile-left.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-mobile-left.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a {
    border-radius:0 25px 25px 0!important
  }
  .mystickyelements-position-mobile-right.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-roundad li:not(.mystickyelements-contact-form) span.mystickyelements-social-icon a {
    border-radius:25px 0 0 25px!important
  }
  span.mystickyelements-social-icon img {
    width:18px;
    height:18px
  }
  .mystickyelements-mobile-size-small span.mystickyelements-social-icon img {
    width:15px;
    height:15px
  }
  .mystickyelements-mobile-size-large span.mystickyelements-social-icon img,
  .mystickyelements-mobile-size-small.mystickyelements-templates-default span.mystickyelements-social-icon img {
    width:20px;
    height:20px
  }
  .mystickyelements-mobile-size-medium.mystickyelements-templates-default span.mystickyelements-social-icon img {
    width:25px;
    height:25px
  }
  .mystickyelements-mobile-size-large.mystickyelements-templates-default span.mystickyelements-social-icon img {
    width:30px;
    height:30px
  }
  .mystickyelements-position-mobile-left.mystickyelements-templates-triangle span.mystickyelements-social-icon img {
    margin:auto 0 auto 5px
  }
  .mystickyelements-position-mobile-right.mystickyelements-templates-triangle span.mystickyelements-social-icon img {
    margin:auto 0 auto 15px;
    left:auto
  }
  .mystickyelements-position-mobile-left.mystickyelements-templates-leaf_left .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-mobile-left.mystickyelements-templates-leaf_right .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-mobile-left.mystickyelements-templates-round .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-mobile-left.mystickyelements-templates-roundad .mystickyelements-contact-form .mystickyelements-social-icon {
    border-radius:0 0 10px 10px
  }
  .mystickyelements-position-mobile-right.mystickyelements-templates-leaf_left .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-leaf_right .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-round .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-position-mobile-right.mystickyelements-templates-roundad .mystickyelements-contact-form .mystickyelements-social-icon {
    border-radius:10px 10px 0 0
  }
  .mystickyelements-fixed.mystickyelements-custom-position-on:not(.mystickyelements-position-mobile-bottom):not(.mystickyelements-position-mobile-top) ul li.mystickyelements-contact-form {
    position:static
  }
  .mystickyelements-custom-position-on:not(.mystickyelements-position-mobile-bottom):not(.mystickyelements-position-mobile-top) .mystickyelements-contact-form .element-contact-form,
  .mystickyelements-custom-position-on:not(.mystickyelements-position-mobile-bottom):not(.mystickyelements-position-mobile-top) .mystickyelements-minimize+.mystickyelements-contact-form .element-contact-form {
    top:auto;
    bottom:0
  }
  .mystickyelements-position-mobile-left.mystickyelements-templates-arrow ul li:first-child.mystickyelements-contact-form span.mystickyelements-social-icon {
    border-bottom-right-radius:10px!important
  }
  .mystickyelements-position-mobile-left.mystickyelements-templates-arrow ul li:last-child.mystickyelements-contact-form span.mystickyelements-social-icon {
    border-bottom-left-radius:10px!important
  }
  .mystickyelements-position-mobile-right.mystickyelements-templates-arrow ul li:first-child.mystickyelements-contact-form span.mystickyelements-social-icon {
    border-top-right-radius:10px!important
  }
  .mystickyelements-position-mobile-right.mystickyelements-templates-arrow ul li:last-child.mystickyelements-contact-form span.mystickyelements-social-icon {
    border-top-left-radius:10px!important
  }
}
@media only screen and (max-width:991px) {
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-10 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-11 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-12 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-9 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-10 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-11 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-12 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-9 ul li {
    width:10.77%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul li {
    width:97%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-2 ul li {
    width:48.5%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul li {
    width:32.33%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul li {
    width:24.25%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul li {
    width:19.4%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul li {
    width:16.16%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul li {
    width:13.85%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul li {
    width:12.12%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(11),
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(12),
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(13) {
    display:none!important
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-minimize,
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-minimize {
    width:3%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul.mystickyno-minimize li:nth-child(10) {
    display:none
  }
  .mystickyelements-position-mobile-bottom ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-10 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-11 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-12 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-9 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-10 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-11 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-12 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-9 ul.mystickyno-minimize li {
    width:11.11%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul.mystickyno-minimize li {
    width:100%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-2 ul.mystickyno-minimize li {
    width:50%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul.mystickyno-minimize li {
    width:33.33%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul.mystickyno-minimize li {
    width:25%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul.mystickyno-minimize li {
    width:20%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul.mystickyno-minimize li {
    width:16.66%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul.mystickyno-minimize li {
    width:14.28%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul.mystickyno-minimize li {
    width:12.5%
  }
}
@media only screen and (max-width:767px) {
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-10 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-11 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-12 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-9 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-10 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-11 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-12 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-9 ul li {
    width:23.25%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul li {
    width:93%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-2 ul li {
    width:46.5%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul li,
  .mystickyelements-fixed.mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul li {
    width:31%
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(10),
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(11),
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(12),
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(6),
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(7),
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(8),
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li:nth-child(9) {
    display:none!important
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul.mystickyno-minimize li:nth-child(5) {
    display:none
  }
  .mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.mystickyelements-minimize,
  .mystickyelements-fixed.mystickyelements-position-mobile-top ul li.mystickyelements-minimize {
    width:7%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-1 ul.mystickyno-minimize li {
    width:100%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-2 ul.mystickyno-minimize li {
    width:50%
  }
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-3 ul.mystickyno-minimize li {
    width:33.33%
  }
  .mystickyelements-position-mobile-bottom ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-4 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-5 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-6 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-7 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-8 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-4 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-5 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-6 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-7 ul.mystickyno-minimize li,
  .mystickyelements-position-mobile-top.mystickyelements-top-social-channel-8 ul.mystickyno-minimize li {
    width:25%
  }
  .mystickyelements-mobile-size-medium.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-mobile-size-medium.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon {
    font-size:11px;
    padding:11px 5px 5px
  }
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon {
    font-size:11px
  }
  .mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,
  .mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i {
    font-size:14px
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i {
    font-size:12px
  }
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon i,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon i {
    font-size:16px
  }
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,
  .mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext,
  .mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext {
    padding-top:0
  }
  .mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i,
  .mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i {
    font-size:18px;
    line-height:45px
  }
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i,
  .mystickyelements-mobile-size-small.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i {
    font-size:16px;
    line-height:38px
  }
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i,
  .mystickyelements-mobile-size-large.mystickyelements-position-mobile-top .mystickyelements-contact-form .mystickyelements-social-icon.mystickyelements-contact-notext i {
    font-size:20px;
    line-height:50px
  }
  .mystickyelements-custom-html-wrap {
    padding:10px
  }
  .element-contact-form,
  .mystickyelements-custom-html-iframe .mystickyelements-custom-html {
    width:250px
  }
  .mystickyelements-custom-html-wrap>a,
  .mystickyelements-custom-html-wrap>div,
  .mystickyelements-custom-html-wrap>footer,
  .mystickyelements-custom-html-wrap>header,
  .mystickyelements-custom-html-wrap>input,
  .mystickyelements-custom-html-wrap>nav,
  .mystickyelements-custom-html-wrap>p,
  .mystickyelements-custom-html-wrap>span,
  .mystickyelements-custom-html-wrap>strong {
    width:500px
  }
  .mystickyelements-custom-html-iframe .mystickyelements-custom-html iframe {
    width:100%!important
  }
}
@media only screen and (max-width:480px) {
  .mystickyelements-custom-html {
    width:280px;
    min-width:100%;
    white-space:normal
  }
  .mystickyelements-custom-html-wrap>a,
  .mystickyelements-custom-html-wrap>div,
  .mystickyelements-custom-html-wrap>footer,
  .mystickyelements-custom-html-wrap>header,
  .mystickyelements-custom-html-wrap>input,
  .mystickyelements-custom-html-wrap>nav,
  .mystickyelements-custom-html-wrap>p,
  .mystickyelements-custom-html-wrap>span,
  .mystickyelements-custom-html-wrap>strong {
    width:260px
  }
}
.mystickyelements-position-mobile-bottom .mystickyelements-contact-form .element-contact-form {
  overflow:auto
}
.mystickyelements-fixed ul li .stickyelements-form.stickyelements-form ul {
  list-style:circle!important;
  margin-left:12px;
  margin-top:8px;
  display:inline-block
}
.mystickyelements-fixed ul li .stickyelements-form.stickyelements-form ul li {
  display:list-item!important;
  color:#000!important;
  list-style-type:circle;
  margin:0 0 0 37px;
  width:auto
}
.mystickyelements-fixed ol,
.mystickyelements-fixed ul .stickyelements-form.stickyelements-form ol {
  margin-left:12px;
  margin-top:8px;
  display:inline-block
}
.mystickyelements-fixed ul li .stickyelements-form.stickyelements-form ol li {
  display:list-item!important;
  color:#000!important;
  list-style-type:decimal;
  margin:0 0 0 37px;
  width:auto;
  font-size:14px;
  font-weight:500
}
.mystickyelements-fixed ol,
.mystickyelements-fixed ul .stickyelements-textblock-content ol,
.mystickyelements-fixed ul .stickyelements-textblock-content ul {
  margin-left:12px;
  margin-top:8px;
  display:inline-block;
  padding:0 14px 20px
}
.mystickyelements-fixed ul li .stickyelements-textblock-content ul li {
  display:list-item!important;
  color:#000!important;
  list-style-type:circle;
  width:auto;
  font-size:14px;
  font-weight:500
}
.element-contact-form .iti__flag {
  background-image:url('/wp-content/plugins/mystickyelements/intl-tel-input-src/build/img/flags.png')
}
.element-contact-form .iti.iti--allow-dropdown {
  width:100%;
  margin-top:15px
}
.element-contact-form .iti.iti--container {
  z-index:99999999999;
  font-size:12px
}
.element-contact-form form#stickyelements-form input.tel_formate {
  padding-left:60px
}
.element-contact-form .iti__selected-dial-code {
  color:#000;
  font-size:12px
}
.mystickyelements-fixed .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color:rgba(0,0,0,.05);
  border-top-left-radius:24px;
  margin-left:0;
  height:100%;
  border-bottom-left-radius:20px
}
.stickyelements-form .iti__selected-flag {
  border-top-left-radius:18px;
  border-bottom-left-radius:18px
}
.element-contact-form .sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0
}
.stickyelements-form .eac-sugg {
  top:18.5px!important;
  color:#000
}
.footer-copyright-text a{color: #fff;}
.ram-video-3 {
	position: relative;
	/* max-width: 800px;
	padding: 15px 15px 30px 15px; */
	margin: 15px 0;
	/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background: #fff; */
  }
  .ram-video-3 .tv-wrap  {
	margin: 6% 14% 16%;
	position: relative;
  }    
  .ram-video-3 .tv-ram  {
	position: absolute;
	z-index: 1;
	top: -8%;
	left: -17.5%;
	width: 135%;
	height: 143%;
	pointer-events: none;
  }
  .ram-video-3 .tv-ram img  {
	width: 100%;
	height: 100%;
  }
  .ram-video-3 .tv-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	background: #000;
	cursor: pointer;
  }
  
  .ram-video-3 .tv-video iframe,
  .ram-video-3 .tv-video img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
   .mb-0{padding-bottom:0px;}
   .our-security-image-content{box-shadow: 0px 5px 10px 5px #ccc;padding: 30px;height: 600px;overflow:auto;}
   .bgdirector{background: #cccccc52;padding: 50px;}
   .float-left{float:left;}
   .both p{
text-align: justify;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
}
  .both .car{
  width: 500px;
  height: auto;
    clear: both;
    float: left;
    margin: 0px 40px 15px 0;
    transition: 3s;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  .blogmar{margin-top:50px;margin-bottom:50px;}
  
  @media (max-width: 600px) {
 .hero.hero-slider-layout .hero-slide {padding: 75px 0;}
 .section-title h2 {font-size: 22px;}
  .section-title {margin-top: 20px;}
 .service-item img {height: auto;padding: 10px;}
 .our-security-image-content {height: auto;margin-bottom: 30px;}
 .project-image {margin-bottom:20px}
  .page-header {padding: 20px 0;}
  .page-header-box h1 {font-size: 20px;}
  h2 {font-size: calc(1.205rem + .8vw);}
  .both p {text-align: left;}
  .section-title p {text-align: left !important;}
  .bgdirector {padding: 5px;}
   .section-title h2 {text-align: left;}
  .sticky-item {padding: 5px 5px !important;}
  .contact-info-list {margin: 0px 0 30px 0;}
  
  
  
  }
  
  /* Default: Hide on desktop/tablet */
.mobile-only {
  display: none;
}

/* Show only on mobile (max-width: 600px) */
@media (max-width: 900px) {
  .mobile-only {
    display: block;
  }
    .reverse-on-mobile {
    flex-direction: column-reverse !important; /* reverse column order on mobile */
  }

}

/* Custom Flex Reordering */
.reverse-on-mobile {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; /* default for desktop */
}



  
  
  
   