/*
Theme Name: Foton Child
Theme URI:#
Description: A child theme of Foton Theme
Author: Mikado Themes
Author URI: #
Version: 1.0.0
Text Domain: foton
Template: foton
*/
@font-face {
    font-family: 'Mark Pro';
    src: url('fonts/MarkPro-Medium.eot');
    src: url('fonts/MarkPro-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/MarkPro-Medium.woff2') format('woff2'), url('fonts/MarkPro-Medium.woff') format('woff'), url('fonts/MarkPro-Medium.ttf') format('truetype'), url('fonts/MarkPro-Medium.svg#MarkPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mark Pro';
    src: url('fonts/MarkPro-Heavy.eot');
    src: url('fonts/MarkPro-Heavy.eot?#iefix') format('embedded-opentype'), url('fonts/MarkPro-Heavy.woff2') format('woff2'), url('fonts/MarkPro-Heavy.woff') format('woff'), url('fonts/MarkPro-Heavy.ttf') format('truetype'), url('fonts/MarkPro-Heavy.svg#MarkPro-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mark Pro';
    src: url('fonts/MarkPro-Bold.eot');
    src: url('fonts/MarkPro-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/MarkPro-Bold.woff2') format('woff2'), url('fonts/MarkPro-Bold.woff') format('woff'), url('fonts/MarkPro-Bold.ttf') format('truetype'), url('fonts/MarkPro-Bold.svg#MarkPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mark Pro';
    src: url('fonts/MarkPro.eot');
    src: url('fonts/MarkPro.eot?#iefix') format('embedded-opentype'), url('fonts/MarkPro.woff2') format('woff2'), url('fonts/MarkPro.woff') format('woff'), url('fonts/MarkPro.ttf') format('truetype'), url('fonts/MarkPro.svg#MarkPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirNextLTPro-HeavyCn.eot');
    src: url('fonts/AvenirNextLTPro-HeavyCn.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-HeavyCn.woff2') format('woff2'), url('fonts/AvenirNextLTPro-HeavyCn.woff') format('woff'), url('fonts/AvenirNextLTPro-HeavyCn.ttf') format('truetype'), url('fonts/AvenirNextLTPro-HeavyCn.svg#AvenirNextLTPro-HeavyCn') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirNextLTPro-BoldCn.eot');
    src: url('fonts/AvenirNextLTPro-BoldCn.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-BoldCn.woff2') format('woff2'), url('fonts/AvenirNextLTPro-BoldCn.woff') format('woff'), url('fonts/AvenirNextLTPro-BoldCn.ttf') format('truetype'), url('fonts/AvenirNextLTPro-BoldCn.svg#AvenirNextLTPro-BoldCn') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirNextRegular.eot');
    src: url('fonts/AvenirNextRegular.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextRegular.woff2') format('woff2'), url('fonts/AvenirNextRegular.woff') format('woff'), url('fonts/AvenirNextRegular.ttf') format('truetype'), url('fonts/AvenirNextRegular.svg#AvenirNextRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirLT-Medium.eot');
    src: url('fonts/AvenirLT-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirLT-Medium.woff2') format('woff2'), url('fonts/AvenirLT-Medium.woff') format('woff'), url('fonts/AvenirLT-Medium.ttf') format('truetype'), url('fonts/AvenirLT-Medium.svg#AvenirLT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

html {
    overflow-y: inherit !important;
}

body {
    font-size: 16px;
    line-height: 1.45;
    font-weight: normal;
    font-family: 'Avenir', Arial, Helvetica, sans-serif;
    color: #637E9F;
}

img {
    vertical-align: top;
    border: 0;
}

a, input[type="button"], input[type="submit"], button, table th, table td {
    -webkit-transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
    transition: background-color 550ms cubic-bezier(0.77,0,0.175,1), color 550ms cubic-bezier(0.77,0,0.175,1);
}

.allanim {
    -webkit-transition: all 350ms;
    transition: all 350ms;
}

a {
    color: #FC466B;
    text-decoration: none;
}

a:hover {
    color: #FC466B;
    text-decoration: underline;
}

button:focus {
    outline: none;
}

a:focus {
    outline: none;
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
    a:active {
        background-color: transparent;
    }
}

b, strong {
    font-weight: bold;
    font-family: 'Mark Pro', 'Lato', sans-serif;
}

small, .small {
    font-size: 85%;
}

sub, sup {
    font-size: 80%
}

p {
    margin: 0 0 20px 0;
}

h1,h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin: 0 0 10px;
    color: #181C42;
    font-weight: 900;
    font-family: 'Mark Pro', 'Lato', sans-serif;
}

h1,h2 {
    font-size: 60px;
}

h3 {
    font-size: 50px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

ul li, ol li {
    line-height: 1.45;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1380px;
    width: 90%;
}

#main {
    position: relative;
    z-index: 2;
}

#header {
    padding: 20px 0;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
}

.logo {
    max-width: 175px;
    width: 100%;
}

.logo a {
    display: block;
    width: 100%;
}

.logo svg {
    width: 100%;
    height: auto;
}

.LogoText {
    fill: #1F1A17;
}

.LogoShape {
    fill: #E83D4B;
}

.navigation-row {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    width: 480px;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.55s all;
    padding: 70px 50px;
}

.menuopen .navigation-row {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.navigation-row:after {
    content: "";
    position: absolute;
    top: -50vh;
    left: 0;
    background: #fff;
    z-index: -1;
    border-radius: 50%;
    width: 200vh;
    height: 200vh;
    margin: auto;
    box-shadow: 0 0 50px rgba(24, 28, 66, 0.15);
}

#menu {
    margin-left: auto;
    font-weight: bold;
    font-size: 15px;
    color: #181C42;
    text-decoration: none;
    text-transform: uppercase;
}

.menulines {
    height: 15px;
    width: 15px;
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.menulines:before, .menulines:after {
    content: "";
    position: absolute;
    right: 0;
    background: #181C42;
    margin: auto;
    height: 3px;
    border-radius: 10px;
    transform: rotate(0deg);
    transition: 0.5s all;
}

.menulines:before {
    top: 3px;
    bottom: auto;
    width: 35px;
}

.menulines:after {
    bottom: 3px;
    top: auto;
    width: 20px;
}

#menu.menuactive {
    color: #FC466B;
}

.menuactive .menulines:before, .menuactive .menulines:after {
    background: #FC466B;
    width: 15px;
    top: 0;
    bottom: 0;
}

.menuactive .menulines:before {
    transform: rotate(45deg);
}

.menuactive .menulines:after {
    transform: rotate(-45deg);
}

#mainmenu {
    list-style: none;
    flex-direction: column;
    text-align: right;
    font-size: 18px;
    padding: 0;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

#mainmenu li {
    margin: 12px 0;
}

#mainmenu li a {
    color: #272E38;
    text-decoration: none;
    padding: 0 7px;
    position: relative;
    z-index: 1;
}

#mainmenu li a:after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 0;
    height: 7px;
    width: 0;
    background-color: #FC466B;
    transition: 0.55s all;
    z-index: -1;
}

#mainmenu li.active a:after, #mainmenu li a:hover:after {
    width: 100%;
}

#footer {
    background: #181C42;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding-top: 1px;
    margin-top: 30px;
}

#footer:after {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/curve-top.svg);
    background-repeat: no-repeat;
    background-size: 110% auto;
    background-position: top center;
    z-index: -1;
}

.curve-img-top {
    position: absolute;
    top: -1%;
    right: -3%;
    left: -3%;
}

.curve-img-top img img {
    width: 100%;
    height: auto;
}

.contact-link-box {
    max-width: 870px;
    margin: -30px auto 30px;
    width: 100%;
    padding: 35px;
    border-radius: 500px;
    background: linear-gradient(180deg, #55CEFF 0%, #048FEF 100%);
    box-shadow: 0px 0px 15px rgba(6, 178, 247, 0.5);
}

.contact-link-box h4 {
    margin: 0;
    color: #fff;
}

.contact-link-box .contact-link-btn {
    margin-left: auto;
}

.contact-link-btn .btn {
    background: #fff;
    font-weight: 500;
    color: #2DAFF7;
    text-transform: uppercase;
    padding: 15px 21px 12px;
    line-height: 1;
}

.contact-link-btn .btn:hover {
    background-color: #181C42;
    color: #fff;
}

.footer-top {
    padding: 50px 0;
}

.footer-logo {
    max-width: 175px;
    width: 100%;
    margin: 0 0 20px 0;
}

.footer-logo .LogoText {
    fill: #fff;
}

.signup-box .form-group {
    margin: 0;
    position: relative;
}

.signup-box .form-control {
    border: 0;
    height: 45px;
    border-radius: 50px;
    font-size: 15px;
    padding: 5px 105px 5px 22px;
}

.signup-box .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    background: #fff;
    color: #FC466B;
    line-height: 48px;
    padding: 0 25px;
    border: 0;
}

.signup-box .btn:hover {
    color: #fff;
    background: #FC466B;
}

.fmenu ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.fmenu ul li {
    margin: 0.3rem 0;
}

.fmenu ul li a {
    color: #637E9F;
    text-decoration: none;
}

.fmenu ul li a:hover {
    color: #fff;
}

.footer-contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-contact-info li:after {
    content: "";
    display: table;
    clear: both;
}

.footer-contact-info li {
    margin-bottom: 10px;
}

.footer-contact-info li:last-child {
    margin-bottom: 0;
}

.footer-contact-info li i {
    float: left;
    height: 25px;
    width: 25px;
    background: #fff;
    color: #FC466B;
    text-align: center;
    font-size: 14px;
    border-radius: 50px;
    line-height: 25px;
    margin-right: 10px;
}

.footer-contact-info li span {
    display: block;
    overflow: hidden;
}

.footer-contact-info li a {
    color: #637E9F;
    text-decoration: none;
}

.footer-contact-info li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-contact-info li address {
    margin: 0;
}

.footer-social {
    margin-top: 15px;
}

.footer-social a {
    margin: 7px;
    height: 38px;
    width: 38px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 50px;
    color: #181C42;
    box-shadow: 0 0 10px rgba(24,28,66,0.15);
    text-align: center;
    font-size: 20px;
}

.footer-social a:hover {
    background: #FC466B;
    color: #fff;
}

.footer-social a:first-child {
    margin-left: 0;
}

.footer-social a:last-child {
    margin-right: 0;
}

.footer-bottom {
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.copyright p {
    margin: 0;
}

.bottom-menu {
    margin-left: auto;
}

.bottom-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom-menu li {
    position: relative;
    padding-right: 12px;
    margin-right: 11px;
}

.bottom-menu li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.bottom-menu li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    width: 1px;
    background: #fff;
}

.bottom-menu li:last-child:after {
    display: none;
}

.bottom-menu li a {
    color: #637E9F;
    text-decoration: none;
}

.bottom-menu li a:hover {
    color: #fff;
    text-decoration: none;
}

.logo-dmca {
    max-width: 150px;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
}

.logo-dmca a {
    display: block;
}

.logo-dmca a img {
    width: 100%;
    height: auto;
}

.fmenu {
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
}

.btn {
    font-weight: 500;
    padding: 10px 30px;
    line-height: 1.25;
    border-radius: 50px;
    text-decoration: none !important;
    border-width: 1px;
    border-style: solid;
    box-shadow: none !important;
    letter-spacing: 0.03rem;
    transition: 0.55s all;
}

.btn.btn-primary {
    background: #FC466B;
    border-color: #FC466B;
    color: #fff;
}

.btn.btn-primary:hover {
    background: #181C42;
    border-color: #181C42;
    color: #fff;
}

.btn.btn-secondary {
    background: #181C42;
    border-color: #181C42;
    color: #fff;
}

.btn.btn-secondary:hover {
    background: #FC466B;
    border-color: #FC466B;
    color: #fff;
}

.btn.btn-ico {
    padding: 0;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
}

.btn.btn-white {
    background: #fff;
    border-color: #fff;
    color: #212529;
}

.btn.btn-white:hover {
    background: #FC466B;
    border-color: #FC466B;
    color: #fff;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    color: #637E9F;
    letter-spacing: 0.015rem;
    margin: 0 0 0.3rem 0;
}

.form-control {
    border: 1px solid #e9f1f6;
    border-radius: 5px;
    padding: 15px;
    height: 45px;
    color: #637E9F;
    box-shadow: none !important;
    font-size: 0.95rem;
}

.form-control:focus {
    border-color: #b9c2ce;
}

textarea.form-control {
    height: 120px;
}

.form-control::-webkit-input-placeholder {
    opacity: 0.5;
    color: #637E9F;
}

.form-control::-moz-placeholder {
    opacity: 0.5;
    color: #637E9F;
}

.form-control:-ms-input-placeholder {
    opacity: 0.5;
    color: #637E9F;
}

.form-control:-moz-placeholder {
    opacity: 0.5;
    color: #637E9F;
}

.form-group .custom-select {
    padding: 0;
    height: auto;
    border: 0;
}

.custom-select {
    position: relative;
}

.custom-select::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    height: 0;
    width: 0;
    margin: auto;
    bottom: 0;
    border-top: 5px solid #637E9F;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.form-group .custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 10px 25px 10px 15px;
    width: 100%;
    background: transparent;
    border: 1px solid #e9f1f6;
    border-radius: 5px;
}

select::-ms-expand {
    display: none;
}

.form-group .custom-select select:focus {
    border-color: #b9c2ce;
}

.hero-banner-row {
    padding-top: 6rem;
}

.hero-banner-img {
    position: relative;
    padding-top: 100px;
}

.hero-banner {
    max-width: 622px;
    width: 100%;
    height: auto;
    margin-left: -9%;
    position: relative;
    z-index: 3;
}

.hero-banner figure {
    margin: 0;
}

.hero-banner figure img {
    width: 100%;
}

.banner-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 75%;
    border-radius: 500px 500px 0 0;
    overflow: hidden;
    background: -moz-linear-gradient(90deg, rgba(238,229,214,1) 0%, rgba(204,214,213,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(204,214,213,1)), color-stop(100%, rgba(238,229,214,1)));
    background: -webkit-linear-gradient(90deg, rgba(238,229,214,1) 0%, rgba(204,214,213,1) 100%);
    background: -o-linear-gradient(90deg, rgba(238,229,214,1) 0%, rgba(204,214,213,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(238,229,214,1) 0%, rgba(204,214,213,1) 100%);
    background: linear-gradient(0deg, rgba(238,229,214,1) 0%, rgba(204,214,213,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCD6D5', endColorstr='#EEE5D6',GradientType=0 );
}

.banner-bg figure {
    margin: 0 0 0 auto;
    width: 75%;
    opacity: 0.05;
    position: relative;
    top: 0%;
    right: -5%;
}

.banner-bg figure svg {
    width: 100%;
    height: auto;
}

.hero-highlight {
    position: relative;
    font-weight: normal;
    font-family: 'Mark Pro', 'Lato', sans-serif;
    font-size: 20px;
    color: #181C42;
    padding-left: 85px;
    display: block;
}

.hero-highlight:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 2px;
    width: 70px;
    background: #181C42;
    margin: auto;
}

.hero-text h1 {
    font-size: 50px;
    margin: 0;
}

.hero-text h2 {
    font-size: 70px;
    margin: 0;
}

.client-key-slider-box {
    background: #F0F4F8;
}

.client-key-slider figure {
    margin: 0;
    text-align: center;
}

.client-key-slider .owl-item figure img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: auto;
}

.section-row {
    padding: 80px 0;
    position: relative;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h3 {
    margin: 0;
}

.title-highlight {
    font-weight: 500;
    color: #FC466B;
    font-size: 18px;
    letter-spacing: 0.05rem;
    margin: 0 0 0.3rem 0;
    display: block;
}

.section-title.text-left {
    text-align: left;
}

.specialise-round-box {
    max-width: 700px;
    width: 97%;
    margin: 0 auto;
    position: relative;
    padding: 6% 4%;
}

.specialise-main-box {
    position: relative;
    padding-top: 100%;
}

.specialise-outer-box {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px dashed rgba(0,0,0,0.2);
    border-radius: 50%;
}

.specialise-inner-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 62%;
    height: 62%;
    margin: auto;
    border: 1px dashed rgba(0,0,0,0.2);
    border-radius: 50%;
}

.specialise-box {
    min-width: 120px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    font-family: mark pro;
    color: #181C42;
    letter-spacing: 0.05rem;
    position: absolute;
}

.specialise-box span {
    position: absolute;
    left: 50%;
    right: 0;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
    top: calc(100% + 10px);
}

.specialise-box figure {
    height: 60px;
    width: 60px;
    border-radius: 20px;
    margin: 0 auto;
}

.specialise-01 {
    top: 9.6%;
    left: 4.5%;
}

.specialise-02 {
    top: 9.6%;
    right: 4.5%;
}

.specialise-03 {
    bottom: 9.7%;
    right: 4.7%;
}

.specialise-04 {
    bottom: 9.7%;
    left: 4.7%;
}

.specialise-05 {
    top: -7.1%;
    left: 35.1%;
}

.specialise-06 {
    top: 42.1%;
    right: -15.4%;
}

.specialise-07 {
    bottom: -7.7%;
    left: 35.1%;
}

.specialise-08 {
    top: 42.9%;
    left: -15.4%;
}

.specialise-blue {
    background: linear-gradient(180deg, #55CEFF 0%, #048FEF 100%);
    box-shadow: 0px 0px 15px rgba(6, 178, 247, 0.5);
}

.specialise-green {
    background: linear-gradient(180deg, #54FECE 0%, #00CD9B 100%);
    box-shadow: 0px 0px 15px rgba(58, 222, 176, 0.5);
}

.specialise-purple {
    background: linear-gradient(180deg, #A6AFFF 0%, #373ADD 100%);
    box-shadow: 0px 0px 15px rgba(113, 126, 242, 0.5);
}

.specialise-lime {
    background: linear-gradient(180deg, #44E9E2 0%, #02CCAC 100%);
    box-shadow: 0px 0px 15px rgba(68, 233, 226, 0.5);
}

.specialise-purple2 {
    background: linear-gradient(180deg, #C4A6FF 0%, #7841F7 100%);
    box-shadow: 0px 0px 15px rgba(155, 108, 247, 0.5);
}

.specialise-orange {
    background: linear-gradient(180deg, #FFAC93 0%, #FF6D58 100%);
    box-shadow: 0px 0px 15px rgba(255, 128, 90, 0.5);
}

.specialise-yellow {
    background: linear-gradient(180deg, #FFCD83 0%, #EFA331 100%);
    box-shadow: 0px 0px 15px rgba(254, 179, 67, 0.5);
}

.specialise-red {
    background: linear-gradient(180deg, #FF99A1 0%, #FF528A 100%);
    box-shadow: 0px 0px 15px rgba(253, 119, 129, 0.5);
}

.specialise-logo-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 23%;
    width: 23%;
    border-radius: 50%;
    padding: 3.5%;
    background: linear-gradient(180deg, #FC466B 0%, #FB103F 100%);
    box-shadow: 0 0 15px rgba(0,0,0,0.5) inset;
}

.specialise-logo-box figure {
    margin: 0;
    position: relative;
    z-index: 3;
}

.specialise-logo-box img {
    width: 100%;
    height: auto;
}

@-webkit-keyframes rotate-anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-reverse {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotate-reverse {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.specialise-outer-box, .specialise-inner-box {
    animation: rotate-anim 60s linear infinite;
    transform-origin: center center;
}

.specialise-box {
    animation: rotate-reverse 60s linear infinite;
    transform-origin: center center;
}

.dots-img {
    position: absolute;
    left: 0;
    top: -5%;
    z-index: -1;
    width: 20%;
}

.dots-img svg {
    width: 100%;
    height: auto;
}

.about-img figure {
    margin: 0;
}

.about-img img {
    width: 100%;
    height: auto;
}

.overview-row {
    background-color: #181C42;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.map-img {
    background-image: url(../images/map.svg);
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    opacity: 0.1;
    background-position: center center;
    height: 80%;
    margin: auto;
}

.overview-list-box {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.overview-box {
    text-align: center;
}

.overview-list-box .row > div {
    margin: calc(var(--bs-gutter-x)/ 2) 0;
}

.overview-box h3 {
    color: #FC466B;
    margin: 0;
}

.overview-box p {
    margin: 0;
}

.curve-img {
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: -3px;
}

.curve-img img {
    width: 100%;
    height: auto;
}

.development-lifecycle-main-box {
    position: relative;
    z-index: 1;
}

.development-lifecycle-box {
    max-width: 273px;
    font-size: 12px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(24,28,66,0.2);
    margin: 11% 0;
    position: relative;
    background-color: #fff;
}

.lifecycle-right .development-lifecycle-box {
    margin-left: auto;
    margin-right: 0;
}

.development-lifecycle-box h6 {
    color: #FC466B;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.02rem;
}

.development-lifecycle-box p:last-child {
    margin-bottom: 0;
}

.lifecycle-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 22%;
}

.lifecycle-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-right: 22%;
}

.lifecycle-img-box figure {
    margin: 0;
    z-index: 3;
    position: relative;
    width: 100%;
}

.lifecycle-img-box figure img {
    width: 100%;
    height: auto;
}

.lifecycle-img-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 42%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lifecycle-img-box .work-process-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    width: 98.6%;
    margin: auto;
    padding: 6%;
    overflow: hidden;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.development-lifecycle-box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    height: 6px;
    width: 15vw;
    background: #DEE2E6;
    margin: auto;
    z-index: -2;
}

.lifecycle-right .development-lifecycle-box:after {
    left: auto;
    right: 100%;
}

.lifecycle-dot {
    position: absolute;
    left: -13px;
    top: 0;
    bottom: 0;
    height: 26px;
    width: 26px;
    border-radius: 50px;
    margin: auto;
    z-index: -1;
}

.lifecycle-left .lifecycle-dot {
    left: auto;
    right: -13px;
}

.technologies-tab .nav-tabs {
    border-bottom: 1px solid #DEE2E6;
}

.technologies-tab .nav-tabs .nav-link {
    font-size: 15px;
    border: 0;
    font-family: 'Mark Pro', 'Lato', sans-serif;
    background: transparent;
    border-radius: 0;
    padding: 10px 25px;
    position: relative;
    color: #181C42;
    transition: 0.55s all;
}

.technologies-tab .nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #FC466B;
    width: 0;
    margin: auto;
    transition: 0.55s all;
}

.technologies-tab .nav-tabs .nav-item.show .nav-link, .technologies-tab .nav-tabs .nav-link.active {
    color: #FC466B;
}

.technologies-tab .nav-tabs .nav-item.show .nav-link:after, .technologies-tab .nav-tabs .nav-link.active:after {
    width: 100%;
}

.technologies-list-box {
    margin: 30px 0;
}

.technologies-list-box .row > div {
    margin: calc(var(--bs-gutter-x)/ 2) 0;
}

.technologies-box {
    text-align: center;
    padding: 30px 20px;
    max-width: 160px;
    margin: 0 auto;
    border-radius: 15px;
    color: #637E9F;
    background-color: #fff;
    transition: 0.55s all;
}

.svg-convert g, .svg-convert use, .svg-convert .st0 {
    fill: #181C42;
    transition: 0.55s all;
}

.technologies-box:hover {
    background-color: #F0F4F8;
    color: #FC466B;
}

.technologies-box:hover .svg-convert g, .technologies-box:hover .svg-convert use, .technologies-box:hover .svg-convert .st0 {
    fill: #FC466B;
}

.svg-convert .st1 {
    opacity: 0.5;
}

.svg-convert .st2 {
    opacity: 0.7;
}

.technologies-box figure {
    height: 60px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.technologies-box figure svg {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.our-work-row {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.work-box {
    position: relative;
    padding-top: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(24,28,66,0.15);
    background-color: #fff;
}

.work-box a {
    display: block;
    text-decoration: none;
}

.work-box figure {
    margin: 0;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.bg-img img {
    display: none;
}

.work-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(24,28,66,0.75);
    color: #fff;
    transition: 0.35s all;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}

.work-box:hover .work-info {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.work-info h6 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05rem;
    text-align: center;
}

.work-info .btn.btn-ico {
    background: linear-gradient(180deg, #FF99A1 0%, #FF528A 100%);
    box-shadow: 0px 0px 15px rgba(253, 119, 129, 0.5);
    color: #fff;
}

.work-slider.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.owl-carousel .owl-item .bg-img img {
    display: none;
}

.owl-nav {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    margin: 0 5px;
}

.owl-nav .owl-prev span:after, .owl-nav .owl-next span:after {
    font-family: 'Material-Design-Iconic-Font';
    transition: 0.55s all;
    font-size: 20px;
}

.owl-nav .owl-prev span:after {
    content: "\f2ea";
}

.owl-nav .owl-next span:after {
    content: "\f2ee";
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
    font-size: 0;
    height: 40px;
    width: 40px;
    display: block;
    background: linear-gradient(180deg, #FF99A1 0%, #FF528A 100%);
    box-shadow: 0px 0px 15px rgba(253, 119, 129, 0.5);
    color: #fff;
    line-height: 40px;
    border-radius: 50px;
    transition: 0.5s all;
}

.work-slider .owl-nav {
    position: absolute;
    top: -129px;
    right: 0;
}

.work-star {
    position: absolute;
    top: 0;
    right: 0;
    width: 22%;
    z-index: -1;
}

.work-star svg {
    width: 100%;
    height: auto;
}

.client-testimonials-box {
    max-width: 545px;
    width: 100%;
}

.client-testimonials-box .section-title {
    max-width: 400px;
    width: 100%;
}

.testimonials-details figure {
    margin: 0 10px 0 0;
    min-width: 50px;
    width: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.testimonials-details figure img {
    width: 100%;
    height: auto;
    border-radius: 50px;
}

.testimonials-info h6 {
    font-weight: 700;
}

.testimonials-info h6, .testimonials-info p {
    margin: 0;
}

.client-map-img figure {
    margin: 0;
}

.client-map-img figure img {
    width: 100%;
    height: auto;
}

.article-list .row > div {
    margin: calc(var(--bs-gutter-x)/ 2) 0;
}

.article-list-box {
    position: relative;
}

.article-list-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.article-list-img a {
    display: block;
}

.article-list-img figure {
    margin: 0;
}

.article-list-img figure img {
    width: 100%;
    height: auto;
}

.reading-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(24,28,66,0.75);
    color: #fff;
    transition: 0.35s all;
    opacity: 0;
    visibility: hidden;
}

.reading-link span i {
    margin-left: 2px;
    position: relative;
    top: 2px;
}

.article-list-box:hover .reading-link {
    opacity: 1;
    visibility: visible;
}

.article-list-details {
    padding: 15px 0 0;
}

.article-label {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03rem;
    color: #FC466B;
    display: block;
    margin: 0 0 5px 0;
}

.article-list-details h5 {
    font-weight: bold;
    letter-spacing: 0.03rem;
}

.article-list-details h5 a {
    color: #181C42;
    text-decoration: none;
}

.article-list-details h5 a:hover {
    color: #FC466B;
}

.article-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
}

.article-info li {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.article-info li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.article-info li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    background-color: #637E9F;
    height: 12px;
}

.article-info li:last-child:after {
    display: none;
}

.article-info li i {
    font-size: 15px;
    margin-right: 5px;
}

.article-info li a {
    color: #637E9F;
    text-decoration: none;
}

.article-info li a:hover {
    color: #FC466B;
    text-decoration: none;
}

.big-article-box .article-list-details {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: #fff;
    border-radius: 0 16px 0 0;
    width: 80%;
    max-width: 460px;
}

.specialise-accordion-box {
    padding: 50px 80px;
    background: #181C42;
}

.specialise-accordion .accordion-button {
    border: 0;
    background: transparent;
    border-radius: 0;
    color: #fff;
    display: block;
    padding-left: 120px;
    position: relative;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    text-align: left;
}

.specialise-accordion .accordion-button:after {
    display: none;
}

.specialise-accordion .accordion-button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 27px;
    height: 1px;
    background-color: #fff;
    width: 95px;
    z-index: 0;
}

.specialise-accordion .accordion-body {
    padding: 0;
}

.specialise-accordion .accordion-body h4 {
    color: #FC466B;
}

.specialise-row {
    overflow: hidden;
}

.specialise-list {
    margin-right: -0.78rem;
    margin-left: -0.78rem;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
    color: #fff;
}

.specialise-list:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    background: #181C42;
    opacity: 0.8;
}

.specialise-list-box {
    height: 100%;
    padding: 25px 20px;
    border-right: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
}

.specialise-list-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    height: 100%;
    width: 0;
    background: rgba(24,28,66,0.3);
    z-index: -1;
    transition: 0.35s all;
}

.specialise-list-box:hover:after {
    right: 0;
    left: auto;
    width: 100%;
}

.specialise-list-box h5 {
    color: #FC466B;
    font-weight: 700;
    letter-spacing: 0.02rem;
    font-size: 20px;
    margin: 0 0 0.7rem 0;
}

.specialise-list-box figure {
    height: 40px;
    width: 40px;
    margin: 0 0 0.7rem 0;
}

.specialise-list-box figure svg {
    width: 100%;
    height: auto;
    max-height: 32px;
    max-width: 32px;
}

.specialise-list-box figure svg path {
    fill: #FC466B;
}

.specialise-list-box p:last-child {
    margin-bottom: 0;
}

.page-banner-box {
    padding-top: 9.9rem;
    padding-bottom: 8rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.contact-form {
    box-shadow: 0 0 2rem 0 rgba(166, 185, 204, 0.2);
    border-radius: 10px;
}

.contact-form .divider {
    margin: -0.4rem 0 1.2rem 0;
    text-align: center;
    font-size: 18px;
    position: relative;
    color: #6b7a8c;
}

.contact-form .divider:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #e9f1f6;
    z-index: -2;
}

.contact-form .divider span {
    padding: 0 15px;
    background: #fff;
}

.office-box figure {
    margin: 0 1rem 0 0;
    width: 120px;
    min-width: 120px;
}

.office-box figure img {
    width: 100%;
    height: auto;
}

.office-info {
    font-size: 15px;
}

.office-info h6 {
    margin: 0 ;
}

.contact-info-list {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}

.contact-info-list li span {
    position: relative;
    padding-left: 25px;
}

.contact-info-list li span i {
    position: absolute;
    left: 0;
    top: 1px;
}

.contact-info-list li a {
    color: #637E9F;
    text-decoration: none;
}

.contact-info-list li a:hover {
    color: #FC466B;
    text-decoration: none;
}

.office-contact-info {
    max-width: 310px;
    margin: 0 auto;
    width: 100%;
}

.office-contact-info .footer-social a {
    background: #181C42;
    color: #fff;
}

.office-contact-info .footer-social a:hover {
    background: #FC466B;
    color: #fff;
}

.shadow-box {
    padding: 1rem;
    background: #fff;
    box-shadow: 0 0 2rem 0 rgba(166, 185, 204, 0.2);
    border-radius: 10px;
}

.thankyou-box {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.thankyou-img {
    margin: 3rem 0;
}

.checkmark-img {
    max-width: 100px;
    width: 100%;
    margin: 0 auto;
}

.checkmark-img svg {
    width: 100%;
    height: auto;
}

.thankyou-img .st174, .thankyou-img .st173, .thankyou-img .st175 {
    opacity: 0;
    transition: 0.5s all;
    animation: scale-anim 5s linear infinite;
    transform-origin: center center;
}

@-webkit-keyframes scale-anim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-anim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.thankyou-img .st177, .thankyou-img .st178 {
    opacity: 0;
    transition: 0.5s all;
    animation: moving-anim 5s linear infinite;
    transform-origin: center center;
    animation-delay: 1.5s;
}

@-webkit-keyframes moving-anim {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateX(-6%) translateY(-3.2%);
        transform: translateX(-6%) translateY(-3.2%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
}

@keyframes moving-anim {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateX(-6%) translateY(-3.2%);
        transform: translateX(-6%) translateY(-3.2%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        opacity: 1;
    }
}

.thankyou-img .st180, .thankyou-img .st181, .thankyou-img .st179, .thankyou-img .st8 {
    opacity: 0;
    transition: 0.5s all;
    animation: scale-anim 5s linear infinite;
    transform-origin: center center;
    animation-delay: 2.5s;
}

@-webkit-keyframes scale-anim {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scale-anim {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(-3%);
        transform: translateY(-3%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.shape-bg {
    animation: rotate-anim 30s linear infinite;
    transform-origin: center center;
}

body:not(.home-page) .hero-banner {
    margin-left: 0;
}

.bg-black-squeeze {
    background-color: #E6F0F5;
}

.bg-coconut-cream {
    background-color: #FBF6E6;
}

.bg-old-lace {
    background-color: #FCF0E3;
}

.bg-Porcelain {
    background-color: #EDF0F1;
}

.bg-swans-down {
    background-color: #DCF1F2;
}

.bg-cararra {
    background-color: #F4F3F0;
}

.bg-fnrt-ser {
    background-color: #e8fff7;
}

.bg-bckend-ser {
    background-color: #FFF1FF;
}

.bg-cms-ser {
    background-color: #e8f6ff;
}

.bg-data-red {
    background-color: #fff1f1;
}

.bg-softest-blue {
    background-color: #f1f2ff;
}

.bg-sofdev-green {
    background-color: #eefee8;
}

.blog-categories-box {
    padding: 30px;
    border-radius: 10px;
    transition: 0.35s all;
    color: #181C42;
    transform: scale(1);
    text-decoration: none;
}

.blog-categories-box:hover {
    box-shadow: 0 0 25px rgba(24,28,66,0.08);
    text-decoration: none;
    transform: scale(1.05);
}

.blog-categories-box figure {
    margin: 0 20px 0 0;
    height: 70px;
    width: 70px;
    min-width: 70px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 20px 25px rgba(24,28,66,0.08);
}

.blog-categories-box figure svg {
    width: 35px;
}

.blog-categories-name h6 {
    font-size: 20px;
    letter-spacing: 0.02rem;
    margin: 0;
}

.blog-details {
    margin-top: 75px;
}

.blog-details-img {
    padding: 0 var(--bs-gutter-x, 1.5rem);
}

.blog-details-img figure {
    margin: 0 0 var(--bs-gutter-x, 1.5rem);
}

.blog-details-img figure img {
    width: 100%;
    height: auto;
}

.blog-details h1 {
    font-size: 1.875em;
}

.blog-details h2 {
    font-size: 1.75em;
}

.blog-details h3 {
    font-size: 1.625em;
}

.blog-details h4 {
    font-size: 1.5em;
}

.blog-details h5 {
    font-size: 1.375em;
}

.blog-details h6 {
    font-size: 1.25em;
}

.footer-social h6, .tags-list h6 {
    min-width: 110px;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.02rem;
}

.tags-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.9rem;
    letter-spacing: 0.02rem;
}

.tags-list ul li {
    margin: 3px;
}

.tags-list ul li a {
    color: #637E9F;
    text-decoration: none;
}

.tags-list ul li a:hover {
    color: #FC466B;
    text-decoration: underline;
}

.services-box {
    padding: 30px;
    border-radius: 10px;
    transition: 0.35s all;
    transform: translateY(0);
    text-decoration: none;
}

.services-box:hover {
    box-shadow: 0 0 25px rgba(24,28,66,0.08);
    text-decoration: none;
    transform: translateY(-0.5rem);
}

.services-box figure {
    margin: 0 0 15px 0;
    height: 70px;
    width: 70px;
    min-width: 70px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 20px 25px rgba(24,28,66,0.08);
}

.services-box figure svg {
    width: 35px;
}

.services-box figure img {
    width: 28px;
    height: 28px;
}

.services-info h6 {
    font-size: 20px;
    letter-spacing: 0.1rem;
    margin: 0 0 5px;
}

.services-info h6 a {
    color: #181C42;
    text-decoration: none;
}

.services-box:hover .services-info h6 a {
    color: #FC466B;
}

.sub-services-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-services-list ul li {
    margin: 10px 10px 0 0;
}

.sub-services-list ul li a {
    display: block;
    background: #fff;
    border-radius: 5px;
    color: #637E9F;
    font-size: 14px;
    text-decoration: none;
    padding: 7px 15px;
}

.sub-services-list ul li a:hover {
    background: rgba(0,0,0,0.05);
    color: #181C42;
    text-decoration: none;
}

.work-slider.owl-carousel {
    display: none;
}

.work-slider.owl-carousel.owl-loaded {
    display: block;
}

.faq-img {
    max-width: 455px;
    margin: 0 auto;
    width: 100%;
}

.faq-img figure {
    margin: 0;
}

.faq-img img {
    max-width: 100%;
    height: auto;
}

.accordion-button:after {
    display: none;
}

.accordion-button {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.01rem;
    color: #181C42;
    background: #f0f4f8;
    border: 0;
    border-radius: 0;
    padding: 1.5rem 1rem 1.5rem 6.5rem;
    position: relative;
    text-align: left;
}

.accordion-button:before, .accordion-collapse:before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    width: 5rem;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    border-right: 1px solid #fff;
    color: #dde4ea;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Mark Pro', 'Lato', sans-serif;
    transition: 0.35s all;
}

.accordion-collapse:before {
    content: "A.";
    bottom: auto;
    top: 12px;
    left: 5px;
    border: 0;
}

.accordion-button:not(.collapsed):before {
    color: #FC466B;
}

.accordion-button:not(.collapsed) {
    color: #181C42;
    background-color: #f0f4f8;
}

.accordion-item {
    border: 1px solid #f0f4f8;
    margin-bottom: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.accordion-collapse {
    border: 0;
    padding-left: 6.5rem;
    position: relative;
    overflow: hidden;
}

.accordion-collapse .accordion-body {
    padding-left: 0;
}

.accordion-collapse .accordion-body ul li {
    line-height: 2.45;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion-header .accordion-button:focus {
    box-shadow: none;
}

.computer-work-img {
    padding: 2rem;
    position: relative;
    z-index: 2;
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
}

.computer-work-img:after, .computer-work-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.computer-work-img:after {
    animation: morphing 20s infinite;
    background: #e9ecf0;
    z-index: -1;
    animation-delay: 1s;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.computer-work-img:before {
    animation: morphing 20s infinite;
    box-shadow: 0 0 38px rgba(0,0,0,0.05);
    z-index: 0;
    animation-delay: 5s;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    background: -moz-linear-gradient(0deg, rgba(220, 77, 34, 1) 0%, rgba(233, 143, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(220, 77, 34, 1) 0%, rgba(233, 143, 0, 1) 100%);
    background: -o-linear-gradient(0deg, rgba(220, 77, 34, 1) 0%, rgba(233, 143, 0, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(220, 77, 34, 1) 0%, rgba(233, 143, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(220, 77, 34, 1) 0%, rgba(233, 143, 0, 1) 100%);
}

.computer-work-img figure {
    animation: morphing 20s infinite;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 38px rgba(0,0,0,0.05);
}

@-moz-keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }

    100% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    }
}

@-webkit-keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }

    100% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    }
}

@-o-keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }

    100% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    }
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
    }

    100% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    }
}

.computer-work-img figure img {
    width: 100%;
    height: auto;
}

.text-primary {
    color: #FC466B !important;
}

.nav-pills {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 0 40px rgba(24,28,66,0.1);
    position: relative;
    z-index: 1;
}

.nav-pills:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 30px;
    bottom: 30px;
    width: 3px;
    background: rgba(24,28,66,0.1);
    border-radius: 50px;
    z-index: -1;
}

.nav-pills .nav-link {
    border: 0;
    background: transparent;
    text-align: left;
    border-radius: 0;
    color: #181C42;
    font-size: 16px;
    font-family: 'Mark Pro', 'Lato', sans-serif;
    font-weight: 600;
    letter-spacing: 0.05rem;
    padding: 0.5em 1.1em;
    position: relative;
    transition: 0.35s all;
}

.nav-pills .nav-link:before {
    content: "";
    width: 3px;
    background: #FC466B;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    height: 0;
    transition: 0.35s all;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: transparent;
    color: #FC466B;
}

.nav-pills .nav-link.active:before, .nav-pills .show > .nav-link:before {
    height: 100%;
}

.verticle-tab .tab-content {
    background: #F0F4F8;
    border-radius: 15px;
    padding: 30px;
}

.service-details-tab-img {
    margin: 2em 0 -5em 0;
}

.service-details-tab-img figure {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
}

.service-details-tab-img figure img {
    width: 100%;
    height: auto;
}

.about-banner-img {
    text-align: right;
    margin-top: -12rem;
    margin-right: 5rem;
}

.about-banner-img figure {
    max-width: 585px;
    margin: 0 0 0 auto;
    width: 100%;
}

.about-banner-img figure img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.experience-year {
    text-align: right;
    color: #181C42;
    font-weight: 900;
    font-family: 'Mark Pro', 'Lato', sans-serif;
    font-size: 10rem;
    margin: -6rem 0 4rem 0;
    line-height: 1;
    opacity: 0.05;
}

.belief-box {
    color: #637E9F;
    font-size: 0.9rem;
    letter-spacing: 0.08rem;
    line-height: 1.6;
}

.belief-box p:last-child {
    margin-bottom: 0;
}

.our-work-box {
    border: 1px solid #F0F2F4;
    background: #fff;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    transition: 0.35s all;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.our-work-box figure {
    margin: 0;
}

.our-work-box figure img {
    width: 100%;
    height: auto;
}

.our-work-box:hover {
    box-shadow: 0 0 20px rgba(24,28,66,0.15);
}

.our-work-info-box {
    position: relative;
    z-index: 1;
    margin-top: auto;
}

.work-info-link {
    background: #F0F2F4;
    padding: 10px;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: calc(100% - 1px);
    transform: translateY(100%);
    text-align: center;
    border-top: 1px solid #F0F2F4;
    transition: 0.35s all;
}

.work-info-link .btn {
    font-size: 13px;
    padding: 0.6rem 1.6rem;
}

.our-work-box:hover .work-info-link {
    transform: translateY(0);
}

.our-work-info {
    padding: 20px;
    padding-right: 60px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.our-work-info h5 {
    font-size: 16px;
    margin: 0;
    letter-spacing: 0.05rem;
}

.our-work-info h5 a {
    color: #181C42;
    text-decoration: none;
}

.our-work-info h5 a:hover {
    text-decoration: none;
    color: #FC466B;
}

.work-platform {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #F0F2F4;
    width: 50px;
    text-align: center;
}

.work-platform figure {
    height: 25px;
    width: 25px;
}

.work-platform figure svg {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

.laptop-box {
    position: relative;
    max-width: 843px;
    margin: 0 auto;
    width: 100%;
}

.laptop-box figure {
    margin: 0;
}

.laptop-box figure img {
    width: 100%;
    height: auto;
}

.laptop-box .website-img {
    position: absolute;
    left: 11.5%;
    top: 19.5%;
    width: 74.1%;
    height: 57.4%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 1px solid #F0F2F4;
    background-position: top left;
    animation: imgScroll 40s infinite;
    animation-delay: 3s;
}

@-moz-keyframes imgScroll {
    0% {
        background-position: top left;
    }

    50% {
        background-position: bottom left;
    }

    100% {
        background-position: top left;
    }
}

@-webkit-keyframes imgScroll {
    0% {
        background-position: top left;
    }

    50% {
        background-position: bottom left;
    }

    100% {
        background-position: top left;
    }
}

@-o-keyframes imgScroll {
    0% {
        background-position: top left;
    }

    50% {
        background-position: bottom left;
    }

    100% {
        background-position: top left;
    }
}

@keyframes imgScroll {
    0% {
        background-position: top left;
    }

    50% {
        background-position: bottom left;
    }

    100% {
        background-position: top left;
    }
}

.website-info {
    letter-spacing: 0.04rem;
}

.website-info h5 {
    font-size: 25px;
    font-weight: bold;
}

.website-info p {
    margin: 0;
}

.website-info p a {
    color: #FC466B;
    text-decoration: none;
}

.website-info p a:hover {
    color: #FC466B;
    text-decoration: underline;
}

.work-info-list-box {
    position: relative;
    z-index: 1;
}

.work-info-list-box:after, .work-info-list-box:before {
    content: "";
    position: absolute;
    background: #FC466B;
    bottom: 0;
    height: 215px;
    width: 215px;
    border-radius: 50%;
    z-index: -1;
}

.work-info-list-box:after {
    top: -50px;
    left: -50px;
}

.work-info-list-box:before {
    bottom: -50px;
    right: -50px;
}

.work-info-list {
    border: 1px solid #E5F0FD;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(24,28,66,0.1);
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.project-info {
    height: 100%;
    padding: 25px;
    text-align: center;
    position: relative;
    transition: 0.35s all;
    box-shadow: none;
}

.project-info:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100px;
    background: #637E9F;
    opacity: 0.3;
}

.work-info-list .row > div:last-child .project-info:after {
    display: none;
}

.project-info figure {
    height: 90px;
    width: 90px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-info figure svg {
    max-width: 100%;
    height: auto;
    width: auto;
}

.project-info h6 {
    font-size: 20px;
    margin: 0 0 5px;
}

.project-info p {
    margin: 0;
}

.bullet-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bullet-list ul li {
    padding-left: 15px;
    margin-bottom: 5px;
    position: relative;
}

.bullet-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    height: 4px;
    width: 4px;
    background: #637E9F;
    border-radius: 50px;
}

.mobile-screen-box {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}

.mobile-box {
    max-width: 355px;
    margin: 0 auto;
    width: 70%;
    position: relative;
}

.mobile-box figure {
    margin: 0;
}

.mobile-box figure img {
    width: 100%;
    height: auto;
}

.mobile-screen-stand {
    position: relative;
    z-index: 3;
    pointer-events: none;
}

.mobile-screen-slider {
    position: absolute;
    left: 17%;
    top: 1.8%;
    margin: auto;
    z-index: 1;
    overflow: hidden;
    width: 65.6%;
    height: 75.5%;
}

.mobile-bubble {
    position: absolute;
}

.mobile-bubble-one {
    top: 14%;
    right: 1%;
    width: 14.5%;
}

.mobile-bubble-two {
    top: 50%;
    right: 18%;
    width: 5%;
}

.mobile-bubble-three {
    width: 8%;
    top: 66%;
    right: 5%;
}

.mobile-bubble-four {
    width: 14%;
    top: 11%;
    left: 6%;
}

.mobile-bubble-five {
    width: 5%;
    top: 38%;
    left: 20%;
}

.mobile-bubble-six {
    top: 43%;
    left: 2%;
    width: 14%;
}

.mobile-bubble-seven {
    top: 59%;
    left: 24%;
    width: 4%;
}

.mobile-bubble-eight {
    top: 72%;
    left: 14%;
    width: 8%;
}

.case-studies-img-box {
    position: relative;
    z-index: 1;
    padding: 0 5%;
}

.case-studies-bg-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.case-studies-bg-shape svg {
    width: 100%;
    height: 100%;
}

.case-studies-list-img {
    padding: 14% 0 0 10%;
}

.case-studies-list-img figure {
    margin: 0;
}

.case-studies-list-img img {
    width: 100%;
}

.case-studies-ico {
    position: absolute;
    left: -2%;
    top: 6%;
    padding: 8%;
    background-image: url(../images/case-studies-ico-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 33%;
}

.case-studies-ico figure {
    margin: 0;
}

.case-studies-ico figure img {
    width: 100%;
    height: auto;
}

.case-studies-list-info {
    margin: 10% 0 0 -18%;
    position: relative;
    z-index: 5;
}

.case-studies-list-info p {
    margin: 0;
}

.case-studies-list-info h2 {
    margin: 0;
}

.case-studies-list-info h2 a {
    color: #181C42;
    text-decoration: none;
}

.case-studies-list-info h2 a:hover {
    color: #FC466B;
    text-decoration: none;
}

.case-studies-list .row:nth-child(2n+2) {
    flex-direction: row-reverse;
}

.case-studies-list .row:nth-child(2n+2) .case-studies-ico {
    right: -2%;
    left: auto;
}

.case-studies-list .row:nth-child(2n+2) .case-studies-list-info {
    margin-left: 0;
    margin-right: -18%;
    text-align: right;
}

.project-info-list {
    font-weight: 500;
    font-family: 'Mark Pro', 'Lato', sans-serif;
    font-size: 15px;
    letter-spacing: 0.03rem;
}

.project-info-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-info-list ul li {
    margin-bottom: 7px;
}

.project-info-list ul li:last-child {
    margin-bottom: 0;
}

.case-studies-work-details {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 650px auto;
}

.reveal {
    visibility: hidden;
}

.downlad-list-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.downlad-list-icons ul li {
    margin: 10px;
}

.downlad-list-icons ul li a {
    border: 1px solid #E5F0FD;
    background: #fff;
    display: block;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 0;
    border-radius: 8px;
    transition: 0.35s all;
}

.downlad-list-icons ul li a:hover {
    box-shadow: 0 0 10px rgba(24,28,66,0.1);
}

.downlad-list-icons ul li figure {
    margin: 0;
}

.downlad-list-icons ul li svg {
    width: 25px;
    height: 25px;
}

.downlad-list-icons ul li a svg path {
    fill: #637E9F;
    transition: 0.35s all;
}

.downlad-list-icons ul li a:hover svg path {
    fill: #FC466B;
}

.awards-list-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.awards-list-box ul li {
    flex: 0 0 15%;
    max-width: 15%;
    padding: 5px;
    margin: 0;
    list-style: none;
}

.awards-list-box figure {
    margin: 0 auto;
    text-align: center;
    max-width: 125px;
    width: 100%;
}

.awards-list-box figure img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 150px;
    transition: 0.35s all;
    mix-blend-mode: multiply;
}

.about-project-list {
    max-width: 770px;
    margin: 0 auto;
    width: 100%;
}

.about-project-line {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

.about-project-line img {
    width: 100%;
    height: auto;
}

.about-project-img {
    position: relative;
    padding: 30px 45px;
    max-width: 350px;
    margin: 0 auto 0 0;
    width: 100%;
    z-index: 1;
}

.about-project-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/dots-blue.png);
    width: 60%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.about-project-img figure {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
    box-shadow: 20px 30px 55px rgba(0,0,0,0.13);
    font-size: 0;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.about-project-img img {
    width: 100%;
    height: auto;
}

.about-project-num {
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    background: #FC466B;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 16px;
    z-index: 2;
}

.about-project-num:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid #FC466B;
    border-radius: 50px;
}

.about-project-list .about-project-box:nth-child(2n+1) .row {
    flex-direction: row-reverse;
}

.about-project-list .about-project-box:nth-child(2n+1) {
    text-align: right;
}

.about-project-list .about-project-box:nth-child(2n+1) .about-project-num {
    left: 25px;
    right: auto;
}

.about-project-list .about-project-box:nth-child(2n+1) .about-project-img:after {
    background-image: url(../images/dots-red.png);
    left: auto;
    right: 0;
}

.project-top-img {
    position: relative;
    height: 75vh;
    z-index: 1;
}

.project-brif-box {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-top: -80px;
    padding: 30px;
}

.project-brif-box p:last-child {
    margin-bottom: 0;
}

.project-top-img figure {
    z-index: 1;
}

.project-top-img figure::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 15%, rgba(0, 195, 244, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 15%, rgba(0, 195, 244, 1) 100%);
    background: -o-linear-gradient(180deg, rgba(255, 255, 255, 1) 15%, rgba(0, 195, 244, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 15%, rgba(0, 195, 244, 1) 100%);
}

.project-name {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin: 0;
    color: #fff;
}

.project-name-highlight {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-weight: 900;
    font-family: 'Mark Pro', 'Lato', sans-serif;
    z-index: -1;
    font-size: 16vw;
    line-height: 1;
    margin: 0 0 -2vw 0;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #fff;
    opacity: 0.4;
}

.objective-box {
    position: relative;
    padding-left: 40px;
    margin: 20px 0;
}

.objective-box:before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: -4px;
    width: 30px;
    height: 30px;
    background-color: rgba(252,70,107,0.15);
    border-radius: 10px;
    text-align: center;
    line-height: 32px;
    color: #FC466B;
    font-weight: normal;
    font-size: 15px;
}

.objective-box h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.objective-box p:last-child {
    margin-bottom: 0;
}

.impact-row {
    background-color: #181C42;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.graph-img {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    background-position: center 20px;
    height: 100%;
    margin: auto;
}

.impact-box {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    text-align: center;
    height: 100%;
}

.impact-box h6 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    max-width: 170px;
    margin: 0 auto;
    width: 100%;
}

.impact-box .count {
    height: 90px;
    width: 90px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 25px;
    line-height: 90px;
    font-weight: 900;
    font-family: 'Mark Pro', 'Lato', sans-serif;
    color: #fff;
    font-size: 25px;
}

.solution-row {
    overflow: hidden;
}

.solution-img figure {
    margin: 0 0 4rem 0;
}

.solution-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.solution-list ul li {
    margin-bottom: 15px;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.solution-list ul li:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    width: 24px;
    border-radius: 50px;
    background: linear-gradient(180deg, #FFCD83 0%, #EFA331 100%);
    box-shadow: 0px 0px 15px rgba(254, 179, 67, 0.5);
    z-index: -1;
}

.solution-list ul li:last-child {
    margin-bottom: 0;
}

.solution-list ul li p:last-child {
    margin-bottom: 0;
}

.solution-box {
    padding: 15px;
    box-shadow: 0 0 25px rgba(24,28,66,0.08);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.solution-box ol {
    padding-left: 15px;
    margin-top: -10px;
}

.solution-box ol li {
    margin: 0 0 5px;
}

.solution-box ol li:before {
    display: none;
}

.solution-img {
    position: relative;
}

.solution-img:after {
    content: "";
    position: absolute;
    right: 35%;
    top: 0;
    background: #F0F4F8;
    z-index: -2;
    border-radius: 50%;
    width: 117%;
    height: 100%;
}

.solution-text {
    color: #181C42;
    font-weight: 900;
    font-family: 'Mark Pro', 'Lato', sans-serif;
    font-size: 7.3vw;
    line-height: 1;
    opacity: 0.1;
    z-index: -1;
    margin-top: -8%;
    position: relative;
    display: block;
}

.case-studies-work-details {
    position: relative;
    overflow: hidden;
}

.manage-profile-box {
    padding: 45px;
    padding-right: calc(45px + 18rem);
    color: #fff;
    border-radius: 20px;
    line-height: 1;
    position: relative;
}

.manage-profile-box span {
    font-weight: 500;
    font-family: 'Mark Pro', 'Lato', sans-serif;
    display: block;
    margin: 0 0 15px 0;
}

.manage-profile-box h3 {
    margin: 0;
    font-size: 1.9rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.manage-profile-img {
    left: auto;
    top: auto;
    width: 18rem;
    background-position: top left;
    background-size: 100% auto;
    height: calc(100% + 5rem);
    right: 1.5rem;
}

.service-banner-main-box {
    padding: 75px 50px 0;
}

.service-banner-box {
    height: 100%;
    width: 100%;
    min-height: 700px;
    display: flex;
    align-items: center;
    border-radius: 35px;
    position: relative;
    padding: 40px;
    background: -moz-linear-gradient(180deg, rgba(241, 244, 248, 1) 0%, rgba(248, 240, 240, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(241, 244, 248, 1) 0%, rgba(248, 240, 240, 1) 100%);
    background: -o-linear-gradient(180deg, rgba(241, 244, 248, 1) 0%, rgba(248, 240, 240, 1) 100%);
    background: -ms-linear-gradient(180deg, rgba(241, 244, 248, 1) 0%, rgba(248, 240, 240, 1) 100%);
    background: linear-gradient(180deg, rgba(241, 244, 248, 1) 0%, rgba(248, 240, 240, 1) 100%);
}

.service-banner-box .banner-bg {
    background: transparent;
    border-radius: 0;
}

.service-banner-box .hero-banner-img {
    position: static;
    padding: 0;
}

.service-banner-box .banner-bg figure {
    width: 32%;
    top: 0%;
    right: 0;
    opacity: 0.05;
}

.service-banner-box .banner-bg figure path {
    fill: #181C42;
}

.service-banner-box .hero-banner {
    max-width: 100%;
}

.service-project-main-box {
    position: relative;
    z-index: 2;
    margin-top: -60px;
}

.service-project-box {
    background: #fff;
    max-width: 1025px;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 40px rgba(24,28,66,0.1);
    border-radius: 200px;
}

.service-ico {
    margin: 0 15px 0 0;
    background: #FC466B;
    height: 80px;
    width: 80px;
    min-width: 80px;
    border-radius: 50%;
}

.service-project-info {
    color: #FC466B;
    font-weight: 500;
    letter-spacing: 0.04rem;
}

.service-project-info h6 {
    margin: 0;
}

.service-project-info p {
    margin: 0;
}

.benefit-ico {
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 10px;
    position: relative;
    z-index: 1;
    margin: 0 0 0.5rem 0;
}

.benefit-ico svg {
    max-width: 100%;
    max-height: 100%;
}

.benefit-ico:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    border-radius: 50px;
    background: #181C42;
    opacity: 0.1;
    z-index: -1;
}

.benefit-box p:last-child {
    margin-bottom: 0;
}

.hire-step-img {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.hire-step-img figure {
    margin: 0;
}

.hire-step-img img {
    width: 100%;
    height: auto;
}

.specialise-lime .btn.btn-white {
    color: #02CCAC;
    background: #fff;
    border-color: #fff;
}

.expertise-slider-box {
    margin: 0 -15px;
}

.expertise-slider .owl-stage-outer, .expertise-slider .owl-stage {
    display: flex;
}

.expertise-slider .item {
    padding: 15px;
    height: 100%;
}

.expertise-slider .owl-nav {
    text-align: center;
}

.expertise-box {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 40px;
    box-shadow: 0 0 20px rgba(24,28,66,0.1);
    color: rgba(24,28,66,0.55);
    border-radius: 15px;
    height: 100%;
    transition: 0.35s all;
    overflow: hidden;
}

.expertise-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(180deg, #FF99A1 0%, #FF528A 100%);
    transition: 0.35s all;
    opacity: 0;
    visibility: hidden;
    z-index: -2;
}

.expertise-box:hover {
    color: rgba(255,255,255,0.75);
    box-shadow: 0px 0px 15px rgba(253, 119, 129, 0.5);
}

.expertise-box:hover:after {
    opacity: 1;
    visibility: visible;
}

.expertise-box h4 {
    font-size: 27px;
    margin: 0 0 1rem 0;
    transition: 0.35s all;
}

.expertise-box:hover h4 {
    color: #fff;
}

.expertise-box p {
    margin: 0;
}

.expertise-no {
    position: absolute;
    bottom: -0.5rem;
    right: 1rem;
    color: #181C42;
    font-weight: 900;
    font-family: 'Mark Pro', 'Lato', sans-serif;
    font-size: 8rem;
    line-height: 1;
    z-index: -1;
    opacity: 0.08;
    transition: 0.35s all;
}

.expertise-box:hover .expertise-no {
    opacity: 0.15;
}

.industry-surve-box {
    text-align: center;
    box-shadow: 0 0 15px rgba(24,28,66,0.1);
    background: #fff;
    border-radius: 15px;
    height: 100%;
    padding: 30px 10px;
    font-weight: bold;
    font-family: 'Mark Pro', 'Lato', sans-serif;
    color: #637E9F;
    letter-spacing: 0.04rem;
    transition: 0.35s all;
}

.industry-surve-box figure {
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.industry-surve-box:hover {
    box-shadow: 10px 10px 30px rgba(24,28,66,0.1);
}

.hire-item.services-box {
    padding: 0
}

.hire-item.services-box .box {
    background: linear-gradient(to right, #181C42, #FC466B);
    overflow: hidden;
    position: relative;
}

.hire-item.services-box .box img {
    width: 100%;
    height: auto;
    transition: 0.3s ease-in-out;
}

.hire-item.services-box:hover .image img {
    opacity: 0.4;
}

.hire-item.services-box .box .view-btn {
    opacity: 0;
    transform: translateY(100px);
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: all 0.35s ease;
}

.hire-item.services-box .box .btn.btn-arrow-custom {
    padding: 5px 20px;
    background: #fff;
    box-shadow: 0 0 25px rgba(24,28,66,0.08);
}

.hire-item.services-box .box .btn.btn-arrow-custom i {
    font-size: 22px;
}

.hire-item.services-box:hover .view-btn {
    opacity: 1;
    transform: translateY(0);
}

.hire-item .hire-content {
    padding: 20px;
}

.hire-item .hire-content h5 a {
    color: #181C42;
    text-decoration: none;
}

.hire-item.services-box:hover .hire-content h5 a {
    color: #FC466B;
}

.pricing-table {
    position: relative;
    padding: 30px 40px 30px 40px;
    margin: 0 3px 0 3px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EBEBEB;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 15px rgba(24,28,66,0.1);
    text-align: center;
}

.pricing-table:hover {
    box-shadow: 10px 10px 30px rgba(24,28,66,0.1);
}

.pricing-icon {
    background: linear-gradient(180deg, #181C42 0%, #181C42 100%);
    border-radius: 50%;
    height: 72px;
    width: 72px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: auto;
    margin-bottom: 30px;
}

.pricing-icon svg {
    height: auto;
    width: 42px;
}

.pricing-icon svg path {
    fill: #fff;
}

.pricing-table .pricing-table-body ul {
    padding: 0;
}

.pricing-table .pricing-table-body ul li {
    list-style: none;
    margin-bottom: 16px;
    line-height: 1.8;
    color: #181C42;
    font-weight: 900;
    font-family: 'Mark Pro', 'Lato', sans-serif;
    font-size: 18px;
}

.pricing-table .pricing-table-body ul li span {
    font-weight: normal;
    font-family: 'Avenir', Arial, Helvetica, sans-serif;
    color: #637E9F;
}

.hire-pricing-row .btn-part {
    text-align: center;
}

.pos-rel {
    position: relative;
}

.banner_quote input[type="email"] {
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    background-color: rgb(255, 255, 255);
    height: 45px;
    width: 100%;
    padding: 0 180px 0 20px;
    border-radius: 25px;
    outline: 0 !important;
    color: #444444;
    margin: 0;
}

.banner_quote input[type="submit"] {
    width: 180px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-align: center;
    border: 0;
    font-weight: 700;
    border-radius: 0 25px 25px 0;
    outline: 0 !important;
    transition: all 0.3s linear 0s;
    font-size: 16px;
    padding: 0;
    height: 45px;
    background-color: #FC466B;
    color: #FFFFFF;
    font-family: 'Mark Pro', 'Lato', sans-serif;
}

.worked-section {
    position: relative;
    padding: 20px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EBEBEB;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 15px rgba(24,28,66,0.1);
    height: 100%;
}

.worked-section:hover {
    box-shadow: 10px 10px 30px rgba(24,28,66,0.1);
}

.worked-section .app-details {
    padding-top: 5px;
}

.worked-section .app-details h5 {
    font-weight: bold;
    letter-spacing: 0.03rem;
}

.worked-section .app-details h5 a {
    color: #181C42;
    text-decoration: none;
}

.worked-section .app-details h5 a > span {
    font-size: 16px;
    color: #465971;
}

.worked-section .app-details h5 a:hover {
    color: #FC466B;
}

.worked-section .app-details p {
    min-height: 160px;
    margin-bottom: 10px;
}

.worked-section .app-details .available-store {
    display: flex;
    justify-content: end;
}

.available-store figure {
    width: 8%;
    margin: 0px;
    margin-left: 20px;
}

.blog-modulebox.blog-table-content nav ol li a {
    color: #637E9F;
}

.blog-modulebox.blog-table-content nav ol li a:hover {
    color: #FC466B;
    text-decoration-line: none;
}

.blog-modulebox.category-blog ol li a {
    color: #637E9F;
}

.blog-modulebox.category-blog ol li a:hover {
    color: #FC466B;
    text-decoration-line: none;
}

.blog-modulebox {
    background: #fff;
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 24px 0 rgb(211 218 233 / 50%);
}

.blog-modulebox .recent-blog {
    list-style: none;
    padding-left: 0;
}

.blog-modulebox.category-blog nav ol {
    list-style: none;
    padding-left: 0;
}

.blog-modulebox .recent-blog li figure {
    float: left;
    margin: 0 15px 0 0;
    width: 110px;
}

.blog-modulebox .recent-blog li .post-summary {
    padding-left: 125px;
}

.blog-modulebox .recent-blog li .post-summary h6 {
    font-size: 16px !important;
    margin-bottom: 5px;
}

.blog-modulebox .recent-blog li .post-summary .post-date {
    font-size: 12px;
}

.blog-modulebox .recent-blog li {
    margin-bottom: 20px
}

.blog-modulebox.blog-underline h4 {
    font-size: 18px;
    border-bottom: 2px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.blog-modulebox.blog-underline h4:before {
    content: "";
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #e83d4b;
    width: 60px;
}

.blog-modulebox.category-blog nav ol li {
    border-bottom: 1px dashed #787878;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
}

.blog-modulebox.category-blog nav ol li:last-child {
    border-bottom: none;
}

.blog-modulebox #blog-newsletter-form .widget-content .form-control {
    border-radius: 50px;
}

.blog-modulebox #blog-newsletter-form .widget-content button {
    display: block;
}

.blog-modulebox.category-blog ol li span {
    background: #6b7a8c;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    width: 27px;
    position: absolute;
    top: 10px;
    right: 0;
    font-weight: 500;
    letter-spacing: 0.03em;
}

.mkdf-comment-form .mkdf-comment-form-inner {
    border-top: 1px solid #dee2e6!important;
    padding: 1rem 0 0 0 !important;
    margin-top: 1rem;
}

.mkdf-comment-form .mkdf-grid-row {
    margin-left: -15px;
    margin-right: -15px;
}

.mkdf-comment-form .mkdf-grid-col-6 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#respond input[type=text], #respond textarea, .mkdf-style-form textarea, .post-password-form input[type=password], .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea, input[type=email], input[type=password], input[type=text] {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    padding: 14px 30px;
    font-family: Poppins,sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .125em;
    color: #807d78;
    background-color: #f5f9ff;
    border: 0;
    border-radius: 8px;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s cubic-bezier(.02,.54,.58,1);
    -o-transition: border-color .2s cubic-bezier(.02,.54,.58,1);
    transition: border-color .2s cubic-bezier(.02,.54,.58,1);
}

#submit_comment, .post-password-form input[type=submit], input.wpcf7-form-control.wpcf7-submit {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: Poppins,sans-serif;
    font-size: 11px;
    line-height: 2em;
    letter-spacing: .125em;
    border-radius: 3em;
    font-weight: 500;
    text-transform: uppercase;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s cubic-bezier(.02,.54,.58,1),background-color .2s cubic-bezier(.02,.54,.58,1),border-color .2s cubic-bezier(.02,.54,.58,1);
    -o-transition: color .2s cubic-bezier(.02,.54,.58,1),background-color .2s cubic-bezier(.02,.54,.58,1),border-color .2s cubic-bezier(.02,.54,.58,1);
    transition: color .2s cubic-bezier(.02,.54,.58,1),background-color .2s cubic-bezier(.02,.54,.58,1),border-color .2s cubic-bezier(.02,.54,.58,1);
    padding: 12px 37px;
    font-size: 12px;
    color: #fff;
    background-color: #ff8a73;
    border: 1px solid transparent;
    cursor: pointer;
}

.cost-table-row .cost-table .table th, .table td {
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.why-choose-row .why-choose-section .blog-categories-name p {
    margin: 0;
}

.expertise-row .expertise-slider .expertise-box ul {
    margin: 0;
    padding: 0px 15px;
}

.expertise-row .expertise-slider .expertise-box ul li {
    line-height: 1.6;
}

.service-banner-box.taxi-booking-banner {
    background-image: url(../images/cloneapp/taxi-booking-app/taxibooking-banner-bg.png)
}

.service-banner-box.food-delivery-booking-banner {
    background-image: url(../images/cloneapp/food-delivery-app/food-delivery-bg-banner.webp)
}

.service-banner-box.dating-app-banner {
    background-image: url(../images/cloneapp/dating-app/dating-app-bg-banner.webp)
}

.service-banner-box.music-video-app-banner {
    background-image: url(../images/cloneapp/music-video-app/music-video-app-bg-banner.webp)
}

.service-banner-box.spot-fitness-banner {
    background-image: url(../images/cloneapp/spot-fitness-app/spot-fitness-bg-banner.png)
}

.service-banner-box.online-education-banner {
    background-image: url(../images/cloneapp/online-education-app/online-education-bg-banner.png)
}

.service-banner-box.ecommerce-banner {
    background-image: url(../images/cloneapp/ecommerce-app/ecommerce-app-bg-banner.png)
}

.service-banner-box.trasportation-banner {
    background-image: url(../images/cloneapp/trasportation-app/trasportation-app-bg-banner.png)
}

.service-banner-box.ondemand-booking-text .hero-text h3, .service-banner-box.ondemand-booking-text .hero-text p {
    color: #fff;
}

.hero-text.error-text h3 {
    margin: 0;
    font-size: 44px;
    color: #FC466B;
}

.hero-text.error-text h1 {
    font-size: 90px;
    line-height: 1;
}

.hero-banner-img.error-banner-img {
    padding-top: 0 !important;
}

.hero-banner-img.error-banner-img .hero-banner {
    max-width: 100% !important;
}
ul li, ol li {
    margin-bottom: 13px;
}
.blog-details ol{
    padding: 0;
}
.blog-details ol li {
    margin-bottom: 20px;
 }
 .blog-modulebox.category-blog nav ol li{
     margin-bottom: 0;
 }
 
 @media(max-width:767px){
    div.col-lg-4{width: 100%;}
    .blog-details ol{list-style-position: inherit;margin-left: 16px;}
 }
 .blog-details ul{list-style-position: inherit;}
 .blog-details ol{list-style-position: inherit;margin-left: 16px;}
 ul li b, ol li b {
    color: #FC466B;
}
.blog-details h2,.blog-details h3,.blog-details h4{ color: #FC466B;}
.mkdf-comment-form .comment-reply-title {
    margin: 0 0 7px !important;
}