/* Base CSS */

  .alignleft {
    float: left;
    margin-right: 15px;
  }
  
  .alignright {
    float: right;
    margin-left: 15px;
  }
  
  .aligncenter {
    display: block;
    margin: 0 auto 15px;
  }
  
  a:focus {
    outline: 0 solid
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #333333;
  }
  
  body {
    color: #333333;
    font-weight: 400;
    font-family: 'Lato';
  }
  
  @font-face {
    font-family: 'Jaapokki';
    src: url('../../../fonts/web/solutions/Jaapokki-Regular.woff2') format('woff2'), url('../../../fonts/web/solutions/Jaapokki-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Lato';
    src: url('../../../fonts/web/solutions/Lato-Bold.woff2') format('woff2'), url('../../../fonts/web/solutions/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Lato';
    src: url('../../../fonts/web/solutions/Lato-Italic.woff2') format('woff2'), url('../../../fonts/web/solutions/Lato-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Lato';
    src: url('../../../fonts/web/solutions/Lato-Regular.woff2') format('woff2'), url('../../../fonts/web/solutions/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  .selector-for-some-widget {
    box-sizing: content-box;
  }
  
  a:hover {
    text-decoration: none
  }
  
  /* Header bar section start */
  
  .header-bar-section {
    padding: 30px 0;
    margin-top: 45px;
    position: relative;
  }
  
  .logo-main a img {
    max-width: 370px;
    width: 100%;
  }
  
  .head-social a {
    font-size: 24px;
    color: #fff;
    background: #34b3a2;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    transition: .3s;
    border: 2px solid transparent;
  }
  
  .head-social a:hover {
    background: transparent;
    border: 2px solid #34b3a2;
    color: #34b3a2;
  }
  
  .head-social a .fab.fa-whatsapp {
    position: relative;
    top: -1px;
  }
  
  .head-social {
    display: flex;
    margin-bottom: 20px;
    justify-content: flex-end;
    padding-right: 10px;
  }
  
  .main-menu ul {
    display: flex;
    list-style: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    justify-content: space-between;
  }
  
  .main-menu ul li a {
    font-size: 18px;
    transition: .3s;
    color: #fff;
    padding: 3px 5px;
    display: inline-block;
    position: relative;
    top: 1px;
  }
  
  .main-menu ul li a:hover {
    color: #ea564b;
  }
  
  .header-menu {
    background: #fdcd66;
    padding: 10px 35px;
    border-radius: 50px;
  }
  
  .header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo-main {
    flex: 0 0 31%;
    max-width: 31%;
  }
  
  .header-right {
    flex: 0 0 65%;
  }
  
  .menu-close {
    font-size: 20px;
    color: #182533;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    transition: .4s;
  }
  
  .offcanvas-area {
    position: fixed;
    right: -100%;
    height: 100%;
    width: 275px;
    background: #F2F2F2;
    z-index: 6;
    padding-top: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
  }
  
  .offcanvas-area.active {
    right: 0;
    visibility: visible;
  }
  
  .offcanvas-area .main-menu ul li a {
    font-size: 15px;
    color: #352F2F;
    margin-left: 25px;
    margin-bottom: 14px;
    display: block;
    transition: .4s;
    font-weight: 700;
  }
  
  .offcanvas-area .main-menu ul li a:hover {
    color: #E13A30;
  }
  
  .menu-close:hover {
    color: #E13A30;
  }
  
  .process-wraper.mob {
    display: none;
  }
  
  .solution-items-wrap.mob {
    display: none;
  }
  
  .main-wrapp {
    overflow: hidden;
  }
  
  .service-wrapper.service-slide.mob {
    display: none;
  }
  
  .offcanvas-menu .main-menu ul {
    display: block;
    padding-top: 110px;
    padding-left: 0;
    list-style: none;
  }
  
  .offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 4;
  }
  
  .offcanvas-overlay.active {
    opacity: .4;
    visibility: visible;
  }
  
  .menu-open {
    font-size: 31px;
    color: #E13A30;
    cursor: pointer;
    padding-top: 10px;
    display: none;
  }
  
  /* Header bar section  END */
  
  /*--------------- Hero area start ----------------*/
  
  .hero-content-wrap {
    background: url(../../../img/web/solutions/hero-thumb.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 100%;
    padding-bottom: 285px;
    margin-top: 65px;
    font-family: 'Jaapokki';
    text-align: center;
    padding-top: 60px;
  }
  
  .common-btn {
    background: #ea564b;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    transition: .3s;
    border-radius: 5px;
    padding: 8px 29px;
    font-size: 22px;
    border: 2px solid transparent;
    font-family: 'Lato';
  }
  
  .common-btn:hover {
    color: #ea564b;
    border-color: #ea564b;
    background-color: #fff;
  }
  
  .hero-content {
    top: -72px;
    position: relative;
  }
  
  .hero-content-wrap h3 {
    font-size: 59px;
    color: #fdcd66;
    margin-bottom: 5px;
  }
  
  .hero-content-wrap h4 {
    font-size: 42px;
    color: #333333;
    margin-bottom: 55px;
  }
  
  /*--------------- Hero area end ----------------*/
  
  /*--------------- Offer area start ----------------*/
  
  .offer-area {
    background: url(../../../img/web/solutions/bg-1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 130px;
    padding-bottom: 100px;
    margin-top: -130px;
    position: relative;
    z-index: 1;
  }
  
  .offer-thumb {
    max-width: 235px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  
  .single-offer-item {
    text-align: center;
    margin-bottom: 55px;
    padding: 0 19px;
  }
  
  .offer-content p {
    font-size: 17px;
  }
  
  .offer-content h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.1;
  }
  
  .common-title {
    font-family: 'Jaapokki';
    text-align: center;
  }
  
  .common-title h3 {
    font-size: 58px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #fff;
  }
  
  .offers-wrap {
    padding-top: 70px;
  }
  
  .common-title h4 {
    font-size: 58px;
    color: #ea564b;
    line-height: 1.2;
  }
  
  /*--------------- Offer area end ----------------*/
  
  /*--------------- Solution area start ----------------*/
  
  .solution-area {
    position: relative;
  }
  
  .solution-area .common-title {
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
  }
  
  .border-img {
    position: relative;
    margin-top: -72px;
  }
  
  /*--------------- Solution area end ----------------*/
  
  /*--------------- Process area start ----------------*/
  
  .process-area {
    position: relative;
    padding: 90px 0;
  }
  
  .process-thumb img {
    max-width: 130px;
    max-height: 130px;
  }
  
  .process-thumb {
    margin-bottom: 40px;
    text-align: center;
    background: url(../../../img/web/solutions/pg-1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .process-thumb.tw {
    background-image: url(../../../img/web/solutions/pg-2.png);
  }
  
  .process-thumb.th {
    background-image: url(../../../img/web/solutions/pg-3.png);
  }
  
  .process-thumb.fr {
    background-image: url(../../../img/web/solutions/pg-4.png);
  }
  
  .process-wraper {
    padding-top: 75px;
  }
  
  .process-content {
    text-align: center;
  }
  
  .step-num {
    font-size: 80px;
    line-height: .9;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fdcd66;
    font-style: italic;
  }
  
  .process-content p {
    font-size: 17px;
  }
  
  .process-content h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.1;
  }
  
  /*--------------- Process area end ----------------*/
  
  /*------------------ Contact area start -------------------*/
  
  .contact-hero.hero-area .hero-content-wrap {
    background-image: url(../../../img/web/solutions/banner_contactus.jpg);
    padding-bottom: 130px;
    margin-top: 85px;
  }
  
  .contact-area {
    padding: 115px 0;
    background-image: url(../../../img/web/solutions/c-bg.png);
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: -1px;
    padding-bottom: 70px;
    margin-top: -47px;
  }
  
  .contact-wrapper {
    margin-top: 65px;
  }
  
  .contact-content h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
  }
  
  .contact-detail {
    display: flex;
    margin-bottom: 30px;
  }
  
  .contact-detail span {
    min-width: 25px;
    font-size: 19px;
    color: #fff;
    margin-right: 10px;
    margin-top: -1px;
  }
  
  .detail a span {
    display: block;
    margin-bottom: 3px;
  }
  
  .contact-detail p {
    font-size: 16px;
    color: #fff;
    line-height: 21px;
    margin: 0;
  }
  
  .contact-detail a {
    font-size: 16px;
    color: #fff;
    line-height: 21px;
    display: block;
    margin-bottom: 12px;
  }
  
  .single-input-item input {
    width: 100%;
    height: 50px;
    border: 0;
    padding: 20px;
    margin-bottom: 15px;
    color: #969696;
    border-radius: 3px;
    outline: none;
  }

  .single-input-item select {
    width: 100%;
    height: 50px;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
    color: #969696;
    border-radius: 3px;
    outline: none;
  }
  
  .single-input-item textarea {
    width: 100%;
    height: 200px;
    border: 0;
    padding: 15px 20px;
    margin-bottom: 15px;
    color: #969696;
    border-radius: 3px;
    outline: none;
    resize: none;
  }
  
  input::placeholder, textarea::placeholder {
    opacity: 1;
  }
  
  button.common-btn {
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .3px;
    line-height: 1.5;
    font-size: 19px;
    padding: 10px 32px;
    height: 48px;
  }
  
  button.common-btn:hover {
    background-color: #EA564B;
    color: #fff;
  }
  
  .contact-area .common-title h3 {
    font-size: 58px;
    line-height: 1.1;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #fff;
  }
  
  .common-title h5 {
    font-size: 25px;
    font-family: 'Lato';
    font-weight: 700;
  }
  
  /*------------------ Contact area end -------------------*/
  
  /*------------------ Who area start -------------------*/
  
  .hero-content p {
    font-size: 25px;
    line-height: 1.5;
    font-family: 'Lato';
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .hero-content-wrap.diff {
    padding: 0;
    background: inherit;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  
  .hero-content-wrap.diff .hero-content {
    top: 0;
    padding-bottom: 50px;
  }
  
  .hero-content-wrap.diff .hero-content h3 {
    margin-bottom: 20px;
  }
  
  .mission-content {
    text-align: center;
  }
  
  .mission-content {
    margin-top: -149px;
    margin-bottom: 50px;
  }
  
  .mission-flag img {
    max-width: 340px;
    margin-bottom: 60px;
  }
  
  .mission-content p {
    font-size: 25px;
    line-height: 1.4;
    font-family: 'Lato';
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 14px;
  }
  
  .common-title h6 {
    font-size: 42px;
    color: #333333;
    margin-bottom: 55px;
    padding-top: 5px;
  }
  
  .solution-wrapper {
    padding: 120px 0;
  }
  
  .solution-items-wrap {
    padding-top: 80px;
  }
  
  .sulotion-icon img {
    max-width: 140px;
    max-height: 114px;
  }
  
  .sulotion-icon {
    height: 120px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
  }
  
  .solution-text p {
    font-size: 29px;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 700;
  }
  
  .solution-item {
    background: url(../../../img/web/solutions/b-1.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 75px 40px;
    padding-top: 110px;
    text-align: center;
    margin-top: -60px;
    position: relative;
    cursor: pointer;
  }
  
  .solution-item.b-1.active {
    background-image: url(../../../img/web/solutions/bg-7.png);
  }
  
  .solution-item.b-2.active {
    background-image: url(../../../img/web/solutions/bg-8.png);
  }
  
  .solution-item.b-4.active {
    background-image: url(../../../img/web/solutions/bg-7.png);
  }
  
  .solution-item.active {
    background-image: url(../../../img/web/solutions/bg-6.png);
    transform: rotateY(-360deg);
    transition: .6s;
  }
  
  .solution-item.active .soluiton-content {
    opacity: 1;
    visibility: visible;
  }
  
  .solution-item.active .sulotion-icon, .solution-item.active .solution-text {
    display: none;
  }
  
  .soluiton-content p {
    font-size: 18px;
    margin: 0;
    color: #fff;
  }
  
  .soluiton-content {
    position: absolute;
    top: 51%;
    left: 0;
    right: 0;
    padding: 0 30px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
  }
  
  .globe-items {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  
  .globe-count {
    font-size: 102px;
    line-height: .9;
    font-weight: 700;
    font-style: italic;
    color: #fdcd66;
    margin-bottom: 11px;
  }
  
  .globe-item {
    text-align: center;
    border-right: 3px solid #fdcd66;
    padding: 20px 0;
  }
  
  .globe-item p {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
  }
  
  .globe-area {
    padding-top: 35px;
    margin-bottom: -25px;
  }
  
  /*------------------ Who area end -------------------*/
  
  /*------------------ Portfolio area start -------------------*/
  
  .portfolio-area {
    padding-top: 75px;
    padding-bottom: 80px;
  }
  
  .portfolio-area .common-title h4 {
    font-size: 59px;
    color: #fdcd66;
    line-height: 1.2;
  }
  
  .portfolio-btn ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    padding-top: 10px;
  }
  
  .portfolio-btn ul li {
    padding: 13px 30px;
    background: #ebebeb;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
    cursor: pointer;
    text-transform: uppercase;
  }
  
  .portfolio-btn ul li {
    padding: 13px 40px;
    background: #ebebeb;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    transition: .3s;
    cursor: pointer;
    text-transform: uppercase;
    clip-path: polygon(10% 0, 91% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
    border-radius: 16px;
  }
  
  .portfolio-btn ul li.active {
    color: #fff;
    background-color: #ea564b;
  }
  
  .portfolio-item {
    position: relative;
    margin-bottom: 20px;
    transition: .3s;
    cursor: pointer;
  }
  
  .portfolio-wrapper {
    margin-top: 100px;
    margin-bottom: 60px;
  }
  
  .portfolio-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b5;
    transition: .3s;
    z-index: 1;
    padding: 50px;
    text-align: center;
    font-family: 'Jaapokki';
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(.5);
  }
  
  .portfolio-item:hover .portfolio-content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  
  .portfolio-content h4 {
    font-size: 35px;
    color: #fff;
    padding-bottom: 16px;
    border-bottom: 1px solid #ffffffbf;
    margin-bottom: 26px;
    border-radius: 1px;
    font-family: 'Jaapokki';
  }
  
  .portfolio-content h6 {
    font-size: 24px;
    color: #fff;
    line-height: 1;
    margin-bottom: 7px;
  }
  
  .portfolio-content a {
    font-size: 17px;
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
    font-style: italic;
    transition: .3s;
    font-family: 'Lato';
  }
  
  .portfolio-content a:hover {
    color: #ea564b;
  }
  
  .portfolio-content-wrap {
    flex: 0 0 100%;
  }
  
  .pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  
  .pagination a {
    padding: 0 9px;
    font-size: 20px;
    color: #cccccc;
    font-style: italic;
    transition: .3s;
  }
  
  .pagination a:hover {
    color: #ea564b;
  }
  
  .pagination a.active {
    color: #ea564b;
    font-weight: 700;
    font-style: normal;
  }
  
  .row.interface-app-wrapper .col-lg-4.col-md-4.col-6.col-sm-6 {
    padding: 11px;
  }
  
  /*------------------ Portfolio area end -------------------*/
  
  /*------------------ Web Portfolio area start -------------------*/
  
  .app-area.portfolio-area::after {
    position: absolute;
    top: 830px;
    left: 0;
    background: #ebebeb;
    width: 100%;
    height: 820px;
    content: '';
    z-index: -1;
  }
  
  .app-area.portfolio-area {
    position: relative;
  }
  
  .apps-title {
    text-align: center;
  }
  
  .apps-title h3 {
    font-size: 63px;
    color: #333333;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Jaapokki';
  }
  
  .apps-title p {
    font-size: 22px;
    color: #ea564b;
    font-weight: 700;
    line-height: 1.2;
  }
  
  .apps-wrapper {
    padding-top: 75px;
    margin-top: 40px;
    border-top: 2px solid #fdcd66;
    text-align: center;
    border-bottom: 2px solid #fdcd66;
    padding-bottom: 75px;
    position: relative;
  }
  
  .single-app {
    padding: 19px;
  }
  
  .app-img {
    padding-top: 116px;
  }
  
  .single-app.fm {
    margin-top: -75px;
  }
  
  .app-content p {
    font-size: 16px;
  }
  
  .fr-br {
    border-right: 2px solid #fdcd66;
    padding: 15px 0;
  }
  
  .app-content {
    padding: 0 40px;
  }
  
  .app-content-wrap {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  
  .features-box {
    padding: 65px 80px;
    background: #34b3a2;
    text-align: left;
    padding-bottom: 58px;
  }
  
  .features-box h4 {
    font-size: 60px;
    line-height: .9;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Jaapokki';
  }
  
  .feature-example-item p {
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 9px;
    color: #fff;
    display: flex;
    align-items: center;
  }
  
  .feature-example-item p span {
    font-size: 40px;
    flex: 0 0 auto;
    margin-right: 20px;
  }
  
  .down-load-wrap p {
    font-size: 30px;
    color: #ea564b;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 35px;
    padding-top: 5px;
  }
  
  .download-btn a img {
    display: inline-block;
    margin: 0 10px;
    max-width: 255px;
  }
  
  .pagination-diff {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 50px;
  }
  
  .pagination-diff a {
    font-size: 18px;
    background: #ebebeb;
    display: inline-block;
    color: #333333;
    font-weight: 700;
    width: 200px;
    text-align: center;
    padding: 18px 0;
    border-radius: 6px;
    line-height: 1;
  }
  
  .pagination-diff a:first-child {
    clip-path: polygon(12% 0, 100% 0%, 100% 100%, 11% 100%, 0% 50%);
    padding-left: 10px;
  }
  
  .pagination-diff a:last-child {
    clip-path: polygon(0% 0%, 88% 0, 100% 50%, 88% 100%, 0% 100%);
    text-align: right;
    padding-right: 30px;
  }
  
  .tab-img {
    margin-top: -50px;
  }

  .page-item .page-link {
    color: #6c757d!important;
  }

  .page-item.disabled .page-link {
    color: #cccccc!important;
  }

  .page-item.active .page-link {
    color: #fff!important;
  }
  
  /*------------------ Web Portfolio area end -------------------*/
  
  /*--------------- Division area start ----------------*/
  
  /*------------------ Division area start -------------------*/
  
  .hero-area.ser-hero .hero-content-wrap {
    background-image: url(../../../img/web/solutions/bg-3.png);
    padding-bottom: 335px;
    margin-top: 65px;
    padding-top: 60px;
  }
  
  .hero-area.ser-hero .hero-content-wrap .hero-content {
    top: 0;
  }
  
  .offer-area.ser-of {
    margin-top: -65px;
  }
  
  .division-area {
    position: relative;
    margin-top: 140px;
  }
  
  .divi-main {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  
  .division-area::after {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: 89%;
    background: #EBEBEB;
    content: '';
  }
  
  .division-wrap {
    position: relative;
    z-index: 1;
  }
  
  .single-division {
    display: flex;
    align-items: center;
    margin-top: -70px;
  }
  
  .division-content {
    flex: 0 0 55%;
    background: url(../../../img/web/solutions/b-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 330px;
    display: flex;
    align-items: center;
    padding: 30px;
    text-align: left;
    justify-content: end;
  }
  
  .div-text {
    max-width: 500px;
    color: #fff;
    margin-right: 155px;
  }
  
  .div-text h5 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1;
  }
  
  .div-text p {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
  }
  
  .division-thumb {
    margin: 0 35px;
  }
  
  .single-division:nth-child(2n) {
    flex-direction: row-reverse;
  }
  
  .single-division:nth-child(2n) .division-content {
    text-align: right;
    justify-content: flex-start;
  }
  
  .single-division:nth-child(2n) .div-text {
    margin-left: 155px;
    margin-right: auto;
  }
  
  .single-division:nth-child(2) .division-content {
    background: url(../../../img/web/solutions/b-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  
  .single-division:nth-child(3) .division-content {
    background: url(../../../img/web/solutions/b-4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  
  .division-thumb img {
    max-width: 460px;
  }
  
  /*------------------ Division area end -------------------*/
  
  /*--------------- Service area start ----------------*/
  
  .single-service {
    min-height: 390px;
    width: 100%;
    background-image: url(../../../img/web/solutions/b-1.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 65px 0;
    text-align: center;
    padding-top: 88px;
    cursor: pointer;
  }
  
  .s-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 10px;
  }
  
  .service-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 60px;
    padding-bottom: 100px;
    border: 0;
  }
  
  .service-icon img {
    max-width: 93px;
    max-height: 110px;
    filter: brightness(10%);
  }
  
  .s-item.active .single-service p {
    color: #fad667;
  }
  
  .s-item.active .single-service {
    background-image: url(../../../img/web/solutions/bg-4.png);
  }
  
  .s-item.active .service-icon img {
    filter: brightness(100%);
  }
  
  .single-service p {
    font-size: 24px;
    font-weight: 700;
    color: #19150a;
    line-height: 1.1;
    margin: 0;
  }
  
  .service-icon {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
  }
  
  .service-content p {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 60px;
  }
  
  .service-content {
    text-align: center;
    margin-bottom: 55px;
  }
  
  .soluiton-content h5 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
  
  /*--------------- Service area end ----------------*/
  
  /*--------------- Footer area start ----------------*/
  
  .ft-thumb img {
    max-width: 460px;
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
  }
  
  .footer-area {
    position: relative;
    background: url(../../../img/web/solutions/ft-bg.png);
    background-position: bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 190px;
  }
  
  .footer-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    padding: 15px 15px;
  }
  
  .footer-text p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    position: relative;
    top: 1px;
  }
  
  .social a {
    display: inline-block;
    margin-left: 10px;
    max-width: 28px;
  }
  
  .ft-content-wrap h3 {
    font-size: 58px;
    margin-bottom: 40px;
    color: #fff;
  }
  
  .ft-content-wrap h5 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 32px;
  }
  
  .ft-content-wrap {
    top: -180px;
    position: relative;
    text-align: center;
    font-family: 'Jaapokki';
    margin-bottom: -40px;
    padding: 0 10px;
  }
  
  /*--------------- Footer area end ----------------*/

  /*--------------- Custom CSS Start ----------------*/
  .modal-btn {
    margin: 6px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 13px 34px;
    font-size: 15px;
  }
  .modal-header {
    padding: 20px;
  }
  .modal-title {
    font-size: 16px;
  }
  .close {
    font-size: 25px;
  }
  .modal-body {
    padding: 20px;
  }
  .input-label {
    font-size: 14px;
  }
  .input {
    font-size: 14px;
    border-radius: 5px;
  }
  .error-label {
    font-size: 14px;
  }
  .modal-footer {
    justify-content: flex-start;
  }
  .grecaptcha-badge { 
    visibility: hidden;
  }
/*--------------- Custom CSS End ----------------*/