@font-face {
	font-family: Outfit-Regular;
	src: url(../fonts/Outfit/Outfit-Regular.ttf)
}

@font-face {
	font-family: Outfit-Medium;
	src: url(../fonts/Outfit/Outfit-Medium.ttf)
}

@font-face {
	font-family: Outfit-Bold;
	src: url(../fonts/Outfit/Outfit-Bold.ttf)
}

@font-face {
	font-family: Outfit-Light;
	src: url(../fonts/Outfit/Outfit-Light.ttf)
}

@font-face {
	font-family: Outfit-SemiBold;
	src: url(../fonts/Outfit/Outfit-SemiBold.ttf)
}

@font-face {
	font-family: GothamBold;
	src: url(../fonts/Gotham/GothamBold.ttf)
}

@font-face {
	font-family: GothamMedium;
	src: url(../fonts/Gotham/GothamMedium.ttf)
}

@font-face {
	font-family: Gotham-Black;
	src: url(../fonts/Gotham/Gotham-Black.otf)
}

@font-face {
	font-family: GothamBook;
	src: url(../fonts/Gotham/GothamBook.ttf)
}

@font-face {
	font-family: Poppins-SemiBold;
	src: url(../fonts/Poppins/Poppins-SemiBold.ttf)
}
@font-face {
	font-family: stencill;
	src: url(../fonts/stencill.otf)
}
@font-face {
	font-family: top-secret;
	src: url(../fonts/top-secret.ttf)
}

body {
	font-family: Outfit-Regular;
	line-height: 26px
}

p {
	font-family: Outfit-Light;
	line-height: 31px;
	color: grey;
	margin-bottom: 0
}

.nav-link:focus,
.nav-link:hover {
	color: #dffb0a
}

img {
	max-width: 100%
}

*,
:after,
:before {
	transition: .4s all
}

nav a {
	font-family: Outfit-Regular;
	color: #000!important
}

.container {
	max-width: 1296px
}

.social-icons {
    margin-left: 0px;
}

.social-icons ul {
	list-style: none;
	display: block;
	margin: 0
}

header.sticky .social-icons ul li,footer .social-icons ul li {
	display: inline-block;
	margin-bottom: 0;
}
header .social-icons ul li {
    display: block;
    margin-bottom: 13px;
}
header .social-icons ul li:last-child {
    margin-bottom: 0;
}
.social-icons ul li:last-child a {
	margin-right: 0
}

.social-icons ul a {
    background-color: #000;
    border-radius: 4px;
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 7px;
    text-decoration: none;
    margin-right: 15px;
    box-shadow: 0px 0px 0px 2px rgb(255 255 255);
}

.social-icons ul li i {
	transition: .5s all
}

.social-icons ul li a:hover i {
	transform: scale(1.1)
}

.social-icons ul li a i {
	color: #dffb0a;
	text-align: center;
	vertical-align: super
}

li.nav-item {
	margin-right: 38px;
	padding-left: 8px;
	padding-right: 8px;
	position:relative;
    transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
}

li.nav-item a {
    padding-left: 0!important;
    padding-right: 0!important;
    /* width: 100px; */
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    /* padding: 25px 4px 25px 4px !important; */
    border-radius: 14px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

/*header.sticky li.nav-item a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #000;
    visibility: hidden;
    width: 0;
    top: auto;
    transition: all .3s ease-in-out 0s;
    transform: none;
}
header.sticky .navbar .active:before,
header.sticky li.nav-item a:hover:before,
header.sticky li.nav-item:hover>a:before {
	visibility: visible;
	width: 100%
}*/
header.sticky .navbar-brand img {
    /* max-width: 93px; */
    padding: 0 8px;
}

.sticky li.nav-item {
    background: none;
    /*margin-right: 40px;*/
}
.sticky a.nav-link {
    font-weight: 500;
    text-shadow: none;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 6px 0px !important;
    width: auto;
    font-size: 18px;
}
/*.navbar .active:before,
li.nav-item a:hover:before,
li.nav-item:hover>a:before {
	visibility: visible;
	width: 100%
}*/

header {
    padding: 20px 0;
    /* background-color: #ffffff; */
    position: fixed;
    width: 100%;
    z-index: 999;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
header.sticky {
  position: fixed;
  top: 0;
  width: 100%
}
header#myHeader.sticky {
    background-color: #fff;
    box-shadow: 0 0 9px -1px #919191;
    padding: 8px 0;
}
header .container
{
	max-width: 1550px;
}
.our-services {
	background-color: #ffffff;
	padding: 86px 0 96px 0
}

h1.section-heading {
	font-family: Outfit-Bold;
	font-size: 53px;
	line-height: 64px;
	margin-bottom: 20px
}

.heading-sub-text {
	font-family: Outfit-Light;
	font-size: 16px;
	line-height: 26px;
	color: #525252
}

.our-services .heading-sub-text {
	padding: 0 33px;
	display: inline-block
}

.our-services .os-grid h2 {
	font-family: Gotham-Black;
	font-size: 24px;
	margin-top: 20px;
	line-height: 30px
}

.our-services .os-grid p {
	line-height: 26px;
	font-family: GothamBook;
	color: #525252;
	margin-bottom: 0
}

.os-grids {
	margin-top: 56.19px
}

.about-us .au-image {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.about-us .au-group-image {
	position: relative
}

section.about-us {
    padding: 100px 0 100px 0;
    background-color: #e1fb09;
}

.section-sub-heading {
    font-size: 18px;
    line-height: 22.68px;
    padding: 3px 12px 4px 13px;
    background-color: #53544f;
    margin-bottom: 4px;
    display: inline-block;
    color: #fff;
}

a.section-btn:hover {
	background-color: #dffb0a;
	color: #000000;
	border:1px solid #000000;
}
.get_quote{
	text-align: center;
	position: absolute;
	bottom: 15%;
	z-index: 998;
}

.get_quote a:hover{ 
	background-color: #000;
	color: #dffb0a;
	cursor: pointer;
}

.get_quote a {
	font-family: Outfit-Medium;
    background-color: #dffb0a;
    border: 0;
    padding: 15px 36px 15px 37px;
    color: #000;
    line-height: 20px;
    border-radius: 5px;
	margin-bottom: 50px;
	cursor: pointer;
}

a.section-btn {
	display:none; 	/*changes */
	color: #dffb0a;
	line-height: 20.16px;
	text-decoration: none;
	background-color: #000000;
	padding: 20px 56px 20px 56px;
	border-radius: 5px;
	box-shadow: 0 4px 6px 0 #0000001a;
	font-family: Outfit-SemiBold;
	margin-top: 33px;
	/* display: inline-block; */
	transition: .4s all;
	border:1px solid transparent;
}
main-text
.au-image {
	display: inline-block
}

.au-content {
	padding-left: 17px
}

.au-content p {
	color: #525252
}

.au-group-image {
	padding-left: 48px;
	padding-right: 62px
}

.welcome {
    position: relative;
    height: 897px;
   /* background-image: url(../images/background2.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-color: #e1fb09;*/
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/bg-mainnew.jpg);
    background-size: cover;
    z-index: 0;
    bottom: 0;
    right: 0;
    filter: brightness(90%);
}
.welcome .main-text h1::before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 15px #000000;
    left: 0;
    z-index: -1;
}
/*.welcome .welcome-overlay {
	background-color: rgb(0 0 0 / 20%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 140px 0
}*/
.welcome video {
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    position: relative;
    bottom: 0px;
}
.video-content {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 200px;
}
.main-text {
    position: relative;
    z-index: 1;
}
/*
.video-content .main-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
}*/
.video-content .welcome-text {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 28px;
    z-index: 9;
}
/*.welcome:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .4;
}*/
.welcome .welcome-text h1, .video-content-mobile h1 {
    font-family: stencill;
    color: #fff;
    font-size: 80px;
    margin-bottom: 0;
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
    /* -webkit-text-stroke-color: black; */
}
.welcome .main-text h1 {
    font-family: stencill;
    color: #dcfa05;
    font-size: 224px;
    margin-bottom: 14px;
    line-height: normal;
    position: relative;
    display: inline-block;
}
.welcome .main-text h1::after {
    content: '';
    background-image: url("../images/moveday-1.png");
    width: 64%;
    position: absolute;
    background-size: 100%;
    height: 334px;
    right: 15%;
    top: 80%;
    z-index: 99999;
    background-repeat: no-repeat;
}
.video-content-mobile h1 {
    font-size: 30px;
    line-height: normal;
}
.welcome .welcome-text p {
	color: #fff;
	font-size: 20px;
	line-height: 32px
}
.quote-form {
	background-color: rgb(255 255 255 / 74%);
	border-radius: 7px;
	padding: 51px 40px 60px 40px
}
.video-content img {
    max-width: 181px;
}
.quote-form h2 {
	font-family: Outfit-Bold;
	line-height: 42.84px;
	font-size: 34px;
	margin-bottom: 23px
}

.quote-form {
    background-color: rgb(255 255 255 / 74%);
    border-radius: 7px;
    padding: 70px 0 90px 0;
}

.quote-form form button {
	font-family: Outfit-Medium;
	width: 100%;
	background-color: #dffb0a;
	border: 0;
	padding: 15px 0;
	color: #000;
	line-height: 20px
}

.quote-form form button:hover {
	background-color: #000
}

.contact-form form input,
.quote-form form input {
	height: 50px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	margin-bottom: 3px
}

.contact-form form input {
	margin-bottom: 15px
}

.contact-form form textarea, .quote-form form textarea {
    height: 100px;
    border-color: #e0e0e0;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder,
.quote-form form input::placeholder,
.quote-form form textarea::placeholder {
	color: #828282;
	font-family: Outfit-Light
}
.video-image {
    position: relative;
    left: -63px;
    /* bottom: -288px; */
    top: -44px;
}
.video-logo-image {
    position: absolute;
    top: 0;
    width: 100%;
	left:0;
}
.video-logo-image img {
    display: block;
    width: 171px;
}
.maps {
	padding:  0;
	position:relative;
}

.map-address h2 {
	font-family: Outfit-Bold;
	font-size: 20px;
	line-height: 27px
}

.map-address {
	background-color: #000;
	border-radius: 10px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
	color: #fff;
	padding: 33px
}
.map-address-colarado .map-address::after,.map-address-ny .map-address::after {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #000000;
    content: '';  
	left: 50%;
    position: absolute;
    top: -7px;
    transform: translate(-50%,-50%);
}
.map-address {
    background-color: #000;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    color: #fff;
    padding: 21px 15px;
    width: 321px;
	position:relative;
	display:none;
}
.map-address-ny .map-address {
    position: absolute;
    right: 9.6%;
    top: 39%;
}
.map-address-colarado .map-address {
    position: absolute;
    left: 24.5%;
    top: 49%;
}
img.map-marker-cl {
    position: absolute;
    top: 41%;
    left: 32%;
}
img.map-marker-ny {
    position: absolute;
    top: 31%;
    right: 17%;
}
.footer-contact ul,
.map-address ul {
	list-style: none;
	padding: 0
}

.footer-contact ul li i,
.map-address ul li i {
	width: 20px;
	font-size: 20px;
	color: #dffb0a;
	padding-top: 8px;
	padding-right: 35px
}

.map-address ul li i {
	padding-top: 6px
}

.map-address ul li span,
.map-address ul li span a {
	color: #adadad
}

.footer-contact ul li,
.map-address ul li {
	display: flex;
	align-items: start;
	margin-bottom: 16px;
	width: 100%
}

.map-address h2 {
	font-family: Outfit-Bold;
	font-size: 20px;
	margin-bottom: 18px;
	line-height: 27px
}

.reviews .section-heading {
	line-height: 72px;
	margin-bottom: 54px;
	font-size: 48px;
	color:#000000;
}

.reviews {
    padding: 81px 0 100px 0;
    background-color: #999b92;
}

.reviews .testimonials {
    background-color: #dffc06;
    padding: 41px 43px;
    margin-bottom: 8px;
	
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}

.reviews h2.client_name {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 22px;
}

.reviews p.quotes {
	line-height: 24px;
	color: #000000;
	margin-bottom: 35px
}

.reviews .rate {
	margin-bottom: 20px
}

span.swiper-pagination-bullet {
	width: 15px;
	height: 15px
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #dffb0a
}

.swiper {
	overflow-x: clip!important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -7px!important
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 41%!important;
	width: calc(var(--swiper-navigation-size)/ 32 * 20);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: transparent
}

.swiper-button-prev:after {
	content: ''!important;
	background: url(../images/Arrow-left.png) no-repeat;
	background-repeat: no-repeat;
	width: 30px;
	height: 20px
}

.swiper-button-next:after {
	content: ''!important;
	background: url(../images/Arrow-right.png) no-repeat;
	background-repeat: no-repeat;
	width: 30px;
	height: 20px
}

.swiper.mySwiper {
	width: 100%;
	height: 100%;
	padding-bottom: 70px
}

.swiper.mySwiper {
    padding: 0 37px 69px;
}
.swiper-pagination-bullet {
    opacity: 1 !important;
}
.contact {
	background: url(../images/contact-bg.jpg) no-repeat;
	padding: 100px 0 0 0;
	background-size: cover;
	position: relative
}

.contact-form h3 {
	font-family: Outfit-Bold;
	font-size: 34px;
	margin-bottom: 24px;
	line-height: 42.84px
}

.contact-form button {
	font-family: Outfit-Medium;
	background-color: #000;
	border: 0;
	padding: 15px 36px 15px 37px;
	color: #dffb0a;
	margin-top: 15px;
	line-height: 20px;
	border-radius: 5px
}

.contact-form button:hover {
	background-color: #dffb0a;
	color: #000
}

.contact-form {
    font-family: Outfit-Bold;
    font-size: 34px;
    background-color: #fff;
    padding: 51px 40px 60px 40px;
    border-radius: 7px;
    margin-bottom: -158px;
    max-width: 1076px;
    margin-right: auto;
    margin-left: auto;
}

footer {
	background-color: #16191c
}

.top-footer {
	padding: 250px 0 79px 0
}

.footer-text {
	padding-right: 103px
}

.footer-text p {
	color: #ccc;
	font-family: Outfit-Light;
	line-height: 26px
}

footer h4 {
	font-family: Outfit-SemiBold;
	line-height: 37px;
	font-size: 24px;
	color: #fff;
	display: inline-block;
	margin-bottom: 9px
}

.footer-quicklinks ul {
	padding: 0!important;
	margin: 0!important
}

.footer-contact ul li a,
.footer-quicklinks ul li a,
.map-address ul li a {
	color: #ccc;
	padding-left: 0;
	text-decoration: none
}

.footer-contact ul li a:hover,
.map-address ul li a:hover,
.footer-quicklinks a:hover {
	color: #dffb0a
}

.footer-quicklinks ul {
	display: block
}

.footer-quicklinks ul li {
	display: inline-block;
	width: 40%;
	font-family: Outfit-Light;
	float: left;
	padding-bottom: 11px
}
.top-footer img
{
	min-width: 111px;
}
li.email a {
	overflow-wrap: anywhere
}

.footer-text p {
	color: #ccc;
	font-family: Outfit-Light;
	line-height: 26px;
	padding-left: 34px
}

.footer-contact ul li i {
	font-size: 15px
}

.footer-contact li span {
	color: #ccc
}

.copyright {
	border-top: 1px solid #393939;
	padding: 18px 0 15px 0
}

.copyright p {
	color: #fff;
	font-size: 14px;
	font-family: Outfit-Light;
	line-height: 28.35px;
	display: inline-block
}

.copyright .social-icons ul a {
	background-color: transparent;
	box-shadow: none;
	font-size: 20px
}

.copyright .social-icons ul a i {
	color: #fff
}
.qf-mobile-section
{
	display:none;
}
.navbar-brand
{
	padding-bottom: 0;
	padding-top: 0;
}
@media(min-width: 990px)
{
	li.nav-item a
	{
		position: relative;
	}
	li.nav-item a:hover
	{
		text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 0px 2px 0 #fff;
	}
	li.nav-item a:hover::before {
    content: '';
    background: url(../images/splash-white-border.png) no-repeat;
    background-size: cover;
    width: 103px;
    height: 100px;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
	.sticky a.nav-link:hover
	{
		background: none;
		text-shadow: -1px -1px 0 #e1fb09, 1px -1px 0 #e1fb09, -1px 1px 0 #e1fb09, 1px 1px 0 #e1fb09;
	}
	.sticky a.nav-link:hover::before
	{
		display: none;
	}

	.reviews h2.client_name{
		position: absolute;
		bottom: 50px;
	}
	.reviews .testimonials {
		min-height: 385px;
	}
}
@media(max-width:1600px)
{
	/* .welcome {
	    height: 770px;
	} */
	.welcome .main-text h1::after {
	    width: 63%;
	}
	.welcome .main-text h1 {
	    font-size: 181px;
	}
	.welcome .welcome-text h1, .video-content-mobile h1 {
	    font-size: 73px;
	    margin-bottom: 5px;
	}
	.video-content {
	    padding-top: 175px;
	}
}
@media screen and (min-width:1366px) and (max-width:1440px)
{
	.welcome {
	    height: 1200px;
	}
	.get_quote a{
		margin-bottom: 80px;
	}
	/*.video-content {
	    bottom: 0;
	}*/
}
@media(max-width: 1550px)
{
	header .container {
	    padding: 0 60px;
	}
}
@media(max-width:1440px) {
	.reviews {
		padding: 81px 30px 100px 30px
	}
	img.map-marker-cl {
	    top: 39%;
	}
	img.map-marker-ny {
	    top: 29%;
	}
	.map-address-colarado .map-address {
	    left: 22%;
	}
	.map-address-ny .map-address {
	    right: 7%;
	}
	header .container {
	    max-width: 1300px;
	}
	/*.video-content {
	    bottom: 0;
	}*/
	.welcome .welcome-text h1, .video-content-mobile h1
	{
		font-size: 68px;
	}
}
@media(max-width: 1366px)
{
	.video-content {
	    padding-top: 200px;
	}
	.video-content .welcome-text
	{
		bottom: 8px;
	}
}
@media(max-width:1300px)
{
	.welcome {
	    height: 744px;
	}
}
@media(max-width:1280px)
{
	img.map-marker-cl {
	    top: 38%;
	}
	img.map-marker-ny {
	    top: 28%;
	}
	.map-address-colarado .map-address {
	    left: 21%;
	}
	.map-address-ny .map-address {
	    right: 6%;
	}
	header .container {
	    max-width: 1300px;
	    padding: 0 40px;
	}
	.welcome .welcome-text h1, .video-content-mobile h1 {
	    font-size: 58px;
	}
	.sticky li.nav-item {
	    margin-right: 27px;
	}
	.welcome .main-text h1::after {
	    width: 56%;
	}
	.welcome .main-text h1 {
	    font-size: 165px;
	}
	/*.video-content .main-text
	{
		top: 45%;
	}*/
}
@media(max-width:1140px)
{
	li.nav-item {
	    margin-right: 33px !important;
	}
	.sticky li.nav-item {
	    margin-right: 18px !important;
	}
	.welcome .main-text h1 {
	    font-size: 155px;
	}
	.welcome {
	    height: 668px;
	}
}
@media screen and (min-width:990px) and (max-width:1080px)
{
	.welcome {
	    height: 480px;
	}
}
@media(max-width:1080px) 
{
	.welcome {
	    height: 640px;
	}
	/*.video-image {
	    top: -22px;
	}*/
	img.map-marker-cl {
	    top: 37%;
	}
	img.map-marker-ny {
	    top: 27%;
	}
	.map-address-colarado .map-address {
	    left: 19%;
	}
	.map-address-ny .map-address {
	    right: 4%;
	}
	.social-icons ul
	{
		padding: 0;
	}
	
	.sticky li.nav-item {
    	margin-right: 8px !important;
	}
	.welcome .welcome-text h1, .video-content-mobile h1
	{
		font-size: 48px;
	}
	.welcome .main-text h1 {
	    font-size: 140px;
	}
	/*.video-content .main-text {
	    top: 48%;
	}*/

	.video-content .welcome-text {
    bottom: 28px;
}
}

@media(max-width:1045px) {
	.social-icons {
		margin-left: 25px
	}
	/*.welcome video {
	    bottom: 3px;
	}*/
	li.nav-item {
	    margin-right: 17px !important;
	}
	.container {
     	padding: 0 20px;
	}
}
@media(max-width:1024px) {
	.quote-form h2 {
		font-size: 29px;
		margin-bottom: 13px
	}
	.map-address-ny .map-address {
	    right: 3%;
	    top: 41%;
	}
	.map-address-colarado .map-address {
	    left: 18%;
	    top: 51%;
	}
	.reviews .section-heading,
	h1.section-heading {
		font-size: 40px;
		line-height: 48px
	}
}

@media(max-width:991px) 
{
	.au-content {
		padding-left: 15px;
		margin-top: 45px
	}
	.os-grid {
		margin-bottom: 44px
	}
	.quote-form.qf-mobile {
		max-width: 100%
	}
	.footer-text {
		padding-right: 28px
	}
	.footer-quicklinks ul li {
		width: 45%
	}
	.about-us .au-group-image {
		overflow: hidden
	}
	.au-group-image {
		padding-left: 15px;
		padding-right: 15px
	}
	.social-icons {
		margin-left: 0;
		margin-top: 20px
	}
	.social-icons ul {
		padding-left: 0
	}
	li.nav-item a::before {
		display: none
	}
	ul.navbar-nav {
		background-color: #000;
	}
	nav a {
		color: #fff!important
	}
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .show>.nav-link,
	nav .nav-item a:hover {
		opacity: 1;
		color: #dffb0a!important
	}
	header {
		box-shadow: 0 1px 6px 0 #8b8989
	}
	header .container {
		justify-content: normal!important;
		display: block!important;
		padding: 0;
	}
	header .social-icons {
	    margin: 0;
	    padding: 14px 30px;
	    position: relative;
	    z-index: 1;
	    border-bottom: 1px solid #ddd;
	    text-align: right;
	    display: block !important;
	}
	.navbar-light .navbar-toggler {
		z-index: 2
	}
	header {
		padding: 0
	}
	.navbar .container-fluid {
		justify-content: end
	}
	/*.welcome video {
		bottom: 0;
		display: block
	}*/
	.welcome {
		height: 485px;
	}
	.video-content {
	   bottom: 0;
	}
	li.nav-item {
	    background: none;
	    height: auto;
	    background-size: 100%;
	    width: auto;
	    margin-right: 0 !important;
	}
	li.nav-item a {
	    position: relative;
	    left: auto;
	    top: auto;
	    transform: none;
	    width: 100%;
	    text-align: left;
	    font-weight: 500;
	    text-shadow: none;
	    font-size: 17px;
	    /* background-color: #e3fe06; */
	    padding: 6px 0px !important;
	    border-radius: 14px;
	}
	img.map-marker-ny {
	    top: 26%;
	}
	.map-address-colarado .map-address {
	    left: 17.5%;
	}
	.map-address-ny .map-address {
	    right: 2.5%;
	}
	.social-icons ul li {
	    display: inline-block !important;
	    margin-bottom: 0 !important;
	}
	header
	{
		position: relative;
	}
	.navbar-light .navbar-toggler {
	    position: absolute;
	    top: -80px;
	    right: 30px;
	}
	.navbar
	{
		padding-top:0 ;
		padding-bottom: 0;
	}
	.navbar-collapse
	{
		padding-bottom: 10px;
	}
	.navbar-brand {
	    margin-left: 24px;
	}
	header.sticky
	{
		position: relative;
	}
	.navbar-brand img,header.sticky .navbar-brand img
	{
		max-width: 96px !important;
		padding: 7px 10px;
	}
	header#myHeader.sticky
	{
		padding: 0;
	}
	.navbar-toggler
	{
		font-size: 16px;
	}
	/*.video-content .main-text
	{
		top: 30%;
	}*/
	.welcome .main-text h1 {
	    font-size: 130px;
	}
	.video-content {
	    padding-top: 43px;
	}
}
@media(max-width: 814px)
{
	.welcome .main-text h1 {
	    font-size: 121px;
	}
}
@media(max-width: 768px)
{
	img.map-marker-ny {
	    top: 22%;
	    right: 16%;
	}
	img.map-marker-cl {
	    top: 33%;
	}
	.map-address-colarado .map-address {
	    left: 13.5%;
	}
	.map-address h2 {
	    font-size: 17px;
	    margin-bottom: 8px;
	}
	.map-address {
	    padding: 21px 15px 2px;
	    width: 273px;
	}
	.welcome {
	    height: 400px;
	}
	.welcome .welcome-text h1, .video-content-mobile h1 {
	    line-height: 20px;
	}
	.welcome .main-text h1 {
	    font-size: 97px;
	}
	.welcome .main-text h1::after {
	    width: 62%;
		right: 15%;
		top: 81%;
	}
	.welcome .main-text h1::before {
    	-webkit-text-stroke: 10px #000000;
	}
}
@media(max-width:767px) {
	.footer-text {
		padding-right: 15px
	}
	footer h4 {
		margin-top: 45px
	}
	.footer-quicklinks ul li {
		width: 100%
	}
	.top-footer {
		padding: 207px 0 44px 0
	}
	.our-services {
		padding: 60px 0 25px 0
	}
	
	.reviews .section-heading {
		margin-bottom: 15px
	}
	.quote-form {
		padding: 28px 15px 78px 15px
	}
	.welcome .welcome-text h1 {
	    font-size: 44px;
	    line-height: 42px;
	}
	.reviews {
		padding: 40px 15px 57px 15px
	}
	.reviews .testimonials {
		padding: 26px 24px
	}
}
@media(max-width:667px)
{
	.map-address-colarado .map-address {
	    left: 19%;
	    top: 55%;
	}
	.map-address-ny .map-address::after 
	{
		left:70%;
	}
	img.map-marker-cl {
	    top: 37%;
	    max-width: 22px;
	}
	img.map-marker-ny {
	    top: 26%;
	    right: 16%;
	    max-width: 22px;
	}
	.map-address-ny .map-address {
	    right: 5.5%;
	    top: 43%;
	}
	.map-address-colarado .map-address {
	    left: 13%;
	    top: 53%;
	}
	.navbar-light .navbar-toggler {
	    top: -81px;
	}
	.welcome .welcome-text h1 {
	    font-size: 42px;
	}
	.top-footer img
	{
		min-width: 82px;
	}
	.welcome .main-text h1::after {
	    width: 62%;
	}
	.welcome .main-text h1 {
	    font-size: 82px;
	}
}

@media(max-width:575px) {
	.contact-form h3,
	.quote-form h2,
	.reviews .section-heading,
	.welcome .welcome-text h1,
	h1.section-heading {
		font-size: 29px;
		line-height: 40px
	}
	.welcome .welcome-text p {
		font-size: 16px;
		line-height: 26px
	}
	img.map-marker-cl {
	    top: 35%;
	}
	img.map-marker-ny {
	    top: 25%;
	}
	.map-address-colarado .map-address {
	    left: 10%;
	    top: 53%;
	}
	.map-address-ny .map-address {
	    right: 3.5%;
	    top: 43%;
	}
	.welcome .welcome-text h1 {
	    font-size: 30px;
	    line-height: 28px;
	}
	.welcome .main-text h1 {
   	 	font-size: 69px;
	}
	.welcome .main-text h1::after {
	    width: 62%;
	}
	.welcome {
	    height: 300px;
	}
	.welcome .main-text h1::before {
	    -webkit-text-stroke: 7px #000000;
	}
	.our-services .os-grid h2
	{
		font-size: 20px;
	}
	.contact-form {
	    padding: 51px 25px 60px 25px;
	}
	.get_quote{
		bottom: 9%;
		width: 100%;
	}
	.get_quote a{
		padding: 7px;
	}
}
@media(max-width: 480px)
{
	.welcome .main-text h1 {
	    font-size: 57px;
	}
	.welcome .main-text h1::after {
	    width: 62%;
	    height: 89px;
	}
}
@media(max-width:414px)
{
	img.map-marker-ny {
	    top: 20%;
	}
	img.map-marker-cl {
	    top: 30%;
	    left: 30%;
	}
	.map-address-colarado .map-address {
	    left: 0%;
	    top: 55%;
	}
	.map-address-ny .map-address {
	    right: 0.5%;
	    top: 44%;
	}
	.welcome .welcome-text h1 {
	    font-size: 26px;
	    line-height: 18px;
	}
	.welcome .main-text h1 {
    	font-size: 55px;
	}
}
@media(max-width: 360px)
{
	.welcome .welcome-text h1 {
	    font-size: 21px;
	    /* line-height: 18px; */
	}
	.video-content .welcome-text {
	    bottom: 6px;
	}
	.welcome .main-text h1 {
    font-size: 50px;
}
}
@media (max-width:767px)
{
	.swiper.mySwiper {
    width: 100%;
    padding-bottom: 0;
    height: 100vh;
}
.swiper-wrapper {
    height: 100% !important;
}
.swiper-slide.swiper-slide-duplicate {
    width: 100% !important;
    height: auto !important;
}
}

/* Button fixing  */
@media (min-height:767px) {
	.welcome {
		height:1075px;
	}
}

@media (max-height:767px) {
	.welcome {
		height: 845px
	}
}

