@font-face {
    font-family: 'Harmonia Sans Pro Cyr';
    src: url('../css/fonts/HarmoniaSansProCyr-Regular.eot');
    src: url('../css/fonts/HarmoniaSansProCyr-Regular.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/HarmoniaSansProCyr-Regular.woff2') format('woff2'),
        url('../css/fonts/HarmoniaSansProCyr-Regular.woff') format('woff'),
        url('../css/fonts/HarmoniaSansProCyr-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harmonia Sans Pro Cyr Cond';
    src: url('../css/fonts/HarmoniaSansProCyr-Cond.eot');
    src: url('../css/fonts/HarmoniaSansProCyr-Cond.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/HarmoniaSansProCyr-Cond.woff2') format('woff2'),
        url('../css/fonts/HarmoniaSansProCyr-Cond.woff') format('woff'),
        url('../css/fonts/HarmoniaSansProCyr-Cond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harmonia Sans Pro Cyr';
    src: url('../css/fonts/HarmoniaSansProCyr-Bold.eot');
    src: url('../css/fonts/HarmoniaSansProCyr-Bold.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/HarmoniaSansProCyr-Bold.woff2') format('woff2'),
        url('../css/fonts/HarmoniaSansProCyr-Bold.woff') format('woff'),
        url('../css/fonts/HarmoniaSansProCyr-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Harmonia Sans Pro Cyr';
    src: url('../css/fonts/HarmoniaSansProCyr-Black.eot');
    src: url('../css/fonts/HarmoniaSansProCyr-Black.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/HarmoniaSansProCyr-Black.woff2') format('woff2'),
        url('../css/fonts/HarmoniaSansProCyr-Black.woff') format('woff'),
        url('../css/fonts/HarmoniaSansProCyr-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Harmonia Sans Pro Cyr';
    src: url('../css/fonts/HarmoniaSansProCyr-Light.eot');
    src: url('../css/fonts/HarmoniaSansProCyr-Light.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/HarmoniaSansProCyr-Light.woff2') format('woff2'),
        url('../css/fonts/HarmoniaSansProCyr-Light.woff') format('woff'),
        url('../css/fonts/HarmoniaSansProCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'UKNumberPlate';
    src: url('../css/fonts/UKNumberPlate.eot');
    src: url('../css/fonts/UKNumberPlate.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/UKNumberPlate.woff2') format('woff2'),
        url('../css/fonts/UKNumberPlate.woff') format('woff'),
        url('../css/fonts/UKNumberPlate.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Harmonia Sans Pro Cyr';
    font-weight: normal;
    font-style: normal;
    background-color: #171717;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

nav.mobile-menu {
    display: none;
}

.mob-logo {
    display: none;
}

a {
    text-decoration: none;
}

input {
    outline: none;
}

.container {
    width: 1300px;
    margin: auto;
}

.home-form {
    position: relative;
}

.bg-img {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
}

.bg-img img {
    width: 100%;
}

form.home-form {
	margin: auto;
    margin-top: 10%;
    text-align: center;
	width: 460px;
}

form.home-form h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 53px;
}

input.number-plate {
    -webkit-box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.45);
    width: 364px;
    font-size: 49px;
    text-align: center;
    padding: 4px 0px;
    text-transform: uppercase;
    font-family: 'UKNumberPlate';
    color: #f48120;
    border: 2px solid #f48220;
    border-radius: 7px;
    margin-top: 12px;
    background-image: url(img/gb-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: bold;
    background-color: #252525;
}

input.number-plate:focus {
    outline: none;
}

input.home-submit {
    font-family: 'Harmonia Sans Pro Cyr';
    display: block;
    width: 364px;
    margin: auto;
    margin-top: 10px;
    background-color: #b8d432;
    padding: 16px 0px;
    color: #2f2f2f;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #819813;
    border-radius: 7px;
    -webkit-box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.45);
    cursor: pointer;
}

input.home-submit:hover {
    background-color: #ece021;
}

fieldset {
	border: none;
}

img.phone-img {
	display: inline-block;
    width: 46px;
    margin-top: 35px;
}


label.checkboxes {
	color: #b8d432;
    displaY: block;
    height: 19px;
    padding-top: 8px;
}

.radio-tile-group {
	margin-top: 10px;
	width: 24.6%;
	display: inline-block;
}

.radio-tile-group .input-container {
	position: relative;
	width: 100%;
	margin-bottom: 13px;
}

 .radio-tile-group .input-container.half {
	width: 49%;
}

.radio-tile-group .input-container.fourth {
	width: 24.4%;
}   

.radio-tile-group .input-container .radio-button {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
	width: auto;
	height: auto;
	border: 2px solid #525252;
	color: #525252;
	border-radius: 5px;
	padding: 1rem;
}

.radio-tile-group .input-container .radio-tile-label {
	text-align: center;
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6f6f6f;
	margin-left: 0px;
}

.radio-tile-group .input-container .radio-button:hover+.radio-tile {
	background-color: #afcc25;
	border: 2px solid #afcc25;
	color: white;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile {
	background-color: #afcc25;
	border: 2px solid #afcc25;
	color: white;
}


.radio-tile-group .input-container .radio-button:hover+.radio-tile .radio-tile-label {
	color: #3e3e3e;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile .radio-tile-label {
	color: #3e3e3e;
}

.radio-tile-group.third {
	margin-top: 10px;
	width: 32.8%;
	display: inline-block;
}

.radio-tile-group.third .input-container {
	position: relative;
	width: 100%;
	margin-bottom: 13px;
}

 .radio-tile-group.third .input-container.half {
	width: 49%;
}

.radio-tile-group.third .input-container.fourth {
	width: 32.8%;
}   

.radio-tile-group.third .input-container .radio-button {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	cursor: pointer;
}

.radio-tile-group.third .input-container .radio-tile {
	width: auto;
	height: auto;
	border: 2px solid #525252;
	color: #525252;
	border-radius: 5px;
	padding: 1rem;
}

.radio-tile-group.third .input-container .radio-tile-label {
	text-align: center;
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6f6f6f;
	margin-left: 0px;
}

.radio-tile-group.third .input-container .radio-button:hover+.radio-tile {
	background-color: #afcc25;
	border: 2px solid #afcc25;
	color: white;
}

.radio-tile-group.third .input-container .radio-button:checked+.radio-tile {
	background-color: #afcc25;
	border: 2px solid #afcc25;
	color: white;
}


.radio-tile-group.third .input-container .radio-button:hover+.radio-tile .radio-tile-label {
	color: #3e3e3e;
}

.radio-tile-group.third .input-container .radio-button:checked+.radio-tile .radio-tile-label {
	color: #3e3e3e;
}

.intro {
    text-align: center;
	margin-top: 14%;
}

h2 {
    color: #b8d432;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 77px;
    margin-bottom: -1px;
    line-height: 63px;
}

h3 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 39px;
    color: #f58320;
}

.intro h3 {
    margin-bottom: 20px;
}

p {
    color: #cecece;
}   

p.intro-p {
    width: 620px;
    margin: auto;
    margin-bottom: 15px;
    color: #cecece;
}

.three-points {
    margin-top: 80px;
}

.three-points h3, .three-points h2 {
    text-align: center
}

.three-points h3 {
    margin-bottom: 30px;
}

.box {
    width:33%;
    display: inline-block;
    text-align: center;
    padding: 50px 64px;
    box-sizing: border-box;
    transition: 300ms ease;
    vertical-align: top;
}

.box:hover {
    background-color: #212121;
}

.box img {
    margin-bottom: 6px;
}

img.car {
    height: 60px;
}

img.magnif {
    height: 60px;
}

img.pound {
    height: 60px;
}

h4 {
    color: #b8d432;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 33px;
    margin-bottom: 14px;
    line-height: 35px;
    margin-top: 15px;
    cursor: default;
}

.box p {
    width: 100%;
    color: #e0e0e0;
    font-size: 14px;
    cursor: default;
}

.sep {
    width: 650px;
    height: 1px;
    background-color: #d4d4d4;
    margin: 62px auto;
}

.testimonials {
    text-align: center;
}

h5 {
    font-weight: normal;
    font-size: 20px;
    color: #dedede;
    margin-bottom: 31px;
    text-align: center;
}

ul.stars {
    list-style-type: none;
    width: 125px;
    margin: auto;
    display: block;
    height: 27px;
}

ul.stars li {
    float: right;
}

ul.stars li {
    float: right;
    margin-right: 4px;
}

ul.stars li img {
    width: 20px;
    margin-right: 1px;
}

.testimonials p {
    font-family: 'Harmonia Sans Pro Cyr Cond';
    font-size: 17px;
}

p.test-name {
    font-weight: bold;
    color: #dadada;
    font-size: 18px;
    margin-top: 8px;
    font-family: 'Harmonia Sans Pro Cyr';
} 

.carousel {
    padding: 0px 111px;
}

.carousel-cell {
  width: 100%; /* half-width */
  height: 160px;
  margin-right: 10px;
}

.flickity-prev-next-button {
  width: 100px;
  height: 100px;
  background: transparent;
}

.flickity-prev-next-button:hover {
  background: transparent;
}

/* arrow color */
.flickity-prev-next-button .arrow {
  fill: #b8d432;
}

.flickity-prev-next-button.no-svg {
  fill: #b8d432;
}

/* position outside */
.flickity-prev-next-button.previous {
  left: -25px;
}

.flickity-prev-next-button.next {
  right: -25px;
}

.flickity-prev-next-button svg {
    top: 9%;
}

.flickity-page-dots {
    padding-right: 222px;
    box-sizing: border-box;
}

header {
    background-color: #171717;
}

.header-container {
    height: 120px;
    width: 1300px;
    margin: auto;
}

.logo {
    float: left;
    margin-top: 10px;
    width: 198px;
}

.logo img {
    width: 100%;
}

ul.deskmenu, .call-now {
    float: right;
}

ul.deskmenu {
    list-style-type: none;
	margin-top: 51px;
    margin-right: 44px;
    margin-right: 20px;
}

ul.deskmenu li {
    float: left;
    margin-right: 34px;
}

ul.deskmenu li a {
    color: #e4e4e4;
}

ul.deskmenu li a:hover {
    border-bottom: 1px solid #f58320;;
    padding-bottom: 3px;
}

ul.deskmenu li.quote-now a {
    background-color: #b8d432;
    color: #131313;
    padding: 10px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.45);
}

ul.deskmenu li.quote-now:hover a {
    background-color: #c1da49;
    color: #131313;
    border-bottom: none;
}

a.call-now div {
	float: right;
	text-transform: uppercase;
	font-weight: 900;
	text-align: right;
	color: #f58320;
	font-size: 25px;
	line-height: 25px;
	margin-top: 34px;
	width: 235px;
}

a.call-now div {
	display: inline-block;
    width: 167px;
    float: left;
}

h3.faq-title {
    font-size: 20px;
    font-weight: 400;
    text-transform: initial;
    border: 1px solid #502907;
    color: #e0e0e0;
    padding: 12px 10px;
    border-radius: 5px;
    margin-bottom: 7px;
    outline: none;
    cursor: pointer;
    transition: 500ms ease;
}

h3.faq-title:hover {
    background-color: #1d1d1d;
}

#accordion {
    margin-top: 126px;
    margin-bottom: 51px;
}

#accordion div {
    background-color: #1f1f1f;
    padding: 17px;
    margin-bottom: 7px;
}

#accordion ul {
    padding-left: 15px;
    margin-top: 10px;
}

footer {
    background-color: #2b2b2b;
}

.footer-quote {
    text-align: center;
    padding-top: 59px;
    padding-bottom: 75px;
    margin-top: 63px;
}

.footer-quote h2 {
    font-size: 31px;
    margin-bottom: 3px; 
}

form.footer-form {

}

.footer-links {
    background-color: #1d1d1d;
    padding-top: 74px;
    padding-bottom: 56px;
}

.footer-links ul {
    height: 30px;
    list-style-type: none;
    width: 484px;
    margin: auto;
}

.footer-links ul li {
    float: left;
    color: white;
    margin-right: 18px;
}

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

.footer-links ul li img {
    width: 6px;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
}

.footer-links ul li a  {
    float: left;
    color: #b8d432;
}

.copyright {
    background-color: #000000;
    font-size: 13px;
    padding: 21px 0px;  
}

.copyright p {
    color: white;
}

.copyright a {
    color: white;
}

.contact-area {
    background-color: #2b2b2b;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 44px;
}

.three-points.contact-title-area {
    margin-top: 0px;
}

h2.contact-title {
    color: #b8d432;
}

h3.sub-title {
    color: #ffffff;
}

span.tel, span.email {
    font-weight: bold;
    color: white;
}

h5.contact-us {
    color: #f58320;
    font-size: 23px;
    margin-bottom: 6px;
}

form.contact-form {
    width: 871px;
    height: 282px;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 58px;
}

form.contact-form input[type="text"] {
    display: block;
    width: 28.6%;
    margin-right: 30px;
    margin-bottom: 24px;
    border: none;
    font-size: 16px;
    font-family: 'Harmonia Sans Pro Cyr';
    padding: 9px 10px;
    border-bottom: 1px solid #f68320;
    background-color: #2b2b2b;
    color: #b8d432;
    float: left;
    transition: 500ms ease;
}

form.contact-form input[type="text"]:focus  {
    border-bottom: 1px solid #b8d432;
}

form.contact-form textarea:focus {
    border: 1px solid #b8d432;
}

form.contact-form input[type="submit"] {
    display: block;
    width: 100%;
    border: 1px solid #b8d432;
    font-size: 16px;
    font-family: 'Harmonia Sans Pro Cyr';
    background-color: #b8d432;
    color: #2f2f2f;
    padding: 16px 0px;
    cursor: pointer;
    transition: 500ms ease;
}

form.contact-form input[type="submit"]:hover {
    background-color: #b8d432;
}

form.contact-form input[type="text"]:nth-child(3) {
    margin-right: 0px;
}

form.contact-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    border: none;
    font-size: 16px;
    font-family: 'Harmonia Sans Pro Cyr';
    padding: 9px 10px;
    box-sizing: border-box;
    border: 1px solid #f68320;
    background-color: #2b2b2b;
    color: #b8d432;
    outline: none;
    transition: 500ms ease;
}

form.contact-form label {
    padding-left: 9px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5a5a5a;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #5a5a5a;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #5a5a5a;
}

:-moz-placeholder { /* Firefox 18- */
  color: #5a5a5a;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #5a5a5a inset;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #e7f1ff !important;
    -moz-text-fill-color: #e7f1ff !important;
    text-fill-color: #e7f1ff !important;
}

.quote-area {
	background-color: #0e0e0e;
    overflow: visible;
    height: 964px;
	margin-bottom: 75px;	
}

.slide-in {
    opacity: 0;
    transform: translateX(-1630px);
    -webkit-animation: slide 1.5s ease 0.3s forwards;
    -moz-animation: slide 1.5s ease 0.3s forwards;
    animation: slide 1.5s ease 0.3s forwards;
}

@keyframes slide {
    0% {transform: translateX(-200px); opacity: 0;}
    100% {transform: translateX(-0px); opacity: 1;}         
}

h1.car-name {
    color: #dcdcdc;
    padding-top: 20px;
}

p.car-details {
    color: #bfbfbf;
    font-size: 14px;
    margin-bottom: 7px;
}

a.not-mine {
    text-decoration: underline;
    color: white;
    font-size: 13px;
}

.quote-container {
    margin: auto;
    width: 960px;
    padding-top: 20px;
}

form.quote-box {
    opacity: 0;
    background-color: black;
    width: 100%;
    height: auto;
    margin-top: 30px;
    border-radius: 10px;
    padding: 55px 55px 20px 55px ;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.45);
    -webkit-animation: quoteslide 1.5s ease 0.3s forwards;
    -moz-animation: quoteslide 1.5s ease 0.3s forwards;
    animation: quoteslide 1.5s ease 0.3s forwards;
}

@keyframes quoteslide {
    0% {transform: translateY(100px); opacity: 0;}
    100% {transform: translateY(0px); opacity: 1;}          
}

form.quote-box p {
    text-align: center;
    margin-top: 12px;
    font-size: 12px;
}

h3.quote-desc {
    text-align: center;
    width: 481px;
    margin: auto;
    font-weight: bold;
    font-size: 18px;
    color: #b8d432;
    text-transform: initial;
}

.mileage-box {
    width: 100%;
    background-color: #2f2f2f;
    border-radius: 10px;
    padding: 40px 0px;
    margin-top: 40px;
    margin-bottom: 3px;
}

.m-c {
    margin: auto;
    width: 334px;
}

.m-c label {
    margin-right: 20px;
    font-weight: 600;
    color: #b8d432;
    display: inline-block;
    float: left;
    padding-top: 14px;
}

.half-input {
    width: 411px;
    float: left;
    margin-top: 17px;
    margin-right: 27px;
}

.half-input:nth-child(odd) {
    margin-right: 0px;  
}

.half-input label {
    color: #b8d432;
    display: block;
    padding-left: 13px;
    margin-bottom: 4px;
}

input.mileage {
	font-size: 20px;
    border: 2px solid #b8d432;
    border-radius: 7px;
    padding: 10px 16px;
    width: 156px;
    background-color: #545454;
    color: #ffffff;
    font-family: 'Harmonia Sans Pro Cyr';
    transition: 500ms ease;
}

input.mileage:focus {
    border: 2px solid #40962c;  
}

input.quote-input {
    width: 100%;
    font-size: 19px;
    padding: 9px 10px;
    background-color: #303030;
    border: 2px solid #000 !important;
    border: none;
	color: #ffffff;
    border-radius: 10px;
    padding: 16px 21px;
    box-sizing: border-box;
    font-family: 'Harmonia Sans Pro Cyr';
    transition: 500ms ease;
}

input.quote-input:focus {
    border: 2px solid #b8d432 !important;   
}

input.valuate-btn {
    cursor: pointer;
    width: 100%;
    margin-top: 26px;
    background-color: #b9d533;
    border: none;
    padding: 20px 0px;
    font-size: 18px;
    font-family: 'Harmonia Sans Pro Cyr';
    color: #3e3e3e;
    font-weight: 600;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 1px 0px rgba(255, 255, 255, 0.45);
    -moz-box-shadow: 0px 3px 1px 0px rgba(255, 255, 255, 0.45);
    box-shadow: 0px 3px 1px 0px rgba(255, 255, 255, 0.45);
}

input.valuate-btn:focus {
    outline: none;
}

input.valuate-btn:hover {
    background-color: #afcc25;
    color: #2f2f2f;
}

body {
    background-image: url(../img/why-us-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

h2.page-title {
    text-align-last: center;
    margin-top: 13px;
}

.box.whyus {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
}

.box.whyus:nth-child(1) {
    -webkit-animation: boxslide 1.5s ease 0.3s forwards;
    -moz-animation: boxslide 1.5s ease 0.3s forwards;
    animation: boxslide 1.5s ease 0.3s forwards;
}

.box.whyus:nth-child(2) {
    -webkit-animation: boxslide 1.5s ease 0.4s forwards;
    -moz-animation: boxslide 1.5s ease 0.4s forwards;
    animation: boxslide 1.5s ease 0.4s forwards;
}

.box.whyus:nth-child(3) {
    -webkit-animation: boxslide 1.5s ease 0.5s forwards;
    -moz-animation: boxslide 1.5s ease 0.5s forwards;
    animation: boxslide 1.5s ease 0.5s forwards;
}

.box.whyus:nth-child(4) {
    -webkit-animation: boxslide 1.5s ease 0.6s forwards;
    -moz-animation: boxslide 1.5s ease 0.6s forwards;
    animation: boxslide 1.5s ease 0.6s forwards;
}

.box.whyus:nth-child(5) {
    -webkit-animation: boxslide 1.5s ease 0.7s forwards;
    -moz-animation: boxslide 1.5s ease 0.7s forwards;
    animation: boxslide 1.5s ease 0.7s forwards;
}

.box.whyus:nth-child(6) {
    -webkit-animation: boxslide 1.5s ease 0.8s forwards;
    -moz-animation: boxslide 1.5s ease 0.8s forwards;
    animation: boxslide 1.5s ease 0.8s forwards;
}

.box.whyus:nth-child(7) {
    -webkit-animation: boxslide 1.5s ease 0.9s forwards;
    -moz-animation: boxslide 1.5s ease 0.9s forwards;
    animation: boxslide 1.5s ease 0.9s forwards;
}

.box.whyus:nth-child(8) {
    -webkit-animation: boxslide 1.5s ease 1.0s forwards;
    -moz-animation: boxslide 1.5s ease 1.0s forwards;
    animation: boxslide 1.5s ease 1.0s forwards;
}

.box.whyus:nth-child(9) {
    -webkit-animation: boxslide 1.5s ease 1.1s forwards;
    -moz-animation: boxslide 1.5s ease 1.1s forwards;
    animation: boxslide 1.5s ease 1.1s forwards;
}

@keyframes boxslide {
    0% {transform: translateY(100px); opacity: 0;}
    100% {transform: translateY(0px); opacity: 1;}
}

.carousel  {
    overflow: hidden;
}

.slideout-menu {
    overflow-y: none;
}

.mobile-menu {
  margin: 0;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  min-height: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  margin: 0;
  position: fixed;
  display: none;
}

@media (min-width: 1041px) {
    .mobile-menu {
        float: right;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        min-height: auto;
        height: auto;
        padding: 0;
        width: auto;
        background: transparent;
        display: block;
    }
}

.mobile-menu.open {
    display: block;
}

a {
    text-decoration: none;
}

/* Main Navigation in header for desktop */
.main-menu {
    margin: 100px 0;
padding: 0;
}
@media (min-width: 1041px) {
    .main-menu {
        width: 600px;
        margin: 0 auto;
    }
}
.main-menu__item {
    padding: 0;
    display: block;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #f48220;
    padding: 0px 0px 0px 10px;
    margin-right: 22px;
}

@media (min-width: 1041x) {
    .main-menu__item {
        float: left;
        display: block;
    }
}
.main-menu__link {
    border-bottom: 0;
    color: white;
    display: block;
    padding: 20px;
    position: relative;
}

@media (min-width: 1041px) {
    .main-menu__link {
        float: left;
        color: black;
    }
}

.main-menu__link:hover, .main-menu__link:focus, .main-menu__link:active {
    border-bottom: 0;
    background: #000;
    color: white;
}

/* Hamburger Button - Animation courtesy of https://codepen.io/designcouch/pen/Atyop - more examples in this link */
.open-button {
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    position: absolute;
    cursor: pointer;
    border-bottom: 0;
    top: 50px;
    right: 100px;
    z-index: 9999;
    border-bottom: 0;
    margin-right: -70px;
}

@media (min-width: 1041px) {
    .open-button {
        display: none;
    }
}

.open-button:hover {
    border-bottom: 0;
}

.open-button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #dadada;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.open-button span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.open-button span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.open-button span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.open-button.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.open-button.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.open-button.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
    left: 8px;
}
