/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic.woff2') format('woff2'),
      url('../fonts/CenturyGothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
      url('../fonts/CenturyGothic-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


/*Global*/
html, body{
  color: #333;
  font-family: 'Century Gothic';
  font-size: 22px;
}

.container{
  max-width: 1280px;
}

.fixed_header {
  /* padding-top: 60px; */
}


section{
  overflow-x: hidden;
}


.mobile_only{
  display: none !important;
}

.posRel{
  position: relative;
}

.easing,
.headerWidget,
.headerWidget #navbar > ul > li > a,
.headerWidget li.hasSearchBox,
.footer-block a,
.footer-block ul.social_icons li i,
.blogPosts .postPod,
.userTestimonials .testimonialsPod,
.platforms .platformPod,
.aboutFoodosti img,
.burgerMenuItems ul li a,
.servicesPods .singlePod {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.PL20{
  padding-left: 20px;
}

.PL30{
  padding-left: 30px;
}

.PL50{
  padding-left: 50px;
}

.PL70{
  padding-left: 70px;
}


@media only screen and (min-width: 768px){

  .block-mobile-image{
    display: none;
  }

}


@media only screen and (max-width: 1440px) {

  html, body{
    font-size: 16px;
  }

}

@media only screen and (max-width: 1023px) {
  .fixed_header {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile_only {
    display: flex !important;
  }

  .desktop_only {
    display: none !important;
  }
}

/* Headings */

h1{
  font-size: 35px;
  font-weight: 600;
  color: #d32323;
  text-transform: uppercase;
}


h2{
  font-size: 32px;
  font-weight: 600;
  color: #d32323;
  text-transform: uppercase;
}

h3{
  font-size: 32px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

h4{
  font-size: 22px;
  font-weight: 600;
  color: #000;
}


h6{
  font-size: 20px;
  font-weight: 600;
}


@media only screen and (max-width: 1440px) {

  h1{
    font-size: 28px;
  }
  
  
  h2{
    font-size: 25px;
  }

  h3{
    font-size: 25px;
  }
  
  h4{
    font-size: 16px;
  }
  
  
  h6{
    font-size: 16px;
  }
  

}


/* @media only screen and (max-width: 1024px) {

  h1{
    font-size: 30px;
  }
  
  
  h2{
    font-size: 27px;
  }
  
  h4{
    font-size: 18px;
  }
  
  
  h6{
    font-size: 18px;
  }
  

} */


/* Buttons */
.btn.btn-primary {
  font-size: 16px;
  background-color: #d32323;
  border-radius: 60px;
  border: 0;
  outline: 0;
  box-shadow: none;
  padding: 15px 40px 15px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active{
  background-color: #ff7b79 !important;
  box-shadow: none !important;
}

.btn.btn-primary:after {
  content: "";
  position: absolute;
  right: 14px;
  background: url(../images/arrow-white.png) 0 0 no-repeat;
  background-size: contain;
  width: 23px;
  height: 18px;
}

/* Header */

.headerTopWidget {
  background: #333;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
}

/* Navigation */

header.headerWidget .navbar {
  padding: 0px 0;
  z-index: 1000;
}

.navbar-brand {
  margin-right: 50px;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand > img {
  width: 197px;
  outline: 0;
  object-fit: contain;
}

.headerWidget {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
}

.headerWidget.sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 2px 6px rgb(211 35 35 / 30%);
}

.headerWidget #navbar ul {
  align-items: center;
}

.headerWidget #navbar > ul > li > a {
  color: #d32323;
  padding: 40px 5px;
  text-transform: uppercase;
}

.headerWidget #navbar ul li.active a,
.headerWidget #navbar ul li a:hover {
  color: #ff7b79;
}

.headerWidget #navbar ul.navbar-nav li {
  margin: 0 10px;
}


.headerWidget #navbar ul.navbar-nav li.hasSearchBox {
  position: absolute;
  right: 0;
  top: 20px;
}

.headerWidget.sticky #navbar ul.navbar-nav li.hasSearchBox {
  top: 28px;
}

.headerWidget #navbar ul.navbar-nav li.hasSearchBox a {
  padding: 0;
}

.headerWidget #navbar ul.navbar-nav li.hasSearchBox img {
  width: 33px;
  object-fit: contain;
}


.headerWidget #navbar .btn {
  width: auto;
}

.headerWidget.sticky #navbar > ul > li > a {
  padding-top: 32px;
  padding-bottom: 30px;
}


/* searchBox */
.searchBox .searchIcon{
  background: none;
  border: 0;
  outline: 0;
}

.searchBox .searchIcon svg{
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.searchBox .searchIcon:hover svg{
  fill: #ff515d;
}

body.inner_page .searchBox .searchIcon svg:not(.sticky .searchBox .searchIcon svg){
  fill: #fff;
}

body.inner_page .searchBox .searchIcon:hover svg:not(.sticky .searchBox .searchIcon:hover svg){
  fill: #ff515d;
}

.searchBox #custom-search-input {
  padding: 3px;
  border: solid 1px #e4e4e4;
  background-color: #fff;
  display: none;
  position: absolute;
  right: 50px;
  top: 70px;
  z-index: 1;
  width: 250px;
  border-radius: 6px;
}

.searchBox #custom-search-input input {
  border: 0;
  box-shadow: none;
}

.searchBox #custom-search-input button {
  margin: 5px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 0px 0 14px;
  border-left: solid 1px #ccc;
  border-radius: 0;
  display: flex;
  align-items: center;
  height: 35px;
}

.searchBox #custom-search-input button svg{
  width: 22px !important;
  height: 22px;
}

@media only screen and (max-width: 1024px) { 

  .searchBox #custom-search-input{
    right: 0;
  }

}

/* Burger Menu */
.burgerMenu{
  display: flex;
}

.burgerMenu ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style: none;
}

.burgerMenu ul li {
  margin: 0 0 0 20px;
}

.burgerMenu ul li:first-of-type {
  margin: 0;
}

.menuToggleBtn svg{
  width: 40px;
  object-fit: contain;
  height: 40px;
  fill: #d32423;
}

.menuToggleBtn:hover svg{
  fill: #ff515d;
}

body.inner_page .menuToggleBtn svg:not(.sticky .menuToggleBtn svg){
  fill: #fff;
}

body.inner_page .menuToggleBtn:hover svg:not(.sticky .menuToggleBtn:hover svg){
  fill: #ff515d;
}

.burgerMenuItems{
  display: none;
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  background: url(../images/burger-menu-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 0 50px;
}

.burgerMenuItems ul{
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.burgerMenuItems ul li{
  color: #fff;
  position: relative;
}

.burgerMenuItems ul li:before{
  content: "";
  height: 4px;
  width: 70%;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.burgerMenuItems ul li:last-of-type:before{
  display: none;
}

.burgerMenuItems ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.burgerMenuItems ul li a:hover,
.burgerMenuItems ul li a:focus{
  color: #ff515d;
}

.burgerMenuItems .menuTagLine {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  max-width: 330px;
  transform: translateY(-50px);
}


@media only screen and (max-width: 1366px) { 

  .burgerMenuItems ul li a{
    height: 45px;
    font-size: 16px;
  }

  .burgerMenuItems .menuTagLine{
    font-size: 26px;
  }

}

@media only screen and (max-width: 1200px) { 

  .burgerMenuItems{
    top: 100px;
  }

}

@media only screen and (max-width: 1024px) { 

  .burgerMenuItems{
    top: 90px;
  }

}

@media only screen and (max-width: 991px) { 

  .burgerMenuItems{
    top: 93px;
  }

  body.inner_page .searchBox .searchIcon svg,
  body.inner_page .sticky .searchBox .searchIcon svg,
  body.inner_page .menuToggleBtn svg,
  body.inner_page .sticky .menuToggleBtn svg{
    fill: #d32423 !important;
  }

}

@media only screen and (max-width: 767px) { 

  .burgerMenuItems{
    padding: 0;
    top: 110px;
  }

  .burgerMenuItems .menuTagLine {
      right: 20px;
      left: inherit;
      max-width: 180px;
      font-size: 22px;
  }

  .burgerMenuItems {
      padding: 0;
      top: 93px;
  }

}

/* page banner css */
.page-banner{
  position: relative;
  overflow: hidden;    
  }
  .page-banner img{
      width: 100%;
  }
  .page-banner h2{
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: -20px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 50px;
  }

  @media only screen and (max-width: 1199px) {  
    .page-banner h2{
        font-size: 30px;
    }
  }

  @media only screen and (max-width: 767px) { 
      .page-banner h2 {
          font-size: 20px;
        }
  }


  .counter-wrap span {color: #000000;font-weight: bold;font-size: 22px;}
  .counter-wrap span sup {color: #d52627;}
  .projectFactsWrap { text-align: center; }
  .projectFactsWrap .item p {color: #bbbbbb;font-size: 15px;}

  /* Chef app page */

  .chef-app-wrapper {
    background: url(../images/chef-app-services-bg.jpg);
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 50px 0;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.chef-app-wrapper h2 , .chef-app-wrapper {
  color: #ffffff;
}

.p-rel{position: relative;}
.step-chef-small-img{position: absolute;top: 3%;left: 5%;}
.step-chef-small-img h2 {font-weight: 400;width: 199px;height: 95px;font-size: 25px;margin: 0 0 0 5%;}
.chef-inside p {color: #d32423;}
.step-chef-app h2.step-text {font-size: 139px;color: #d32423;font-weight: bold;}
.chef-app-one h2 {margin-bottom: -10px; margin-right: 15%}

.chef-app-two .chef-big-img-text-wrap {margin-left: -325px;}
.chef-step-bottom {position: absolute;right: 2%;top:60px}
.chef-step-bottom {font-size: 25px;line-height: 25px;color: #d32423;font-family: "Century Gothic";text-align: right;}
.chef-step-bottom p {width: 511px;text-align: left;float: left;padding-left: 168px;}




/* chef app */

@media only screen and (max-width: 1024px) { 

  .img-wrap img { width: 100%;}
  .step-chef-app h2.step-text {font-size: 100px;}
  .img-step-two img {width: 52%;}
  .chef-app-two .chef-big-img-text-wrap {margin-left: -222px;}
}


@media only screen and (max-width: 991px) {  

  .step-chef-app h2.step-text {font-size: 65px;text-align: center!important;margin: 10px 0;} 
  .img-wrap img {width: 100%;}
  .step-chef-small-img {position: relative;left: 0;top: 0;}
  .step-chef-small-img img, .img-step-two img {width: 100%;}
  .chef-step-bottom {position: relative;right: 0;top: 0;}
  .chef-app-two .chef-big-img-text-wrap {margin-left: 0;}
  .chef-step-bottom p {width: auto;text-align: center;float: left;padding-left: 0;padding-top: 23px;}
  .img-step-two {padding-top: 25px;}
  .chef-app-one h2 {margin-bottom: 0;margin-right: 0;}
  .step-chef-small-img h2 {font-weight: 400;width: auto;height: auto;font-size: 20px;margin: 15px 0;text-align: center;}

}

@media only screen and (max-width: 767px) { 

  .step-chef-app h2.step-text {font-size: 65px;text-align: center!important;margin: 10px 0;} 
  .img-wrap img {width: 100%;}
  .step-chef-small-img {position: relative;left: 0;top: 0;}
  .step-chef-small-img img, .img-step-two img {width: 100%;}
  .chef-step-bottom {position: relative;right: 0;top: 0;}
  .chef-app-two .chef-big-img-text-wrap {margin-left: 0;}
  .chef-step-bottom p {width: auto;text-align: center;float: left;padding-left: 0;padding-top: 23px;}
  .img-step-two {padding-top: 25px;}
  .chef-app-one h2 {margin-bottom: 0;margin-right: 0;}
  .step-chef-small-img h2 {font-weight: 400;width: auto;height: auto;font-size: 20px;margin: 15px 0;text-align: center;}



}


/* Delivery page */
.platforms .platformPod-custom-wrapper {
  overflow: hidden;
  border-radius: 30px;
}
.platforms .platformPod-custom-wrapper img {
  width: 100%;
  height: 255px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 30px;
}
.platforms .platformPod-custom-wrapper img.active {
  border: 2px solid #fff;
}
.platforms .platformPod-custom-wrapper h4:hover{
  color: #ffffff;
}
.platforms .platformPod-custom-wrapper a:hover{
  color: #ffffff;
  text-decoration: underline;
}
.delivery-application-wrapper{
   background: url(../images/delivery-applications.png);
   min-height: 500px;
   display: flex;
   align-items: center;
   padding: 50px 0;
   background-repeat: no-repeat;
   width: 100%;
   background-size: cover;
}

.delivery-application-wrapper h2 {color: #fff;}
.delivery-application-wrapper p,ul {color: #fff;}

.howItWorks-custom-wrapper .step_2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: left;
    position: relative;
}
.howItWorks-custom-wrapper h1{
  font-size: 37px;
  position: absolute;
    left: 0;
    max-width: 600px;
    font-weight: normal;
}

.man-food{
  width: 100%;
}
/* end deliver page */


/* Step One Wrapper */


.step-register {padding: 50px 0;position: relative;}

.step-1-register-partner {
  position: absolute;
  left: -312px;
  z-index: -1;
  top: -86px;
}

.step-1-regiter {
  z-index: 99;
}

.step-one-content {
  position: absolute;
  left: 47%;
  top: 0;
}

.step-two-content {
  position: absolute;
  left: 0;
  top: 155px;
}


.step-register h2 {
  font-size: 139px;
  line-height: 142px;
  color: #d32423;
  font-weight: bold;
  font-family: "Century Gothic";}

.step-register p {
  font-size: 25px;
  line-height: 25px;
  color: #d32423;
  font-family: "Century Gothic";
}

.img-responsive{width: 100%;}

.step-register .verticalText {
  color: #d32423;
  font-size: 40px;
  position: absolute;
  right: -368px;
  transform: rotate(-90deg);
  top: 50%;
  z-index: 100;
}

@media only screen and (max-width: 768px) { 
.step-1-regiter{
  margin-top: 160px;
}

}

/* food app */

.foodapp-step-one {padding:0 0 50px 0;}
.food-app-step-img-wrap {position: relative;}
.step-one-img-caption {position: absolute;top: 100px;left: 54%;}
.food-app-step-img-wrap h2 {font-size: 139px;line-height: 142px;color: #d32423;font-weight: bold;}
.food-app-step-img-wrap p { font-size: 25px;line-height: 25px;color: #d32423;}

.foodapp-step-three {padding: 50px 0;}


/* successful section */

/* .successfull-section {
  background: url(../images/successfull-bg.png) 0 0 no-repeat;
  background-size: cover;
  padding: 80px 0 80px 0;
  box-sizing: border-box;
  display: flex;
  min-height: 710px;
} */

.successfully-app .img-wrap-successfully {position: relative;}
.successfully-app .caption-img {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
}

/* faq section */

.faq-section {padding: 50px 0;}
.faq-caption {display: flex;align-items: center;}
.faq-caption .img-info p {font-size: 18px;}
.faq-caption .img-info {width: 200px;float: left;}
.faq-caption .img-wrap {width: 330px;}
.faq-caption .img-wrap img {width: 100%;height: auto;}
.faq-section .row {
  padding-bottom: 70px;
  padding-top: 20px;
  position: relative;
}
.faq-section .row:after {
  content: "";
  width: 95%;
  height: 1px;
  border-bottom: dashed 1px #d32423;
  margin: 0 auto;
  position: relative;
  top: 50px;
}

.faq-section .row:last-child:after{
  display: none;
}

.faq-card .card {margin-bottom: 10px;border: 0;font-size: 0.78rem;}
.faq-card .card .card-header {background-color: transparent;padding: 0;border: 0;}
.faq-card .card .card-header .card-link.collapsed {padding: 20px;border: solid 1px #ddd;border-radius: 50px;display: block;background-color: transparent;color: #787878;}

.faq-card .card .card-header .card-link{padding: 20px;border: solid 1px #ddd;border-radius: 50px;display: block;background-color: #ff4441;color: #fff;}
.faq-card .card .card-header .card-link:after{ font-family: 'FontAwesome';  content: "\f068";float: right; }
.faq-card .card .card-header .card-link.collapsed::after {/* symbol for "collapsed" panels */content: "\f067"; }



/* about section */

.company-section {padding: 50px 0;}
.company-statement {
    background: url(../images/misson_bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 80px 0 50px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 500px;
}

.company-statement p {color: #d32323;font-size: 22px;line-height: 28px;max-width: 490px;}


.about-foodosti {padding: 50px 0;}
.about-video-wrap img.img-responsive {width: 100%;}
.about-video-wrap img.rounded {border-radius: 15px!important;}
.about-video-wrap .btn {position: relative;}
.about-video-wrap .btn {position: absolute;left: 0;right: 0;margin:auto;top: 0;bottom: 0;width: 77px;height: 78px;display: block;}

.prject-facts {padding: 50px 0;}
.prject-facts img{
  max-width: 55px;
}


/* vision section */

.vision-section {padding: 50px 0 50px 0;}
.vision-section img.img-responsive.rounded {border-radius: 25px!important;width: 100%;}
.vision-section .vision-text {min-height: 435px;}
.vision-section .vision-text p {color: #d32323;font-size: 22px;line-height: 28px;}


/* core values */

.core-values{background:url(../images/core_values_bg.jpg) 0 0 no-repeat;background-size:cover;padding:80px 0 50px;box-sizing:border-box;display:flex;align-items:center;min-height:500px}
.core-values img{width:100%}
.core-values h3{font-size:50px;line-height:34px;color:#fff;font-weight:700;font-family:"Century Gothic";text-align:center;filter:drop-shadow(-8.999px 15.725px 8px #000)}
.core-value-text{min-height:380px;display:flex;align-items:center}


/* keysection */

.key-section {padding: 50px 0;}
.dost-key-wrap {position: relative;}
.dost-key-wrap img.img-responsive {margin: auto;width: inherit;display: block;z-index: 1;position: relative;}
.dost-key-wrap h6 {font-size: 21px;color: #d32423;font-weight: bold;padding-right: 75px;}
.dost-key-wrap p {font-size: 17px;line-height:25px;color: #d32423;border-top: solid 2px #d32323;padding-right: 75px;padding-top: 10px;}
.dost-key-wrap .left-key-wrap-one {position: absolute;left: 0;width: 50%;top: 100px;text-align: right;}
.dost-key-wrap .left-key-wrap-two {position: absolute;left: 0;width: 50%;top: 280px;text-align: right;}
.dost-key-wrap .right-key-wrap-three {position: absolute;right: 0;width: 50%;top: 200px;text-align: left;}
.dost-key-wrap .right-key-wrap-three p , .dost-key-wrap .right-key-wrap-three h6 {padding-left: 75px;}
.dost-key-wrap .right-key-wrap-four {position: absolute;right: 0;width: 50%;top: 380px;text-align: left;}
.dost-key-wrap .right-key-wrap-four p , .dost-key-wrap .right-key-wrap-four h6 {padding-left: 75px;}



/* about testimonials */
.about-testiminial-bg{
  background-image: url(../images/testiminial_bg.jpg)!important;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-testiminial-bg h3 {color: #d32323!important;}





.blog-page-widget{padding:3rem 0}
.post-page-widget .postPod{margin-bottom:1.5rem}
.blog-widget-sidebar{padding-top:40px}
.about-widgte{background-image:url(../images/about-info-image.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;color:#fff;padding:2rem;border-radius:20px;margin-bottom:2rem;min-height:320px;box-shadow:0 0 20px #000}
.about-widgte h4{color:#fff;font-size:40px;text-transform:uppercase;border-bottom:3px solid #d32323;margin-bottom:1.5rem;padding-bottom:.5rem}
.about-widgte p{padding:30px 0}
.recent-widget{padding:2rem;background-color:#fff;box-shadow:0 0 20px #000;margin-bottom:2rem;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}
.recent-widget h4{color:#000;font-size:20px;border-bottom:2px solid #d32323;margin-bottom:1.5rem;padding-bottom:.5rem}
.recent-post-list{list-style:none;padding-left:0}
.recent-post-list li{background-position:center center;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;align-items:center;padding:1rem;margin-bottom:1rem;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}
.recent-post-list li i{color:#999}
.recent-post-list li a{color:#fff;margin-left:.8rem;text-decoration:none;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}
.gallery-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}
.gallery-list li{flex:0 0 50%;max-width:50%}
.gallery-list li img{height:150px;width:100%;object-fit:cover}  
  
  /* === media query css === */
  @media only screen and (max-width: 1023px) {  
    .blog-page-widget{padding:1rem 0}
    .about-widgte{padding:1rem 1.5rem;font-size:14px}
    .about-widgte h4{font-size:20px}
    .recent-widget{padding:1rem}
    .recent-widget h4{font-size:18px}
    .recent-post-list li{padding:.5rem;font-size:14px}
    .gallery-list li img{height:100px}
    .blogPosts.post-page-widget .postPod{margin:0 0 1.5rem}
  } 



/* Contact page css  */

.contact-page-sec1{padding:4rem 0;position:relative}
.contact-page-sec1 h2{text-transform:capitalize;color:#000;font-size:40px;margin-bottom:1.5rem}
.contact-page-sec1 h3{text-transform:uppercase;margin-bottom:1rem}
.contact-page-sec1 ul{list-style:none;padding:0}
.contact-page-sec1 ul li{margin-bottom:.5rem;color:#939ca9}
.contact-page-sec1 ul li a{color:#939ca9;text-decoration:none}
.contact-page-sec1 ul li a:hover{text-decoration:underline}
.contact-page-sec1 ul i{color:#d32323;width:24px}
.form-widget{padding:2rem 3.5rem;overflow:hidden;box-shadow:0 0 30px #e3e3e3;border-radius:30px}
.form-widget .form-control{padding-left:1.5rem;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}
.form-widget input.form-control{height:50px}
.form-widget textarea.form-control{height:120px}
.form-widget .btn{color:#000;font-weight:600}
.form-widget .btn i{position:relative;right:-1rem}
.form-widget .btn:after{content:none!important;background:none!important}
.form-widget ::-webkit-input-placeholder{color:#ccc;font-size:15px}
.form-widget :-ms-input-placeholder{color:#ccc;font-size:15px}
.form-widget ::placeholder{color:#ccc;font-size:15px}
.map-widget{margin-top:4rem}
.map-widget iframe{width:100%;height:450px;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px}
.contact-page-sec1 .verticalText{color:#d32423;font-size:32px;position:absolute;right:-305px;transform:rotate(-90deg);top:50%;z-index:100}
  

/* === media query css === */
@media only screen and (max-width: 1440px){
  .contact-page-sec1 .verticalText {
      font-size: 26px;
      right: -246px;
  }
}

@media only screen and (max-width: 1199px) {  
  .contact-page-sec1 h2{
      font-size: 30px;
  }
  .contact-page-sec1 h3{
      font-size: 20px;
  }
  .contact-page-sec1 .verticalText {
      position: relative;
      transform: none;
      right: 0;
      left: 0;
      margin: 40px auto 0 auto;
      text-align: center;
      display: block;
  }

} 
@media only screen and (max-width: 1023px) {  
  .form-widget{
      padding: 1rem 1.5rem;
  }

} 
@media only screen and (max-width: 767px) {  
  .contact-page-sec1 h2 {
       font-size: 20px;
  }
  .contact-page-sec1 h3 {
        font-size: 16px;
  }
  .contact-page-sec1 .verticalText {
      font-size: 18px;
      padding: 0 1rem;
  }
  .form-widget{
       margin-top: 40px;
  }
}

/* Contact page css ends */

@media only screen and (max-width: 1280px) { 
.container {
    max-width:1140px;
}

.step-one-img-caption {
  position: absolute;
  top: 100px;
  left: 60%;
  z-index: -2;
}

.howItWorks-custom-wrapper h1 {max-width: 500px;}


}


@media only screen and (max-width: 1200px) {

 
  header.headerWidget {
    padding: 15px 0 15px 0;
    top: 0;
  }
  .headerWidget #navbar ul.navbar-nav {
    margin-top: 70px;
  }
  header.headerWidget .navbar-brand {
    top: -50px;
  }
  header.headerWidget .navbar-header {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .headerWidget #navbar ul {
    align-items: flex-start;
    flex-flow: row wrap;
    position: relative;
    background: #f5f3e9;
  }
  .headerWidget #navbar ul li {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .headerWidget #navbar > ul > li > a,
  .headerWidget.sticky #navbar > ul > li > a {
    border-bottom-width: 0px;
    padding: 15px;
  }
  .headerWidget #navbar ul.navbar-nav li {
    margin: 5px 0 5px;
    padding: 0 15px 5px;
  }
  .headerWidget.sticky {
    padding: 15px 0 15px 0;
    min-height: 94px;
  }
  header.headerWidget.sticky .navbar-brand {
    top: -30px;
  }

  .headerWidget.sticky #navbar ul.navbar-nav li.hasSearchBox,
  .headerWidget #navbar ul.navbar-nav li.hasSearchBox {
      position: relative;
      top: 0;
      border-bottom: 0;
      padding: 15px 30px;
  }

  .searchBox .searchIcon{
    display: block;
  }

  .searchBox #custom-search-input {
    width: 300px;
  }

  .searchBox .input-group {
      flex-direction: row-reverse;
  }

  .searchBox #custom-search-input button{
    border-left: 0;
    border-right: solid 1px #ccc;
    padding: 0 14px 0 0;
  }

  /* .searchBox #custom-search-input {
      display: block !important;
      position: relative;
      top: 0;
  } */

  body.navActive {
    overflow: hidden;
  }

  .headerWidget #navbar {
    background: #f5f3e9;
    padding-top: 4rem;
    padding-left: 15%;
    padding-right: 15%;
  }
  .navbar-light .navbar-toggler {
    position: relative;
    z-index: 9999;
    border: 0;
  }
  .navbar-collapse {
    position: fixed;
    top: 0px; /* adjust to height of navbar */
    left: 0;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow-y: scroll;
  }

  .navbar-collapse.collapsing {
    left: -100%;
    transition: height 0s ease;
  }

  .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
  }

  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
  }


}

@media only screen and (max-width: 1024px) {

  .headerWidget #navbar .btn {
    width: 100%;
  }

}

@media only screen and (max-width: 1023px) {
  header.headerWidget {
    padding: 40px 0 30px;
  }
  .navbar-brand > img {
    max-width: 197px;
    height: auto;
  }
  header.headerWidget .navbar-brand {
    top: -35px;
  }
  .headerWidget #navbar ul.navbar-nav {
    margin-top: 40px;
  }

  .headerWidget.sticky {
      min-height: auto;
  }

  .searchBox #custom-search-input {
      width: 100%;
  }

}

@media only screen and (max-width: 991px) {
  body .headerWidget #navbar{
    padding-left: 23%;
    padding-right: 23%;
  }
}

@media only screen and (max-width: 768px) {

  header.headerWidget {
    padding-top: 25px !important;
  }

  body .headerWidget #navbar{
    padding-left: 15%;
    padding-right: 15%;
  }  

  body #custom-search-input{
    top: 68px;
  }

  .dost-key-wrap p {
    font-size: 12px;
    line-height: 16px;
  }

  .vision-section .vision-text , .company-statement {min-height: auto;}
  .core-value-text {min-height: auto;padding-top: 30px;display: block;text-align: center;}
  .company-section {padding: 20px 0;}
  .vision-section {padding: 20px 0 50px 0;}
  .company-statement {position: relative;}
  .company-statement p , .company-statement h2 {color: #ffffff!important;position: relative;z-index: 1;}
  .company-statement:after {position: absolute;content: '';width: 100%;height: 100%;top: 0;background: rgb(0 0 0 / 50%);right: 0;z-index: 0;}

  .successfully-app .caption-img h2 {width: 45%;font-size: 14px;}
  .step_2 img {width: 100%;margin: auto;}
  .food-app-step-img-wrap img {width: 100%;}
  .step-one-img-caption {position: relative;top: 0;left: 0;z-index: -2;}
  .food-app-step-img-wrap h2 {font-size: 60px;line-height: normal;}
  .food-app-step-img-wrap p {font-size: 18px;}
  .foodapp-step-one .food-app-step-img-wrap {display: flex;flex-wrap: wrap-reverse;}
  .step-three-img-food-app img {width: 100%;}
 
  

}

@media only screen and (max-width: 767px) {

  body #custom-search-input{
    top: 68px;
  }

  header.headerWidget {
    padding: 30px 0 30px;
  }

  header.headerWidget .navbar-brand {
    top: -30px;
  }

  .headerWidget #navbar ul.navbar-nav {
    margin-top: 25px;
  }

  .headerWidget #navbar > ul > li > a {
    padding: 7px;
  }


  .vision-section .vision-text , .company-statement {min-height: auto;}
  .core-value-text {min-height: auto;padding-top: 30px;display: block;text-align: center;}
  .company-section {padding: 20px 0;}
  .vision-section {padding: 20px 0 50px 0;}

  .company-statement p , .company-statement h2 {color: #ffffff!important;position: relative;z-index: 1;}
  .company-statement:after {position: absolute;content: '';width: 100%;height: 100%;top: 0;background: rgb(0 0 0 / 50%);right: 0;z-index: 0;}
 
  .dost-key-wrap .left-key-wrap-one ,.dost-key-wrap .left-key-wrap-two ,.dost-key-wrap .right-key-wrap-three , .dost-key-wrap .right-key-wrap-four  {position: relative;top: auto;width: 100%;text-align: left;}
  .dost-key-wrap p , .dost-key-wrap h6 {padding: 0 0;}
  .dost-key-wrap .right-key-wrap-three p, .dost-key-wrap .right-key-wrap-three h6 {padding: 0 0;}
  .dost-key-wrap .right-key-wrap-four p, .dost-key-wrap .right-key-wrap-four h6 {padding: 0 0;}
  .dost-key-wrap img.img-responsive {width: 30%;}

  .howItWorks-custom-wrapper .step_2 {flex-direction: column;}
  .howItWorks-custom-wrapper h1 { font-size: 26px; position: relative;margin-bottom: 25px;}
  .howItWorks-custom-wrapper {padding: 30px 0 30px 0;height: auto;}
  .delivery-application-wrapper {background-size: cover; background-position: right;}
  .delivery-application-wrapper ul {padding: 0 0 0 20px;}
  .step-register img {width: 100%;}
  .step-1-register-partner {position: relative;left: 0;z-index: -1;top: 0;}
  .step-one-content {position: absolute;left: 30px;top: 0;}
  .step-register h2 {font-size: 60px;line-height: initial;}
  .step-register p {font-size: 18px; line-height: 22px;}
  .step-two-content {position: absolute;left: 24px;top: 22px;}
  .step-two-content p { max-width: 190px; }
  .inner_page .step-register .verticalText {
    margin-left: 20px;
    display: inline-block;
    margin-top: 0;
  }



  .successfully-app .caption-img h2 {width: 45%;font-size: 14px;}
  .step_2 img {width: 100%;margin: auto;}
  .food-app-step-img-wrap img {width: 100%;}
  .step-one-img-caption {position: relative;top: 0;left: 0;z-index: -2;}
  .food-app-step-img-wrap h2 {font-size: 60px;line-height: normal;}
  .food-app-step-img-wrap p {font-size: 18px;}
  .foodapp-step-one .food-app-step-img-wrap {display: flex;flex-wrap: wrap-reverse;}
  .step-three-img-food-app img {width: 100%;}
  
  
  .foodapp-step-one .food-app-step-img-wrap.foodapp-step-one-img img{
    display: none;
  }

  .foodapp-step-one .food-app-step-img-wrap.foodapp-step-one-img img.block-mobile-image{
    display: block;
    left: 0;
  }
  

}

@media only screen and (max-width: 576px) {

  body .headerWidget #navbar {
      padding-left: 5%;
      padding-right: 5%;
  }

}


/* Hero Banner */
.heroBanner{
  position: relative;
}

.heroBanner img{
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.home-banner img {margin-top: 60px;}

.heroBanner .container{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.heroBanner .bannerContentWrap{
  width: 545px;
}

.heroBanner .bannerContentWrap p.highlighted {
  font-size: 35px;
  color: #d32323;
  text-transform: uppercase;
  line-height: 40px;
  margin-top: 30px;
}


@media only screen and (max-width: 1440px) {

  .heroBanner .bannerContentWrap p.highlighted {
      font-size: 28px;
      line-height: 36px;
  }

}

@media only screen and (max-width: 1024px) {

  .heroBanner img{
    height: 550px;
  }

  .heroBanner .bannerContentWrap {
      width: 400px;
  }

  .heroBanner .bannerContentWrap p.highlighted{
    font-size: 30px;
  }

  .dost-key-wrap p {
    font-size: 12px;
    line-height: 16px;
  }

  .food-app-step-img-wrap.foodapp-step-one-img img {
    left: -130px;
    position: relative;
  }  

  .food-app-step-img-wrap h2 {
    font-size: 114px;
    line-height: 120px;
  }

}

@media only screen and (max-width: 991px) {

  .heroBanner img{
    height: 380px;
  }

  
  .howItWorks-custom-wrapper .step_2 {flex-direction: column;}
  .howItWorks-custom-wrapper h1 { font-size: 26px; position: relative;}
  .howItWorks-custom-wrapper {padding: 30px 0 30px 0;height: auto;}
  .delivery-application-wrapper {background-size: cover; background-position: right;}
  .delivery-application-wrapper ul {padding: 0 0 0 20px;}
  .step-register img {width: 100%;}
  .step-1-register-partner {position: relative;left: 0;z-index: -1;top: 0;}
  .step-one-content {position: absolute;left: 30px;top: 0;}
  .step-register h2 {font-size: 60px;line-height: initial;}
  .step-register p {font-size: 18px; line-height: 22px;}
  .step-two-content {position: absolute;left: 24px;top: 22px;}
  


  .successfully-app .caption-img h2 {width: 45%;font-size: 14px;}



}

@media only screen and (max-width: 575px) {

  .heroBanner:after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: rgba(255,255,255,0.8);
      position: absolute;
      left: 0;
      top: 0;
  }

  .heroBanner .container {
      z-index: 10;
  }

  .heroBanner .bannerContentWrap {
      width: 100%;
  }

}

/* Platforms */
.platforms{
  padding: 40px 0 80px 0;
  text-align: center;
}

.platform-inner {
  background: #d52627;
}

.platforms .container{
  max-width: 1070px;
}
.platform-inner h2 {
  color: #ffffff;
}
.platforms h2{
  margin: 0 0 40px 0;
}

.platforms .platformPod{
  overflow: hidden;
   border-radius: 30px;
   box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
   padding: 20px;
}

.platforms .platformPod:hover,
.platforms .platformPod:focus{
   box-shadow: 0px 0px 20px rgb(211 35 35 / 30%);
   transform: scale(104%);
}

.platforms .platformPod img{
   width: 100%;
   height: 233px;
   object-fit: cover;
   margin-bottom: 20px;
}

.platforms h4{
  font-size: 26px;
}

.platforms p{
  font-size: 15px;
  color: #717070;
  min-height: 93px;
}

.platforms .btn{
  padding-right: 70px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
  margin: 20px 0 10px 0;
}


@media only screen and (max-width: 1440px) {

  .platforms h4 {
      font-size: 21px;
  }

}

@media only screen and (max-width: 991px) {
  .platforms .platformPod {
    margin: 20px auto;
    max-width: 450px;
    padding: 30px;
  }
  .platforms p{
    min-height: inherit;
  }
}

@media only screen and (max-width: 576px) {

  .platforms {
      padding: 40px 20px;
      text-align: center;
  }

}


/* About Foodosti */
.aboutFoodosti{
    background: url(../images/about-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 80px 0 50px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.aboutFoodosti img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 16px 14px 9px -8px rgb(0 0 0 / 40%);
}

.aboutFoodosti img:hover,
.aboutFoodosti img:focus {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 16px 14px 9px -8px rgb(211 35 35 / 30%);
}

.aboutFoodosti h2{
  color: #d32323;
  font-size: 22px;
}

.aboutFoodosti h3{
  color: #d32323;
  margin-bottom: 20px;
}

.aboutFoodosti p{
  color: #d32323;
  font-size: 22px;
  line-height: 24px;
  max-width: 380px;
}

.aboutFoodosti .btn.btn.btn-primary {
  background-color: #fff;
  color: #d32323;
  padding: 15px 50px 15px 20px;
}

.aboutFoodosti .btn.btn.btn-primary:after{
  background-image: url(../images/arrow-pink.png);
}

.aboutFoodosti .btn.btn.btn-primary:hover{
  color: #fff;
}

.aboutFoodosti .btn.btn.btn-primary:hover:after{
  background-image: url(../images/arrow-white.png);
}

@media only screen and (max-width:991px) {

  .aboutFoodosti{
    position: relative;
  }

  .aboutFoodosti .container {
    max-width: 390px;
    margin: 0 auto;
    z-index: 20;
  }

  .aboutFoodosti:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(255,255,255,0.7);
    z-index: 10;
}

  .aboutFoodosti img {
      margin-bottom: 30px;
  }

}


/* How It Works */
.howItWorks{
  padding: 80px 0 40px 0;
  text-align: center;
}


.howItWorks h2{
  margin: 0 0 20px 0;
}

.howItWorks h3{
  margin: 0 auto 40px auto;
  font-size: 22px;
  color: #d32323;
  text-transform: capitalize;
  font-weight: normal;
  max-width: 550px;
}

.howItWorks p{
  font-size: 22px;
  line-height: 26px;
  color: #d32323;
}

.howItWorks img{
  max-width: 100%;
}

.howItWorks .step_1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.howItWorks .step_1 p{
  position: relative;
  margin-left: -100px;
  max-width: 550px;
}

.howItWorks .step_1 .step_1_stroke {
  width: 600px;
  background: url(../images/step-storke-1.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 147px;
  position: absolute;
  bottom: -110px;
  left: 80px;
  z-index: 100;
}

.howItWorks .step_2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: left;
  position: relative;
}

.howItWorks .step_2 p {
  position: absolute;
  left: 0;
  max-width: 600px;
}

.howItWorks .step_2 .step_2_stroke {
  width: 600px;
  background: url(../images/step-storke-2.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 308px;
  position: absolute;
  bottom: -310px;
  right: 120px;
  z-index: 100;
}

.howItWorks .step_3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding: 150px 0 50px 0;
}

.howItWorks .step_3 p{
  max-width: 550px;
  margin: 0 0 20px 0;
}



@media only screen and (max-width:1440px){

  .howItWorks img {
      max-width: 100%;
      max-height: 500px;
      object-fit: cover;
  }

  .howItWorks p {
      font-size: 20px;
      line-height: 24px;
  }

  .howItWorks .step_1 .step_1_stroke{
    width: 500px;
    bottom: -160px;
  }

  .howItWorks .step_2 .step_2_stroke{
    width: 500px;
  }

}

@media only screen and (max-width:1024px){

  .howItWorks .step_1 .step_1_stroke{
    width: 500px;
    height: 123px;
  }

  .howItWorks .step_2 .step_2_stroke {
      width: 500px;
      height: 257px;
      bottom: -340px;
  }


}


@media only screen and (max-width:991px){

  .howItWorks .step_1 {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .howItWorks .step_1 p {
      margin: 30px auto 60px auto;
  }

  .howItWorks .step_2 {
      flex-direction: column-reverse;
      text-align: center;
      justify-content: center;
      padding: 120px 0 50px 0;
  }

  .howItWorks .step_2 p {
    position: relative;
  }

  .howItWorks .step_2 .step_2_stroke {
      bottom: -200px;
  }

  .howItWorks .step_3 {
      padding: 260px 0 50px 0;
      flex-direction: column-reverse;
      justify-content: center;
  }

  .howItWorks .step_3 p {
    margin: 30px auto 0 auto;
    text-align: center;
  }

}


@media only screen and (max-width:575px){

  .howItWorks .step_1 .step_1_stroke {
    width: 350px;
    height: 86px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -70px;
    transform: rotate(15deg);
  }


  .howItWorks .step_2 .step_2_stroke {
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 350px;
      height: 180px;
      bottom: -130px;
  }

  .howItWorks .step_3 {
      padding: 200px 0 50px 0;
  }


}

/* Services */
.servicesPods{
  padding: 40px 0;
  text-align: center;
  background-color: #ff7b79;
}

.servicesPods .row > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.servicesPods h2{
  margin: 0 0 40px 0;
  color: #fff;
}

.servicesPods .singlePod {
  overflow: hidden;
  border-radius: 15px;
  padding: 20px 15px 20px 15px;
  height: 100%;
  background-color: #fff;
}

.servicesPods .singlePod:hover,
.servicesPods .singlePod:focus{
   box-shadow: 0px 0px 20px rgb(211 35 35 / 30%);
   transform: scale(104%);
}


.servicesPods .singlePod img {
  max-width: 100%;
  height: 63px;
  object-fit: contain;
}

.servicesPods .podContent {
  padding: 0px;
  text-align: center;
}

.servicesPods .podContent .podTitle {
  font-size: 17px;
  color: #000;
  font-weight: 600;
  line-height: 22px;
  display: block;
  margin: 10px 0;
  min-height: 44px;
}

.servicesPods .podContent p{
  font-size: 13px;
  color: #717070;
  min-height: 78px;
  margin: 0;
}

.servicesPods .podContent .btn{
  padding-right: 45px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
  margin: 20px 0 10px 0;
}


@media only screen and (max-width:1024px) {

  .servicesPods .row > .col-lg-2 {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      margin: 10px 0;
  }

}

@media only screen and (max-width: 991px) {
  .servicesPods .singlePod {
    margin: 20px auto;
    max-width: 450px;
  }
  .servicesPods .podContent{
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {

  .servicesPods {
      padding: 40px 20px;
      text-align: center;
  }

  .servicesPods .row > .col-lg-2 {
      flex: 0 0 100%;
      max-width: 100%;
      margin: 10px 0;
  }

  .servicesPods .singlePod {
      margin: 0;
      height: auto;
  }

  .servicesPods .podContent .podTitle {
      min-height: inherit;
  }

  .servicesPods .podContent p {
    min-height: inherit;
  }

}

/* User Testimonials */
.userTestimonials{
  padding: 80px 0 40px 0;
  text-align: center;
  position: relative;
}

.userTestimonials h2{
  margin: 0 0 20px 0;
}

.userTestimonials h3{
  margin: 0 0 40px 0;
}

.userTestimonials .testimonialsPod{
   overflow: hidden;
   border-radius: 15px;
   text-align: left;
   padding: 40px;
   margin: 15px 0;
   min-height: 300px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: center;
   box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
   background-color: #ffffff;
}

.userTestimonials .testimonialsPod:hover,
.userTestimonials .testimonialsPod:focus{
   box-shadow: 0px 0px 20px rgb(211 35 35 / 30%);
}

.userTestimonials .testimonialsPod .quoteIcon {
  background: url(../images/quote.svg) 0 0 no-repeat;
  background-size: contain;
  width: 39px;
  height: 39px;
  transform: rotate(180deg);
  display: block;
}

.userTestimonials .testimonialsPod p {
  font-size: 15px;
  color: #717070;
  margin-top: 20px;
}


.userTestimonials .testimonialsPod .userName{
  font-size: 15px;
  color: #000;
  font-weight: 600;
}


.userTestimonials .testimonialsPod .userType{
  font-size: 15px;
  color: #ff515d;
}

.userTestimonials .verticalText,
.inner_page .verticalText {
  color: #d32423;
  font-size: 32px;
  position: absolute;
  right: -305px;
  transform: rotate(-90deg);
  top: 50%;
  z-index: 100;
}


@media only screen and (max-width: 1440px) {

  .userTestimonials .verticalText,
  .inner_page .verticalText{
    font-size: 26px;
    right: -246px;
  }

}

@media only screen and (max-width: 1200px) {

  .userTestimonials .verticalText,
  .inner_page .verticalText {
      position: relative;
      transform: none;
      right: 0;
      left: 0;
      margin: 40px auto 0 auto;
  }

}

@media only screen and (max-width: 991px) {

  .userTestimonials .testimonialsPod {
    margin: 20px auto;
    max-width: 450px;
    text-align: center;
    align-items: center;
  }

  .userTestimonials .testimonialsPod .quoteIcon {
      margin: 0 auto;
  }


}

@media only screen and (max-width: 576px) {

  .userTestimonials {
      padding: 40px 20px;
      text-align: center;
  }

}


/* Blog */
.blogPosts{
  padding: 40px 0;
  text-align: center;
}

.blogPosts h2{
  margin: 0 0 40px 0;
}

.blogPosts .postPod{
  overflow: hidden;
   border-radius: 15px;
   box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

.blogPosts .postPod:hover,
.blogPosts .postPod:focus{
   box-shadow: 0px 0px 20px rgb(211 35 35 / 30%);
}

.blogPosts .postPod img{
   width: 100%;
   height: 225px;
   object-fit: cover;
}

.blogPosts .postMeta{
  padding: 25px;
  text-align: left;
}

.blogPosts .postMeta p{
  font-size: 15px;
  color: #717070;
}

.blogPosts .postMeta .btn{
  padding-right: 70px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
  margin: 20px 0 10px 0;
}


@media only screen and (max-width: 991px) {
  .blogPosts .postPod {
    margin: 20px auto;
    max-width: 450px;
  }
  .blogPosts .postMeta{
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {

  .blogPosts {
      padding: 40px 20px;
      text-align: center;
  }

}



/* Find Us */
.findUs{
  padding: 40px 0;
  text-align: center;
}

.findUs h2{
  margin: 0;
}

.findUs img{
  max-width: 100%;
  margin-top: 20px;
}

/* Download Platforms */
.downloadPlatForms{
  background-color: #d32323;
}

.downloadPlatForms .container{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 183px;
}

.downloadPlatForms h5{
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.downloadPlatForms ul{
  list-style: none;
  padding: 0;
  margin: 0 100px 0 0;
  display: flex;
  align-items: center;
}

.downloadPlatForms ul li{
  margin: 0 30px;
}

@media only screen and (max-width: 1560px) {

  .downloadPlatForms .container {
      height: 160px;
  }

  .downloadPlatForms img {
      max-width: 80px;
      object-fit: contain;
  }

}

@media only screen and (max-width: 1200px) {

  
  .downloadPlatForms ul {
      margin: 0;
      flex: 1;
  }
}


@media only screen and (max-width: 991px) {

  .downloadPlatForms h5{
      font-size: 36px;
  }

}

@media only screen and (max-width: 575px) {

  .downloadPlatForms h5 {
      font-size: 26px;
  }

  .downloadPlatForms ul li {
      margin: 0 10px;
  }

  .downloadPlatForms img {
    max-width: 74px;
  }

}

/* .footer-block */
.footer-block{
  background-color: #111315;
  padding: 50px 0;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.footer-block:before{
  content: "";
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background: #d62422;
  position: absolute;
  left: -350px;
  bottom: -410px;
}

.footer-block:after{
  content: "";
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background: #d62422;
  position: absolute;
  right: -280px;
  top: -432px;
}

.footer-block a{
  color: #fff;
  text-decoration: none;
}

.footer-block a:hover,
.footer-block a:focus{
  color: #d32323;
  text-decoration: none;
}


.footer-block .logoWrap {
  max-width: 300px;
}

.footer-block .logoWrap img{
  max-width: 100%;
  object-fit: contain;
}

.footer-block .logoWrap span {
  padding-left: 80px;
  display: block;
  font-size: 16px;
}

.footer-block ul{
  list-style: none;
  padding: 0;
}

.footer-block ul li {
  line-height: 32px;
}

.footer-block ul > li i {
  color: #d32323;
  width: 10px;
  display: inline-flex !important;
  justify-content: center;
  margin-right: 10px;
}

.footer-block h6{
  margin-bottom: 20px;
}


.footer-block ul.social_icons{
  display: flex;
}

.footer-block ul.social_icons li{
  margin-right: 10px;
}

.footer-block ul.social_icons li:last-of-type{
  margin-right: 0;
}

.footer-block ul.social_icons li i{
  color: #d32323;
  border: solid 1px #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

.footer-block ul.social_icons li:hover i,
.footer-block ul.social_icons li:focus i{
  color: #fff;
  border-color: #d32323;
}

@media only screen and (max-width: 1200px) {

  .footer-block ul li {
    font-size: 16px;
  }

}

@media only screen and (max-width: 991px) {

  .footer-block h6 {
      margin-top: 40px;
  }

  .footer-block .col-md-12+.col-md-12 {
      padding-left: 95px;
  }

}