/*
 Theme Name:   Naz Zeneldeen
 Theme URI:    https://www.nazzeneldeen.com/
 Description:  Naz Zeneldeen website
 Author:       James Evans
 Author URI:   https://websright.com
 Template:     generatepress
 Version:      0.1
*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
	body {
		font-size: 15px;
	}
	body a.button {
	border: 2px solid;
	}
}
h4, h5, h6 {
	margin-bottom: 10px;
}
p:empty {
	display: none;
}

/* announcement bar */
.announcement-bar {
	background-color: #002e5d;
	height: 34px;
}
.announcement-bar p {
	margin-bottom: 0;
	padding: 6px;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
}
.announcement-bar a {
	color: #fff;
	text-decoration: underline;
}
.sm-text {
	font-size: 13px;
}

/* popup */
.promo-popup {
	text-align: center;
}
.promo-popup img {
	margin-bottom: 10px
}
.promo-popup h2, .promo-popup p {
	color: #fff;
}
.promo-popup h2 {
	margin-bottom: 10px;	
}
.promo-popup p.promo-text {
	margin-bottom: 5px;
}
#popmake-1321.pum-container {
	background-color: #002e5d;
	padding: 30px 15px 0;
	border: 2px solid #fff;
}
#popmake-1321.pum-container .pum-close {
	color: #fff;
}


/* side ctas */
.btm-btns {
    position: fixed;
	z-index: 300;
	bottom: 2px;
	text-align: right;
	right: 2px;
}

.btm-btns a.btm-btn {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #fff;
	font-weight: 500;
	padding: 5px 20px 5px;
	background-color: #002e5d;
	display: inline-block;
	transition: all .2s;
}
.btm-btns .icon-whatsapp  {
	padding-left: 5px;
	display: inline-block;
	font-size: 20px;
}
.btm-btns a.btm-btn:hover {
	background-color: #2b689c;
}
@media (max-width: 767px) {
	.btm-btns {
		text-align: center;
	}
	.btm-btns a.btm-btn {
		min-width: 100px;
	}
}
div#saloniq_pointer {
	display: none !important;
}


/* slideout sidebar 
#sidebar {
	position:fixed;	
	left: auto;
 	z-index:2000;
 	background: #002e5d;
	text-align: center; 
}
#sidebar h3 {
	color: #fff;
}
.close {
  	position:absolute;
 	right:0;
 	top: 4px;
 	padding:6px 12px;
 	color:#fff;
	background-color: #031f3d;
}
.sb-main p {
	margin-bottom: 10px;
}
button.slide-btn {
	background-color: #002e5d;;
	font-size: 14px;
	color: #fff;
}
button.slide-btn:hover {
	background-color: #2b689c;	
}
.slide-btns {
	display: none;
	position: fixed;
	z-index: 100;
	top: 40%;
	right: 0;
	transform: rotate(270deg);
    transform-origin: right bottom 0;
	border: 3px solid #fff;
	border-radius: 6px;
	transition: all .2s;
}
#sidebar {
	width:320px;
	right:-320px;
	top: 15%;
	bottom: 15%;
}
button.slide-btn {
	display: block;
	width: 100%;
	padding: 5px 10px;
}
.sb-main {
	padding: 35px 30px 15px;
	font-size: 15px;
}
*/

/* layout */
.drop-title {
	display: inline-block;
	font-size: 95%;
}
.flex-row {
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
}
.flex-col {
	display: flex;
	flex: 1;
	flex-direction: column;
	box-sizing:border-box;
}

.clearfix {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: "";
	display: table;
}
.align-c {
	text-align: center;
}

h1, h2, h3, h4, h5, h6, .main-navigation .main-nav ul li a {
	letter-spacing: 0.1em;
}
hr {
    background-color: #f7f5f3;
    height: 3px;
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0;
}
hr.wp-block-separator {
	border: none;
}
.narrow-text {
	max-width: 900px;
	margin-left: auto; margin-right: auto;
}
.mb3 {
	margin-bottom: 30px;
}

/* nav */
.inside-header {
	position: relative;
	max-width: 1200px;
	margin-left: auto; 
	margin-right: auto;
}
body.header-aligned-center:not([class*=nav-float-]) .inside-header>:not(:first-child) {
	margin-top: 0;
}
a.lhs-link, a.rhs-link {
	position: absolute;
	font-size: 16px;
	color: #f7f5f3;
	font-weight: bold;
}
a.lhs-link:hover, a.rhs-link:hover {
	color: #fff;
}
a.lhs-link {
	left: 20px;
	display: inline-flex;
	align-items: center;
}
a.rhs-link {
	right: 20px;
}
.header-link .icon {
	padding-right: 5px;
	color: #2b689c;
	font-size: 20px;
}
@media (max-width: 799px) {
	.header-link .link-text {
		display: none;
	}
	.header-link .icon {
		font-size: 22px;
		color: #f7f5f3;
	}
}
@media (max-width: 499px) {
	a.rhs-link, a.lhs-link {
		top: 15px;
	}
	a.rhs-link {
		right: 15px;
	} 
	a.lhs-link {
		left: 15px;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	body .main-navigation.navigation-stick.has-sticky-branding .inside-navigation.grid-container {
		padding-left: 10px; padding-right: 10px;
	}
	body .main-navigation .main-nav ul li a {
		padding-left: 10px; padding-right: 10px;
	}
	body .menu-item-has-children .dropdown-menu-toggle {
		padding-left: 3px;
		padding-right: 8px;
	}
	.site-header .header-image {
		max-width: 250px;
	}
}
@media (max-width: 767px) {
	.main-navigation .main-nav ul li a {
		text-align: center;
	}
	body .main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
		float: none;
		padding-right: 0; 
		padding-left: 20px;
	}
	body #primary-menu ul li ul li a {
		color: #7a8896;
	}
	#menu-item-58 > a {
		color: #f7f5f3;
	}
	.site-header .header-image {
		max-width: 220px;
	}
}
#sticky-navigation {
	background-color: #031f3d;
}
#sticky-navigation ul li a, #sticky-navigation .menu-toggle {
	color: #fff;
}
@media (max-width: 768px) {
	body .slideout-navigation.do-overlay .inside-navigation {
		flex-direction: column-reverse;
	}
	.slideout-navigation.do-overlay .slideout-exit {
		display: flex;
		order: 1;
	}
}
.home .site-header {
	display: none;
}

/* buttons */
a.button {
	border: 3px solid;
	border-radius: 6px;
	padding: 6px 12px;
}
a.button.ghost-btn {
	background-color: transparent;
}
a.button.ghost-btn.white-btn {
	color: #fff;
}
a.button.ghost-btn.white-btn:hover {
	color: #2b689c;
}
a.button.ghost-btn.blue-btn {
	color: #2b689c;
}
a.button.ghost-btn.blue-btn:hover {
	color: #fff;
}
a.fw-btn {
	width: 100%;
	text-align: center;
}
/* slanted sections */
.slanted-up:before, .slanted-up:after, .slanted-down:before, .slanted-down:after, .footer-widgets-container:before, .footer-widgets-container:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 40px;
    overflow: hidden;
    z-index: 1;
}
.slanted-down:before {
    left: 0;
    background-image: linear-gradient(to bottom left, rgba(255,255,255,0.001) 50%, #fff 51%);
}
.slanted-down:after {
    right: 0;
    background-image: linear-gradient(to bottom right, rgba(255,255,255,0.001) 50%, #fff 51%);
}
.slanted-down:before, .slanted-down:after, .slanted-up:before, .slanted-up:after {
    bottom: 0;
}
.slanted-up:before {
    left: 0;
    background-image: linear-gradient(to bottom right, rgba(255,255,255,0.001) 50%, #fff 51%);
}
.slanted-up:after {
    right: 0;
    background-image: linear-gradient(to bottom left, rgba(255,255,255,0.001) 50%, #fff 51%);
}
@media (max-width: 767px) {
	.slanted-up:before, .slanted-up:after, .slanted-down:before, .slanted-down:after, .footer-widgets-container:before, .footer-widgets-container:after {
		height: 20px;
	}
}

/* headers */
h1.entry-title {
	text-align: center;
}
h1:after, .pg-hero h1:after, .grid-container h2:after {
	content: ".";
	color: #2b689c;
	display: inline;
	margin-left: 6px;
}
h1:after, .pg-hero h1:after {
	font-size: 50px;
}
.grid-container h2:after {
	font-size: 40px;
}
.pg-hero h1:after {
	margin-left: -10px;
}
.grid-container h2:after {
	margin-left: 3px;
}
h1:after {
	margin-left: 6px;
}
.hp-hero, .pg-hero {
	position: relative;
}
.hp-hero .flex-row {
	max-width: 800px;
	justify-content: center;
	margin: 10px auto;
}
.hp-hero .home-link {
	position: relative;
	border-radius: 50%;
}
.hp-hero .home-link .img-bg {
	opacity: 0.35;
	filter: grayscale(0.8);
	transition: all .2s;
	border-radius: 50%;
}
.hp-hero .home-link:hover .img-bg {
	filter: grayscale(0.4);
	transition: all .2s;
	opacity: 0.5;
}
.hp-hero .hl-logo {
	position: absolute;
}
.hero-contact, .footer-contact {
	display: flex;
	flex-direction: column;
	font-weight: bold;
}
.hero-contact a, .footer-contact a {
	margin-bottom: 5px;
}
.hp-hero .hp-logo {
	margin-bottom: 10px
}
.hero-contact a.button, .footer-contact a.button {
	align-self: center;
	padding: 6px 12px;
	margin-top: 15px;
}
.header-img {
	position: absolute;
	top: 22%;
}
@media (min-width: 850px) {
	.hp-hero .hl-logo {
		left: calc(50% - 120px);
		top: calc(50% - 30px);
	}
	.hp-hero .home-link {
		margin: 15px;
	}
	.header-img {
		left: calc(50% - 150px);
	}
}
@media (min-width: 550px) and (max-width: 849px) {
	.hp-hero .hl-logo {
		max-width: 200px;
		left: calc(50% - 100px);
		top: calc(50% - 30px);
	}
	.hp-hero .home-link {
		margin: 5px;
	}
	.header-img {
		max-width: 200px;
		left: calc(50% - 100px);
	}
}
@media (max-width: 549px) {
	.hp-hero .hl-logo {
		max-width: 150px;
		left: calc(50% - 75px);
		top: calc(50% - 20px);
	}
	.hp-hero .home-link {
		margin: 4px;
	}
	.hp-hero .hp-logo {
		max-width: 220px;
	}
	.header-img {
		max-width: 180px;
		left: calc(50% - 90px);
	}
}
@media (max-width: 424px) {
	.hp-hero .hl-logo {
		max-width: 120px;
		left: calc(50% - 60px);
		top: calc(50% - 20px);
	}
}

.hp-link {
	display: flex;
	align-items: center;
}
@media (min-width: 900px) {
	.hp-link {
		min-height: 375px;
	}
}
@media (min-width: 650px) and (max-width: 899px) {
	.hp-link {
		min-height: 300px;
		width: 300px;
	}
}

/* services */
#services a.button {
	margin-top: 30px;
}
.service-col h3 {
	font-size: 18px;
	max-width: 150px;
	margin: 5px auto;
	text-align: center;
}
.service-col img {
	transition: all .2s
}
.service-col img:hover {
	filter: brightness(0.9);
}
.flex-col .service-col {
	margin: 0 5px 10px
}
.service-cols .flex-row {
	justify-content: center;
}
@media (min-width: 900px) {
	.service-cols .flex-col {
		flex-basis: 20%;
		max-width: 20%;
	}
}
@media (max-width: 899px) {
	.service-col h3 {
		font-size: 16px;
	}
	.service-cols .grid-container {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.service-cols .gb-grid-wrapper {
	justify-content: center;
}
@media (min-width: 550px) and (max-width: 899px) {
	.service-cols .flex-col {
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
}
@media (max-width: 549px) {
	.service-cols .flex-col {
		flex-basis: 50%;
		max-width: 50%;
	}
}
.services-swiper .swiper-wrapper {
	padding-bottom: 20px;
}
.services-swiper .swiper-button-next, .services-swiper .swiper-button-prev  {
	color: #2b689c;
	bottom: 0;
	top: auto;
}
.services-swiper .swiper-button-next::after, .services-swiper .swiper-button-prev::after {
	font-family: 'icomoon';
	font-weight: bold;
}
.services-swiper .swiper-button-next::after {
	content: '\f0da';
}
.services-swiper .swiper-button-prev::after {
	content: '\f0d9';
}
.price-table {
	font-size: 15px;
	text-align: left;
}
.price-table thead {
	color: #fff;
	background-color: #2b689c;;
	text-align: left;
}
table, .wp-block-table.is-style-stripes.price-table {
	border: none;
	border-left: none;
}
h2.price-title, h4.price-title {
	margin-bottom: 0;
}
p.prices-starting {
	margin-bottom: 8px;
	font-size: 15px;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f7f5f3;
}
@media (max-width: 767px) {
	h2.price-title, p.prices-starting {
		text-align: center;
	}
	.gb-container.service-cols {
		max-width: 450px;
		margin-left: auto; margin-right: auto;
	}
}

/* prices accordion */
#accordion {
	text-align: center;
	max-width: 900px;
	margin: 0px auto;
}
#accordion h3 {
	color: #fff;
}
.accordion-toggle {
	cursor: pointer;
	margin-bottom: 10px;
	padding: 20px;
	position: relative;
	transition: all 300ms;
	background-color: #002e5d;
}
.accordion-toggle:hover {
	background-color: #031f3d;
}
.accordion-toggle.toggle-open {
	background-color: #002e5d;
}
.accordion-content {
	display: none;
	padding: 10px 20px 50px;
	background-color: #fff;
}
.accordion-content.default {
	display: block;
}
.accordion-toggle.toggle-open:after {
	content: '-';
}
.accordion-toggle:after {
	content: '+';
}
.accordion-toggle.toggle-open:after, .accordion-toggle:after {
	margin-left: 10px;
}
@media (max-width: 449px) {
	.accordion-content {
		padding-left: 5px; padding-right: 5px;
    }    
	#accordion h3 {
		font-size: 18px;
    }
	body .texts-accordion #accordion h3 {
		font-size: 17px;
		text-align: left;
	}
}

/* gallery */
.gallery, .press-gallery {
    column-count: 3;
}
.gallery {
	column-gap: 5px;
}
.gallery.press-gallery {
	column-gap: 20px;
} 
.press-gallery p {
	margin-bottom: 20px;	
}
.gallery p, .gallery a {
	display: block;
	line-height: 0;
}
.press-gallery img {
	border: 10px solid #fff;
}
.gallery img {
	filter: grayscale(0.4);
	transition: all .2s;
	margin-bottom: 5px;
}
.gallery img:hover {
	filter: grayscale(0);	
}

@media (min-width: 450px) and (max-width: 899px) {
	.gallery, .press-gallery {
		column-count: 2;
	}
}
@media (max-width: 449px) {
	.gallery, .press-gallery {
		column-count: 1;
	}
}

/* about and team */
.about-img img {
    filter: grayscale(0.4);
	transition: all .2s
}
.about-img img:hover {
	filter: grayscale(0.1);
}
.team-member {
	text-align: center;
}
.team-member img {
	margin-bottom: 10px;
}
.team-member h3 {
	margin-bottom: 10px;
}
.team-member p.job-role {
	margin-bottom: 10px;
	font-weight: 500;
}
.team-member p {
	font-size: 15px;
}
@media (max-width: 767px) {
	.naz-img, .naz-text {
		text-align: center;
	}
	.naz-img img {
		max-width: 200px;
	}
}
@media (max-width: 449px) {
	body .team-member .gb-grid-column {
		width: 100%;
	}
}
/* testimonials */
.testimonials-swiper span.quote, .testimonials-swiper2 span.quote, .testimonial span.quote  {
    display: block;
    font-size: 24px;
    color: #2b689c;
    line-height: 1;
    text-align: center;
	margin-bottom: 20px;
}
.testimonials-swiper .swiper-wrapper {
	padding: 30px 0;
}
.testimonials-swiper2 .swiper-wrapper {
	padding: 20px 0 0;
}
.testimonials-swiper2 {
	background-color: #f7f5f3;
}
.testimonials-swiper2 .swiper-wrapper, .testimonial {
	text-align: center
}
.testimonials-swiper2 .swiper-slide p {
	padding-left: 30px; padding-right: 30px;
}
.testimonials-swiper .swiper-pagination-bullet {
	width: 10px;
    height: 10px;
	background: #2b689c;
	opacity: 0.5;
}
.testimonials-swiper .swiper-pagination-bullet-active {
	background: #2b689c;
	opacity: 1;
}
.testimonials-swiper p {
	color: #fff;
}
.testimonials-swiper2 p.author, .testimonial p.author {
	color: #2b689c;
}
.testimonials-swiper p.author {
	color: #f7f5f3;
}
.testimonials-swiper .swiper-pagination-bullets {
	bottom: 0px !important;
}
.testimonial p:last-child {
	margin-bottom: 0;
}
.testimonial {
	margin-bottom: 30px;
}
.salon-spy {
	background-color: #f7f5f3;
}
.salon-spy img {
	margin-bottom: 10px;
}

/* blog */
.masonry-post {
	padding: 10px;
}
.masonry-post .inside-article .post-image img {
	width: 100%;
}
body .masonry-post .inside-article .post-image {
	margin-bottom: 20px;
}
.masonry-post .inside-article .entry-header, .masonry-post .inside-article .entry-summary {
	padding-left: 10px; padding-right: 10px;
}
.masonry-post .inside-article {
	box-shadow: 0px 3px 6px #00000029;
	border: 10px solid #fff;
	background-color: #f7f5f3;
}
@media (max-width: 767px) {
	.masonry-post .inside-article {
		text-align: center;
		max-width: 500px;
		margin-left: auto; margin-right: auto;
	}
}


/* insta feed */
#insta-feed {
	padding: 40px 20px;
}
#insta-feed h2 {
	margin-bottom: 10px;
}
#insta-feed a {
    display: inline-flex;
    align-items: center;
	color: #222;
	font-size: 18px;
}
#insta-feed a span {
	padding-right: 5px;
}
#instagram-feed, #instagram-feed-ggc {
	margin-top: 5px;
}
#instagram-feed .instagram_gallery img, #instagram-feed-ggc .instagram_gallery img {
	filter: grayscale(0.4);
}
#instagram-feed .instagram_gallery img:hover, #instagram-feed-ggc .instagram_gallery img:hover {
	filter: grayscale(0);
}
@media (min-width: 500px) and (max-width: 799px) {
    #instagram-feed .instagram_gallery a, #instagram-feed-ggc .instagram_gallery a {
        width: 31.33333333% !important;
    }    
}
@media (max-width: 499px) {
    #instagram-feed .instagram_gallery a, #instagram-feed-ggc .instagram_gallery a {
        width: 48% !important;
    }
}
#cta {
	background-color: #002e5d;
	padding: 40px 20px 50px;

}
#cta h2 {
	color: #fff;
}
#cta h2:after {
	color: #f7f5f3;
}
.shadow {
	box-shadow: 0px 3px 6px #00000029;
}

/* contact */
.contact-details p {
	margin-bottom: 10px;
}
.contact-details h3 {
	margin-bottom: 30px;
}
.mapbox {
	padding: 10px;
}
.mapbox iframe {
	margin-bottom: -6px;
	filter: grayscale(0.5);
}

@media (max-width: 399px) {
	.contact-details h3 {
		font-size: 16px;
	}
	#map .generate-sections-inside-container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* footer */
.inside-footer-widgets>div {
	display: flex;
}
@media (min-width: 1000px) {
	.inside-footer-widgets>div {
		justify-content: center;
	}
	.footer-widget-3 {
		border-left: 2px solid #666;
		border-right: 2px solid #666;
	}
}
@media (max-width: 999px) {
	.inside-footer-widgets {
		flex-wrap: wrap;
	}
	.inside-footer-widgets>div {
		margin-bottom: 40px;
	}	
	.inside-footer-widgets .footer-widget-3 {
		order: 5;
	}
}
@media (min-width: 450px) and (max-width: 999px) {
	.site-footer .inside-footer-widgets {
		flex-direction: row;
	}
	.inside-footer-widgets>div {
		flex: 1 1 50%;
		padding: 0 10px;
	}
}
@media (max-width: 450px) {
	.inside-footer-widgets>div {
		text-align: center;
		justify-content: center;
		display: block;
	}
	body .inside-footer-widgets .footer-widget-1, body .inside-footer-widgets .footer-widget-4 {
		margin-bottom: 20px;
	}
}
.footer-widgets-container {
	position: relative;
}
.footer-widgets-container:before {
    left: 0;
	top: -40px;
    background-image: linear-gradient(to bottom left, rgba(255,255,255,0.001) 50%, #131f2b 51%);
}
.footer-widgets-container:after {
    right: 0;
	top: -40px;
    background-image: linear-gradient(to bottom right, rgba(255,255,255,0.001) 50%, #131f2b 51%);
}
body .site-footer .footer-widgets-container .inside-footer-widgets {
	margin-left: 0;
}
body .site-footer .footer-widgets-container .inner-padding {
    padding: 0 20px;
}
.footer-widget-3 {
	text-align: center;
	justify-content: center;
}
.footer-widgets a.address span {
	display: inline-block;
	padding-right: 5px;
}
.footer-widgets a.address {
	color: #fff;
}
.footer-widget-2 a, .footer-widget-5 a {
	color: #2b689c;
}
.footer-social {
	text-align: center;
	margin-bottom: 20px;
}
.footer-social a, .contact-social a {
    display: inline-flex;
    font-size: 18px;
    padding: 5px;
    margin-right: 5px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
	background-color: #fff;
	color: #131f2b;
	justify-content: center;
    align-items: center;
}
.footer-social a:hover, .contact-social a:hover {
	color: #2b689c;
	background-color: #f7f5f3;
}
.opening-hours {
	margin-top: 10px;
}
@media (max-width: 767px) {
	.footer-widgets-container:before, .footer-widgets-container:after  {
		top: -20px;
	}
}



/* icons */
@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?q1v7mg');
  src:  url('/fonts/icomoon.eot?q1v7mg#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?q1v7mg') format('truetype'),
    url('/fonts/icomoon.woff?q1v7mg') format('woff'),
    url('/fonts/icomoon.svg?q1v7mg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-play:before {
  content: "\f04b";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-phone:before {
  content: "\f095";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-mobile:before {
  content: "\f10b";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-whatsapp:before {
  content: "\f232";
}
