@charset "utf-8";
/* CSS Document */

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

 .page-banner {
   background-image: url("../img/junkcars1.png");
   background-repeat: no-repeat;
   background-position: center bottom;
   background-size: cover;	
   margin-bottom: 30px;
   margin-top: -1px;
   height: 260px;
   } 
   

 @media screen and (max-width: 656px) {
  .page-banner {
    background-position: right;
    }
    }

 @media screen and (max-width: 537px) {
  .callnowbutton {
    background-image: url("../img/icon-256x256.png");
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    border-top: 1px solid #2dc62d;
    background-size: cover;	
    text-decoration: none;
    z-index: 2147483647;
    border-radius: 50%;
    position: fixed;
    display: block;
    height: 65px;
    bottom: 15px;	  
    width: 65px;
    right: 20px;
    }
    }


/* ========= Header ========= */	

/* --- Top Header --- */

 .top-header {
   background: #292929;
   }

 .top-header-width {
   font-family: 'Roboto', sans-serif;
   justify-content: space-between;
   padding: 15px 40px 15px 40px;
   max-width: 1076px;
   display: flex;
   margin: auto;
   color: white;
   }

 .top-header-adress {
   font-size: 13.5px;
   }


/* --- Main Header Content --- */

 .main-header {
   background-image: url("../img/bg_our_projects_light.jpg");
   background-repeat: no-repeat; 
   background-position: top left;
   background-size: cover; 
   }

 .main-header {
   height: 191px;
   }

 .main-header-width {
   font-family: 'Roboto', sans-serif;
   justify-content: space-between;
   padding: 15px 40px 15px 40px;
   max-width: 1137px;
   display: flex;
   margin: auto;
   }

 .logo {
   background-image: url("../img/2.1.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;	
   margin-right: 45px;
   height: 121px;
   width: 192px;
   float: left;
   }

 .main-header-items {
   justify-content: space-between;
   padding-top: 31px;
   max-width: 795px;
   display: flex;
   float: right;
   width: 100%;
   }

 .main-header-sub-title {
   font-weight: 700;	 
   margin-top: 2px; 
   font-size: 14px; 
   }

 .header-item {
   max-width: 150px;
   font-size: 13px; 
   color: black;
   }

 .header-item-2 {
   max-width: 164px;
   font-size: 13px; 
   color: black;
   }

 .header-item-3 {
   max-width: 163px;
   font-size: 13px; 
   color: black;
   }

 .header-button-area {
   margin-left: -55px;
   margin-top: -8px;
   max-width: 173px;
   width: 100%;
   }

 .header-button-phone {
   padding: 12px 20px 12px 20px;
   background: #509308;
   border-radius: 25px;
   text-align: center;
   margin-left: 52px; 
   max-width: 175px;
   font-size: 15px; 
   color: white;
   width: 100%;
   }

  header {
   z-index: 8;
   position: relative;
   }


/* --- Navigation --- */

  nav {
   font-family: 'Roboto', sans-serif;
   margin: -36px auto -34px auto;	
   padding-left: 8px;
   max-width: 1115px;
   display: flex;
   }

 .dropdown-menu-item-1 {
   padding: 26px 100px 26px 100px;
   border-right: 1px solid #eee;
   background: #292929;
   font-size: 15px;
   display: block;
   color: white;
   }

 .menu-item {
   background: linear-gradient(180deg,#1c1c1c 15%,#212121 39%,#212121 61%,#1c1c1c 77%,#141414 99%);	 
   border-right: 0.5px solid #363636;
   padding: 26px 100px 26px 100px;
   font-weight: 600;
   font-size: 15px;
   color: #999999;
   }

 .main-menu-item {
   background: linear-gradient(180deg,#0a0a0a 15%,#0f0f0f 39%,#0f0f0f 61%,#0c0c0c 77%,#020202 99%);	 
   border-right: none;
   color: #fff !important;	 
   }

 .menu-item:hover {
   color: #fff !important;	 
   }


/* ------ Drop Down On Hover ------ */

  nav a, .dropbtn {
   display: inline-block;
   text-decoration: none;
   text-align: center;
   color: white;
   }

  nav.dropdown {
   display: inline-block;
   }

 .dropdown-content {
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   background-color: #292929;
   margin-left: -8px !important;
   position: absolute;
   min-width: 160px;
   display: none;
   z-index: 1;
   }

 .dropdown-item {
   border-bottom: 1px solid #eee;	
   margin-top: -17px;
   }

 .ndi {
   border-left: none;
   }

 .dropdown-content a {
   text-decoration: none;
   padding: 12px 16px;
   text-align: left;
   display: block;
   color: black;
   }

 .dropdown-content a:hover {
   background-color: #f1f1f1;
   }

 .dropdown:hover .dropdown-content {
   margin-left: -35px;
   z-index: 10000;	
   display: block;
   }

 .dropdown-content-2 {
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   margin-left: -67px !important;	
   background-color: #f9f9f9;
   position: absolute;
   min-width: 160px;
   display: none;
   z-index: 1;
   }

 .dropdown-content-2 a {
   text-decoration: none;
   padding: 12px 16px;
   text-align: left;
   display: block;
   color: black;
   }

 .dropdown-content-2 a:hover {
   background-color: #f1f1f1;
   }

 .dropdown:hover .dropdown-content-2 {
   display: block;
   margin-left: -35px;
   z-index: 10000;
   }


/* ------ Mobile View ------ */

 .mobile-menu {
   text-shadow: -1px -1px 0 #264405, 1px -1px 0 #264405, -1px 1px 0 #264405, 1px 1px 0 #264405, -1px -1px 0 #264405, 1px -1px 0 #264405, -1px 1px 0 #264405, 1px 1px 0 #264405, 0px 0px;
   max-width: 200px;
   color: #509308;
   }

 .mobile-menu-item {
   background-color: rgba(0, 0, 0, 0.95);
   padding: 10px 5px 13px 5px !important;
   border-top: 0.5px solid #969696;
   font-size: 19px;
   }

 .mobile-sub-menu-item {
   background-color: rgba(0, 0, 0, 0.83);
   padding: 9px 30px 11px 5px !important;
   border-top: 0.5px solid #969696;
   text-align: left;
   }

 .sidenav {
   background-color: rgba(0, 0, 0, 0.87);
   overflow-x: hidden;
   padding-top: 60px;
   transition: 0.5s;
   position: fixed;
   height: 100%;
   z-index: 1;
   width: 0;
   left: 0;
   top: 0;
   }

 .sidenav a {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
   padding: 0px 25px 8px 2px;
   text-decoration: none;
   transition: 0.3s;
   display: block;
   color: white;
   }

 .sidenav a:hover {
   color: #f1f1f1;
   }

 .sidenav .closebtn {
   position: absolute;
   margin-left: 50px;
   font-size: 36px;
   right: 25px;
   top: 0;
   }


/* ---- Responsive Media Query ---- */
/* ---- Mobile View Responsive Media Query ---- */

 @media (max-width: 330px){
  .top-header-adress {
    text-indent: -13px;
    margin-left: 12px;
    }
    }










/* ---- Mobile View Responsive Media Query ---- */

 @media (max-width: 657px){
  header {
    background-image: url(../img/bg_our_projects_light.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;	  
    }
    }

 @media (max-width: 450px){
  header {
    background-position: center;
    }
    }







/* ---- Mobile View Responsive Media Query ---- */

 @media (max-width: 990px){
  .main-header {
	height: 218px;  
    }
    }

 @media (max-width: 891px){
  .main-header {
	height: 238px;  
    }
    }

 @media (max-width: 657px){
  .main-header {
	background-image: none;
    }
    }









/* ---- Mobile View Responsive Media Query ---- */

 @media (max-width: 1045px){
  .main-header-width {
	padding: 15px 27px 15px 40px;
    }
    }

 @media (max-width: 990px){
  .main-header-width {
	padding: 15px 40px 15px 40px;
	max-width: 839px;  
    }
    }

 @media (max-width: 891px){
  .main-header-width {
	max-width: 715px;  
    }
    }

 @media (max-width: 681px){
  .main-header-width {
	max-width: 715px;  
    }
    }

 @media (max-width: 657px){
  .main-header-width {
	flex-direction: column;
	max-width: 418px;  
    }
    }






/* ---- Mobile View Responsive Media Query ---- */

 @media (max-width: 990px){
  .main-header-items {
    padding-top: 21px;  
	max-width: 521px; 
    flex-wrap: wrap;
    }
    }

 @media (max-width: 891px){
  .main-header-items {
    max-width: 340px;
    }
    }

 @media (max-width: 716px){
  .main-header-items {
	padding: 20px 0px 15px 0px;  
    max-width: 340px;
    }
    }

 @media (max-width: 700px){
  .main-header-items {
    max-width: 318px;
    }
    }

 @media (max-width: 657px){
  .main-header-items {
	padding: 25px 0px 15px 0px;  
    max-width: 340px;
    }
    }

 @media (max-width: 380px){
  .main-header-items {
    max-width: 160px;
	margin: auto;  
    }
    }























/* ---- Mobile View Responsive Media Query ---- */

 @media (max-width: 1045px){
  .logo {
	margin-left: -6px;  
    margin-top: 9px;
    height: 113px;
    width: 185px;
    }
    }

 @media (max-width: 1025px){
  .logo {
    width: 170px;
    }
    }

 @media (max-width: 990px){
  .logo {
    margin-top: 19px;
    height: 120px;  	  
    width: 193px;  
    }
    }

 @media (max-width: 681px){
  .logo {
    margin-top: 19px;
    width: 184px;  
    }
    }

 @media (max-width: 657px){
  .logo {
    margin-top: 28px;
    width: 350px;  
    }
    }

 @media (max-width: 450px){
  .logo {
    margin-top: 22px;
	max-width: 357px;  
	width: 100%;  
    }
    }

 @media (max-width: 380px){
  .logo {
	margin: 22px auto auto auto;
	max-width: 315px;  
    }
    }
















/* ---- Mobile View Responsive Media Query ---- */

 @media (max-width: 1068px){
  .main-header-sub-title {
    font-size: 13.5px;
    }
    }

 @media (max-width: 1025px){
  .main-header-sub-title {
    font-size: 13px;
    }
    }

 @media (max-width: 990px){
  .main-header-sub-title {
    font-size: 14px;
    }
    }

 @media (max-width: 891px){
  .main-header-sub-title {
    font-size: 13.5px;
    }
    }

 @media (max-width: 716px){
  .main-header-sub-title {
    font-size: 13px;
    }
    }







/* ---- Mobile View Responsive Media Query ---- */

 @media (max-width: 891px){
  .header-item-3 {
    margin-top: 21px;
    }
    }

 @media (max-width: 380px){
  .header-item-2 {
	margin: 26px auto 26px auto;
    }
	 
  .header-item {
    margin: auto;
    }

  .header-item-3 {
	margin: auto auto auto 13px;
    }
    }












/* ---- Mobile View Responsive Media Query ---- */

 @media (max-width: 1068px){
  .header-button-phone {
	padding: 12px 4px 12px 4px;  
    font-size: 14.5px;
    max-width: 160px; 
    }
    }

 @media (max-width: 990px){
  .header-button-phone {
    margin-left: 355px !important; 
	margin-top: 21px;
    }
    }

 @media (max-width: 891px){
  .header-button-phone {
    margin-left: 17px !important; 
	margin-top: 35px;
    }
    }

 @media (max-width: 716px){
  .header-button-phone {  
    margin-left: 13px !important;
    margin-top: 35px;	  
    font-size: 14px;
    }
    }

 @media (max-width: 700px){
  .header-button-phone {  
    margin-left: 33px !important;
    margin-top: 35px;	  
    font-size: 13.5px;
    }
    }









/* ---- Mobile View Responsive Media Query ---- */

 @media (max-width: 1246px){
  nav {
    max-width: 833px;
    }
    }

 @media (max-width: 1000px){
  nav {
    max-width: 722px;
    }
    }

 @media (max-width: 880px){
  nav {
    max-width: 655px;
    }
    }

 @media (max-width: 806px){
  nav {
    max-width: 593px;
    }
    }

 @media (max-width: 763px){
  nav {
    max-width: 519px;
    }
    }

 @media (max-width: 657px){
  nav {
    display: none;	  
    }
    }


/* ---- Mobile View Responsive Media Query ---- */

 @media (max-width: 1246px){
  .menu-item {
    padding: 26px 65px 26px 65px;
    }
    }

 @media (max-width: 1000px){
  .menu-item {
    padding: 26px 51px 26px 51px;
    }
    }

 @media (max-width: 880px){
  .menu-item {
    padding: 26px 45px 26px 45px;
    font-size: 14px;
    }
    }

 @media (max-width: 806px){
  .menu-item {
    padding: 26px 37px 26px 37px;
    }
    }

 @media (max-width: 763px){
  .menu-item {
    padding: 26px 28px 26px 28px;
    }
    }

































/* ---- Mobile View Responsive Media Query ---- */

 @media (max-width: 1280px){
  .header-button-area {
    margin-left: -3px;
    }
    }





/* ---- Mobile View Responsive Media Query ---- */

 @media (max-width: 1280px){
  .header-button-phone {
    margin-left: 0px;
    }
    }

 @media (max-width: 716px){
  .header-button-phone {
    max-width: 152px;
    }
    }

 @media (max-width: 450px){
  .header-button-phone {
    margin-left: 27px !important;
    }
    }

 @media (max-width: 380px){
  .header-button-phone {
    margin-left: 9px !important;
    }
    }
















/* ---- Mobile View Responsive Media Query ---- */

 @media all and (max-width: 3840px) and (min-width: 658px) {
  .mobile-menu {
    display: none;
    }
    }

 @media (max-width: 657px){
  .mobile-menu {
    padding-bottom: 38px;  
    margin-top: 88px;  
    }
    }

 @media (max-width: 450px){
  .mobile-menu {
    padding-bottom: 37px;  
    margin-top: 82px;  
    }
    }

 @media (max-width: 380px){
  .mobile-menu {
    padding-bottom: 44px;  
    margin-top: 206px;  
    }
    }









/* ========= /Header/ ========= */



/* ========= Footer ========= */

  footer {
   background: #292929;
   overflow-x: hidden;
   }  
  
 .footer-width {
   justify-content: space-between;
   padding: 51px 45px 45px 40px;
   font-family: Roboto;
   max-width: 1200px;
   display: flex;
   margin: auto;
   color: white;
   }  
	
 .footer-item {
   line-height: 28px;
   max-width: 333px;
   color: white;
   }   
   
 .footer-item-2 {
   padding-right: 17px;
   }

 .footer-item-3 {
   margin-left: -17px; 
   max-width: 205px;
   width: 100%;
   }

 .footer-item-4 {
   overflow-x: hidden;
   position: relative;
   max-width: 265px;
   width: 100%;
   z-index: 99;
   }
	
 .footer-title {
   margin-bottom: 10px; 
   margin-top: 8px;
   font-size: 22px; 
   width: 335px;
   } 
	
 .footer-hours-title {
   margin-bottom: 10px; 
   margin-top: 8px;
   font-size: 22px; 
   } 

 .footer-call-now {
   text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;	 
   background: linear-gradient(#6ac30a 17%, #5eb106 26%, #509308 64%, #509308 59%, #4e8316 76%, #386408 92%);
   box-shadow: 0px 0px 16px black, 0px 0px 16px rgba(0, 0, 0, 0.69), 0px 0px;
   background-color: #000000;
   text-decoration: none;
   padding-bottom: 17px;
   border-radius: 14px;	 
   padding-top: 17px;
   font-weight: 780;	 
   margin-top: 22px;
   font-size: 20px;	 
   color: white;
   width: 170px;
   } 


/* Footer Menu */

 .footer-menu-title	{
   font-family: 'Poppins';
   font-weight: 400;
   font-size: 22px;
   }
     
 .footer-menu {
   list-style: circle;
   line-height: 27px;
   font-size: 14.5px; 
   margin-top: 10px;
   }


/* Footer Operation Hours */

 .footer-hours-column {
   justify-content: space-between;
   margin-top: 8px;
   font-size: 14.5px;
   display: flex;
   color: white;
   width: 100%;
   }

 .footer-contact-line {
   margin-top: 8.5px;
   background: #fff;
   max-width: 24px;
   height: 0.5px;
   width: 100%;
   }

 .fhd {
   margin-right: 24px;
   }

 .fhd-2 {
   margin-right: 21px;
   }

 .fhd-4 {
   margin-right: 16px;
   }

 .fhd-5 {
   margin-right: 36px;
   }

 .fhd-6 {
   margin-right: 19px;
   }

 .fhd-7 {
   margin-right: -10px;
   }

 .foh {
   margin-right: -8px;
   }


/* Footer Contact Box */

 .footer-box-top {
   filter: brightness(168%);	 
   background: #509308;
   width: 300px;
   height: 6px;
   }  
  
 .footer-contact-box {
   box-shadow: 0px 0px  16px black, 0px 0px;
   background: #d6d6d6;
   z-index: 999999999;
   position: relative;	 
   padding-top: 15px;	 
   max-width: 282px;
   width: 100%;
   } 	
	     
 .footer-box-logo {   
   background-image: url("../img/2.1.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   border-radius: 20px;
   margin-bottom: -10px;
   max-width: 192px;
   margin-top: 3px;
   height: 120px;
   }
  
 .footer-box-width {
   padding: 10px 5px 29px 15px;
   flex-direction: column;
   text-decoration: none;
   max-width: 218px;
   display: flex;
   }  
   
 .address-line {
   text-indent: -19px;	 
   margin-top: 15px;
   margin-left: 37px;
   display: block;
   color: black;
   }
   
 .footer-icon-container {
   text-decoration: none;
   margin-right: 14px; 
   color:#000000; 
   }


/* Bottom Footer */
    
 .bottom-footer {
   background: #131313;
   padding: 20px 10px 20px 30px;
   margin: 0px -15px 0px -15px;
   }
  
 .bottom-footer-width {
   margin: auto;
   max-width: 1230px;
   }
  
 .copyright {
   color: white;
   text-decoration: none;
   font-family: 'Poppins';
   }

 @media (max-width: 1040px){
  .icon-container {
    font-size: 15px;
    }
    }

	
/* ------ Responsive Media Query ------ */
/* ------ Footer Width Responsive Media Query ------ */
  
 @media (max-width: 927px){
  .footer-width {
    padding: 51px 37px 45px 35px;
    }  
    }

 @media (max-width: 806px){
  .footer-width {
    padding: 41px 29px 43px 27px;
    }  
    }

 @media (max-width: 745px){
  .footer-width {
	flex-wrap: wrap;
    max-width: 596px; 
    }  
    }

 @media (max-width: 450px){
  .footer-width {
	padding: 40px 25px 40px 25px !important;
    }  
    }
  
 @media (max-width: 705px){
  .footer-width {
    padding: 51px 32px 45px 25px;
    }  
    }

 @media (max-width: 666px){
  .footer-width {
	padding: 39px 32px 57px 25px;
	flex-direction: column;
	max-width: 425px;
    }  
    }
  

/* ------ Footer Item Responsive Media Query ------ */

 @media (max-width: 1114px){
  .footer-item-4 {
    max-width: 250px;
    }    
    }

 @media (max-width: 1154px){
  .footer-item-3 {
    max-width: 195px;
    }    
    }

 @media (max-width: 1120px){
  .footer-item-3 {
    max-width: 183px;
    }    
    }

 @media (max-width: 1114px){
  .footer-item-4 {
    max-width: 225px;
    }    
    }

 @media (max-width: 1110px){
  .footer-item-3 {
    max-width: 175px;
    }    
    }

 @media (max-width: 1075px){
  .footer-item {
    max-width: 277px;
    }    
	 
  .footer-item-2 {
    padding-right: 0px !important;  
    }  
	 
  .footer-item-3 {
    margin-right: -18px; 
    }  
    }

 @media (max-width: 1060px){
  .footer-item {
    max-width: 246px;
    }    
    }

 @media (max-width: 1028px){
  .footer-item {
    max-width: 222px;
    }
	 
  .footer-item-4 {
    max-width: 208px;
    }
    }

 @media (max-width: 968px){
  .footer-item {
    max-width: 203px;
    }
    }

 @media (max-width: 902px){
  .footer-item-4 {
    max-width: 228px;
    }
    }

 @media (max-width: 945px){
  .footer-item-4 {
    max-width: 192px;
    }
    }

 @media (max-width: 882px){
  .footer-item {
    max-width: 211px;
    }
    }

 @media (max-width: 840px){
  .footer-item {
    max-width: 217px;
    }
    }

 @media (max-width: 915px){
  .footer-item {
    font-size: 15px;
    }
    }

 @media (max-width: 910px){
  .footer-item {
    font-size: 14.5px;
    }
    }

 @media (max-width: 910px){
  .footer-item-3 {
    max-width: 162px;
    }
    }

 @media (max-width: 882px){
  .footer-item {
    max-width: 179px;
    }
    }

 @media (max-width: 811px){
  .footer-item-4 {
    max-width: 197px;
    }
    }

 @media (max-width: 871px){
  .footer-item-2 {
    margin-left: -8px;
    }
	 
  .footer-item-3 {
    margin-right: 0px;
    }
	 
  .footer-item-4 {
    margin-left: -25px;
	max-width: 167px;  
    }
    }

 @media (max-width: 862px){
  .footer-item-3 {
    margin-right: 18px;
    }
    }

 @media (max-width: 745px){
  .footer-item-3 {
    max-width: 174px;
    }
    }

 @media (max-width: 745px) {
  .footer-item-4 {
    max-width: 231px !important;
    margin: 43px auto auto auto;
    }
    }

 @media (max-width: 660px) {
  .footer-item-3 {
    margin: auto auto 51px auto !important;
    }
    }

 @media (max-width: 330px){
  .footer-item-3 {
    margin-left: 46px !important;
    }
    }

 @media (max-width: 792px){
  .footer-item {
    max-width: 151px;
    font-size: 13.5px;  
    }
	 
  .footer-item-3 {
    margin-right: 0px;
    }
    }

 @media (max-width: 786px){
  .footer-item-4 {
    max-width: 147px;
    }
    }

 @media (max-width: 792px){
  .footer-item-2 {
    margin-left: 2px;
    }
    }

 @media (max-width: 330px){
  .footer-item-2 {
    margin-left: 74px !important;
    }
	 
  .footer-item-3 {
    margin-left: 2px !important;
    }
    }


@media all and (max-width: 380px) and (min-width: 331px) {
  .footer-item-2 {
    margin: 42px auto 27px 95px !important;
    }
	 
  .footer-item-3 {
    margin-left: 72px !important;
    }
    }


 @media (max-width: 330px){
  .footer-item-4 {
    margin-left: 20px !important;
    }
    }


 @media (max-width: 777px){
  .footer-item-3 {
    margin-right: 7px;
    }
    }

 @media (max-width: 750px){
  .footer-item-3 {
    margin-right: 13px;
    }
    }

 @media (max-width: 330px){
  .footer-item-3 {
    margin: -16px auto 44px 47px !important;
    }
    }

 @media (max-width: 685px){
  .footer-item {
    font-size: 13.5px;
    }
    }

 @media (max-width: 666px){
  .footer-item {
    max-width: 368px;
    font-size: 16px;
    }
	
  .footer-item-2 {
    margin: 42px auto 43px auto;
    }
	
  .footer-item-4 {
    max-width: 282px;
    margin: auto;
    }
    }


/* ------ Footer Title Responsive Media Query ------ */
	
 @media (max-width: 984px){
  .footer-title {
    font-size: 20px;	
	width: 257px;
    }  
	 
  .footer-menu-title {
    font-size: 20px;	
	margin-top: 3px;
    }  
    }

 @media (max-width: 1028px){
  .footer-title {
    font-size: 20px;	
    }  
    } 

 @media (max-width: 882px) {
  .footer-title {
    font-size: 18px;
    width: 220px;
    }
	 
  .footer-menu-title {
    font-size: 19px;
	margin-top: 4px;
    }
    }

 @media (max-width: 871px) {
  .footer-title {
    font-size: 16.5px;
    width: 175px;
    }
    }

 @media (max-width: 666px){
  .footer-title {
    font-size: 22px;	
	width: 326px;
    }  
	 
  .footer-menu-title {
    font-size: 22px;	
    }  
    }

 @media (max-width: 450px){
  .footer-title {
    font-weight: 800;
    font-size: 22.5px;	
	width: 352px;
    }  
    }
	
 @media (max-width: 380px){
  .footer-title {
    font-weight: 800;
    font-size: 20px;	
	width: 309px;
    }  
    }
	
 @media (max-width: 330px){
  .footer-title {
	font-weight: 800;
    font-size: 18px;	
	width: 288px;
    }  
    }
	

/* ------ Footer Contact Box Responsive Media Query ------ */
/* Footer Box Logo Responsive Media Query */

 @media (max-width: 1154px){
  .footer-hours-column {
    font-size: 14px;
    }    
    }

 @media (max-width: 1110px){
  .footer-hours-column {
    font-size: 13.5px;
    }    
    }

 @media (max-width: 916px){
  .footer-hours-column {
    font-size: 13px;
    }    
    }




/* Footer Box Logo Responsive Media Query */

 @media (max-width: 1154px){
  .footer-contact-line {
    max-width: 16.5px;
    }    
    }

 @media (max-width: 745px){
  .footer-contact-line {
    max-width: 12px !important;
    }    
    }

 @media (max-width: 1120px){
  .footer-contact-line {
    max-width: 13px;
    }    
    }

 @media (max-width: 1110px){
  .footer-contact-line {
    max-width: 9px;
    }    
    }

 @media (max-width: 910px){
  .footer-contact-line {
    max-width: 6px;
    }    
    }




































/* ------ Footer Contact Box Responsive Media Query ------ */
/* Footer Box Logo Responsive Media Query */

 @media (max-width: 1036px){
  .footer-box-logo {
    max-width: 162px !important;
	height: 102px !important;
    }    
    }

 @media (max-width: 871px){
  .footer-box-logo {
    max-width: 145px !important;
	height: 90px !important;
    }    
    }

 @media (max-width: 786px){
  .footer-box-logo {
    max-width: 127px !important;
	height: 79px !important;
    }    
    }

 @media (max-width: 745px){
  .footer-box-logo {
    max-width: 192px !important;
	height: 120px !important;
    }    
    }

 @media (max-width: 450px){
  .footer-box-logo {
    max-width: 162px !important;
	height: 108px !important;
    }    
    }

 @media (max-width: 666px){
  .footer-box-logo {
    max-width: 260px;
	height: 130px;
    }    
    }

 @media (max-width: 330px){
  .footer-box-logo {
    max-width: 184px;
	height: 117px;
    }    
    }


/* Footer box Responsive Media Query */

 @media (max-width: 1114px){
  .footer-contact-box {
    max-width: 250px;
    padding-top: 15px;
    }    
    }
	
 @media (max-width: 330px){
  .footer-contact-box {
    max-width: 260px;
    } 	
    }
 
 @media (max-width: 927px) {
  .footer-contact-box {
    max-width: 228px;
    }
    }
 
 @media (max-width: 882px) {
  .footer-contact-box {
    max-width: 228px;
    }
    }

 @media (max-width: 811px) {
  .footer-contact-box {
    max-width: 197px;
    }
    }

 @media (max-width: 759px) {
  .footer-contact-box {
    max-width: 191px;
    }
    }

 @media (max-width: 745px) {
  .footer-contact-box {
    max-width: 229px;
    }
    }





 @media (max-width: 802px){
  .footer-box-width {
    line-height: 20px;	
    }
    }
	  
 @media (max-width: 666px){
  .footer-contact-box {
    max-width: 282px;
    } 	
    }


/* Address Line Responsive Media Query */
   
 @media (max-width: 1114px){
  .address-line {
    font-size: 15px;
    }  
    }

 @media (max-width: 871px){
  .address-line {
    font-size: 14px;
    text-indent: -11px;
    margin-left: 20px;	  
    }  
    }

 @media (max-width: 786px){
  .address-line {
    font-size: 13.5px !important;
    }  
    }







 @media (max-width: 811px){
  .address-line {
    font-size: 14.5px;
    text-indent: -11px;
    margin-left: 20px;	  
    margin-top: 15px;
    }  
	 
  .footer-icon-container {
    margin-right: 10px;	 
	}
    }

 @media (max-width: 927px){
  .footer-address-line-2 {
    display: block;
    margin-left: 30px;
    margin-top: -10px;
    } 
    }
   

/* Footer box Top Responsive Media Query */
    
 @media (max-width: 450px){
  .footer-box-top {
    max-width: 320px;
    }     
    }
  
 @media (max-width: 380px){
  .footer-box-top {
    max-width: 320px;
    }     
    }
  
 @media (max-width: 330px){
  .footer-box-top {
    max-width: 264px !important;
    }     
    }
  
 @media all and (max-width: 1114px) and (min-width: 928px) {
  .footer-box-top {
    max-width: 250px;
    }     
    }
 
 @media (max-width: 768px){
  _:-ms-lang(x), .ie10up, .footer-box-top { 
    margin-top: -40px;
    }
    }
  
 @media all and (max-width: 927px) and (min-width: 883px) {
  .footer-box-top {
    max-width: 228px;
    }     
    }

 @media all and (max-width: 811px) and (min-width: 760px) {
  .footer-box-top {
    max-width: 197px;
    }     
    }

 @media all and (max-width: 882px) and (min-width: 812px) {
  .footer-box-top {
    max-width: 228px;
    }     
    }
 
 @media (max-width: 759px){
  .footer-box-top {
    max-width: 229px;
    }     
    }

 @media (max-width: 666px){
  .footer-box-top {
    max-width: 282px;
    }  
    }

  
/* --- Footer Menu Responsive Media Query --- */

 @media (max-width: 666px){
  .footer-menu {
    max-width: 179px;
    margin: auto;
    }
    }








/* Footer Menu Title Responsive Media Query */



/* Footer Menu Link Responsive Media Query */

 @media (max-width: 1103px){
  li.footer-menu-link {
	list-style: disc;
    font-size: 15px;
    }	 
	}

 @media (max-width: 871px){
  li.footer-menu-link {
    font-size: 13.5px;
    }
    }

 @media (max-width: 750px){
  li.footer-menu-link {
    font-size: 13px;
    }
    }

 @media (max-width: 697px){
  li.footer-menu-link {
    font-size: 13.2px;
    }
    }

 @media (max-width: 666px){
  li.footer-menu-link {
    font-size: 16px;
    }
    }

  
/* --- Footer Menu Responsive Media Query --- */

 @media (max-width: 330px){
  .copyright {
    font-size: 14.5px;
    }
    }

  
/* ========= /Footer/ ========= */



/* ========= Home Page ========= */

/* --- Hero Columns --- */

 .hero-columns {
   text-transform: uppercase;
   flex-direction: row;
   overflow-y: hidden;
   display: flex;
   }  
    
 .column-1 {
   background-image: url("../img/7.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-color: #848484;
   background-size: cover;
   width: 33.333333vw;
   height: 440px;
   }

 .column-2 {
   box-shadow: 0px 0px  16px black, 0px 0px  16px black, 0px 0px;
   background-image: url("../img/utfyfytfyt (1) (2).jpg");
   background-repeat: no-repeat; 
   background-size: 637px 441px;
   background-position: center; 
   background-color: #525252; 
   width: 33.333333vw; 
   overflow-y: hidden; 
   height: 440px;
   }
  
 .column-3 {   
   background-image: url("../img/8.jpg");
   box-shadow: 0px 0px  16px black, 0px 0px  16px black, 0px 0px;
   background-repeat: no-repeat;
   background-position: right; 
   background-color: #848484;
   background-size: cover;
   width: 33.333333vw;
   height: 440px;
   }
  
 .column-title {
   text-shadow: 0px 0px  16px black, 0px 0px  16px black, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, 0px 0px;
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   background-color: rgba(0, 0, 0, 0.7);
   padding: 23px 0px 26px 11%;
   margin-top: 373px;  
   font-weight: 780;
   font-size: 14px;
   color: white;
   }
 

/* --- Front Page Section --- */  
	
 .front-page-section {
   background-image: url("../img/Front-Page Background.jpg");
   background-repeat: no-repeat;
   background-color: #fff;	 
   overflow-x: hidden;	 
   }
	
 .front-page-section-width {
   justify-content: space-between;
   padding: 46.6px 51px 7px 45px;
   flex-direction: row;
   max-width: 1186px;
   display: flex;
   margin: auto;
   }  
  
 .front-page-column-2 {
   justify-content: space-between;
   max-width: 627px;
   flex-wrap: wrap;
   display: flex;
   }  
    
 .front-page-pic {
   background-image: url("../img/10-600x450.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   height: 412px;
   width: 487px;
   } 
   
 .front-page-column-1 {
   padding-right: 49px;
   max-width: 602px;
   }  

 .front-page-title {
   font-family: Roboto;
   font-weight: 300;
   margin-top: 15px;
   font-size: 23px;
   color: black;
   } 
  
 .front-page-column-text {
   font-family: sans-serif; 
   word-spacing: 0.6px;
   line-height: 23.4px;
   overflow-y: hidden;
   font-size: 15px; 
   margin-top: 2px; 
   color: black; 
   } 
   
 .front-page-column-text, p {
   margin-top: 16px;
   }
   
 .front-page-title-2 {
   font-weight: 600;
   font-size: 22px;
   }

 .front-page-check-width {
   margin-bottom: 30px;
   margin-top: 30px;
   }

 .front-page-section-logos {
   margin: 20px auto auto auto;
   flex-direction: row;
   display: flex;   
   } 

 .logo-1 {
   background-image: url("../img/credit_card_logos.png");
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
   height: 20px; 
   width: 320px;
   margin: auto;
   }  

 .logo-2 {
   background-image: url("../img/Cash App.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
   height: 127px; 
   width: 233px;
   margin: auto;
   }  

 .front-page-line {
   margin: 0px auto 59px auto;
   background: #e1e1e1;
   max-width: 1095px;
   height: 0.5px;
   width: 100%;
   }


/* --- Homepage Services Section --- */

 .services-section-title {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";	 
   text-shadow: 0px 0px  16px white, 0px 0px  16px white, 0px 0px  16px white, 0px 0px  16px white, 0px 0px  16px white, 0px 0px  16px white, 0px 0px;
   padding-top: 99px;
   font-weight: 760; 	 
   font-size: 36px; 
   }
  
 .services-section-page-title {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
   margin-bottom: 12px;
   font-size: 18.5px;
   font-weight: 700; 
   color: white;
   } 
         
 .services-section-width {
   padding: 54px 15px 53px 15px;
   justify-content: center;
   flex-direction: row;
   max-width: 1000px;
   display: flex;
   margin: auto;
   } 
  
 .homepage-services-item {
   background: linear-gradient(180deg,rgba(9.741935483870968%,9.741935483870968%,9.741935483870968%,0.726) 0%,rgba(0%,0%,0%,0.709) 21.45297709068504%,rgba(0%,0%,0%,0.768) 42.60348400828992%,rgba(0%,0%,0%,0.81) 74.50848596874475%,rgba(0%,0%,0%,0.902) 100%);   
   padding: 42px 12px 18px 12px;
   border-radius: 36px;
   text-align: center;
   line-height: 1.7;
   font-size: 15.2px;
   width: 280px;
   } 
			
 .services-section-imege {
   background-image: url("../img/IMG_0717.jpg");
   border-radius: 16px 16px 13px 13px;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover; 
   margin-bottom: 22px;
   height: 145px;
   width: 248px;
   } 
  
 .services-section-imege-2 {
   background-image: url("../img/2021-11-15.png");
   border-radius: 16px 16px 13px 13px;
   background-position: center top;
   background-repeat: no-repeat;
   background-size: cover; 
   margin-bottom: 22px;
   height: 145px;
   width: 248px;
   } 
  
 .services-section-imege-3 {
   background-image: url("../img/IMG_0714.jpg");
   border-radius: 16px 16px 13px 13px;
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover; 
   margin-bottom: 22px;
   height: 145px;
   width: 248px;
   } 
  
 .middle-service-item {
   margin: 0px 20px 0px 20px;
   }

 .hservice-item-txt {
   text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
   color: white;
   }
		
 .bottom-service-txt {
   text-shadow: -1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0px 0px  16px white, 0px 0px  16px white, 0px 0px  16px white, 0px 0px  16px white, 0px 0px  16px white, 0px 0px  16px white;
   font-weight: 800; 
   font-size: 20px; 	 
   color: black; 
   }		
	

/* --- Featured Section --- */
   
 .featured-section {
   background-image: url("../img/dark_pttrn.jpg");
   background-size: 1902px 206px !important;   
   background-repeat: no-repeat;
   background-position: left;
   background-color: #4e4e4e;
   border: 1px solid black;
   overflow: hidden;
   height: 190px;
   } 
   
 .featured-section-width {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   justify-content: space-between;
   padding: 13px 26px 42px 26px;
   flex-direction: row;
   max-width: 1000px;	 
   display: flex;
   margin: auto;
   color: white;
   } 

 .featured-section-right {
   width: 268px;
   }   


/* Featured Box */

 .featured-box {
   background-color: #f4f4f4;
   border: solid 1px #000;
   padding-bottom: 31px;
   margin-right: 4px;
   padding-top: 26px;
   margin-left: 4px;
   margin-top: 5px;	 
   width: 260px;
   }  
   
 .featured-section-title { 
   font-size: 27px;
   margin-top: 1px;
   } 
   
 .featured-button {
   background-color: #ffffff;
   border-color: #559e08;
   border-style: solid;
   margin-bottom: 14px;	 
   border-radius: 5px;
   border-width: 2px;
   margin-top: 12px;	 
   color: #3e7602;
   width: 160px;
   }  
   
 .featured-button:hover {
   background-color: #559e08;
   border-color: #559e08;
   margin-bottom: 14px;
   border-style: solid;
   border-radius: 5px;
   border-width: 2px;	 
   margin-top: 12px;
   color: #ffffff;
   width: 160px;
   }  
   
 .featured-section-left {
   max-width: 550px;
   margin-top: 35px;
   }   
   
 .featured-section-title { 
   text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 16px black, 0px 0px;
   color: white;
   }

 .featured-section-description {
   text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 16px black, 0px 0px;
   margin-top: 18px;
   color: white;
   } 
          	

/* --- Why Choose Us --- */
  
 .why-choose-us-section {
   background-image: url("../img/Hands faded.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-size: 1920px 505px; 
   padding: 9vh 10px 9vh 10px;
   background-color: #c1c1c1;
   }  
    
 .why-choose-us-section-width {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   padding: 0px 22px 0px 22px;
   max-width: 740px;
   line-height: 1.6;
   margin: auto;
   } 
  

/* --- Responsive Media Query --- */
/* --- Hero Columns Responsive Media Query --- */
   
 @media screen and (max-width: 1615px) {
  .column-1 {
    height: 378px;
    }
	
  .column-2 {
	background-size: 532px 378px;  
    height: 378px;
    }
	
  .column-3 {
    height: 378px;
    }	
	
  .column-title {
    margin-top: 310px;  
    padding: 23px 0px 26px 11%;
    }
    }

 @media screen and (max-width: 1031px) {
  .column-1 {
    height: 298px;
    }
	
  .column-2 {
    height: 298px;
    }
	
  .column-3 {   
    height: 298px;
    }
  
  .column-title {
    padding: 17px 75px 35px 11% !important;
    margin-top: 230px;  
    font-size: 13.5px; 
    }
    }

 @media screen and (max-width: 1256px) {
  .column-title {
    padding: 23px 75px 26px 11%;
    }
    }
   
 @media screen and (max-width: 500px) {
  .column-1 {
    background-position: left; 
    height: 360px;
    }
	
  .column-2 {
    background-position: center; 
    height: 360px;
    }
	
  .column-3 {
    background-position: center;  
    height: 360px;
    }
    }
    
 @media screen and (max-width: 450px) {
  .ct1 {
    margin-top: 268px !important;
    }
    }
	
 @media screen and (max-width: 380px) {
  .ct1 {
    margin-top: 270px !important;
    }   
    }
	
 @media screen and (max-width: 790px) {
  .hero-columns {
    display: flex;
    flex-direction: column;
    }  
  
  .column-1 {
    width: 100%;
    height: 360px;
    }
  
  .column-2 {
    background-size: cover;	  
    width: 100%;
    height: 360px;
    }
  
  .column-3 {
    background-position: center;   
    width: 100%;
    height: 360px;
    }
  
  .column-title {
    margin-top: 295px;  
    font-size: 18px;
    font-weight: 890;
    }  
    }
  
 @media screen and (max-width: 1084px) {
  .ct2 {
    padding: 16px 75px 16px 11%;
    margin-top: 309px;
    }
    }
  
 @media screen and (max-width: 1031px) {
  .ct2 {
    margin-top: 230px;
    }
    }

 @media screen and (max-width: 790px) {
  .ct2 {
    margin-top: 293px;
    }
    }

 @media screen and (max-width: 705px) {
  .column-2 {
    background-position: left;  
    }
    }
    
 @media screen and (max-width: 595px) {
  .column-2 {
    background-position: center;  
    }
    }

 @media screen and (max-width: 450px) {
  .column-1 {
    background-position: center; 
    } 
    }

 @media screen and (max-width: 330px) {
  .column-2 {
    background-repeat: no-repeat;
    background-position: center;  
    height: 325px;
    }
    }

 @media screen and (max-width: 330px) {
  .ct2 {
	padding: 17px 38px 26px 27px !important;  
    margin-top: 268px !important;
    }
    }

 @media all and (max-width: 450px) and (min-width: 331px) {
  .ct2 {
    margin-top: 301px !important;
    }
    }

 @media all and (max-width: 380px) and (min-width: 331px) {
  .ct2 {
    padding: 17px 51px 26px 27px !important;  
    margin-top: 299px !important;
    }
    }
   
 @media screen and (max-width: 450px) {
  .column-title {
	margin-top: 301px;  
    font-size: 16px; 
    } 
    }

 @media screen and (max-width: 330px) {
  .column-title {
    margin-top: 268px !important;  
    font-size: 15px; 
    } 
    }

 @media screen and (max-width: 380px) {
  .column-1 {
    background-position: center; 
    height: 325px;
    }
  
  .column-3 {
    background-position: center;   
    height: 325px;
    }
  
  .column-title {
    margin-top: 264px;  
    padding: 17px 0px 26px 27px !important;
    } 
    }
   
   
/* --- Front Page Section Responsive Media Query --- */
   
 @media all and (max-width: 3840px) and (min-width: 1249px) {
  .front-page-section {
    background-position: center bottom;
    background-size: 1920px 514px; 
    } 
    }
  
 @media all and (max-width: 1248px) and (min-width: 1148px) {
  .front-page-section {
    background-position: center bottom;
    background-size: 1248px 512px; 
    } 
    }

 @media all and (max-width: 1147px) and (min-width: 1080px) {
  .front-page-section {
    background-position: center bottom;
    background-size: 1185px 527px; 
    } 
    }

 @media all and (max-width: 1079px) and (min-width: 1058px) {
  .front-page-section {
    background-position: center bottom;
    background-size: 1079px 507px; 
    }    
    }

 @media all and (max-width: 1057px) and (min-width: 982px) {
  .front-page-section {
    background-position: center bottom;
    background-size: 1057px 527px; 
    }    
    }

 @media all and (max-width: 981px) and (min-width: 906px) {
  .front-page-section {
    background-position: center bottom;
    background-size: 1057px 540px; 
    }    
    }

 @media all and (max-width: 905px) and (min-width: 780px) {
  .front-page-section {
    background-size: 905px 491px; 
    background-position: center bottom;
    } 
    }  
  	  
 @media all and (max-width: 490px) and (min-width: 451px) {
  .front-page-section {
    background-size: 500px 1194px; 
    background-position: center bottom;
    }   
    }  

 @media (max-width: 974px){
  .front-page-section {
    background-size: 974px 540px; 
    }   
    }

 @media (max-width: 973px){
  .front-page-section {
    background-size: 973px 540px; 
    }   
    }

 @media (max-width: 961px){
  .front-page-section {
    background-size: 961px 562px; 
    }   
    }

 @media (max-width: 955px){
  .front-page-section {
    background-size: 955px 562px; 
    }   
    }

 @media (max-width: 925px){
  .front-page-section {
    background-size: 925px 740px; 
    }   
    }
	
 @media (max-width: 782px){
  .front-page-section {
    background-size: 782px 570px; 
    overflow-y: hidden;
    }   
    }

 @media (max-width: 777px){
  .front-page-section {
    background-size: 777px 570px; 
    overflow-y: hidden;
    }   
    }

 @media (max-width: 774px){
  .front-page-section {
    background-size: 774px 595px; 
    overflow-y: hidden;
    }   
    }

 @media (max-width: 768px){
  .front-page-section {
    background-size: 774px 618px; 
    overflow-y: hidden;
    }   
    }

 @media (max-width: 737px){
  .front-page-section {
    background-size: 737px 591px; 
    overflow-y: hidden;
    }   
    }

 @media (max-width: 727px){
  .front-page-section {
    background-size: 727px 611px; 
    overflow-y: hidden;
    }   
    }

 @media (max-width: 706px){
  .front-page-section {
    background-size: 727px 563px; 
    }   
    }

 @media (max-width: 689px){
  .front-page-section {
    background-size: 689px 588px; 
    }   
    }

 @media (max-width: 669px){
  .front-page-section {
    background-size: 669px 611px; 
    }   
    }

 @media (max-width: 450px){
  .front-page-section {
    overflow-y: hidden;
    }
    }

 @media (max-width: 660px){
  .front-page-section {
    background-image: url("../img/Front-Page Background (Mobile).jpg") !important;
    background-size: 660px 823px; 
    }   
    }	

 @media (max-width: 530px){
  .front-page-section {
    background-size: 530px 846px;
    }   
    }	

 @media (max-width: 527px){
  .front-page-section {
    background-size: 527px 870px;
    }   
    }	

 @media (max-width: 380px){
  .front-page-section {
    background-position: center top;
    background-size: 450px 852px; 
    margin-bottom: -10px;
    margin-top: -2px;
    } 
    }
 
 @media all and (max-width: 450px) and (min-width: 381px) {
  .front-page-section {
    background-size: 450px 813px; 
    background-position: center bottom;
    margin-bottom: 0px;
    }   
    }

 @media (max-width: 330px){
  .front-page-section {
    background-size: 450px 904px; 
    margin-bottom: 0px;
    }   
    }
  	
 @media all and (max-width: 1592px) and (min-width: 1469px) {
  _:-ms-lang(x), .ie10up, .front-page-section { 
    margin-top: -8px;
    }
    }


/* Front Page Section Width Responsive Media Query */

 @media (max-width: 1147px){
  .front-page-section-width {
	padding: 33px 51px 45px 45px;
    }  
    }

 @media (max-width: 981px){
  .front-page-section-width {
	padding: 29px 51px 45px 45px;
    }  
    }

 @media (max-width: 905px){
  .front-page-section-width {
    max-width: 880px;
    }  
    }

 @media (max-width: 858px){
  .front-page-section-width {
    padding: 22px 51px 45px 45px;
    }  
    }

 @media (max-width: 706px){
  .front-page-section-width {
    padding: 22px 35px 45px 31px;
    }  
    }

 @media (max-width: 660px){
  .front-page-section-width {
    max-width: 527px;
    padding: 49px 42px 15px 45px;
    flex-direction: column-reverse;
    }  
    }

 @media (max-width: 450px){
  .front-page-section-width {
    padding: 7px 29px 8px 29px;
    max-width: 389px;
    }  
    }


/* Front Page Column Responsive Media Query */
  
 @media (max-width: 1185px){
  .front-page-column-1 {
    margin-right: 0px;
    max-width: 599px;
	}	
    }

 @media (max-width: 706px){
  .front-page-column-1 {
	padding-right: 31px;
	}	
    }

 @media (max-width: 706px){
  .front-page-column-1 {
	padding-right: 30px;
	}	
    }

 @media (max-width: 660px){
  .front-page-column-1 {
	padding-right: 0px;
	}	
    }

  
/* Front Page Title/Text Responsive Media Query */

 @media (max-width: 1008px){
  .front-page-title {
    font-size: 19px;
    } 	
    }

 @media (max-width: 971px){
  .front-page-title {
    font-size: 18px;
    } 	
    }

 @media (max-width: 949px){
  .front-page-title {
    font-size: 17px;
    } 	
    }
    
 @media (max-width: 886px){
  .front-page-title {
    font-size: 16px;
    } 	
    }

 @media (max-width: 803px){
  .front-page-title {
    font-size: 15.5px;
    } 	
    }

 @media (max-width: 790px){
  .front-page-title {
    font-size: 17px;
    } 	
    }

 @media (max-width: 743px){
  .front-page-title {
    font-size: 16px;
    } 	
    }

 @media (max-width: 726px){
  .front-page-title {
    font-size: 15.5px;
    } 	
    }

 @media (max-width: 716px){
  .front-page-title {
    font-size: 15px;
    } 	
    }

 @media (max-width: 660px){
  .front-page-title {
    font-size: 17px;
    } 	
    }

 @media (max-width: 450px){
  .front-page-title {
    margin: 14px auto -4px auto;
    max-width: 353px;
    font-size: 17px;
    } 	
    }

 @media (max-width: 380px){
  .front-page-title {
    max-width: 337px;
    font-size: 15.5px;
    } 	
    }

 @media (max-width: 330px){
  .front-page-title {
	font-size: 16px;
    } 	
    }

 @supports (-webkit-touch-callout: none) {
  .front-page-title {
    margin-left: 0px;
    max-width: 310px;
    font-size: 14.5px;
    } 	
	
  .front-page-section-width {
    padding: 44px 32px 8px 32px !important;	
    }
    }

  
/* Front Page Title/Text Responsive Media Query */

 @media (max-width: 450px){
  .front-page-column-text {
    font-size: 15px;
    } 	
    }

 @media (max-width: 330px){
  .front-page-column-text {
    font-size: 14.5px;
    } 	
    }


/* ------ Internet Explorer/Edge ------ */

 @media all and (max-width: 1853px) and (min-width: 1593px) {
  _:-ms-lang(x), .ie10up, .front-page-section-width { 
    margin: 0px 20% 0px 16%;
    }
    }
  
 @media all and (max-width: 1592px) and (min-width: 1469px) {
  _:-ms-lang(x), .ie10up, .front-page-section-width { 
    margin: 0px 10% 0px 14%;
    }
    }
  
 @media all and (max-width: 1468px) and (min-width: 1379px) {
  _:-ms-lang(x), .ie10up, .front-page-section-width { 
    margin: 0px 10% 0px 10%;
    }
    }
  
 @media all and (max-width: 1378px) and (min-width: 179px) {
  _:-ms-lang(x), .ie10up, .front-page-section-width { 
    margin: 0px 10% 0px 5%;
    }
    }


/* Front Page Pic Responsive Media Query */

 @media (max-width: 1147px){
  .front-page-pic {
	margin-top: 18px;  
    } 
    }

 @media (max-width: 1100px){
  .front-page-pic {
    margin-top: 36px;  
    width: 376px;
    height: 346px;
	} 
    }

 @media (max-width: 961px){
  .front-page-pic {
	margin-top: 36px;  
    } 
    }

 @media (max-width: 1035px){
  .front-page-pic {
	margin-top: 60px;  
    } 
    }

 @media (max-width: 1020px){
  .front-page-pic {
	margin-right: -36px;  
	margin-top: 85px;  
    } 
    }

 @media (max-width: 869px){
  .front-page-pic {
	margin-top: 114px;  
    } 
    }

 @media (max-width: 945px){
  .front-page-pic {
	margin-right: -32px; 
    width: 357px;
    height: 326px;
    } 
    }

 @media (max-width: 908px){
  .front-page-pic {
    height: 311px;
    width: 337px;
    } 
    }

 @media (max-width: 776px){
  .front-page-pic {
	margin-top: 154px;  
    width: 286px;
    height: 264px;
    } 
    }

 @media (max-width: 660px){
  .front-page-pic {
    margin: -40px auto -36px auto !important;
    max-width: 412px;
    height: 369px;
    width: 100%;
    } 
    }

 @media (max-width: 450px){
  .front-page-pic {
	margin: 3px auto -20px auto !important;  
    height: 253px;
    } 
    }

 @media (max-width: 380px){
  .front-page-pic {
    height: 245px;
    } 
    }

 @media (max-width: 330px){
  .front-page-pic {
    height: 222px;
    } 
    }

	
/* Front Page Section Logos Responsive Media Query */  

 @media (max-width: 935px){
  .logo-1 {
    height: 0px;
    width: 291px;
    } 
    }

 @media (max-width: 800px){
  .logo-1 {
    height: 0px;
    width: 264px;
    } 
    }

 @media (max-width: 660px){
  .logo-1 {
    height: 0px;
    width: 314px;
    } 
    }


/* Front Page Section Logos Responsive Media Query */  

 @media (max-width: 1155px){
  .front-page-check {
    font-size: 15px;
    text-indent: -14px;
    margin-left: 41px;
    } 
    }

 @media (max-width: 803px){
  .front-page-check {
    margin-left: 30px;
    } 
    }

 @media (max-width: 660px){
  .front-page-check {
    font-size: 14px;
    text-indent: -14px;
    margin-left: 41px;
    } 
    }

 @media (max-width: 450px){
  .front-page-check {
    font-size: 13.5px;
    margin-left: 30px;
    } 
	 
  .front-page-check-width {
    max-width: 296px;
    }
    }


/* --- Featured Section Responsive Media Query --- */  

 @media (max-width: 1750px){
  .featured-section {
    background-size: 1750px 237px !important;   
    } 
    }
   
 @media (max-width: 1600px){
  .featured-section {
    background-size: 1600px 205px !important;   
    } 
    }
   
 @media (max-width: 1497px){
  .featured-section {
    background-size: 1497px 205px !important;   
    } 
    }
    
 @media (max-width: 1380px){
  .featured-section {
    background-size: 1380px 206px !important;   
    } 
    }
      
 @media (max-width: 1263px){
  .featured-section {
    background-size: 1263px 205px !important;   
    }
    }
	  
 @media (max-width: 1180px){
  .featured-section {
    background-size: 1180px 205px !important;   
    } 
    }
               
 @media (max-width: 1159px){
  .featured-section {
    background-size: 1159px 205px !important;   
    } 
    }  
         
 @media (max-width: 1110px){
  .featured-section {
    background-size: 1110px 206px !important;   
    } 
    }		  
                    
 @media (max-width: 1080px){
  .featured-section {
    background-size: 1080px 206px !important;   
    } 
    }
                           
 @media (max-width: 1050px){
  .featured-section {
    background-size: 1050px 206px !important;   
    } 
    }
                             
 @media (max-width: 980px){
  .featured-section {
    background-size: 980px 206px !important;   
    } 
    }
                       
 @media (max-width: 930px){
  .featured-section {
    background-size: 930px 206px !important;   
    } 
    }
                       
 @media (max-width: 840px){
  .featured-section {
    background-size: 840px 206px !important;   
    } 
    }
                          
 @media (max-width: 770px){
  .featured-section {
    background-size: 770px 206px !important;   
    } 
    }
                       
 @media (max-width: 710px){
  .featured-section {
    background-size: 710px 206px !important;   
    } 
    }
          
 @media (max-width: 668px){
  .featured-section {
    background-position: left;
    background-size: 668px 206px !important;   
    } 
    }
                     
 @media (max-width: 660px){
  .featured-section {
    background-image: url("../img/Featured Section (Mobile).jpg");
    background-size: 641px 430px !important;  
    background-position: center;
    height: 368px;
    } 
    }
	             
 @media (max-width: 564px){
  .featured-section {
    background-size: 545px 430px !important;   
    } 
    }
	       
 @media (max-width: 511px){
  .featured-section {
    background-size: 492px 430px !important;   
    } 
    }
	     
 @media (max-width: 450px){
  .featured-section {
    background-size: 431px 387px !important;   
    height: 360px;
    } 
    }	
    
 @media (max-width: 380px){
  .featured-section {
    background-size: 411px 443px !important;   
    } 
    }		    
	 
 @media (max-width: 330px){
  .featured-section {
    background-size: 336px 435px !important;   
	height: 351px;  
    } 
    }
	 
	 
/* Featured Section Width Responsive Media Query */  
	 
 @media screen and (max-width: 1200px) {
  .featured-section-width {
    padding: 27px 26px 42px 26px;
    max-width: 800px;
    } 
    }
	 
 @media screen and (max-width: 852px) {
  .featured-section-width {
    max-width: 677px;
    } 
    }

 @media screen and (max-width: 750px) {
  .featured-section-width {
    max-width: 640px;
    } 
    }
	 
 @media screen and (max-width: 660px) {
  .featured-section-width {
    flex-direction: column !important;
    padding: 20px 26px 20px 26px;
    max-width: 402px;
    } 
    }	 
	 
 @media screen and (max-width: 450px) {
  .featured-section-width {
    max-width: 368px;
    padding: 20px 26px 40px 26px;
    } 
    }

 @media screen and (max-width: 380px) {
  .featured-section-width {
    padding: 56px 26px 41px 26px;
    max-width: 1000px;
    margin-left: -7px;
    } 
    }


/* Featured Section Left/Right Responsive Media Query */  

 @media screen and (max-width:330px) {
  .featured-section-right {
    margin-top: 32px;
    }      
    }

 @media screen and (max-width:380px) {
  .featured-section-right {
    margin-top: 12px !important;
    }      
    }
    
 @media screen and (max-width: 1200px) {
  .featured-section-left {
    margin-top: 17px;
    max-width: 386px;
    }   
    }   

 @media screen and (max-width: 852px) {
  .featured-section-left {
    max-width: 340px;
    margin-top: -5px;
    }   
    }   

 @media screen and (max-width: 660px) {
  .featured-section-right {
    max-width: 320px;
    width: 100%;
    }
	 
  .featured-section-left {
    max-width: 313px;
    }
    }   

 @media screen and (max-width: 510px) {
  .featured-section-left {
    max-width: 400px;
    }      
    }
    
 @media screen and (max-width: 380px) {
  .featured-section-left {
    margin-top: -37px !important;
    max-width: 240px;
    margin: auto;
    }
    }

 @media screen and (max-width: 380px) {
  .featured-section-left {
    margin-top: -37px !important;
    max-width: 278px; 
    }
    }

 @media screen and (max-width: 450px) {
  .featured-section-left {
    margin-top: 16px;
    max-width: 302px;
    margin: 14px auto auto auto;
    }
	
  .featured-section-right {
    margin: auto;
    width: 316px;
    }  
    }
		
		
/* Featured Section Title Responsive Media Query */  
		
 @media screen and (max-width: 1065px) {
  .featured-section-title { 
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 16px black, 0px 0px 16px black, 0px 0px;
	}
	 
  .featured-section-description {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 16px black, 0px 0px 16px black, 0px 0px 16px black, 0px 0px 16px black, 0px 0px 16px black, 0px 0px;
    }   
    }

 @media screen and (max-width: 380px) {
  .featured-section-title { 
    font-size: 23px;
    margin-top: 14px !important;
    margin-right: -1px !important;
    margin-left: 5px !important; 
    }   
    }
        
 @media screen and (max-width: 660px) {
  .featured-section-title { 
    margin-top: 28px;
    }   
    }
   
 @media screen and (max-width: 330px) {
  .featured-section-title { 
    font-size: 20px;
    margin-left: -10px;
    margin-left: 15px !important; 
    }    
   
  .featured-section-description {
    margin-top: 26px;
    font-size: 14px;
    text-align: center;
    } 
    }   

 @media screen and (max-width: 1200px) {
  .featured-section-title { 
    margin-top: -13px;
    font-size: 25px;
    }    
    }

 @media screen and (max-width: 1200px) {
  .featured-section-title { 
	margin-top: -7px;  
    width: 316px;
    }    
    }
   
 @media screen and (max-width: 852px) {
  .featured-section-title { 
    margin-top: 16px;
    font-size: 23px;
    width: 294px;
    }    
    }
   
 @media screen and (max-width: 790px) {
  .featured-section-title { 
    font-size: 23px;
    width: 290px;
    }    
    }

 @media screen and (max-width: 750px) {
  .featured-section-title { 
	margin-top: 21px;  
    font-size: 20px; 
    width: 253px; 
    }    
    }

 @media screen and (max-width: 660px) {
  .featured-section-title { 
    margin: 23px auto auto auto;
    text-align: center;
    font-size: 24px;
    width: 100%;
    }    
	
  .featured-section-description {
    text-align: center;	
    } 	
    } 

 @media screen and (max-width: 450px) {
  .featured-section-title { 
    font-size: 22px;  
    margin: auto;	 
    width: 100%;
    }    
    } 

 @media screen and (max-width: 330px) {
  .featured-section-title { 
    max-width: 247px;
    font-size: 17.5px;
    }    
    } 


/* Featured Box Responsive Media Query */  
   
 @media screen and (max-width: 330px) {
  .featured-box {
    margin-left: 10px !important;
    max-width: 258px;
    }
    }

 @media (max-width: 1200px){
  .featured-box {
    margin-top: -9px;
    }  
    }

 @media (max-width: 450px){
  .featured-box {
    margin-left: 28px;
    }  
    }

 @media (max-width: 660px){
  .featured-box {
    margin: 26px auto auto auto;
    max-width: 426px;
    width: 100%;
    }  
    }

 @media (max-width: 380px){
  .featured-box {
    margin-top: 17px;
    margin-left: 30px;
    max-width: 262px;	 
    }  
    }


/* --- Why Choose Us Section Responsive Media Query --- */  
   
 @media (max-width: 749px){
  .why-choose-us-section {
    background-size: 1920px 530px; 
    }    
    }
  
 @media (max-width: 673px){
  .why-choose-us-section {
    background-size: 1920px 555px; 
    }    
    }
  
 @media (max-width: 547px){
  .why-choose-us-section {
    background-size: 1920px 603px; 
    }    
    }
    
 @media (max-width: 501px){
  .why-choose-us-section {
    background-size: 1920px 603px; 
    }    
    }
  
 @media (max-width: 660px){
  .why-choose-us-section {
    padding: 10vh 10px 13vh 10px;
    }  
    }

 @media (max-width: 450px){
  .why-choose-us-section {
    background-size: 1420px 610px; 
    }    
    }
   
 @media (max-width: 380px){
  .why-choose-us-section {
    background-size: 1400px 659px !important; 
    }    
    }
     
 @media (max-width: 357px){
  .why-choose-us-section {
    background-size: 1400px 659px !important; 
    }    
    }

 @media (max-width: 320px){
  .why-choose-us-section {
    background-size: 1400px 682px !important; 
    }    
	
  .why-choose-us-section-width {
    font-size: 15.5px;
    }
    }


/* ------ Internet Explorer/Edge ------ */

_:-ms-lang(x), .ie10up, .why-choose-us-section  { 
   property:value; 
   margin-top: -5px;
   background-image: url("../img/Hands faded.jpg");
   background-repeat: no-repeat;
   background-position: center;
   background-size: 1920px 500px; 
   padding: 12vh 10px 12vh 10px;
   }         
  
/* ========= /Home Page/ ========= */



/* ========= Junk Cars ========= */

 .junk-content {
   padding: 0px 55px 88px 55px;
   text-align: center;
   max-width: 1220px;
   margin: auto;
   }  
  
 .junk-title {
   font-family: Roboto;  
   margin-bottom: 11px;
   margin-top: 83px;
   font-weight: 900;
   font-size: 30px;
   }

 .junk-title-2 {
   font-family: Roboto;  
   margin-bottom: 21px;
   font-weight: 700;
   font-size: 16px;
   }

 .junk-title-3 {
   font-family: Roboto;  
   margin-bottom: 9px;
   font-size: 23.5px;
   font-weight: 900;
   color: red;
   }

 .junk-title-4 {
   font-family: Roboto;  
   margin-bottom: 11px;
   font-size: 23.5px;
   font-weight: 900;
   }

 .junk-title-5 {
   font-family: Roboto;  
   padding-bottom: 11px;
   max-width: 1092px;
   font-size: 23.5px;
   margin: auto
   }

 .junk-title-6 {
   font-family: Roboto;  
   margin-bottom: 11px;
   font-size: 19px;
   }

 .junk-title-7 {
   font-family: Roboto;  
   margin-bottom: 11px;
   font-size: 15.5px;
   }

 .junk-title-8 {
   font-family: Roboto;  
   flex-direction: column;
   margin-bottom: 11px;
   padding-top: 22px;
   font-size: 15.5px;
   line-height: 12px;
   font-weight: 780;
   color: #999999;
   display: flex;
   }

 .junk-icon {
   margin-right: 8px;
   color: #e98a25;
   }


/* --- Responsive Media Query --- */

 @media (max-width: 885px){
  .junk-title-5 {
    font-size: 20px;
	}
	
  .junk-title-6 {
    font-size: 17px;
    }	
    }

 @media (max-width: 799px){
  .junk-title-5 {
    font-size: 18px;
	}
	
  .junk-title-6 {
    font-size: 15px;
    }	
    }

 @media (max-width: 722px){
  .junk-content {
    max-width: 618px;
	}
	
  .junk-title-4 {
    font-size: 22px;
	}
	
  .junk-title-2 {
    margin-bottom: 12px;	
    }
	
  .junk-title-7 {
    margin-bottom: 1px;	
	}
    }

 @media (max-width: 619px){
  .junk-title-4 {
    font-size: 20px;
	}
    }

 @media (max-width: 602px){
  .junk-title-4 {
    font-size: 18px;
	}
	
  .junk-content {
    padding: 0px 38px 88px 38px;	
	}
	
  .junk-title-7 {
    font-size: 14px;
    }
	
  .jims {
   line-height: 18px;	
	}
    }

 @media (max-width: 450px){
  .junk-title-5 {
    font-size: 16px;
    }	 
	 
  .junk-content {
    padding: 0px 25px 88px 25px;
    max-width: 400px;
	}
	
  .junk-title-6 {
    font-size: 14.5px;
    }	

  .jims {
    line-height: 18px;	
	}
	 
  .jims-2 {
    line-height: 18px;	
	}
    }

 @media (max-width: 380px){
  .junk-content {
    padding: 0px 27px 88px 27px;
	}
    }

 @media (max-width: 330px){
  .junk-content {
    padding: 0px 26px 88px 26px;
	}
	 
  .junk-title {
    font-size: 23px;	 
	}
	 
  .junk-title-6 {
    font-size: 13px;
    }
	 
  .junk-title-5 {
    font-size: 15px;
    }	 
	 
  .junk-title-8 {
    font-size: 14px;	 
    }
    }

/* ========= /Junk Cars/ ========= */



/* ========= About Us ========= */

 .about-banner {
   background-image: url("../img/Page Banner (2).png");
   background-size: 1920px 270px;	  
   background-repeat: no-repeat;
   background-position: center;
   height: 260px;
   }  
   
 .about-title {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   text-align: center;
   font-size: 18.5px;
   font-weight: 600;
   max-width: 454px;
   margin: auto;
   }
  	    
 .about-description-title {
   margin-bottom: -4px;
   font-weight: 680;
   font-size: 22px;
   }  
   
 .about-description {
   justify-content: space-between;
   margin-bottom: 12.5px;
   flex-direction: row;
   margin-top: 25px;
   line-height: 1.5;
   max-width: 1109px;
   display: flex;
   margin: auto;
   }  

 .about-picture {   
   background-image: url("../img/1-768x510.jpeg");
   background-repeat: no-repeat;
   background-position: center;
   margin: 24px auto auto auto;
   border: 2px solid #000;
   background-size: cover;
   max-width: 538px;
   height: 359px; 
   width: 100%;	 
   } 
   
 .about-text {
   margin-right: 35px;
   max-width: 506px;
   }
	
 .about-section-check {
   margin-left: 28px;
   text-indent: -13px;
   font-size: 15px;
   }
  
 .about-section {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   justify-content: space-between;
   padding: 23px 40px 23px 40px;
   line-height: 20px;
   max-width: 1171px;
   margin: auto;
   }  
   
 .section-detail {
   max-width: 316px;
   line-height: 1.5;
   }		  
		  
 .about-section-details {
   display: flex;
   flex-direction: row;
   max-width: 951px;
   padding: 31px 17px 43px 17px;
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   line-height: 20px;
   margin: auto;
   } 
  
 .section-detail-p {
   margin: 0px 36px 0px 36px;
   line-height: 1.5;
   } 
   
 .check-width {
   margin-top: 17px;
   }
  

/* --- Responsive Media Query --- */
/* --- About Banner Responsive Media Query --- */

 @media (max-width: 863px){
  .about-banner {
    background-size: 1920px 270px;	
    background-position: left;
    }
    }

 @media (max-width: 759px){
  .about-banner {
    background-size: 1641px 270px;	
    background-position: left;
    }
    }

 @media (max-width: 680px){
  .about-banner {
    background-size: 1474px 270px;	
    background-position: left;
    }
    }

 @media (max-width: 607px){
  .about-banner {
    background-size: 1354px 270px;	
    background-position: left;
    }
    }

 @media (max-width: 500px){
  .about-banner {
    background-image: url("../img/Page Banner (2).png");
    background-size: 100% 351px;	 
    background-repeat: no-repeat;
    background-position: center;
    height: 349px;
    }
    }

 @media (max-width: 380px){
  .about-banner {
    background-size: 100% 337px;	 
    background-repeat: no-repeat;
    background-position: center;
    height: 336px;
    }
    }

 @media (max-width: 330px){
  .about-banner {
    background-size: 100% 310px;	 
    background-repeat: no-repeat;
    background-position: center;
    height: 309px;
    }
    }
   

/* --- About Section Responsive Media Query --- */ 
  	
 @media (max-width: 660px){
  .about-section {
    padding: 30px 40px 23px 40px;
    }  
    }  
  	
 @media (max-width: 967px){
  .about-section {
    max-width: 909px;
    }  
    }  
  
 @media (max-width: 631px){
  .about-section {
    max-width: 528px;
    }  
    }  

 @media (max-width: 330px){
  .about-section {
    padding: 20px 26px 14px 26px;
    max-width: 528px;
    }  
    }  


/* --- About Description Responsive Media Query --- */

 @media (max-width: 821px){
  .about-description-title {
    font-size: 18px;
    }
    } 

 @media (max-width: 666px){
  .about-description-title {
    margin-top: 10px;
    }
    } 


/* --- About Description Responsive Media Query --- */

 @media (max-width: 665px){
  .about-description {
    flex-direction: column-reverse !important;
    max-width: 573px !important;
    } 
   
  .about-description-2 {
    margin-bottom: 10px;
    }
    }
    
 @media (max-width: 730px){
  .about-description {
    margin-bottom: 2.5px !important;
    }
    }

 @media (max-width: 665px){
  .about-description {
    margin-bottom: -12.5px !important;
    }
    }

 @media all and (max-width: 784px) and (min-width: 731px) {
  .about-description {
    margin-bottom: 3.5px !important;
    max-width: 800px;
    }
    }
   
 @media (max-width: 967px){
  .about-description {
    margin-bottom: 15.5px;
    }  
    }

 @media (max-width: 1048px){
  .about-description-2 {
    margin-bottom: -2px;
    } 
    }


/* --- About Text/Title Responsive Media Query --- */

 @media (max-width: 713px){
  .about-text {
    max-width: 350px;
    }
    }

 @media (max-width: 450px){
  .about-title {
    padding: 0px 25px 0px 25px;
    font-size: 15.5px;
    }
    }
   
 @media (max-width: 1048px){
  .about-text {
    max-width: 404px;
    }
    }

 @media (max-width: 682px){
  .about-text {
    max-width: 250px !important;
    margin-right: 24px;
    }
    }

 @media (max-width: 631px){
  .about-text {
    max-width: 795px !important;
    }
    }
  
 @media (max-width: 665px){
  .about-text {
    margin-bottom: 6px !important;
    max-width: 700px !important;
    margin: 17px auto !important;
    }
    }
  
 @media (max-width: 967px){
  .about-text {
    max-width: 381px;
    }
    }

 @media (max-width: 835px){
  .about-text {
    max-width: 339px;
    }
    }
  
 @media (max-width: 874px){
  .about-text {
    max-width: 370px;
    }
    }
  
 @media (max-width: 864px){
  .about-text {
    max-width: 328px;
    }
    }  
  
 @media (max-width: 821px){
  .about-text {
    max-width: 313px;
    }
    }   
  
 @media (max-width: 803px){
  .about-text {
    max-width: 280px;
    }
    }   

   
/* --- About Picture Responsive Media Query --- */

 @media (max-width: 967px){
  .about-picture {
    margin: 46px auto auto auto;
    } 
    }
      
 @media (max-width: 864px){
  .about-picture {
    margin: 110px auto auto auto;
    } 
    }
      
 @media (max-width: 770px){
  .about-picture {
    margin: 129px auto auto auto;
    height: 340px;
    width: 330px; 
    } 
    }
      
 @media (max-width: 725px){
  .about-picture {
    margin: 146px auto auto auto;
    height: 300px;
    width: 284px; 
    } 
    }
      
 @media (max-width: 665px){
  .about-picture {
    margin: auto;
    height: 404px;
    width: 481px; 
    } 
    }
         
 @media (max-width: 631px){
  .about-picture {
    height: 442px;
    width: 427px; 
    } 
    }
         
 @media (max-width: 530px){
  .about-picture {
    height: 394px;
    width: 381px; 
    } 
    }
           
 @media (max-width: 450px){
  .about-picture {
    height: 318px;
    width: 338px; 
    } 
    }
           
 @media (max-width: 380px){
  .about-picture {
    height: 285px;
    width: 301px; 
    } 
    }
           
 @media (max-width: 330px){
  .about-picture {
    height: 255px;
    width: 266px; 
    } 
    }
      

/* --- About Section Details Responsive Media Query --- */
   
 @media (max-width: 1048px){
  .about-section-check {
    font-size: 14.5px;
    }
    }
   
 @media (max-width: 864px){
  .about-section-check {
    font-size: 13.5px;
    }
    }

 @media (max-width: 666px){
  .about-section-check {
    font-size: 14.5px;
    }
    }

 @media (max-width: 450px){
  .about-section-check {
    font-size: 13.5px !important;
    }
    }
	  
 @media (max-width: 631px){
  .about-section-check {
    font-size: 15px;
    }
    }
  
 @media (max-width: 657px){
  .section-detail-p {
    margin: 0px 16px 0px 16px;
    } 
    }
 
 @media (max-width: 1090px){
  .about-section-details {
    max-width: 853px;
    } 
    }

 @media (max-width: 946px){
  .about-section-details {
    max-width: 761px;
    } 
    }

 @media (max-width: 865px){
  .about-section-details {
    max-width: 706px;
    } 
	 
  .section-detail {
    max-width: 224px;
    line-height: 1.5;
    }	
    }

 @media (max-width: 776px){
  .about-section-details {
    max-width: 648px;
    } 
	 
  .section-detail {
    max-width: 183px;
    }	
    }

 @media (max-width: 713px){
  .about-section-details {
    max-width: 567px;
    } 
	 
  .section-detail {
    max-width: 162px;
    }	
    }

 @media (max-width: 665px){
  .about-section-details {
    max-width: 1008px;
    }	
	
  .section-detail {
    max-width: 800px;
    }	
    }
  
 @media (max-width: 665px){
  .about-section-details {
    max-width: 493px;
    flex-direction: column;
    } 
   
  .section-detail-p {
    margin: 26px 0px 26px 0px;
    }    
    }
  
 @media (max-width: 330px){
  .about-section-details {
    max-width: 292px !important;
    } 
    }

 @media (max-width: 562px){
  .about-section-details {
    max-width: 355px;
    padding: 26px 17px 43px 17px;
    } 
   
  .section-detail-p {
    margin: 26px 0px 26px 0px;
    }    
    }
  
/* ========= /About Us/ ========= */



/* ========= Contact Us ========= */

 .contact-content {
   font-family: 'Roboto', sans-serif;
   padding: 32px 10px 43px 10px;
   flex-direction: row;
   margin: auto;
   max-width: 1180px;
   display: flex;
   } 
   
 .contact-directions {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   margin: 43px auto 12px auto;
   text-align: center;
   font-weight: 600;
   }

 .contact-box-1 {
   background: #292929;
   width: 300px;
   height: 182px;
   padding: 21px 7px 31px 7px;
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   margin-right: -28px;
   color: white;
   } 
  
 .contact-box-2 {
   background: #292929;
   width: 300px;
   height: 206px;
   padding: 21px 7px 31px 7px;
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   margin: 20px 18px 0px 0px;
   color: white;
   } 
  
 .contact-box-3 {
   background: #292929;
   width: 300px;
   height: 182px;
   padding: 21px 7px 31px 7px;
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   color: white;
   } 
  
 .contact-title {
   color: white;
   font-size: 23px;
   font-weight: 700;
   margin-bottom: 8px;
   }  
	
 .contact-section {
   padding: 25px 40px 40px 40px;
   overflow-x: hidden;
   max-width: 1300px;
   display: flex;
   margin: auto;
   }	
   
 .contact-center {
   margin-top: 40px; 
   margin-bottom: -50px;
   position: relative;
   z-index: 90px;
   }	
	
 .directions {
   margin: auto;
   font-weight: 600;
   text-align: center;
   margin-bottom: -60px;
   padding: 30px 20px 0px 20px;
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   } 

 .form-area {
   max-width: 1170px;
   padding: 43px 10px 0px 10px;
   margin: -13px auto auto auto;
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
   }   
   
 .form-title {
   font-size: 17px;
   font-weight: 500;
   }  
    

/* Operation Hours */
	
 .operation-hours {
   font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   margin: 20px auto auto auto;
   border: 1px solid black;
   background: #eeeeee;
   max-width: 356px;
   }	
		
 .operation-hours-title {
   padding-top: 10px;
   font-weight: 700;
   font-size: 23px;
   color: black;
   }	
	
 .operation-hours-width {
   padding: 5px 22.5px 16px 19px;
   font-weight: 480; 
   }		
	
 .operation-hours-column {
   justify-content: space-between;
   margin-top: 2px;
   color: black;
   display: flex;
   width: 100%;
   }	
	
 .ohc-2 {
	 
   }

 .contact-line {
   margin-top: 11px;
   background: #000;
   max-width: 51px;
   height: 0.5px;
   width: 100%;
   }	

 .ohd {
   margin-right: 26px;
   }
	
 .ohd-2 {
   margin-right: 19px;
   }	
	
 .ohd-3 {
   margin-right: 39px;
   }
	
 .ohd-4 {
   margin-right: -9px;
   margin-left: -20px;	 
   }	
	
 .ohd-5 {
   margin-right: -13px;
   }	
	
	
/* ------ Responsive Media Query ------ */
/* ------ Directions Responsive Media Query ------ */
	
 @media (max-width: 1088px){
  .directions {
    margin: auto;
    font-weight: 600;
    text-align: center;
    margin-bottom: 17px;
    padding: 30px 20px 0px 20px;
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
    } 
    }
    

/* ------ Contact Directions Responsive Media Query ------ */

 @media (max-width: 620px){
  .contact-directions {
    max-width: 274px;
    }
    }

 @media (max-width: 380px){
  .contact-directions {
    max-width: 253px;
    }
    }


/* --- Contact Section Responsive Media Query --- */

@media (max-width: 420px){
 .contact-section {
   padding: 1px 20px 0px 20px;
   overflow-x: hidden;
   }	
   }		
   
@media (max-width: 660px){
 .contact-section {
   display: flex;
   flex-direction: column;
   }	
   }
	

/* --- Contact Content Responsive Media Query --- */
	
@media (max-width: 380px){
 .contact-content {
   margin-left: 4px;
   }	
   }
				
@media (max-width: 330px){
 .contact-content {
   max-width: 320px;
   padding: 10px 10px 50px 0px;
   margin-left: 0px;
   } 
   }
   
@media (max-width: 980px){
 .contact-content {
   padding: 9px 10px 62px 10px;
   flex-direction: column;
   } 
   }
   
@media (max-width: 660px){
 .contact-content {
   padding: 4px 0px 70px 0px;
   flex-direction: column;	 
   max-width: 640px !important;
   margin: auto auto auto -21px;
   }
   }

@media (max-width: 568px){
 .contact-content {
   margin: auto auto auto -28px;
   }
   }

@media (max-width: 520px){
 .contact-content {
   margin: auto auto auto -31px;
   }
   }

@media (max-width: 660px){
 .contact-content {
   margin-right: -3px;
   }
   }

@media (max-width: 450px){
 .contact-content {
   margin: auto !important;
   }
   }


/* --- Contact Column Responsive Media Query --- */

@media (max-width: 660px){
.contact-column-1 {
  margin-left: 0px;
  margin-top: 25px;
  } 

.contact-column-2 {
  margin-left: 0px;
  } 
  } 

@media (max-width: 450px){
.contact-column-1 {
  margin-top: 8px;
  margin: auto;
  } 

.contact-column-2 {
  margin-left: 0px;
  } 
  } 


/* --- Contact Box Responsive Media Query --- */ 

@media (max-width: 1195px){
 .contact-box-1 {
   width: 251px;
   height: 176px;
   } 
  
 .contact-box-2 {
   width: 251px;
   height: 197px;
   } 
  
 .mail-contact-us {
   word-break: break-word;
   max-width: 172px;
   width: 100%; 
   }
	
 .contact-box-3 {
   width: 251px;
   height: 174px;
   } 
   }

@media (max-width: 1040px){
 .contact-box-1 {
   width: 215px;
   height: 176px;
   } 
  
 .contact-box-2 {
   width: 215px;
   height: 197px;
   } 
  
 .contact-box-3 {
   width: 215px;
   height: 174px;
   } 
   }

@media (max-width: 980px){
 .contact-box-1 {
   width: 282px;
   height: 176px;
   } 
  
 .contact-box-2 {
   width: 282px;
   height: 176px;
   } 
  
 .contact-box-3 {
   margin-top: 20px; 
   width: 282px;
   height: 176px;
   } 
   }

@media (max-width: 790px){
 .contact-box-1 {
   width: 240px;
   height: 176px;
   } 
  
 .contact-box-2 {
   width: 240px;
   height: 176px;
   } 
  
 .contact-box-3 {
   margin-top: 20px; 
   width: 240px;
   height: 176px;
   } 
   }

@media (max-width: 745px){

 .contact-box-1 {
   margin: 20px auto auto auto;
   width: 203px;
   height: 176px;
   } 
  
 .contact-box-2 {
   margin: 20px auto auto auto;
   width: 203px;
   height: 176px;
   } 
  
 .contact-box-3 {
   margin: 20px auto auto auto;
   width: 203px;
   height: 176px;
   } 
   }

@media (max-width: 660px){
 .contact-box-1 {
   width: 90vw !important;
   height: 176px;
   margin-right: auto;
   } 
  
 .contact-box-2 {
   width: 90vw !important;
   height: 170px;
   } 
  
 .mail-contact-us {
   max-width: 260px;
   }
	
 .contact-box-3 {
   width: 90vw !important;
   height: 174px !important;
   margin-bottom: 22px;
   margin-top: 20px;
   } 
   }
		
@media (max-width: 450px){
 .contact-box-1 {
   width: 290px !important;
   height: 185px; 
   } 
   
 .contact-box-2 {
   width: 290px !important;
   height: 167px;
   } 
   
 .contact-box-3 {
   width: 290px !important;
   height: 167px !important;
   } 
   }
	
@media (max-width: 330px){
 .contact-box-1 {
   width: 240px !important;
   } 
   
 .contact-box-2 {
   width: 240px !important;
   } 
   
 .contact-box-3 {
   width: 240px !important;
   } 
	
 .mail-contact-us {
   max-width: 177px;
   }	
   }
	

/* ------ Opperation Hours Responsive Media Query ------ */

 @media (max-width: 1040px) {
  .operation-hours {
	margin-left: -5px;
    margin-right: -16px !important;
	}
    }

 @media (max-width: 980px) {
  .operation-hours {
    margin-left: 0px;
    margin-right: 0px !important; 
	max-width: 283px;
	}
    }

 @media (max-width: 745px) {
  .operation-hours {
    margin-left: -22px;
    margin-right: -12px !important;
    max-width: 283px;
    }
    }

 @media (max-width: 660px) {
  .operation-hours {
    margin: auto auto auto auto !important;
    max-width: 296px;
    }
    }


/* Opperation Hours Title Responsive Media Query */

 @media (max-width: 1195px) {
 .operation-hours-title {
    padding-top: 10px;
    font-weight: 700;
    font-size: 19px;
    color: black;
    }
    }

 @media (max-width: 660px) {
 .operation-hours-title {
    font-size: 21px;
    }
    }


/* Opperation Hours Width Responsive Media Query */

 @media (max-width: 1195px) {
  .operation-hours-width {
    padding: 5px 21.5px 16px 16px;
    font-weight: 480;
    }
    }

 @media (max-width: 1040px) {
  .operation-hours-width {
    padding: 5px 18px 16px 12px;
    }
    }

 @media (max-width: 980px) {
  .operation-hours-width {
    padding: 5px 23px 16px 18px;
    }
    }

 @media (max-width: 790px) {
  .operation-hours-width {
    padding: 5px 21px 16px 13px;
    }
    }

 @media (max-width: 745px) {
  .operation-hours-width {
    padding: 5px 19px 16px 12px;
    }
    }

 @media (max-width: 660px) {
  .operation-hours-width {
    padding: 5px 19px 16px 12px;
    max-width: 275px;
    margin: auto;
    }
    }

 @media (max-width: 330px) {
  .operation-hours-width {
    padding: 5px 19px 16px 12px;
	}
    }


/* Hours Of Opperation Column Responsive Media Query */

 @media (max-width: 1195px) {
  .operation-hours-column {
    font-size: 15px;
    }
	 
  .ohd-3 {
    margin-right: 36px;
    }	 
	 
  .ohd-2 {
    margin-right: 16px;
    }	 
	 
  .ohd {
    margin-right: 23px;
    }	 
    }

 @media (max-width: 1040px) {
  .operation-hours-column {
    font-size: 14.5px;
    }
    }

 @media (max-width: 745px) {
  .operation-hours-column {
    font-size: 14px;
    }
    }

 @media (max-width: 660px) {
  .operation-hours-column {
    font-size: 16px;
    }
	 
  .ohd-4 {
    margin-right: -8px !important;
    }	 
	 
  .ohd-5 {
    margin-right: -15px !important;
    }	 
    }

 @media (max-width: 450px) {
  .ohd-4 {
    margin-right: -9px !important;
    }	 
	 
  .ohd-5 {
    margin-right: -15px !important;
    }	
    }

 @media (max-width: 330px) {
  .operation-hours-column {
    font-size: 14px;
    }
	
  .ohd-5 {
    margin-right: -12px !important;
    }	 
	 
  .ohd-4 {
    margin-left: -15px;  
    margin-right: -21px;
    }	 
    }


/* Contact Line Responsive Media Query */

 @media (max-width: 1195px) {
  .contact-line {
	margin-top: 10px;
    max-width: 25px;
    }
    }

 @media (max-width: 1040px) {
  .contact-line {
    max-width: 22px;
    }
    }

 @media (max-width: 980px) {
  .contact-line {
    max-width: 45px;
    }
    }

 @media (max-width: 790px) {
  .contact-line {
    max-width: 33px;
    }
    }

 @media (max-width: 745px) {
  .contact-line {
    max-width: 24px;
    }
    }

 @media (max-width: 660px) {
  .contact-line {
    max-width: 41px;
    }
    }

 @media (max-width: 450px) {
  .contact-line {
    max-width: 36px;
    }
    }

 @media (max-width: 330px) {
  .contact-line {
    max-width: 26px;
    }
    }


/* Hours Of Opperation Responsive Media Query */

 @media (max-width: 330px) {
  .ohd {
    margin-right: 21px;
    }
	 
  .ohd-3 {
    margin-right: 33px;
    }	 
	 
  .ohd-2 {
    margin-right: 15px;
    }	 
	 
  .ohd-4 {
    margin-right: 16px;	 
	}
	 
  .ohd-5 {
    margin-right: -13px;
    }	 
    }

	
/* --- Form Responsive Media Query --- */ 

@media (max-width: 450px){
 .form-area {
   padding: 8px 10px 0px 10px;
   margin: 24px auto;
   max-width: 1170px;
   }   
   }
		 
@media all and (max-width: 3840px) and (min-width: 651px) {
_:-ms-lang(x), .ie10up, .form-area { 
   margin-top: 80px;
   }
   }

/* ========= /Contact Us/ ========= */
















































