/* ------------------------------------------------------------------------------ 
Project Name : Wescosa 
Description : Main Style Sheet 
Author : Imran Rovan 
Created On : 02 July 2021 
--------------------------------------------------------------------------------*/

@media screen and (min-width: 1024px) {
	#burgernav {
		display: none;
	}

	header #menu {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	header #menu>ul {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	header nav#menu>ul>li {
		display: block;
	}

	header nav#menu>ul>li.active>a {
		color: #0703d6;
	}

	header nav#menu>ul li {
		display: block;
		padding-left: 25px;
	}

	header nav#menu>ul>li:first-child {
		margin-left: 0px;
	}

	header nav#menu>ul>li>a {
		font-size: 17px;
		color: #000;
		font-weight: 500;
	}

	header nav#menu>ul>li:hover>a {
		color: #0703d6;
	}

	header nav#menu ul li:nth-child(2) {
		position: relative;
	}

	header nav#menu ul li .sub-menu {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 15px;
		left: 0;
		min-width: 220px;
		-webkit-transform: translateY(-2em);
		-ms-transform: translateY(-2em);
		transform: translateY(-2em);
		z-index: -1;
		-webkit-transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear .01s;
		-o-transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear .01s;
		transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear .01s;
	}

	header nav#menu ul li:nth-child(3) .sub-menu {
		top: 75px;
	}
	header.header-fixed nav#menu ul li:nth-child(3) .sub-menu {
		top: 60px;
	}

	header nav#menu ul li .sub-menu>li {
		background: #eee;
	}

	header nav#menu ul li .sub-menu>li:hover {
		background-color: #bbb;
	}

	header nav#menu ul li ul {
		display: inline-block;
		padding-top: 30px;
		max-height: 640px;
	}
	header.header-fixed nav#menu ul li ul {
		padding-top: 20px;
	}

	header nav#menu ul li ul>li {
		margin: 0;
		padding: 0px;
		box-shadow: 1px 1px 4px rgb(0 0 0 / 15%);
		border-left: 3px solid #070630;
	}

	header nav#menu ul li ul>li a {
		display: inline-block;
		white-space: nowrap;
		font-size: 17px;
		padding: 12px 10px;
		color: #222;
	}

	header nav#menu ul li:hover .sub-menu {
		opacity: 1;
		z-index: 10;
		visibility: visible;
	}

	header nav#menu ul li:hover .sub-menu {
		visibility: visible;
		opacity: 1;
		z-index: 1;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		-webkit-transition-delay: 0s, 0s, .3s;
		-o-transition-delay: 0s, 0s, .3s;
		transition-delay: 0s, 0s, .3s;
	}

	header nav#menu ul li .sub-menu li.active, header nav#menu ul li .sub-menu li:hover {
		border-left: 3px solid #0703d6;
		background: #0703d6;
	}

	header nav#menu ul li .sub-menu li.active a, header nav#menu ul li .sub-menu li a:hover {
		text-decoration: none;
		color: #fff !important;
	}

	header nav#menu ul li .sub-menu.mega-menu ul>li .menulist h2 a:hover {
		color: #222 !important;
	}

	.sub-menu.mega-menu {
		width: 100%;
		padding: 0 20px;
	}

	header.header-fixed .sub-menu.mega-menu {
		margin-left: 0;
	}

	header nav#menu ul li .sub-menu ul {
		display: flex !important;
	}

	header nav#menu ul li .sub-menu ul>li {
		background: #eee;
		width: 25%;
		padding-bottom: 20px;
	}

	header nav#menu ul li .sub-menu ul>li:hover {
		background: #bbb;
	}

	header nav#menu ul li .sub-menu.mega-menu li:hover {
		border-left: 1px solid transparent;
	}

	header nav#menu ul li .sub-menu ul>li a {
		white-space: normal;
	}

	header nav#menu ul li .sub-menu.mega-menu ul li:hover ol li a {
		color: #222;
	}

	header nav#menu ul li .sub-menu.mega-menu ul>li {
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}

	header nav#menu ul li .sub-menu.mega-menu ul>li .menulist h2 {
		margin-bottom: 0px;
		margin-top: 5px;
		color: #222;
	}

	header nav#menu ul li .sub-menu.mega-menu ul>li:first-child {
		border-left: none;
	}

	header nav#menu ul li .sub-menu.mega-menu ul ol li a {
		padding: 8px 0px;
		display: block;
	}

	header nav#menu ul li .sub-menu.mega-menu ul ol li a {
		font-size: 16px;
		color: #666;
	}

	.mob_nav {
		display: none !important;
	}
}

@media screen and (max-width: 1023px) {
	.tilter__title {
		line-height: 26px;
		font-size: 17px;
	}
	.desktop_nav, header .headright .topnav a {
		display: none !important;
	}
	header .headright .topnav .head-brochure .qr a {
		display: inline-block !important;
	}
	.mob_nav {
		display: block !important;
	}

	footer ul {
		display: none;
	}

	header .logo {
		margin-left: 40px;
	}
	.innerban {
		padding-top: 100px;
		margin: 0;
	}
}

@media screen and (max-width: 1399px) {
	.hmeservice .intro {
		font-size: 18px;
		line-height: 28px;
	}

	.exp h1 {
		font-size: 125px;
		line-height: 100px;
	}

	.exp h2 {
		font-size: 35px;
	}

	.rgt-services h2 {
		font-size: 40px;
		line-height: 45px;
	}

	.hmealliance .col-md-6 h2 {
		font-size: 30px;
		line-height: 30px;
		padding: 10px 0;
	}

	.caroalliance {
		margin-top: 10px;
	}

	.caroalliance img {
		height: 60px;
		margin-bottom: 10px;
	}

	.caroalliance p {
		line-height: 26px;
	}

	.aboutBanner-heading_big-3OU h2 {
		font-size: 30px;
		line-height: 45px;
		max-width: 100%;
	}

	.aboutBanner-header_wrapper-WBd {
		padding-top: 70px;
		padding-bottom: 30px;
	}

	.profile {
		width: 70%;
	}

	header nav#menu ul li .sub-menu.mega-menu ul ol li {
		padding: 0 10px;
	}

	header nav#menu ul li .sub-menu.mega-menu ul ol li a {
		font-size: 15px;
	}

	header .logo img {
		height: 150px;
	}

	header nav#menu>ul li {
		padding-left: 20px;
	}

	header .search {
		margin-left: 15px;
	}
}

@media screen and (max-width: 1299px) {
	header .logo img {
		padding-top: 5px;
		height: 135px;
	}

	header .search input {
		width: 200px;
	}

	header .container, footer .container {
		max-width: 96%;
		padding-left: 0;
		padding-right: 0;
	}
	

	header nav#menu>ul>li>a, header .headright .topnav a, header nav#menu ul li ul>li a {
		font-size: 15px;
	}

	.tilter {
		width: 240px;
		height: 345px;
		margin: 0 25px 0 0;
	}

	.lftabout {
		padding-right: 20px;
	}

	.rgt-services main {
		margin-left: -80px;
	}

	.hmealliance {
		height: 500px;
	}

	.fullbg .col-md-6 {
		overflow: hidden;
	}

	.fullbg img {
		width: auto;
		height: 500px;
	}

	.profile {
		width: 100%;
	}

	.latest-news-box figcaption .h4 {
		height: auto;
	}
}

@media screen and (max-width: 1199px) {
	.aboutBanner-heading_big-3OU h2 {
		font-size: 25px;
		line-height: 35px;
		max-width: 100%;
	}

	.title h3 {
		font-size: 35px;
	}

	.aboutBanner-header_wrapper-WBd {
		padding-top: 40px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 1050px) {
	header nav#menu>ul>li>a, header .headright .topnav a, header nav#menu ul li ul>li a {
		font-size: 14px;
	}
	footer ul li h6 {
		font-size: 16px;
	}
	footer ul li a {
		font-size: 13px;
		line-height: 17px;
	}
	.grid.customer-grid figure {
		width: 45%;
	}
}

@media screen and (max-width: 991px) {
	.hmeservice .row .col-md-6, .hmealliance .row .col-md-6, .fullbg .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.hmeservice::after {
		content: '';
		width: 100%;
		height: 500px;
		display: block;
		background: #0703d6;
		position: absolute;
		top: unset;
		right: 0;
		z-index: 0;
		bottom: 0;
	}

	.hmeservice::before {
		content: '';
		width: 50%;
		height: 500px;
		display: block;
		background: url(../images/bg-service.png) no-repeat top -50px right -70px;
		background-size: auto 80%;
		opacity: 0.1;
		position: absolute;
		top: unset;
		right: 0px;
		z-index: 1;
		bottom: 0;
	}

	.rgt-services {
		padding-left: 0;
	}

	.rgt-services main {
		margin-left: 0px;
	}

	.hmealliance {
		height: auto;
	}

	.hmealliance .posabt {
		position: inherit;
		width: 100%;
		top: inherit;
		left: inherit;
		transform: none;
		padding: 40px 0;
	}

	.fullbg {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.fullbg img {
		width: 100%;
		height: auto;
		opacity: 0.2;
	}

	.hmeproducts .caro-products .dflex {
		max-width: 750px;
	}

	.hmeproducts .caro-products .dflex, .hmeproducts .caro-products .slick-current .dflex, .hmeproducts .caro-products .slick-current+.slick-active .dflex {
		display: block;
	}

	.slick-slide .desc {
		padding-left: 0px;
		width: 100%;
	}

	.copyrights .cpyleft {
		align-items: flex-start;
		flex-direction: column-reverse;
	}

	.copyrights .cpyleft a {
		border-left: none;
		padding-left: 0px;
		margin-left: 0px;
		margin-bottom: 10px;
	}

	.aboutBanner-image_wrapper-2hC:nth-child(3) {
		display: none;
	}

	.aboutBanner-image_wrapper-2hC:nth-child(4) {
		bottom: 50px;
	}

	.aboutBanner-heading_big-3OU h2 {
		font-size: 20px;
		line-height: 30px;
		min-height: 65px;
	}

	.aboutBanner-images_warpper-u-M {
		margin-top: 30px;
		margin-bottom: 0;
	}

	.demo-gallery>ul>li {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
		padding: 0 5px;
	}

	.latest-news-box figcaption .h4 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px !important;
	}

	.latest-news-box figcaption p {
		font-size: 14px;
		line-height: 21px;
		margin: 0 0 10px 0 !important;
	}

	.requestquote-table .productTable tr td:first-child {
		width: 250px;
	}

	.requestquote-table .productTable input[type="text"] {
		width: 30%;
	}

	.requestquote-table>tbody>tr>td:first-child {
		width: 250px;
	}

	.cardcontact li {
		width: calc(50% - 20px);
	}
	.prestitle h2 {
		font-size: 26px;
		line-height: 34px;
	}
}
@media screen and (max-width: 768px) {
	.surveycheck {
		flex-direction: column;
	}
	.surveycheck li {
		width: 100%;
	}
	.flexwrap .colright ul {
		justify-content: flex-end;
		align-items: flex-end;
		flex-direction: column;
		text-align: right;
	}
	.flexwrap .colright ul li {
		margin-left: 0px;
		padding-left: 0px;
		border-left: none;
	}
	.tablewrap table thead th, .tablewrap table tbody td {
		width: 65px;
	}
	.tablewrap table tbody td:first-child {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.container {
		max-width: 100%;
	}

	header .logo img {
		height: 100px;
	}

	.fullscreen-content {
		left: 15px;
	}

	.fullscreen-content h1 {
		margin-top: 50px;
		max-width: 90%;
		font-size: 18px;
		line-height: 22px;
	}

	.lftabout {
		padding-right: 0px;
	}

	.exp, .stats, .rgt-services main {
		flex-wrap: wrap;
	}

	.stats li {
		width: 100%;
	}

	.stats li p br {
		display: none;
	}

	.stats li p {
		margin-bottom: 20px;
	}

	.stats li h6 {
		font-size: 35px;
		margin-bottom: 0;
	}

	.hmeservice::after {
		display: none;
	}

	.hmeservice.blue-bg .row .col-md-6:last-child {
		background-color: #0703d6;
	}

	.tilter {
		margin: 0 0 20px 0;
	}

	.quickblk .grid {
		flex-wrap: wrap;
	}

	.grid figure {
		width: 100%;
		height: 250px;
	}

	figure.effect-bubba p {
		padding: 25px 0px 40px 0px;
	}

	figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
		top: 15px;
		right: 15px;
		bottom: 15px;
		left: 15px;
	}

	.enquiryblk h2 {
		font-size: 30px;
	}

	.hmeproducts .caro-products .dflex {
		max-width: 350px;
	}

	.slick-slide .desc h3, .slick-current .desc p {
		line-height: 24px;
		font-size: 15px;
	}

	.copyrights .container {
		flex-direction: column;
	}

	.cpyright {
		margin: 15px 0;
	}

	.cpyright a {
		padding: 0 30px 0 0;
	}

	.aboutBanner-header_wrapper-WBd {
		flex-direction: column;
	}

	.aboutBanner-heading-1rw {
		max-width: max-content;
		margin-bottom: 15px;
	}

	.aboutBanner-heading_big-3OU {
		width: 100%;
		padding-left: 0;
	}

	.aboutBanner-images_warpper-u-M {
		display: none;
	}

	.prestitle h2 {
		font-size: 22px;
		margin-bottom: 15px;
		line-height: 28px;
	}

	.demo-gallery>ul>li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		padding: 0 25px;
	}

	.aboutBanner-header_wrapper-WBd {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.title h3 {
		font-size: 28px;
		line-height: 30px;
	}

	.requestquote-table>tbody>tr, .requestquote-table .productTable tr {
		display: flex;
		flex-direction: column;
	}

	.requestquote-table tr td {
		width: 100% !important;
	}

	.requestquote-table .pad10 td, .requestquote-table .productTable tr td {
		border: none;
	}

	.requestquote-table>tbody>tr {
		border-bottom: 1px solid #ccc;
	}

	.requestquote-table .productTable tr td:last-child {
		display: none;
	}

	.requestquote-table .productTable tr td.checked+td:last-child {
		display: block;
	}

	.contDtl li {
		width: 100%;
	}

	.cardcontact li {
		width: calc(100% - 20px);
	}

	.subhead {
		font-size: 18px;
	}

	.subhead::after {
		height: 4px;
		top: 30px;
	}
	#sidebar {
		display: none;
	}
	#full-slider-wrapper {
		padding-top: 80px;
	}
	#homeslider .sub-head h2 {
		max-width: 90%;
		font-size: 16px;
		line-height: 26px;
	}
	.slick-slide .desc h3::before {
		display: none;
	}
	.rgt-services {
		padding-top: 20px;
	}
	.aboutBanner-heading-1rw {
		font-size: 18px;
	}
	.aboutBanner-heading_big-3OU h2 {
		font-size: 16px;
		line-height: 26px;
	}
	table.dataTable thead th {
		white-space: normal;
	}
	.tilter {
		width: 100%;
		height: auto;
	}
	.grid.customer-grid figure {
		width: 100%;
	}
}