/*
	Project Name: qonotech - Corporate Agency
	Project URI: https://www.qonotech.com/
	Author: Qono Technologies
	Author URI: https://www.qonotech.com/
*/

/*********** Contents **********
	01.Skeleton
	02.carousel
	03.pagination
	04.Header
	05.Footer
	06.Widgets
	07.Section
	08.product
	09.AboutUs
	10.Service
	11.Contact
*/

/********* SKELETON *********/
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #000000;
}
/*h1,h2,h3,h4,h5,h6 {font-weight: 700;color: #000000;}*/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {font-family: 'Open Sans', sans-serif;color: #000000;font-weight: 700;}

.d-inline-block.blogSmilar {
    width: 100%;
}
.float-left {
    float: left!important;
}

.blogImg {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    pointer-events: none;
}
.ourblogContent {
    width: 64%;
    margin-left: 15px;
}
.blog-card-link{
	position: absolute;
	bottom: 30px;
}
.description-container img{
	width: 100%;
}
.error {
    border: 1px solid red!important;
}
/*h1{
	font-size: 60px!important;
}*/
p,ul,li,.accordion-body{font-family: 'Roboto', sans-serif;color: #363434;line-height: 1.7}
ul,li {margin: 0;}
a,a:hover {color: #000000;text-decoration: none;}
textarea{resize: none;}
button:focus,.btn:focus,.navbar-toggler:focus{outline: none;box-shadow: none;border-color: transparent;}
img{height: auto;max-width: 100%;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #FFFFFF;
}
.f-22{font-size: 22px;}
.f-20{font-size: 20px;}
.f-18{font-size: 18px!important;}
.fixed-top {position: fixed;}
.display-1,.display-2,.display-3,.display-4,.display-5,.display-6,.fw-600 {font-weight: 700;}
.section-pad {padding: 100px 0;}
.fw-500{font-weight: 500;}
.z-index-1{z-index: 1;}
.z-index-2{z-index: 2;}
.line-height-2{line-height: 2;}
.text-justify{text-align: justify;}
.text-primary{color: #1089ff!important;}
.text-dark{color: #202f51!important;}
.text-blue {color: #293b63!important;}
.text-black{color: #000000!important;}
.rounded-3 {border-radius: .625rem!important;}
.shadow {box-shadow: 0 0 1rem rgba(0,0,0,.15)!important;}
.table td:first-child, .table thead th:first-child {
    text-align: left;
}
.table td, .table th {
    padding: 1rem .75rem;
}
.form-control{
	line-height: 1.8;
	font-size: 18px;
	border: 1px solid #7d7d7d;
	font-weight: 500;
	padding: 8px 16px;
}
.form-control:focus{
	box-shadow: none;
	border-color: #2292ff;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d4d4d4;
  font-weight: 400;
  font-size: 16px;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #d4d4d4;
  font-weight: 400;
  font-size: 16px;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #d4d4d4;
  font-weight: 400;
  font-size: 16px;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #d4d4d4;
  font-weight: 400;
  font-size: 16px;
}
.breadcrumb-container{background-color: #fafafa;font-size: 20px;}
.business-img{
	height: 100%;
	object-fit: cover;
}
.business-section-img{
	height: 400px;
    width: 100%;
    object-fit: cover;
}
.solution-section-img{
	height: 320px;
    width: 100%;
    object-fit: cover;
}
.btn-style{
	font-size: 16px;
    font-weight: 700;
    padding: 12px 25px;
    border: none;
    background-color: #ffffff;
    color: #1089ff;
    border-radius: 50rem;
    text-transform: uppercase;
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    min-height: 45px;
}
.free-demo-btn{
    font-size: 14px;
    padding: 7px 20px;
    line-height: 2;
    font-weight: 500;
    min-height: auto;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
}
.btn-primary{
	background-color: #1089ff;
	color: #ffffff;
}
.btn-outline-primary{
	border: 2px solid #1089ff;
}
.btn-warning{
	background-color: #ff5215;
	color: #ffffff;	
}
.btn-warning:hover {
    color: #ff5215;
    background-color: #fff;
    border-color: #ff5215;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%)!important;
}
.text-danger {
    color: #c70039;
}
.blue-bg{background-color: #ecfcff}
.lead{
	font-size: 20px;
	font-weight: 400;
}
.product-logo{
    width: 50px;
	height: 50px;
    object-fit: contain;
}
.link{
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    background-image: linear-gradient(transparent 50%, #dbedff 50%);
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
}
.feather {
	width: 18px;
	height: 18px;
}
.feather.blockquote-icon{
	width: 48px;
	height: 48px;	
}
.badge{
	font-size: 12px;
	font-weight: 500;
}
.bg-danger {
    background-color: #c70039;
}
.banner-section {
	min-height: auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 100px 0;
    margin-top: 64px;
}

.banner-section.home-main-banner{
	background: url('../img/qono_images/close-up-man_ssjk5k.jpg') no-repeat top -70px center / cover;
}
.banner-section.aboutus-section{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676262898/about%20us/qono-about-us-banner.webp') no-repeat center center / cover;
}
.banner-section.food-banner{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676277209/Food/online-food-ordering-system_j1ps72_corjrc.webp') no-repeat center center / cover;
}
.banner-section.grocery-banner{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676282685/grocery/grocery-delivery-platform_j9kaiw_iwtdwb.webp') no-repeat center center / cover;
}
.banner-section.ecommerce-banner{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676274976/eCommerce/ecommerce-software-for-fashion_wwqv3r_nfkqe5.webp') no-repeat center center / cover;
}
.banner-section.homestay-banner{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676283759/homestay/vacation-rental-software_lhbycu_tapbdm.webp') no-repeat center center / cover;
}
.banner-section.rental-banner{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676285302/rental/car-rental-management-software_vn2r3t_dcwpf4.webp') no-repeat center center / cover;
}
.banner-section.gojek-banner{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676281983/gojek_clone/gojek-banner_zaeob0_qpjzyq.png') no-repeat center center / cover;
}
.banner-section.rental-bg{
	background-color: #f0f8ff;
}
.banner-section.digital-banner{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676285903/services/digital-marketing-services_mya95o_xihmxa.webp') no-repeat center center / cover;
}
.banner-section.testing-banner{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676286026/services/software-testing-service_xcfpqi_bsvxez.webp') no-repeat center center / cover;
}
.banner-section.mobile-banner{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676286017/services/Mobile-app-development-service_uoz4ak_h1ue7a.webp') no-repeat center center / cover;
}
.banner-section.hire-banner{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676285910/services/hire-developers-banner_dmdxk5_ff2twh.webp') no-repeat center center / cover;
}
.banner-section.web-banner{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676286033/services/web-development-service_pmlrkj_xzj23x.webp') no-repeat center center / cover;
}
.banner-section.nodejs-banner
{
background: url("..img/resource_hiring/high-angle-man-working-laptop.jpg") no-repeat center center / cover;}


.banner-section.half-banner{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676274677/Case%20studies/pexels-kendall-hoopes-635041_x9r3hj_bvyjev.webp') no-repeat center center / cover;
    color: #fff;
    min-height: calc(50vh);
    padding: 30px;
}
.banner-section.half-banner .overlay{
	background-image: none;
	background-color: rgb(0 11 15 / 65%);
}
.banner-section.half-banner .overlay.light-overlay {
    background-image: none;
    background-color: rgb(0 11 15 / 15%);
}
.banner-section.quarter-banner{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1617196250/Home/windows-skyscraper-business-office_vfjt39.webp') no-repeat center center / cover;
    color: #fff;
    min-height: calc(25vh);
    padding: 0;
}
.banner-section.blog-bg{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676285886/services/Blog_banner_cehbm8_kicz0x.webp') no-repeat center center / cover;
}
.banner-section.food-feature-bg{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676277228/Food/restaurant-ordering-software_r0bb9a_rz3lmy.jpg') no-repeat center center / cover;
}
.banner-section.grocery-feature-bg{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676282692/grocery/grocery-ordering-platform_r1ir6v_uzoogq.jpg') no-repeat center center / cover;
}
.banner-section.homestay-feature-bg{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676283737/homestay/airbnb-like-website_g1unsu_oy87ju.webp') no-repeat center center / cover;
}
.banner-section.rental-feature-bg{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676285322/rental/vehicle-rental-software_imcwcf_xtozsm.jpg') no-repeat center center / cover;
}
.banner-section.ecommerce-feature-bg{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676274974/eCommerce/ecommerce-shopping-cart-software_qvv4qs_wdt2lz.jpg') no-repeat center center / cover;
}
.banner-section.feature-bg{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1617199689/Food/food-delivery-software-features_v8eit2.webp') no-repeat bottom right / 50% #cad8e3;
}

.wave-bg{
	background: url('../img/wave-bg.png') no-repeat center center / cover;
}
#bannerVideo{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-video{
	position: relative;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.triangle-shape{
    position: absolute;
    left: 0;
    top: 60%;
    width: 400px;
    height: 70vh;
    background-color: #f3f9fe;
    border-radius: 50px;
    transform: translate(-50% , -50%) rotate(45deg);
    z-index: -1;
}
.triangle-shape.right{
	left: auto;
    right: -42%;
}
.triangle-shape.orange{
	left: auto;
    right: 0;
    top: 0;
    /*height: 600px;*/
    background-color: #fff8f0;
    transform: translate(50% , 20%) rotate(45deg);
}
.triangle-shape.violet-bg{
	background-color: rgb(196 87 236 / 10%);
}
.orange-ellipse{
	position: absolute;
    top: 30%;
    left: 0;
    transform: translate(-55% , 0) rotate(-15deg) scaleX(-1);
}
.violet-ellipse{
	position: absolute;
    left: auto;
    right: 65%;
    top: -5%;
    transform: rotate(-45deg);
}
.triangle-shape.top{
	top: 25%;
}
.violet-ellipse.circle{
	right: 300px;
    top: -60px;
}
.rectangle-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 85%;
    height: 100%;
    background-color: #f3f9fe;
    border-radius: 50px;
    transform: none;
    z-index: -1;
}
.rectangle-shape.right{
	left: auto;
}
.rectangle-shape.left{
	right: auto;
}
.rectangle-shape.light-orange{
	background-color: rgb(242 88 20 / 10%);
}
.rectangle-shape.light-green{
	background-color: rgb(36 148 15 / 10%);
}
.rectangle-shape.light-blue{
	background-color: rgb(32 149 242 / 10%);
}
.rectangle-shape.light-yellow{
	background-color: rgb(255 186 0 / 10%);
}
.rectangle-shape.light-violet{
	background-color: rgb(174 13 92 / 10%);
}
.rectangle-shape.light-white{
	background-color: rgb(5 5 5 / 5%);
}
.rounded-img{
	border-radius: 50px;
}
/*.ellipsis-style {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}*/
.section-title .badge {
    border-radius: 30px;
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 15px;
}
.section-title .badge-pink {
	background-color: #f9e5eb;
	color: #C70039;
}
.section-title .badge-orange {
	background-color: #f7e9e1;
	color: #f37121;
}
.section-title .badge-violet {
	background-color: #f9eefd;
	color: #c457ec;
}
.section-title .badge-blue {
	background-color: #e6f3ff;
	color: #1089ff;
}
.full-flexed-pills .nav-item{
	flex: 1;
}
.full-flexed-pills .nav-item .nav-link{
	width: 100%;
	border-bottom: 2px solid rgba(50,50,50,.1);
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0;
}
.full-flexed-pills .nav-item .nav-link:hover{color: #0d6efd;border-bottom: 2px solid rgba(50,50,50,.3);}
.nav-pills.full-flexed-pills .nav-link.active, .nav-pills.full-flexed-pills .show>.nav-link {
    color: #0d6efd;
    background-color: transparent;
    border-bottom: 2px solid #0d6efd;
}

.aboutus-card{
	position: relative;
    margin-bottom: 15px;
}
.justify-content p{
	text-align: justify;
}
.overview-div{
	/*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);*/
	top: 64px;
	position: fixed;
    right: 0;
    left: 0;
    z-index: 9;
    background-color: #f9f8f8;
    font-size: 15px;
}
.overview-div .list-inline-item:not(:last-child){
	margin-right: 45px;
	white-space: nowrap;
}
.overview-div .list-inline-item a:hover{
    color: #1089ff;
}
.overview-div .software-logo{
	height: 40px;
	width: auto;
	min-width: 100px;
    object-fit: contain;
    object-position: right;
}
.pricing-list li{
	margin: 15px 0;
}
.border-box:after{
	content: "";
	position: absolute;
	width: 92%;
	height: 90%;
	background-color: rgb(112 185 255);
	right: -10px;
	bottom: -10px;
	z-index: -1;
}

/********* DROPDOWN MENU *********/
.dropdown-item:focus, .dropdown-item:hover {
    color: #1089ff;
    background-color: #f1f1f1;
}
.mega-menu .dropdown-item{
	white-space: normal;
	margin: 5px 0;
	padding: 10px 16px;
}
.mega-menu .dropdown-item p{
	margin-bottom: 0;
	opacity: .6;
	color: #212529;
	font-size: 14px;
}
.mega-menu .dropdown-item:hover{
	background-color: #ffffff;
}
.mega-menu .dropdown-item:hover p{
	opacity: 1;
}
.mega-menu .dropdown-item:hover h6{
    color: #1089ff;
}


/********* CAROUSEL *********/

.carousel-control-div{
    position: relative;
    width: 50px;
    height: 20px;
}
.carousel-control-next, .carousel-control-prev{
	top: auto;
	bottom: 0;
	width: 20px;
	color: #000000;
	opacity: 1;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    left: 30px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
	color: #c90f44;
}
.carousel-indicators{
	bottom: -50px;
}
.carousel-item{
	min-height: 260px;
}

/********* PAGINATION *********/
.pagination{flex-wrap: wrap;}
.page-link{
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    padding: 2px;
   	font-size: 22px;
	border: 1px solid #d4d4d4;
	border-radius: 50%;
	margin: 0 20px;
	color: #303030;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link{
	border-radius: 50%;
	/*color: #d4d4d4;*/
	background-color: #ffffff;
	margin-left: 0;
}

/********* ACCORDIAN *********/
.accordion-button{
	color: #000000;
    background: none;
    border: 0;
    padding: 25px 20px;
}
.accordion-button::after{
	width: 1rem;
	height: 1rem;
	background-size: 1rem;
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
}
.accordion-collapse{
	border: none;
}
.accordion-button:focus{
	box-shadow: none;
    border-color: transparent;
}
.left-position-check{
	margin-left: -24px;
    position: relative;
    left: -10px;
}

/********* HEADER *********/
header .qono-logo{width: 120px;}
header{background-color: #ffffff;}
header .navbar-light .navbar-nav .nav-link{
	color: #212529;
    font-size: 15px;
    margin: 0 20px;
    text-transform: uppercase;
}
header .navbar-light .navbar-nav .nav-link:hover{
	color: #212529;
}
header .navbar-light .navbar-nav .nav-link.show{
	color: #1089ff;
}
header .navbar-light .navbar-nav .nav-item {
    position: relative;
}
header .navbar-light .navbar-nav .nav-link .down-arrow{
	width: 14px;
	height: 22px;
    vertical-align: top;
    transition-duration: 0.8s;
    transition-property: transform;
}
header .navbar-light .navbar-nav .nav-link.show .down-arrow{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
header.navbar-active{
	background-color: #05041e;
	height: 100vh;
    overflow-y: auto;
}
header .navbar-toggler-cancel-icon,header.navbar-active .navbar-toggler-menu-icon{display: none;}
header.navbar-active .navbar-toggler-cancel-icon,header .navbar-toggler-menu-icon{display: block;}
.navbar-toggler-cancel-icon,.navbar-toggler-menu-icon{
	width: 30px;
	height: 30px;
}


/********* FOOTER *********/

footer{
	background-color: #eef5f7;
}
footer .footer-list a{
	display: inline-block;
	margin-bottom: 10px;
}
footer .footer-list a:hover{color: #1089ff;}
.whatapp_con {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 9;
}
/********* WIDGETS *********/
.product-widget {
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px 5px 50px 50px;
	overflow: hidden;
	height: 100%;
}
.product-widget h4,.product-widget1 h4{font-size: 26px;line-height: 1.4;font-weight: 700}
.product-widget-head {
	padding: 30px 20px;
	border-radius: 5px 5px 0 0;
	background-color: #f3f9fe;
}
.product-widget-body {padding: 25px 30px;background-color: #ffffff;}
.product-widget1 {
	border: 2px dashed #ddd;
	padding: 40px;
	border-radius: 5px 5px 50px 50px;
	height: 100%;
	display: flex;
	flex-direction: column;
    align-items: start;
    justify-content: center;
}
.product-widget .badge {
	background-color: #fff;
	border: 1px solid #1089ff33;
	color: #7d7d7d;
	font-size: 12px;
	border-radius: 30px;
	padding: 8px 20px;
	margin-bottom: 0px;
}
.img-float-widget {position: relative;}
.floating-widget {
	position: absolute;
	background-color: #1089ff;
	padding: 25px;
    bottom: -50px;
    left: 50%;
	transform: translateX(-50%);
	width: 250px;
	color: #fff;
}

/********* SECTION *********/
.home-solution-section {background-color: #f7f7f7;}
/*.trust-section .client-logo-list li {filter: grayscale(100%);}*/
.client-logo-list li {
	background: url('../img/client-logo/client-sprite.jpg') no-repeat;
	width: 170px;
	height: 80px;
	background-position: 0 0;
	margin: 15px 0;
}
.client-logo-list li.homevilas{
	background-position: -15px 16px;
}
.client-logo-list li.rapseat{
	background-position: -232px 16px;
}
.client-logo-list li.ziingo-grocery{
	background-position: -398px 16px;
}
.client-logo-list li.active-shop{
	background-position: -590px 16px;
}
.client-logo-list li.dayati{
	background-position: -333px 7px;
    background-size: 1000px;
}
.client-logo-list li.deliverees{
	background-position: -1178px 12px;
}
.client-logo-list li.navadriatic{
    background-position: -1122px 20px;
    background-size: 1900px;
}
.client-logo-list li.svast{
	background-position: -390px 15px;
    background-size: 570px;
    width: 142px;
}
.client-logo-list li.ziingo-food{
	background-position: -2155px 16px;
}
.testimonial-widget {background-color: #f2fcfb;}
.testimonial-content,.customer-name{
	font-size: 26px;
	color: #000000;
}
.customer-type,.testimonial-text{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.24;
}
.check-sym{
	color: #f27f37;
}
.case-studies-section-img{
	height: 333px;
    width: 100%;
    object-fit: cover;
}
.case-studies-section .card{
	background-color: transparent;
}
.case-studies-section .card-body{
	position: relative;
    width: 95%;
    margin-left: auto;
    background-color: white;
    margin-top: -5%;
}
.aboutus-timeline-section {
    color: #fff;
    background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1676261739/about%20us/qono-story_akgvdo_khvfwo.webp') no-repeat center center / cover;
}
.what-we-do-section-img{
	height: 555px;
    width: 100%;
    object-fit: cover;
}


/********* BLOG SECTION *********/
.blog-section .card-title{
	font-size: 20px;
	margin-bottom: 8px;
}
.blog-section .card span {
	font-size: 14px;
	color: #1089ff;
}
.blog-section .card ul {font-size: 15px;}
.blog-section .card hr {opacity: .5;}
.blog-section .card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.blog-section .card:hover{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.curved-link {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #c2c2c2;
}
.curved-link a{
	font-family: 'Roboto', sans-serif;
}
.curved-link a .feather {
    top: -2px;
    position: relative;
}
.blog-member-img{
	width: 55px;
	height: 55px;

}
.blog-member-name{font-size: 18px;}
.blog-member-profession{
	font-size: 14px;
}
.blockquote,.blockquote-footer,.blockquote p{
	font-size: 26px;
	color: #000000;
}
.blog-detail-section {
	font-size: 20px;
}
.blog-content-head{
	font-weight: 400;
    font-size: 26px;
}
.trending-list{
	font-size: 18px;
}
.trending-list a{
	opacity: .75;
}
.trending-list a:hover{
	opacity: 1;
}
.post-card{
	font-size: 18px;
    line-height: 1.2;
    position: sticky;
    top: 100px;
    border: 2px dashed #a2d5ff;
    border-radius: 5px;
}
.post-card-input-group{
    box-shadow: 0 0 15px 0px #ececec;
}
.post-card-input-group .form-control{
    font-size: 16px;
}
.post-card-input-group .btn{
	font-size: 12px;
    font-weight: 700;
}
.career-card .card-body{padding: 2.5rem;}
.career-card p{
	font-size: 20px;
	margin-bottom: 0;
}
.top-positioned-img{
	position: absolute;
	right: 40px;
	top: -26px;
}

/********* PRODUCT *********/
.product-banner{
	background: url('https://res.cloudinary.com/qono-technologies/image/upload/v1616158943/Food/restaurant_jndhcc.webp') no-repeat center center / cover;
	position: relative;
	z-index: 1;
}
.service-banner{
	background: none;
	position: relative;
	z-index: 1;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background-image: linear-gradient(to right, rgb(0 0 0 / 50%),transparent);
	z-index: 0;
}
.service-banner .overlay{
	background-image: linear-gradient(to top, transparent , rgb(250 250 250 / 90%) 20%, rgb(250 250 250 / 100%) 100%,transparent);
    background-image: linear-gradient(to top, transparent , rgb(250 250 250 / 95%) 20%);
}
.line{
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #7d7d7d;
	position: relative;
    top: 100px;
    opacity: .7;
}
.line:before,.line:after{
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #7d7d7d;
	border-radius: 50%;

}
.line:after{
	left: auto;
	right: 0;
}
.product-grid{
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "girl plant" "girl man";
    grid-gap: 10px;
    grid-template-rows: 280px 280px;
}
.product-grid img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.product-grid .first{
	grid-area: girl;
	object-position: 80%;
}
.product-grid.gojek-grid .first{object-position:0;}
.product-grid .second{
	grid-area: plant;
}
.product-grid .third{
	grid-area: man;
}
.product-grid .left{
	object-position: left;
}
.product-grid.ecommerce-grid .first {
    object-position: 28%;
}
.product-grid.rental-grid .first {
    object-position: 40%;
}
.product-grid.homestay-grid .first{
	object-position: 28%;
}

/********* SERVICES *********/
.card-title{
	margin-bottom: .5rem;
    font-size: 26px;
    color: #000000;
}
.mobile-app-card{
	background: url('../img/app-bg.png') no-repeat center / cover ;
	padding: 30px;
}
.mobile-app-card .find-out-btn{
	font-weight: 700;
	font-size: 14px;
	color: #000000;
	line-height: 1;
}
.mobile-app-card p{
	color: #000000;
}

/********* ABOUT US *********/
.about-us .business-img{
	height: 75vh;
}
.carousel-img,.slider-img{
	object-fit: cover;
	border-radius: 6px;
	width: 100%;
	height: 240px;
}
.slider-img{
	border: 4px solid rgb(16 137 255 / 50%);
	height: 215px;
	width: 215px;
	margin: auto;
	display: block;
}
.aboutus-testimonial-section .carousel-indicators [data-bs-target]{
	width: 5px;
	height: 5px;
	background-color: #1089ff;
	border-radius: 50%;
}
.event-img{object-fit: cover;height: 100%;}
.event-widget{
	position: relative;
	display: flex;
	justify-content: center;
	height: 100%;
	height: 240px;
}
.events-link{
	position: absolute;
	bottom: 30px;
	right: 20px;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	font-weight: 700;
	font-size: 12px;
	padding: 6px 12px;
	background-color: #1089ff;
    color: #ffffff;
}
.team-member-name{
}
.team-member-profession{
	font-style: italic;
}

/********* CONTACT US *********/


/********* DEMO *********/
.demo-head{font-size: 42px!important}
.demo-section .form-control{
	background-color: #f3f9fe;
    border: none;
    font-size: 16px;
}
.demo-section .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #21252980;
  font-weight: 500;
}
.demo-section .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #21252980;
  font-weight: 500;
}
.demo-section .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #21252980;
  font-weight: 500;
}
.demo-section .form-control:-moz-placeholder { /* Firefox 18- */
  color: #21252980;
  font-weight: 500;
}
.demo-points li{
	margin-bottom: 5px;
}
.demo-points li .left-position-check {
    margin-left: -18px;
    position: relative;
    left: -16px;
}

/**********WHAT WE DO SECTION************/

.what-we-do-section .card-body{
	position: relative;
	z-index: 1;
    background-color: #fcfcfc;
    border-bottom: 10px solid #1089ff;
   	transition-duration: 0.8s;
    transition-property: background-color;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.what-we-do-section .card-body:hover{
	background-color: #1089ff;
}
.what-we-do-section .card-title{
	font-size: 22px;
	margin-bottom: 1rem;
}
.what-we-do-section .link{
	width: 106px;
	background-image: linear-gradient(transparent 50%, #000000 50%);
	opacity: 0;
	transition-duration: 0.8s;
    transition-property: opacity;
    position: relative;
    top: 10px;
    font-size: 16px;
}
.what-we-do-section .card-body:hover .link{
	opacity: 1;
}
.what-we-do-section .card-body:hover .card-title,
.what-we-do-section .card-body:hover .card-text{
	color: #ffffff;
}

.success-stories-section .card:hover,
.case-studies-section .card:hover .card-body{
	box-shadow: 0 5px 1rem #00000055!important;
	transition-duration: 0.8s;
    transition-property: box-shadow;
}

/***********FAQ****************/
.faq-section .full-flexed-pills .nav-item .nav-link{
	font-weight: 500;
    width: auto;
    margin: auto;
    padding: 0px;
    border-color: transparent;
}
.faq-section .full-flexed-pills.nav-pills.full-flexed-pills .nav-link.active, 
.faq-section .full-flexed-pills.nav-pills.full-flexed-pills .show>.nav-link{
	border-color: #000000;
}

/********* SPRITE ICONS **********/
.sprite-icon{
	width: 44px;
	height: 44px;
	background-image: url('../img/sprite-icons.png');
	background-repeat: no-repeat;
	background-position: 0 1px;
}
.sprite-icon.teamwork-icon{
	width: 66px;
	height: 66px;
	margin: auto;
	background-position: -696px 0px;
}
.sprite-icon.dedication{
	width: 66px;
	height: 66px;
	margin: auto;
	background-position: -778px 0px;
}
.sprite-icon.reputation{
	width: 66px;
	height: 66px;
	margin: auto;
	background-position: -857px 1px;
}
.sprite-icon.food-web-ordering{
	background-position: -58px 1px;	
}
.sprite-icon.food-mobile-app{
	background-position: -125px 1px;	
}
.sprite-icon.food-admin-panel{
	background-position: -174px 1px;	
}
.sprite-icon.food-merchant-panel{
	background-position: 0px 1px;	
}
.sprite-icon.food-manage-menu{
	background-position: -294px 1px;	
}
.sprite-icon.food-commission-tracking{
	background-position: -232px 1px;	
}
.sprite-icon.grocery-web-ordering{
	background-position: -58px 1px;	
}
.sprite-icon.grocery-mobile-app{
	background-position: -125px 1px;	
}
.sprite-icon.grocery-admin-panel{
	background-position: -174px 1px;	
}
.sprite-icon.grocery-merchant-panel{
	background-position: 0px 1px;	
}
.sprite-icon.grocery-schedule-delivery{
	background-position: -294px 1px;	
}
.sprite-icon.grocery-order-management{
	background-position: -232px 1px;	
}


/********* MEDIA QUERY **********/


@media (min-width: 576px){
	.right-positioned-col .card .card-body{
		padding: 4rem;
	}
}

@media (min-width: 992px) and (max-width: 1199px)  {
.mega-menu.mega-menu1.dropdown-menu[data-bs-popper]{transform: translateX(-35%);}
.nav-item.dropdown .mega-menu1.dropdown-menu:before,.nav-item.dropdown .mega-menu1.dropdown-menu::after{left:33%}

}
@media (min-width: 992px){
	.floating-widget{
		bottom: 0;
		top: auto;
		transform: none;
		right: 0;
	}
	.about-us.img-float-widget{
		padding-right: 100px;
	}
	.about-us .floating-widget{
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}
	.home.img-float-widget{
	    height: 628px;
	}
	.event-img.festival{
		height: 488px;
	}
	.mega-menu.dropdown-menu[data-bs-popper] {
		width: 800px;
		left: 50%;
		transform: translateX(-45%);
	}
	
	@media (min-width: 992px) {
		.mega-menu.dropdown-menu[data-bs-popper] {
			width: 690px ;
				}
	}
	
	@media (min-width: 992px) {
		#resourcehiringDropdownMenuLinks .mega-menu.dropdown-menu[data-bs-popper] {
			width: 800px !important;
			transform: translateX(-47%) !important;
		}
	}
	
	.mega-menu.industries-menu.dropdown-menu[data-bs-popper]{
		width: 650px;
	}
	.nav-item.dropdown .dropdown-menu{
		top: 123%;
	}
	.nav-item.dropdown .dropdown-menu:before{
		content: '';
	    position: absolute;
	    width: 14px;
	    height: 0;
	    border: 7px solid transparent;
	    border-bottom: 7px solid #fff;
	    top: -14px;
	    left: 49%;
	    -ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
	.nav-item.dropdown .dropdown-menu::after {
	    content: '';
	    position: absolute;
	    width: 14px;
	    height: 0;
	    border: 6px solid transparent;
	    border-bottom: 4px solid rgba(0,0,0,.2);
	    top: -13px;
	    left: 49%;
	    -ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	    z-index: -100;
	    filter: blur(2px);
	    opacity: .5;
	}
	.carousel-control-div{
		position: absolute;
	    right: 0;
	    bottom: 10px;
	}
	.client-logo-list li{
		margin: 15px 24px;
	}
	.home-solution-section .card{
		height: 180px;
		margin-bottom: 50px;
	}
	.right-positioned-col{
		position: absolute;
		right: 0;
		top: 80px;
	}
	.positioned-row{
		margin-bottom: 100px;
	}
	.solution-section .right-positioned-col{
		top: -50px;
		height: 420px;
	}
	.right-aligned-col{
		position: absolute;
		right: 0;
	}
}

@media (min-width: 1200px){
	.product-grid{
    	padding-right: 4rem;
	}
	.banner-section{
		min-height: calc(100vh - 64px);
		padding: 0;
	}
	.banner-section.service-banner{
		min-height: calc(100vh - 64px);
	}
	.banner-section.aboutus-section{
		min-height: calc(100vh - 64px);
	}
	h1{
		font-size: 55px!important;
	}
	h2{
		font-size: 45px!important;
	}
	h3{
		font-size: 40px!important;
	}
	h4{
		font-size: 25px!important;
	}
	h5{
		font-size: 20px!important;
	}
	
	.aboutus-card{
		margin-bottom: -210px;
	}
	.aboutus-timeline-section{
    	margin-bottom: 150px;
	}
}
@media (min-width: 1400px){
	.carousel-img{
		height: 280px;
	}
	.home.img-float-widget{
	    /*padding-left: 50px;*/
	}
	
}
@media (max-width: 1024px){
	.banner-section.home-main-banner{background-position: center center;}
}
@media (max-width:775px){
	.blog-section .card img{
		display:none;
	}
}
@media (max-width: 991px){
	.mobile-app-card{
		margin-bottom: 15px;
		text-align: left!important;
	}
	.mega-menu.dropdown-menu p{
		display: none;
	}
	header .navbar-light .navbar-nav .nav-link{
		margin: 0;
    	padding: 10px 20px;
	}
	.navbar-nav .dropdown-menu{
		border-radius: 0;
	}
	.navbar-brand{
		margin-left: 1rem;
	}
	header.landing-page .navbar-light .navbar-toggler,
	header.active .navbar-light .navbar-toggler-cancel-icon,
	header.active .navbar-light .navbar-nav .nav-link,
	header.navbar-active .navbar-light .navbar-nav .nav-link,
	header.navbar-active .navbar-light .navbar-toggler-cancel-icon{
		color: #ffffff;
	}
	header.landing-page.active .navbar-light .navbar-toggler .navbar-toggler-menu-icon{
		color: #05041e;
	}
	.rectangle-shape{
		width: 100%;
	}
	.product-grid{margin-bottom: 30px;}
	.section-pad{
	    padding: 50px 0;
	}
	.right-positioned-col{
		position: relative;
		top: -140px;
		margin-bottom: -140px;
		padding: 0 25px;
	}
	.home-solution-section .card{
		height: 100%;
	}
	.home-solution-section .card-col{
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) and (max-width: 1023px){
	.product-grid{
		grid-template-rows: 150px 150px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.aboutus-card{min-height: 300px;}
}
@media (max-width: 992px){
	.demo-points li .left-position-check{margin-left: 10px;}
}
@media (max-width: 768px){
.orange-ellipse,.violet-ellipse{display: none;}
}

@media (max-width: 575px){
	.banner-section.home-main-banner{background-image: linear-gradient(125deg, #9785F8, #99b1fd 50%);}
	.banner-section{background-position-x: left!important;}
	.banner-section.rental-banner,.banner-section.food-banner,.banner-section.homestay-banner,.banner-section.grocery-banner,.banner-section.ecommerce-banner,.banner-section.gojek-banner{background:#ebf7f5}

	.card {
		text-align: center;
	}
	.blog-section .card {
		text-align: left;
	}
	.testimonial-widget{
		margin: 0 -12px;
		padding: 16px;
	}
	.carousel-img{
		width: 240px!important;
	    margin: 15px auto;
	}
	.slider-img{
		width: 100%!important;
		
	}
	.carousel {
	    position: relative;
	    min-height: 500px;
	}
	.carousel-control-div {
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 10px;
	}
	.page-link {
	    width: 40px;
	    height: 40px;
	    line-height: 36px;
	    font-size: 16px;
	    margin: 5px 10px;
	}
	.client-logo-list li{
		margin: 0;
	}
	.overview-div ul{
		overflow-x: scroll;
	}
	.lead, .testimonial-content, .customer-name {
	    font-size: 18px;
	}
	.customer-type, .testimonial-text, .blockquote, .blockquote-footer, .blockquote p {
	    font-size: 16px;
	}
	.curved-link{
		font-size: 14px;
		flex-direction: column;
	}
	.curved-link a{
		margin-top: 6px;
	}
	.banner-section{
		padding: 70px 30px 100px;
		text-align: center;
	}
	.sprite-icon{
		margin-bottom: 15px!important;
	}
	.product-grid{
		grid-template-areas: "girl girl""plant man";
		grid-template-rows: 280px 170px;
		
	}
	.product-grid .first{
		object-position: 20% 26%;
	}
	.product-grid.gojek-grid .first{
		object-position: 20% 37%;
	}



	.business-section-img {
	    height: 300px;
	}
	.case-studies-section-img{
		height: 215px;
	}
	.banner-section.half-banner.case-studies-section{
		min-height: calc(25vh);
	}

}
@media screen and (max-width: 480px) {
.whatapp_con{bottom: 5px;}
footer p.mb-0{padding-bottom: 1rem!important;}
}

/* Zomato Clone Page CSS */
.banner-img{
	background-color: #F0F8FF;
}
.orangeline {
    width: 100px;
    border-radius: 50px;
    height: 5px;
    background-color: #da1c36;
    margin-top: 15px;
	margin: auto;
	position: relative;
	top: 0;
}
.w-40{
	width: 40%;
}
.w-20{
	width: 20%;
}
.nav-landing {
    display: inline-flex;
    justify-content: space-evenly;
    align-content: stretch;
    align-items: stretch;
    background: #f7f7f7;
    border-radius: 40px;
    width: 100%;
	padding: 15px;
}
.landing-new .nav-pills .nav-link.active, .landing-new .nav-pills .nav-link:hover, .landing-new .nav-pills .show>.nav-link {
    background-color: #000;
    border-right-color: 0;
    border-radius: 70px;
    color: #fff;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
}
.zomato-clone ul li {
    position: relative;
    margin: 25px 0;
	padding-left: 10px;
}
.zomato-clone ul {
	/* padding-left: 10px; */
}
.zomato-clone ul li:before {
    position: absolute;
    background-repeat: no-repeat;
    content: "";
	left: -30px;
    top: -2px;
    width: 30px;
    height: 30px;
    background-image: url('../images/check.png');
}
.grow-section p{
	font-size: 20px;
}
.grow-section h5{
	color: #1089FF;
}
/* Digital Marketing Course */
.digital-marketing-course{background: url('../images/dm-c.png');background-position: center; background-repeat: no-repeat; background-size: cover;}
@media (min-width: 1200px){.digital-marketing-course.banner-section {min-height: auto;padding: 100px;}}
.dm-sec-2 .card{border-radius: 5px;}
.dm-sec-2 .card img {position: absolute;top: -32px;left: 22px;}
.bg-c-yellow{background: #FDF8E8;}
.bg-c-green{background:#ECF9F4}
.bg-c-red{background:#FCEBED}
.blue-text{color:#051e97}
.fw-600{font-weight: 600 !important;}

/*All clone page banners*/
.banner-bigbasket{
	background: url('../images/bigbasket-banner.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-happyfresh{
	background: url('../images/happyfresh-banner.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-grofers{
	background: url('../images/grofers-banner.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-deliveroo{
	background: url('../images/deliveroo-banner.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-doordash{
	background: url('../images/doordash-banner.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-eat24{
	background: url('../images/eat24-banner.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.justeat-banner{
	background: url('../images/justeat-banner.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
 .count {

    top: 0;
    right: 0;
    z-index: 2;
    font-size: 18px;
    border-radius: 50%;
    background: #1089ff;
    width: 50px;
    height: 50px;
    line-height:50px;
    display: block;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
  }

  .primary_fill {
    fill: #1089ff;
	}
	.dark_fill {
		fill: #111111;
		}
.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;font-weight: 900}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #1089ff; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: white; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #1089ffcc;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }


.hidden{
	display: none;
}

/* Colors

blue   - #1089ff
red    - c70039 
pink   - #C70039
orange - #f37121
violet - #c457ec
navy   - #000000 


/* Colors

blue   - #1089ff
red    - c70039
pink   - #C70039
orange - #f37121
violet - #c457ec
navy   - #000000

