:root {
  --bs-primary: #3E7EE9;
  --bs-black: #181820;
  --bs-light: #6b6b6b;
  --bs-white: #ffffff;
  --bs-background: #FAFAFA;
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #eeeeee;
    height: 6px;
}

::-webkit-scrollbar{
    width: 8px;
    width: 5px;
    background-color: #eeeeee;
    height: 6px;
}

::-webkit-scrollbar-thumb{
    background-color: var(--bs-primary);
    border: 4px solid var(--bs-primary);
    height: 6px;
}
body {
    font-family: 'Inter', sans-serif;
    color: var(--bs-black);
    overflow-x: hidden;
    font-size: 20px;
    color: #181820;
}
ul,
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img {
	max-width: 100%;
}
#back-to-top {
    display: none !important;
    height: 48px;
    width: 48px;
    display: block;
    line-height: 48px;
    font-size: 26px;
    background-color: var(--bs-primary);
    border-radius: 4px;
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
    visibility: visible;
}
.owl-nav.disabled, 
.owl-dots.disabled {
    display: none;
}
.owl-loaded {
    overflow: hidden;
}
.owl-item {
    float: left;
}
.owl-nav button {
    background: var(--bs-black);
    border: 1px solid var(--bs-black);
    backdrop-filter: blur(4.5px);
    border-radius: 100%;
    transform: none;
    height: 60px;
    width: 60px;
    color: var(--bs-white);
    padding: 0;
    font-size: 24px;
    text-align: center;
    line-height: 36px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.slick-slider {
    overflow: hidden;
}
.slick-slide {
    float: left;
}
body .slick-arrow {
    background: var(--bs-black);
    border: 1px solid var(--bs-black);
    backdrop-filter: blur(4.5px);
    border-radius: 100%;
    height: 60px;
    width: 60px;
    line-height: 58px;
    color: var(--bs-white);
    padding: 0;
    font-size: 24px;
    text-align: center;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.border-top {
    border-top: 1px solid #F3F5F7!important;
}
.btn.btn-primary {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    font-weight: 600;
    color: var(--bs-white);
    padding: 12px 15px;
    line-height: normal;
    outline: 0 !important;
    box-shadow: none !important;
    text-transform: capitalize;
}
.btn.btn-secondary {
    background: var(--bs-white);
    border: 1px solid #000000;
    border-radius: 10px;
    font-weight: 600;
    padding: 12px 15px;
    line-height: normal;
    outline: 0 !important;
    box-shadow: none !important;
    color: #000000;
}
.btn.btn-primary svg, 
.btn.btn-secondary svg {
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: text-top;
}
.page-paddings {
    padding: 100px 0px;
}
.page-paddings.small-padding {
    padding: 50px 0px;
}
.page-background {
    background-color: var(--bs-background);
    padding: 100px 0px;
}
.page-title h2,
.page-title h1 {
    font-weight: 600;
    font-size: 50px;
    margin: 0px auto 12px;
    line-height: 1.4;
}
.page-title h2 b {
    color: var(--bs-primary);
    font-weight: 800;
}
.page-title h4 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--bs-primary);
    margin-bottom: 15px;
    position: relative;
    padding-left: 55px;
}
.page-title.text-center h4 {
    display: inline-block;
    padding: 0;
}
.testimonial .page-title {
    margin-bottom: 45px;
}
.page-title.text-center h4::before {
    width: 140%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.testimonial .page-title.text-center h4::before {
    content: none;
}
.testimonials-card h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0px 8px;
}
.testimonials-slider .testimonials-img img {
    border-radius: 8px;
}
.testimonials-card h5 {
    font-size: 16px;
    margin-bottom: 15px;
}
.page-title .blink-title {
    font-weight: 900;
    font-size: 200px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: rgba(174, 174, 174, 0.6);
    opacity: 0.1;
    display: block;
    margin-bottom: -160px;
    position: relative;
    z-index: -1;
}
.page-title.text-center h4 span {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0px 12px;
    text-transform: uppercase;
}
.page-title h4::before {
    content: "";
    width: 40px;
    height: 4px;
    background-color: var(--bs-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.page-title p {
    font-weight: 400;
    font-size: 18px;
    margin: 0 auto;
    line-height: 1.8;
}
.page-title.left-text p {
    margin: 0;
}
.theme-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}
.pb--40 {
    padding-bottom: 60px;
}
.bg-primary {
    background-color: var(--bs-primary) !important;
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.form-group label {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    display: block;
    margin-bottom: 8px;
}
.form-group svg {
    position: absolute;
    top: 50px;
    left: 15px;
}
.form-group .form-control {
    font-weight: 400;
    font-size: 14px;
    color: #6B6B6B;
    padding: 18px 15px;
    background: #FAFAFA;
    border: 1px solid rgba(107, 107, 107, 0.1);
    border-radius: 10px;
    outline: 0;
    box-shadow: none;
}
/* Loader */
.loader {
    position: fixed;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    background: #fff;
}
.loader .spinner-border {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}    
.loader-inner span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: var(--primary-clr);
    margin: 5px;
}
    
.loader-inner span:nth-child(1) {
    animation: bounce 1s ease-in-out infinite;
}
    
.loader-inner span:nth-child(2) {
    animation: bounce 1s ease-in-out 0.33s infinite;
}
    
.loader-inner span:nth-child(3) {
    animation: bounce 1s ease-in-out 0.66s infinite;
}
/* Loader */

.header-main {
    background: #FAFAFA;
    padding: 15px 0px;
    position: sticky;
    top: 0px;
    z-index: 99;
}
.header-box .navbar-expand-lg {
    padding: 0;
}
.header-box .navbar-expand-lg .navbar-nav .nav-item {
    padding: 0px 20px;
}
.header-box .navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 18px;
    color: var(--bs-black); !important;
    padding: 0;
    position: relative;
}
.header-box .navbar-expand-lg .navbar-nav .nav-link.active {
    font-weight: 700;
}
.header-box .navbar-expand-lg .navbar-nav .nav-link::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--bs-black);
    position: absolute;
    bottom: -3px;
    left: 0px;
    transition: all 0.5s;
}
.header-box .navbar-expand-lg .navbar-nav .nav-link.active::before,
.header-box .navbar-expand-lg .navbar-nav .nav-link:hover::before {
    width: 100%;
}





.hero-media .icon1 {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}
.hero-media .icon2 {
    position: absolute;
    top: 100px;
    left: 0px;
}
.hero-media .icon1 img,
.hero-media .icon2 img {
    max-width: 130px;
}
.social-ico {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
}
.social-ico > ul > li {
    margin-bottom: 16px;
}
.social-ico > ul > li:last-child {
    margin-bottom: 0px;
}




section.hero {
    padding: 100px 0px;
}
.hero-intro h2 {
    font-weight: 900;
    font-size: 198px;
    text-transform: uppercase;
    color: rgba(174, 174, 174, 0.6);
    opacity: 0.1;
    margin: -40px 0px 0px;
}
.hero-intro h1 {
    font-weight: 700;
    font-size: 124px;
    text-transform: uppercase;
    margin-top: -160px;
    margin-bottom: 30px;
}
.hero-intro h1 > span {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.2em;
    display: block;
    margin-top: -8px;
}
.hero-intro p {
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 570px;
}

.benefits-clone {
    padding-bottom: 60px;
}
.benefits-clone-item {
    padding-left: 100px;
    margin-bottom: 40px;
}
.benefits-clone-item .benefits-ico {
    width: 80px;
    height: 80px;
    background-color: var(--bs-black);
    border-radius: 100%;
    line-height: 78px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    display: grid;
    place-content: center;
}
.benefits-clone-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.cl-script-item {
    padding-left: 92px;
    margin-top: 30px;
    padding-bottom: 30px;
    max-width: 550px;
}
.cl-script-item::before {
    content: "";
    border-bottom: 1px solid #6B6B6B50;
    width: calc(100% - 92px);
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.cl-script-item .cl-script-ico {
    width: 70px;
    height: 70px;
    background-color: var(--bs-black);
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    display: grid;
    place-content: center;
}
.cl-script-item .cl-script-ico img {
    max-width: 40px;
}
.cl-script-item p {
    font-weight: 400;
    font-size: 16px;
    color: #6B6B6B;
    margin: 0;
}
.clone-script {
    overflow-x: hidden;
}
.clone-script .clone-script-media {
    margin-right: -255px;
    margin-left: -30px;
}


.what-we-do .what-we-do-area {
    background-color: #FAFAFA;
    padding: 30px 0px 0px;
    margin-top: 30px;
}
.what-we-do-intro h4 {
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 12px;
}
.what-we-do-intro h2 {
    font-weight: 500;
    font-size: 64px;
    margin-bottom: 20px;
}
.what-we-do-intro h2 > span {
    font-weight: 800;
    font-size: 94px;
    text-transform: uppercase;
    display: block;
}
.what-we-do .what-we-do-media {
    margin-right: -200px;
    margin-left: -200px;
}
.what-we-do-slider .owl-nav {
    max-width: 1430px;
    margin: 0px auto;
    position: absolute;
    left: 13.2%;
    top: 20%;
}
.what-we-do-slider .owl-nav button {
    margin-right: 12px;
}
.what-we-do-slider .owl-nav button:last-child {
    margin-right: 0px;
}
.what-we-do-area .shape-left {
    position: absolute;
    bottom: -90px;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

.customers-main .customers-card {
    width: 25%;
    float: left;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.11);
    padding: 40px 30px;
    margin-top: 30px;
    transition: all 0.3s;
    position: relative;
}
.customers-main .customers-card:hover {
    background-color: var(--bs-primary);
}
.customers-ico .customers-shape {
    height: 132px;
    width: 137px;
    display: block;
    background-image: url(../images/clone-development/customer-shape.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.customers-card:hover .customers-ico .customers-shape {
    background-image: url(../images/clone-development/customer-shape-hover.svg);
    background-size: contain;
}
.customers-ico img.customers-white,
.customers-card:hover .customers-ico .customers-black {
    display: none;
}
.customers-card:hover .customers-ico img {
    display: block;
    margin: 0px auto;
}
.customers-ico img {
    position: relative;
    z-index: 1;
}
.customers-main .customers-card:hover .theme-title,
.customers-main .customers-card:hover p {
    color: var(--bs-white);
}
.customers-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    margin: 0px;
    height: 140px;
}
.customers-card .customers-ico {
    height: 96px;
    margin-bottom: 30px;
    margin-left: 20px;
}


.bg-shape {
    position: relative;
}
.statistics .statistics-main {
    background-color: #F3F5F7;
    padding: 38px 0px 68px;
    margin-top: 30px;
}
.statistics-main .success-card h2 {
    color: var(--bs-black);
}
.statistics-main .success-card p {
    color: #181820;
    font-weight: 600;
}
.statistics-intro {
    margin: 0px -18px;
}
.statistics-intro .statistics-item {
    float: left;
    width: 25%;
    padding: 0px 18px;
    text-align: center;
    border-right: 1px solid rgb(107 107 107 / 50%);
    margin-top: 40px;
}
.statistics-intro .statistics-item:last-child {
    border-right: 0px;
}
.statistics-item .statistics-ico {
    margin-bottom: 25px;
}
.statistics-item h2 {
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}
.statistics-item p {
    font-weight: 600;
    font-size: 15px;
    color: #6B6B6B;
    margin: 0;
}
.statistics .statistics-media {
    margin-left: -100px;
    margin-right: 30px;
}
.statistics .statistics-shape {
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: -1;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.offer-customers .round-shape {
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 1;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}


.industries-intro {
    background: #181820;
}
.industries-main {
    background-color: #181820;
}
.industries-main .tab-content {
    background-color: #F3F5F7;
    margin-right: -1px;
}
.industries-intro .nav-tabs {
    margin: 0px !important;
    padding: 60px 60px 0px;
    border: 0px;
}
.industries-intro .nav-tabs .nav-link {
    width: 50%;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    padding: 0px 15px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 60px;
    position: relative;
}
.industries-intro .nav-tabs .nav-link::before {
    content: "";
    background-color: #3E7EE9;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 80px;
    transition: all 0.5s;

}
.industries-intro .nav-tabs .nav-link.active::before {
    width: 123px;
}
.industries-intro .nav-tabs .nav-link span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 18px;
}
.industries-main .industries-right {
    padding: 30px 30px;
}
.industries-right .industries-ico {
    margin-bottom: 30px;
}
.industries-right h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 16px;
}
.industries-right p {
    font-size: 17px;
    line-height: 180%;
    text-align: center;
    color: #000000;
    margin: 0;
}

.testimonial__main::before {
    content: "";
    width: 541px;
    height: 452px;
    background: #3E7EE9;
    position: absolute;
    top: -30px;
}
.testimonials-slider .testimonials-item {
    padding-bottom: 15px;
}
.testimonials-slider .testimonials-author {
    padding-left: 15px;
    padding-bottom: 15px;
    position: relative;
}
.testimonials-author img {
    border: 15px solid #FFFFFF;
    border-radius: 23px;
}
.testimonial__main .testimonials__quate {
    position: absolute;
    width: 100px;
    height: 78px;
    fill: #FFFFFF;
    opacity: 0.3;
    top: 0px;
    left: 120px;
}
.testimonial__main .testimonials__quate path {
    fill: #ffffff;
}
.testimonials-author.position-relative svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    display: block;
    margin: 0px auto;
    cursor: pointer;
}
.testimonials-intro h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 4px;
}
.testimonials-intro h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 14px;
}
.testimonials-intro p {
    font-weight: 400;
    font-size: 18px;
    color: #6B6B6B;
    margin-bottom: 0px;
}
.testimonials-slider .owl-nav {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.testimonials-slider .owl-nav button {
    margin-right: 10px;
    margin-left: 0px;
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 24px;
    transform: none;
}
.testimonials-slider .owl-nav button:last-child {
    margin-right: 0px;
}


.technologies .script-tag {
    margin-top: 30px;
}
.technologies .script-tag a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #6B6B6B;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
    margin-right: 30px;
    text-decoration: none;
}
.technologies .script-tag a.active,
.technologies .script-tag a {
    background-color: var(--bs-black);
    color: var(--bs-white);
}
.technologies svg {
    position: absolute;
    bottom: -140px;
    right: 0px;
    max-width: 150px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
.script-app .technologies-main {
    flex-wrap: wrap;
}
.technologies-main .technologies-item {
    width: 15%;
    float: left;
    text-align: center;
    margin-top: 30px;
}
.technologies-item .technologies-ico {
    margin-bottom: 30px;
}
.technologies-item p {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin: 15px 0px 0px;
}

.technologies .nav-tabs {
    border: 0;
    margin-top: 30px;
    margin-bottom: 35px;
}
.technologies .nav-tabs .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #6B6B6B;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
    margin: 5px 30px 5px 5px;
    text-decoration: none;
    border: 0;
}
.technologies .nav-tabs .nav-link.active {
    background-color: var(--bs-black);
    color: var(--bs-white);
}


.review-area .page-title p {
    margin: 0;
    color: #6B6B6B;
}
.review-area .reviews-media {
    text-align: right;
    display: flex;
    align-items: center;
}
.review-area .reviews-media a {
    background: #FFFFFF;
    border: 3px solid rgba(107, 107, 107, 0.1);
    border-radius: 20px;
    display: flex;
    height: 245px;
    vertical-align: middle;
    padding: 30px 30px;
    margin-right: 30px;
    align-items: center;
}
.review-area .reviews-media a:last-child {
    margin-right: 0px;
}
.contact-right .page-title p {
    margin: 0px 0px 18px;
    line-height: 1.8;
}
.contact-right .page-title h2 {
    font-weight: 600;
    font-size: 44px;
    color: var(--bs-primary);
    margin: 0px;
}
.review-area svg {
    position: absolute;
    bottom: -120px;
    max-width: 120px;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

/* Modal Confirm */

.modal-backdrop.show {
    opacity: .9 !important;
}
.modal-confirm {        
    color: #636363;
    width: 400px;
}
.modal-confirm .modal-content {
    padding: 30px 30px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}
.modal-confirm .modal-header {
    border-bottom: none;   
    position: relative;
    padding: 0px;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0px 0px;
    font-weight: 600;
    color: #000000;
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}
.modal-confirm .modal-body {
    font-weight: 400;
    font-size: 18px;
    color: #828282;
    padding: 0px;
    max-width: 400px;
    margin: 8px auto 0px;
}
.modal-confirm .modal-footer {
    border: none;
    text-align: center;     
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 0px 0px;
}
.modal-confirm .modal-footer a {
    color: #999;
}       
.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
    color: #f15e5e;
    line-height: 76px;
    font-size: 46px;
    display: inline-block;
}
.modal-confirm .btn, .modal-confirm .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}
.modal-confirm .btn-secondary {
    background: #c1c1c1;
    border-color: #c1c1c1;
}
.modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
    background: #a8a8a8;
    border-color: #a8a8a8;
}
.modal-confirm .btn-danger {
    background: #f15e5e;
    border-color: #f15e5e;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
    background: #ee3535;
    border-color: #ee3535;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

/* Modal Confirm */

.approach-area {
    padding: 80px 0px;
}
.approach-main {
    border-top: 1px solid rgb(107 107 107 / 20%);
}
.approach-area .page-title p {
    max-width: 100%;
}
.approach-main .approach-intro {
    padding-top: 30px;
}
.approach-main .nav-tabs {
    border: 0;
    display: block;
    border-right: 1px solid rgb(107 107 107 / 20%) !important;
}
.approach-main .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 32px;
    line-height: normal;
    color: rgb(107 107 107 / 30%);
    display: block;
    width: 100%;
    text-align: left;
    border: 0px;
    border-bottom: 1px solid !important;
    border-color: rgb(107 107 107 / 20%) !important;
    border-radius: 0;
    padding: 22px 0px;
    margin: 0;
    position: relative;
}
.approach-main .nav-tabs .nav-link::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgb(107 107 107 / 20%);
    position: absolute;
    bottom: -1px;
    left: -100%;
}
.approach-main .nav-tabs .nav-link.active {
    color: #000000;
}
.approach-main .nav-tabs .nav-link span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 100px;
    text-align: center;
}
.approach-main .nav-tabs .nav-link span svg {
    display: none;
}
.approach-main .nav-tabs .nav-link.active span {
    font-size: 0px;
}
.approach-main .nav-tabs .nav-link.active span svg {
    display: block;
}
.approach-intro h2 {
    font-weight: 900;
    font-size: 45px;
    color: var(--bs-primary);
}
.approach-intro p {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
}

.approach-info ul {
    padding-left: 20px;
}
.approach-info ul .theme-title {
    color: #000;
}
.approach-info ul li {
    font-size: 18px;
    color: rgb(0 0 0 / 60%);
    margin-bottom: 20px;
}
.approach-info ul li:last-child {
    margin-bottom: 0px;
}
.approach-info ul .theme-title {
    position: relative;
}
.approach-info ul .theme-title::before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
}

.about-area svg,
.what-we-do svg {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.what-we-do svg {
    bottom: -80px;
}
.we-help-area svg {
    position: absolute;
    top: -20%;
    left: 0px;
}
.about-intro p {
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
}
.what-we-do .what-we-box {
    padding-left: 150px;
    padding-top: 5px;
    margin-top: 40px;
}
.what-we-box .what-we-ico {
    width: 122px;
    height: 114px;
    background: #181820;
    text-align: center;
    line-height: 116px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.what-we-do .what-we-box {
    padding-left: 140px;
    padding-top: 10px;
}
.what-we-box .theme-title {
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}
.what-we-box p {
    margin: 0px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #6B6B6B;
}
.we-help-intro p {
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
}
.we-help-intro p:last-child {
    margin-bottom: 0px;
}
.we-help-area .we-help-media {
    margin-right: -60px;
    position: relative;
    z-index: 1;
}
.we-help-area .we-help-media .shape-right {
    position: absolute;
    top: 80px;
    right: -190px;
    z-index: -1;
}
.our-values .nav-tabs {
    border: 0;
    margin: 30px 0px 30px !important;
    justify-content: center;
}
.our-values .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 26px;
    line-height: normal;
    background: #F3F5F7;
    border-radius: 15px;
    padding: 12px 50px;
    border: 0;
    margin-right: 20px;
}
.our-values .nav-tabs .nav-link:last-child {
    margin-right: 0px;
}
.our-values .nav-tabs .nav-link.active,
.our-values .nav-tabs .nav-link:hover {
    background-color: #3E7EE9;
    color: #fff;
}
.our-values .our-values-box {
    padding-left: 150px;
    padding-top: 5px;
    margin-top: 50px;
}
.our-values .our-values-box.text-end {
    padding-right: 150px;
    padding-left: 0px;
}
.our-values-box .our-values-ico {
    width: 122px;
    height: 114px;
    line-height: 114px;
    text-align: center;
    background: #181820;
    position: absolute;
    top: 0;
    left: 0px;
}
.our-values .our-values-box.text-end .our-values-ico {
    left: inherit;
    right: 0px;
}
.our-values-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #6B6B6B;
    margin-bottom: 0px;
}
.our-success-area .our-success {
    background-image: url(../images/success-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F3F5F7;
    padding: 50px 0px 80px;
}
.success-main .success-card {
    margin-top: 30px;
}
.success-card h2 {
    font-weight: 800;
    font-size: 60px;
    line-height: 1.8;
    color: #181820;
    position: relative;
    z-index: 1;
}
.success-card h2 svg {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.success-card p {
    font-weight: 800;
    line-height: normal;
    color: #181820;
    margin-bottom: 0px;
}
.team-slider {
    overflow: hidden;
}
.team-slider .slick-arrow {
    background: #181820;
    border: 1px solid #FFFFFF;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    position: absolute;
    top: 56%;
    left: 0px;
    cursor: pointer;
}
.team-slider .slick-arrow.fa-arrow-right {
    left: 72px;
}
.team-area .team-area-main {
    margin-left: 13%;
    position: relative;
    overflow: hidden;
}
.team-area-main .team-intro {
    width: 22%;
    float: left;
}
.team-area-main .team-slider-main {
    width: 78%;
    float: left;
}
.team-slider .team-card {
    float: left;
    margin: 0px 15px;
}
.team-card .team-media {
    margin-bottom: 15px;
}
.team-card .team-media img {
    transition: all 0.5s;
    filter: grayscale(1);
}
.team-card:hover .team-media img {
    filter: none;
}
/*.team-card .team-media::before {
    content: "";
    background-color: #222;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: .6;
    visibility: hidden;
    transition: all 0.5s;
}
.team-card .team-media .team-social {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    text-align: center;
    transition: all 0.5s;
    visibility: hidden;
}
.team-media .team-social > a {
    height: 40px;
    width: 40px;
    background-color: #fff;
    display: block;
    font-size: 20px;
    border-radius: 2px;
    color: #3e7ee9;
    line-height: 42px;
    text-align: center;
    margin: 0px auto;
}*/
.team-card p {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #6B6B6B;
    margin: 0px 0px 4px;
}
.team-card .theme-title {
    margin: 0;
}

.blog-area .blog-slider {
    position: relative;
}
.blog-area .blog-slider .slick-arrow {
    position: absolute;
    bottom: 12%;
    left: 15%;
}
.blog-area .blog-slider .slick-arrow.fa-arrow-left {
    left: 10%;
}
.blog-card {
    padding: 15px 15px 50px;
}
.blog-intro h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 15px;
}
.blog-intro h2 > a {
    color: #000000;
    text-decoration: none;
}
.blog-intro p {
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 15px;
}
.blog-footer-left h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 2px;
}
.blog-footer-left p {
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.blog-footer-left {
    position: relative;
    padding-left: 80px;
    padding-top: 10px;
}
.blog-footer-left .blog-author {
    position: absolute;
    top: 0px;
    left: 0px;
}
.blog-footer-left .blog-author img {
    border-radius: 100%;
}
.blog-card .blog-intro {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    max-width: 950px;
    margin-left: auto;
    padding: 30px 30px;
    margin-top: -150px;
    position: relative;
    z-index: 1;
}
.featured-posts .featured-slider {
    margin: 0px -15px;
}
.featured-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
    margin: 15px;
}
.featured-intro .theme-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.6;
    color: #000000;
    margin: 0;
}
.featured-intro .theme-title > a {
    color: #000000;
    text-decoration: none;
}
.featured-intro p {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #6B6B6B;
    margin-bottom: 18px;
}
.featured-card .featured-intro {
    width: calc(100% - 248px);
    padding-right: 16px;
}
.featured-media img {
    max-width: 230px;
    border-radius: 100%;
}
.featured-slider .owl-nav {
    display: none;
}
.lg-blog {
    border: 1px solid rgb(107 107 107 / 15%);
}
.lg-blog .lg-blog-intro {
    padding: 30px 30px;
}
.lg-blog-intro h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 15px;
}
.lg-blog-intro h2 > a {
    color: #000000;
    text-decoration: none;
}
.lg-blog-intro p {
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
}
.blog-sidebar .page-title h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: normal;
    color: #000000;
    margin-bottom: 15px;
}
.blog-si-card {
    background: #FAFAFA;
    border-bottom: 1px solid rgba(107, 107, 107, 0.3);
    margin-bottom: 15px;
}
.blog-si-card .blog-si-intro {
    width: calc(100% - 199px);
    padding: 0px 15px;
}
.blog-si-intro .theme-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}
.blog-si-intro .theme-title > a {
    color: #000000;
    text-decoration: none;
}
.blog-si-intro span {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #6B6B6B;
    display: block;
}
.list-style {
    padding-left: 20px;
}
.list-style li {
    list-style: disc;
    font-weight: 500;
    margin-bottom: 12px;
}
.list-style li:last-child {
    margin-bottom: 0px;
}
.single-area .blog-intro li ol > li {
    list-style: unset;
    margin-bottom: 12px;
}
.single-area .blog-intro li ol > li:last-child {
    margin-bottom: 0px;
}
.single-area h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 15px;
}
.single-area p {
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
}
.single-area .blog-intro {
    padding-left: 40px;
}
.single-area .blog-intro li {
    list-style: disc;
}
.single-area .blog-intro li h3 {
    margin: 0px;
    font-size: 22px;
}
.single-area .blog-footer {
    margin: 30px 0px 30px;
}
.single-area .blog-footer-left p {
    margin: 0;
}
.single-area .blog-footer svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 195px;
}
.single-area h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #000000;
    margin: 40px 0px 20px;
}
.blog-single .detail-sidebar {
    position: sticky;
    top: 87px;
}
.blog-single .newsletter {
    background: #181820;
    padding: 30px 30px;
}
.blog-single .newsletter h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.blog-single .newsletter p {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.6;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.newsletter .form-group .form-control {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #FFFFFF;
    background: rgb(243 245 247 / 20%);
    border-radius: 0;
}
.newsletter .form-group .btn-primary {
    width: 100%;
    font-weight: 700;
    border-radius: 0;
    margin-top: 15px;
}

.terms_condition-text h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.4;
    margin: 25px 0px;
}
.terms_condition-text .terms_condition-text {
    padding-left: 45px;
}
.terms_condition-text .theme-title {
    margin-bottom: 20px;
}
.terms_condition-text p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
}
.terms_condition-text p a {
    color: var(--bs-primary);
    text-decoration: none;
}
.terms_condition-text ol {
    margin-bottom: 25px;
    padding-left: 45px;
}
.terms_condition-text ol li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 18px;
    list-style: lower-roman;
}
.terms_condition-text ol li:last-child {
    margin-bottom: 0px;
}

/* Cookie CSS */
.cookie-policy {
    border-radius: 20px;
    bottom: 32px;
    left: 0;
    margin: auto;
    max-width: 1170px;
    position: fixed;
    right: 0;
    text-align: left;
    z-index: 999;
    box-shadow: 0 0 50px rgb(0 0 0 / 10%);
    background-color: #fff;
}
.cookie-policy::before {
    content: "";
    background: #2d394b;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}
.cookie-policy-more {
    padding: 32px;
}
.cookie-wrapper .nav .nav-item {
    flex-grow: 1;
}
.cookie-policy .btn-main {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 24px;
    color: #FFFFFF;
    background: #3E7EE9;
    border: 1px solid transparent;
    white-space: nowrap;
}
.cookie-policy .border-btn {
    border-color: #000;
    background-color: transparent;
    color: #000;
}
.cookie-policy-link {
    color: #248ef8;
}
.cookie-policy .text-black {
    color: #000;
}
.cookie-policy .nav-tabs .nav-item {
    margin-right: 30px;
}
.cookie-policy .nav-tabs .nav-item:last-child {
    margin-right: 0px;
}
.cookie-policy .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #A5A5A5;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    padding: 12px 0px;
}
.cookie-policy .nav-tabs .nav-item.show .nav-link,
.cookie-policy .nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom-color: #000;
    color: #000;
}
.cookie-policy .tab-content p {
    font-size: 16px;
    color: #000;
    margin: 0;
}
.cookie-policy .tab-content p a {
    border-bottom: 1px solid #000;
    color: #000;
    text-decoration: none;
}
.cookie-policy .tab-content {
    margin-top: 20px;
}
.cookie-policy-check-wrapper {
    padding: 20px 40px;
    background-color: #f5f5f5;
}
.cookie-policy-check-wrapper .form-check {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}
.cookie-policy-check-wrapper .form-check .form-check-input {
    margin: 0;
    outline: 0;
    box-shadow: none;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.cookie-policy-check-wrapper input[type=checkbox]:focus,
.cookie-policy-check-wrapper input[type=file]:focus,
.cookie-policy-check-wrapper input[type=radio]:focus {
    outline: 0;
}
.cookie-policy-check-wrapper .form-check-label {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #000;
    text-transform: capitalize;
}
.cookie-policy .cookie-policy-actions {
    padding: 32px;
    background-color: #fff;
}
.cookie-policy #cookie-collapse {
    background-color: #fff;
}
.cookie-policy-actions p {
    font-size: 16px;
    color: #000;
    margin: 0;
}
@media (max-width: 1200px) {
    .cookie-policy {
        margin: 10px;
    }
}
@media (max-width: 991px) {

    .cookie-policy-actions,
    .cookie-policy-more,
    .cookie-policy-check-wrapper {
        padding: 20px;
    }
    .cookie-policy .nav-tabs .nav-link {
        padding: 10px 18px;
    }
    .cookie-policy-more h2 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .cookie-policy-actions p {
        text-align: center;
    }
    .cookie-policy-check-wrapper .form-check .form-check-input {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 575px) {
    .cookie-policy .tab-content p,
    .cookie-policy-actions p {
        font-size: 14px;
    }
    .cookie-policy-actions,
    .cookie-policy-more,
    .cookie-policy-check-wrapper {
        padding: 16px;
    }
    .cookie-policy .nav-tabs .nav-link {
        padding: 8px 12px;
        font-size: 14px;
    }
    .cookie-policy-more h2 {
        font-size: 20px;
    }
    .cookie-policy-check-wrapper .form-check-label {
        font-size: 14px;
    }
    .cookie-policy {
        bottom: 10px;
    }
}
/* Cookie CSS */
/* Tolkus */
.lets-tolkus {
    padding: 60px 0px;
    border-top: 1px solid rgb(238 238 238 / 86%);
}
.lets-tolkus .page-title p {
    max-width: 750px;
}
.talk-ul {
    max-width: 1150px;
    margin: 0px auto;
    padding: 0px;
}
.talk-ul li {
    display: inline-block;
    padding: 0 30px 0;
    text-align: center;
    position: relative;
    width: calc(100% / 3 - 10px);
    margin-top: 40px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.talk-ul li:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
}
.talk-ul li>a {
    text-decoration: none
}
.talk-ul li .ani_bg {
    background-color: #fff!important;
    color: #fff
}
.talk-ul li .ani_bg-2 {
    background-color: #0063c140!important
}
.talk-ul li.call-us .ani_bg .ani_bg-2 {
    background-color: rgba(203,26,197,.25)!important
}
.talk-ul li.mail-us .ani_bg .ani_bg-2 {
    background-color: rgba(12,174,193,.25)!important
}
.talk-ul li .ani_bg {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #fff;
    line-height: 60px;
    margin: auto;
    position: relative;
    margin-bottom: 15px;
    padding-top: 16px
}
.ani_bg img {
    width: 30px
}
.talk-icon {
    width: 30px;
    height: 30px;
    background-position: center;
    margin: auto
}
.call-talk {
    background: url('../../images/all-icon.png') no-repeat;
    background-position: -426px -17px
}
.mail-talk {
    background: url('../../images/all-icon.png') no-repeat;
    background-position: -474px -17px
}
.skype-talk {
    background: url('../../images/all-icon.png') no-repeat;
    background-position: -521px -17px
}
.talk-ul li .ani_bg-2 {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: auto;
    line-height: 115px;
    transition: .5s;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}
.call-us:hover .anlimited-ani {
    display: none!important
}
.anlimited-ani {
    animation: wobble1 2s infinite linear
}
.talk-ul li:hover .ani_bg-2 {
    animation: wobble1 2s infinite linear
}
@keyframes wobble1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}
.talk-label {
    font-size: 18px;
    color: #222;
    font-weight: 400;
    margin-bottom: 6px;
}
.talk-resource {
    font-size: 22px;
    font-weight: 600;
    color: #0063c1;
    margin: 0;
}
.link ul li a {
    font-size: 14px
}
/* Tolkus */

.footer-main {
    background-color: var(--bs-black);
}
.footer-main .footer-top {
    padding: 40px 0px 30px;
    margin-top: 50px;
}
.footer-main .footer-item {
    margin-top: 30px;
}
.footer-main .footer-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: var(--bs-light);
    margin-bottom: 20px;
    max-width: 400px;
}
.footer-main .footer-item ul {
    margin: 0px;
}
.footer-main .footer-item ul li {
    margin-bottom: 8px;
}
.footer-main .footer-item ul li:last-child {
    margin-bottom: 0px;
}
.footer-main .footer-item ul li > a {
    display: flex;align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: var(--bs-white);
    text-decoration: none;
}
.footer-main .footer-item ul li > a svg {
    margin-right: 6px;
}
.footer-main .footer-item h3 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.04em;
    color: var(--bs-white);
    margin-bottom: 26px;
}
.footer-main .footer-item .footer-intro ul {
    padding-left: 0px;
}
.footer-main .footer-item .footer-intro ul li > a {
    color: var(--bs-background);
}
.footer-main .footer-item .footer-intro ul li {
    list-style: none;
    color: var(--bs-background);
    opacity: 0.5;
}
.footer-main .footer-item .footer-intro ul li:hover, 
.footer-main .footer-item .footer-intro ul li > a:hover {
    opacity: 1;
}
.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 0px;
}
.copyright-text p {
    font-weight: 500;
    font-size: 15px;
    color: var(--bs-white);
    margin: 0px;
}
.footer-copyright .copyright-right {
    text-align: right;
}
.copyright-right .refund-policy {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--bs-primary);
    background: var(--bs-white);
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    float: left;
    margin-right: 22px;
}

.customize-work {
    background-color: #181820;
    border: 2px solid #2e2e36;
    padding: 30px;
    border-radius: 15px;
    margin-top: -90px;
    margin-bottom: 30px;
}
.customize-work i {
    font-size: 40px;
}
.customize-work .btn-main {
    background: #356AD1;
    border: 1px solid #356AD1;
    border-radius: 5px;
    padding: 12px 25px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-top .footer-links {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.footer-icon-box {
    float: left;
}
.footer-icon-box a {
    font-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #ffffff;
    background: #343434;
    line-height: 31px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}
.footer-icon-box a i {
    line-height: 30px;
}
.footer-icon-box .u01b__icon-home {
    height: 16px;
    width: 16px;
    line-height: 30px;
    display: block;
    margin: 7px auto;
}


@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}



@media screen and (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1430px;
    }
    .offer-customers .customers-main {
        display: flex;
    }
    .customers-main .customers-card {
        float: none;
    }
    .footer-main .container {
        max-width: 1250px;
    }
}
@media (max-width: 1199px) {
    .page-title .blink-title {
        font-size: 180px;
    }
}
@media (max-width: 991px) {
    .page-title .blink-title {
        font-size: 140px;
    }
}
@media (max-width: 767px) {
    .page-title h2 {
        font-size: 30px;
    }.approach-main .nav-tabs .nav-link {
        font-size: 18px;
        padding: 22px 0px;
    }.approach-main .nav-tabs .nav-link.active span svg {
        width: 70px;
    }
}
@media (max-width: 575px) {
    .approach-main .nav-tabs .nav-link span {
        width: 70px;
    }.approach-area {
        padding: 40px 0px;
    }
}
@media (max-width: 440px) {
}