@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
 
@font-face {
    font-family: 'FontAwesome';
    src: url(../font/fontawesome-webfont.eot?v=4.0.3);
    src: url(../font/fontawesome-webfont.eot?#iefix&v=4.0.3) format("embedded-opentype"), url(../font/fontawesome-webfont.woff?v=4.0.3) format("woff"), url(../font/fontawesome-webfont.ttf?v=4.0.3) format("truetype"), url(../font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Wotfard';
    src: url('../fonts/Wotfard-Regular.woff2') format('woff2'),
        url('../fonts/Wotfard-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Wotfard';
    src: url('../fonts/Wotfard-SemiBold.woff2') format('woff2'),
        url('../fonts/Wotfard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.0.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff?v=4.0.3) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.0.3) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400; 
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html,body{
    color: #2F2F2F;
    font-family: 'Wotfard';
    overflow-x: hidden;
    font-weight: normal;
}
body{
    background: url(../front-images/bg.jpg) top center no-repeat;
    background-size: cover;
}
p{
   color: #2F2F2F;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
}
a{outline: 0 none !important;}
h1,h2,h3,h4,h5{
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    color: #2F2F2F;
}
.space-grotesk{
     font-family: "Space Grotesk", sans-serif;
}
h1,.title-48{
    font-size: 48px;
}
h2{font-size: 42px}
h3{font-size: 22px;padding-bottom: 0}
.mt-3{margin-top: 1.5rem}
.mb-3{margin-bottom: 1.5rem}
.mr-3{margin-right: 1.5rem}
.ml-3{margin-left: 1.5rem}
.pt-3{padding-top: 1.5rem}
.pt-4{padding-top: 2.5rem}
.pb-3{padding-bottom: 1.5rem}
.text-15{font-size: 15px}
.text-16{font-size: 16px}
.text-17{font-size: 17px}
.text-18{font-size: 18px}
.text-20{font-size: 20px}
.text-25{font-size: 25px}
.gray{color: #828282}
.vtop{vertical-align: top;}
.space-70{padding-top: 40px;padding-bottom: 40px}
.space-70-top{padding-top: 70px}
.pt-0{padding-top: 0}
.space-bottom-70{padding-bottom: 70px}
.space-top-70{padding-top: 70px}
.justify-content-between{justify-content: space-between !important;}
.white-bg{background: #fff}
.position-relative{position: relative;}
.flex-column{flex-direction: column;}
.flex-1{flex:1}
.w-48{width: 48px; height: 48px;}
@media (min-width: 768px){
    .pl-lg-5{padding-left: 45px}
    .pr-lg-5{padding-right: 45px}
    .h100{height: 100%}
    .large-space{padding-bottom: 280px}
}
img {
    border: 0;
    max-width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-direction-row-reverse {
    flex-direction: row-reverse;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center{justify-content: center;}
.elementor-section ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.gap-10{gap: 10px}
/*Btns*/

.btn{
    font-family: 'Wotfard';
    font-weight: 600 !important;
    height: 52px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
/*    border-color: #ff9800;*/
    justify-content: center;
}
.btn-border {
    background: transparent;
    color: #FF9800 !important;
    border-color: #FF9800;
}
.btn-border:hover,.btn-border:active{
    background: #FF9800 ;
    color: #fff !important;
}
.btn-primary{
    background: #ff9800;
  border-color: #ff9800;
  color: #fff !important;
}
.btn-primary:hover,.btn-primary:active:hover,.btn-primary:focus{
    background: #ffac33;
    border-color: #ffac33;
}
.full{width: 100%}
/*header*/
.navbar-brand{float: none;}
.site-header {
    position: fixed;
    margin: 0;
    width: 100%;
    padding: 12px 0;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.site-header.fixed{background:#fff}
.navbar-brand > img,.main-logo img {
    display: block;
    max-width: 100%;
    max-height: 50px;
}

.site-header .sub-menu-1 li {
    display: inline-block;
    padding: 0px 18px;
    color: #000;
    vertical-align: middle;
    position: relative;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.sub-menu-1 a {
    color: #212121;
    font-weight: 400;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.sub-menu-1 a:not(.btn):hover{
    color: #ff9800;
    border-bottom: 1px solid;

}
.equal-horizontal {
    display: flex;
    gap: 10px;
}
.equal-horizontal select{
    background-color: transparent;
    border: 0;
    width: 40px;
}
#navbar .dropdown-menu li a:hover{border: 0}

@media (min-width: 768px) {
  #navbar .dropdown-menu {
    background: #fff;
    border-radius: 0px;
    border: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transform: translateY(45px);
    display: block;
    box-shadow: none;
    min-width: 320px;
  }
   #navbar .dropdown-menu li{
    padding: 0;
    display: block;
   }
  #navbar .dropdown:hover .dropdown-menu {
        transform: translateY(22px);
        opacity: 1;
        visibility: visible;
    }
      #navbar .dropdown-menu li a {
        color: #333333;
        padding: 10px 12px;
    }
    #navbar .dropdown-menu li:hover a {
        color: #fff;
        background-color: #fbb200;
    }
}
@media only screen and (min-width: 991px) {
    nav.navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        border: 0;
    }
    nav.navbar > div {
        flex: auto;
      }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        text-align: right;
    }
    .sub-menu-1{display: flex;align-items: center;}
    .site-header .sub-menu-1 li:last-child {
        flex: 1;
        padding-right: 0;
        padding-left: 0;
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 15px;
    }
    .site-header .sub-menu-1 li{padding: 0px 28px;}
    .pricing-section,.section-top-space{padding-top: 60px}
}
@media (max-width: 767px) {
  .navbar-toggle {
    background: #ff9800 !important;
    border: medium none;
    cursor: pointer;
    height: 40px;
    outline: medium none;
    overflow: hidden;
    position: relative;
    text-indent: -900em;
    width: 40px;
    min-width: 40px;
    padding: 12px 8px;
    margin-right: 0;
}
  .navbar-collapse {
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    position: fixed;
    left: -100%;
    width: 100%;
    height:calc(100% - 76px);
    top: 76px;
    bottom: 0;
    background: #fff;
    display: block;
    transition: all 0.5s;
}
.navbar-collapse.show{
    left: 0;
}
.site-header .sub-menu-1 li>a:not(.btn){
    width: 100%;
    display: block;
    padding: 18px;
}
.site-header .sub-menu-1 li {
    display: block;
    padding: 15px 0px;
  }
  .site-header .sub-menu-1>li{
    padding: 0;
    border-top: 1px solid #ddd;
  }
  .site-header .sub-menu-1 li > a.dropdown-toggle{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-header .sub-menu-1>li.language-dropdown-top{
    display: flex;
    gap: 15px;
    padding-top: 15px;
    padding-left: 20px;
  }
  .equal-horizontal{align-items: center;}
  .sub-menu-1 .dropdown-menu {
        top: 40px;
        position: static;
        border: 0;
        box-shadow: none;
    }
.sub-menu-1 .dropdown-menu li{padding: 0}
.navbar-toggle[aria-expanded="true"] .icon-bar{transform: rotate( -45deg);position: relative;right: 0px;}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3){display: none;}
.navbar-toggle[aria-expanded="true"] .icon-bar:last-child{margin-top: 0; transform: rotate(45deg); left: 1px; position: relative; top: -1px; }
}

.left-line{
    padding-left: 20px;
    position: relative;
}
.left-line-small{
    padding-left: 15px;
    position: relative;
}
.left-line:before,.left-line-small:before{
    content: '';
    width: 7px;
    background: #FF9800;
    left: 0;
    bottom: 10px;
    top: 10px;
    display: block;
    position: absolute;
    border-radius: 10px;
}
.left-line-small:before{
    width: 3px;
}
.container{
    width: 100%;
    max-width: 1240px;
}
/*banner*/
.banner-section{
    padding:190px 0 22px;
}
.inner-page-banner {
    padding-top: 100px;
    padding-bottom: 70px;
    overflow: hidden;
}
.zoom-1{
    transform: scale(1.2);
}
.left-1{margin-left: -24px}
.ratings p{margin-bottom: 4px;}

.check-list-grid {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 15px;
    padding-bottom: 40px;
    padding-top: 15px;
}
.check-list-grid li {
    background: url(../front-images/check.png) left 1px no-repeat;
    padding-left: 35px;
    min-height: 25px;
}
.check-list-grid-1{
    grid-template-columns: 1fr;
    padding: 0;
}
.shape {
    position: absolute;
    transform: translate(-50%, -30%);
    top: 20%;
    left: 40%;
}
.shape2 {
    position: absolute;
    transform: translate(-50%, -30%) scale(1.2);
    top: 30%;
    left: 30%;
}
.shape3 {
    position: absolute;
    transform: translate(50%, -30%) scale(1.2);
    top: 30%;
    right: 40%;
}
.shape4 {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 48%;
}
.image {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.white-shadow-box{
    background: #fff;
    border-radius: 11px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    padding: 25px;
}

.white-shadow-box-2{
    background: #fff;
    border-radius: 21px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    padding: 25px;
}
.service-list{
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding-bottom: 40px;
    padding-top: 15px;
}
.service-box{
    background: #fff;
    border-radius: 36px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    padding: 25px 20px;
    text-align: center;
    height: 100%;
    display: block;
}
.service-box .sub-title{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
    font-family: 'Wotfard';
}
.icon-circle{
    width: 100px;
    height: 100px;
    background: #FFF0D9;
    display: flex;
    margin: auto;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.icon-small{
    width: 64px;
    height: 64px;
    background:#FFF0D9;
    display: flex;
    margin-bottom: 15px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    flex:0 0 64px;
}
.v-small{
    flex:0 0 48px;
    width: 48px;
    height: 48px;
    margin-bottom: 0;
}
.light-pinkbg{
    background: #fefafb;
}
.form-control{
    background: #F8F8F8;
    border-color: transparent;
    height: 45px;
    margin-bottom: 17px;
    border-radius: 5px;
    box-shadow: none;
}
textarea.form-control{
    height: 98px;
}
.expert{
    position: relative;
    z-index: 1;
}
.expert::before {
    background: #FFF0D9;
    border-radius: 21px;
    content: '';
    bottom: 0;
    height: 86%;
    z-index: -1;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
}

.testimonials-item{
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  padding: 40px;
  width: 314px;
  min-height: 410px;
  display: flex;
  flex-direction: column;
}
#testimonials{padding-top: 40px;}
#testimonials .owl-stage-outer{overflow: visible;}
#testimonials .owl-stage{padding-top: 30px;padding-bottom: 30px}
#testimonials .owl-stage .owl-item:nth-child(odd){margin-top: 60px}
#testimonials .owl-stage .owl-item:nth-child(even){margin-bottom: 60px}
.testimonials-item p{min-height: 125px;font-size: 16px;line-height: 1.5;flex: 1;}
.client{padding-top: 10px;margin-bottom: 25px}
.testimonials-item .client img{width: 48px;height: 48px}
.testimonials-item .testimonials-logo img{width: auto;}
.client-name{font-size: 12px;color: #FF9800;margin-top: 20px;display: flex;font-weight: 500;align-items: center;}
.client-name:before{content: '';width: 16px;height: 1px;background:#FF9800;margin-right: 8px;display: block;}
.quote-left {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 0;
}
.quote-right {
    position: absolute;
    top: -90px;
    right: 0;
}
.overflow-hidden{overflow: hidden;}

/*pricing*/

.switch [type="checkbox"] {
    opacity: 0;
    position: absolute
}

.switches label {
    font-size: 16px;
    font-weight: 400;
    color: #aaa;
    margin-top: 0
}

.switch-wrapper {
    position: relative;
    display: inline-flex;
    padding: 4px;
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 12px;
    background:#fff;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
.switch-wrapper label{
    margin: 0;
}
.pricing-switch .pricing-btn {
    width: 88px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
    display: inline-block;
    font-weight: 400;
    cursor: pointer;
}
.pricing-switch .pricing-monthly{
    background: #FF9800;
    color: #fff;
}
.pricing-switch [type="checkbox"]:checked  + .pricing-monthly{
    background: transparent;
    color: #000;
}
.pricing-switch [type="checkbox"]:checked + .pricing-monthly + .pricing-yearly{
    background: #FF9800;
    color: #fff;
}
.pricing-box{padding: 40px}
.pricing-box h3{font-weight: 500;margin-top: 0;}
.pricing li{
    display: flex;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.pricing li.yes_icon,.pricing li.no_icon{
    padding-left: 30px;
}
.pricing li.yes_icon{
    background: url(../front-images/check.svg) 0 0 no-repeat;
}
.pricing li.no_icon{
    background: url(../front-images/close.svg) 0 0 no-repeat;
}
.price-label .number{
    font-size: 48px;
    font-weight: 500;
    color: #071223;
    font-family: 'Plus Jakarta Sans';
}
.inactive{display: none;}

/* Pricing cards (Industries/pricing) — match sparkresto.com */
.pricingRow {
    align-items: flex-start;
    justify-content: center;
}
.pricing-tab {
    margin-bottom: 30px;
}
.pricingRow .pricing-tab .price-head {
    background: transparent !important;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    padding: 25px 0 0;
    text-align: center;
}
.pricingRow .pricing-tab .price-head * {
    color: #0b0b0b;
}
.pricingRow .price-content {
    padding-top: 0;
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
}
.pricingRow .price-head .price-label .number,
.pricingRow .price-head .price-label .delay {
    color: #f15e22;
}
.pricing .price-content ul {
    padding: 20px 15px;
    margin: 0;
}
.price-color1 .ribbon,
.price-color3 .ribbon {
    display: none;
}
/*responsive*/

@media(max-width:767px){
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar{
        margin-bottom: 0;
    }
    .navbar-header{
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      align-items: center;
    }
    .navbar-header:before,
    .navbar-header:after{
        display: none;
    }
    .navbar-brand{
        padding: 10px;
        height: auto;
    }
    .zoom-1 {
        transform: scale(1);
    }
    .navbar-toggle .icon-bar{
        background: #fff;
    }
    .banner-section{
        padding-top: 100px;
    }
    h1, .title-48 {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    .elementor-section ul{
        display: grid;
        gap: 10px;
        grid-template-columns:1fr 1fr 1fr;
    }
    .space-70 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .service-list{
        grid-template-columns: 1fr 1fr;
    }
    .space-70 .service-list{
        padding-bottom: 0;
    }
    .service-box {
        padding: 15px 15px;
        display: block;
    }
    .icon-circle {
        width: 70px;
        height: 70px;
        padding: 12px;
        margin-bottom: 20px;
    }
    .service-box .sub-title{
        font-size: 18px;
    }
    .check-list-grid{
        grid-template-columns: 1fr;
    }
    #testimonials {
        padding-top: 0px;
    }
    .testimonials-item{
        width: auto;
    }
    .quote-right {
        top: -50px; 
        width: 50px;
    }
    .quote-left{width: 50px;}
    #testimonials .text-20{position: relative;}

    .pricingRow{   
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding-bottom: 40px;
    }
    #footer{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .banner-section br{display: none;}
}

/*footer*/
#footer{
    padding-top: 70px;
    background: #fff;
}
#footer .footer-menu li{margin-bottom: 8px}
#footer h4{margin-bottom: 30px}
#footer .footer-menu{margin-bottom: 30px}
#footer .footer-menu li a{
    color: #3B3B3B;
    font-size: 16px;
    font-weight: 300;
}
@media (min-width:991px){
    #footer .row{display:flex; }
    #footer .footer-menu, #footer .footer-nav{display: block !important;}

}
@media (max-width:767px){
    #footer h4.footer-title{display: flex;justify-content: space-between;cursor: pointer;}
    #footer h4.footer-title:after{
        content: "\f107";
        font:normal normal normal 20px/1 FontAwesome;
    }
    #footer .footer-menu{display: none;}
    #footer .footer-nav.call-info{display: block;}
    .footer-social{padding-bottom: 30px}
}
.fa-angle-down::before {
    content: "\f107";
}
.fa-instagram::before {
    content: "\f16d";
}
.fa-pinterest::before {
    content: "\f0d2";
}
.fa-twitter::before {
    content: "\f099";
}
.fa-facebook::before {
    content: "\f09a";
}
.fa-google-plus::before {
    content: "\f0d5";
}
.fa-envelope::before {
    content: "\f0e0";
}
.footer-social{margin-top: 18px}
.footer-social li {
    display: inline-block;
    vertical-align: top;
}
.footer-social li a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    display: flex;
    background: #FFF0D9;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}
.footer-social li a i {
    font-size: 14px !important;
    background: #FF9800;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-nav li img{width: 24px;vertical-align: top;}
.support-nav li a{
    display: flex;
    color: #3B3B3B;
    font-size: 16px;
    gap: 10px;
    font-weight: 300;
}
.support-nav li a:hover,#footer .footer-menu li a:hover{
    color: #FF9800;
}
.support-nav li a .fa-envelope{font-size: 24px;color:#FF9800; }
.support-nav li i{font-size: 20px;width: 24px}
.footer-bottom {
    padding: 12px 0 12px;
    background: #3B3B3B
}
.footer-bottom p{color: #fff;margin: 0}
.clientpic {
    height: 140px;
    width: 140px;
    margin: 40px auto;
    /*border-radius:100%;-webkit-border-radius:100%;*/
    text-align: center;
    line-height: 130px;
    overflow: hidden
}
.our-clients {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.our-clients li {
    background: #fff;
    border-radius: 36px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    padding: 35px 25px;
    text-align: center;
}
@media (max-width:680px){
   .inner-page-banner{padding-bottom: 50px}
   .our-clients{
    grid-template-columns: 1fr 1fr;
   }
   .d-flex{flex-wrap: wrap;}
   #testimonials .owl-stage .owl-item:nth-child(odd){margin-top: 0px}
    #testimonials .owl-stage .owl-item:nth-child(even){margin-bottom: 0px}
   .shape,.shape2,.shape3 {
        transform: translate(-50%, -50%) scale(0.9);
        top: 50%;
        left: 50%;
    }
}
.terms-list h2{
    font-size: 28px;
}
.terms-list li{
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
}
.terms-list ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
    padding-top: 15px;
}
.terms-list ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: .6em;
    padding-left: 45px;
    position: relative;
}
.terms-list ol > li::before {
    content: counters(item,".") ". ";
    display: table-cell;
    position: absolute;
    left: 0;
}

/* Pricing table (Industries/pricing) */
.industry-inner-page {width:100%;}
.industry-inner-page .industry-banner {
    background: url(../images/banner-bg.png) no-repeat top center / cover;
    position: relative;
    padding: 0;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-page-main .industry-banner{min-height: 300px;}
.pricing-page-main .industry-banner:after{display:none;}
.pricing-page-main .industry-banner h3,
.pricing-page-main .industry-banner p {width:100%; text-align:center; max-width:100%;}
.pricing-page-main .industry-banner p {
    float: none;
    max-width: 800px;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
.pricing-page-main .industry-banner h3 {
    font-weight:600;
    font-size:42px;
    margin-top:0;
    margin-bottom:0;
    color:#333;
}
.pricing-details-section {width:100%; float:none; max-width:1080px; margin:80px auto;}
.pricing-details-section table {width:100%; border:none; border-radius:30px 30px 0 0; overflow:hidden;}
.pricing-details-section table *{font-family:'Roboto', sans-serif;}
.pricing-details-section table thead tr td {
    font-size:45px;
    font-weight:500;
    color:#ffffff;
    text-transform:uppercase;
    text-align:center;
}
.pricing-details-section table thead tr td:nth-child(1){
    background: linear-gradient(135deg, #fe737a 0%,#f453a1 100%);
}
.pricing-details-section table thead tr td:nth-child(2){
    background: linear-gradient(135deg, #20dfcf 0%,#5d7be9 100%);
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    font-size:28px;
    padding:24px 0 12px;
}
.pricing-details-section table thead tr td:nth-child(3){
    background: linear-gradient(135deg, #43e798 0%,#39b2b3 100%);
    font-size:28px;
    padding:24px 0 12px;
}
.pricing-details-section table thead tr td span {font-size:45px; font-weight:700; position:relative;}
.pricing-details-section table thead tr td div {margin:0; position:relative; bottom:0; line-height:20px;}
.pricing-details-section table thead tr td pre {
    display:inline-block;
    background:transparent;
    border:none;
    position:relative;
    font-size:24px;
    color:#ffffff;
    top:0;
    line-height:22px;
    padding:0 5px 0 0;
    margin:0;
}
.pricing-details-section table td {border:none;}
.pricing-details-section table tbody{border:1px solid #dddddd;}
.pricing-details-section table tbody tr td {
    font-size:18px;
    color:#333333;
    text-align:center;
    border:none;
    padding:15px 10px;
}
.pricing-details-section table tbody tr:nth-child(even){background:#f5f5f5;}
.pricing-details-section table tbody tr:nth-child(odd) td:nth-child(2){background:#ececf0;}
.pricing-details-section table tr .fa{font-family:FontAwesome, fontawesome;}
.pricing-details-section table tr a:hover,
.pricing-details-section table tr a:focus {
    background:#f30057;
    color:#ffffff;
    text-decoration:none;
}
.pricing-details-section table tr a {
    border-radius:0;
    color:#f30057;
    text-transform:uppercase;
    font-weight:500;
    font-size:18px;
    padding:8px 14px;
    border:1px solid #f30057;
}
.pricing-details-section table tbody tr:last-child td:nth-child(2){background:transparent;}

@media (max-width:1199px) {
    .pricing-details-section {width:96%;}
    .pricing-details-section table thead tr td {font-size:36px;}
    .pricing-details-section table thead tr td span {font-size:34px;}
    .pricing-details-section table thead tr td div {font-size:20px;}
    .pricing-details-section table thead tr td pre {font-size:18px; top:2px;}
    .pricing-details-section table tbody tr td {font-size:15px;}
    .pricing-details-section table tr .fa {font-size:17px;}
}

@media (max-width:991px) {
    .pricing-page-main .industry-banner {padding-top:80px; padding-bottom:80px;}
    .pricing-details-section {width:96%; margin:40px auto 0; overflow-x:auto;}
    .pricing-details-section table thead tr td {font-size:24px;}
    .pricing-details-section table thead tr td div {font-size:17px;}
    .pricing-details-section table tr .fa {font-size:14px;}
    .pricing-details-section table thead tr td pre {top:8px;}
    .pricing-details-section table tbody tr td {min-width:150px;}
    .pricing-details-section table tr a {font-size:13px; padding:6px 10px;}
    .pricing-details-section table thead tr td span {font-size:24px;}
    .pricing-page-main .industry-banner h3 {font-size:30px;}
}

@media (max-width:640px) {
    .pricing-page-main .industry-banner {padding-top:40px; padding-bottom:40px;}
    .pricing-page-main .industry-banner h3 {font-size:22px;}
    .pricing-page-main .industry-banner p {font-size:17px;}
    .pricing-details-section table {width:550px; margin:0 auto;}
}

.space-700 {
    padding-top: 70px;
    padding-bottom: 70px;
}