/*!
Theme Name: Appventures
Theme URI: http://Appventures.au
Author: Ayokay
Author URI: https://ayokay.com/
Description: A marketing and web design agency with purpose.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: appventures
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Appventures is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*
font-family: "DM Sans", sans-serif;
font-family: "Raleway", sans-serif; 
*/
/* 1. Clean Base
------------------------------------------------------------------------------*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}

html,body { -webkit-text-size-adjust:none; height: 100%; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
iframe {vertical-align: top;}
textarea:focus, input:focus, a, div, img { outline: none; }

*,
*:before,
*:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#282728; font-size: 20px; line-height: 34px; font-family: "Raleway", sans-serif; font-weight:400; font-weight: 300; background-color: #fff;}

.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6 {font-weight:500;}

.h1, h1 {font-size:60px; margin-bottom: 20px;}
.h2, h2 {font-size:50px; margin-bottom: 20px;;}
.h3, h3 {font-size:54px; margin-bottom: 18px;}
.h4, h4 {font-size:24px; margin-bottom: 28px;line-height: 35px;}
.h5, h5 {font-size:20px; margin-bottom: 15px;}
.h6, h6 {font-size:18px; margin-bottom: 10px;}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {color: inherit; text-decoration: none;}

p { font-size: inherit; font-weight: inherit; line-height: inherit;  margin-bottom:20px; }
p:last-child { margin-bottom:0; }

ul{ margin:0;margin-left: 20px; padding:0; }
ul li{font-family: "Raleway", sans-serif; font-size: 20px; font-style: normal; font-weight: 400; line-height: 30px; padding-bottom: 20px;}
ul li:last-child{margin-bottom: 0;}
ul > li { list-style:outside disc; }

ol{ margin:0;margin-left: 20px; padding:0; list-style: none; }
ol li{ font-size:16px;  color:#000; font-weight:400; line-height:1.5;padding: 0;margin-bottom: 8px;  }
ol > li { list-style: outside decimal; }

blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px; border-left:4px solid #1589cb;line-height: 2;font-size: 20px; font-style: italic;margin-bottom: 25px;}
blockquote p{ font-size:inherit; font-weight:inherit; line-height:inherit; }

hr {border:0 #000 solid; border-top-width:1px; clear:both; height:0;margin: 10px auto 40px;}

img{ border:none; max-width: 100%; vertical-align: top; height: auto;}
img[src$=".svg"] {width: 100%;}

/* 4. Link
------------------------------------------------------------------------------*/
a{ color:#4777ac; transition: background-color 0.3s ease 0s, color 0.3s ease 0s; }
a:hover{ color:#000; text-decoration: underline; }
a:focus {outline: none;}

/* 5. Forms
------------------------------------------------------------------------------*/
label {color:#000; font-size:16px; font-weight:400; line-height:1.5;  margin-bottom:10px; display: block;}
input, 
textarea, 
button { font-family: "Raleway", sans-serif;  }
input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {-webkit-appearance: none; outline: none;}

input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="tel"], 
input[type="search"],
input[type="number"],
textarea { 
    border-radius: 10px !important;
    border: 1px solid #eeeeee !important;
    font-size: 16px !important;
    line-height: 38px !important;
    color: #282728 !important;
    padding: 12px 30px 12px 30px !important;
    height: auto !important;
}
textarea {
    height: 80px !important;
    resize: none;
    overflow: auto;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {border-color: #66afe9}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {-webkit-appearance: button; cursor: pointer; background-color: #cbcbcb; padding: 0 15px; height: 40px; display: inline-block; vertical-align: top; font-size: 14px; font-weight: 600; line-height: 1.52857143; text-align: center; border: none; text-transform: uppercase; border-radius: 0px; color: #fff; background-color: #0eb769; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {background-color: #66afe9; color: #fff;}

input[type="search"] {-webkit-appearance: textfield;}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

::-webkit-input-placeholder { opacity: 1 !important; color: #000; }
:-moz-placeholder { opacity: 1 !important; color: #000; }
::-moz-placeholder { opacity: 1 !important; color: #000; }
:-ms-input-placeholder { opacity: 1 !important; color: #000; }

.form-group {margin-bottom: 30px;}

/* buttons */
.btn { display: inline-block; vertical-align: top; padding: 18.5px 37.68px; font-size: 14px; font-weight: 700; letter-spacing: 1px; line-height: normal; text-align: center; border: none; text-transform: uppercase; border-radius: 35px; color: #fff; background-image: linear-gradient(90deg, #00e9bf 0%, #00e9bf 0%, #0000ff 100%, #0000ff 100%);transition: all 0.5s}
.btn:hover,
.btn:focus,
.hamburger:hover { color: #fff; background-image: linear-gradient(270deg, #00e9bf 0%, #00e9bf 0%, #0000ff 100%, #0000ff 100%); text-decoration: none;transition: all 0.5s}
.btn-sm {padding: 8px 16px; }
.btn-md {padding: 12px 24px;}
.btn-link { color: #98989c; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 2px; border-bottom: 1px solid #98989c; margin-bottom: 2px; }
.btn-link:hover,
.btn-link:focus{ color: #0eb769; font-weight: 700; text-decoration: none; border-bottom: 1px solid #0eb769; }

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}
.table-responsive {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar}
.table-bordered{width: 100%;max-width: 100%;text-align: left;}
.table-bordered th, 
.table-bordered td{ vertical-align: bottom;border-bottom: 1px solid #ddd;padding: 10px;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper {width: 100%;display: flex;min-height: 100%;position: relative;flex-wrap: wrap;justify-content: space-between;align-content: space-between;}
.main-container {
    width: 100%;
    /*border-image: linear-gradient(90deg, #0000ff 0%, #00e9be 18%, #fff935 35%, #ff2c63 55%, #f22aff 79%, #3400c0 100%) 30; */
    border-image: linear-gradient(90deg, #0000ff 0%, #00e9be 18%, #fff935 35%, #ff2c63 55%, #f22aff 79%, #3400c0 100%) 30;
    border-top: 1px;
    border-style: solid;
}
.container {max-width: 1560px;}
.body-content ul, 
.body-content ol{margin-bottom: 20px;}
.body-content ul ul, 
.body-content ul ol,
.body-content ol ol,
.body-content ol ul{margin-bottom: 0;}

/* header */
.main-header {
    width: 100%;
    height: auto;
    border-bottom: 1px solid hsl(214deg 51% 92% / 20%);
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
}

/* responsive nav for small devices */
.hamburger{padding: 0;margin: 0;height: auto;width: auto; text-align: center;background-color: transparent;min-width: unset;}
.hamburger:not(.close) {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    width: 50px;
    height: 50px;
    min-width: unset;
    background-image: linear-gradient(90deg, #00e9bf 0%, #00e9bf 0%, #0000ff 100%, #0000ff 100%);
}
.hamburger:hover, 
.hamburger:focus{background-color: transparent;outline: none;}
.hamburger .line{width: 30px;height: 4px;background-color: #fff;display: block;margin: 6px auto;}
.hamburger:hover{cursor: pointer;}
.hamburger.close{padding: 10px;    background-color: #76c695;    border-radius: 10px 0 0 10px;min-width: unset; }
.hamburger.close .wrap{ position: relative;width: 30px;height: 30px;display: block;}
.hamburger.close .line{margin: 0;width:100%;position: absolute;top: calc(50% - 2px);transform: rotate(45deg);background-color: #fff}
.hamburger.close .line:last-child{transform: rotate(-45deg);}
#menu{position: fixed;top: 0;left: -100%;width:80%;height: 100%;background-color: #01182d;max-width: 450px;transition: all 0.3s ease-in-out;z-index: 999;}
#mobilenav.is-open #menu{left: 0;}
#mobilenav .nav-logo{padding: 15px;}
#mobilenav ul,
#mobilenav li{padding: 0;margin: 0;list-style: none;position: relative;}
#mobilenav ul ul{display: none;}
#mobilenav .caret {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 9px;
    right: 5px;
    cursor: pointer;
    z-index: 99;
}
#mobilenav .caret:not(.trigger-caret){pointer-events: none;}
#mobilenav .caret:before,
#mobilenav .caret:after{content:'';position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block;margin: auto; width: 20px;height: 2px;background: #fff;}
#mobilenav .caret:after{transform: rotate(-90deg);transition: all .2s ease;}
#mobilenav .is-open > .caret:after{transform: rotate(0)}
#mobilenav ul a {display: block;padding: 10px 15px;cursor: pointer;z-index: 2;font-size: 16px;text-decoration: none;color: #ffffff;background: #01182d;border-bottom: 1px solid #fff}
#mobilenav .has-sub>a{padding-right: 40px;}
#mobilenav li li a { padding-left: 30px; font-size: 14px;text-decoration: none;color: #fff;background: #49505a; }
#mobilenav li li li a {padding-left: 50px;}
#mobilenav .nav-backdrop{ position: fixed;height: 100%;width: 100%;background: rgba(0,0,0,0.8);z-index: -1;opacity: 0;visibility: hidden;transition: all 0.4s ease-in;left: 0;right: 0;top: 0;bottom: 0;}
#mobilenav.is-open .nav-backdrop{ opacity: 1;z-index: 999;visibility: visible;}
#mobilenav .menu-outer{max-height: calc(100vh - 80px);overflow-y: auto;padding-bottom: 60px;}

/* nav */
/* Nav */
.header-navigation ul{padding:0;margin:0;list-style:none;}
.header-navigation ul li{padding:0;margin:0;list-style:none;}
.header-navigation ul li a{font-size: 16px; letter-spacing: 1px; text-transform: uppercase; color: #b4dbff; text-align: center; text-decoration:none;}
.header-navigation ul li.parent{position:relative;}
.header-navigation ul li.parent .arrowclick{position:absolute;right:14px;top:50%;margin-top:-13px;}
.header-navigation .main-menu{display:flex;flex-wrap:wrap;align-items:center;}
.header-navigation .main-menu > li{position:relative}
.header-navigation .main-menu > li > a {position: relative; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; display: inline-flex; padding: 39.01px 26.7px;}
.header-navigation .main-menu > li > a:before{content:"";position:absolute;left:0;right:0;bottom:0;width:100%;height:0;background-color:#fff;opacity:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.header-navigation .main-menu > li > a:hover {background-color: rgb(180 219 255 / 13%); color: #eaf3fb;}
.header-navigation .main-menu > li > a:hover:before{opacity:1;height:2px}
.header-navigation .main-menu > li > a:hover + .arrowclick svg path{stroke:#eaf3fb !important;}
.header-navigation .main-menu ul{margin:0;padding:0;list-style:none;position:absolute;top:100%;left:0;width:325px;background-color:#fff;box-shadow:0 0 16px 7px rgba(0,0,0,.15);opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:9}
.header-navigation .main-menu > li.parent:hover ul{opacity:1;visibility:visible}
.header-navigation .main-menu ul a { border-bottom: 1px solid #c2c2c2; padding: 15px 25px; font-size: 16px; line-height: 1.3; color: #000; font-weight: 400; position: relative; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; display: inline-flex; width: 100%; z-index: 1; text-transform: none; letter-spacing: normal;justify-content: flex-start;text-align: left; }
.header-navigation .main-menu ul a:before{content:"";position:absolute;left:0;top:0;bottom:0;background-color: rgb(218 38 39 / 12%);color: #DA2627;;height:0;width:100%;opacity:0;z-index:-1;-webkit-transition: none;transition: none;}
.header-navigation .main-menu ul a:hover,.current_page_item a{color: #DA2627;}
.header-navigation .main-menu ul a:hover:before{height:100%;opacity:1}
.current_page_item a:before{width:100%;opacity:1}
.current-menu-parent a {color: #1a9bac;}
.header__main ul li ul.sub-menu {top: 100%;display: none;}
.header__main ul li:hover ul.sub-menu {opacity: 1; visibility: visible; top: 100%;display: block;}
.header__main .header__right .header__menu li.current-menu-item > a {color: #b4dbff;}
.header__main .header__right .header__menu .sub-menu li.current-menu-item > a {color: #0021fa; }
header.main-header > .container-fluid {max-width: 1920px;padding: 0 130px;}
.header-navigation .main-menu ul .menu-item-has-children ul.sub-menu a:hover {
    color: #DA2627;
}
/* footer */
.main-footer { width:100%; height:auto; background:#322348; line-height: normal;}
/* Common CSS */
.container-fluid,
.wrapper,
.wrapper-fluid {padding-right: 40px;padding-left: 40px;width: 100%;margin: auto;}
.container-fluid,
.wrapper-fluid {max-width: 100%}
.container,.wrapper {max-width: 1560px;margin: auto;}
/* row and column */
.row,.wrapper-row {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}
[class*="col-"]{padding-left: 15px;padding-right: 15px; position: relative;width: 100%;}
.no-gutters {margin-right: 0;margin-left: 0;}
.no-gutters > [class*="col-"] {padding-right: 0;padding-left: 0;}

/* align item */
.d-flex { display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; }
.align-items-center {-webkit-box-align: center;-ms-flex-align: center;align-items: center ;}
.align-content-center {-ms-flex-line-pack: center;align-content: center;}
.align-items-end {-ms-flex-align: end ;align-items: flex-end ;}
.justify-content-center {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.justify-content-end {-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
.justify-content-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.justify-content-around {-ms-flex-pack: distribute;justify-content: space-around;}

/* Font Color Css */
.brown {color: #52433C;}
.white {color: white;}

/* column structure */
/* ----- Extra small devices ≤640px ----- */
.col-12 {width: 100%}
.col-11 {width: 91.66666667%}
.col-10 {width: 83.33333333%}
.col-9 {width: 75%}
.col-8 {width: 66.66666667%}
.col-7 {width: 58.33333333%}
.col-6 {width: 50%}
.col-5 {width: 41.66666667%}
.col-4 {width: 33.33333333%}
.col-3 {width: 25%}
.col-2 {width: 16.66666667%}
.col-1 {width: 8.33333333%}
.col-offset-12 {margin-left: 100%}
.col-offset-11 {margin-left: 91.66666667%}
.col-offset-10 {margin-left: 83.33333333%}
.col-offset-9 {margin-left: 75%}
.col-offset-8 {margin-left: 66.66666667%}
.col-offset-7 {margin-left: 58.33333333%}
.col-offset-6 {margin-left: 50%}
.col-offset-5 {margin-left: 41.66666667%}
.col-offset-4 {margin-left: 33.33333333%}
.col-offset-3 {margin-left: 25%}
.col-offset-2 {margin-left: 16.66666667%}
.col-offset-1 {margin-left: 8.33333333%}
.col-offset-0 {margin-left: 0}

/* ----- Small devices ≥641px ----- */
@media (min-width:641px) {
    .col-sm-12 {width: 100%}
    .col-sm-11 {width: 91.66666667%}
    .col-sm-10 {width: 83.33333333%}
    .col-sm-9 {width: 75%}
    .col-sm-8 {width: 66.66666667%}
    .col-sm-7 {width: 58.33333333%}
    .col-sm-6 {width: 50%}
    .col-sm-5 {width: 41.66666667%}
    .col-sm-4 {width: 33.33333333%}
    .col-sm-3 {width: 25%}
    .col-sm-2 {width: 16.66666667%}
    .col-sm-1 {width: 8.33333333%}
    .col-sm-offset-12 {margin-left: 100%}
    .col-sm-offset-11 {margin-left: 91.66666667%}
    .col-sm-offset-10 {margin-left: 83.33333333%}
    .col-sm-offset-9 {margin-left: 75%}
    .col-sm-offset-8 {margin-left: 66.66666667%}
    .col-sm-offset-7 {margin-left: 58.33333333%}
    .col-sm-offset-6 {margin-left: 50%}
    .col-sm-offset-5 {margin-left: 41.66666667%}
    .col-sm-offset-4 {margin-left: 33.33333333%}
    .col-sm-offset-3 {margin-left: 25%}
    .col-sm-offset-2 {margin-left: 16.66666667%}
    .col-sm-offset-1 {margin-left: 8.33333333%}
    .col-sm-offset-0 {margin-left: 0}
}

/* ----- Medium devices ≥768px ----- */
@media (min-width:768px) {
    .col-md-12 {width: 100%}
    .col-md-11 {width: 91.66666667%}
    .col-md-10 {width: 83.33333333%}
    .col-md-9 {width: 75%}
    .col-md-8 {width: 66.66666667%}
    .col-md-7 {width: 58.33333333%}
    .col-md-6 {width: 50%}
    .col-md-5 {width: 41.66666667%}
    .col-md-4 {width: 33.33333333%}
    .col-md-3 {width: 25%}
    .col-md-2 {width: 16.66666667%}
    .col-md-1 {width: 8.33333333%}
    .col-md-offset-12 {margin-left: 100%}
    .col-md-offset-11 {margin-left: 91.66666667%}
    .col-md-offset-10 {margin-left: 83.33333333%}
    .col-md-offset-9 {margin-left: 75%}
    .col-md-offset-8 {margin-left: 66.66666667%}
    .col-md-offset-7 {margin-left: 58.33333333%}
    .col-md-offset-6 {margin-left: 50%}
    .col-md-offset-5 {margin-left: 41.66666667%}
    .col-md-offset-4 {margin-left: 33.33333333%}
    .col-md-offset-3 {margin-left: 25%}
    .col-md-offset-2 {margin-left: 16.66666667%}
    .col-md-offset-1 {margin-left: 8.33333333%}
    .col-md-offset-0 {margin-left: 0}   
}

/* ----- Large devices ≥1024px ----- */
@media (min-width:1024px) {
    .col-lg-12 {width: 100%}
    .col-lg-11 {width: 91.66666667%}
    .col-lg-10 {width: 83.33333333%}
    .col-lg-9 {width: 75%}
    .col-lg-8 {width: 66.66666667%}
    .col-lg-7 {width: 58.33333333%}
    .col-lg-6 {width: 50%}
    .col-lg-5 {width: 41.66666667%}
    .col-lg-4 {width: 33.33333333%}
    .col-lg-3 {width: 25%}
    .col-lg-2 {width: 16.66666667%}
    .col-lg-1 {width: 8.33333333%}
    .col-lg-offset-12 {margin-left: 100%}
    .col-lg-offset-11 {margin-left: 91.66666667%}
    .col-lg-offset-10 {margin-left: 83.33333333%}
    .col-lg-offset-9 {margin-left: 75%}
    .col-lg-offset-8 {margin-left: 66.66666667%}
    .col-lg-offset-7 {margin-left: 58.33333333%}
    .col-lg-offset-6 {margin-left: 50%}
    .col-lg-offset-5 {margin-left: 41.66666667%}
    .col-lg-offset-4 {margin-left: 33.33333333%}
    .col-lg-offset-3 {margin-left: 25%}
    .col-lg-offset-2 {margin-left: 16.66666667%}
    .col-lg-offset-1 {margin-left: 8.33333333%}
    .col-lg-offset-0 {margin-left: 0}
}

/* ----- Extra Large devices ≥1200px ----- */
@media (min-width:1200px) {
    .col-xl-12 {width: 100%}
    .col-xl-11 {width: 91.66666667%}
    .col-xl-10 {width: 83.33333333%}
    .col-xl-9 {width: 75%}
    .col-xl-8 {width: 66.66666667%}
    .col-xl-7 {width: 58.33333333%}
    .col-xl-6 {width: 50%}
    .col-xl-5 {width: 41.66666667%}
    .col-xl-4 {width: 33.33333333%}
    .col-xl-3 {width: 25%}
    .col-xl-2 {width: 16.66666667%}
    .col-xl-1 {width: 8.33333333%}
    .col-xl-offset-12 {margin-left: 100%}
    .col-xl-offset-11 {margin-left: 91.66666667%}
    .col-xl-offset-10 {margin-left: 83.33333333%}
    .col-xl-offset-9 {margin-left: 75%}
    .col-xl-offset-8 {margin-left: 66.66666667%}
    .col-xl-offset-7 {margin-left: 58.33333333%}
    .col-xl-offset-6 {margin-left: 50%}
    .col-xl-offset-5 {margin-left: 41.66666667%}
    .col-xl-offset-4 {margin-left: 33.33333333%}
    .col-xl-offset-3 {margin-left: 25%}
    .col-xl-offset-2 {margin-left: 16.66666667%}
    .col-xl-offset-1 {margin-left: 8.33333333%}
    .col-xl-offset-0 {margin-left: 0}
}

/* hidden element */
.hidden{ display: none;}
.sec_pt-0{padding-top: 0 !important;margin-top: 0 !important;}
.sec_pb-0{margin-bottom: 0 !important;padding-bottom: 0 !important;}
.sec_ptb-0{margin-bottom: 0 !important;padding-bottom: 0 !important;padding-top: 0 !important;margin-top: 0 !important;}

#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input{
    display: none;
}
/* ----- Extra small devices ≤640px ----- */
@media (max-width: 640px) {
    .hidden-xs-down {display: none ;}
}
/* ----- Small devices ≥641px ----- */
@media (min-width: 641px) {
    .hidden-sm-up {display: none ;}
}
/* ----- Small devices ≤767px ----- */
@media (max-width: 767px) {
    .hidden-sm-down {display: none ;}
}
/* ----- Medium devices ≥768px ----- */
@media (min-width: 768px) {
    .hidden-md-up {display: none ;}
}
/* ----- Medium devices ≤1024px ----- */
@media (max-width: 1023px) {
    .hidden-md-down {display: none ;}
}
/* ----- Large devices ≥1024px ----- */
@media (min-width: 1024px) {
    .hidden-xl-up {display: none ;}
}

/* Wordpress align class */
.alignnone{float: none; margin: 20px 0;}
.aligncenter {display: block; clear:both; margin:20px auto;}
.alignleft {float: left; margin: 0 20px 20px 0; }
.alignright {float: right; margin: 0 0 20px 20px;}

/* text alignment */
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-left{text-align: left;}
.text-justify{text-align: justify;}

/* images */
.img-fluid {max-width: 100%;height: auto;display: block;}
.img-full{width: 100%;display: block;}

/* float class */
.float-left{float:left}
.float-right{float:right}
.float-none{float:none}

/* mange spacing */
.space-small{ padding-top: 30px; padding-bottom: 30px; }
.space-medium { padding-top: 50px; padding-bottom: 50px; }
.space-large { padding-top: 70px; padding-bottom: 70px; }
.no-bdr{border-width: 0 }

/* padding */
.no-padding{padding: 0 ;}
.pt-0{padding-top: 0;}
.pb-0{padding-bottom: 0;}
.pl-0{padding-left: 0;}
.pr-0{padding-right: 0;}
.pt-1{padding-top: 20px;}
.pb-1{padding-bottom: 20px;}
.pl-1{padding-left: 20px;}
.pr-1{padding-right: 20px;}

/* margin */
.no-margin{margin: 0 ;}
.mt-0{margin-top: 0;}
.mb-0{margin-bottom: 0;}
.ml-0{margin-left: 0;}
.mr-0{margin-right: 0;}
.mt-1{margin-top: 20px;}
.mb-1{margin-bottom: 20px;}
.ml-1{margin-left: 20px;}
.mr-1{margin-right: 20px;}

/* clear element when using */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* Header Style Site Wise */
.header__logo .custom-logo {width: 269px; height: auto;
}
.header__main {display: flex; flex-flow: wrap; justify-content: space-between; align-items: center; }
.header__main .header__right{flex:1 1 auto;width:75%;padding-left: 50px;}
.header__main .header__right .header__menu {display: flex; align-items: center; justify-content: space-between; }
.header__main .header__logo {width: 25%;}
.header__menu--btn .btn span {display: inline-flex; line-height: 25px; }
.user-icon {margin-right: 20px; }
.header__menu--btn {padding-left: 25px; }

footer ul,footer li{margin: 0; padding:0; font-size: 16px; letter-spacing: 0px; list-style-type: none; color: #817a7b; }
.footer_columns {display: flex; align-items: flex-start; justify-content: space-between; }
.footer_columns > div {flex: auto; }
.footer_columns-title h3 {margin-bottom: 18px; margin-top: 9px; }
.footer_column.column-1 ul {display: flex; flex-flow: column wrap; max-height: 332px; }
.footer_column.column-1 ul li {max-width: 290px; }
.footer-right-wrapper{padding-left: 0; }
.footer-logo {margin-bottom: 34px; }
.footer_columns .menu li a {
    display: block;
    padding: 3px 0;
}
.footer-copy-wrapper { padding: 40px 0; display: flex; justify-content: space-between; }
.footer-copy-wrapper, .footer-copy-wrapper p {font-size: 16px; }
.footer-other-links a:not(:last-child):after {content: "/"; position: absolute; right: 0; color: var(--g-secondary-light); }
.footer-other-links a:not(:last-child) {padding-left: 27px; padding-right: 27px; position: relative; display: inline-flex; }
.footer-other-links a:last-child{padding-left: 27px; }
.footer-other-links a:hover:after {color: var(--g-secondary-light); }
footer .footer-top-inner {
    padding-bottom: 50px;
}
.other-links-wrappers a.footer__address--dirction:first-child {
    border-right: 1px solid;
    padding: 0 5px 0 0;
}
footer.site-footer a:hover,
.footer_columns .menu li a,
footer.site-footer .footer_columns .menu li a:hover,
footer.site-footer .other-links-wrappers a.footer__address--dirction:hover {
    color: #4489c8;
    text-decoration: none;
}
.footer_columns .footer_column {
    padding-right: 30px;
}
footer .footer-social-icon ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 41px;
}
.footer-social-icon ul li {
    padding-right: 10px;
}
.footer-social-icon ul li a {
    max-width: 24px;
}
.footer-social-icon ul li a:hover {
    opacity: 0.5;
}
.footer-right-wrapper {
    margin-top: -25px;
}
/*--------- Header ------------*/

p strong {font-weight: 600;}



/*--------- Home page ------------*/
section.banner-section {
    width: 100%;
    padding-top: 217px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*border-image: linear-gradient(90deg, #0000ff 0%, #00e9be 18%, #fff935 35%, #ff2c63 55%, #f22aff 79%, #3400c0 100%) 30;*/
    border-image: linear-gradient(90deg, #0000ff 0%, #00e9be 18%, #fff935 35%, #ff2c63 55%, #f22aff 79%, #3400c0 100%) 30;
    border-bottom: 3px;
    border-style: solid;
    position: relative;
}  
/*section.banner-section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 190px;
    background-image: url(../appventures/assets/images/home-before.webp);
    background-position: center;
    background-size: contain;
    height: 607px;
    width: 100%;
    opacity: 0.200;
    z-index: 0;
}*/
.banner-section-inner{position: relative;z-index: 1;}
section.banner-section .banner-section-left {width: 42%;padding-top: 84px;}
section.banner-section .banner-section-right {width: 51.27%;}
section.banner-section .top-banner-title {
    font-size: 50px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 300;
    padding-bottom: 33px;
}
section.banner-section .banner-content {
    color: #b4dbff;
}
/* section.banner-section .banner-title {
    background: hsla(51, 86%, 52%, 1);
    background: linear-gradient(0deg, hsla(51, 86%, 52%, 1) 0%, hsla(161, 46%, 49%, 1) 100%);
    background: -moz-linear-gradient(0deg, hsla(51, 86%, 52%, 1) 0%, hsla(161, 46%, 49%, 1) 100%);
    background: -webkit-linear-gradient(0deg, hsla(51, 86%, 52%, 1) 0%, hsla(161, 46%, 49%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#EECF19", endColorstr="#43B692", GradientType=1 );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #eecf19;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    line-height: normal;
    padding-right: 58px;
} */
section.banner-section .banner-title {
    background: hsla(51, 86%, 52%, 1);
    background: linear-gradient(0deg, rgba(255,249,54,1) 0%, rgba(255,249,54,1) 5%, rgba(0,233,191,1) 100%);
    background: -moz-linear-gradient(0deg, rgba(255,249,54,1) 0%, rgba(255,249,54,1) 5%, rgba(0,233,191,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,249,54,1) 0%, rgba(255,249,54,1) 5%, rgba(0,233,191,1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#EECF19", endColorstr="#43B692", GradientType=1 );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #eecf19;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    line-height: normal;
    padding-right: 75px;
    letter-spacing: 1px;
}
section.banner-section .banner-content {
    color: #b4dbff;
    padding-bottom: 48px;
}
section.banner-section .banner-technologies-titie {
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 300;
    line-height: normal;
}
section.banner-section .banner-technologies {
    display: flex;
    flex-wrap: wrap;
}
section.banner-section .banner-technologies a.main-btn {
    margin: 0 54px;
    position: relative;
}
section.banner-section .banner-technologies-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
}
section.banner-section a.scroll-down {
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 300;
    line-height: normal;
    padding: 0;
    margin: 0;
}
section.banner-section .banner-technologies a.main-btn:after {
    content: "";
    position: absolute;
    top: -4px;
    width: 11px;
    height: 41px;
    background-image: url(../appventures/assets/images/after.svg);
    background-position: center;
    background-size: contain;
    left: 80px;
}
section.banner-section .banner-technologies a.main-btn:last-child:after {display: none;}
section.banner-section .banner-bottom-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 120px 0;
}
section.about-section .about-section-left {
    width: 48.5%;
}
section.about-section .about-section-right {
    width: 41.5%;
    padding-right: 85px;
    padding-top: 30px;
}
section.about-section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
section.about-section .about-content {
    font-size: 28px;
    line-height: 40px;
    color: #282728;
    padding-bottom: 52px;
    font-weight: 400;
}
.common-top {
    font-size: 18px;
    line-height: 35px;
    text-transform: uppercase;
    color: #282728;
    width: fit-content;
    padding: 4px 29px 4px 36px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    font-weight: 400;
    position: relative;
    margin-bottom: 34px;
    margin-left: 19px;
    z-index: 2;
}
.common-top:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-image: url(../appventures/assets/images/mask-img.svg); */
    transform: skew(14deg, 0deg);
    border-radius: 0px 10px 10px 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-color: #f7f7f7;
}
.common-top:after {
    content: "";
    position: absolute;
    left: -19px;
    top: 0;
    height: 45px;
    width: 45px;
    background: url(../appventures/assets/images/before-vector.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.common-main {
    letter-spacing: 0;
    color: #4489c8;
    font-weight: 500;
    margin-bottom: 47px;
    line-height: normal;
}
section.work-process-section .common-top:before{
    background-color: #fff;
}
section.services-section {
    width: 100%;
    padding-bottom: 70px;
    padding-top: 100px;
}
section.services-section .services-title {
    width: 60%;
}
section.services-section .top-services-title {
    width: 100%;
    display: flex;
}
section.services-section .btn-services-button-col {
    width: 40%;
}
section.services-section a.services-button, 
section.post-slider-section a.services-button {
    font-size: 20px;
    line-height: 35px;
    color: #282728;
    font-weight: 500;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 96px;
    padding-top: 24px;
}
section.services-section a.services-button:hover,
section.post-slider-section a.services-button:hover {
    text-decoration: none;
    color: #4489c8;
}
section.services-section a.services-button:after,
section.post-slider-section a.services-button:after  {
    content: "";
    position: absolute;
    right: -96px;
    height: 82px;
    width: 82px;
    background: url(../appventures/assets/images/arrow-services.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
}
section.services-section a.services-button:hover:after,
section.post-slider-section a.services-button:hover:after {
    opacity: 0.5;
}
section.services-section .btn-services-button-col {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}
section.services-section .services-main-section-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
 section.services-section .services-inner {
    width: 25%;
    padding-left: 60px;
    padding-right: 70px;
    position: relative;
    padding-top: 55px;
    z-index: 9;
}
section.services-section .services-inner {
    width: 25%;
    padding-left: 42px;
    padding-right: 30px;
    position: relative;
    padding-top: 55px;
    z-index: 9;
}
section.services-section .services-inner:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #2726270d;
    width: 1px;
    height: 90%;
} 
.services-inner-content-section {
    padding-top: 50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    position: relative;
}
section.services-section .services-inner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    background: url(../appventures/assets/images/services-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    opacity: 0;
    max-width: 380px;
    max-height: 616px;
    background-position: center;
}   
button:hover img {
    opacity: 0.5;
}
section.services-section .services-link {opacity:0;padding-top: 57px;position: relative;z-index: 2;}
section.services-section .services-inner:hover {border: 0;}
section.services-section .services-inner:hover:after{opacity: 0.5;}
section.services-section .services-inner:hover .services-inner-content-section {padding-top: 30px;}
section.services-section .services-inner:hover .services-inner-title {font-weight: bold;}
section.services-section .services-inner:hover .services-link {opacity: 1;}
section.services-section .services-inner-title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
}
section.services-section .services-inner:nth-child(1) .services-inner-title {color: #69bf69;}
section.services-section .services-inner:nth-child(2) .services-inner-title{color: #e74960;}
section.services-section .services-inner:nth-child(3) .services-inner-title{color: #f2a91c;}
section.services-section .services-inner:nth-child(4) .services-inner-title{color: #8054a3;}


section.services-section .services-content {
    font-size: 18px;
    line-height: 30px;
    color: #282728;
    font-weight: 300;
    padding-top: 35px;
}
section.services-section .services-inner .services-img-inn img.services-img {
    max-height: 130px;
    position: relative;
    width: fit-content;
}
section.services-section .services-inner .services-img-inn {
    position: relative;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
}
section.services-section .services-main-section {
    width: 100%;
    padding-top: 50px;
}
section.portfolio-slider-section {
    width: 100%;
    padding-bottom: 105px;
    padding-top: 103px;
}
section.portfolio-slider-section .portfolio-main-section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}
section.portfolio-slider-section .slick-track {
    width: 100%;
}
section.portfolio-slider-section .slick-list {
    padding: 0 !important;
    padding-bottom: 108px !important;
}
section.portfolio-slider-section .portfolio-bg-img {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 63px;
    border-radius: 20px;
    height: 100%;
    justify-content: space-between;
}
section.portfolio-slider-section .slick-slide {
    height: inherit !important;
}
section.portfolio-slider-section .slick-track {
    display: flex !important;
}
section.portfolio-slider-section .portfolio-img-inn img.portfolio-img {
    width: auto;
    max-width: 270px;
}  
section.portfolio-slider-section .top-portfolio-title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
section.portfolio-slider-section .portfolio-title {
    width: 100%;
    margin-bottom: 84px;
    color: #ffffff;
    font-weight: bold;
}
section.portfolio-slider-section .portfolio-img-inn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 337px;
    height: 113px;
    align-items: flex-end;
}  
section.portfolio-slider-section .portfolio-inner.slick-current.slick-active.slick-center .portfolio-bg-img {
    background-color: red;
}
section.portfolio-slider-section .portfolio-content {
    font-size: 28px;
    line-height: 40px;
    color: #ffffff;
    padding-bottom: 55px;
}
section.portfolio-slider-section .portfolio-link img {
    max-width: 83px;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 1px;
}
section.portfolio-slider-section .portfolio-link a:hover{
    opacity: 0.5;
}
section.work-process-section .work-process-list-inner {min-height: 400px;max-width: 317px;margin: 0 auto;}
section.work-process-section .work-process-main-section.work-process-slider {display: flex;padding-bottom: 50px;max-width: 1920px;
    margin: 0 auto;
}
section.work-process-section .work-process-main-section.work-process-slider .slick-dots li button:before {font-size: 15px;}
section.portfolio-slider-section .portfolio-inner-category {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 35px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    background-color: hwb(0deg 100% 0% / 5%);
    padding: 0 10px;
    margin-right: 10px;
}
section.portfolio-slider-section .portfolio-inner.slick-current.slick-active.slick-center .portfolio-inner-category{
    background-color:hwb(0deg 7% 93% / 10%);
}
section.portfolio-slider-section .portfolio-category {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
section.portfolio-slider-section .slick-dots li button:before {
    font-size: 0px;
    width: 100%;
    height: 2px;
    content: '-';
    color: #fff;
    background: #fff;
}
section.portfolio-slider-section .slick-dots li button {
    padding: 0;
}
section.portfolio-slider-section .slick-dots {
    width: 100%;
    padding: 0;
    margin: 0;
}
section.portfolio-slider-section .slick-dots li {
    width: 250px;
    margin: 0;
}


section.work-process-section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
section.work-process-section .top-work-process-title {
    width: 100%;
}
section.work-process-section .btn-work-process-button-col {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
}
section.work-process-section .work-process-title {
    color: #000000;
    font-weight: bold;
    width: 80%;
}
section.work-process-section .work-process-main-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}
section.work-process-section .work-process-list {
    width: 16.66%;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

section.work-process-section .work-process-list-inner {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 35px 60px 35px;
    filter: drop-shadow(12.608px 9.851px 8px rgba(0, 0, 0, 0.1));
    background-image: url(../appventures/assets/images/bg-5.webp);
}
section.work-process-section .work-process-main-section .work-process-list:nth-child(6n + 1) .work-process-list-inner{ background-image: url(../appventures/assets/images/bg-2.webp);}
section.work-process-section .work-process-main-section .work-process-list:nth-child(6n + 2) .work-process-list-inner{ background-image: url(../appventures/assets/images/bg-1.webp);}
section.work-process-section .work-process-main-section .work-process-list:nth-child(6n + 3) .work-process-list-inner{ background-image: url(../appventures/assets/images/bg-3.webp);}
section.work-process-section .work-process-main-section .work-process-list:nth-child(6n + 4) .work-process-list-inner{ background-image: url(../appventures/assets/images/bg-4.webp);}
section.work-process-section .work-process-main-section .work-process-list:nth-child(6n + 5) .work-process-list-inner{ background-image: url(../appventures/assets/images/bg-5.webp);}
section.work-process-section .work-process-main-section .work-process-list:nth-child(6n + 6) .work-process-list-inner{ background-image: url(../appventures/assets/images/bg-6.webp);}
section.work-process-section .work-process-list-title {
    font-size: 27px;
    line-height: 35px;
    color: #01182d;
    font-weight: 700;
    text-align: center;
    padding-bottom: 27px;
}
section.work-process-section .work-process-list-content {
    font-size: 17px;
    line-height: 24px;
    color: #282728;
    font-weight: 500;
    text-align: center;
}
section.work-process-section .work-process-list-no {
    opacity: 0.400;
    font-size: 30px;
    line-height: 35px;
    color: #01182d;
    font-weight: 500;
    text-align: center;
    padding-bottom: 25px;
}
section.testimonials-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 96px;
    padding-bottom: 100px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
section.testimonials-section .testimonials-right:before {
    content: "";
    position: absolute;
    width: 112px;
    height: 80px;
    background: url(../appventures/assets/images/testimonials-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 180px;
    z-index: 99999999;
}
section.testimonials-section:before {
    content: "";
    position: absolute;
    width: 1250px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: url(../appventures/assets/images/testimonials-div-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
section.testimonials-section .testimonials-section-inner {
    width: 100%;
    padding-left: calc((100% - 1560px) / 2);
}
section.testimonials-section .testimonials-right {
    width: 80%;
    padding-left: 25px;
    position: relative;
}
section.testimonials-section .testimonials-left {
    width: 20%;
    padding-top: 20px;
}
section.testimonials-section .testimonials-title {
    color: #000000;
    font-weight: bold;
}
section.testimonials-section .testimonials-content {
    font-size: 20px;
    line-height: 46px;
    color: #282728;
    font-weight: 300;
    padding-right: 38px;
}
section.testimonials-section .testimonials-list-content {
    font-size: 30px;
    line-height: 51px;
    color: #000000;
    font-weight: 200;
    font-style: italic;
    padding-bottom: 59px;
}
section.testimonials-section .slick-prev:before, section.testimonials-section .slick-next:before{display: none;}
section.testimonials-section .testimonials-list {
    text-align: left;
    mask-image: url(../appventures/assets/images/testimonial-bg.webp);
    -webkit-mask-image: url(../appventures/assets/images/testimonial-bg.webp);
    background-position: center;
    padding: 102px 170px 68px 170px;
    position: relative;
    margin-top: 40px;
    background: #e5e5fe;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

section.testimonials-section .testimonials-right .slick-list {
    margin-right: -1030px;
}
section.testimonials-section .testimonials-right .testimonials-stars {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
    padding-bottom: 33px;
}
section.testimonials-section .testimonials-right .testimonials-stars img {
    max-width: 192px;
}
section.testimonials-section .testimonials-right .slick-prev, 
section.testimonials-section .testimonials-right .slick-next {
    bottom: 0;
    width: 82px;
    height: 82px;
    top: auto;
}
section.testimonials-section .testimonials-right .slick-next {
    left: -344px;
}
section.testimonials-section .testimonials-right .slick-prev {
    left: -237px;
}
section.testimonials-section .testimonials-right .testimonials-list-title {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    font-style: italic;
    width: 100%;
}
section.testimonials-section .testimonials-right .testimonials-list-designation {
    font-size: 24px;
    color: #000000;
    font-weight: 200;
    font-style: italic;
    width: 100%;
}
section.testimonials-section .testimonials-list:not(section.testimonials-section .testimonials-list.slick-current.slick-active) {
    opacity: 0.4;

}
section.our-clients-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 130px;
    padding-bottom: 130px;
    overflow: hidden;
    position: relative;
}
section.our-clients-section:after {
    content: "";
    position: absolute;
    width: 327px;
    height: 100%;
    background: url(../appventures/assets/images/gb-12.png);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    right: 0;
}
section.our-clients-section .our-clients-section-inner {
    width: 100%;
    display: flex;
    margin-right: calc((100% - 1560px) / 2);
    align-items: center;
    margin-left: calc((100% - 1560px) / 2);
}
section.our-clients-section .our-clients-section-right {
    width: 100%;
    margin-bottom: 50px;
}
section.our-clients-section .our-clients-title {
    font-weight: bold;
}
section.our-clients-section .our-clients-content {
    width: 100%;
    padding-bottom: 77px;
}
 
section.our-clients-section .our-clients-section-left {
    max-width: 1230px;
    background: url(../appventures/assets/images/our-clients-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 1200px;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
}
.btn-our-clients-button-col{
    margin-top: 15px;
}

section.our-clients-section .our-clients-section-left:before{
    content: "";
    position: absolute;
    width: 1106px;
    height: 1184px;
    background: url(../appventures/assets/images/after-bg-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
       
}
section.our-clients-section img.center-logo-image{
    pointer-events: none;
    max-width: 180px;
}
section.our-clients-section .box {
    position:relative;
    max-width: 201px;
    height: 201px;
    left:300px;
    top: -50px;
    z-index: 9;
    border-radius: 100px;
    filter: drop-shadow(5.448px 10.692px 34px rgba(0,0,0,0.08));
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 20px;
    z-index: 9;
    pointer-events: none;
}
section.our-clients-section .our-clients-section-left .arm:nth-child(even) .box{left:500px;}
section.our-clients-section .box img{
    width: fit-content;
}
section.our-clients-section .circle{
  width:100%;
  height:auto;
  position:absolute;
  left:50%;
  top:50%;
  z-index: 99;
  pointer-events: none;
}
section.our-clients-section .arm {
  
  position: absolute;
  left: 50%;
  top: 50%;
  width:300px;
  height:0;
  background-color:unset;
  pointer-events: none;

}
section.bg-image-with-content-section {
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
    border-image: linear-gradient(90deg, #0000ff 0%, #00e9be 18%, #fff935 35%, #ff2c63 55%, #f22aff 79%, #3400c0 100%) 30;
    border-image: linear-gradient(90deg, #0000ff 0%, #00e9be 18%, #fff935 35%, #ff2c63 55%, #f22aff 79%, #3400c0 100%) 30;
    border-bottom: 11px;
    border-style: solid;
}
section.bg-image-with-content-section .bg-image-with-content-title.common-main {
    font-size: 65px;
    line-height: 82px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 27px;
}

section.bg-image-with-content-section .bg-image-with-content-content {
    font-size: 45px;
    color: #ffffff;
    font-weight: 300;
    padding-bottom: 47px;
    line-height: normal;
}
section.bg-image-with-content-section .bg-image-with-content-section-right {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
section.bg-image-with-content-section .bg-image-with-content-section-main {
    width: 55%;
}
section.portfolio-slider-section .portfolio-inner.slick-current.slick-active.slick-center .portfolio-bg-img .portfolio-link img {
   filter: brightness(0) invert(1);
}
section.post-slider-section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background: -webkit-linear-gradient(180deg, #fff 57%, #f5f5f5 57%);
    background: -o-linear-gradient(180deg, #fff 57%, #f5f5f5 57%);
    background: -moz-linear-gradient(180deg, #fff 57%, #f5f5f5 57%);
    background: linear-gradient(180deg, #fff 57%, #f5f5f5 57%);
}
section.post-slider-section .post-inner {
    border-radius: 20px;
    background-color: #01182d;
    margin: 0 20px;
}
section.post-slider-section .post-main-section {
    width: 100%;
}
section.post-slider-section .post-main-section-inner {
    width: 100%;
}
section.post-slider-section .post-img-inn {
    position: relative;
    width: 100%;
    padding-bottom: 62%;
    height: auto;
    
}
section.post-slider-section .post-inner-content-section {
    width: 100%;
    padding: 23px 56px 51px 30px;
}
section.post-slider-section .post-img-inn img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0 0;
}
.post-inner-category {
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    width: fit-content;
    padding: 0px 36px 0px 20px;
    border-radius: 0 6px 26px 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #ff2c63;
    margin-top: -17px;
    min-height: 34px;
    display: flex;
    align-items: center;
}
section.post-slider-section .post-inner:nth-child(4n+2) .post-inner-category{background-color: #f229ff;}
section.post-slider-section .post-inner:nth-child(4n+3) .post-inner-category{background-color: #3300bf;}
section.post-slider-section .post-inner:nth-child(4n+4) .post-inner-category{background-color: #00e9bf;}
section.post-slider-section .post-date {
    opacity: 0.502;
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-bottom: 11px;
}
section.post-slider-section .post-content {
    font-size: 22px;
    line-height: 33px;
    color: #ffffff;
    padding-bottom: 39px;
}
section.post-slider-section .post-inner-content-section a {
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
    color: #80c980;
}
section.post-slider-section .post-inner-content-section a:hover {
    color: #4489c8;
}
/* section.post-slider-section .slick-track {
    margin-left: -230px;
} */
section.post-slider-section .top-post-title {
    width: 100%;
}
section.post-slider-section .post-title.common-main {
    margin-bottom: 92px;
}
section.post-slider-section .slick-dots li button:before, .our-app-store-marketing-slider .slick-dots li button:before {
    font-size: 0px;
    width: 100%;
    height: 2px;
    content: '-';
    color: #4489c8;
    background: #4489c8;
}
section.post-slider-section .slick-list {
    padding-bottom: 108px;
}
section.post-slider-section .slick-dots li button, .our-app-store-marketing-slider .slick-dots li button {
    padding: 0;
}
section.post-slider-section .slick-dots, .our-app-store-marketing-slider .slick-dots {
    width: 100%;
    padding: 0;
    margin: 0;
}
section.post-slider-section .slick-dots li, .our-app-store-marketing-slider .slick-dots li {
    width: 250px;
    margin: 0;
}
section.schedule-call-section {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 100px;
}
section.schedule-call-section .schedule-call-section-inner {
    border-radius: 20px;
    filter: drop-shadow(16.99px -0.593px 72px rgba(0, 0, 0, 0.04));
    background-color: #ffffff;
    padding: 0px 100px 0px 100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.schedule-call-section .schedule-call-title.schedule-call-main {
    letter-spacing: -1px;
    color: #0f1b55;
    font-weight: 600;
    margin-bottom: 44px;
    width: 100%;
    line-height: normal;
}
section.schedule-call-section .schedule-call-section-right {
    width: 35%;
    display: flex;
    justify-content: flex-end;
    margin-top: -50px;
    position: relative;
    display: flex;
    align-items: flex-end;
}
section.schedule-call-section .schedule-call-section-right:before {
    content: "";
    position: absolute;
    width: 525px;
    height: 503px;
    background: url(../appventures/assets/images/call-to-us-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    top: 50px;
    left: 0;
} 
section.schedule-call-section .schedule-call-section-right:after {
    content: "";
    position: absolute;
    width: 136px;
    height: 110px;
    background: url(../appventures/assets/images/cta-form-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    bottom: 206px;
    left: -110px;
} 
section.schedule-call-section .schedule-call-section-right img {
    position: relative;
}
section.schedule-call-section .gform-theme--foundation .gform_fields {
    row-gap: 15px;
}
section.schedule-call-section .schedule-call-section-left {
    width: 55%;
    padding-bottom: 74px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 84px;

}
section.schedule-call-section .contact-data {
    width: 100%;
    max-width: 632px;
}
footer.site-footer.bg-dots-img-sec {
    width: 100%;
    padding-top: 89px;
}
.contact-data div#field_1_1 .ginput_container,
.contact-data div#field_1_4 .ginput_container,
.contact-data div#field_1_6 .ginput_container,
.contact-data div#field_1_7 .ginput_container,
.contact-data div#field_1_8 .ginput_container,
.contact-data div#field_1_9 .ginput_container,
.contact-data div#field_2_1 .ginput_container,
.contact-data div#field_2_4 .ginput_container,
.contact-data div#field_2_6 .ginput_container,
.contact-data div#field_2_7 .ginput_container,
.contact-data div#field_2_8 .ginput_container,
.contact-data div#field_2_9 .ginput_container,
.contact-data div#field_4_1 .ginput_container, 
.contact-data div#field_4_6 .ginput_container, 
.contact-data div#field_4_8 .ginput_container,
.contact-data div#field_5_1 .ginput_container,
.contact-data div#field_5_9 .ginput_container,
.contact-data div#field_5_6 .ginput_container{
    position: relative;
}
.contact-data div#field_1_1 .ginput_container:after,
.contact-data div#field_1_4 .ginput_container:after,
.contact-data div#field_1_6 .ginput_container:after, 
.contact-data div#field_1_7 .ginput_container:after, 
.contact-data div#field_1_8 .ginput_container:after, 
.contact-data div#field_1_9 .ginput_container:after, 
.contact-data div#field_2_1 .ginput_container:after,
.contact-data div#field_2_4 .ginput_container:after,
.contact-data div#field_2_6 .ginput_container:after, 
.contact-data div#field_2_7 .ginput_container:after, 
.contact-data div#field_2_8 .ginput_container:after, 
.contact-data div#field_2_9 .ginput_container:after,
.contact-data div#field_4_1 .ginput_container:after, 
.contact-data div#field_4_6 .ginput_container:after, 
.contact-data div#field_4_8 .ginput_container:after,
.contact-data div#field_5_1 .ginput_container:after,
.contact-data div#field_5_9 .ginput_container:after,
.contact-data div#field_5_6 .ginput_container:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: 0;
    top: 27px;
    right: 26px;
}

.contact-data div#field_1_1 .ginput_container:after{background: url(../appventures/assets/images/name.webp);}
.contact-data div#field_1_4 .ginput_container:after{background: url(../appventures/assets/images/home.webp);}
.contact-data div#field_1_6 .ginput_container:after{background: url(../appventures/assets/images/mail.webp);}
.contact-data div#field_1_7 .ginput_container:after{background: url(../appventures/assets/images/call.webp);}
.contact-data div#field_1_8 .ginput_container:after{background: url(../appventures/assets/images/name.webp);}
.contact-data div#field_1_9 .ginput_container:after{background: url(../appventures/assets/images/paid.webp);}
.contact-data div#field_2_1 .ginput_container:after,
.contact-data div#field_4_1 .ginput_container:after,
.contact-data div#field_5_1 .ginput_container:after{background: url(../appventures/assets/images/name.webp);}
.contact-data div#field_2_4 .ginput_container:after{background: url(../appventures/assets/images/home.webp);}
.contact-data div#field_2_6 .ginput_container:after,
.contact-data div#field_4_6 .ginput_container:after,
.contact-data div#field_5_6 .ginput_container:after{background: url(../appventures/assets/images/mail.webp);}
.contact-data div#field_2_7 .ginput_container:after{background: url(../appventures/assets/images/call.webp);}
.contact-data div#field_2_8 .ginput_container:after{background: url(../appventures/assets/images/name.webp);}
.contact-data div#field_2_9 .ginput_container:after,
.contact-data div#field_4_8 .ginput_container:after,
.contact-data div#field_5_9 .ginput_container:after{background: url(../appventures/assets/images/paid.webp);}
.contact-data .gform_button {
    display: inline-block !important;
    vertical-align: top !important;
    padding: 18.5px 37.68px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    line-height: normal !important;
    text-align: center !important;
    border: none !important;
    text-transform: uppercase !important;
    border-radius: 35px !important;
    color: #fff !important;
    background-image: linear-gradient(90deg, #00e9bf 0%, #00e9bf 0%, #0000ff 100%, #0000ff 100%);
    transition: all 0.5s !important;
}
.contact-data .gform_button:hover {
    color: #fff;
    background-color: #019852;
    background-image: linear-gradient(270deg, #00e9bf 0%, #00e9bf 0%, #0000ff 100%, #0000ff 100%);
    border-color: #019852;
    text-decoration: none;
    transition: all 0.5s;
}
footer.site-footer .footer_left_content, 
.copyright-txt, .copyright-txt a, 
footer.site-footer .other-links-wrappers a.footer__address--dirction, 
footer.site-footer .footer_columns .menu li a, 
.footer_left_content a {
    font-size: 16px;
    line-height: 1.7;
    color: #282728;
    font-weight: 400;
    padding-bottom: 19px;
} 
.footer_columns .footer_column:last-child {
    padding-right: 0;
}
footer.site-footer .copyright_sec {
    width: 100%;
    background-color: #fff;
}
footer.site-footer .footer-logo img {
    max-width: 270px;
}
section.banner-section .banner-technologies a.main-btn:hover {
    opacity: 0.5;
}
section.schedule-call-section .top-schedule-call-title .schedule-call-top {
    font-size: 21px;
    line-height: 41px;
    text-transform: uppercase;
    color: #4489c8;
    padding-bottom: 19px;
}
section.inner-page-banner-section {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 160px;
    position: relative;
    min-height: 650px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border-image: linear-gradient(90deg, #0000ff 0%, #00e9be 18%, #fff935 35%, #ff2c63 55%, #f22aff 79%, #3400c0 100%) 30;
    border-bottom: 3px;
    border-style: solid;
}
section.inner-page-banner-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, rgba(1, 24, 45, 0.9999999999999999) 0%, rgba(1, 24, 45, 0.8) 100%);
    z-index: 1;
}
section.inner-page-banner-section div#gform_fields_2 {
    gap: 15px;
}
section.inner-page-banner-section .inner-page-banner-section-main {
    position: relative;
    z-index: 2;
    width: 100%;
    align-items: flex-end;
    margin-bottom: 0;
}
section.inner-page-banner-section .inner-page-banner-title {
    background: hsla(51, 86%, 52%, 1);
    background: linear-gradient(0deg, rgba(255, 249, 54, 1) 0%, rgba(255, 249, 54, 1) 5%, rgba(0, 233, 191, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(255, 249, 54, 1) 0%, rgba(255, 249, 54, 1) 5%, rgba(0, 233, 191, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 249, 54, 1) 0%, rgba(255, 249, 54, 1) 5%, rgba(0, 233, 191, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#EECF19", endColorstr="#43B692", GradientType=1 );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #eecf19;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    line-height: normal;
    letter-spacing: 1px;
    width: fit-content;

}
section.inner-page-banner-section .inner-page-banner-section-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 101px;
}
section.inner-page-banner-section .inner-page-banner-content {
    font-size: 20px;
    line-height: 34px;
    color: #b4dbff;
    font-weight: 300;
    width: 96%;
}
section.inner-page-banner-section .inner-page-breadcrumb a {
    opacity: 0.502;
    font-size: 16px;
    line-height: 41px;
    text-transform: uppercase;
    color: #ffffff;
}
section.inner-page-banner-section .inner-page-breadcrumb {
    font-size: 16px;
    line-height: 41px;
    text-transform: uppercase;
    color: #ffffff;
}
section.inner-page-banner-section .inner-page-breadcrumb span > span {
    padding: 0 10px;
}
section.inner-page-banner-section .inner-page-breadcrumb p#breadcrumbs {
    margin-left: -10px;
}
section.non-negotiable-section {
    width: 100%;
    padding-top: 119px;
    padding-bottom: 120px;
}
section.non-negotiable-section .non-negotiable-title {
    width: 100%;
}
section.non-negotiable-section .top-non-negotiable-title {
    width: 100%;
}
section.non-negotiable-section .non-negotiable-main-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    padding-top: 35px;
}
section.non-negotiable-section .non-negotiable-main-section-inner {
    width: 25%;
    padding: 0 25px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
section.non-negotiable-section .non-negotiable-bg {
    background-image: linear-gradient(0deg, #ebebff 0%, #ffffff 87%, #ffffff 100%);
    padding: 45px 46px 40px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
section.non-negotiable-section .non-negotiable-bg:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    z-index: 0;
    bottom: 0px;
    left: 10px;
    right: 10px;
    width: 100%;
    height: 3px;
    background: #7c7ce7;
}
section.non-negotiable-section .non-negotiable-main-section-inner:nth-child(4n+2) .non-negotiable-bg:after{
   background: #fd678d; 
}
section.non-negotiable-section .non-negotiable-main-section-inner:nth-child(4n+3) .non-negotiable-bg:after{
   background: #65ddc9; 
}
section.non-negotiable-section .non-negotiable-main-section-inner:nth-child(4n+4) .non-negotiable-bg:after{
   background: #df9afe; 
}
section.non-negotiable-section .non-negotiable-main-section-inner:after {
    content: '';
    position: absolute;
    left: 24px;
    top: -1px;
    right: 0;
    width: calc(100% - 48px);
    display: block;
    height: calc(100% + 2px);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(185,185,244,1) 100%);
    z-index: 1;
    border-radius: 20px;
}
section.non-negotiable-section .non-negotiable-main-section-inner:nth-child(4n+2) .non-negotiable-bg {
    background-image: linear-gradient(0deg, #ffeef3 0%, #ffffff 87%, #ffffff 100%);
}
section.non-negotiable-section .non-negotiable-main-section-inner:nth-child(4n+2):after{
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, #feaec2 100%);  
}
section.non-negotiable-section .non-negotiable-main-section-inner:nth-child(4n+3) .non-negotiable-bg {
    background-image: linear-gradient(0deg, #e1fffa 0%, #ffffff 86%, #ffffff 100%);
}
section.non-negotiable-section .non-negotiable-main-section-inner:nth-child(4n+3):after{
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, #abefe2 100%);  
}
section.non-negotiable-section .non-negotiable-main-section-inner:nth-child(4n+4) .non-negotiable-bg {
    background-image: linear-gradient(0deg, #f8edfd 0%, #ffffff 87%, #ffffff 100%);
}
section.non-negotiable-section .non-negotiable-main-section-inner:nth-child(4n+4):after{
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, #ebc3fe 100%);  
}
section.non-negotiable-section .non-negotiable-icon {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
}
section.non-negotiable-section .non-negotiable-icon img {
    max-height: 80px;
}
section.non-negotiable-section .non-negotiable-name {
    font-size: 30px;
    line-height: 35px;
    color: #01182d;
    font-weight: 500;
    padding-bottom: 38px;
}
.non-negotiable-bg-inner {
    width: 100%;
    min-height: 223px;
}
section.non-negotiable-section .non-negotiable-content {
    font-size: 18px;
    line-height: 30px;
    color: #282728;
    font-weight: 300;
}
section.accordion-with-image-section {
    width: 100%;
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
section.accordion-with-image-section .accordion-with-image-section-left{
    width: 47%;
}
section.accordion-with-image-section .accordion-with-image-section-right {
    width: 50%;
    padding-top: 84px;
    padding-right: 80px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
section.accordion-with-image-section .accordion-with-image-section-right:before {
    content: "";
    position: absolute;
    max-width: 648px;
    height: 644px;
    background: url(../appventures/assets/images/image-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    right: 0;
    width: 100%;
}
section.accordion-with-image-section .accordion-with-image-title.common-main {
    color: #fff;
}
section.accordion-with-image-section .accordion-with-image-section-right img {
    border-radius: 30px;
    position: relative;

}
section.accordion-with-image-section .accordion-with-image-section-inner {
    align-items: flex-start;
}
section.accordion-with-image-section .accordion-with-image-section-left .panel {
    border-image: linear-gradient(90deg, rgb(255 255 255 / 60%) 0%, rgb(255 255 255 / 5%) 100%) 1;
    border-bottom: 1px;
    border-style: solid;
    padding: 32px 0px 32px 20px;
}
section.accordion-with-image-section .accordion-with-image-section-left .panel .panel-heading a {
    font-weight: 300;
    color: rgb(255 255 255 / 50%);
    font-size: 24px;
    line-height: 35px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
}
section.accordion-with-image-section .accordion-with-image-section-left .panel-collapse {
    display: none;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300; 
    padding-right: 75px;
    padding-top: 15px;
}
section.accordion-with-image-section .accordion-with-image-section-left .panel.open .panel-heading a {
    color: #fff;
}
section.accordion-with-image-section .accordion-with-image-section-left .panel.open  {
    border-image: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255 / 15%) 100%) 1;
}
section.accordion-with-image-section .accordion-with-image-section-left .panel-heading {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 35px;
}   
section.accordion-with-image-section .accordion-with-image-section-left .panel-heading:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 9px;
    background: url(../appventures/assets/images/down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    right: 0px;
    opacity: 0.502;
    transform: rotate(180deg);
    transition: all 0.8s;
}
section.accordion-with-image-section .accordion-with-image-section-left .panel.open .panel-heading:after {
    opacity: 1;
    transform: rotate(0deg);
}
section.icon-list-item-with-image-section {
    width: 100%;
    padding-top: 118px;
    padding-bottom: 125px;
}
section.icon-list-item-with-image-section .icon-list-item-with-image-section-top {
    width: 100%;
}
section.icon-list-item-with-image-section .icon-list-item-with-image-section-left {
    width: 47%;
    padding-left: 71px;
    position: relative;
}
section.icon-list-item-with-image-section .icon-list-item-with-image-section-left:before {
    content: "";
    position: absolute;
    max-width: 648px;
    height: 644px;
    background: url(../appventures/assets/images/image-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    right: 40px;
    width: 100%;
}  
section.icon-list-item-with-image-section .icon-list-item-with-image-section-left img {
    border-radius: 30px;
    background-color: #e5e5ff;
    position: relative;
}
section.icon-list-item-with-image-section .icon-list-item-with-image-section-right {
    width: 47.71%;
}
section.icon-list-item-with-image-section .icon-list-item-with-image-icon {
    display: flex;
    align-items: center;
    width: 20%;
    position: relative;
    padding-top: 11px;
    justify-content: flex-start;
}
section.icon-list-item-with-image-section .icon-list-item-with-image-main-content .icon-list-item-with-image-icon:before {
    content: "";
    position: absolute;
    width: 63px;
    height: 117px;
    background: url(../appventures/assets/images/icon-image-bg-2.svg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 0;
    left: 11px;
    top: 0;
}
section.icon-list-item-with-image-section .icon-list-item-with-image-main-content:first-child .icon-list-item-with-image-icon:before {
    background: url(../appventures/assets/images/icon-image-bg-1.svg);
}
section.icon-list-item-with-image-section .icon-list-item-with-image-icon:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 18px;
    background: url(../appventures/assets/images/shadow.svg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 0;
    left: -8px;
    bottom: -35px;
}

section.icon-list-item-with-image-section .icon-list-item-with-image-main-content-inner {
    width: 80%;
}
section.icon-list-item-with-image-section .icon-list-item-with-image-main-title {
    font-size: 30px;
    line-height: 35px;
    color: #01182d;
    font-weight: 500;
    padding-bottom: 18px;
}
section.icon-list-item-with-image-section .icon-list-item-with-image-content {
    font-size: 18px;
    line-height: 30px;
    color: #282728;
    font-weight: 300;
}
section.icon-list-item-with-image-section .icon-list-item-with-image-main-content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    padding-bottom: 40px;
    border-bottom: 1px solid hsl(0deg 0% 0% / 5%);
    padding-top: 20px;
}
section.icon-list-item-with-image-section .icon-list-item-with-image-main-content:last-child {
    border: 0;
}
section.icon-list-item-with-image-section .icon-list-item-with-image-main-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
section.icon-list-item-with-image-section .icon-list-item-with-image-icon img {
    max-height: 67px;
    position: relative;
    width: fit-content;
}
section.work-process-section.main-title-white .work-process-title {
    color: #fff;
    font-weight: 500;
}
section.work-process-section.main-title-white .slick-dots li button:before{
    color: #fff;
}
section.accordion-with-image-section.section-color-light .accordion-with-image-title.common-main {
    color: #4489c8;
}
section.accordion-with-image-section.section-color-light .accordion-with-image-section-left .panel.open .panel-heading a,
section.accordion-with-image-section.section-color-light .accordion-with-image-section-left .panel .panel-heading a  {
    color: #01182d;
    font-weight: 600;
}
section.our-app-store-marketing-section .our-app-store-marketing-section-inner {
    flex-direction: column;
}
section.accordion-with-image-section.section-color-light .accordion-with-image-section-left .panel-collapse {
    color: #282728;
}
section.accordion-with-image-section.section-color-light .accordion-with-image-section-left .panel {
    border-radius: 15px;
    filter: drop-shadow(-7.713px 9.193px 34px rgba(0, 0, 0, 0.06));
    background-color: #ffffff;
    margin-bottom: 28px;
    border: 1px solid rgba(40,39,40,0.1);
    padding: 32px 0px 32px 41px;
}
section.accordion-with-image-section.section-color-light .accordion-with-image-section-left .panel-heading:before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    right: 39px;
    width: 2px;
    height: 20px;
    background: #3300bf;
    transform: translateY(-50%);
    opacity: 1;
}
section.accordion-with-image-section.section-color-light .accordion-with-image-section-left .panel-heading:after {
    content: "";
    position: absolute;
    right: 30px;
    display: block;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #3300bf;
    transform: translateY(-50%);
    opacity: 1;
}
section.accordion-with-image-section.section-color-light .accordion-with-image-section-left .panel-collapse {
    padding-top: 40px;
    position: relative;
}
section.accordion-with-image-section.section-color-light .accordion-with-image-section-left .panel-collapse:before {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.102;
    width: 200px;
    height: 1px;
    background-color: #01182d;
    top: 22px;
}
section.accordion-with-image-section.section-color-light .accordion-with-image-section-left .panel-heading {
    padding-right: 65px;
}
section.accordion-with-image-section.section-color-light .panel.open .panel-heading:before {display: none;}

section.inner-page-banner-section .inner-page-banner-right {
    border-radius: 20px;
    filter: drop-shadow(-7.713px 9.193px 34px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
    width: 44%;
    padding: 40px 41px;
    margin-bottom: -55px;
    position: relative;
}
section.inner-page-banner-section .inner-page-banner-left {
    width: 46.1%;
    padding-bottom: 42px;
}
section.inner-page-banner-section .inner-page-banner-right div#gform_fields_1 {
    row-gap: 14px;
}
section.inner-page-banner-section .inner-page-banner-right .common-top {
    font-size: 20px;
    line-height: 34px;
    color: #0f1b55;
    font-weight: 500;
    font-family: "Raleway";
    text-transform: inherit;
}
section.inner-page-banner-section .inner-page-banner-right .common-top:before{
    display: none;
}
section.inner-page-banner-section .gform-theme--foundation .gfield textarea.small {
    min-block-size: 5.32rem;
}
section.services-section .services-inner.three-grid-list {
    width: 33.33%;
}
section.book-a-consultation-section .book-a-consultation-section-inner {
    border-radius: 20px;
    background-color: #01182d;
    width: 100%;
    justify-content: space-between;
}
section.book-a-consultation-section .book-a-consultation-section-inner {
    border-radius: 20px;
    background-color: #01182d;
    width: 100%;
    justify-content: space-between;
    padding: 0 103px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
section.book-a-consultation-section .book-a-consultation-section-left {
    width: 51%;
    padding: 30px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.book-a-consultation-section.custom-payment-solutions-book-a .book-a-consultation-section-right {
    padding-left: 7px;
    justify-content: center;
}
section.book-a-consultation-section .book-a-consultation-section-right {
    width: 43%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-top: -63px;
    padding-left: 129px;
}
section.book-a-consultation-section .book-a-consultation-title {
    color: #ffffff;
    margin-bottom: 20px;
}
section.book-a-consultation-section {
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgb(229 229 255 / 20%) 50%) !important;
}
section.book-a-consultation-section a.book-a-consultation-button {
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: "Raleway";
    text-align: center;
    border-radius: 32px;
    filter: drop-shadow(-12.856px 15.321px 15px rgba(0, 0, 0, 0.3));
    background-image: linear-gradient(90deg, #00e9bf 0%, #0000ff 100%);
    border: 2px solid #ffffff;
    padding: 13px 45px;
    display: inline-block;
}
section.book-a-consultation-section .btn-book-a-consultation-button-col {
    position: absolute;
    bottom: 145px;
}
section.book-a-consultation-section .book-a-consultation-section-left .btn-book-a-consultation-button-col {
    position: unset;
    margin-top: 30px;
}
section.book-a-consultation-section a.book-a-consultation-button:hover {
    background-image: linear-gradient(90deg, #0000ff 0%, #00e9bf 100%);
    text-decoration: none;
}
section.our-app-store-marketing-section {
    width: 100%;
    padding-top: 119px;
    padding-bottom: 114px;
}

section.our-app-store-marketing-section .our-app-store-marketing-list-inner {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 51px 51px 68px 49px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    box-shadow: -7.713px 9.193px 34px rgb(0 0 0 / 5%);
}
section.our-app-store-marketing-section .our-app-store-marketing-right {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 70px;
}
section.our-app-store-marketing-section .our-app-store-marketing-list-image {
    width: 100%;
    padding-bottom: 68px;
}
section.our-app-store-marketing-section .our-app-store-marketing-list-inner-hover img {
    max-width: 80px;
    height: auto;
}
section.our-app-store-marketing-section .our-app-store-marketing-list {
    margin: 26.5px;
    width: 455px;
    position: relative;
}  
section.our-app-store-marketing-section .our-app-store-marketing-list-inner-hover {
    border-radius: 20px;
    background-color: #5d91ff;
    padding: 30px 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}  
.our-app-store-marketing-list-inner-hover-title {
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Raleway";
    padding-bottom: 15px;
}
section.our-app-store-marketing-section .our-app-store-marketing-list:hover .our-app-store-marketing-list-inner-hover{
    opacity: 1;
}
section.our-app-store-marketing-section .our-app-store-marketing-list-image img {
    height: 237px;
    opacity: 5%;
    width: auto;
}
section.our-app-store-marketing-section .our-app-store-marketing-list-title {
    font-size: 30px;
    line-height: 35px;
    color: #01182d;
    font-weight: 700;
    font-family: "Raleway";
    position: relative;
    width: 65%;
}
section.our-app-store-marketing-section .slick-track
{
    display: flex !important;
}

section.our-app-store-marketing-section .slick-slide
{
    height: inherit !important;
}

section.our-app-store-marketing-section .icon-image img {
    max-width: 44px;
}
section.our-app-store-marketing-section .icon-image {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
section.our-app-store-marketing-section .our-app-store-marketing-list-inner-hover-img {
    width: 100%;
    padding-bottom: 30px;
}
section.our-app-store-marketing-section .our-app-store-marketing-list-inner-hover-content {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #ffffff;
    padding-bottom: 39px;
}
section.our-app-store-marketing-section a.main-btn {
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
    color: #ffffff;
}
section.accordion-with-image-section.section-color-light .accordion-with-image-section-left {
    width: 54%;
}
section.accordion-with-image-section.section-color-light .accordion-with-image-section-right:before {
    background: url(../appventures/assets/images/white-section-bg-img.webp);
    max-width: 642px;
    max-height: 826px;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}   
section.accordion-with-image-section .accordion-with-image-section-right {
    width: 43.6%;
}
section.inner-page-banner-section .contact-text {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #0f1b55;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    max-width: 51%;
    position: absolute;
    bottom: 41px;
    left: 45%;
}
section.work-process-section .slick-track
{
    display: flex !important;
}

section.work-process-section .slick-slide
{
    height: inherit !important;
}
.work-process-main-section.work-process-slider.process-list-class-five .work-process-list {
    width: 20% !important;
}
.work-process-main-section.work-process-slider.process-list-class-five .work-process-list-content{
    font-size: 16px;
}
section.book-a-consultation-section .book-a-consultation-content {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #ffffff;
}
section.inner-page-banner-section .inner-page-banner-right .common-top:after {
    height: 25px;
    width: 25px;
    top: 4px;
}   
section.inner-page-banner-section .inner-page-banner-right .common-top {
    padding: 0px 0px 4px 15px;
}
section.book-a-consultation-section.business-process-automation-bacs .book-a-consultation-section-inner {
    position: relative;
    min-height: 351px;
}
section.book-a-consultation-section.business-process-automation-bacs .book-a-consultation-section-inner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    background-color: rgb(1 24 45 / 90%);
}
section.book-a-consultation-section.business-process-automation-bacs .book-a-consultation-section-left, 
section.book-a-consultation-section.business-process-automation-bacs .book-a-consultation-section-right {
    position: relative;
    z-index: 1;
}
section.book-a-consultation-section.business-process-automation-bacs .book-a-consultation-section-right {
    height: 100%;
    margin: 0;
}
section.book-a-consultation-section.business-process-automation-bacs .btn-book-a-consultation-button-col {
    bottom: 118px;
}
section.book-a-consultation-section.business-process-automation-bacs .book-a-consultation-section-right .book-a-consultation-content {
    padding-bottom: 40px;
}
section.book-a-consultation-section.custom-payment-solutions-book-a .book-a-consultation-section-right .btn-book-a-consultation-button-col {
    bottom: 209px;
}
section.book-a-consultation-section.software-integration-services-bacs .book-a-consultation-section-right {
    margin-top: -164px;
    padding-left: 102px;
}
section.book-a-consultation-section.software-integration-services-bacs .book-a-consultation-section-right .btn-book-a-consultation-button-col {
    bottom: 129px;
    right: 15px;
}
section.common-content-section {
    width: 100%;
    padding: 120px 0;
}
section.common-content-section .common-content-section-inner {
    flex-wrap: wrap;
    flex-direction: column;
}
section.portfolio-filter-section {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 118px;
}
section.portfolio-filter-section .portfolio-filter-section-inner {
    flex-direction: column;
}
.blog-listing-page-section {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
}
.blog-listing-page-section .blog-listing-page-top-post {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 20px;
    filter: drop-shadow(-7.713px 9.193px 34px rgba(0,0,0,0.08));
    background-color: #ffffff;
    position: relative;
}
.blog-listing-page-section .blog-listing-page-top-post:before {
    content: "";
    position: absolute;
    width: 280px;
    height: 173px;
    bottom: 0;
    left: 57px;
    background: url(../appventures/assets/images/Box-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    opacity: 0.1;
}
.blog-listing-page-section .blog-listing-page-top-post-right {
    width: 60.88%;
    padding: 15px;
    position: relative;
}
.blog-listing-page-section .blog-listing-page-top-post-left {
    width: 31%;
    padding: 50px 0px 50px 50px;
    position: relative;
}
.blog-listing-page-section .blog-listing-page-top-post-right img {
    border-radius: 20px;
    background-color: #a18383;
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 100%;
}
.blog-listing-page-section .blog-listing-page-top-post-date {
    text-transform: uppercase;
    color: #e74960;
    font-weight: 500;
    font-size: 14px;
    line-height: 35px;
    width: 100%;
}
.blog-listing-page-section .blog-listing-page-top-post-title {
    font-size: 24px;
    line-height: 35px;
    color: #01182d;
    font-weight: 600;
    padding-bottom: 16px;
}
.blog-listing-page-section .blog-listing-page-top-post-content {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #282728;
    padding-bottom: 39px;
}
.blog-listing-page-section .blog-listing-page-bottom-post {
    width: 71.8%;
    padding-top: 60px;
}
.blog-listing-page-section .blog-listing-page-bottom-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.blog-listing-page-section .blog-listing-page-bottom-post-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0px 0px;
}
.blog-listing-page-section .blog-listing-page-bottom-post-inner {
    border-radius: 20px;
    filter: drop-shadow(-7.713px 9.193px 34px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
    margin: 0 30px;
    width: calc(50% - 60px);
    margin-bottom: 60px;
}
.blog-listing-page-section .blog-listing-page-bottom-post-image {
    position: relative;
    width: 100%;
    padding-bottom: 75.9%;
    height: auto;
}
.blog-listing-page-section .blog-listing-page-sidebar {
    width: 24.3%;
    padding-top: 60px;
}
.blog-listing-page-section .blog-listing-page-bottom-post-inner {
    border-radius: 20px;
    filter: drop-shadow(-7.713px 9.193px 34px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
    margin: 0 30px;
    width: calc(50% - 60px);
    margin-bottom: 60px;
}
.blog-listing-page-section .blog-listing-page-bottom-post-content-main {
    width: 100%;
    padding: 38px;
}
.blog-listing-page-section .blog-listing-page-bottom-post-title {
    font-size: 24px;
    line-height: 35px;
    color: #01182d;
    font-weight: 600;
    padding-bottom: 14px;
}
.blog-listing-page-section .blog-listing-page-bottom-post-date {
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    color: #e74960;
    font-weight: 500;
}
.blog-listing-page-section .blog-listing-page-search {
    border-radius: 20px;
    background-color: #f5f5f5;
    border: 1px solid rgba(1, 24, 45, 0.1);
    padding: 25px;
}
.blog-listing-page-section .blog-listing-page-search .wp-block-search__label {
    display: none;
}
.blog-listing-page-section .blog-listing-page-search form {
    border-radius: 25px;
    background-color: #ffffff;
    padding-right: 5px;
}
.blog-listing-page-section .blog-listing-page-search input#wp-block-search__input-1 {
    border: 0 !important;
    background: none;
    padding: 19px 10px 18px 25px;
}
.blog-listing-page-section .blog-listing-page-search .wp-block-search__inside-wrapper {
    align-items: center;
    overflow: hidden;
    height: 50px;
}
.blog-listing-page-section .blog-listing-page-search button.wp-block-search__button.has-icon.wp-element-button {
    width: 42px;
    height: 42px;
    border-radius: 20px;
    background-image: linear-gradient(90deg, #00e9bf 0%, #00e9bf 0%, #0000ff 100%, #0000ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.blog-listing-page-section .blog-listing-page-search button.wp-block-search__button.has-icon.wp-element-button:hover{
opacity: 0.5;
}
.blog-listing-page-section .author-img img {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    filter: drop-shadow(-7.713px 9.193px 34px rgba(0, 0, 0, 0.08));
    background-color: #c5baba;
    border: 4px solid #ffffff;
    object-fit: cover;
}
.blog-listing-page-section .blog-listing-page-user {
    border-radius: 20px;
    background-color: #f5f5f5;
    border: 1px solid rgba(1, 24, 45, 0.1);
    width: 100%;
    text-align: center;
    padding: 48px 52px 49px 52px;
    margin-top: 58px;
}
.blog-listing-page-section .author-name {
    font-size: 24px;
    line-height: 35px;
    color: #01182d;
    font-weight: 700;
    padding-top: 32px;
}
.blog-listing-page-section .author-description {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #282728;
    padding-top: 15px;
}
.blog-listing-page-section .blog-listing-page-common--div {
    border-radius: 20px;
    background-color: #f5f5f5;
    border: 1px solid rgba(1, 24, 45, 0.1);
    width: 100%;
    margin-top: 60px;
    padding: 39px 38px 40px 38px;
}
.blog-listing-page-section h3.wp-block-heading {
    font-size: 24px;
    line-height: 35px;
    color: #01182d;
    font-weight: 700;
    border-bottom: 1px solid rgb(1 24 45 / 10%);
    padding-bottom: 18px;
}
.blog-listing-page-section .wp-block-latest-posts__featured-image img {
    width: 90px;
    height: 90px;
    border-radius: 15px;
    background-color: #01182d;
}
.blog-listing-page-section .wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-listing-page-section .wp-block-latest-posts.wp-block-latest-posts__list li {
    list-style: none;
}
.blog-listing-page-section a.wp-block-latest-posts__post-title {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #282728;
    font-weight: 600;
}
.blog-listing-page-section .wp-block-latest-posts__featured-image {
    margin: 8px 20px 10px 0;
}
.blog-listing-page-section a.tag-cloud-link {
    font-size: 16px;
    line-height: 35px;
    color: #01182d;
    font-weight: 500;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 21px;
    background-color: #ffffff;
    padding: 4px 20px;
}
.blog-listing-page-section .blog-listing-page-categories ul > li {
    list-style: none;
    position: relative;
    padding-bottom: 5px;
}
.blog-listing-page-section .blog-listing-page-categories ul > li:before {
    content: "";
    width: 9px;
    height: 13px;
    position: absolute;
    left: -29px;
    top: 17px;
    background-size: contain;
    background: url(../appventures/assets/images/arrow-blog.svg);
    background-repeat: no-repeat;
    bottom: 0;
}
.blog-listing-page-section .blog-listing-page-categories ul > li a {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #282728;
    font-weight: 500;
}
.blog-listing-page-section .blog-listing-page-categories ul {
    margin-left: 29px;
}
.blog-listing-page-section .pagination .page-numbers {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid rgba(1, 24, 45, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 35px;
    color: #01182d;
    font-weight: 600;
    margin-right: 29px;
    margin-bottom: 10px;
}
.blog-listing-page-section .pagination .page-numbers img {
    height: 21px;
    width: auto;
}
.blog-listing-page-section .pagination {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 30px;
    flex-wrap: wrap;
}
.blog-listing-page-section .post-like {
    position: absolute;
    top: 15px;
    right: 15px;
}
.blog-listing-page-section .post-like a{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid rgba(1, 24, 45, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}    
.blog-listing-page-section .pld-like-dislike-wrap {
    display: inline-block;
    margin-bottom: 0;

}
.blog-listing-page-section .blog-listing-page-top-post-right .post-like {
    top: 30px;
    right: 30px;
}
.blog-listing-page-section .pld-count-wrap {
    margin-left: 5px;
    position: absolute;
    top: -6px;
    right: -4px;
    color: red;
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 14px;
    overflow: hidden;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    max-width: 900px;
    margin: 0 auto;
    margin-top: -220px;
}
section.single-page-main-section.blog-listing-page-section {
    padding-top: 0;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-left {
    width: 69.2%;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: normal;
    color: #282728;
    padding-top: 90px;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-left{
    line-height: 1.75;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-left .h1, 
section.single-page-main-section.blog-listing-page-section .single-page-main-left .h2,
section.single-page-main-section.blog-listing-page-section .single-page-main-left .h3,
section.single-page-main-section.blog-listing-page-section .single-page-main-left .h4,
section.single-page-main-section.blog-listing-page-section .single-page-main-left .h5,
section.single-page-main-section.blog-listing-page-section .single-page-main-left .h6, 
section.single-page-main-section.blog-listing-page-section .single-page-main-left h1, 
section.single-page-main-section.blog-listing-page-section .single-page-main-left h2, 
section.single-page-main-section.blog-listing-page-section .single-page-main-left h3, 
section.single-page-main-section.blog-listing-page-section .single-page-main-left h4, 
section.single-page-main-section.blog-listing-page-section .single-page-main-left h5, 
section.single-page-main-section.blog-listing-page-section .single-page-main-left h6{line-height: 1.2}
section.inner-page-banner-section.single-blog-page-banner .inner-page-banner-section-main {
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: auto;
    text-align: center;
    padding-bottom: 170px;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-left ul li,
section.single-page-main-section.blog-listing-page-section .single-page-main-left ol li{
padding-bottom: 8px;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-left .h2, 
section.single-page-main-section.blog-listing-page-section .single-page-main-left h2{
    font-size: 42px;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-left .h3, 
section.single-page-main-section.blog-listing-page-section .single-page-main-left h3{
    font-size: 36px;
}
section.inner-page-banner-section.single-blog-page-banner .inner-page-banner-title {
    text-align: center;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-image img {
    width: 100%;
    object-fit: cover;
    max-height: 602px;
    object-position: top;
    border-radius: 20px;
}
section.single-page-main-section.blog-listing-page-section .blog-listing-page-sidebar {
    padding-top: 100px;
}
section.inner-page-banner-section.single-blog-page-banner .inner-page-banner-section-main .inner-page-banner-left {
    width: 100%;
    text-align: center;
    padding-top: 52px;
}
section.inner-page-banner-section.single-blog-page-banner .inner-page-banner-left .inner-page-banner-section-inner{
    padding-bottom: 0;
    margin-bottom: 32px; 
}
section.single-page-main-section.blog-listing-page-section ul.single-page-main-content-top {
    display: flex;
    padding: 0;
    margin-left: 30px;
    padding-bottom: 5px;
    flex-wrap: wrap;
}
section.single-page-main-section.blog-listing-page-section ul.single-page-main-content-top li {
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    color: #e74960;
    font-weight: 500;
    margin-right: 68px;
    list-style: none;
    padding: 0;
    position: relative;
}
section.single-page-main-section.blog-listing-page-section ul.single-page-main-content-top li:before {
    position: absolute;
    left: -30px;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fec94a;
    top: 13px;
}
section.blog-listing-page-section .blog-listing-page-search .heateor_sss_sharing_ul {
    display: flex;
    justify-content: space-between;
}
section.single-page-main-section.blog-listing-page-section .blog-listing-page-search {
    padding: 26px 40px;
}
section.blog-listing-page-section .blog-listing-page-search .heateor_sss_sharing_ul a:after {
    content: "";
    position: absolute;
    right: -50%;
    opacity: 0.149;
    width: 1px;
    height: 100%;
    background-color: #01182d;
}
section.blog-listing-page-section .blog-listing-page-search .heateor_sss_sharing_ul a{
    position: relative;
}
section.blog-listing-page-section .blog-listing-page-search .heateor_sss_sharing_ul a:last-child:after{
    display: none;
}



section.single-page-main-section.blog-listing-page-section .single-page-main-left .panel.open .panel-heading a,
section.single-page-main-section.blog-listing-page-section .single-page-main-left .panel .panel-heading a  {
    color: #01182d;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-left .panel-collapse {
    color: #282728;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-left .panel {
    border-radius: 15px;
    filter: drop-shadow(-7.713px 9.193px 34px rgba(0, 0, 0, 0.06));
    background-color: #ffffff;
    margin-bottom: 28px;
    border: 1px solid rgba(40,39,40,0.1);
    padding: 32px 0px 32px 41px;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-left .panel-heading:before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    right: 39px;
    width: 2px;
    height: 20px;
    background: #3300bf;
    transform: translateY(-50%);
    opacity: 1;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-left .panel-heading:after {
    content: "";
    position: absolute;
    right: 30px;
    display: block;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #3300bf;
    transform: translateY(-50%);
    opacity: 1;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-left .panel-collapse {
    padding-top: 40px;
    position: relative;
    padding-right: 105px;
    display: none;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-left .panel-collapse:before {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.102;
    width: 200px;
    height: 1px;
    background-color: #01182d;
    top: 22px;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-left .panel-heading {
    padding-right: 65px;
    position: relative;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-left .panel.open .panel-heading:before {display: none;}
section.single-page-main-section.blog-listing-page-section .single-page-main-left .panel.open .panel-collapse {
    display: block !important;
}
section.post-slider-section.single-post-slider-section {
    background: rgb(1, 24, 45);
    background: linear-gradient(180deg, rgba(1, 24, 45, 1) 69.4%, #f4f4f4 69.4%);
    padding-top: 120px;
    padding-bottom: 0;
}
section.post-slider-section.single-post-slider-section .post-title.common-main {
    color: #ffffff;
}
section.post-slider-section.single-post-slider-section .post-img-inn {
    position: relative;
    width: 100%;
    padding-bottom: 87.2%;
    height: auto;
}
section.post-slider-section.single-post-slider-section .post-inner {
    background-color: #fff;
    filter: drop-shadow(-7.713px 9.193px 34px rgba(0,0,0,0.08));
}
section.post-slider-section.single-post-slider-section .post-date {
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    color: #e74960;
    font-weight: 500;
    justify-content: flex-start;
    opacity: 1;
    padding-bottom: 0;
}
section.post-slider-section.single-post-slider-section .post-content {
    font-size: 24px;
    line-height: 35px;
    color: #01182d;
    font-weight: 600;
    padding-bottom: 8px;
}
section.post-slider-section.single-post-slider-section .post-inner-content-section {
    padding: 26px 38px 41px 38px;
}
section.post-slider-section.single-post-slider-section .slick-track
{
    display: flex !important;
}
section.post-slider-section.single-post-slider-section .slick-slide
{
    height: inherit !important;
}
section.post-slider-section.single-post-slider-section .post-inner-content-section > a {
    background: hsla(51, 86%, 52%, 1);
    background: linear-gradient(0deg, #00e7bf 0%, #00e7bf 5%, #3335fd 100%);
    background: -moz-linear-gradient(0deg, #00e7bf 0%, #00e7bf 5%, #3335fd 100%);
    background: -webkit-linear-gradient(0deg, #00e7bf 0%, #00e7bf 5%, #3335fd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00e7bf", endColorstr="#3335fd", GradientType=1 );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}
section.post-slider-section.single-post-slider-section .post-inner-content-section > a:after {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    bottom: -1px;
    opacity: 0;
    display: block;
    background: #2e43f9;
    background: linear-gradient(0deg, #00e7bf 0%, #00e7bf 5%, #3335fd 100%);
    background: -webkit-linear-gradient(0deg, #00e7bf 0%, #00e7bf 5%, #3335fd 100%);
    transition: 0.5s;
}
section.post-slider-section.single-post-slider-section .post-inner-content-section a:hover:after {
    opacity: 1;
    width: 100%;
    transition: all 0.5s;
}
section.post-slider-section.single-post-slider-section .post-inner-content-section a:hover {
    opacity: 0.5;
}
section.post-slider-section.single-post-slider-section ul.slick-dots {
    display: none !important;
}
section.post-slider-section.single-post-slider-section .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
section.schedule-call-section.single-page-schedule-call-section{
    background: #f4f4f4;
    padding-top: 15px;
}
section.schedule-call-section.blog-listing-schedule-call-section{
     background: #f4f4f4;
     padding-top: 170px; 
}
.blog-listing-page-section .blog-listing-page-bottom-post-content-main a.btn-font {
    background: hsla(51, 86%, 52%, 1);
    background: linear-gradient(0deg, #00e7bf 0%, #00e7bf 5%, #3335fd 100%);
    background: -moz-linear-gradient(0deg, #00e7bf 0%, #00e7bf 5%, #3335fd 100%);
    background: -webkit-linear-gradient(0deg, #00e7bf 0%, #00e7bf 5%, #3335fd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00e7bf", endColorstr="#3335fd", GradientType=1 );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}
.blog-listing-page-section .blog-listing-page-bottom-post-content-main a.btn-font:after {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    bottom: -1px;
    opacity: 0;
    display: block;
    background: #2e43f9;
    background: linear-gradient(0deg, #00e7bf 0%, #00e7bf 5%, #3335fd 100%);
    background: -webkit-linear-gradient(0deg, #00e7bf 0%, #00e7bf 5%, #3335fd 100%);
    transition: 0.5s;
}
.blog-listing-page-section .blog-listing-page-bottom-post-content-main a.btn-font:hover:after {
    width: 100%;
    opacity: 1;
    transition: all 0.5s;
}
.blog-listing-page-section .blog-listing-page-bottom-post-content-main a.btn-font:hover{
    opacity: 0.5;
}
section.portfolio-filter-section .portfolio-filter-main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}   
section.portfolio-filter-section .portfolio-item {
    width: calc(50% - 27px);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 59px;
    border-radius: 20px;
    filter: drop-shadow(-7.713px 9.193px 34px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
}
section.portfolio-filter-section .portfolio-titile {
    font-size: 24px;
    line-height: 30px;
    color: #01182d;
    font-weight: 700;
    width: 60%;
}
section.portfolio-filter-section .portfolio-item-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 40px 50px;
    align-items: center;
}
section.portfolio-filter-section .portfolio-item img {
    border-radius: 20px 20px 0px 0px;
}
section.portfolio-filter-section .category-filter {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    flex-wrap: wrap;
}
section.portfolio-filter-section .portfolio-filter-main button.category-filter-btn {
    border-radius: 30px;
    background-color: #f7f7f7;
    border: 1px solid rgba(1, 24, 45, 0.1);
    font-size: 16px;
    letter-spacing: 0px;
    color: #01182d;
    font-weight: 500;
    padding: 17px 50px;
    height: auto;
    margin: 0 15px;
    transition: all 0.5s;
    margin-bottom: 30px;
}
section.portfolio-filter-section button.category-filter-btn:hover, 
button.category-filter-btn.active {
    color: #fff !important;
    background-image: linear-gradient(90deg, #00e9bf 0%, #00e9bf 0%, #0000ff 100%, #0000ff 100%);
    border-color: #fff 
}
section.portfolio-filter-section .portfolio-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
section.portfolio-filter-section .portfolio-item-inner img {
    width: 60px;
    height: 60px;
}
section.portfolio-filter-section .portfolio-image {
    position: relative;
    width: 100%;
    padding-bottom: 62%;
    height: auto;
}
section.portfolio-filter-section .portfolio-item .portfolio-image img {
    border-radius: 20px 20px 0px 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0 0;
}
section.testimonials-section.extra-margin {
    margin-bottom: 100px;
}
section.portfolio-filter-section .portfolio-item-inner a {
    width: 25%;
    text-align: end;
}
.contact-page-style .services-title.common-main {
    width: 100%;
}
section.services-section.contact-page-style .services-main-section {
    padding-top: 32px;
}
section.services-section.contact-page-style .services-inner:before{
    display:none;
}
section.single-page-main-section.blog-listing-page-section .single-page-main-left h1,
section.single-page-main-section.blog-listing-page-section .single-page-main-left h2,
section.single-page-main-section.blog-listing-page-section .single-page-main-left h3,
section.single-page-main-section.blog-listing-page-section .single-page-main-left h4,
section.single-page-main-section.blog-listing-page-section .single-page-main-left h5{
    color: #01182d;
    font-weight: 600;
}
section.single-page-main-section.blog-listing-page-section .panel .panel-heading a {
    font-size: 24px;
    line-height: 35px;
}
section.single-page-main-section.blog-listing-page-section .panel-collapse {
    font-size: 16px;
    line-height: 30px;
}
section.post-slider-section.single-post-slider-section .post-img-inn .post-like {
    position: absolute;
    top: 15px;
    right: 15px;
}
section.post-slider-section.single-post-slider-section .post-img-inn .post-like a {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid rgba(1, 24, 45, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}
section.post-slider-section.single-post-slider-section .post-img-inn .pld-count-wrap {
    margin-left: 5px;
    position: absolute;
    top: -6px;
    right: -4px;
    color: red;
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 14px;
    overflow: hidden;
}
section.inner-page-banner-section.contact-form-full-width .inner-page-banner-left {
    width: 100%;
}
section.inner-page-banner-section.contact-form-full-width .inner-page-banner-right {
    width: 100%;
    border-radius: 20px;
    filter: drop-shadow(-10.927px 13.023px 72px rgba(0, 0, 0, 0.04));
    /* background-image: linear-gradient(225deg, #f129ff 0%, #3300bf 100%); */
    background: linear-gradient(225deg, rgba(241,41,255,1) 10%, rgba(51,0,191,1) 40%);
    padding: 80px 101px;
    margin-bottom: -310px;
}
section.inner-page-banner-section.contact-form-full-width .common-top {
    font-size: 50px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
    margin-left: 0;
    line-height: normal;
    padding: 0;
}
section.inner-page-banner-section.contact-form-full-width .inner-page-banner-right .common-top:after{
    display: none;
}
section.inner-page-banner-section.contact-form-full-width input#gform_submit_button_3 {
    background-color: #ffffff !important;
    background-image: none !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #01182d !important;
    font-weight: 700 !important;
    margin: 0 auto;
    margin-top: 10px;
}
section.inner-page-banner-section.contact-form-full-width .inner-page-breadcrumb {
    text-align: center;
}
section.inner-page-banner-section.contact-form-full-width {
    margin-bottom: 310px;
}
section.inner-page-banner-section.contact-form-full-width input[type="text"],
section.inner-page-banner-section.contact-form-full-width input[type="email"],
section.inner-page-banner-section.contact-form-full-width input[type="tel"],
section.inner-page-banner-section.contact-form-full-width textarea {
    border-radius: 10px !important;
    background-color: rgba(255, 255, 255, 0.14901960784313725) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    color: #fff !important;
    padding-right: 50px !important;
    font-weight: 500;
}

section.inner-page-banner-section.contact-form-full-width  .gform-theme--foundation .gfield textarea.small {
    min-block-size: 7.63rem;
}
section.inner-page-banner-section.contact-form-full-width input#gform_submit_button_3:hover {
    color: #fff !important;
    background-image: linear-gradient(90deg, #00e9bf 0%, #00e9bf 0%, #0000ff 100%, #0000ff 100%) !important;
}
.blog-listing-page-section .blog-listing-page-search .wp-block-search__button svg {
    transform: rotate(270deg);
}
section.inner-page-banner-section.contact-form-full-width ::-webkit-input-placeholder { opacity: 1 !important; color: #fff;font-weight: 500; }
section.inner-page-banner-section.contact-form-full-width :-moz-placeholder { opacity: 1 !important; color: #fff;font-weight: 500; }
section.inner-page-banner-section.contact-form-full-width ::-moz-placeholder { opacity: 1 !important; color: #fff;font-weight: 500; }
section.inner-page-banner-section.contact-form-full-width :-ms-input-placeholder { opacity: 1 !important; color: #fff;font-weight: 500; }

section.inner-page-banner-section.contact-form-full-width .contact-data div#field_3_4 .ginput_container,
section.inner-page-banner-section.contact-form-full-width .contact-data div#field_3_6 .ginput_container,
section.inner-page-banner-section.contact-form-full-width .contact-data div#field_3_8 .ginput_container,
section.inner-page-banner-section.contact-form-full-width .contact-data div#field_3_10 .ginput_container,
section.inner-page-banner-section.contact-form-full-width .contact-data div#field_3_1 .ginput_container
{
    position: relative;
}
section.inner-page-banner-section.contact-form-full-width .contact-data div#field_3_4 .ginput_container:after,
section.inner-page-banner-section.contact-form-full-width .contact-data div#field_3_6 .ginput_container:after,
section.inner-page-banner-section.contact-form-full-width .contact-data div#field_3_8 .ginput_container:after,
section.inner-page-banner-section.contact-form-full-width .contact-data div#field_3_10 .ginput_container:after, 
section.inner-page-banner-section.contact-form-full-width .contact-data div#field_3_1 .ginput_container:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: 0;
    top: 27px;
    right: 26px;
}

section.inner-page-banner-section.contact-form-full-width .contact-data div#field_3_4 .ginput_container:after{background: url(../appventures/assets/images/home-cf.svg);}
section.inner-page-banner-section.contact-form-full-width .contact-data div#field_3_6 .ginput_container:after{background: url(../appventures/assets/images/mail-cf.svg);}
section.inner-page-banner-section.contact-form-full-width .contact-data div#field_3_8 .ginput_container:after{background: url(../appventures/assets/images/paid-cf.svg);}
section.inner-page-banner-section.contact-form-full-width .contact-data div#field_3_1 .ginput_container:after{background: url(../appventures/assets/images/person-cf.svg);}
section.inner-page-banner-section.contact-form-full-width .contact-data div#field_3_10 .ginput_container:after{background: url(../appventures/assets/images/phone-call-icon.svg);}
section.services-section.contact-page-style .services-inner:after {
    height: 100%;
}
section.common-content-section iframe {
    border-radius: 20px;
}
section.reach_out_section {
    padding-top: 122px;
    padding-bottom: 122px;
}
section.reach_out_section .mlr-o-a {
    margin: 0 auto 62px;
}
section.reach_out_section .contact-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
section.reach_out_section .contact-info-wrapper .contact-info-box {
    width: 25%;
    position: relative;
    z-index: 9;
    text-align: center;
    padding: 20px 20px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}
section.reach_out_section .contact-page-style .services-inner-content-section{
    padding-top: 85px;
}
section.services-section.contact-page-style .services-inner:hover .services-inner-content-section {
    padding-top: 35px;
}
section.services-section.contact-page-style .services-inner:hover .services-inner-title{
    font-weight: 500;
}
section.reach_out_section  .contact-info-wrapper .contact-info-box:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(15 27 85 / 12%);
    width: 1px;
    height: 100%;
}
section.reach_out_section .contact-info-wrapper .contact-info-box:last-child:before{
    display: none;
}
section.reach_out_section .contact-info-icon img {
    width: 61px;
    height: 61px;
}
section.reach_out_section .contact-info-icon {
    margin-bottom: 54px;
}
section.reach_out_section .contact-info-label {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 34px;
    text-transform: uppercase;
    color: #282728;
    font-weight: 500;
    font-family: "Raleway";
    text-align: center;
}
section.reach_out_section .contact-info-content * {
    font-size: 20px;
    line-height: 30px;
    color: #0f1b55;
    font-weight: 500;
    font-family: "Raleway";
    text-align: center;
}

section.reach_out_section .contact-info-icon.cnt-icon-2 .cnt-icon {
    height: 56px;
    width: 69px;
}
section.reach_out_section  .contact-info-icon.cnt-icon-4 .cnt-icon {
    height: 58px;
    width: 42px;
}
section.reach_out_section .common-top.title-style-2::before {
    display: none;
}
section.reach_out_section .common-top.title-style-2 {
    font-size: 50px;
    letter-spacing: -1px;
    color: #4489c8;
    font-weight: normal;
    text-transform: none;
    font-family: "Raleway";
}
section.reach_out_section .contact-info-box.email .contact-info-content a {
    line-break: anywhere;
}

/* 17-5-24 ***/
.header__main ul li ul.sub-menu .menu-item-has-children{
    position: relative;
}
.header__main ul li ul.sub-menu .menu-item-has-children ul.sub-menu {
    display: none;
}
.header-navigation .main-menu ul .menu-item-has-children ul.sub-menu {
    top: 0;
    left: unset;
    right: -100%;
}

.header__main ul li ul.sub-menu .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
    display: block;
}
section.about-section .about-section-inner.Right {
    flex-direction: row-reverse;
}
section.about-section.border-bottom {
    position: relative;
}
section.about-section.border-bottom:after {
    position: absolute;
    content: '';
    height: 1px;
    background-color: hwb(0deg 0% 100% / 10%);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1560px;
}
form#gform_4 .gform_fields,
form#gform_5 .gform_fields  {
    row-gap: 15px;
}
section.inner-page-banner-section .inner-page-banner-top-heading {
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Raleway", sans-serif; 
}
section.services-section .services-top-content {
    font-size: 28px;
    line-height: 40px;
    color: #282728;
    font-family: "Raleway", sans-serif; 
}
section.services-section.ui-ux-design .services-title {
    width: 100%;
}
section.bg-image-with-content-section .bg-image-with-content-content form {
    max-width: 571px;
    padding-top: 20px;
}
section.bg-image-with-content-section.ui-ux-page-bg-content-section {
    padding-top: 152px;
    padding-bottom: 91px;
}
section.full-width-contect-form-section.inner-page-banner-section.contact-form-full-width .inner-page-banner-right {
    margin: 0;
}
section.full-width-contect-form-section.inner-page-banner-section.contact-form-full-width:before {
    display: none;
}
section.full-width-contect-form-section.inner-page-banner-section.contact-form-full-width {
    margin-bottom: 120px;
    border: 0;
}
section.full-width-contect-form-section.inner-page-banner-section.contact-form-full-width .full-width-contect-form-content {
    font-size: 28px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Raleway", sans-serif; 
    text-align: center;
    padding-bottom: 59px;
}
section.full-width-contect-form-section.inner-page-banner-section.contact-form-full-width .common-top {
    margin-bottom: 15px;
}
section.services-only-list-section.testimonials-section .testimonials-right.services-only-list-section-left-inner {
    font-size: 24px;
    line-height: 1.4;
    color: #000000;
    font-style: italic;
    font-family: "Raleway", sans-serif;
    width: 48%;
    position: relative;
    padding-left: 33px;
    padding-bottom: 20px;
}
section.services-only-list-section.testimonials-section .testimonials-right.services-only-list-section-left-inner:after {
    content: "";
    position: absolute;
    left: 0;
    background: url(../appventures/assets/images/before-vector.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 17px;
    width: 16px;
    top: 10px;
}
section.services-only-list-section.testimonials-section .testimonials-right:before{display: none;}
section.services-only-list-section.testimonials-section.default-padding .testimonials-right.testimonials-list.services-only-list-section-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 1 !important;
    filter: drop-shadow(-7.713px 9.193px 34px rgba(0, 0, 0, 0.08));
    padding: 111px 110px 95px 140px;
    width: 76.61%;
    position: relative;
}
section.services-only-list-section.testimonials-section.default-padding .justify-content-between.testimonials-section-inner {
    padding-right: calc((100% - 1560px) / 2);
}
/* section.services-only-list-section.testimonials-section.default-padding .testimonials-right.testimonials-list.services-only-list-section-left:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
} */
div#gform_wrapper_5 {
    max-width: 571px;
}
div#gform_5_validation_container {
    margin-bottom: 0;
}
section.technologies-list-section {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 122px;
    overflow: hidden;
}
section.technologies-list-section .top-technologies-list-section-title {
    width: 100%;
}
section.technologies-list-section .h2.technologies-list-section-title{
    width: 100%;
    color: #fff;
}
section.technologies-list-section .technologies-list-section-list {
    width: 100%;
    display: flex;
    padding: 60px 0;
    position: relative;
    justify-content: flex-start;
}
section.technologies-list-section .technologies-list-section-list:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #ffffff1a;
    min-width: 1450px;
    left: calc((-100% - 1450px) / 2);
    right: calc((-100% - 1450px) / 2);
}
section.technologies-list-section .technologies-list-section-list:last-child:after {display: none;}
section.technologies-list-section .technologies-list-section-list:first-child{
    padding-top: 0;
}
section.technologies-list-section .technologies-list-section-icon {
    max-height: 88px;
    display: flex;
}
section.technologies-list-section .technologies-list-section-list-title {
    font-size: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    padding-top: 25px;
    text-align: center;
}
section.technologies-list-section .technologies-list-section-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 40px;
    position: relative;
}
section.technologies-list-section  .technologies-list-section-inner:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 135px;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../appventures/assets/images/tech-line.svg);
}
section.technologies-list-section .technologies-list-section-inner:last-child:after{
    display: none;
}
section.technologies-list-section .technologies-list-section-list:last-child{padding-bottom: 0;}
section.technologies-list-section .technologies-list-section-list-type {
    font-size: 30px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    width: 5%;
    display: flex;
    align-items: center;
}

section.services-only-list-section.testimonials-section {
    margin-bottom: 119px;
}
.main-header li.menu-item-has-children > a:after {
    position: absolute;
    content: '';
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    height: 0px;
    width: 0px;
    border: none;
    border-top: 6px solid #b4dbff;
    border-left: 6px solid rgba(0,0,0,0);
    border-right: 6px solid rgba(0,0,0,0);
}
.main-header li.menu-item-has-children > a,
.main-header li.menu-item-has-children > a{
    position: relative;
}
.main-header li.menu-item-has-children li.menu-item-has-children > a:after {
     border-top: 6px solid #000;
    border-left: 6px solid rgba(0,0,0,0);
    border-right: 6px solid rgba(0,0,0,0);
    right: 8px;
}
.our-app-store-marketing-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-app-store-marketing-slider .slick-dots li {
    flex: 0 0 10%;
    width: auto;
}
ul#menu-footer-mane-1 li#menu-item-1389 a {
    display: inline-block;
    vertical-align: top;
    padding: 18.5px 37.68px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 35px;
    color: #fff;
    background-image: linear-gradient(90deg, #00e9bf 0%, #00e9bf 0%, #0000ff 100%, #0000ff 100%);
    transition: all 0.5s;
}
ul#menu-footer-mane-1 li#menu-item-1389 a:hover {
    color: #fff;
    background-color: #019852;
    background-image: linear-gradient(270deg, #00e9bf 0%, #00e9bf 0%, #0000ff 100%, #0000ff 100%);
    border-color: #019852;
    text-decoration: none;
    transition: all 0.5s;
}
.error404  section.inner-page-banner-section.align-content-cente .inner-page-banner-section-inner {
    align-items: center;
}
section.inner-page-banner-section.contact-form-full-width .inner-page-banner-right .gfield_validation_message, 
section.inner-page-banner-section.contact-form-full-width .inner-page-banner-right .gform_validation_errors,
section.bg-image-with-content-section.ui-ux-page-bg-content-section .gfield_validation_message,
section.bg-image-with-content-section.ui-ux-page-bg-content-section .gform_validation_errors {
    background-color: #fff !important;
    padding: 5px;
}
section.about-section.search-page img {
    display: none;
}
section.about-section.search-page .entry-summary {
    display: none;
}
.blog-listing-page-sidebar.top-sidebar {
    display: none;
}
.header-navigation .main-menu ul .menu-item-has-children ul.sub-menu {
    position: relative;
    left: 0;
    right: 0;
}
.header__main ul li ul.sub-menu .menu-item-has-children ul.sub-menu {
    display: block;
    box-shadow: none;
}
.header-navigation .main-menu ul .menu-item-has-children ul.sub-menu a {
    font-size: 15px;
    position: relative;
    padding-left: 55px;
    color: #919191;
}
.header__main ul li ul.sub-menu .menu-item-has-children ul.sub-menu li a:before {
    content: "";
    position: absolute;
    left: 35px;
    top: 50%;
    font-size: 20px;
    width: 10px;
    height: 3px;
    background: hsl(0deg 0% 0% / 50%);
    opacity: 1;
}
section.portfolio-filter-section .portfolio-titile a {
    color: #01182d;
    text-decoration: none;
}
section.portfolio-filter-section .portfolio-titile a:hover,
section.post-slider-section .post-content > a:hover,
.blog-listing-page-section .blog-listing-page-bottom-post-title > a:hover,
.blog-listing-page-section .blog-listing-page-top-post-title > a:hover {
    color: #4489c8;
    text-decoration: none;
}
.blog-listing-page-section .blog-listing-page-bottom-post-title > a,
.blog-listing-page-section .blog-listing-page-top-post-title > a {
    color: #000;
    text-decoration: none;
}
section.portfolio-filter-section .category-filter.Hide {
    display: none;
}
section.post-slider-section .post-content > a {
    text-decoration: none;
    color: #fff;
}
section.post-slider-section.single-post-slider-section .post-content > a {
    color: #000;
}
section.about-section.portfolio-image-content-section .about-section-right {
    width: 50%;
    padding-top: 0;
}
section.about-section.portfolio-image-content-section .about-content,
section.about-section.portfolio-image-content-section .about-content ul li{
    font-size: 18px;
    line-height: 1.75;
    font-weight: 300;
}
.inner-page-banner-section.thank-you-banner {
    min-height: 450px;
}

.inner-page-banner-section.thank-you-banner .wrapper{
    margin-bottom: auto;
}



.inner-page-banner-section.thank-you-banner .inner-page-banner-left{
    padding-bottom: 0px;
    width: 100%;
    text-align: center;
}


.inner-page-banner-section.thank-you-banner .inner-page-banner-section-inner{
    padding-bottom: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.inner-page-banner-section.thank-you-banner .inner-page-banner-title {
    font-size: 100px;
    font-weight: 800;
    line-height: 1;
    margin: 0px;
    padding-bottom: 50px;
}
.thank-you-comman-content img {
    max-height: 80px;
    max-width: 80px;
    margin-bottom: 30px;
}
.thank-you-comman-content.common-content-section {
    width: 100%;
    padding: 50px 0 70px;
}
.thank-you-comman-content.common-content-section .simple-title-content-section-text h2{
    line-height: 1.2;
}