 
 
 /*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) {
	.header-outr .logo img {
	width: 176px;
}
.menu li.nav-item a.nav-link{
	font-size:15px;
	padding-left: 5px;
	padding-right: 5px;
}
.header-outr.fixed .logo img {
	width: 150px;
	
}
.topserach-box {
	color: #fff;
	position: absolute;
	right: 12px;
	top: 30px;
}
    
}

@media (max-width: 1200px) {
	 
    
}

@media (max-width: 1199.98px) {
	 .menu li.nav-item a.nav-link {
	font-size: 14px;
	
}
.about-box-outr{
	padding-left: 15px;
	padding-right: 15px;
}
.about-box-outr h3{
	font-size: 20px;
}
.about-box-outr h3 {
	margin-bottom: 30px;
}
.our-client-box-col{
	width: 50%;
}
.what-do-box-col{
	width: 50%;
}
.footer-top .col-sm-3{
	width: 50%;
}
.footr-logo-outr{
	padding-bottom:0px;
}
.footr-logo-outr p{
	margin-bottom: 0px;
}
.footr-menu-outr {
	margin-top: 30px;
	margin-bottom: 20px;
}
.footr-form-outr {
	margin-top: 35px;
}
.about-unique-content-outr {
	padding: 30px 30px 30px 30px;
	text-align: left;
}
.about-unique-content-outr{
	width: auto
}
.about-unique-content-outr {
	/* width: 100%; */
	margin-left: 240px;
}
    
}

/*responsinator screen size*/
@media (max-width: 1024px) {
	 
    
}
@media (min-width: 992px) {
	 
    
}

@media (max-width: 992px) {
	 
    
}
@media (min-width: 992px) {
  .navbar-close {
    display: none;
  }
}

@media (max-width: 991.98px) {
	.slider-caption h1{
		font-size: 30px;
	}
	.slider-caption p {
	font-size: 20px;
	
}
.navbar-toggler{
	border-color: #fff !important;
	--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%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
	margin-right: 30px !important;
}
.navbar-toggler:focus{
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,1) !important;
}
.navbar-inr .container-fluid{
		flex-direction: row;
	} 
	.navbar-close {
        cursor: pointer;
        width: 100%;
		/*background: rgba(51,51,51,0.9);*/
        text-align: right;
        padding: 10px 20px 10px;
		border-bottom: 1px solid #fff;
    }
  .header-outr   .navbar-collapse {
        position: fixed;
        right: -100%;
        top: 0px;
        bottom: 0;
		opacity:0;
        z-index: 999;
        background: rgba(0,0,0,0.9);
        height: 100% !important;
        width: 100%;
        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;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
    }
    .header-outr .navbar-collapse.show {
        right: 0;
		opacity:1;
        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;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
    }
    .header-outr .collapse:not(.show) {
        display: block !important;
    }
	.navbar-close a i {
		color: #fff;
		font-size: 25px;
	}
	.navbar-close a:hover i{
		color: #e10000;
	}
	.menu > li > a{
		text-align: center;
		max-width: 300px;
		margin: 0 auto;
	}
	.navbar-nav .nav-item.dropdown{
		justify-content:center;
	}
	.menu > li > a{
		justify-content: center;
	}
	.menu-right li a{
		padding-top: 10px !important;
	}
	 .menu{
		 margin-bottom: 0px !important;
		 max-height: calc(100vh - 68px);
		 overflow: auto !important;
	 }
	 .dropdown-item{
		 white-space: normal;
	 }
	 .dropdown-menu{
		 max-width: 300px;
		 margin:0 auto;
	 }
	 .navbar-nav .nav-item.dropdown{
		 flex-direction: column;
	 }
	 .menu li.nav-item a.nav-link {
	font-size: 15px;
	
}
.about-box-col{
	width: 100% !important;
}
.topserach-box {
	color: #fff;
	position: absolute;
	right: 12px;
	top: 25px;
}
.industry-box-col{
	width: 100%;
}
.what-to-box-col{
	width: 100%;
}
.index-form-box-outr {
	padding: 80px 30px 70px 30px;
}
.testimonial-sec-inr .owl-nav button{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	   -webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
}
.testimonial-sec-inr .owl-nav button.owl-prev{
	left:0;
}
.testimonial-sec-inr .owl-nav button.owl-next{
	right:0;
}
.testimonial-sec-inr .owl-theme .owl-nav{
	margin-top: 10px;
}
.testimonial-slidr-outr {
	margin-top: 30px;
}
.best-friend-sec-inr {
	padding: 30px 0px 35px !important;
}
.page-banner{
	height: 100vh;
}
.about-grid-col{
	width: 50%;
}
.about-unique-content-outr {
	/* width: 100%; */
	margin-left: 0px;
}
.about-team-box-col {
	width: 50%;
}
.page-banner-caption{
	left:0;
	right:0;
	padding: 0px 30px;
}
.page-banner-caption h2 {
	margin-bottom: 0px;
	color: #fff;
	font-size: 25px;
}
.service-box-col{
	width: 50%;
}
.service-form-col{
	width: 50%;
}
.service-content-col{
	width: 50%;
}
.service-content-outr {
	padding: 0px 0px;
}
.service-point-box-col{
	width: 100%;
}
.service-point-box-col + .service-point-box-col{
	margin-top: 50px;
}
.service-point-box-col {
	margin: 0 auto;
	max-width: 245px;
}
.service-point-grid-outr .row{
	flex-direction: column;
}
.service-point-box-outr h2 {
	font-size: 19px;
	margin-bottom: 15px;
}
.service-point-box-col + .service-point-box-col {
	margin-top: 30px;
}
.talk-sec-inr {
	padding: 60px 0px 60px;
	text-align: center;
}
}

@media (max-width: 768px) {
	
	
}

@media (max-width: 767.98px) {
	.searchform .btn-search{
		padding: 0px 20px;
		width: auto !important;
		font-size: 20px;
		height: 60px;
	}
	.slider-caption p {
	font-size: 18px;
}
.our-client-box-col {
	width: 100%;
}
.our-client-box-outr{
	text-align: center
}
.our-client-box-txt h3::before{
	left: 50%  !important;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.what-do-box-col{
	width: 100%;
}
.what-to-box-col{
	width: 100%;
}
.industry-box-col .what-do-box-outr{
	flex-direction: column;
}
.industry-box-col .what-do-box-img{
	width: 100%;
}
.what-to-box-outr{
	padding-left: 15px;
	padding-right: 15px;
}
.index-form-sec-outr .col-sm-6{
	width: 100%;
}
.three-column-sec-outr .col-sm-4{
	width: 100%;
}
.footer-top .col-sm-3{
	width: 100%;
}
.footr-logo-outr {
	padding-bottom: 0px;
	text-align: center;
}
.footr-form-outr {
	margin-top: 20px;
	margin-bottom: 30px;
	max-width: 380px;
	margin-left:auto;
	margin-right:auto;
}
.footr-menu-outr {
	
	max-width: 218px;
	margin-left:auto;
	margin-right:auto;
}
.footer-bottom-inner .float-start{
	float: none !important;
	text-align: center;
}
.footer-bottom-inner .float-end{
	float: none !important;
	margin-top: 20px;
	
}
.footer-social-icon {
	
	justify-content: center;
}
.about-grid-col {
	width: 100%;
}
.about-number-wrapper .col-sm-3{
	width: 50%;
}
.service-form-col {
	width: 100%;
}
.service-content-col {
	width: 100%;
}

}

@media (max-width: 736px) {
	
	
}

@media (max-width: 667px) {
	
	
}

@media (max-width: 600px) {
	
	.slider-caption h1 {
	font-size: 25px;
}
.slider-caption p {
	font-size: 15px;
}	 
.about-team-box-col {
	width: 100%;
}

}
@media (max-width: 575.98px) {
	
	.searchform .form-control{
		flex: 0 0 auto;
  width: 100%;
  border-radius: 50px !important;
	}	
    .search-fullscreen-form .input-group{
		flex-direction: column;
		align-items: center;
	}	
	.btn-search{
		border-radius: 50px !important;
		margin-top: 20px;
	}
	.searchform .form-control{
		height: 60px !important;
	}
	.service-box-col{
	width: 100%;
}

}
@media (max-width: 568px) {
	
		 

}


@media (max-width: 480.98px) {
	
	.slider-caption h1 {
	font-size: 20px;
}	 
.carousel-control-prev span, .carousel-control-next span {
	height: 40px;
	width: 40px;
	
}
.what-form-btn{
	font-size: 25px;
}

}

@media (max-width: 414.98px) {
	
   .searchform .form-control{
	   font-size: 15px !important;
   }
   .searchform .btn-search{
	   font-size: 18px;
   }
   .search-close-btn{
	   right: 15px;
   }
   .search-close-btn{
	   top: 20px;
   }
   .slider-caption h1 {
	font-size: 17px;
}
.slider-caption p {
	font-size: 12px;
}
.heading h3 {
	font-size: 20px;
	margin-bottom: 0px;
}
.what-form-btn {
	font-size: 23px;
}
.page-banner-caption h2 {
	margin-bottom: 0px;
	color: #fff;
	font-size: 17px;
}
.service-accordion-sec-inr .faq-content-outr .accordion-header button {
	color: #000;
	font-size: 18px;
}

}

@media (max-width: 384px) {
	
   

}
@media (max-width: 375px) {
	
   

}

@media (max-width: 360px) {
	
   

}

@media (max-width: 320px) {
	
   

}
/*responsinator screen size*/