body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Oswald';
    font-weight: 300;
    position: relative;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea,
label {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

button {
    outline: none !important;
    cursor: pointer !important;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

li {
    list-style: none;
}

.center {
    display: block;
    margin: 0 auto;
    float: none;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background-color: #4b395f;
    border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
    background-color: #3C4471;
    border-radius: 25px;
}

@font-face {
    font-family: InaiMathi;
    src: url(../fonts/InaiMathi.ttf);
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.woff2') format('woff2'), url('../fonts/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-ExtraLight.woff2') format('woff2'), url('../fonts/Oswald-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-SemiBold.woff2') format('woff2'), url('../fonts/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Light.woff2') format('woff2'), url('../fonts/Oswald-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Medium.woff2') format('woff2'), url('../fonts/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.min-banner {
    background-image: url(../images/bannn.jpg);
    height: 765px;
    align-items: center;
    padding: 190px 0 0;
    background-position: center;
    background-size: cover;
}

.custom-head {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
}

.head-button button {
    width: 49%;
    padding: 10px 0;
    border-radius: 100px;
    color: #FEAA46;
    font-size: 16px;
    background: transparent;
    border: 2px solid #FEAA46;
    text-transform: uppercase;
    margin-top: 11px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.fast-banner-text h1 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.fast-banner-text p {
    color: #fff;
    font-size: 19px;
    margin: 30px 0 50px;
    font-weight: 300;
}

.gradient-heading {
    background: linear-gradient(to right, #FEAA46, #fff, #3ff71e, #fbff0e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2.5s linear infinite;
}

@-webkit-keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.boll {
    position: absolute;
    left: -20px;
    top: -40px;
    z-index: 3;
    animation-name: float_left_right_two;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right_two;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right_two;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right_two;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right_two;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}

.slider-thumb::before {
    position: absolute;
    content: "";
    left: -80px;
    bottom: -70px;
    width: 300px;
    height: 300px;
    background: #FEAA46;
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    z-index: 1;
    -webkit-animation: sliderShape 5s linear infinite;
}

@keyframes sliderShape {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }
    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        -moz-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        -ms-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        -o-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}

.min-pic {
    position: relative;
    z-index: 2;
}

.min-ring {
    position: absolute;
    z-index: 9;
    bottom: -60px;
    right: -70px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.fast-banner-text button {
    width: 193px;
    padding: 6px 10px 6px 26px;
    font-size: 16px;
    border: none;
    border-radius: 100px;
    text-align: left;
    color: #1661A1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: #fff;
    text-transform: capitalize;
}

.fast-banner-text button span {
    width: 55px;
    height: 40px;
    background: #1661A1;
    color: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.fast-banner-text button:hover {
    background: #1661a1;
    transition-duration: 0.5s;
    color: #fff;
}

.fast-banner-text button:hover span {
    background-color: #FEAA46;
}

.service-section {
    margin: 130px 0 0;
}
.serviec-fast-text h2 {
    margin-bottom: 20px;
    font-size: 32px;
}
.service-fast-text h2 {
    color: #6C2137;
    font-size: 14px;
    padding-left: 40px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}

.service-fast-text h2:before {
    content: "";
    background: #1661A1;
    width: 90px;
    height: 2px;
    position: absolute;
    left: -75px;
    top: 50%;
    animation: lifte_and_right 5s linear infinite;
}

@keyframes lifte_and_right {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}

.service-fast-text {
    margin-bottom: 50px;
}

.service-two-text h4 {
    font-size: 47px;
    color: #000;
    position: relative;
    font-family: InaiMathi;
    font-weight: bold;
}

.service-two-text h4::before {
    content: "";
    background: #FEAA46;
    width: 174px;
    height: 11px;
    position: absolute;
    left: -17px;
    animation: lifte_and_right 5s linear infinite;
    right: 0;
    bottom: 10px;
    z-index: -1;
}

.service-fast-button button {
    width: 249px;
    padding: 6px 10px 6px 26px;
    font-size: 16px;
    border: none;
    border-radius: 100px;
    text-align: left;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: #1661A1;
    text-transform: capitalize;
}

.service-fast-button button span {
    width: 55px;
    height: 40px;
    background: #ffffff;
    color: #1661a1;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.service-fast-button button:hover {
    background: #6d223a;
    transition-duration: 0.5s;
    color: #fff;
}

.service-fast-button button:hover span {
    background-color: #1661a1;
    color: #fff;
}

.service-box {
    width: 100%;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 16%);
    border-radius: 16px;
    padding: 0 20px 35px;
    transition-duration: 0.5s;
    margin-bottom: 100px;
}

.service-box img {
    position: relative;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.service-two-text,
.service-fast-button {
    margin-bottom: 100px;
}

.service-box h3 {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    font-family: InaiMathi;
}

.service-box p {
    font-size: 14px;
    color: #292a2a;
    margin: 20px 0 30px;
    font-weight: 300;
}

.service-box a {
    font-size: 15px;
    color: #1661A1;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

.service-box a:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 8px;
    background: #FEAA46;
    bottom: -1px;
    left: -1px;
    z-index: -1;
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.floating-opp {
    animation-name: floating-opp;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from {
        transform: translate(0, 0);
    }
    65% {
        transform: translate(0, 15px);
    }
    to {
        transform: translate(0, 0);
    }
}

@keyframes floating-opp {
    from {
        transform: translate(0, 0);
    }
    65% {
        transform: translate(0, -15px);
    }
    to {
        transform: translate(0, 0);
    }
}

.service-box:hover {
    background: #1661a1;
    transition-duration: 0.5s;
}

.service-box:hover h3 {
    color: #fff;
}

.service-box:hover p {
    color: #fff;
}

.service-box:hover a {
    color: #fff;
}

.about-bgcolor {
    background-color: #fafafa;
    padding: 70px 60px 0;
    position: relative;
}

.about-bgcolor:before {
    background: #fafafa;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 50vw;
}

.head-button button:hover {
    background: #feaa46;
    color: #000;
    transition-duration: 0.5s;
}

.about-fast-text h2 {
    color: #6C2137;
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}

.about-fast-text h2:before {
    content: "";
    background: #1661A1;
    width: 90px;
    height: 2px;
    position: absolute;
    left: -105px;
    top: 50%;
    animation: lifte_and_right 5s linear infinite;
}

.two-about-text h3 {
    font-size: 44px;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: InaiMathi;
}

.two-about-text p {
    font-size: 19px;
    color: #596975;
    line-height: 28px;
    font-weight: 200;
}

.about-fast-text {
    margin-bottom: 40px;
}

.min-about-perant {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.slider-tile-item {
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 2.25rem 3.125rem 0 #ebebeb;
    border-radius: 13px;
    width: 260px;
    margin-left: 25px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    margin-top: 22px;
}

.slider-tile-item ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.slider-tile-item h3 {
    font-size: 30px;
    font-weight: bold;
    color: #6C2137;
    font-family: InaiMathi;
}

.slider-tile-item p {
    font-size: 16px;
    color: #596975;
}

.slider-tile-item:nth-child(2n+2) {
    position: relative;
    top: 40px;
}

.two-about-text button {
    width: 190px;
    padding: 6px 10px 6px 26px;
    font-size: 16px;
    border: none;
    border-radius: 100px;
    text-align: left;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: #1661A1;
    margin-top: 100px;
    position: relative;
    bottom: -20px;
    text-transform: capitalize;
}

.two-about-text button span {
    width: 55px;
    height: 40px;
    background: #ffffff;
    color: #1661a1;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.two-about-text button:hover {
    background: #6d223a;
    transition-duration: 0.5s;
    color: #fff;
}

.two-about-text button:hover span {
    background-color: #1661a1;
    color: #fff;
}

.logo-section {
    margin: 130px 0;
}

.logo-section ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.casstidio-text h2 {
    color: #6C2137;
    font-size: 14px;
    padding-left: 40px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}

.casstidio-text h2:before {
    content: "";
    background: #1661A1;
    width: 90px;
    height: 2px;
    position: absolute;
    left: -75px;
    top: 50%;
    animation: lifte_and_right 5s linear infinite;
}

.case-studies-section {
    margin: 0 0 100px;
}

.casstidio-text {
    margin-bottom: 40px;
}

.test-text h3 {
    font-size: 47px;
    font-weight: bold;
    font-family: InaiMathi;
    color: #000;
    line-height: 65px;
}

.test-text h3 span {
    display: block;
}

.test-text p {
    font-size: 16px;
    color: #596975;
    line-height: 30px;
    font-weight: 300;
    margin: 10px 0 44px;
}

.inline-two-button button {
    width: 249px;
    padding: 6px 10px 6px 26px;
    font-size: 16px;
    border: none;
    border-radius: 100px;
    text-align: left;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: #1661A1;
    text-transform: capitalize;
}

.inline-two-button button span {
    width: 55px;
    height: 40px;
    background: #fff;
    color: #1661A1;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.inline-two-button button:hover {
    background: #6c2137;
    transition-duration: 0.5s;
    color: #fff;
}

.inline-two-button button:hover span {
    background-color: #1661a1;
    color: #fff;
}

.inline-two-button a {
    font-size: 16px;
    text-transform: capitalize;
    color: #1661a1;
    font-family: InaiMathi;
    font-weight: bold;
    position: relative;
    margin-left: 33px;
}

.inline-two-button a:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 8px;
    background: #FEAA46;
    bottom: 2px;
    left: -1px;
    transition-duration: 0.5s;
    z-index: -1;
}

.inline-two-button {
    display: flex;
    align-items: center;
}

.inline-two-button a:hover:before {
    width: 100%;
    transition-duration: 0.5s;
}

.test-img img {
    float: right;
    animation: lifte_and_right 5s linear infinite;
}

.test-slider .owl-nav {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
}

.test-slider .owl-prev {
    width: 55px;
    height: 40px;
    border: 2px solid #1661A1 !important;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.clint-section {
    margin: 0 0 100px;
}

.test-slider .owl-next {
    width: 55px;
    height: 40px;
    border: 2px solid #1661A1 !important;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    margin-left: 16px;
}

.clint-text h2 {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #6C2137;
    margin-bottom: 35px;
}

.clint-text h3 {
    font-size: 47px;
    color: #000;
    font-family: InaiMathi;
    text-transform: capitalize;
    text-align: center;
    position: relative;
}

.clint-text h3::before {
    content: "";
    background: #FEAA46;
    width: 174px;
    height: 11px;
    position: absolute;
    left: -17px;
    animation: lifte_and_right 5s linear infinite;
    right: 0;
    bottom: 9px;
    z-index: -1;
    margin: 0 auto;
}

.clint-bg {
    background-color: #fafafa;
    position: relative;
}

.clint-box {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 2.25rem 3.125rem 0 #ebebeb;
    padding: 2.5rem;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    -ms-border-radius: 0.75rem;
    -o-border-radius: 0.75rem;
    border-top: 2px solid #feaa46;
}

.clint-box p {
    color: #2f4152;
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 32px;
}

.clint-box ul {
    display: flex;
    justify-content: space-between;
}

.clint-box ul li {
    font-size: 17px;
    color: #2f4152;
    font-weight: 500;
}

.clint-box ul li span {
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #798699;
}

.clint-text {
    margin-bottom: 100px;
}

.top-30 {
    position: relative;
    top: -40px;
}

.clint-bg::before {
    content: "";
    position: absolute;
    background-image: url(../images/pattern_testimonials_right.png);
    width: 180px;
    height: 139px;
    right: 70px;
    top: -60px;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.full-stack-section {
    position: relative;
    margin: 150px 0;
}

.stack-aling ul li {
    background: #fff;
    padding: 20px 25px;
    border-radius: 0.75rem;
    box-shadow: 0 0 21px rgb(0 0 0 / 16%);
    margin-bottom: 27px;
}

.stack-box p {
    font-size: 16px;
    color: #525252;
    font-weight: 300;
}

.stack-box h2 {
    font-size: 20px;
    text-transform: capitalize;
    color: #6d233b;
    margin-bottom: 10px;
}

.stack-aling ul li:nth-child(2) {
    position: relative;
    left: 30px;
    animation: lifte_and_right 5s linear infinite;
}

.stack-aling button {
    width: 249px;
    padding: 6px 10px 6px 26px;
    font-size: 16px;
    border: none;
    border-radius: 100px;
    text-align: left;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: #1661A1;
    text-transform: capitalize;
    margin-top: 60px;
}

.stack-aling button span {
    width: 55px;
    height: 40px;
    background: #fff;
    color: #1661A1;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.stack-aling button:hover {
    background: #6c2137;
    transition-duration: 0.5s;
    color: #fff;
}

.stack-aling button:hover span {
    background-color: #1661a1;
    color: #fff;
}

.join-text h4 {
    font-size: 44px;
    color: #000;
    font-family: InaiMathi;
    font-weight: bold;
    margin-bottom: 20px;
}

.join-text p {
    font-size: 16px;
    font-weight: 300;
    color: #2f4152;
    line-height: 27px;
}

.stack-aling {
    position: relative;
}

.stack-aling::before {
    content: "";
    position: absolute;
    background-image: url(../images/pattern_joinus_right.png);
    width: 242px;
    height: 194px;
    right: -120px;
    bottom: 0;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: -1;
}

.full-stack-section::before {
    content: "";
    position: absolute;
    background-image: url(../images/pattern_joinus_right.png);
    width: 242px;
    height: 194px;
    right: 50px;
    top: -80px;
    animation-name: spin;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: -1;
}

.start-your-project {
    background-color: #fafafa;
    position: relative;
    padding: 10px 60px 0;
}

.start-your-project:before {
    background: #fafafa;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 50vw;
}

.case-studia h4 {
    font-size: 40px;
    color: #000;
    font-family: InaiMathi;
    font-weight: bold;
    line-height: 62px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.case-studia button {
    width: 190px;
    padding: 6px 10px 6px 26px;
    font-size: 16px;
    border: none;
    border-radius: 100px;
    text-align: left;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: #1661A1;
    text-transform: capitalize;
}

.case-studia button span {
    width: 55px;
    height: 40px;
    background: #ffffff;
    color: #1661a1;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.case-studia button:hover {
    background: #6d223a;
    transition-duration: 0.5s;
    color: #fff;
}

.case-studia button:hover span {
    background-color: #1661a1;
    color: #fff;
}

.footer {
    background-color: #3C4471;
}

.footer-right-bg {
    position: relative;
}

.footer-right-bg:after {
    background-color: #4b395f;
    border-top-right-radius: 6.25rem;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 0;
}

.footer-right-bg:before {
    background-color: #4b395f;
    bottom: 0;
    content: "";
    position: absolute;
    right: 100%;
    top: -80px;
    width: 50vw;
    z-index: 1;
}

.min-footer-pics {
    position: relative;
    z-index: 99;
    padding: 0 30px 20px;
}

.min-footer-pics img {
    margin: 0 0 30px;
}

.star-ring {
    position: absolute;
    right: -100px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    bottom: 30px;
}

.min-footer-pics ul li h3 {
    color: #fff;
    font-size: 18px;
    font-family: InaiMathi;
    margin-bottom: 10px;
}

.min-footer-pics ul li p {
    color: #CCE0FF;
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;
}

.start-pic img {
    max-width: inherit;
}

.min-footer-pics ul {
    margin-bottom: 40px;
}

.min-footer-pics h5 {
    color: #fff;
    font-size: 15px;
    margin-top: 70 px;
}

.footer-margine {
    margin: 110px 0 0;
}

.footer-link h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    font-family: InaiMathi;
    border-bottom: 2px solid #fff;
    display: inline-block;
    text-transform: uppercase;
}

.footer-link ul li {
    font-size: 16px;
    line-height: 45px;
}

.footer-link ul li a {
    color: #CCE0FF;
}

.copy-right {
    border-top: 1px solid #fff;
    padding: 20px 0;
    margin: 35px 0 0;
}

.englis ul {
    display: flex;
}

.englis ul li {
    font-size: 15px;
}

.englis ul li a {
    color: #fff;
    font-family: InaiMathi;
}

.englis ul li {
    font-size: 15px;
    margin-right: 20px;
}

.social-icon ul {
    display: flex;
    justify-content: flex-end;
}

.social-icon ul li a {
    color: #fff;
}

.social-icon ul li {
    padding-left: 23px;
    font-size: 18px;
}

.not-transparent {
    background-image: linear-gradient(to bottom, #1661a1, #504f8e, #683c74, #702c55, #6c2137);
    position: fixed;
    padding: 5px 0;
    transition-duration: .5s;
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
    transition: all .5s;
}

.not-transparent .stellarnav ul {
    margin-top: 19px;
}

.not-transparent .head-button button {
    margin-top: 5px;
}

.contact-form-sec {
    position: relative;
}

.inner-pages {
    background: url(../images/contact-banner.png);
    height: 500px;
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.inner-page-heading h2 {
    color: #fff;
    font-size: 55px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.contact-fo {
    position: relative;
    padding: 90px 0;
}

.contact-images {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 90px;
}

.contac-left {
    background: #fff;
    box-shadow: 0 0 10px #0000004f;
    border-radius: 6px;
    padding: 40px 51px;
}

.contac-left h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
    width: 85%;
    color: #1b5f9f;
}

.contac-left input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #818181;
    padding: 18px 8px;
    margin-bottom: 10px;
}

.contac-left textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #818181;
    padding: 20px 8px;
    margin-bottom: 20px;
    height: 150px;
    resize: none;
}

.contac-left button {
    padding: 13px 35px 13px 25px;
    background: #fff;
    font-size: 17px;
    font-weight: 600;
    border: 2px solid #6c2239;
    margin-top: 10px;
    position: relative;
}

.contac-left button:before {
    position: absolute;
    content: '\f061';
    font-family: fontawesome;
    height: 20px;
    width: 43px;
    right: 0;
    font-size: 15px;
    font-weight: 400;
}

.contact-right {
    background: linear-gradient(to bottom, #1661a1, #504f8e, #683c74, #702c55, #6c2137);
    position: relative;
    top: 50px;
    left: -120px;
    width: 480px;
    padding: 40px;
    border-radius: 6px;
}

.contact-item {
    display: flex;
    margin-bottom: 43px;
}

.contact-icon i {
    color: #fff;
    font-size: 34px;
    margin-right: 16px;
}

.contact-info h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-info p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.contact-info p a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.social-media {
    border-top: 1px solid #ffffffa8;
    padding-top: 24px;
}

.social-media ul {
    display: flex;
    align-items: center;
}

.social-media ul li a {
    color: #fff;
    font-size: 19px;
    margin-right: 25px;
}

.address-bar {
    padding: 50px 0;
}

.address-colum h2 {
    font-size: 29px;
    font-weight: 600;
    color: #1a5f9f;
    margin-bottom: 23px;
}

.address-colum p {
    color: #000000d6;
    font-size: 17px;
    margin-bottom: 22px;
}

.ad-col-number {
    margin-bottom: 29px;
}

.address-colum a {
    margin-bottom: 4px;
    color: #6e2644;
    font-weight: 500;
    font-size: 18px;
}

.icon-one {
    position: absolute;
    left: 6%;
    top: 35%;
    width: 58px;
    height: 67px;
    background-repeat: no-repeat;
}

.icon-two {
    position: absolute;
    left: 6%;
    top: 65%;
    width: 91px;
    height: 99px;
    background-repeat: no-repeat;
}

.icon-three {
    position: absolute;
    left: 26%;
    top: 35%;
    width: 58px;
    height: 67px;
    background-repeat: no-repeat;
}

.icon-four {
    position: absolute;
    left: 56%;
    top: 30%;
    width: 101px;
    height: 101px;
    background-repeat: no-repeat;
}

.icon-five {
    position: absolute;
    left: 48%;
    top: 65%;
    width: 64px;
    height: 60px;
    background-repeat: no-repeat;
}

.icon-six {
    position: absolute;
    right: 3%;
    top: 25%;
    width: 58px;
    height: 67px;
    background-repeat: no-repeat;
}

.icon-two {
    animation-name: slideInUp;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: slideInUp;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: slideInUp;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: slideInUp;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
    }
}

@-moz-keyframes rotateme {
    0% {
        -moz-transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        -moz-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -moz-transform: rotate(360deg);
        opacity: 1;
    }
}

@-o-keyframes rotateme {
    0% {
        -o-transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        -o-transform: rotate(180deg);
        opacity: 0.7;
    }
    100% {
        -o-transform: rotate(360deg);
        opacity: 1;
    }
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

.icon-one,
.icon-three,
.icon-one,
.icon-two,
.icon-five,
.icon-four {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/* Bob Up Down*/

@-webkit-keyframes float_up_down {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }
    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.icon-three,
.icon-two {
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_up_down;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/* Bob */

@-webkit-keyframes float_left_right {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0.40;
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
    }
}

@keyframes float_left_right {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0.40;
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 1;
    }
}

.icon-four,
.icon-three {
    animation-name: float_left_right;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float_left_right_two {
    0% {
        -webkit-transform: translateX(-30px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(0px);
        opacity: 0.80;
    }
    100% {
        -webkit-transform: translateX(-30px);
        opacity: 1;
    }
}

@keyframes float_left_right_two {
    0% {
        transform: translateX(-30px);
        opacity: 1;
    }
    50% {
        transform: translateX(0px);
        opacity: 0.80;
    }
    100% {
        transform: translateX(-30px);
        opacity: 1;
    }
}

.icon-six,
.icon-two {
    animation-name: float_left_right_two;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right_two;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right_two;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right_two;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right_two;
    -o-animation-duration: 5s;
    -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);
    }
}

@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);
    }
}

.icon-one,
.icon-four,
.icon-three {
    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;
}

.about-banner {
    background-image: url(../images/about-banner.png);
}

.about-section {
    margin: 100px 0;
}

.service-fast-text h3 {
    font-size: 41px;
    text-transform: capitalize;
    color: #000;
    margin: 30px 0;
    font-family: InaiMathi;
}

.service-fast-text h3 {
    font-size: 28px;
    color: #000;
    margin: 30px 0 20px;
    font-family: InaiMathi;
    text-transform: uppercase;
    line-height: 48px;
    font-weight: 600;
}

.service-fast-text p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
}

.section-icons-about .icon-one {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 58px;
    height: 67px;
    background-repeat: no-repeat;
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.section-icons-about .icon-three {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58px;
    height: 67px;
    background-repeat: no-repeat;
    left: inherit;
    top: 0;
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.section-icons-about .icon-two {
    position: absolute;
    right: -60px;
    top: 200px;
    width: 91px;
    height: 99px;
    background-repeat: no-repeat;
    left: inherit;
}

.porces-text h2 {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #6C2137;
    margin-bottom: 35px;
}

.porces-text h3 {
    font-size: 47px;
    color: #000;
    font-family: InaiMathi;
    text-transform: capitalize;
    text-align: center;
    position: relative;
}

.porces-text h3::before {
    content: "";
    background: #FEAA46;
    width: 174px;
    height: 11px;
    position: absolute;
    left: -17px;
    animation: lifte_and_right 5s linear infinite;
    right: 0;
    bottom: 9px;
    z-index: -1;
    margin: 0 auto;
}

.process-section {
    margin: 100px 0;
}

.process-block .inner-box h3 {
    position: relative;
    color: #6f2a50;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase;
}

.process-block .inner-box .number:before {
    position: absolute;
    content: '';
    left: 47%;
    top: -45px;
    width: 2px;
    height: 45px;
    background-color: #4b395f;
}

.process-block .inner-box .number {
    position: relative;
    color: #ffffff;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    margin-top: 70px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-image: linear-gradient(to bottom, #1661a1, #504f8e, #683c74, #702c55, #6c2137);
}

.process-block .inner-box {
    position: relative;
    text-align: center;
}

.process-block-two .inner-box h3 {
    position: relative;
    color: #6f2a50;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase;
}

.process-block-two .inner-box .number {
    position: relative;
    color: #ffffff;
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 70px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-image: linear-gradient(to bottom, #1661a1, #504f8e, #683c74, #702c55, #6c2137);
}

.process-block-two .inner-box .number:before {
    position: absolute;
    content: '';
    left: 48%;
    bottom: -45px;
    width: 2px;
    height: 45px;
    background-color: #4b395f;
}

.process-block-two .inner-box {
    position: relative;
    text-align: center;
}

.porces-text {
    margin-bottom: 80px;
}


/* pagres-bar */

.progress *:not([data-progress]) {
    margin: 5px 0;
    font-size: 15px;
    color: #000;
}

.progress {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: transparent;
    padding: 0;
}

.progress [data-progress] {
    height: 15px;
    box-shadow: 0 0 1px 1px rgb(75 57 95 / 40%) inset;
    margin: 5px 0 10px 0;
    overflow: hidden;
    border-radius: 100px;
    width: 100%;
}

[data-progress]::after {
    content: "";
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 0;
    height: 100%;
    box-sizing: border-box;
    font-size: 10px;
    color: white;
    padding: 0 3px;
    transition: 2s;
    background-image: linear-gradient(to bottom, #1661a1, #504f8e, #683c74, #702c55, #6c2137);
}

[data-progress].animate-progress::after {
    content: attr(data-progress) "%";
    width: var(--animate-progress);
}


/* End Progress bar CSS */

.skills-box .progress {
    height: auto;
    display: inherit;
    line-height: 35px;
}

.progress p strong {
    float: right;
}

.team-section {
    margin: 0 0 30px;
}

.team-text h3 {
    font-size: 47px;
    color: #000;
    font-family: InaiMathi;
    text-transform: capitalize;
    text-align: center;
    position: relative;
}

.team-text h3::before {
    content: "";
    background: #FEAA46;
    width: 174px;
    height: 11px;
    position: absolute;
    left: -17px;
    animation: lifte_and_right 5s linear infinite;
    right: 0;
    bottom: 9px;
    z-index: -1;
    margin: 0 auto;
}

.team-text {
    margin-bottom: 70px;
}

.team-overlay:hover .team-det {
    transition-duration: 0.5s;
    opacity: 1;
}

.team-overlay {
    position: relative;
    overflow: hidden;
    box-shadow: 10px 0 10px rgb(0 0 0 / 30%);
    border-radius: 10px;
    margin-bottom: 50px;
}

.team-overlay img {
    width: 100%;
}

.team-det {
    position: absolute;
    background: rgb(0 0 0 / 66%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    top: 0;
    transition-duration: 0.5s;
    opacity: 0;
    border-radius: 10px;
}

.team-det h3 {
    color: #fff;
    font-size: 30px;
}

.team-det h4 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.top-0 {
    margin: 0 0 130px;
}

.footer-link ul li a:hover {
    color: #feaa46;
    transition-duration: 0.5s;
}

.join-banner {
    background-image: url(../images/join-banner.png);
}

.join-section {
    margin: 50px 0 100px;
}

.join-us-text h3 {
    text-transform: uppercase;
    color: #6d2542;
    font-size: 20px;
}

.join-us-text {
    margin: 50px 0 0;
}

.join-us-text h4 {
    font-family: InaiMathi;
    font-size: 43px;
    margin: 20px 0;
}

.join-us-text p {
    font-size: 15px;
    line-height: 25px;
    color: #000;
}

.join-us-text ul {
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
}

.list h5 {
    font-size: 35px;
    color: #6f2a50;
    margin-bottom: 5px;
}

.list p {
    color: #000;
    font-size: 15px;
}

.job-text h3 {
    text-align: center;
    font-size: 50px;
    color: #6e2e5a;
}

.job-text {
    margin-bottom: 50px;
}

.team-box:hover {
    animation: rubberBand 1s linear;
    -webkit-animation: rubberBand 1s linear;
}

.team-box {
    padding: 20px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 35px;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 16%);
    background: #fff;
    border-top: 1px solid #702b52;
    border-left: 1px solid #702b52;
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scaleX(1)
    }
}

.team-here-section {
    margin: 0 0 170px;
}

.team-box p {
    color: #000;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
}

.team-box h3 {
    color: #6f2a50;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-size: 26px;
}

.bg-color {
    background: #feaa46 !important;
    color: #000 !important;
}

.service-inner {
    margin: 70px 0;
}

.sercies-one {
    position: absolute;
    top: -29px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

.serviec-fast-text p {
    color: #000;
    line-height: 31px;
    font-size: 17px;
}

.left-animation {
    animation: lifte_and_right 5s linear infinite;
}

.service-two-section {
    margin: 90px 0 150px;
}

.serves-bg-text {
    background: #6f2748;
    padding: 40px 20px;
    position: relative;
    left: -70px;
    border-radius: 5px;
}

.serves-bg-text h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 30px;
}

.serves-bg-text p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.service-two-section img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.serves-bg-text-two {
    background: #6f2748;
    padding: 40px 20px;
    position: relative;
    right: -70px;
    border-radius: 5px;
    z-index: 9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.serves-bg-text-two h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 30px;
}

.serves-bg-text-two p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.design-user-banner {
    background-image: url(../images/design-user-experience-banner.png);
}
.career-section {
    padding: 70px 0;
}

.join-us-text h3 {
    text-transform: uppercase;
    font-size: 29px;
    margin-bottom: 13px;
}

.join-us-text h2 {
    font-size: 41px;
    color: #000;
    margin-bottom: 11px;
}

.join-us-text p {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 35px;
}
.join-us-text a {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    padding: 10px;
    transition-delay: 0.2s;
}

.join-us-text a:before {
    position: absolute;
    content: '';
    width: 28px;
    height: 39px;
    border-radius: 15px;
    background: #feaa46;
    z-index: -1;
    left: 0;
    transition: all .35s;
}

.join-us-text a:hover::before {
    width: 100%;
}




.apply-now {
    padding: 70px 0 190px;
    background: #ffffff;
    position: relative;
}

.apply-now-hea h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 17px;
}

.apply-now-hea p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}

.positions {
    padding-top: 60px;
}

.position-inner {
    background: #fff;
    padding: 26px 20px;
    box-shadow: 0 0 6px #e5e5e5;
    margin-right: 11px;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
}

.position-inner h2 {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 16px;
}

.position-inner p {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}


.position-inner a {
    color: #000;
    font-size: 23px;
    font-weight: 400;
    position: relative;
    padding: 10px;
    transition-delay: 0.2s;
    z-index: 1;
}

.position-inner a:before {
    position: absolute;
    content: '';
    width: 28px;
    height: 38px;
    border-radius: 15px;
    background: #feaa46;
    z-index: -1;
    left: 0;
    transition: all .35s;
}

.position-inner a:hover::before {
    width: 100%;
}
.newsstel {
    display: flex;
    align-items: center;
}

.newsstel input {
    padding: 19px 14px;
    border: none;
    width: 100%;
    border-radius: 100px;
}

.newsstel button {
    padding: 19px 16px;
    margin-left: 2px;
    background: #feaa46;
    border-radius: 100px;
    position: absolute;
    right: 0;
    width: 30%;
    border: none;
}
.footer-link p {
    color: #CCE0FF;
    line-height: 27px;
    font-size: 16px;
    margin-bottom: 29px;
    font-weight: 200;
}
.custom-pdf {
    position: fixed;
    right: 0;
    top: 50%;
    display:none;
    z-index: 999;
   
}


.serviec-fast-text h2 {
    margin-bottom: 27px;
    font-size: 36px;
}

.privacy-content {
    padding: 70px 0 100px;
}

.privacy-content p {
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 19px;
}

.privacy-content h3 {
    font-size: 27px;
    margin-bottom: 17px;
}

.privacy-content ul li {
    list-style: circle;
    font-size: 18px;
    margin-bottom: 23px;
}

.privacy-content ul {
    padding-left: 20px;
}

.englis p {
    color: #fff;
    font-size: 15px;
}

label.error {
    color: red;
    font-size: 13px;
    font-weight: 400;
}

.error-message {
    background-color: #e9e9e9;
    padding: 10px;
    border-radius: 5px;
}

.error-message p {
    font-size: 16px;
    font-weight: 400;
}

.success-message {
    background-color: #99fdae;
    padding: 10px;
    border-radius: 5px;
}

.success-message p {
    font-size: 16px;
    font-weight: 400;
}

.sub-success-message p, .sub-error-message p {
    color: white;
    margin-top: 10px;
}
.apply-form form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #818181;
    padding: 18px 8px;
    margin-bottom: 10px;
}

.apply-form form h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
    width: 85%;
    color: #1b5f9f;
}
.apply-form form {
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.apply-now .row {
    justify-content: center;
}
.apply-form form button {
    padding: 13px 35px 13px 25px;
    background: #fff;
    font-size: 17px;
    font-weight: 600;
    border: 2px solid #6c2239;
    margin-top: 10px;
    position: relative;
    cursor: pointer !important;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;

  }
  
  .btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
  }
  .apply-form form input[type=file] {
    border: none;
}