@font-face {
	font-family: "socialico";
	src: url("fonts/Socialico/Socialico.eot");
	src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"),
		url("fonts/Socialico/Socialico.woff2") format("woff2"),
		url("fonts/Socialico/Socialico.woff") format("woff"),
		url("fonts/Socialico/Socialico.ttf") format("truetype"),
		url("fonts/Socialico/Socialico.svg") format("svg");
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
*,
*::after,
*::before {
	box-sizing: border-box;
}

.suspension-contain {
	max-height: 980px;
	overflow: hidden;
	position: relative;
}

html.suspended {
	background: rgba(0, 0, 0, 0.6);
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	max-width: 1920px;
	min-width: 1600px;
	position: relative;
	margin: 0 auto;
}

/* body::after{
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(magicsquegee.com_DEC272024.jpg) top center no-repeat;
    opacity: .2;
} */

img{ width: 100%; max-width: 100%; }

a,
a:hover {
	color: inherit;
	text-decoration: none;
}

.row { width: 100%; max-width: 1200px; margin: 0 auto; }

.to-bold {
	font-weight: 700;
}

.home-section {
	background-image: url(..//images/pic/bg1.jpg);
	font-family: "Poppins", sans-serif;
	background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.home-top {
	display: flex;
	align-items: center;
	padding-right: 80px;
	padding-top: 7px;
	justify-content: end;
}

.social-icons {
	display: flex;
	padding-right: 25px;
	justify-content: space-evenly;
	gap: 10px;
}

.navbar ul {
	display: flex;
	gap: 50px;
}

.navbar ul li {
	list-style-type: none;
}

.navbar {
	padding-right: 23px;
}

.navbar ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 300;
}

.contact-us {
	display: flex;
	color: #fff;
	background: #0488F9;
	background: linear-gradient(180deg, rgba(4, 136, 249, 1) 0%, rgba(2, 83, 149, 1) 100%);
	width: 274px;
	height: 48px;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
}

.contact-left p {
	font-size: 13px;
}

.contact-left {
	padding-right: 5px;
}

.contact-right a {
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
}

.home-second p {
	color: #4CD2FF;
	font-size: 51px;
	font-weight: 700;
	text-align: center;
	line-height: 62.5px;
	letter-spacing: -1px;
}

.home-second {
	max-width: 700px;
	padding-left: 30px;
	padding-bottom: 29px;
}

.home-third p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.1px;
}

.home-btn {
	background: #0488F9;
	background: linear-gradient(180deg, rgba(4, 136, 249, 1) 0%, rgba(2, 83, 149, 1) 100%);
	width: 246px;
	height: 56px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
}
.home-btn:hover {
	background: #0488F9;
	background: linear-gradient(318deg, #0488F9 0%, #0488F9 100%);
	transition: all .3s ease-in-out;
}

.home-fourth {
	padding-left: 240px;
	padding-bottom: 268px;
}

.home-fourth a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1.8px;
}

.home-first {
	padding-left: 45px;
	margin-top: -40px;
	padding-bottom: 38px;
}
.home-first img {
	width: 100%;
	max-width: 601px;
}
.home-third {
	padding-left: 95px;
	padding-bottom: 30px;
}

.about-left {
	padding-left: 18px;
}
.about-left img {
	width: 100%;
	max-width: 673px;
	position: relative;
	transition: all .3s ease-in-out;
}
.about-left img:hover {
	transform: scale(1.1);
	transition: all .3s ease-in-out;
}
.about-section {
	display: flex;
	max-width: 1463px;
	margin: auto;
	gap: 165px;
	font-family: "Poppins", sans-serif;
	margin-top: -240px;
	padding-bottom: 65px;
}

.about-right {
	padding-top: 393px;
}

.about-right-first p {
	color: #138BD2;
	font-size: 39px;
	font-weight: 700;
	line-height: 55.5px;
}

.about-right-first span {
	font-size: 49px;
	font-weight: 500;
	letter-spacing: -0.7px;
}

.about-right-first {
	padding-bottom: 35px;
}

.about-right-second {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: italic;
	padding-bottom: 35px;
	font-size: 21px;
}

.about-right-third {
	padding-bottom: 35px;
	max-width: 600px;
}

.about-right-third p {
	line-height: 32px;
	color: #333333;
	letter-spacing: 0.147px;
}

.about-btn {
	background: #0488F9;
	background: linear-gradient(180deg, rgba(4, 136, 249, 1) 0%, rgba(2, 83, 149, 1) 100%);
	width: 202px;
	height: 62px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-in-out;
}

.about-btn {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	letter-spacing: 3.3px;
	font-weight: 700;
}

.about-btn:hover {
	background: #0488F9;
	background: linear-gradient(318deg, #0488F9 0%, #0488F9 100%);
	color: #fff;
	transition: all .3s ease-in-out;
}

.services-section {
	font-family: "Poppins", sans-serif;
}

.box {
	position: relative;
	width: 100%;
	max-width: 456px;
	flex: 1 1 auto;
	height: 547px;
	box-shadow: 9px 9px 27px rgba(0,0,0,.17);
	background-color: #fff;
	border-radius: 15px;
}

.services-pic {
	max-width: 1430px;
	margin: auto;
	display: flex;
	gap: 15px;
	padding-bottom: 180px;
	align-items: center;
    justify-content: space-between;
}

.service-top {
	display: flex;
	justify-content: center;
	padding-bottom: 43px;
}

.service-top p {
	color: #138BD2;
	font-size: 50px;
	font-weight: 700;
}

.pic-img {
	padding-bottom: 15px;
	height: 100%;
    max-height: 445px;
	position: relative;
	overflow: hidden;
	border-radius: 15px 15px 0 0;
}

.pic-img img {
	object-fit: cover;
    height: 100%;
    object-position: center;
	transition: all .3s ease-in-out;
}

.pic-img img:hover {
	transform: scale(1.2);
	transition: all .3s ease-in-out;
}

.content p {
	color: #264C9E;
	font-size: 25px;
	font-weight: 700;
}

.content {
	justify-content: center;
	display: flex;
}

.services-btn {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.book-btn {
	background: #0488F9;
	background: linear-gradient(180deg, rgba(4, 136, 249, 1) 0%, rgba(2, 83, 149, 1) 100%);
	width: 202px;
	height: 62px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.book-btn {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1.3px;
	font-weight: 700;
	transition: all .3s ease-in-out;
}

.book-btn:hover {
	background: #0488F9;
	background: linear-gradient(318deg, #0488F9 0%, #0488F9 100%);
	color: #fff;
	transition: all .3s ease-in-out;
}

.section-four-right {
	padding-top: 10px;
	width: 100%;
    max-width: 594px;
}

.section-four-content {
	display: flex;
	max-width: 1365px;
	margin: auto;
	padding-top: 296px;
	gap: 40px;
	padding-bottom: 218px;
}

.section-four {
	background-image: url(..//images/pic/bg2.jpg);
	margin-top: -310px;
}

.section-four-left {
	padding-top: 153px;
	font-family: "Poppins", sans-serif;
	padding-left: 5px;
	width: 100%;
    max-width: 728px;
}

.section-four-left-first p {
	font-size: 66px;
	font-weight: 700;
	letter-spacing: -0.9px;
	color: #26C9FF;
}

.section-four-left-first {
	padding-bottom: 2px;
}

.section-four-left-second {
	padding-bottom: 52px;
}

.section-four-left-second p {
	color: white;
	font-size: 20px;
	line-height: 41px;
	letter-spacing: 0.2px;
}

.section-four-left-second span {
	color: #72DCFF;
	font-size: 22px;
	font-weight: 700;
}

.section-four-btn {
	background: #0488F9;
	background: linear-gradient(180deg, rgba(4, 136, 249, 1) 0%, rgba(2, 83, 149, 1) 100%);
	width: 246px;
	height: 56px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-four-btn {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1.3px;
	transition: all .3s ease-in-out;
}

.section-four-btn:hover {
background: #0488F9;
	background: linear-gradient(318deg, #0488F9 0%, #0488F9 100%);
	color: #fff;
	transition: all .3s ease-in-out;
}

.overlay-box {
	display: flex;
	background-color: #fff;
	border-radius: 20px;
	max-width: 1430px;
	margin: auto;
	filter: drop-shadow(11px 0px 13px #9e9e9e);
	padding-bottom: 50px;
	margin-top: -290px;
}

.section-five {
	font-family: "Poppins", sans-serif;
}

.overlay-mid {
	padding-top: 128px;
	margin-left: -180px;
	filter: drop-shadow(7px 0px 3px #bababa);
	padding-right: 50px;
}
.overlay-mid img {
	transition: all .3s ease-in-out;
}
.overlay-mid img:hover {
	transform: scale(1.1);
}

.overlay-right {
	padding-top: 93px;
}

.overlay-left {
	margin-top: -95px;
	padding-left: 50px;
}
.overlay-left img {
	transition: all .3s ease-in-out;
}
.overlay-left img:hover {
	transform: scale(1.1);
}

.overlay-right-first {
	padding-bottom: 35px;
	color: #138BD2;
	font-size: 66px;
	font-weight: 200;
	letter-spacing: -1.188px;
}

.overlay-right-third p {
	color: #333333;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.2px;
}

.overlay-right-second p {
	color: #052458;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.overlay-right-second {
	padding-bottom: 18px;
}

.overlay-right-third {
	padding-bottom: 33px;
	max-width: 650px;
}

.overlay-box-btn {
	background: #0488F9;
	background: linear-gradient(180deg, rgba(4, 136, 249, 1) 0%, rgba(2, 83, 149, 1) 100%);
	width: 202px;
	height: 62px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.overlay-box-btn{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	letter-spacing: 3.3px;
	font-weight: 700;
	transition: all .3s ease-in-out;
}

.overlay-box-btn:hover{
	background: #0488F9;
	background: linear-gradient(180deg, #0488F9 0%, #0488F9 100%);
	color: #fff;
	transition: all .3s ease-in-out;
}

.testimonial-section {
	padding-top: 130px;
	font-family: "Poppins", sans-serif;
	padding-bottom: 202px;
}

.testimonial-top {
	display: flex;
	justify-content: center;
}

.testimonial-top p {
	font-size: 50px;
	font-weight: 700;
	color: #138BD2;
	letter-spacing: -1px;
}

.testimonial-bot {
	display: flex;
	max-width: 1365px;
	margin: auto;
	gap: 65px;
	padding-top: 64px;
}

.testimonial-left-mid {
	max-width: 570px;
	padding-bottom: 17px;
}

.testimonial-left-top {
	padding-bottom: 20px;
}

.testimonial-left-top img {
	max-width: 151px;
}

.testimonial-left-mid p {
	color: #333333;
	font-style: italic;
	line-height: 29px;
	letter-spacing: -0.54px;
}

.testimonial-left-bot {
	font-weight: 700;
	color: #333333;
}

.testimonial-mid {
	padding-top: 30px;
}

.gallery-section {
	font-family: "Poppins", sans-serif;
}

.gallery-bot {
	max-width: 1530px;
	margin: auto;
	gap: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gallery-bot div {
	flex: 1 1 auto;
	width: 100%;
	max-width: 365px;
	box-shadow: 17px 17px 23px rgba(0, 0, 0, 0.59);
	position: relative;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.gallery-bot img {
	transition: all .3s ease-in-out;
	object-fit: cover;
}

.gallery-bot img:hover {
	transition: all .3s ease-in-out;
	transform: scale(1.2);
}

.gallery-top {
	display: flex;
	justify-content: center;
	padding-bottom: 45px;
}

.gallery-top p {
	font-size: 50px;
	color: #138BD2;
	font-weight: 700;
}

.last-bg {
	margin-top: -350px;
	background-image: url(..//images/pic/bg3.jpg);
	font-family: "Poppins", sans-serif;
	background-repeat: no-repeat;
}

.footer-left {
	width: 674px;
	height: 765px;
	background-color: #ffffff;
	border-radius: 20px;
}

.footer-section {
	padding-top: 491px;
	max-width: 1430px;
	margin: auto;
	display: flex;
}

.footer-left-first {
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.footer-left-first img {
	width: 100%;
	max-width: 567px;
}

footer .title {
	color: #414151;
	font-size: 15px;
}

.footer-left-second,
.footer-left-third,
.footer-left-fourth {
	display: flex;
	align-items: center;
	padding-left: 135px;
	padding-bottom: 35px;
	column-gap: 15px;
}

.footer-left-fifth {
	padding-left: 115px;
}

.arrow-pic {
	padding-left: 25px;
}

.arrow-pic img {
	width: 100%;
	max-width: 60px;
}

footer .phone-holder a {
	color: #3F3F51;
	font-size: 21px;
}

footer .email-holder p {
	color: #414151;
}

footer .loc-holder p {
	color: #404051;
}

footer .email-holder a,
footer .loc-holder a {
	color: #3F3F51;
	font-size: 17px;
}

footer .loc-holder a {
	display: block;
	max-width: 192px;
}

.footer-two-bot1 a {
	color: #3F3F51;
	font-size: 21px;
	text-decoration: none;
}

.footer-left-fifth {
	padding-top: 5px;
}

.footer-right {
	width: 778px;
	background-color: #fff;
	border-radius: 20px;
	margin-top: -25px;
	filter: drop-shadow(6px 6px 16px rgba(0,0,0,.34));
	margin-left: -25px;
}

.footer-right-one {
	font-family: "Barlow", sans-serif;
	color: #888888;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 8px;
	padding-top: 68px;
	padding-left: 78px;
	padding-bottom: 13px;
}

.footer-right-two {
	padding-left: 55px;
	padding-bottom: 10px;
}

.footer-right-two p {
	color: #138BD2;
	font-size: 50px;
	font-weight: 700;
}

.footer-right-three p {
	color: #333333;
	font-size: 14px;
}

.footer-right-three {
	padding-left: 57px;
	padding-bottom: 17px;
}

.footer-right-four {
	max-width: 660px;
	margin: auto;
}

.credits-section div {
	color: #999999;
	font-weight: 400;
	font-family: "Poppins";
    	align-items: center;
}
.credits-section div img{
	width: 40px;
	vertical-align: middle;
	display: inline-block;
}

.credits-section {
	padding-left: 250px;
	padding-top: 12px;
	padding-bottom: 24px;
}

footer .silver img {
	max-width: 36px;
}
/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
	font-size: 14px;
	padding: 5px 10px;
	position: fixed;
	display: block !important;
	transform: none !important;
	bottom: 0 !important;
	left: 20px !important;
}

/*call to action*/
.destroy-on-load,
.cta {
	display: none;
}

/*contact form messages*/
form .messages p {
	display: none;
	font-family: Arial !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}

form .loading {
	display: none;
}

form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

/*contact form*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
}

.ctc-form input[type="text"],
.ctc-form input[type="email"],
.ctc-form textarea {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: #000;
	width: 100%;
	max-width: 660px;
	height: 54px;
	background-color: #F4F4F4;
	border: #E9E9E9 1px solid;
	border-radius: 5px;
	padding-left: 37px;
}

.ctc-form textarea {
	height: 226px;
	padding-top: 10px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="phone"]::placeholder,
textarea::placeholder {
	color: #444444;
}

input[type="checkbox"] {
	margin-right: 10px;
}

.ctc-form .ctcBtn {
	background: #0488F9;
	background: linear-gradient(318deg, rgba(2, 83, 149, 1) 0%, rgba(4, 136, 249, 1) 100%);
	width: 206px;
	height: 54px;
	border-radius: 40px;
	justify-content: center;
	align-items: center;
	display: flex;
	text-decoration: none;
	font-family: "Barlow", sans-serif;
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	margin-left: auto;
	border: none;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.ctc-form .ctcBtn:hover {
	background: #0488F9;
	background: linear-gradient(318deg, #0488F9 0%, #0488F9 100%);
	color: #fff;
	transition: all .3s ease-in-out;
}

.ctc-form .recap {
	display: inline-block;
}

.ctc-form .g-recaptcha div {
	margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
	display: none;
}

/*gallery*/
#content .gallery-container {
	text-align: center;
}

#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .gallery li {
	display: inline-block;
}

#content .thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: .42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.5s ease-in-out 0s;
}

#content .thumbnail:hover {
	transform: scale(1.02);
}

#content .page_navigation {
	display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
	background-color: #eceeef;
	border-color: #ddd;
	color: #014c8c;
	text-decoration: none;
}


/*header*/


#header nav a#pull {
	display: none
}

#header nav ul {
	margin: 0;
	padding: 0
}

#header nav ul li {
	display: inline-block;
	vertical-align: middle;
}

#header nav ul li a {
	padding: 0 5px 5px;
	position: relative;
}

#header nav ul li a::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

#header nav ul li.active-menu a::after{
	width: 100%;
}

#header nav ul li a:hover::after {
	animation-name: drawLine; /* Name of the keyframe animation */
  animation-duration: .3s; /* Duration of the animation */
  animation-timing-function: ease-in-out; /* Animation timing function */
  animation-fill-mode: forwards; /* Keep the final state after animation */
}


#footer .silver img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px
}


/*inner pages*/
.inner #content,
.inner #about,
.inner #services,
.inner #reviews {
	min-height: 400px;
	padding: 40px 0 180px;
	font-family: "Poppins", sans-serif;
}

/*privacy policy*/
.inPrivacyBox {
	max-width: 850px;
	margin: 0 auto;
}

.inPrivacyBox p {
	text-align: justify !important;
}

.silver,
.copy {
	display: flex;
	justify-content: flex-start;
}

#about .about-cont {
	font-family: "Poppins", sans-serif;
}

#about .overlay-white {
	position: relative;
	width: 900px;
	height: 347px;
	filter: drop-shadow(9px 5px 10px #5c5c5c);
	background-color: #fff;
	border-radius: 15px;
	margin: auto;
	text-align: center;
	justify-content: center;
	align-items: center;
}

#about .head {
	padding-top: 20px;
}

#about .head p {
	color: #138BD2;
	font-size: 50px;
	font-weight: 700;
}

#about .bot p {
	color: #333333;
}

#about .bot {
	padding-top: 50px;
	max-width: 600px;
	margin: auto;
}

#content .row h1 {
	color: #138BD2;
	font-size: 50px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}

#content .row {
	margin: auto;
	padding-top: 0;
	padding-bottom: 50px;
	text-align: center;
}
#content .row p {
	margin-bottom: 15px;
}

#content .contact-holder {
	display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 15px;
}

.about-page .img-holder { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.about-page .left,
.about-page .right { width: 100%; max-width: 580px;}
.about-page .left img,
.about-page .right img { border: 5px solid #303d4e; padding: 12px; transition: all .3s ease-in-out; }
.about-page .left:hover img,
.about-page .right:hover img { padding: 0; border: none; transition: all .3s ease-in-out; }

.contact-page #content iframe { margin-bottom: 30px; }

.contact-page #content .footer-left-second, 
.contact-page #content .footer-left-third, 
.contact-page #content .footer-left-fourth {
	padding-left: 0;
}

.contact-page #content .footer-left-second .title, 
.contact-page #content .footer-left-third .title, 
.contact-page #content .footer-left-fourth .title {
	text-align: left;
	margin-bottom: 0;
}

.inner #content .services-pic {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.contact-page .footer-section {
	justify-content: center;
}

#backToTop { cursor: pointer; }

@keyframes drawLine {
	0% {
	  width: 0%; /* Line starts with 0% width */
	}
	100% {
	  width: 100%; /* Line ends with 100% width */
	}
  }

/** Responsive
-------------------------------------------------------*/

/*
@media screen and (max-width: 1024px){
	body {min-width: 320px}
	.row {width: 95%}
}

@media screen and (max-width: 800px){
	#header {padding: 0}
	#header .row {width: 100%}
	#header nav {display:block; height: auto; }
  	#header nav ul { width: 100%; display: none; height: auto;border-bottom:5px solid #000; padding: 0 15px;}
  	#header nav ul li { width: 100%;position: relative; }
  	#header nav ul li a { display: block; float:none; padding: 10px 0;}
  	#header nav a {text-align: left; width: 100%;}
	#header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
	#header nav a#pull {display: block; color: #fff; background-color: #000; height: 30px;padding: 10px 0; width: 100%; position: relative;}
	#header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
	
	.cta{background: #035B96  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #013f9a ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
}*/