body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
}

@font-face {
    font-family: "Eirene Sans";
    src: url("../fonts/EireneSans-Italic.woff2") format("woff2"), url("EireneSans-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Eirene Sans";
    src: url("../fonts/EireneSans-Regular.woff2") format("woff2"),
        url("../fonts/EireneSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Eirene Sans";
    src: url("../fonts/EireneSans-BoldItalic.woff2") format("woff2"),
        url("../fonts/EireneSans-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Eirene Sans";
    src: url("../fonts/EireneSans-Bold.woff2") format("woff2"), url("../fonts/EireneSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

p {
    font-size: 18px;
    line-height: 32px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    display: block;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a:hover,
a:visited,
a {
    text-decoration: none;
}

textarea:focus,
input:focus {
    outline: none;
}

.clearfix {
    clear: both;
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

.section-title h2 {
    font-size: 40px;
    color: #202730;
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 45px;
}

.section-title p {
    font-size: 18px;
    line-height: 31px;
    margin: 15px auto 0px;
    color: #333;
    width: 70%;
}

.section-title h2 span {
    font-weight: 700;
}

.section-padding {
    padding: 4.89rem 0;
}

.section-title {
    z-index: 9;
    position: relative;
}

.section-title {
    text-align: center;
}

/*-------------------------------------index-page start------------------------------*/
/*------header-css------*/
.header_bg {
    box-shadow: 0 0 30px 0 rgba(32, 39, 48, 0.08);
    z-index: 999;
    background: #fff;
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

img.call-icon {
	width: 12px;
	height: auto;
	margin-right: 1px;
	margin-bottom: 2px;
}

.header_bg .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 9px;
    text-transform: capitalize;
    font-size: 15px;
    color: #303030;
    transition: 0.5s ease;
    font-weight: 500;
}

.header_bg .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #875a7b;
}

.header_bg .navbar-expand-lg .navbar-nav li.header-call-btn a {
    color: #000;
}

.header-logo {
    display: flex;
}

.site-logo {
    width: 265px;
    margin-right: 30px;
}

.odoo-logo {
    width: 110px;
    position: relative;
}

.header_bg .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.header_bg .navbar-expand-lg {
    width: 100%;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.contact_btn {
    box-shadow: none;
    margin-top: 0px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 35px;
    color: #fff;
    text-transform: inherit;
    transition: 0.5s ease;
    border: 2px solid #fff;
    padding: 0 20px;
    font-weight: 500;
    line-height: 42px;
    background-color: #875a7b;
    border-color: #875a7b;
    font-size: 15px;
    margin-left: 15px;
}

.contact_btn:hover {
    box-shadow: 0px 6px 10px 0px #5b5b5b70;
    border: 2px solid #68465f;
    color: #68465f;
    background: #fff;
}

.f-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 4px;
}

.header_bg.f-nav .navbar-expand-lg {
    width: 100%;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.header_bg.f-nav .navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

/*------banner-css------*/
.banner-section {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    padding: 65px 0 0 0;
    background-size: 300% 300%;
    /* background-image: linear-gradient( -45deg, rgba(6, 10, 61, 1) 0%, rgba(66, 48, 170, 1) 25%, rgba(6, 10, 61, 1) 51%, rgba(66, 48, 170, 1) 100% ); */
    animation: AnimateBG 10s ease infinite;
    /* background: linear-gradient(89.98deg, #9f3783 0.39%, #3c0c99 99.99%); */
    background: #F5F1E6;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='684' height='131' viewBox='0 0 684 131' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-0.5 131H684C279.5 131 -0.5 0 -0.5 0V131Z' fill='white'/%3E%3C/svg%3E");
    background-position: left bottom;
    background-repeat: no-repeat;
}

.banner-caption h1 {
    font-size: 104px;
    font-weight: 700;
    line-height: 85px;
    color: #000;
    margin-bottom: 18px;
    font-family: "Caveat";
}

.banner-caption h1 span {
    background-image: url("../images/yellow_highlight_bold_05.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
}

.banner-caption h2 {
    font-size: 61px;
    font-weight: 600;
    line-height: 75px;
    color: #1e1d1d;
    margin-bottom: 18px;
    font-family: "Caveat";
}

.banner-caption h2 span {
    background-image: url("../images/blue_highlight_01.svg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    white-space: nowrap;
}

@keyframes wave {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50vw 40px;
    }
}



.odoo-partner {
    padding-top: 30px;
}

.odoo-partner .img-fluid {
    max-width: 35%;
}

.banner-caption h1 br {
    display: none;
}

.banner-caption p {
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    padding-bottom: 10px;
    font-weight: 300;
}

.banner-caption p span {
    background-image: url(../images/odoo_logo.svg);
    width: 118px;
    height: 38px;
    background-size: cover;
    z-index: 1;
    display: inline-block;
    background-repeat: no-repeat;
    margin-bottom: 0;
    background-position: 100% 0;
}

.banner-caption p.sub-title {
    font-weight: 400;
    font-size: 30px;
    color: #fdf8ff;
    line-height: 47px;
}

.banner-caption p.sub-title strong {
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 30px;
}

.banner-right {
    margin: 40px 0 0;
}

.banner-btn {
    margin-top: 30px;
}

.banner-btn a {
    background: #875a7b;
    border: 2px solid #875a7b;
}

.odoo-gold-partner-mobile {
    display: none;
}

.banner-btn a.btn-bg {
    color: #fff;
    margin-right: 15px;
    background: #604058;
    border: 2px solid #604058;
}

.home-story-icontext {
    display: flex;
    align-items: center;
}

.img-wrapper {
    width: 35%;
    padding-right: 9px;
}

.text-wrapper {
    width: 100%;
}

.text-wrapper h3 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}

.text-wrapper h3::after {
    content: " +";
    display: inline-block;
    position: relative;
    top: -3px;
}

.text-wrapper p {
    font-size: 15px;
    line-height: 25px;
    color: #ffffffe5;
}

.banner-caption {
    padding-bottom: 10px;
}

.banner-btn a.btn-border {
    border: 2px solid #2f2d2d;
    color: #2f2d2d;
    background: transparent;
}

.banner-btn a.btn-bg:hover {
    color: #fff;
    background: #2f2d2d;
    border: 2px solid #2f2d2d;
}

.banner-btn a.btn-border:hover {
    color: #fff;
    background: #2f2d2d;
}

.banner-right {
    position: relative;
    padding-top: 90px;
}

.form-section i {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbb130;
    border-radius: 50%;
    position: absolute;
    top: -46px;
    left: 39px;
    animation-name: zoom-fade;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.form-section i img {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-section h3 {
	color: #000;
	display: block;
	text-align: left;
	font-size: 34px;
	font-weight: 600;
	line-height: 44px;
	padding-bottom: 6px;
}
.form-section p strong{
background-image: url("../images/blue_highlight_01.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
}
.form-section p {
	color: #393939;
	font-size: 16px;
	display: block;
	line-height: 24px;
	text-align: left;
	font-weight: normal;
	padding-bottom: 30px;
}

.form-section .form-group {
    width: 100%;
    margin-bottom: 25px;
}

.form-section .form-group-full {
    width: 100%;
    text-align: center;
}

.form-section input[type="text"],
.form-section input[type="number"],
.form-section input[type="email"],
.form-section textarea,
.form-section select {
    border: none;
    border-bottom: solid 1px #acadae;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    color: #716f6f;
    display: block;
    text-align: left;
    padding-top: 0;
    border-radius: 0;
    background: #faf9f4;
}

.form-section .form-select:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

textarea {
    overflow: auto;
    resize: vertical;
    outline: none;
    height: 70px;
}

.form-section .submit-btn {
    text-decoration: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    text-transform: inherit;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 55px;
    line-height: 60px;
    margin-bottom: 10px;
    transition: 0.5s ease;
    border: none;
    background: #00a09d;
    color: #fff;
}

.form-section .submit-btn:hover {
    background: #2f2d2d;
}

.banner-section input[type="number"] {
    -moz-appearance: textfield;
}

.form-section {
    max-width: 100%;
    background: #faf9f4;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 25px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
    padding-top: 60px;
    margin-left: 60px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #716f6f;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #716f6f;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #716f6f;
}

.ahashakeheartache {
    -webkit-animation: kf_shake 0.4s 1 linear;
    -moz-animation: kf_shake 0.4s 1 linear;
    -o-animation: kf_shake 0.4s 1 linear;
}

@-webkit-keyframes kf_shake {
    0% {
        -webkit-transform: translate(30px);
    }

    20% {
        -webkit-transform: translate(-30px);
    }

    40% {
        -webkit-transform: translate(15px);
    }

    60% {
        -webkit-transform: translate(-15px);
    }

    80% {
        -webkit-transform: translate(8px);
    }

    100% {
        -webkit-transform: translate(0px);
    }
}

@-moz-keyframes kf_shake {
    0% {
        -moz-transform: translate(30px);
    }

    20% {
        -moz-transform: translate(-30px);
    }

    40% {
        -moz-transform: translate(15px);
    }

    60% {
        -moz-transform: translate(-15px);
    }

    80% {
        -moz-transform: translate(8px);
    }

    100% {
        -moz-transform: translate(0px);
    }
}

@-o-keyframes kf_shake {
    0% {
        -o-transform: translate(30px);
    }

    20% {
        -o-transform: translate(-30px);
    }

    40% {
        -o-transform: translate(15px);
    }

    60% {
        -o-transform: translate(-15px);
    }

    80% {
        -o-transform: translate(8px);
    }

    100% {
        -o-origin-transform: translate(0px);
    }
}

/*---------------- features ----------------------*/
.features {
    display: block;
    position: absolute;
    top: 37%;
    bottom: auto;
    transform: translateX(-50%);
    right: -33%;
}

.features li {
    background: #fff;
    border-radius: 6px;
    padding: 21px 17px 21px;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 0 5px 20px 0 rgba(32, 39, 48, 0.1);
}

.features li .icon {
    display: flex;
    justify-content: center;
    margin-right: 15px;
}

.features li span {
    font-size: 18px;
    color: #202730;
    text-transform: none;
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1;
}

.features li span:hover {
    color: #875a7b;
}

.features a::after {
    color: var(--primary-icon-color, #00baff);
}

.features a::after {
    content: "\203A";
    border-radius: 50%;
    background-color: #fff;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    padding-left: 2px;
    font-weight: 900;
    position: absolute;
    right: -8px;
    color: #303030;
    font-size: 23px;
    font-family: roboto-basic, Roboto, helvetica, arial, sans-serif;
    line-height: 17px;
    text-align: center;
    box-shadow: 0 1px 5px 0 rgba(32, 39, 48, 0.1);
    display: none;
}

.oddo-features {
    padding-bottom: 30px;
}

.features li {
    margin: 0 0 17px;
    display: flex;
    align-items: center;
    color: #4d555e;
}

.features-images img {
    box-shadow: 0 0 30px 0 rgba(19, 21, 23, 0.2);
}

/*------choose-css------*/
.why-choose {
    background: #fff;
    padding: 4em 0;
    /*background-image: url(../images/vector1.png);*/
    /*background-size: cover;*/
    /*background-position: center bottom;*/
}

.why-choose h2 {
    font-size: 35px;
    margin-bottom: 47px;
}

.choose-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.choose-list h4 {
    font-size: 25px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    font-weight: 600;
}

.choose-list p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 0px;
    line-height: 26px;
    font-weight: 500;
}

.importance-des p {
    font-size: 18px;
    color: #333333;
    text-align: left;
    margin-bottom: 0px;
    line-height: 27px;
}

.img-circle {
    border-radius: 50%;
    height: 250px;
    overflow: hidden;
    object-fit: cover;
    width: 250px;
}

.choose-list .contact_btn {
    margin-top: 50px;
}

.section-title h2 img {
    max-width: 10%;
    margin-top: -15px;
}

/*------partner-css------*/
.our-partner {
	padding: 40px 0;
	position: relative;
	/* background-color: #F5F1E6A1; */
	border-bottom: 1px solid #0000000f;
	/* border-top: 1px solid #00000005; */
}

.o_we_shape.o_illustration_doodle_03 {
    background-image: url("../images/03.svg?c4=%23ffffff");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat no-repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    pointer-events: none;
}

.our-partner .section-title h2 {
    font-size: 26px;
}

.our-partner .section-title h2 span {
    width: 84px;
    height: 27px;
}

.our-partner .owl-carousel .owl-item img {
    display: block;
    width: auto;
    max-width: 67%;
    height: 35px;
    margin: 0 auto;
    object-fit: fill;
}

#listing-list {
    margin-top: 25px;
}

/*------features-css------*/
.oddo-features .section-title h2 {
    margin-bottom: 5px;
}

.oddo-features .section-title h2 img {
    max-width: 16%;
}

.text-gray-darker {
    color: #343a40 !important;
    padding-top: 8px;
    display: block;
}

.o_animate_in_children.o_visible>* {
    opacity: 1;
    transform: scale(1) translateY(0px);
}

.o_app_entry {
    max-width: 80px;
}

.o_app_entry {
    margin: 20px 16px 40px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    margin-left: 0;
}

a.o_app_entry {
    cursor: default;
}

.o_animate_in_children>* {
    transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    transition-delay: 0s;
    transform-origin: 50% 100%;
    opacity: 0;
    transform: scale(0.9) translateY(20px);
}

.features-content h3 {
    font-size: 27px;
    margin-bottom: 10px;
    color: #303030;
    display: block;
    font-weight: 600;
    line-height: 40px;
}

.features-content p {
    font-size: 16px;
    color: #303030;
    line-height: 28px;
    padding-bottom: 10px;
}

.p-bottom {
    padding-bottom: 3.89rem;
}

.p-top {
    padding-top: 3.89rem;
}

.o_app_entry img {
    width: 70px;
    height: 70px;
}

/*------customisation-css------*/
.customisation-section {
    text-align: center;
    background: url(../images/fan-fcts-bg.webp) no-repeat;
    position: relative;
}

.xs-main-overlay {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(130, 70, 114, 0.64);
}

.success-story .success-story__counter .success-story__counter-box .success-story__counter-box-num {
    font-size: 55px;
    line-height: 77px;
    font-weight: 700;
}

.success-story .success-story__counter .success-story__counter-box .success-story__counter-box-num::after {
    content: " +";
    display: inline-block;
    position: relative;
    top: -3px;
}

.success-story .success-story__counter .success-story__counter-box h4 {
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
}

.success-story .success-story__counter .success-story__counter-box {
    text-align: center;
    padding: 30px;
}

.success-story .success-story__counter .success-story__counter-box:first-child {
    grid-column: span 2;
    border-bottom: 1px solid #e0e0e0;
}

.success-story .success-story__counter .success-story__counter-box {
    text-align: center;
    padding: 30px;
}

.success-story .success-story__counter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.success-story .success-story__counter .success-story__counter-box:last-child {
    border-left: 1px solid #e0e0e0;
}

.customisation-section a {
    background: #00a09d;
    border: none;
    border: 2px solid #00a09d;
}

.customisation-section a:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.customisation-section h2 {
    font-size: 45px;
    margin-bottom: 16px;
    font-weight: 700;
}

.customisation-section p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 26px;
}

/*------specialists-css------*/
.specialists-section {
    padding: 4.89rem 0;
    text-align: center;
}

.specialists-section h3 {
    font-size: 45px;
    margin-bottom: 16px;
    color: #202730;
    display: block;
    font-weight: 700;
}

.specialists-section p {
    font-size: 25px;
    line-height: 1.42857143;
    color: #333333;
}

.specialists-section .choose-list p {
    font-size: 19px;
    line-height: 1.42857143;
    color: #333333;
}

.specialists-list {
    margin-top: 50px;
}

/*------unique-css------*/
.unique-section {
    position: relative;
}

.o_unique_value h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 700;
    color: #202730;
}

.o_unique_value h5 {
    margin-bottom: 10px;
    font-size: 23px;
    color: #555454;
    font-weight: 600;
    line-height: 33px;
    padding-top: 10px;
}

.o_unique_value p {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.unique-section .ptt-20 {
    padding-top: 20px;
}

/*------importance-css------*/
.importance-section {
    text-align: center;
}

.importance-section .choose-list-center-btn .common-btn {
    margin-top: 5px;
}

.importance-section .new-service-section-box-right h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0;
    text-align: left;
    margin-top: 0;
    margin-left: 15px;
}

.importance-section h2 {
    margin-bottom: 0px;
}

.importance-des p {
    font-size: 18px;
    color: #000;
    text-align: left;
    margin-bottom: 0px;
    line-height: 30px;
}

.importance-step {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    align-items: center;
    margin-top: 25px;
    background: #eeebed;
    padding: 14px;
    border-radius: 5px;
    border: 1px solid #b79baf42;
}

.importance-icon {
    width: 23%;
    float: left;
    margin-right: 5px;
}

.importance-des {
    width: 77%;
    float: left;
}

.importance-icon-img {
    width: 75px;
    height: 75px;
    overflow: hidden;
    text-align: center;
    background: #ece2e9;
    border-radius: 50%;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

.importance-icon-img img {
    padding-top: 11px;
}

.service-box-image-right img {
    border-radius: 10px;
    border: 1px solid #d8ebfd;
    margin-bottom: 15px;
    height: 375px;
    object-fit: cover;
}

/*------video-css------*/
.video-section {
    background-image: url(../images/video_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.video-section h2 span {
    background-position: 100% 0;
    width: 115px;
    height: 37px;
}

.video-btn img {
    max-width: 8%;
    border-radius: 50%;
    animation: animate 2s linear infinite;
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgb(155, 86, 136), 0 0 0 0 rgb(156, 87, 137);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(255, 0, 64, 0), 0 0 0 0 rgb(157, 89, 139);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 64, 0), 0 0 0 30px rgba(255, 0, 64, 0);
    }
}

.video-section h3 {
    font-size: 40px;
    margin-bottom: 5rem;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 61px;
}

.video-section h3 img {
    max-width: 16%;
    margin-bottom: 10px;
}

.video-btn {
    margin-bottom: 70px;
    margin-top: 70px;
}

/*------testimonial-section-css------*/
.testimonial-section {
    background-color: #F5F1E6;
}

.testimonial-section h3 {
    font-size: 45px;
    margin-bottom: 16px;
    color: #202730;
    display: block;
    font-weight: 700;
    padding-top: 10px;
}

.testimonial-section h3 img {
    margin-top: -9px;
    max-width: 16%;
}

.testimonial-section article {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 10px;
	transition: transform 0.2s ease-out;
	background: #e7e3d8;
	margin: 7px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 
.testimonial-section article:hover {
    transform: translateY(-15px);
} */

.testimonial-section article figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -60px;
    position: relative;
    border: 6px solid #e2e2e2;
}

.testimonial-section article .client-feedback .quote-icon img {
    margin: 0 auto;
}

.testimonial-section article figure img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-section article .client-feedback {
    text-align: center;
    margin: 1rem;
    margin-top: 0rem;
    height: 500px;
    padding: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.testimonial-section article .client-feedback p {
	color: #535151;
	position: relative;
	z-index: 5;
	/* margin-bottom: 0px; */
	margin-top: 10px;
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 24px;
}

.testimonial-section article .client-feedback h1 {
    color: #303030;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 6px;
    line-height: 23px;
    padding-top: 10px;
}

.testimonial-section article .client-feedback p.client-review-stars i {
    color: #fdaa00;
}

.testimonial-section article .client-feedback p.client-review-stars {
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 5px;
}

.testimonial-section article .client-feedback span {
    color: #676363;
    font-size: 14px;
}

/*------free-consultation-section-css------*/
.free-consultation {
    text-align: center;
    background: url(../images/fan-fcts-bg.webp) no-repeat;
    position: relative;
    padding: 4.89rem 0;
    text-align: center;
}

.free-consultation h3 {
    font-size: 45px;
    margin-bottom: 16px;
    color: #fff;
    display: block;
    font-weight: 700;
}

.call-us-btn a {
    text-decoration: none;
    border: 2px solid #ffff;
    color: #fff;
    background: transparent;
    border-radius: 30px;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 40px;
    line-height: 60px;
    font-size: 23px;
    margin-top: 30px;
    margin-right: 15px;
    position: relative;
    display: inline-block;
}

.call-us-btn a:hover {
    box-shadow: 0px 6px 10px 0px #5b5b5b70;
    background-color: #e6ac00;
    border: 2px solid #e7a702;
}

.call-us-btn a img {
    padding-right: 6px;
}

/*------footer-section-css------*/
footer {
	padding: 4.89rem 0;
	/* background: url(../images/footer-bg.webp) no-repeat; */
	background-size: cover;
	padding-bottom: 0px;
	background: #e8e1ce;
}

.last-section .footer-upper-section {
	border-bottom: 1px solid #3534343b;
	padding-bottom: 40px;
}

.phone-section a {
    color: #000;
}

.last-section .footer-upper-section ul.footer-list.first-list {
    padding: 0px;
}

.last-section .footer-upper-section ul.footer-list li.heading {
    text-align: center;
    display: block;
    position: relative;
    color: #000;
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.last-section .footer-upper-section ul.footer-list li.heading span {
    position: relative;
    padding-left: 40px;
    color: #000;
    text-align: left;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

.last-section .footer-upper-section ul.footer-list li.heading.aus-head span::before {
    position: absolute;
    content: "";
    background: url(../images/aus-flag.png) no-repeat;
    left: 0px;
    top: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 30px;
}

.last-section .footer-upper-section ul.footer-list li.heading.uk-head span::before {
    position: absolute;
    content: "";
    background: url(../images/uk-flag.png) no-repeat;
    left: -10px;
    top: -2px;
    display: inline-block;
    width: 49px;
    height: 38px;
    background-size: 44px;
    transform: scale(0.6);
}

.last-section .footer-upper-section ul li {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    display: block;
}

.ptt-20 a {
    color: #000;
    font-size: 23px;
    font-weight:500;
}

.last-section .footer-upper-section ul.footer-list.second-list {
    padding: 0px;
}

.last-section .footer-upper-section ul.footer-list.third-list {
    padding: 0px;
}

.last-section .footer-upper-section ul.footer-list.third-list li a {
    color: #fff;
}

.last-section .footer-upper-section ul.footer-list.fourth-list {
    padding-left: 0px;
}

.last-section .footer-upper-section ul.footer-list.fourth-list {
    padding: 0px;
    padding-left: 0px;
}

.last-section .footer-upper-section ul.footer-list.fourth-list #form-2 .form-group {
    position: relative;
}

.last-section .footer-upper-section ul.footer-list.fourth-list #form-2 .form-group .form-control {
    background: none;
    border: 1px solid #fff;
    border-radius: 0px;
    position: relative;
    color: #fff;
}

.last-section .footer-upper-section ul.footer-list.fourth-list #form-2 .form-group img.footer-form-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: auto;
}

.footer-end-section {
    text-align: center;
    padding: 30px 0px;
    padding-bottom: 50px;
}

.footer-end-section p {
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    font-family: "Barlow Semi Condensed", sans-serif;
    text-align: center;
}

.footer-end-section p span img.footer-rating {
    width: auto;
    padding-right: 10px;
    margin-bottom: 6px;
}

.footer-end-section ul.badge-list {
    list-style-type: none;
    padding-left: 0px;
    margin-top: 10px;
}

.footer-end-section ul.badge-list li {
    display: inline-block;
    margin: 10px 20px;
}

.footer-end-section ul.badge-list li img {
    width: 145px;
    height: auto;
}

.copy-right-bar {
	padding: 15px 0px;
	background: #151514;
}

.copy-right-bar p {
    color: #fff;
    font-size: 15px;
    float: none;
    margin-bottom: 0px;
    text-align: center;
}

.social-list {
    float: right;
    display: flex;
}

.social-list li {
    float: left;
}

.social-list li img {
    max-width: 84%;
}

/***********scroll-Top*******/
.scrollTop {
    position: fixed;
    right: 3%;
    bottom: 10px;
    background-color: #00a09d;
    padding: 11px 19px;
    opacity: 0.6;
    transition: all 0.4s ease-in-out 0s;
    z-index: 999;
    cursor: pointer;
    border-radius: 50%;
}

.scrollTop a i {
    font-size: 18px;
    color: #fff;
}

.choose-right {
    text-align: center;
}

.success {
    color: green;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 10px;
}

.success_ds {
    color: #555555;
    font-size: 18px;
}

.contact-form textarea:focus {
    outline: 0 none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.contact-form input:focus {
    outline: 0 none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.fldGrp {
    border: transparent;
    height: 55px;
    width: 100%;
    margin: 0 0 24px;
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    border-bottom: 1px solid #d6d6d6;
}

span.fldIcon {
    font-size: 24px;
    line-height: 45px;
    padding-left: 0px;
    margin-right: 5px;
}

.form-control {
    padding: 10px;
    width: 100%;
    border: none;
    height: 100%;
    text-transform: none;
    color: #333;
    font-weight: 600;
    font-size: 15px;
    background: #fff !important;
}

.required {
    color: #da1413;
    font-size: 18px;
    position: absolute;
    left: 138px;
    top: 9px;
    font-weight: 700;
}

.info {
    color: red;
    position: absolute;
    left: 8%;
    top: 59%;
    font-size: 12px;
}

.banner-section input::-webkit-outer-spin-button,
.banner-section input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.banner-section input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*@25.08.2021*/
.m-t-b-st .contact_btn {
    margin-top: 0px !important;
}

.mobile-phone {
    display: none;
}

.mobile-phone a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    font-family: "Barlow Semi Condensed", sans-serif;
}

p.new-sub-title {
    color: #03314b;
    font-size: 38px;
    font-weight: 600;
    margin-top: 58px;
    font-family: "Barlow Semi Condensed", sans-serif;
    line-height: 52px;
    border: 1px solid #e8ecef;
    padding: 31px;
    background: #f9fbfd;
    position: relative;
    overflow: hidden;
}

p.new-sub-title::after {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 90px;
    content: "";
    background: #ba509e;
    animation: first 3000ms infinite linear;
}

@keyframes first {
    from {
        left: 0;
        transform: translateX(-100%);
    }

    50% {
        left: 100%;
        transform: translateX(100%);
    }

    to {
        left: 100%;
    }
}

/*----------new section ----------------------*/
.o_apps_list .o_app_entry.o_app_pseudo span,
.o_apps_list .o_app_entry img {
    width: 70px;
    height: 70px;
}

.o_apps_list .o_app_entry_pseudo_container_left {
    position: absolute;
    top: 21px;
    left: auto;
    bottom: auto;
    right: 100%;
}

.o_apps_list .o_app_entry {
    margin: 6px 10px 40px;
    font-size: 14px;
    line-height: 1.4;
}

.o_apps_list .o_app_entry.o_app_pseudo span,
.o_apps_list .o_app_entry img {
    border-radius: 4px;
    margin: 0 auto 5px;
}

.o_apps_list .o_app_entry.o_app_pseudo span {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.bg-gray-lighter {
    background: #fff;
    color: #343a40;
}

.d-block {
    display: block !important;
}

.o_apps_list .o_app_entry {
    max-width: 80px;
}

.o_animate_in_children.o_visible>* {
    opacity: 1;
    transform: scale(1) translateY(0px);
}

.o_animate_in_children>* {
    transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    transform-origin: 50% 100%;
    opacity: 0;
    transform: scale(0.9) translateY(20px);
}

.o_apps_list .o_app_entry.o_app_pseudo span,
.o_apps_list .o_app_entry img {
    width: 70px;
    height: 70px;
}

.o_apps_list .o_app_entry.o_app_pseudo span,
.o_apps_list .o_app_entry img {
    border-radius: 4px;
    margin: 0 auto 5px;
}

.o_animate_in_children>* [class*="deep-"] {
    transition: box-shadow 1s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.deep-1 {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17);
}

.text-gray-darker {
    color: #343a40 !important;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
}

.o_apps_list .o_app_entry_pseudo_container_right {
    position: absolute;
    top: 21px;
    left: 100%;
    bottom: auto;
    right: auto;
}

.overflow-hidden {
    overflow: hidden !important;
}

a.o_app_entry {
    cursor: default;
}

.o_apps_list .o_apps_list_col_title {
    font-size: 12px;
    font-family: "Source Sans Pro", sans-serif;
}
.thank-you-section {
	text-align: center;
	height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	background-image: url(../images/dotted-bg.png);
	background-color: #f2f1fb9c;
}
.check-image{
    width: 18%;
  margin: 0 auto;
}
.thankyou-logo img {
    width: 300px;
}
.thank-you-caption h1 {
	color: #141417;
	font-size: 85px;
	font-weight: 600;
	line-height: 95px;
}
.thank-you-caption p {
	color: #292a2f;
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	display: block;
	padding: 22px 0px;
	font-weight: 400;
	width: 62%;
	margin: 0 auto;
}
.thank-you-caption span {
	display: block;
	font-size: 32px;
	font-weight: 600;
	padding: 20px 0;
}
.thank-you-section .logo {
	margin-bottom: 50px;
}
.thank-you-caption a {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 58px;
	padding: 0px 45px;
	display: inline-block;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
	border-radius: 5px;
	margin-top: 30px;
}
.thank-you-caption a:hover {
            background-position: right center; 
            color: #fff;

 }
         

/*----------services-offer-section ----------------------*/
.services-offer-section {
	background-color: #F5F1E6;
	/* border-top: 1px solid #dedede; */
	/* background-image: url(../images/home_products_bg.jpg); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	position: relative;
	padding-top: 150px;
}

.new-service-section-box {
    margin-bottom: 30px;
    margin: 0px;
    padding: 24px;
    display: flex;
    background: #f0f0f0;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 2px 0px rgb(255, 251, 240);
}

.owl-dots {
    margin-top: 20px;
}

.new-service-section-box-right {
    padding-left: 0px;
}

.new-service-section-box i {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.new-service-section-box-right h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #202730;
    line-height: 31px;
    text-align: center;
    margin-top: 15px;
}

#sized-businesses {
    margin-top: 30px;
}

#services-offer-slider {
    margin-top: 30px;
    text-align: center;
}

.owl-nav {
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    z-index: 5;
    position: relative;
    text-align: center;
}

.services-offer-section .owl-nav {
    margin-top: 30px;
}

#sized-businesses.owl-carousel .owl-nav button.owl-next,
#sized-businesses.owl-carousel .owl-nav button.owl-prev {
    width: 60px;
    height: 60px;
    font-size: 35px;
    line-height: 100px;
    transition: ease-in-out0.2s;
    padding: 0;
    background: transparent;
    color: #875a7b;
    z-index: 100;
    border-radius: 50%;
    margin: 0;
    background: #875a7b1c;
    line-height: 10px;
    border: 1px solid #875a7b;
    line-height: 56px;
}

.testimonial-section .owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel button.owl-dot.active span {
    background: #875a7b;
    border: none;
    width: 40px;
}

.owl-carousel button.owl-dot span {
    /* width: 11px; */
    /* height: 11px; */
    margin: 5px 5px;
    background: #59314e5e;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    opacity: 1;
    width: 20px;
    height: 10px;
}

#sized-businesses.owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

#services-offer-slider.owl-carousel .owl-nav button.owl-next,
#services-offer-slider.owl-carousel .owl-nav button.owl-prev {
    width: 60px;
    height: 60px;
    font-size: 35px;
    line-height: 100px;
    transition: ease-in-out0.2s;
    padding: 0;
    background: transparent;
    color: #875a7b;
    z-index: 100;
    border-radius: 50%;
    margin: 0;
    background: #875a7b1c;
    line-height: 10px;
    border: 1px solid #875a7b;
    line-height: 56px;
}

#services-offer-slider.owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.importance-section .owl-next {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.importance-section .owl-prev {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.importance-section .owl-nav,
.testimonial-section .owl-nav {
    position: absolute;
    margin: 0;
    left: -6%;
    right: -6%;
    transform: translateY(-50%);
    z-index: 5;
    top: 50%;
}

#testimonial-list.owl-carousel .owl-nav button.owl-next,
#testimonial-list.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 100px;
    transition: ease-in-out0.2s;
    padding: 0;
    background: transparent;
    color: #875a7b;
    z-index: 100;
    border-radius: 50%;
    margin: 0;
    background: #875a7b1c;
    line-height: 10px;
    border: 1px solid #875a7b;
    line-height: 50px;
}

#testimonial-list.owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.testimonial-section .owl-next {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-section .owl-prev {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#testimonial-list {
    margin-top: 10px;
}

.new-service-section-box-right p {
    font-size: 15px;
    line-height: 25px;
    color: #333;
    text-align: center;
}

.service_note_bottom span {
    display: block;
    font-size: 18px;
}

.service_note_bottom {
    background: #061226;
    text-align: center;
    padding: 40px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
}

.service_note_bottom span {
    display: block;
}

/* erp-features */
.erp-features .nav-tabs {
    margin: 0;
    position: relative;
    width: 100%;
    border-radius: 0em;
    border-bottom: inherit;
}

.erp-features .tab-content>.tab-pane {
    padding: 20px;
    background: #f7f5f57a;
    border: 1px solid #5417931c;
}

.erp-features .nav-tabs .nav-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* border-bottom: .125em solid #232428; */
    cursor: pointer;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    list-style: none;
    text-align: center;
    vertical-align: middle;
    border-bottom: 0;
    border-top-left-radius: 8;
    border-top-right-radius: 8;
    justify-content: center;
    color: #1f262f;
    margin: 0;
    border-top: 0;
    font-size: 16px;
    line-height: 23px;
    border-color: #fff;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 15px;
    border: none;
    padding-left: 23px;
    padding-right: 23px;
}

.erp-features .nav-tabs .nav-link:hover {
    background: linear-gradient(90deg, #973385 0, #441097 100%);
    color: #fff;
    border-color: #fff;
}

.erp-features .nav-tabs .nav-link.active {
    background: linear-gradient(90deg, #973385 0, #441097 100%);
    color: #fff;
    text-align: center;
    border: none;
}

.erp-features .nav-link:first-child {}

.image img {
    height: 350px;
    object-fit: fill;
}

.tabbed-content {
    display: none;
}

.tabbed-content p,
.tabbed-content li {
    margin-bottom: 10px;
    line-height: 1.8;
}

.tabbed-content .tabs ul {
    margin: 0;
    padding: 0 0 1em 0;
    font-weight: bold;
}

.tabbed-content .tabs ul li {
    background: #eee;
}

.tabbed-content .tabs ul li a {
    padding: 0.5em 1em;
}

.tabbed-content .tabs ul li a:hover,
.tabbed-content .tabs ul li a.active {
    background: #e84918;
    color: #eee;
}

.tabbed-content .item {
    margin-bottom: 10px;
}

.erp-features .nav-tabs .nav-link:hover i img,
.erp-features .nav-tabs .nav-link.active i img {
    filter: brightness(0) invert(1);
}

.erp-features .nav-tabs .nav-link i img {
    height: 40px;
    display: block;
    transition: 0.4s all;
    margin-bottom: 6px;
}

.erp-features .accordion-button:focus {
    border-color: inherit;
    outline: none;
    border: none;
    box-shadow: inherit;
}

.erp-features .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
}

.erp-features .accordion-button:not(.collapsed) {
    background-color: #8bb6fd;
    color: #fff;
}

.erp-features .accordion-flush .accordion-item {
    margin-bottom: 5px;
}

.o_animate_in_children.o_visible>* {
    opacity: 1;
    transform: scale(1) translateY(0px);
}

.o_animate_in_children>* [class*="deep-"] {
    transition: box-shadow 1s cubic-bezier(0.55, 0, 0.1, 1) 0s;
}

.o_app_entry img {
    width: 60px;
    height: 60px;
}

.deep-1 {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17);
}

.text-gray-darker {
    color: #343a40;
    font-weight: 600;
    padding-top: 8px;
    display: block;
    font-size: 13px;
}

a.o_app_entry {
    cursor: default;
}

.o_app_entry {
    max-width: 80px;
}

.o_app_entry {
    margin: 15px 16px 15px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    margin-left: 0;
}

.o_animate_in_children>* {
    transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    transition-delay: 0s;
    transform-origin: 50% 100%;
    opacity: 0;
    transform: scale(0.9) translateY(20px);
}

.common-btn {
    padding: 0 35px;
    line-height: 58px;
    font-size: 18px;
    transition: 0.5s ease;
    border: 2px solid #fff;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    font-weight: 500;
    background-color: #875a7b;
    border-color: #875a7b;
    color: #fff;
    border-radius: 50px;
    position: relative;
    display: inline-block;
}

.common-btn:hover {
    box-shadow: 0px 6px 10px 0px #5b5b5b70;
    border: 2px solid #68465f;
    color: #68465f;
    background: #fff;
}

.service_note_bottom .common-btn {
    background-color: #00a09d;
    border-color: #00a09d;
    margin-top: 20px;
}

.service_note_bottom .common-btn:hover {
    color: #ffffff;
    background-color: #016b70;
    border-color: #01656a;
}

.choose-list-center-btn .common-btn {
    margin-top: 35px;
}

.paddles {
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    display: none;
    margin-bottom: 10px;
}

button.paddle {
    background: #08214a;
    color: #fff;
    border: none;
    padding: 9px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 11px;
    border-radius: 3px;
}

.desktop-tab-group {
    margin-top: 40px;
}

.erp-features {
    background: #5417931c;
}

.erp-features .tab-content>.tab-pane {
    background: #fff;
}

.erp-features .nav-tabs .nav-link {
    background: #fff;
    border: 1px solid #5417931c;
}

.odoo-prcc {
    padding: 70px 0px;
}

.odoo-prcc h3 {
    font-size: 40px;
    color: #202730;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 45px;
}

.odoo-prcc h4 {
    font-size: 16px;
    line-height: 27px;
    color: #333;
}

.odd-prc-cal {}

.odo-prcc-table {
    padding: 40px 0px;
}

.prc-lst-bttn {
    padding: 40px 0px 0px;
}

.odoo-prcc .cal-btn a {
    background-color: #00a09d;
    border-color: #00a09d;
    margin-top: 20px;
}

.odoo-prcc .cal-btn a:hover {
    color: #ffffff;
    background-color: #016b70;
    border-color: #01656a;
}

.odo-prcc-table th h2 {
    color: #ffffff !important;
}

.odo-prcc-table th.text-bg-epsilon {
    border-top: 5px solid RGBA(213, 101, 62, var(--bg-opacity, 1)) !important;
    background-color: #ffffff !important;
}

.odo-prcc-table th.text-bg-delta {
    border-top: 5px solid RGBA(92, 91, 128, var(--bg-opacity, 1)) !important;
    background-color: #ffffff !important;
}

.odo-prcc-table th.text-bg-gamma {
    border-top: 5px solid RGBA(228, 111, 120, var(--bg-opacity, 1)) !important;
    background-color: #ffffff !important;
}

.odo-prcc-table th.text-bg-alpha {
    border-top: 5px solid RGBA(0, 160, 157, var(--bg-opacity, 1)) !important;
    background-color: #ffffff !important;
}

.odo-prcc-table th.text-bg-beta {
    border-top: 5px solid RGBA(91, 137, 158, var(--bg-opacity, 1)) !important;
    background-color: #ffffff !important;
}

.odo-prcc-table th.text-bg-epsilon h2 {
    color: RGBA(213, 101, 62, var(--bg-opacity, 1)) !important;
}

.odo-prcc-table th.text-bg-delta h2 {
    color: RGBA(92, 91, 128, var(--bg-opacity, 1)) !important;
}

.odo-prcc-table th.text-bg-gamma h2 {
    color: RGBA(228, 111, 120, var(--bg-opacity, 1)) !important;
}

.odo-prcc-table th.text-bg-alpha h2 {
    color: RGBA(0, 160, 157, var(--bg-opacity, 1)) !important;
}

.odo-prcc-table th.text-bg-beta h2 {
    color: RGBA(91, 137, 158, var(--bg-opacity, 1)) !important;
}

.text-bg-epsilon {
    color: #ffffff !important;
    background-color: RGBA(213, 101, 62, var(--bg-opacity, 1)) !important;
}

.text-bg-delta {
    color: #ffffff !important;
    background-color: RGBA(92, 91, 128, var(--bg-opacity, 1)) !important;
}

.text-bg-gamma {
    color: #ffffff !important;
    background-color: RGBA(228, 111, 120, var(--bg-opacity, 1)) !important;
}

.text-bg-alpha {
    color: #ffffff !important;
    background-color: RGBA(0, 160, 157, var(--bg-opacity, 1)) !important;
}

.text-bg-beta {
    color: #ffffff !important;
    background-color: RGBA(91, 137, 158, var(--bg-opacity, 1)) !important;
}

.text-epsilon {
    color: #d5653e !important;
}

.text-delta {
    color: #5c5b80 !important;
}

.text-gamma {
    color: #e46f78 !important;
}

.text-alpha {
    color: #00a09d !important;
}

.text-beta {
    color: #5b899e !important;
}

#pricing-packs .table>thead>tr>th {
    text-align: center;
    vertical-align: top;
}

#pricing-packs .table>tbody>tr>td {
    text-align: center;
    vertical-align: middle;
    border-top-color: #e9ecef;
}

#pricing-packs .table>tbody>tr>td:first-child {
    text-align: left;
}

#projectEstimatorModal {
    z-index: 9999999;
}

.header_bg {
    z-index: 99;
}

.f-nav {
    z-index: 99;
}

.openerp_website_pricing_packs {
    margin: 0;
}

.odo-prcc-table {
    background: #fff;
    border-radius: 20px;
    transition: transform 0.2s ease-out;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
    margin: 30px 0;
    padding: 0;
    overflow: hidden;
}

.prc-total .oe_currency_value {
    font-size: 24px;
}

.prc-total .gst {
    font-size: 16px;
    font-style: italic;
    color: #646464;
    display: block;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tbl-hdd th img {
    width: 60px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.modal-header h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #000 !important;
}

.tbl-hdd th h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
}

.estimated_cost {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    color: #875a7b !important;
}

.modal-footer .btn {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background-color: #00a09d;
    border-color: #00a09d;
    padding: 6px 30px;
    font-weight: bold;
}

.odd-prc-cal .form-check-input {
    border-radius: 0 !important;
    border-color: #333;
}

.odd-prc-cal .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.odd-prc-cal .modal-header {
    border-bottom: 1px solid #dee2e6;
}

.odd-prc-cal .modal-body p {
    font-size: 16px;
}

span.text-alpha {
    color: red !important;
}

.odd-prc-cal input[type="number"] {
    -moz-appearance: unset;
    border: 2px solid #333;
}

/*11-10-2023*/

.ProjectEstimator-box {
    text-align: right;
}

.odo-prcc-table .table>tbody>tr>td .fa-info-circle {
    font-size: 1.25em;
    vertical-align: middle;
}

.modal-Cost-text {
    margin: 10px 0px;
}

.Project-Cost-title {
    margin-left: 25px;
}

/*------faq-section-css------*/
.faq-section .section-title h2 {
    font-size: 50px;
    line-height: 66px;
    margin-bottom: 28px;
    text-align: left;
}

.faq-section .text-wrapper {
    text-align: left;
    padding-right: 40px;
}

.faq-section .text-lg {
    font-size: 20px;
    line-height: 32px;
    color: #000c1e;
    padding-bottom: 40px;
}

.faq-section .accordion-button {
    border: unset;
    border-bottom-color: unset;
    border-bottom-style: unset;
    border-bottom-width: unset;
    border-radius: unset !important;
    background: unset;
    box-shadow: unset;
}

.faq-section .accordion-collapse {
    border: unset;
}

.faq-section .accordion-item {
    border-bottom: 1px solid #000;
    border: unset;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: unset;
}

.faq-section .accordion-collapse.collapse.show {
    border: unset;
    background: unset;
}

.faq-section .accordion-header {
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: transparent;
    /* padding: 25px 5px 25px 30px; */
    box-shadow: unset;
}

.faq-section .accordion-button:focus {
    box-shadow: unset;
}

.faq-section .accordion-item:first-of-type .accordion-button {
    padding-top: 0px;
}

.faq-section .accordion-button {
    text-transform: inherit;
    color: #000c1e;
    position: relative;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 10px;
    padding-top: 20px;
    line-height: 36px;
}

.faq-section .accordion-button.collapsed {
    background: unset;
    padding-bottom: 20px;
}

.faq-section .accordion-body {
    padding-bottom: 30px;
    background: unset;
}

.offer-box-image-right img {
    border-radius: 10px;
    border: 1px solid #d8ebfd;
    margin-bottom: 15px;
    height: 238px;
    object-fit: cover;
    width: 100%;
}

.service-box {
    text-align: center;
    padding: 30px;
    background: #918c7f24;
    border-radius: 20px;
    height: 300px;
}

.service-list-icon {
    width: 24%;
    margin-right: 0px;
    margin: 0 auto;
    margin-bottom: 17px;
}

.service-des {
    width: 100%;
}

.service-title {
    color: #002035;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 27px;
}

.para p {
    font-size: 15px;
    line-height: 24px;
    color: #3a3e41;
    font-weight: normal;
}

.whybiz_list .section-title {
    text-align: left;
    margin-bottom: 20px;
}

.whybiz_list .section-title p {
	width: 100%;
	line-height: 27px;
	font-size: 16px;
}

.img-wrap img {
    height: 300px;
    object-fit: cover;
    object-position: center right;
    border-radius: 20px;
    width: 100%;
}

.why-sme-need-left img {
    height: 508px;
    object-fit: cover;
    object-position: center right;
    border-radius: 30px 30px 30px 30px;
    width: 100%;
}










.event-cards__item {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
    margin-top: 30px;
    transition: .1s ease;
}

.event-cards__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.event-cards__pic img {
    width: 100%;
    display: block;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.event-cards__content {
    padding: 15px;
}

.event-cards__title {
    margin-bottom: 6px;
    border-width: 0;
    color: #003;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.event-cards__text {
    color: #333;
}

.event-cards__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
}

.event-cards__link a {
    color: #2699cc;
    font-weight: bold;
    text-decoration: none;
    border: 0 none;
}

.port-modal .modal-header .btn-close {
    background: none;
    box-shadow: none;
    outline: none;
}

.port-modal .modal-header .btn-close i {
    font-size: 25px;
}

.port-modal .btn-close {
    opacity: 1;
    background-color: #ec0b0b;
}

.port-modal p {
    line-height: 27px;
    font-size: 15px;
    color: #000;
    margin-top: 7px;
    font-weight: 400;
}

.port-modal ul li {
    line-height: 27px;
    font-size: 15px;
    color: #000;
    margin-top: 7px;
    font-weight: 400;
}

.port-modal p strong {
    padding-right: 5px;
}

.port-modal ul li strong {
    padding-right: 5px;
}

.port-modal ul li i {
    font-size: 8px;
    color: #807f7f;
    line-height: 26px;
    padding-right: 8px;
}

.s_allow_columns p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 10px;
    color: #39393e;
}

.s_allow_columns h2 {
    font-size: 35px;
    line-height: 47px;
    display: block;
    margin-bottom: 30px;
}

.s_blockquote {
    border: 0;
    padding: 0;
}

.s_blockquote.s_blockquote_classic .s_blockquote_icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background-color: #00a09d;
    font-size: 1em;
    float: left;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.bg-o-color-2 {
    background-color: #017e84;
    color: #FFFFFF;
}

.s_blockquote.s_blockquote_classic .s_blockquote_content {
    overflow: hidden;
    padding: 1.5rem;
    background-color: #F9FAFB !important;
    color: #111827;
}

.blockquote-footer {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.875em;
    color: #6C757D;
    background: none;
    padding: 0;
}

.s_blockquote.s_blockquote_classic .s_blockquote_content .blockquote-footer .s_blockquote_avatar {
    max-height: 2.5rem;
    margin-right: 0.5rem;
    display: inline-block;
    border-radius: 50%;
}

.bg-100 .text-muted,
.o_colored_level .bg-100 .text-muted {
    color: rgba(17, 24, 39, 0.7);
}

.btn.contact_btn.mb-2 {
    margin-left: 0;
}

.h5-fs {
    font-size: 18px;
    font-weight: normal;
}

.row.o_grid_mode {
    align-items: center;
}


/* Trial Section Style */

.trial-section{
    width: 100%;
    padding: 72px 0px 0px 0px;
}

.trial-banner-section{
    background: linear-gradient(150deg, #714b67 20%, #432c3d 80%);
    padding: 80px 0px;
    text-align: center;
}

.trial-banner-section .text-title{
    font-size: 56px;
    color: #fff;
    margin-bottom: 16px;
}

.trial-banner-section .text-subtitle{
    font-size: 20px;
    color: #fff;
    margin-bottom: 16px;
}

.trial-choose-section{
    position: relative;
    padding-top: 15px;
    padding-bottom: 50px;
}

.trial-choose-section::before{
    content: "";
    display: block;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../images/arch_1.jpg);
}

.choose-app-step{
    position: relative;
    justify-content: center;
}

.choose-app-list h6.app-category{
    color: #374151;
    margin: 24px 0px 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.choose-app-list > .row {
    margin-left: -8px;
    margin-right: -8px;
}

.choose-app-list .openerp_enterprise_pricing_app{
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    cursor: pointer;
    box-shadow: none;
    margin-bottom: 8px;
}

.choose-app-list .openerp_enterprise_pricing_app .card{
    border: 0px;
    border-top: 1px solid #F3F4F6;
    user-select: none;
    padding: 8px !important;
}

.openerp_enterprise_pricing_app_icon{
    width: 25%;
    min-width: 52px !important;
}

.openerp_enterprise_pricing_app .openerp_enterprise_pricing_app_name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.openerp_enterprise_pricing_app .openerp_enterprise_trial_app_checkbox + span{
    width: 16px;
    height: 16px;
    border: 1px solid #E6E9ED;
    border-radius: 100%;
    color: transparent;
    font-size: 12px;
    line-height: 1.3;
}

.openerp_enterprise_pricing_app:hover .openerp_enterprise_trial_app_checkbox:not(:checked) + span{
    border-color: #ADB5BD;
}

.openerp_enterprise_pricing_app .openerp_enterprise_trial_app_checkbox:checked + span{
    border: 1px solid #23923d;
    background: #28a745;
    color: white;
    text-shadow: 0 1px 0 #23923d, 0 -1px 0 #23923d, 1px 0 0 #23923d, -1px 0 0 #23923d;
}

.choose-app-info-panel{
    margin-top: 16px;
}

.choose-app-info-panel .card.affix .choose-app-info-panel-app-label{
    margin-bottom: 16px;
}


.choose-app-info-panel .card.affix{
    position: sticky;
    top: 75px;
}

.card.affix ul.list-unstyled{
    margin-bottom: 16px!important;
}

.card.affix ul .fw_semibold{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 0.85em;
    line-height: 1.25;
    font-weight: 600;
}

.card.affix ul .fw_semibold img{
    margin-right: 4px!important;
}

.card.affix .openerp_enterprise_multi_trial_message{
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.35;
}

.card.affix .openerp_enterprise_multi_trial_message.alert-info {
    --alert-color: #09414a;
    --alert-bg: #d1ecf1;
    --alert-border-color: #a2dae3;
    --alert-link-color: #09414a;
}

.btn-primary.openerp_enterprise_validate_trial{
    background-color: #714b67;
    padding: 12px 24px;
    font-size: 16px;
    border-color: #714b67;
    color: #fff;
}

.btn-primary.openerp_enterprise_validate_trial:hover{
    background-color: #604058;
    border-color: #604058;
    color: #fff;
}

.innerpage-header.contact_btn{
    line-height: 22px;
    padding: 10px 26px 10px 55px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: 11% 56%;
    overflow: hidden;
    transition: 0.1s;
    background-size: 20px;
}

.innerpage-header.contact_btn:hover{
  background-image: url(../images/phone-color.png);
  background-repeat: no-repeat;
  background-position: 11% 56%;
}

.trial-banner-backBtn{
    text-decoration: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    text-transform: inherit;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 50px;
    line-height: 55px;
    transition: 0.5s ease;
    border: 2px solid #00a09d;
    background: #00a09d;
    color: #fff;
    margin-top: 20px;
    transition: 0.6s;
}

.trial-banner-backBtn i{
    padding-right: 10px;
}

.trial-banner-backBtn:hover{
    background-color: #fff;
    color: #00a09d;
}

/* Trial Section End */


/* Trial Contact Section */

.trial-contact-section{
    width: 100%;
    padding: 60px 0px 0px 0px;
    background: #faf9f4;
    position: relative;
}

.trial-contact-section .form-section {
	background-color: transparent;
	box-shadow: none;
	margin-right: 60px;
	padding: 0;
	margin-bottom: 80px;
	text-align: left;
	margin-left: 0;
}
.trial-contact-section .form-section i {
	height: auto;
	width: auto;
	display: inline-block;
	background-color: transparent;
	border-radius: 0;
	position: inherit;
	padding-right:8px;
}
.trial-contact-section .form-section .form-group-full {
	margin-bottom: 0px;
	text-align: left;
}
.trial-contact-section .form-section .btn-primary.openerp_enterprise_validate_trial {
	border-radius: 30px;
	padding: 0 30px;
	line-height: 55px;
	display: inline-block;
	border: 1px solid #000;
	color: #000;
	background: #fff;
}
.trial-contact-section .form-section h3 {
	font-weight: 700;
	font-size: 35px;
	padding-bottom: 11px;
}
.trial-contact-section .form-section p {
	color: #000;
	font-size: 22px;
	padding-bottom: 50px;
}

.contactTestimonial-area.testimonial-section article {
	border-radius: 0px;
	background: #fff;
	margin: 7px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contactTestimonial-area.testimonial-section .owl-nav {
     display:none;
}
.trial-contact-section .contactTestimonial-area.testimonial-section article .client-feedback {
	text-align: left;
}
.contactTestimonial-area{
    position: absolute;
    justify-content: center;
    align-items: center;
    right: 0;
    height: calc(100% - 0px);
    padding: 50px 50px;
    background-color: #fff;
    top: 0px;
    align-items: center;
    display: flex;
}
.trial-contact-section .testimonial-section article .client-feedback p {
	font-size: 18px;
	line-height: 29px;
	font-weight: 400;
}
.d-right-none{
	display:none;
}
.d-right-none.d-right-none-show{
	display:block;
}
.trial-contact-section .testimonial-section article .client-feedback h1 {
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 15px;
	line-height: 23px;
	padding-top: 0px;
}
.trial-contact-section .testimonial-section article .client-feedback span {
  color: #535252;
  font-size: 17px;
}
#contact-testimonial-list.owl-carousel .owl-nav button.owl-next,
#contact-testimonial-list.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 100px;
    transition: ease-in-out0.2s;
    padding: 0;
    background: transparent;
    color: #875a7b;
    z-index: 100;
    border-radius: 50%;
    margin: 0;
    background: #875a7b1c;
    line-height: 10px;
    border: 1px solid #875a7b;
    line-height: 50px;
}

#contact-testimonial-list.owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

#contact-testimonial-list {
    margin-top: 0px;
}

.contactTestimonial-area.testimonial-section article .client-feedback {
    text-align: center;
    margin: 1rem;
    margin-top: 0rem;
    height: auto;
    min-height: 350px;
    padding: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

/*.testimonial-section article{
    width: 80%;
    margin: 20px auto 20px;
}*/


/* Trial Contact Section End*/


@media (min-width: 576px) {
    :not(.s_popup)>.modal .modal-dialog {
        height: 100%;
        padding: 1.75rem 0;
        margin: 0 auto;
    }

    :not(.s_popup)>.modal .modal-body {
        overflow: auto;
        min-height: 0;
    }

    :not(.s_popup)>.modal .modal-content {
        max-height: 100%;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 980px;
    }

    .choose-app-info-panel .card.affix{
        width: 210px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 992px) {
    .prcng-tbl-dsks {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 20000px) {
    .prcng-tbl-mon {
        display: none !important;
    }
}




@media (min-width: 1200px){
    .choose-app-info-panel .card.affix{
        width: 255px;
    }
}