@media screen and (min-width:1281px) {
	#slider, .slider-main {
		height: 90vh !important;
	}
}
@media screen and (max-width:1229px) { 
	a.booknow2 {display: none;}
	.header_right{ 
		margin-right: 0px;
	}
}
@media screen and (min-width:1146px) {
.sitenav ul li a {padding:19px 20px; display:block; text-align:center; }
.logo img {
    height: 46px;
}
}

@media screen and (min-width:981px) and (max-width:1146px) {
.logo img {
    height: 46px !important;
}
}

@media screen and (min-width:981px) { 
	.sp {display: none !important;}
}
@media screen and (max-width:980px) { 
	.pc {display: none;}

		/* スマホ用メニュー */
.button_container {
	position: fixed;
	top: 4.0%;
	right: 5.5%;
	height: 22px;
	width: 30px;
	cursor: pointer;
	z-index: 1000;
	transition: opacity 0.25s ease;
	}
	.button_container:hover {
	opacity: 0.7;
	}
	.button_container.active .top {
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #000;
	}
	.button_container.active .middle {
	opacity: 0;
	background: #000;
	}
	.button_container.active .bottom {
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #000;
	}
	.button_container span {
	background: #000;
	border: none;
	height: 5px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.35s ease;
	cursor: pointer;
	}
	.button_container span:nth-of-type(2) {
	top: 11px;
	}
	.button_container span:nth-of-type(3) {
	top: 22px;
	}
	
	.ham-wrapper {
	position: fixed;
	background-color: rgba(0, 140, 137, 0.96);
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 0%;
	z-index: 101;
	overflow: scroll;
	}
	.ham-wrapper-menu {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.ham-wrapper.open {
	height: 100%;
	}
	.ham-wrapper.open li {
		animation: fadeInTop 0.5s ease forwards;
		animation-delay: 0.05s;
	  }
	.ham-wrapper.open li:nth-of-type(1) {
		animation-delay: 0.05s;
	  }
	  .ham-wrapper.open li:nth-of-type(2) {
		animation-delay: 0.1s;
	  }
	  .ham-wrapper.open li:nth-of-type(3) {
		animation-delay: 0.15s;
	  }
	  .ham-wrapper.open li:nth-of-type(4) {
		animation-delay: 0.2s;
	  }
	  .ham-wrapper.open li:nth-of-type(5) {
		animation-delay: 0.25s;
	  }
	  .ham-wrapper.open li:nth-of-type(6) {
		animation-delay: 0.3s;
	  }
	  .ham-wrapper.open li:nth-of-type(7) {
		animation-delay: 0.35s;
	  }
	  .ham-wrapper.open li:nth-of-type(8) {
		animation-delay: 0.40s;
	  }
	  .ham-wrapper.open li:nth-of-type(9) {
		animation-delay: 0.45s;
	  }
	  .ham-wrapper.open li:nth-of-type(10) {
		animation-delay: 0.50s;
	  }
	  @keyframes fadeInTop {
		0% {
		  opacity: 0;
		  top: -20%;
		}
		100% {
		  opacity: 1;
		  top: 0;
		}
	  }
	
/* 	.ham-wrapper.open li:nth-of-type(1) {
		margin: 20px 0;
		background: url(https://houkan-hokuto.com/wp-content/uploads/logo-rainbow.png) no-repeat;
		background-size:cover;
		width:180px;
		height:63px;
		text-indent: 100%;
		position: relative;
	}
	.ham-wrapper.open li:nth-of-type(1) a {
	  position: absolute;
	  width:100%;
	  height:100%;
	  left:0;
	  top:0;
	} */
	
	.ham-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
	}
	.ham-wrapper ul li {
	font-weight: 600;
	display: block;
	text-align: left;
	height: 25%;
	height: calc(100% / 4);
	min-height: 50px;
	position: relative;
	opacity: 0;
	}
	.ham-wrapper ul li a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	text-align:center;
	}
	.ham-wrapper ul li a:hover:after, .ham-wrapper ul li a:focus:after, .ham-wrapper ul li a:active:after {
	width: 100%;
	}
}

@media (max-width: 1100px) {
	.circle-card {
		width: 280px;
		height: 280px;
	}
	
	.circle-content h2 {
		font-size: 1.3rem;
	}
	
	.circle-content p {
		font-size: 0.9rem;
	}
}

@media (max-width: 768px) {
	.circle-wrapper {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	
	.circle-card {
		width: 300px;
		height: 300px;
	}
	
	.circle-card:hover {
		transform: translateY(-5px);
	}
}

@media screen and (min-width:769px) and (max-width:980px) {
	.nivo-caption h2 {
		font-size: 2.4rem !important;
		padding-bottom: 0;
	}
	.nivo-caption {
		top: 140px;
	}
	.nivo-caption{ width:80%;}
	.fv-recruit {
		width: 300px;
		height: 110px;
		position: absolute;
		left: unset;
		right: 20px;
		bottom:20px;
	}
}

@media screen and (min-width: 481px) and (max-width: 980px) {
	ul.sitemap li {
    width: 78%;
	}
}
@media screen and (min-width:768px) and (max-width:768.9px) {
	.fv-recruit {display: none !important;}
}
@media screen and (min-width:481px) and (max-width:768.9px) {
	.nivo-caption h2 {
		font-size: 1.5rem !important;
		padding-bottom: 20px;
	}
	.nivo-caption {
		width:80%;
		top: 52%;
		left: 16px;
	}
	.nivo-caption h2 span {
		font-size: .9rem;
		bottom: 0;
	}
	.footer-2col a {
		margin-bottom: 20px;
		margin-right: 12px;
		display: inline-block;
	}
}
@media screen and (max-width:480px) {
	table.access th {
		height: 1rem;
		padding: 15px 24px 22px !important;
	}
	header.page-header {
		position: absolute;
		top: 38%;
		left: 0px;
		right: 0;
		z-index: 9;
	}
	h1.page-title {
		font-size: 1.8rem;
	}
	.comTable th, .entry-content table th {
    width: 86%;
    display: block;
	}
	entry-content table th {
    width: 88%;
    display: block;
	}
	.comTable td, .entry-content table td {
		display: block;
	}
	
	ul.sitemap {
		display: grid;
		grid-template-columns: 1fr;
	}
	.nivo-caption {
		width:82%;
		top: 52%;
		left: 16px;
	}
	.nivo-caption h2 {
		font-size: 1.1rem !important;
		padding-bottom: 0;
		margin-bottom: 52px !important;
	}
	.nivo-caption h2 span {
		width:80%;
		font-size: .7rem;
		bottom: 0;
	}
	h2.section_title {
		font-size: 2rem !important;
	}
	.footer-2col {
		float: none;
		width: 100%;
	}
	.footer-2col-2 {
        float: none;
        width: 93%;
        margin-top: 50px;
    }
	
	.event-list-item {
		flex-direction: column;
	}
	.hidden_box label.yoyakusuru {
    font-size: .9rem;
	}
	.hidden_box input:checked + label.yoyakusuru {
    font-size: .9rem;
	}
	.corporate-contact {
    padding: 0;
	}
	.event-contents p {
		font-size: 1rem;
	}
	.event-content ul li {
    font-size: 1rem;
	}
}

/* Mobile Portrait View */
@media screen and (max-width:767px) {
	.fv-recruit {
		display: none;
	}
	.fourcolumn-news {
		display: block !important;
	}
.left, .right{ float:none;}
.boxlayout{ width:auto; margin:0 20px; box-sizing:border-box;}
.container { width:auto; padding:0 20px;}
.header{padding:0;}
.header_right{ float:none; text-align:center; width:auto; margin:0 auto !important }
a.booknow{ position:relative; top:0 !important; margin:20px auto 0 auto; text-align:center; display:table;}
.header-top .right{ text-align:center;}
.header-top{ text-align:center; line-height:26px; padding:10px 0;}
.header-top .social-icons a{ border:none;}
.header-top .left span{ float:none; display:inline-block; padding:0;}
.headerinfo{ padding:10px 0;}
.logo{ width:auto; float:none; text-align:center; padding:15px 0;}
.infobox{ float:none; display:table; margin-bottom:10px;}
/*slider css*/
.nivo-controlNav{ display:none !important;}
/* .nivo-caption{ width:95%;} */
.nivo-caption p{margin:0 0 15px 0!important;}
.nivo-caption .button{ display:none !important;}
.nivo-caption h2 {
	margin-bottom: 20px ;
	padding-bottom: 20px ; 
}
.welcomebx{ width:100%;}
.news-box{ width:auto; float:none; margin:0 0 25px; height:auto;}
.news-box .news-thumb{height:auto; width:auto; float:none; position:relative;}
/* .news-thumb img{ vertical-align:middle; min-height:auto;} */
.news{width:auto; float:none; padding:0;}
#pagearea{ margin-top:0;}
.threebox{ width:auto; float:none; margin:0; min-height:inherit}
#whoweareasection img{ float:none; margin:0 0 20px; height:auto;}
.one_third .ftrimgbx{ height:auto;}
/*coloumn css*/ 
.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .four_fifth, .services-col, .services-wrap .one_third, #wrapperthree .one_half{float:none !important; width:100% !important; margin:0 0 30px !important;}
.innerbanner{ height:auto;}
/*gallery css */
ul.portfoliofilter li{ margin-right:5px !important;}
ul.portfoliofilter li a{ padding:5px !important; font-size:10px !important;}
.fourcol .entry{ width:auto !important;}
.tabs-wrapper ul.tabs li a{ padding:10px 14px}
.footer .social-icons a{ margin-right:3px;}
.teammember-list{ width:auto; float:none; margin:0 auto 10% auto; display:table;text-align:center;}
.team-thumb-icons .member-social-icon{ opacity:1;}
.member-social-icon a{ margin:0 5px;}
/*sidebar css*/
#sidebar{ width:100%; float:none;}
.sidebar-left{ float:none !important; width:100%;}
.flotRight{ float:none !important;}
#sidebar .services-col .services-content{ padding:8% 11.5%;}
#sidebar #contactform_main input[type=text], #sidebar #contactform_main input[type=email], #sidebar #contactform_main input[type=tel],#sidebar #contactform_main input[type=url], #sidebar #contactform_main textarea{width:85%; }
/*footer css */
.footer{ width:auto !important; float:none; margin:0;  }
/* --------- Pages ------- */
.content-area{ width:auto; margin:0; padding:20px;}
.site-main{ width:auto; margin:0; padding:0; float:none;}
.contactpage_left, .contactpage_right{ float:none; width:100%; margin-bottom:10%;}
.copyright-txt, .design-by { font-size: .7rem !important; text-align:center; float:none;}
#contactform_main input[type="text"], #contactform_main input[type="email"], #contactform_main input[type="tel"], #contactform_main input[type="url"], #contactform_main textarea{width:90%;}
/*custom css*/
.searchbox{ width:100%; padding-left:0;}
.item{padding-left:0; width:auto;}
ol.nav-numbers{ display:none;}
#testimonials ul li .tm_description p{ text-align:left;}
.phone-no strong{ width:auto; display:inherit;}

/*footer css */
.footer{ padding:40px 20px;}
.cols-2 .widget-column-1, 
.cols-2 .widget-column-2, 
.cols-3 .widget-column-1, 
.cols-3 .widget-column-2, 
.cols-3 .widget-column-3, 
.cols-4 .widget-column-1, 
.cols-4 .widget-column-2, 
.cols-4 .widget-column-3, 
.cols-4 .widget-column-4{ 
width:auto !important; float:none; min-height:inherit; margin:0 0 30px; 
}
.container.footer { padding:50px 20px;}

.our-recruiters li{ width:43%;}
.header.fixed{ position:relative;}
.skills-wrap{ width:auto;}
.offer-2-column{ width:100%; float:none; margin:0 0 20px;}
.frdbox, .processbox{width:100%; float:none; margin:0 0 30px;}
.promo-box{ text-align:center;}
.promo-left{ float:none; width:auto; margin-bottom:15px;}
.promo-right .morebutton{ position:relative; top:auto; transform:none; display:inline-block;}
#clienttestiminials{ width:100%;}
.team_column{ width:270px; float:none; margin:0 auto 20px !important; display:block;}
ul#clientlogos li{ width:50%; padding:0; height:auto; margin:0;}
ul#clientlogos li img{ min-height:inherit; }
.teamleft, .teamright, .clientleft, .clientright{ float:none; width:auto; margin-bottom:25px;}
.frdbox{ text-align:center;}
.frdbox .fa{ float:none; margin:0 auto 25px auto}
.frdbox p{ margin:0;}
.frdbox h4::after{ left:0; right:0;}
.threebox .thumbbx{ border:none;}
.ourprinciples{ margin-right:0; width:100%; }
.servicebox{width:100%; padding:20px; margin:0;}
.counterlist{ margin:0 auto 15% auto; float:none; width:auto; display:table;}
.news-box .buttonstyle1{ position:relative}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product{ width:100% !important; float:none !important; }
.testimonials-area{ width:100%; padding:0; }

.owl-controls .owl-dots{ left:0 !important; right:0; bottom:0 !important; display:block !important; text-align:center !important}
.arrow_box{ padding:0; margin:0;}
.thumb-title{ margin:0; float:none; display:block; width:100%;}
#clienttestiminials .tmthumb:after{ display:none;}

#clienttestiminials .tmthumb, #clienttestiminials .item{ width:250px !important; margin:0 auto; height:auto;}
#clienttestiminials h6{ padding-top:20px;}


.newsletter-form{ width:100%;}

.wearesuprime .about-humb, .wearesuprime .abouttitledes, .variety-spa-list, .variety-of-spa, .features, .homecontact{  float:none; width:100%; box-sizing:border-box;}
.wearesuprime .abouttitledes{ padding:0;}
.wearesuprime .abouttitle h4{ font-size:22px; line-height:100%;}
.features{ border:none !important}
.variety-spa-list::after, .wearesuprime .about-humb:after{display:none;}
#section6 h2{ font-size:40px;}
h2.section_title{ font-size:30px;}
#section8 ul#clientlogos li{ width:50%; padding:0; height:115px; overflow:hidden}
#section8 ul#clientlogos li img{min-height:115px;}
#footer-info .social-icons{clear:both;}
.tabs-wrapper ul.tabs, .tabs-wrapper .tab-content{width:100% !important; float:none !important; padding-bottom:0px;}
.tabs-wrapper .tab-content img{ height:auto; }

.slider-below-image { margin: -30px auto 0 auto;}
.box-border{ padding:20px;}
#transportservices h2.section_title{ font-size:30px;}
#transportservices .one_half.last_column {padding: 0 !important;}
#transportservices .one_half .whar-we-do-image { position: relative;left: 0;top: 0;width: 100%;}
.leftborder, .rightborder{ display:none !important}
.subtitle, .features{ padding:0;}
p.p-center{ width:100%;}
.plans-3column .plan-box{ width:100%; margin:0;}
.homecontact, .contleft, .contright{ width:100%; padding-left:0; padding-right:0; margin:0;}
.wearesuprime .about-humb, #transportservices .one_half .whar-we-do-image{ height:auto;}

}
@media screen and (min-width:300px) and (max-width: 480px){
.say_thumb{ float:none; position:inherit; left:0; display:table; margin:0 auto; width:auto;}
.blog-post-repeat .post-thumb img{ float:none; margin-right:0; width:100%; height:100%;}
.menugallery li{ min-height:60px;}
.slider-main{ min-height:110px; height:auto;}
a.nivo-nextNav{ right:0;}
a.nivo-prevNav{ left:0;}
.fivecol .entry{ width:auto !important}
/* .nivo-caption h2{ font-size:30px !important; }  */
}
@media screen and (min-width:481px) and (max-width: 767px){
.container, .content-area, #ourservices .container{ width:400px; margin:0 auto;}
.teammember-list .thumnailbx{ height:auto; visibility:visible;}
}
@media screen and (min-width:420px) and (max-width: 480px){
/* .nivo-caption h2{font-size:40px!important;} */
.fourcol .entry{left:6%!important;}
ul.portfoliofilter li a{ font-size:12px !important; padding:7px 12px !important;}
#section8 ul#clientlogos li{ width:33% !important;}
.header-top .left span{ padding-right:10px !important;}
.wearesuprime .abouttitle h4 {font-size: 35px;}
.counterlist{ width:50% !important; float:left;}
}


/* Mobile Landscape View */
@media screen and (min-width:481px) and (max-width: 767px){	
.photobooth .filter-gallery ul li a{ padding:15px 15px 18px;}
.headertop .left{ float:left;}
.headertop .right{ float:right;}
.headertop{ padding-bottom:0;}
/*slider css*/
/* .nivo-caption h2{ font-size:30px !important; line-height:40px !important; margin-bottom:10px !important; } 
.nivo-caption p{ display:block !important; line-height:18px;}
.nivo-caption, .nivo-controlNav{ display:block !important;} */
h2.section_title{font-size:30px !important}	
/* .nivo-caption{ bottom:25%;}
.nivo-caption .button{ display:inline-table !important;}
a.nivo-nextNav{ right:44%; }
a.nivo-prevNav{ left:44%;} */
#section8 ul#clientlogos li{ width:33% !important;}
}
/* @media screen and (min-width:481px) and (max-width: 615px){
.nivo-caption{ width:70%; bottom:25%;}
.nivo-caption h2{ font-size:20px !important;}
.nivo-caption .button{ display:inline-table !important;}
} */

/* Tablet View */
@media screen and (max-width:1169px) and (min-width:768px) {
.container { width:auto; padding:0 20px;}
.container.footer { padding:50px 20px;}
.boxlayout{ width:auto; margin:0 20px; box-sizing:border-box;}
.content-area{ width:auto; margin:0; padding:20px 20px;}
.team-thumb-icons .member-social-icon{opacity:1;}
.member-social-icon a {margin:0 1px;width: 30px;height: 30px; line-height: 30px;}
.testimonials-wrap .owl-prev{ right:4.5%;}
.footer h5{ font-size:16px !important;}
#sidebar{ width:30%;}
.site-main{ width:65%;}
.innerbanner{ height:auto;}
/*custom  css*/
.BlogPost{ min-height:250px;}
.recent-post h6{ padding-top:7px;}
ol.nav-numbers{ bottom:10%;}
.sidebar-left{ float:left !important; width:30%;}
.sidebar-left #sidebar{ width:100%;}
.our-recruiters li{ width:17%;}
.box1, .box2{ width:100%; height:auto;}
.ourprinciples{ margin:0 20px 20px 0}
.ourprinciples h3{ font-size:18px;}
.servicebox {padding: 0;display: block; margin-bottom: 40px;}
}

@media screen and (min-width:768px) and (max-width: 980px){
.logo{ float:none; text-align:center; width:auto;}
.header{ position:relative;}
.header_right{ float:none; width:auto; padding:0;}
.headerinfo{ padding-bottom:10px;}
.teammember-list .thumnailbx{ height:150px; width:150px;}
.welcomebx{ width:auto;}
.threebox h3{ font-size:14px;}
.fourcol .entry{ width:243px !important;}
.nbs-flexisel-item{ margin-right:20px !important}

.wearesuprime .abouttitledes{ padding:30px; height:auto;}
.themefeatures .one_third{ width:29%;}
.one_third .ftrimgbx{ height:100px;}
.threebox.six_column .thumbbx{ height:auto;}
.threebox.six_column .thumbbx img{ min-height:inherit;}
.threebox{ min-height:inherit}
.threebox.six_column .pagecontent{ padding:0;}

.threebox.three_column .thumbbx{ height:130px;}
.threebox.three_column .thumbbx img{ min-height:130px;}

.threebox.four_column .thumbbx{ height:100px;}
.threebox.four_column .thumbbx img{ min-height:100px;}

.counterlist{ width:170px; height:130px; margin:0; transform:none; border-radius:0;}
.countercon{transform:none;}
.news-box {
	width: 30.333%;
	min-height: 300px !important;
}
/* .news-thumb{ height:145px} */
/* .news-thumb img{ min-height:145px} */
.news-box .PostMeta {
	font-size: .9rem;
	padding: 0px 0 2px 9px;
}
.news-box .PostMeta span{ padding-right:10px;}
.news-box h6{ font-size:14px;}
.secontpost{ margin-right:0 !important;}
.testimonials-area{ padding:50px 30px; ;}
.arrow_box{ margin:0; padding:0 0 25px 0;}
.owl-controls .owl-dots{ bottom:70px!important;}
ul#clientlogos li{margin:0; height:auto; padding:0;}
ul#clientlogos li img{ min-height:inherit;}
ul#clientlogos{ float:none;}
.homecontact{ width:auto;}
#contactform_main input[type="text"], #contactform_main input[type="email"], #contactform_main input[type="tel"], #contactform_main input[type="url"], #contactform_main textarea{ width:100%;}
a.nivo-prevNav{left:20px;}
a.nivo-nextNav{right:20px;}
.tabs-wrapper .tab-content img{ height:auto;}
.slider-below-image{ margin-top:-30px;}
.counterlist .counter, .wearesuprime .abouttitle h4{ font-size:40px;}
#transportservices .one_half.last_column{ padding-left:0 !important}
#transportservices h2.section_title{ font-size:28px;}
.box-border{ padding:20px;}
#section1 .one_half{ width:100%;}
p.p-center{ width:90%;}
.plans .plan-box{ margin-right:33px;}
.plans .plan-price-border:before, .plans .plan-price-border:after, #transportservices .one_half .whar-we-do-image{display:none;}
.header_right{ margin-right:0 !important;}
a.booknow{ right:3%;}
}

@media screen and (max-width:1169px) and (min-width:981px) { 
html{overflow-x:hidden; }
.logo{float:left;}
.header_right{float:right;}
.footer h5{font-size:24px !important;}
.fourcol .entry{width:317px !important}
.nivo-caption{ width:70%;}
/* .news-box .PostMeta span{ font-size:11px;} */
/* .news-box{ margin-right:29px; } */
/* .news-thumb{ height:200px;}
.news-thumb img{ min-height:200px;} */
.testimonials-area{ width:90%;}
ul#clientlogos li{height:auto;}
ul#clientlogos li img{min-height:inherit;}
.threebox{ min-height:inherit}
.teammember-list .thumnailbx{ width:210px; height:210px;}
.woocommerce ul.products li.product a img{ min-height:220px;}
.plans .plan-box{ margin-right:45px;}
#transportservices .one_half.last_column{ padding-left:0 !important;}
}

@media screen and (max-width: 980px){	
	.slider-main{ height: auto !important;}
section{ padding:40px 0;}
.toggleMenu{display: block;}
.sitenav{float:none; margin:0; top:0; position:relative; overflow-x:hidden;}
.sitenav ul{color:#000; width:100% !important; float:none !important; margin:0; padding:0;}
.sitenav ul li{border-top:1px #cccccc solid; display:block; float:none; text-align:left; border-right:none;}
.sitenav ul li a{padding:5px 10px !important; display:block; color:#000; text-align:left;}
.sitenav ul li a:hover{color:#ffffff;}
.sitenav ul li ul, .sitenav ul li ul ul{ display:block !important;}
.sitenav ul li ul li a:before{content:"\00BB \00a0";}
.sitenav ul li ul li{ border-bottom:1px solid transparent!important;}
.sitenav ul li ul li a{padding-left:20px !important;}
.sitenav ul li ul li ul li a{padding-left:30px !important;}
.sitenav ul li ul li ul li ul li a{padding-left:40px !important;}
.sitenav ul li:hover > ul{ background:none !important;}

.sitenav ul li:hover > ul{ background: transparent !important; width:auto !important; display:block; position: relative !important; left:0; right:0; top:0;}
.sitenav ul li:hover ul li ul, .sitenav ul li:hover ul li:hover > ul, .sitenav ul li:hover ul li:hover > ul li ul{  background: transparent !important; display:block; position:relative !important;  right:0; left:0; top:0;}
.sitenav ul li:hover ul li:hover ul, .sitenav ul li:hover ul li:hover ul li:hover ul{ left:0 !important;}
.logo img{ height:auto;}
.innerbanner{ height:auto;}
.header{  position:relative; margin:0 !important;}
.wearesuprime .about-humb, #transportservices .one_half .whar-we-do-image{ height:auto;}
}

@media screen and (min-width:1210px) { 
	.boxlayout .header.fixed{width:1210px; margin:0 auto;}
}