@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: 0 !important
}

body {
	margin: 1px auto 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color: #7b7f82;
	font-size: 16px;
	width: 100%;
	background-color: #fff;
	overflow-x: hidden
}

h1,
h2,
h3,
.btn-main,
.nav-link,
.service-single span {
	font-family: 'Oswald', sans-serif;
}

p,
ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #202020;
	font-weight: 500;
}

a {
	color: #bd373b;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out
}

button {
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	cursor: pointer
}

input[type=submit] {
	-webkit-transition: .3s all;
	transition: .3s all;
	cursor: pointer
}

a:focus,
a:hover {
	color: #05558b;
	text-decoration: none
}

body .uwy.userway_p2 .uai, body .uwy.userway_p3 .uai {
    left: auto !important;
    right: -26px !important;
}

.navigation-area {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(125, 185, 232, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(125, 185, 232, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(125, 185, 232, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#007db9e8', GradientType=0);
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.navigation-area.menu-fix {
	animation-name: fadeInDown;
	animation-fill-mode: none;
}

.logo-area {
	position: absolute;
	left: 0;
	top: -70px;
	z-index: 9;
}

.logo-area img {
	width: 163px;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.menu-fix .logo-area img {
	width: 95px;
}

.menu-fix .logo-area {
	position: static;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.navigation-area.menu-fix {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #05558b;
	padding: 8px 0;
}

.nav-item {
	margin-left: 40px;
}

.nav-link {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	padding: 10px 0 !important;
	letter-spacing: 1px;
}

.nav-link:hover, .nav-link:focus {
	color: #fff;
}

.navbar.navbar-expand-xl {
	padding: 0
}

.nav-item.active .nav-link {
    text-decoration: underline !important;
    font-weight: 600;
}

.menu__block_wrap {
	display: flex;
	justify-content: flex-end
}

.nav-link.nav-btn {
	background-color: #4b84ff;
	color: #fff;
	padding: 10px 25px !important;
	border-radius: 30px;
	text-align: center;
	box-shadow: 0 5px 25px rgba(75, 132, 255, .2)
}

.nav-link.nav-btn:hover {
	background-color: #1646d3;
	color: #fff
}

.navbar.navbar-expand-lg {
	padding: 0
}

.tp-area {
	padding: 20px 0;
	-webkit-transition: 0.1s all ease-in-out;
	transition: 0.1s all ease-in-out;
}

.menu-fix .tp-area {
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	padding: 0;
}

.top-call-btns {
	color: #fff;
	margin-left: 30px;
	font-size: 14px;
}

.top-call-btns:hover {
	color: #fff
}

.tp-call-panel {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-call-btns i {
	margin-right: 8px
}

.tp-call p {
	color: #fff;
	font-weight: 600;
	text-align: right;
	margin: 0;
	padding: 12px 0
}

.scroll-to-top {
	position: fixed;
	right: 20px;
	bottom: 70px;
	cursor: pointer;
	-webkit-transition: .5s easeIn;
	transition: .3s all;
	opacity: 0;
	z-index: 99;
	transform-origin: bottom center;
	transform: rotate(-90deg) scale(0) translateX(85px);
	width: 50px;
	height: 50px;
	display: inline-block;
	background-color: #bd373b;
	border-radius: 50%;
	padding: 0;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 25px;
	box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
}

.scroll-to-top.fade.in {
	opacity: 1;
	transform: rotate(0) scale(1) translateX(0)
}

.scroll-to-top:hover {
	color: #fff;
	background-color: #043a5e;
}

::-moz-selection {
	color: #fff;
	background: #bd373b;
}

::selection {
	color: #fff;
	background: #bd373b;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

.open>.dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	height: auto
}

.dropdown-toggle::after {
	display: none
}

.dropdown-menu .dropdown-item {
	padding: 8px 12px;
	display: block;
	color: #2d2d2d;
	font-size: 14px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	white-space: unset;
	text-transform: uppercase;
}

.dropdown-menu .dropdown-item:last-child {
	border-bottom: none;
}

.dropdown-menu {
	width: 220px;
	padding: 0;
	border: none;
	background-color: #eff6fe;
	margin: 0;
	box-shadow: 0 10px 35px rgb(0 0 0 / 7%);
	left: 0;
	right: 0;
	margin: 0 auto;
	visibility: hidden;
	transform: translateY(20px);
	display: block;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	opacity: 0;
}

.dropdown-menu .dropdown-item:hover {
	background-color: #bd373b;
	color: #fff
}

.footer-bg {
	background-color: #e6eef3;
	padding: 50px 0;
}

.footer-left-block img {
	width: 140px;
	margin: 0 0 15px;
}

.footer-links li {
	list-style-type: none;
	margin-bottom: 8px;
	display: flex;
	align-items: center
}

.footer-links li i {
	margin-right: 8px;
	color: #111;
}

.footer-links li a {
	display: flex;
	align-items: baseline
}

.footer-bg a,
.footer-bg p {
	color: #4e5153;
	font-size: 15px;
}

.address-icon-foot {
	font-size: 24px;
	color: #7a96cb;
	margin-right: 12px;
	width: 30px
}

.foot-address-single {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

.address-foot-desc p {
	margin: 0;
	line-height: 22px;
	color: #fff;
	font-weight: 400
}

.address-foot-desc p a {
	color: #e5cc96
}

.get-social a {
	margin-right: 15px;
	width: 41px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-radius: 5px;
	color: #054876;
	border: 1px solid #054876;
}

.get-social a:hover {
	background-color: #054876;
	color: #fff;
}

.get-social {
	display: flex
}

.address-icon-foot {
	font-size: 24px;
	color: #e5cc96;
	margin-right: 12px
}

.dropdown-submenu {
	position: relative
}

.btn-main {
	background-color: #bd373b;
	border: none;
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	border: none;
	text-transform: uppercase;
	font-weight: 300;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.btn-main:focus,
.btn-main:hover {
	color: #fff;
	background-color: #0a5180;
}

.btn-main.btn-white {
	background-color: #fff;
	color: #05558b;
}

.btn-main.btn-white:hover {
	background-color: #05558b;
	color: #fff;
}

.btn-black {
	background-color: #111;
	border: 1px solid #111;
}

.btn-black:hover {
	background-color: #05558b;
	border: 1px solid #05558b;
}

.img-block {
	position: relative;
	z-index: 2;
}

.img-block img {
	box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
}

.img-block.left img {
	border-radius: 0px 0px 20px 0px;
}

.img-block.right img {
	border-radius: 0px 0px 0px 20px;
}

.img-block:before {
	content: "";
	position: absolute;
	top: -8px;
	width: 80%;
	height: 80%;
	background-color: #05548b;
	z-index: -1;
}

.img-block.left:before {
	left: -8px;
	border-radius: 0px 30px 0px 30px;
}

.img-block.right:before {
	right: -8px;
	border-radius: 30px 0px 30px 0px;
}

.blue-bg {
	background-color: #e6eef3;
	padding: 60px 0;
}

.text-white {
	color: #fff !important;
}

.foot-head {
	font-size: 22px;
	line-height: 32px;
	font-weight: 300;
	margin: 40px 0 28px;
	position: relative;
	padding: 0 0 8px;
	text-transform: uppercase;
}

.foot-head:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 70px;
	height: 1px;
	background-color: #05548b;
}

.copyright-bg {
	background-color: #054876;
	padding: 15px 0;
}

.copyright-bg p,
.copyright-bg a {
	color: #fff;
	font-size: 14px;
}

.copyright-r {
	text-align: right;
}

.heading {
	font-size: 34px;
	line-height: 44px;
	margin: 0 0 15px;
	font-weight: 300;
	text-transform: uppercase;
}

.heading.white {
	color: #fff
}

.heading.w-bdr:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 146px;
	height: 1px;
	background-color: #fff;
}

.heading.w-bdr {
	padding: 0 0 10px;
	margin: 0 0 30px;
}

.section-divider {
	margin: 0 0 60px
}

.form-control {
	height: 48px;
	border: none;
	font-size: 14px;
	background-color: #f5f5f5;
}

.form-group {
	margin-bottom: 30px
}

.form-control:focus {
	box-shadow: none;
	background-color: #f5f5f5;
}

.nav-link.menu-cta.btn-main {
	padding: 8px 30px !important;
}

.nav-link.menu-cta.btn-main:hover {
	background-color: #043a5e;
}

textarea.form-control {
	min-height: 100px;
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.custom-radio [type="radio"]:checked+label,
.custom-radio [type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #fff;
}

.custom-radio [type="radio"]:checked+label:before,
.custom-radio [type="radio"]:not(:checked)+label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #fff;
	border-radius: 100%;
	background: transparent;
}

.custom-radio [type="radio"]:checked+label:after,
.custom-radio [type="radio"]:not(:checked)+label:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.custom-radio [type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.custom-radio [type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.custom-radio label {
	margin: 0;
}

.w-100 {
	width: 100% !important;
}

.sub-head {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin: 20px 0 10px;
	color: #05548b;
	text-transform: uppercase;
}

.quote-pop .modal-content {
	padding: 10px;
	border: 2px solid #fff;
	border-radius: 4px;
	background-color: transparent;
}

.quote-pop .modal-body {
	background-color: #fff;
	border-radius: 4px;
}

.quote-pop .quote-form {
	padding: 10px 0 15px;
}

.quote-pop button.close {
	background-color: rgba(189, 55, 59, 0.2);
	opacity: 1;
	color: #bd373b;
	width: 40px;
	height: 40px;
	text-shadow: none;
	border-radius: 4px;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 9;
}

.quote-pop.modal {
	z-index: 9999;
}

@media(min-width:1200px) {
	.navbar-expand-xl .navbar-collapse {
		display: block
	}

	.navbar-nav {
		flex-direction: row;
		align-items: center
	}

	.drp-arrow.submenu-arrow {
		transform: rotate(-90deg);
		display: inline-block;
		position: absolute;
		top: 10px;
		right: 10px;
		color: #fff
	}

	.dropdown:hover>.dropdown-menu,
	.dropdown-submenu:hover>.dropdown-menu {
		right: 0;
		opacity: 1;
		transform: translateY(0px);
		visibility: visible;
	}

}

@media(max-width:1199px) {
	.logo-area {
		top: -60px;
	}

	.logo-area img {
		width: 110px;
	}

	.nav-link {
		padding: 12px 0 !important;
		font-size: 14px;
	}

	.nav-item.active .nav-link {
		background-color: transparent;
		color: #bd373b;
		font-weight: 600;
	}

	.nav-link.menu-cta.btn-main {
		margin: 8px 0 0;
		display: block;
		text-align: center;
	}

	.drp-arrow {
		display: block;
	}

	.nav-open {
		position: relative;
		transition: .3s all
	}

	.navbar-toggler {
		position: relative;
		z-index: 99;
	}

	.dropdown-item:focus,
	.dropdown-item:hover {
		background-color: transparent;
	}

	.drp-arrow {
		position: absolute;
		top: 3px;
		right: 3px;
		width: 43px;
		line-height: 39px;
		background-color: #bd373b;
		color: #fff;
		text-align: center;
		font-size: 16px;
		z-index: 99
	}

	.dropdown-submenu .dropdown-menu.show {
		background-color: #c8e1fe;
		padding: 0 10px
	}

	.dropdown .drp-arrow i {
		transform: rotate(0);
		transition: .3s all;
		display: inline-block
	}

	.dropdown.show .nav-link>.drp-arrow i {
		transform: rotate(180deg)
	}

	.navbar-collapse {
		position: fixed;
		left: 0;
		top: 0;
		background-color: #05558b;
		height: 100% !important;
		z-index: 99;
		width: 260px;
		box-shadow: 7px 0 30px rgba(0, 0, 0, .065);
		padding-top: 0;
		transform: translateX(-100%);
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		transition: .3s all
	}

	.navbar-collapse.show {
		transform: translateX(0);
		opacity: 1;
		pointer-events: all;
		visibility: visible;
		overflow: auto
	}

	.nav-item {
		display: block;
		width: 100%;
		padding: 5px 10px
	}

	.nav-item.dropdown.show .dropdown-menu {
		display: block;
		visibility: visible;
		opacity: 1;
	}

	.navbar-nav .dropdown-menu {
		width: 100%;
		transform: none;
		padding: 0;
	}

	.drpdown-img {
		display: none !important
	}

	.dropdown-item {
		flex-basis: 100%;
		white-space: pre-line;
		font-size: 13px
	}

	.navbar-toggler {
		width: 42px;
		height: 24px
	}

	.custom-nav-icon span {
		display: block;
		position: absolute;
		height: 3px;
		width: 40%;
		background: #fff;
		opacity: 1;
		z-index: 999;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: .25s ease-in-out;
		transition: .25s ease-in-out
	}

	.custom-nav-icon span:nth-child(even) {
		left: 40%;
		border-radius: 0 9px 9px 0
	}

	.custom-nav-icon span:nth-child(odd) {
		left: 0;
		border-radius: 9px 0 0 9px
	}

	.custom-nav-icon span:nth-child(1),
	.custom-nav-icon span:nth-child(2) {
		top: 0
	}

	.custom-nav-icon span:nth-child(3),
	.custom-nav-icon span:nth-child(4) {
		top: 11px
	}

	.custom-nav-icon span:nth-child(5),
	.custom-nav-icon span:nth-child(6) {
		top: 22px
	}

	.navbar-toggler[aria-expanded=true] .custom-nav-icon span:nth-child(1),
	.navbar-toggler[aria-expanded=true] .custom-nav-icon span:nth-child(6) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.navbar-toggler[aria-expanded=true] .custom-nav-icon span:nth-child(2),
	.navbar-toggler[aria-expanded=true] .custom-nav-icon span:nth-child(5) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.navbar-toggler[aria-expanded=true] .custom-nav-icon span:nth-child(1) {
		left: 5px;
		top: 7px
	}

	.navbar-toggler[aria-expanded=true] .custom-nav-icon span:nth-child(2) {
		left: calc(50% - 5px);
		top: 7px
	}

	.navbar-toggler[aria-expanded=true] .custom-nav-icon span:nth-child(3) {
		left: -50%;
		opacity: 0
	}

	.navbar-toggler[aria-expanded=true] .custom-nav-icon span:nth-child(4) {
		left: 100%;
		opacity: 0
	}

	.navbar-toggler[aria-expanded=true] .custom-nav-icon span:nth-child(5) {
		left: 5px;
		top: 18px
	}

	.navbar-toggler[aria-expanded=true] .custom-nav-icon span:nth-child(6) {
		left: calc(50% - 5px);
		top: 18px
	}

	.heading {
		font-size: 26px;
		line-height: 34px;
	}

	.footer-social a {
		font-size: 16px
	}

	.dropdown-menu {
		max-height: 0;
		overflow: hidden;
		transition: .4s ease-in-out;
		display: block;
		min-width: 10px;
		padding: 0 7px;
		border-radius: 0;
		background-color: #05446e;
		box-shadow: 0 5px 10px rgba(0, 0, 0, .03) inset
	}

	.dropdown-menu.show {
		max-height: 500px;
	}

	.nav-item {
		padding: 0 10px;
		border-bottom: 1px solid #054a78;
		margin: 0;
	}

	.nav-item:last-child {
		border: none;
	}

	.nav-link {
		padding: 12px
	}

	.nav-link.nav-btn {
		margin-top: 15px
	}

	.nav-item.dropdown.show .dropdown-toggle i {
		transform: rotate(45deg)
	}

	.dropdown-menu .dropdown-item {
		color: #fff;
		background-color: transparent;
	}

	.dropdown-submenu.show .drp-submenu {
		max-height: 500px;
		overflow: visible;
		background-color: #dbe8fb
	}

	.dropdown-submenu.show .drp-arrow i {
		transform: rotate(45deg)
	}


}
@media(max-width:1024px) {
  	.copyright-bg,
	.copyright-r {
		text-align: center;
	}
}
@media(max-width:990px) {
	.sub-head {
		font-size: 18px;
		line-height: 28px;
	}

	.footer-left-block {
		text-align: center;
		margin: 0 0 30px;
	}

	.get-social {
		justify-content: center;
	}

	.get-social a {
		margin: 0 10px;
	}

	.foot-head {
		margin: 0px 0 15px;
	}

	.footer-bg {
		padding: 40px 0 20px;
	}



	.quote-pop .quote-form {
		padding: 15px 0 0px;
	}
}

@media(max-width:767px) {
	.img-block {
		margin: 0 0 30px;
	}

	.logo-area {
		position: static;
	}

	.logo-area img {
		width: 90px;
	}

	.tp-area {
		padding: 0 0 5px;
	}

	.navigation-area {
		position: static;
		background: #05558b;
		padding: 8px 0;
	}

	.heading {
		font-size: 24px;
		line-height: 32px;
	}

	.section-divider {
		margin: 0 0 40px
	}

	.foot-logo {
		width: 220px
	}

	.get-social a {
		margin: 0 15px
	}

	.get-social {
		justify-content: center
	}

	.footer-links li a {
		align-items: center;
		flex-direction: column
	}

	.footer-links li i {
		margin-right: 0;
		margin: 10px 0 5px
	}

	.foot-head:after {
		right: 0;
		margin: 0 auto
	}

	.footer-head {
		text-align: center;
		margin-bottom: 20px;
		margin-top: 25px
	}

	.footer-links ul li {
		text-align: center
	}

	.address-icon-foot {
		margin: 0 auto
	}

	.foot-address-single {
		display: block;
		text-align: center
	}

	.footer-social {
		justify-content: space-around
	}

	.footer-bg {
		text-align: center
	}

	.footer-nav ul li {
		display: block;
		padding: 10px 0
	}

	.footer-links {
		text-align: center
	}

	.footer-links li {
		justify-content: center
	}

	.top-call-btns i {
		margin-right: 4px;
	}

	.btn-main {
		padding: 10px 20px 10px;
	}

	.top-call-btns {
		margin-left: 14px;
		font-size: 12px;
	}

	.quote-pop .modal-content {
		padding: 5px;
		border: 1px solid #fff;
	}
  
  .scroll-to-top {
  bottom: 100px;
  }



}





/******form-validation******/
input.form-control.error {
    border: 1px solid #AC004A;
    background-color: #fff;
    font-size: 16px;
}

 
label {
    display: inline-block;
    background-color: #CE5454;
    color: #fff;
    padding: 10px;
    color: #fff;
    border-radius: 7px;
    margin-top: 15px;
    position: relative;
    font-size: 14px;
}

label:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #CE5454;
    /* border-bottom: 10px solid #CE5454; */
    position: absolute;
    left: 15px;
    top: -8px;
    content: '';
}






/*Twitter x icon */
@font-face {
  font-family: "x-twitter";
  src: url("https://cdn.stratospherewebsites.com/source/fonts/x-twitter.eot");
  src: url("https://cdn.stratospherewebsites.com/source/fonts/x-twitter.eot?#iefix") format("embedded-opentype"),
    url("https://cdn.stratospherewebsites.com/source/fonts/x-twitter.woff") format("woff"),
    url("https://cdn.stratospherewebsites.com/source/fonts/x-twitter.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "x-twitter" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "x-twitter" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-x-twitter:before {
  content: "\61";
  display: flex;
}

/*Twitter x icon END */




