 
 
 /*responive max width to min width*/

/*@media 
(min-width: 992px) 
 and (max-width: 1200px){
	
}*/




/* iPads (landscape) ———– */

/*@media 
(min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {

}*/

/* iPads (portrait) ———– */

/*@media 
(min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {

}*/



/* iPads (landscape) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {



/* Styles */
}

/* iPads (portrait) ———– */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

/* Styles */
}

@media (max-width: 1399.98px) {
	
}

@media (max-width: 1299.98px) {
	
    
}

@media (max-width: 1200px) {
	 
    
}

@media (max-width: 1199.98px) {
	 
    .menu li a{
		font-size: 12.5px;
	}
	.logo img{
		width: 200px;
	}
	.wesec-map-col{
		width: 55%;
	}
	.wesec-text-col{
		width: 45%;
	}
	.about-partner-outr .about-partner-grid-outr .partner-grid-col{
		width: 25%;
	}
	
	.prdct-box-col{
		width: 50%;
	}
	.prdct-mnu-col{
		width: 30%;
	}
	.prdct-grid-col{
		width: 70%;
	}
}

/*responsinator screen size*/
@media (max-width: 1024px) {
	 
    
}

@media (max-width: 992px) {
	 
    
}

@media (max-width: 991.98px) {
	
	.navbar  .navbar-collapse{
	top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
}
.navbar  .navbar-collapse.show {
	transform: translateX(0%);
}
.header-outr .collapse:not(.show) {
	display: block; 
}
.offcanvas {
	width: 300px !important;
}
.offcanvas-header{
	width: 100%;
	justify-content: space-between
}
.offcanvas-header .btn-close{
	padding:0px !important;
	margin:0px !important
}
.offcanvas-header .navbar-brand{
	font-size: 2rem;
}
.header-outr.fixed .navbar-nav .nav-link {
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
.header-outr.fixed{
	animation: none !important;
}
.navbar-nav .nav-item::before {
	content:"";
}
.navbar-collapse .navbar-nav li a{
	border-bottom: 1px solid #000;
}
.navbar-nav .nav-item + .nav-item{
	margin-left:0px;
}
.navbar-nav .nav-item .nav-link::before {
	bottom:-1px;
	z-index:1;
}
.navbar-toggler{
	border-color: rgba(0,0,0,1);
}

.navbar-toggler-icon{
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.header-outr .navbar-nav{
	overflow: auto;
}
.offcanvas-header .btn-close{
	opacity:1;
}
.offcanvas-header{
	border-bottom: 1px solid #000;
}
.navbar-toggler:focus{
	box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) #000;
}
.header-outr .navbar-nav {
	overflow: auto;
	width: 100%;
	text-align: center;
}
.welcome-img-col{
	width: 100%;
}
.welcome-txt-col{
	width: 100%;
}
.welcome-txt-outr{
	text-align: center
}
.welcome-txt-outr p{
	text-align:justify;
}
.some-heading-col{
	width: 100%;
}
.some-box-grid-col{
	width: 100%;
}
.some-heading-outr{
	max-width: 305px;
  margin: 0 auto;
}
.why-box-col{
	width: 33.333%;
}
.why-grid-outr .row{
	justify-content: center !important
}
.wesec-map-col{
		width: 50%;
	}
	.wesec-text-col{
		width: 50%;
	}
	.dropdown-menu li{
		width: 33.333%
	}
	.menu li a {
	font-size: 16.5px; 
}
.about-partner-outr .about-partner-grid-outr .partner-grid-col {
	width: 33.333%;
}
.prdct-box-col{
	width: 100%;
}
.prdct-mnu-col {
	width: 40%;
}
.prdct-grid-col {
	width: 60%;
}
.detail-content-outr{
	margin-top: 1.5rem;
}
.page-banner{
	height: 300px;
}
.download-pge-outr {
	height: auto;
}
}

@media (max-width: 768px) {
	
	
}

@media (max-width: 767.98px) {
	.carousel-caption h3 img{
		width: 200px;
	}
	.wesec-map-col{
		width: 100%;
	}
	.wesec-text-col{
		width: 100%;
		margin-top: 20px
	}
	.wesec-text-our .logo{
		text-align: center;
	}
	.social-sticky a{
		height: 28px;
  width: 28px;
	}
	.social-sticky a i{
		height: 28px;
  width: 28px;
	}
	.social-sticky{
		padding: 5px 5px 25px;
		width: 40px;
	}
	.about-partner-outr .about-partner-grid-outr .partner-grid-col {
	width: 50%;
}
.prdct-mnu-col {
	width: 100%;
}
.prdct-grid-col {
	width: 100%;
	margin-top:1.5rem;
}
.prdct-pge-outr .prdct-mnu-outr ul{
	display: none;
}
.sidebar-collapse {
	font-size: 2rem;
	color: var(--black);
	transform: rotate(0deg);
	transition: all 0.5s ease-in-out 0s;
	  -webkit-transition: all 0.5s ease-in-out 0s;
	  -moz-transition: all 0.5s ease-in-out 0s;
}
.sidebar-collapse.open {
	transform: rotate(180deg);
}
.prdct-detail-pge-outr .prdct-mnu-outr.mt-5{
	margin-top: 0rem !important;
	margin-bottom: 2rem;
}
.prdct-detail-mnu-outr ul li {
	width: 50%;
	flex: 0 0 auto;
}
.prdct-detail-mnu-outr ul{
	display:none;
}
.prdct-detail-mnu-outr ul.menu{
	display:flex !important;
}
}

@media (max-width: 736px) {
	
	
}

@media (max-width: 667px) {
	
	
}

@media (max-width: 600.98px) {
	.dropdown-menu li{
		width: 50%
	}
	
}
@media (max-width: 575.98px) {
	.gmail-text a{
		font-size: 1rem;
	}
	.phone-txt{
		font-size: 1rem;
	}
	.carousel-caption{
		bottom:-3px;
		position:relative;
		left:0;
		right:0;
		margin-top: 15px;
	}
	.slidr-outr .carousel{
		margin-bottom: 36px;
	}
	.carousel-indicators{
		bottom: -45px;
	}
	.slidr-outr .carousel-caption h2{
		color: var(--topbar-bg);
	}
	.carousel-control-prev, .carousel-control-next{
		align-items: flex-start;
	}
	.carousel-control-prev-icon, .carousel-control-next-icon{
		margin-top: 100%
	}
	.some-box-col{
		flex: 0 0 auto;
    width: 50%;
	}
	.some-box-outr h5{
		font-size: 1rem;
	}
	.some-box-grid-outr .row{
	margin-right: calc(-0.2 * var(--bs-gutter-x));
	margin-left: calc(-0.2 * var(--bs-gutter-x));
	}
	.some-box-grid-outr .row > *{
		padding-right: calc(var(--bs-gutter-x) * 0.2);
  padding-left: calc(var(--bs-gutter-x) * 0.2);
	}
}


@media (max-width: 480.98px) {
	.gmail-text a {
	font-size: 0.8rem;
}
.header-outr.fixed .gmail-text a {
	font-size: 0.8rem;
}
.phone-txt{
		font-size: 0.8rem;
	}
	.header-outr.fixed .phone-txt {
	font-size: 0.8rem;
}
.some-box-outr h5 {
	font-size: 0.8rem;
}
.why-box-col {
	width: 50%;
}
.prdct-detail-mnu-outr ul li {
	width: 100%;
	flex: 0 0 auto;
}
.client-page-outr .about-partner-grid-outr .partner-grid-col{
	width: 100%;
}
.download-grid-text{
	flex-direction: column;
}
.download-grid-text h4{
	width: 100%;
	margin-bottom: 1.3rem;
	text-align: center;
}
.download-grid-text {
	
	align-items: center;
}
	
}
@media (max-width: 421.98px) {
	
}

@media (max-width: 414.98px) {
	.header-outr .navbar-brand img{
		width:200px;
	}
	.slider-heder h4::before {
		left:-70px;
	}
	.slider-heder h4::after {
		right:-70px;
	}
   .dropdown-menu li{
		width: 100%
	}
	.dropdown-item {
	text-align: center !important;
}
.location-box:last-child ul li a{
	font-size: 12px;
}

}

@media (max-width: 384px) {
	
   

}
@media (max-width: 375px) {
	
   

}

@media (max-width: 360px) {
	.gmail-text a {
	font-size: 0.68rem;
}
	.header-outr.fixed .gmail-text a {
	font-size: 0.68rem;
}
.phone-txt{
		font-size: 0.68rem;
	}
	.header-outr.fixed .phone-txt {
	font-size: 0.68rem;
}
.welcome-btn{
	padding: 10px 3rem;
}
   

}

@media (max-width: 320px) {
	
   

}
/*responsinator screen size*/