@media (min-width: 320px) and (max-width: 767px){

	.contact-btn .affiliate.btn.right {
	    box-shadow: 0 0 8px 0 rgb(0 0 0 / 25%);
	    height: 63px;
	    margin-top: 0;
	    padding: 4px;
	    width: 290px;
	}
	#banner img {
	    width: 100%;
	    height: 100%;
	}
	#banner-logo {
	    background: linear-gradient(90deg,#c0e7fc,#edf6fb 50%,#c0e7fc);
	    padding: 20px 0 24px;
	}
	#services .ser-card img {
	    width: 100%;
	    height: 200px;
	    object-fit: cover;
	}
	#services .ser-card .des {
	    background: linear-gradient(270deg,#082858,#195996);
	    border-radius: 5px;
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
	    color: #fff;
	    font-size: 16px;
	    font-weight: 700;
	    margin-top: -10px;
	    padding: 11px;
	    position: relative;
	    text-align: center;
	    z-index: 1;
	}
	#product .product-box {
	    text-align: center;
	    position: relative;
	    border-right: 0px solid #fff;
	    margin-bottom: 30px;
	    border-bottom: 1px solid #fff;
	    width: 100%;
	    margin: 10px auto;
	    padding-bottom: 20px;
	}
	#product {
	    background-image: url(../img/product/banner.jpg);
	    background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
	    padding: 50px 0 0;
	}
	.cart-img img{
		width: 10%;
	}
	.search {
	    height: 40px;
	    background-color: #EDEDED;
	    display: grid;
	    grid-template-columns: 18rem 1fr;
	    align-items: center;
	    text-align: center;
	    border-radius: 15px;
	    cursor: pointer;
	    color: #000;
	    position: relative;
	    margin: 0px 20px;
	}
	.side-menu .request-btn {
	    text-align: center;
	    margin-left: -15px;
	    margin-bottom: 0;
	    margin-top: 20px;
	}
	.side-menu .header .logo img {
	    width: 130px;
	    padding-left: 10px;
	}
	.side-menu .cart-img {
    	position: relative;
    	margin: 20px auto;
	}
	.side-menu .cart-img img {
	    width: 25px;
	    position: relative;
	}
	.side-menu .cart-img span {
	    background: #71bcf8;
	    border-radius: 2px;
	    color: #fff;
	    font-size: 13px;
	    font-weight: 700;
	    height: 14px;
	    line-height: 11px;
	    padding: 2px;
	    position: absolute;
	    left: 16px;
	    top: -4px;
	}
	.flag-dropdown {
    	margin-left: 0;
	}
	.socialMenu, ul {
	    list-style: none;
	    margin: 15px 0;
	    padding: 0;
	}
	#contact .input-field{
		margin-bottom: 30px;
	}
	.floatingOn span {
	    background: linear-gradient(90deg,#023e61,#1b6c9c);
	    border-radius: 20px;
	    color: #fff;
	    display: block;
	    font-size: 20px;
	    padding: 10px;
	    text-align: center;
	    width: 200px;
	    width: 100%;
	}
	#banner-logo .head h2 {
	    color: #333;
	    font-size: 22px;
	    font-weight: 700;
	    margin: 30px 0 20px;
	    text-align: center;
	}
	.about-area .about-content .section-title .title {
	    padding-right: 0;
	    margin-bottom: 20px;
	}
	.about-area .about-content {
	    margin-right: 0;
	}
	.section-title .title {
	    font-size: 36px;
	    letter-spacing: -0.135px;
	    line-height: 38px;
	    margin-bottom: 0;
	    margin-top: 0;
	    font-weight: 700;
	    font-family: var(--calibri-bold);
	    color: #000;
	}
	.about-area .layer-style .experience-time .content:after{
		left: 0;
	}
	.contact-info {
	    padding: 2pc 10px;
	}
	.contact-info li a i{
		margin-right: 10px;
	}
	#contact-us-form {
	    padding: 0px 0 0;
	}

	.page-title-area .layer-shape{
		display: none;
	}
	.page-title-area:before{
		display: none;
	}
	.page-title-area:after{
		display: none;
	}
	.page-title-area {
	    overflow: hidden;
	    padding: 0;
	    position: relative;
	    z-index: 1;
	    background-image: url(../img/ser-banner.webp);
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	    height: calc(100vh - 100px);
	}
	#service-details .detail-right .widget {
	    background-color: #f6f7fc;
	    border-radius: 25px;
	    padding: 20px;
	    margin-bottom: 69px;
	}
	#servies-page .img-contain {
		margin-bottom: 20px;
	}
	#servies-page .img-contain .content-service-wrapper .content-service {
	    position: relative;
	    overflow: hidden;
	    background-color: #fff;
	    top: 0;
	    right: 0;
	    max-width: 370px;
	    margin: 0;
	    padding: 10px 10px;
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
	    z-index: 1;
	}
	#servies-page .img-contain .content-service-wrapper .content-service .icon {
	    position: static;
	    transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    -webkit-transition: all .3s ease;
	    -o-transition: all .3s ease;
	    min-width: 40px;
	    width: 20px;
	    height: 40px;
	    background: #000;
	    border-radius: 50%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	#servies-page .img-contain .content-service-wrapper .content-service .icon i {
	    transition: all .3s ease;
	    -moz-transition: all .3s ease;
	    -webkit-transition: all .3s ease;
	    -o-transition: all .3s ease;
	    display: inline-flex;
	    font-size: 18px;
	    color: #fff;
	}
	#counters .counting {
	    font-size: 24px;
	    text-align: center;
	    font-family: var(--calibri-regular);
	    border: 6px solid #429ac1;
	    border-radius: 50%;
	    width: 100px;
	    height: 100px;
	    padding: 0;
	    justify-content: center;
	    align-items: center;
	    display: flex;
	    margin: 0 auto;
	}
	#counters .stats h6 {
	    font-size: 20px;
	    color: #000;
	    padding: 20px 0;
	    font-weight: bold;
	}
	#servies-page .head span:before {
	    content: "";
	    background-color: #3895D3;
	    position: absolute;
	    top: 8px;
	    width: 15%;
	    height: 2px;
	    left: -40px;
	}
	#servies-page .head h2 {
	    font-size: 38px;
	    color: #000;
	    font-weight: 700;
	    font-family: var(--calibri-regular);
	    max-width: 800px;
	    margin: 10px auto;
	}

	#wave .head h1 {
	    text-align: center;
	    font-family: var(--calibri-regular);
	    color: #fff;
	    font-size: 42px;
	    font-weight: 800;
	    position: relative;
	    width: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    height: calc(100vh - 430px);
	    text-shadow: 0px 4px 3px rgb(0 0 0 / 15%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
	}

	.tab {
	    font-size: 16px;
	    padding: 15px 5px;
	    cursor: pointer;
	}
	#project-detail .content .content-item .portfolio-info-list {
	    background: linear-gradient(90deg,#4396be,#3dc1da);
	    border-radius: 20px;
	    bottom: 50px;
	    max-width: 100%;
	    padding: 20px 20px 33px 25px;
	    position: relative;
	    right: 0;
	}
	.portfolio-menu ul li {
	    display: inline-block;
	    margin: 0;
	    list-style: none;
	    padding: 6px 10px;
	    border: 1px solid #3dc1da;
	    cursor: pointer;
	    transition: all .5 ease;
	    margin: 0 10px 10px 0;
	    border-radius: 8px;
	}
	.page-title-area .page-title-content .title {
	    color: #000;
	    font-size: 40px;
	    line-height: 1.1;
	    margin-bottom: 22px;
	}
	.funfact-area.funfact-default-area .section-title .title {
	    margin-bottom: 71px;
	    padding-top: 0px;
	    font-size: 40px;
	    line-height: 40px;
	}
	.funfact-items-style1 .funfact-item .number .counting {
	    font-size: 30px;
	    transition: 0.1s;
	    -webkit-transition: 0.1s;
	    -moz-transition: 0.1s;
	    -ms-transition: 0.1s;
	    -o-transition: 0.1s;
	}
	.about-area .layer-style .thumb img{
		height: 100%!important;
	}
	.map-slider .owl-nav {
	    margin: 0 0px;
	}
	.flip-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.flip-card-back p {
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0;
    padding: 10px;
    text-align: left;
}
.flip-card .filp-btn a {
    display: inline-block;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 16px;
    cursor: pointer;
    transition: .3s;
    font-family: var(--calibri-regular);
}

.flip-card .des{
	background: linear-gradient(270deg,#082858,#195996);
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: -10px;
    padding: 11px;
    position: relative;
    text-align: center;
    z-index: 1;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
    margin-bottom: 0px;
}
#banner-logo .techno-slider .sop-img img {
    width: 90%;
    margin: 0 auto;
}
#client .client-slider .sop-img img {
    width: 90%;
    margin: 0 auto;
}
.custom-about {
    padding: 40px 0 0!important;
}
.about-area .img img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

}


@media (min-width: 768px) and (max-width: 1024px){
	.about-area .about-content {
	    margin-right: 0;
	}
	#service-details .detail-right .widget {
	    background-color: #f6f7fc;
	    border-radius: 25px;
	    padding: 30px 20px 10px;
	    margin-bottom: 69px;
	}
	#service-details .detail-right .widget h3 {
	    font-size: 24px;
	    margin-bottom: 25px;
	    font-family: var(--calibri-regular);
	    font-weight: 600;
	}
	#service-details .detail-right .widget .widget-category a {
	    background-color: #fff;
	    border-radius: 15px;
	    color: #121421;
	    display: block;
	    font-size: 16px;
	    margin-bottom: 17px;
	    padding: 18px 20px 10px;
	    position: relative;
	    font-family: var(--calibri-regular);
	}
	.widget-form .contact-form {
	    background: #000;
	    border-radius: 10px;
	    padding: 30px 20px;
	}
	.widget-form .contact-form .head .title {
	    font-size: 28px;
	    font-weight: 600;
	    color: #fff;
	    position: relative;
	    z-index: 1;
	}
	.widget-form .contact-form .head .title span:after {
	    background-color: #3ebdd7;
	    bottom: 0;
	    height: 11px;
	    right: 0px;
	    width: 75px;
	    content: '';
	    z-index: -1;
	    position: absolute;
	}
	.widget-form .contact-form .input-field .form-btn {
	    background-color: #fff;
	    color: #19ce67;
	    font-size: 16px;
	    font-weight: 700;
	    height: 60px;
	    letter-spacing: 0;
	    margin-top: 24px;
	    padding: 0px 20.34px;
	    border-radius: 50px;
	    font-family: var(--calibri-regular);
	}
	#servies-page .img-contain .content-service-wrapper .content-service {
	    position: relative;
	    overflow: hidden;
	    background-color: #fff;
	    top: -90px;
	    right: 0;
	    max-width: 370px;
	    margin: 0;
	    padding: 20px 20px;
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
	    z-index: 1;
	}
	#counters .counting {
	    font-size: 40px;
	    text-align: center;
	    font-family: var(--calibri-regular);
	    border: 6px solid #429ac1;
	    border-radius: 50%;
	    width: 150px;
	    height: 150px;
	    padding: 0;
	    justify-content: center;
	    align-items: center;
	    display: flex;
	    margin: 0 auto;
	}
	#counters .stats h6 {
	    font-size: 20px;
	    color: #000;
	    padding: 20px 0;
	    font-weight: bold;
	}


}