@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);

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

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

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

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

:root {
    --primary-color: #e74032;
    --secondary-color: #572c8b;
    --white: #FFFFFF
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-button:end:increment, ::-webkit-scrollbar-button:start:decrement {
    display: none
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #dedede
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #050607
}

[class^=box-] {
    display: none
}

[class^=box-].showfirst {
    display: block
}

.show-on-mobile {
    display: none
}

.customradio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    font-weight: 400;
    color: var(--white)
}

.customradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 11px;
    width: 11px;
    border-radius: 3px;
    background-color: #e0e0e0
}

.customradio input:checked ~ .checkmark {
    background: #ff6101
}

.slick-list {
    margin: 0 -15px
}

.slick-slide {
    margin: 0 15px
}

ul.slick-dots {
    padding: 20px 0 0;
    text-align: center
}

ul.slick-dots li {
    margin: 0 8px 0 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0;
    border: none
}

.slick-dots li button:before {
    color: var(--white);
    opacity: 1;
    font-size: 20px
}

.slick-dots li button {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    padding: 0;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
    box-sizing: border-box
}

.slick-dots li.slick-active button {
    background: #c9022c
}

span.arrows {
    width: 36px;
    height: 36px;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    cursor: pointer;
    line-height: 39px;
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    top: 0;
    border-radius: 0;
    background: #dde2e6;
    color: #222
}

span.arrows.next {
    right: 1%
}

.slick-initialized .slick-slide {
    outline: 0 !important
}

p {
    color: #8689a2;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0
}

p + p {
    margin-top: 15px
}

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

@media (min-width: 100px) {
    .padding-full {
        padding-right: 15px;
        padding-left: 15px
    }

    .no-padding {
        padding-left: 0;
        padding-right: 0
    }

    .no-padding-left {
        padding-left: 0
    }

    .no-padding-right {
        padding-right: 0
    }
}

body {
    font-family: Lato, sans-serif !important;
    overflow-x: hidden !important
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Mark Pro" !important
}

.home-banner {
    padding: 250px 0 120px;
    overflow: hidden;
    background: #161356;
    background: linear-gradient(90deg, #161356 0, #161356 45%, #ebbc40 100%);
}

header {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 20px 0
}

.menu-inner ul li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0;
    transition: .3s
}

.menu-inner ul {
    display: flex;
    align-items: center
}

.menu-inner ul li + li {
    margin-left: 30px
}

.menu-main {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header-cta ul li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.header-cta ul {
    display: flex;
    align-items: center
}

.header-cta {
    margin-left: 30px;
    position: relative;
    padding-left: 30px
}

.main-btn a {
    background: #ffb020;
    color: #161356 !important;
    position: relative;
    display: flex;
    align-items: center;
    padding: 9px 30px;
    border-radius: 50px;
    box-shadow: 0 0 0 5px #e8ba40;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #ffd821;
    overflow: hidden;
    position: relative;
    z-index: 9;
    font-size: 15px;
    line-height: normal;
}

/*.main-btn a:after {*/
/*    content: "";*/
/*    background: #363b64;*/
/*    width: 25px;*/
/*    height: 2px;*/
/*    display: block;*/
/*    margin-left: 12px*/
/*}*/

.main-btn {
    display: flex
}

.header-cta .main-btn {
    margin-left: 30px
}

.header-cta ul li img {
    margin-right: 12px
}

.header-cta:before {
    content: "";
    background: #ffb020;
    width: 2px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.banner-content h1 {
    color: #fff;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
}

.banner-content h1 span {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    line-height: 50px;
    position: relative;
    display: flex;
    align-items: center
}

.banner-content h1 span:before {
    content: "";
    background: #ffb020;
    width: 45px;
    height: 2px;
    display: flex;
    margin-right: 20px
}

.banner-content p {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px
}

.title-main {
    text-align: center
}

.title-main h2 {
    font-size: 70px;
    font-weight: 900;
    color: #ffb020;
    line-height: 78px;
    margin: 0 0 8px;
    text-transform: capitalize
}

.title-main h3 {
    color: #161356;
    font-size: 40px;
    line-height: 48px;
    font-weight: 900;
    margin: 0 0 10px
}

.title-main p {
    max-width: 850px;
    margin: 0 auto
}

.sec-padding {
    padding: 70px 0
}

.custom-tab-list {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px
}

.custom-tab-list ul {
    font-size: 0
}

.custom-tab-list ul li {
    display: inline-block;
    margin-right: 10px
}

.custom-tab-list ul li:last-child {
    margin-right: 0
}

.custom-tab-list ul li a {
    color: #9b9db2;
    font-size: 15px;
    position: relative;
    padding-bottom: 0;
    font-family: "Mark Pro";
    padding: 8px 22px;
    display: block;
    transition: .3s;
    font-weight: 500
}

.custom-tab-list ul li a::before {
    content: "";
    width: 0;
    transition: all .5s ease-in-out;
    display: none
}

.custom-tab-list ul li.active a::before, .custom-tab-list ul li:hover a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
    height: 2px;
    width: 100%
}

.custom-tab-list ul li.active a, .custom-tab-list ul li:hover a {
    color: #363b64;
    background: #ffb020;
    font-weight: 500;
    border-radius: 70px
}

.pricing-pg .custom-tab-list ul li {
    margin-right: 15px
}

.portolio-pg .custom-tab-list ul li {
    margin-top: 15px
}

.portfolio {
    position: relative;
    overflow: hidden
}

.portfolio-box ul {
    font-size: 0;
    text-align: center
}

.portfolio-box ul li {
    display: inline-block;
    width: calc(33.3% - 15px);
    margin-bottom: 15px;
    margin-right: 15px;
    -webkit-box-shadow: inset 0 0 17px 0 rgb(0 0 0);
    -moz-box-shadow: inset 0 0 17px 0 #000;
    box-shadow: 0 0 17px 0 hsl(0deg 0% 0% / 25%);
    position: relative
}

.portfolio-box ul li .portfolio-item {
    -webkit-box-shadow: inset 0 0 17px 0 #000;
    -moz-box-shadow: inset 0 0 17px 0 #000;
    box-shadow: inset 0 0 17px 0 #000;
    position: relative;
    overflow: hidden
}

.portfolio-box ul li .portfolio-item .hover-effect {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s ease-in-out;
    background-color: rgb(51 51 51 / 51%);
    display: none !important
}

.portfolio-box ul li .portfolio-item .hover-effect a {
    color: var(--white);
    font-size: 50px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.portfolio-box ul li:hover .hover-effect {
    opacity: 1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block !important
}

.portfolio-item img {
    width: 100%
}

.home-banner .row {
    display: flex;
    align-items: center
}

section.cta-new-main {
    background: #161356;
    background: linear-gradient(90deg, #161356 0, #161356 45%, #ebbc40 100%);
    padding: 30px 0
}

.cta-main-box ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.cta-main-box ul li a {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 28px
}

.cta-main-box ul li a span {
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    display: block
}

.cta-main-box ul li .cta-con {
    display: flex;
    align-items: center;
    /* min-width: 180px; */
}

.ico-cta {
    margin-right: 12px
}

.cta-main-box ul li + li {
    margin-left: 60px;
}

.cta-main-box ul li .main-btn a {
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 0 0 5px #e8a222;
}

.cta-main-box.pack-cta {
    padding: 15px 0 20px
}

.cta-main-box.pack-cta li {
    width: auto
}

.cta-main-box.pack-cta li a {
    color: #161356;
    font-size: 15px;
    line-height: 18px
}

.cta-main-box.pack-cta li a span {
    color: #9b9db2;
    font-size: 11px;
    line-height: 18px
}

.cta-main-box.pack-cta ul li .cta-con {
    display: flex;
    align-items: center
}

.pack-btn a {
    box-shadow: none
}

.package-title h2 {
    color: #161356;
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 15px;
    min-height: auto;
}

.plan-title h4 {
    color: #161356;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px
}

.pack-desc ul {
    padding: 0 25px
}

.pack-desc ul li {
    position: relative;
    color: #363b64;
    font-weight: 600;
    font-size: 14px;
    line-height: 33px
}

.pack-desc ul li:before {
    content: "\f105";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 6px;
    font-size: 18px;
    top: 1px;
    position: relative
}

.pack-desc {
    background: #e8f1f2;
    padding: 15px 0 15px;
    border-radius: 8px
}

.sec-pricing {
    background: url(../img/price-bg.jpg) center top/cover no-repeat
}

.pack-main-inner {
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 17 0 / 13%)
}

.cta-main-box.pack-cta li + li {
    margin: 0;
    position: relative
}

.addon-desc p {
    color: #adafbb;
    font-size: 14px;
    line-height: 28px;
    margin-top: 6px
}

.addon-desc p b {
    font-weight: 700;
    color: #161356;
}

.pack-btn a {
    width: 100%
}

.cta-main-box.pack-cta li + li:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #1ca2a3;
    left: -30px;
    position: absolute;
    display: block
}

.cta-main-box.pack-cta ul {
    justify-content: space-between
}

.download-sec {
    background: url(../img/download-bg.png) top center/cover no-repeat;
    padding: 14px 0;
    display: none !important
}

.download-book-content h2 {
    color: #1ca4a6;
    font-size: 65px;
    font-weight: 900;
    line-height: 68px
}

.download-left {
    display: flex;
    align-items: center
}

.download-book-image {
    width: 225px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 30px
}

.download-book-content p {
    font-weight: 600;
    color: #1e2464;
    font-size: 16px;
    line-height: 24px
}

.download-field {
    background: #ecfaf6;
    border: none;
    padding: 10px 12px;
    border-radius: 3px;
    width: 295px
}

.download-field input {
    background: 0 0;
    border: none;
    outline: 0;
    color: #535b90;
    font-size: 14px;
    font-weight: 600;
    font-family: "Mark Pro";
    padding: 0 6px
}

.download-field + .download-field {
    margin-top: 8px
}

.download-form-inner {
    background: #161356;
    width: 446px;
    height: 446px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 99
}

.download-form-inner form {
    margin: 0;
    width: 295px
}

.download-form-inner h3 {
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    text-align: left;
    display: block;
    width: 100%;
    max-width: 295px;
    margin-bottom: 12px
}

.download-field input::-webkit-input-placeholder {
    color: #535b90;
    font-size: 14px;
    font-weight: 600;
    font-family: "Mark Pro"
}

.download-field input::-moz-placeholder {
    color: #535b90;
    font-size: 14px;
    font-weight: 600;
    font-family: "Mark Pro"
}

.download-field input:-ms-input-placeholder {
    color: #535b90;
    font-size: 14px;
    font-weight: 600;
    font-family: "Mark Pro"
}

.download-field input:-moz-placeholder {
    color: #535b90;
    font-size: 14px;
    font-weight: 600;
    font-family: "Mark Pro"
}

button.downl-btn {
    background: #ffb020;
    color: #161356 !important;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #ffd821;
    outline: 0;
    border: none;
    cursor: pointer;
    font-family: "Mark Pro"
}

.download-btn {
    margin-top: 8px;
    width: 295px
}

.download-form {
    position: relative
}

.download-form:after {
    content: "";
    background: url(../img/circle-bg.png) no-repeat;
    width: 481px;
    height: 234px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -17.5px
}

button.downl-btn:after {
    content: "";
    background: #363b64;
    width: 25px;
    height: 2px;
    display: block;
    margin-left: 12px
}

.industry-main {
    background: #fff url(../img/industry-bg.png) center center/cover no-repeat
}

.industry-boxes ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    border: 1px solid #dce8e5;
    border-bottom: none;
    border-left: none
}

.industry-boxes ul li {
    width: 16.6667%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px 2px;
    border-bottom: 1px solid #dce8e5;
    border-left: 1px solid #dce8e5;
    transition: .1s
}

.industry-boxes ul li img {
    max-height: 60px;
    transition: .1s
}

.industry-boxes ul li h3 {
    font-weight: 700;
    color: #363b64;
    font-size: 16px;
    text-transform: uppercase;
    margin: 20px 0 0;
    transition: .1s
}

.industry-boxes {
    margin-top: 40px
}

.industry-boxes ul li:hover {
    background: #119fa6;
    background: linear-gradient(180deg, #119fa6 0, #6bcaba 100%)
}

.industry-boxes ul li:hover h3 {
    color: #fff
}

.industry-boxes ul li:hover img {
    filter: brightness(100)
}

.looking-quote {
    text-align: center;
    margin-top: 30px
}

.looking-quote a {
    color: #28aeb1;
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 600
}

.cta-main-box h2 {
    color: #fff;
    font-weight: 900;
    margin: 0;
    font-size: 34px;
    line-height: 36px
}

.test-item-video-img a > img {
    border-radius: 20px;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 15%);
    padding: 6px;
    max-width: 100%
}

.test-item-video-img {
    padding: 40px
}

.play-icon {
    position: absolute;
    bottom: 70px;
    z-index: 99999;
    left: 80px;
    display: flex;
    align-items: center
}

.play-icon-img {
    position: relative
}

.play-icon-img:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: hsl(0deg 0% 100% / 43%);
    border-radius: 50%;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.play-icon h4 {
    margin: 0;
    margin-left: 20px;
    color: #363b64;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 0 10px rgb(54 59 100 / 41%)
}

.test-main {
    position: relative
}

.test-main:before {
    content: "";
    background: url(../img/test-bg.png) top center no-repeat;
    width: 50%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0
}

.test-leftnew h2 {
    font-size: 52px;
    line-height: 68px
}

.test-leftnew h3 {
    font-size: 30px;
    line-height: 38px
}

.test-main .row {
    display: flex;
    align-items: center
}

.test-leftnew {
    padding-left: 65px
}

.blog-feat-img img {
    width: 100%;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    border-radius: 2px
}

.blog-feat-img {
    margin-bottom: 12px;
    overflow: hidden
}

.date-blog h4 {
    color: #ffb420;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin: 25px 0 15px;
    text-transform: uppercase
}

.blog-title h3 {
    color: #363b64;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin: 0
}

.blog-title {
    margin-top: 8px
}

.blog-main {
    margin-top: 30px
}

ul.footer-ul li a {
    color: #363b64;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: self-start
}

ul.footer-ul li + li {
    margin-top: 12px
}

ul.footer-ul li a img {
    margin-right: 8px;
    position: relative;
    top: 4px
}

.foot-logo img {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 60px
}

.footer-top {
    padding: 40px 0
}

.footer-links h4 {
    color: #161356;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 12px
}

footer {
    background: #fff url(../img/footer-bg.png) top right/contain no-repeat;
    background: #f4fbf8;
}

.copy-left p, .copy-left p a {
    color: #b1b8c5;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0
}

ul.footer-social i.fa {
    background: #b1b8c5;
    width: 32px;
    height: 32px;
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    font-size: 13px;
    transition: .3s
}

ul.footer-social {
    display: flex;
    align-items: center
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.social-link a.dmca-badge {
    margin-left: 30px
}

ul.footer-social li + li {
    margin-left: 6px
}

.copyright .row {
    display: flex;
    align-items: center
}

.copyright {
    padding: 12px 0;
    border-top: 1px solid #ebedeb
}

.banner-right-img img {
    animation: scrollDownAnimation 1s ease infinite alternate;
    -webkit-animation: scrollDownAnimation 1s ease infinite alternate
}

.paper-img {
    position: absolute;
    top: 0;
    max-width: 100%;
    z-index: 97
}

.banner-right {
    position: relative
}

.banner-right-img {
    position: relative;
    z-index: 95
}

.banner-papers-img.paper-img-2 {
    top: auto;
    bottom: -28px;
    left: 0;
    z-index: -9
}

.banner-papers-img.paper-img-3 {
    right: -48%;
    top: 26%;
    z-index: -4;
    bottom: 0;
    display: flex;
    align-items: center
}

img.paper-img-1.paper-img {
    top: -40px;
    left: 100px;
    position: static;
    animation: RotatePaperFirst 1s ease infinite alternate;
    -webkit-animation: RotatePaperFirst 1s ease infinite alternate
}

.banner-papers-img {
    position: absolute;
    top: -7%;
    right: 19%
}

@keyframes RotateCircle {
    from {
        width: 90%;
        height: 80%
    }
    to {
        width: 100%;
        height: 90%
    }
}

@-moz-keyframes RotateCircle {
    from {
        width: 90%;
        height: 80%
    }
    to {
        width: 100%;
        height: 90%
    }
}

@-webkit-keyframes RotateCircle {
    from {
        width: 90%;
        height: 80%
    }
    to {
        width: 100%;
        height: 90%
    }
}

.choose-ul-main ul {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap
}

.choose-ul-main ul li {
    width: 20%;
    height: auto;
    border: none;
    margin: 0;
    max-width: 100%;
    text-transform: none;
    display: flex
}

.choose-ul-main ul li:first-child {
    width: 40%
}

.choose-ul-main ul li:first-child .title-main {
    text-align: left;
    max-width: 90%
}

.chose-ico img {
    max-height: 80px
}

.chose-ico {
    margin-bottom: 20px;
    display: flex
}

.choos-box {
    padding: 45px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .3s;
    border-radius: 4px;
    height: 100%
}

.choose-ul-main ul li:first-child .title-main h2, .faq-right .title-main h2 {
    font-size: 49px;
    line-height: 60px;
}

.choose-content h4 {
    color: #161356;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 6px
}

.choose-ul-main ul li:nth-child(2n) {
    background: #ebf9f5
}

.choose-content p {
    color: #72758a;
    font-size: 16px;
    line-height: 24px
}

.choose-ul-main ul li:hover .choos-box {
    z-index: 15;
    position: relative
}

.why-choose-main {
    padding: 90px 0
}

.faq-right .title-main {
    text-align: left
}

.accordion-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-top: 20px
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    -moz-box-shadow: 0 5px 1px -3px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 5px 1px -3px rgba(0, 0, 0, .15)
}

.set > a {
    display: block;
    font-size: 18px;
    padding: 18px 30px;
    text-decoration: none;
    color: #282828;
    font-weight: 500;
    border-bottom: 1px solid #e1e1e8;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    background: #fff !important;
    color: #363b64;
    font-size: 22px;
    font-weight: 700;
    padding-left: 0;
    font-family: "Mark Pro";
    transition: .3s
}

.set > a i {
    float: right;
    margin-top: 2px
}

.set > a.active {
    color: #ffb020;
    font-size: 22px;
    font-weight: 700;
    background: #fff !important
}

.set .content {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e8;
    display: none
}

.set .content p {
    padding: 20px 0;
    margin: 0;
    color: #72758a;
    font-size: 16px;
    line-height: 24px
}

.content ul {
    padding-left: 80px
}

.content li {
    font-size: 16px;
    list-style: circle;
    color: #000
}

.set > a i.fa {
    color: #161356;
}

.set:last-child .content {
    border: none !important
}

.circle-box {
    width: 1005px;
    background: #ecf9f5;
    height: 904px;
    border-radius: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden
}

.faq-left {
    position: relative;
    overflow: hidden
}

.faq-left:after {
    content: "";
    background: #fff;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.orange-circle {
    width: 90%;
    height: 80%;
    background: #ffb820;
    border-radius: 100%;
    position: relative;
    bottom: -40px;
    right: 40px;
    animation: RotateCircle 6s infinite linear alternate
}

.circ-img {
    position: absolute;
    bottom: 0;
    z-index: 99;
    right: -86px
}

.circ-img img {
    max-width: 95%
}

.faq-right {
    padding-left: 60px
}

.faq-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin-top: 30px
}

.faq-cta ul li a {
    color: #1ca4a6;
    font-size: 28px;
    line-height: 34px;
    transition: .3s
}

.faq-cta ul li a span {
    color: #9b9db2
}

.faq-cta h3 {
    margin-bottom: 0
}

.faq-cta .ico-cta:before {
    content: "";
    background: #119fa6;
    background: linear-gradient(180deg, #119fa6 0, #6bcaba 100%);
    width: 93px;
    height: 93px;
    position: absolute;
    border-radius: 100%;
    z-index: 90;
    left: -40px;
    transition: .3s
}

.faq-cta .ico-cta {
    position: relative
}

.faq-cta .ico-cta img {
    position: relative;
    z-index: 99;
    transition: .3s;
    left: 0
}

section.faq-main {
    background: #f6fcfa;
    background: linear-gradient(0deg, #f6fcfa 0, #fff 42%, #fff 100%)
}

.faq-cta li:hover .ico-cta:before {
    background: #363b64
}

.faq-cta li:hover .ico-cta img {
    left: -10px
}

.faq-cta li:hover a {
    color: #363b64 !important
}

section.faq-main .row {
    display: flex;
    align-items: center
}

.choose-ul-main ul li.btn-6:hover span {
    width: 350%;
    height: 350%;
    z-index: 9
}

.choose-ul-main ul li {
    transition: .3s
}

.choose-ul-main ul li.btn-6:hover {
    transform: scale(1.05);
    position: relative;
    z-index: 99;
    border-radius: 5px;
    overflow: hidden
}

.slick-arrow {
    font-size: 0;
    background: #f7f9fb;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    display: flex;
    align-items: center;
    outline: 0 !important;
    cursor: pointer;
    transition: .3s;
    position: absolute;
    /* top: -40px; */
    right: 0;
}

button.slick-arrow:before {
    content: "\f060";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #363b64;
    width: 100%;
}

button.slick-next:before {
    content: "\f061"
}

.slick-arrow:hover {
    background: #119fa6;
    background: linear-gradient(180deg, #119fa6 0, #6bcaba 100%);
    color: #fff
}

.slick-arrow:hover:before {
    color: #fff
}

button.slick-prev.slick-arrow {
    right: 54px;
}

.blog-main .title-main h3 {
    margin: 0
}

.date-blog h4 span {
    color: #9b9db2;
    margin-left: 25px;
    position: relative
}

.date-blog h4 span:before {
    content: "";
    background: #9b9db2;
    width: 15px;
    height: 2px;
    position: absolute;
    left: -20px;
    top: 7px
}

.play-icon-img img {
    background: #fff;
    border-radius: 100%;
    position: relative;
    z-index: 9;
    max-width: 97%
}

.set > a:hover {
    color: #161356;
}

.our-banner.inner-banner {
    background: 0 0;
    padding: 0;
    overflow: hidden;
    height: auto;
    position: relative;
    height: 540px;
    background: #161356;
    background: linear-gradient(90deg, #161356 0, #161356 45%, #ebbc40 100%);
}

.our-banner.inner-banner .caption {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 9
}

.our-banner.inner-banner .caption h3 {
    margin: 0;
    font-size: 37px
}

.our-banner.inner-banner .caption h1 {
    color: #fff;
    background: 0 0;
    font-size: 60px;
    line-height: 70px;
    margin: 5px auto 16px;
    font-weight: 900;
    max-width: 1070px
}

.our-banner.inner-banner .caption p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    max-width: 850px;
    margin: 0 auto 10px
}

.our-banner.inner-banner .caption {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center
}

.our-banner.inner-banner.logo-banner .row {
    padding-top: 100px;
    align-items: center;
}

.our-banner.inner-banner .caption h5 {
    color: #ffffff7a;
    text-transform: uppercase;
    position: absolute;
    bottom: -80px;
    z-index: 1;
    font-size: 240px;
    left: 0;
    font-weight: 700;
    opacity: .1;
    white-space: nowrap;
    display: none
}

.blog-main:nth-of-type(3n-1) .date-blog h4 {
    color: #ea473a
}

.blog-main:nth-of-type(3n) .date-blog h4 {
    color: #1ca4a6
}

ul.banner-list {
    margin-top: 30px
}

.banner-left li:before {
    content: "\f14a";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #ffba00
}

.banner-left li {
    margin-right: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 20px;
    position: relative;
    font-weight: 400
}

li.parent-ul {
    position: relative
}

ul.drpdown {
    position: absolute;
    top: 150%;
    width: 250px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    padding: 0 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 11%);
    border-radius: 5px;
    z-index: 9999
}

li.parent-ul:hover ul.drpdown {
    display: flex
}

ul.drpdown li a {
    color: #333;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    padding: 10px 20px;
    display: block;
    transition: .3s
}

ul.drpdown li + li {
    margin: 0;
    border-top: 1px solid #ececec;
    width: 100%
}

ul.drpdown li:hover a {
    background: #ffb020
}

ul.drpdown li {
    width: 100%
}

ul.drpdown:before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 12px;
    top: -8px
}

ul.drpdown li:first-child a {
    border-radius: 5px 5px 0 0
}

ul.drpdown li:last-child a {
    border-radius: 0 0 5px 5px
}

.menu-inner > ul > li:hover > a {
    color: #ffb020 !important
}

.inner-pricing .port-content {
    margin-top: 35px
}

.inner-portfolio .port-content {
    margin-top: 50px
}

.guaranteed_sec {
    padding: 50px 0 70px;
    position: relative
}

.tab-hd-area:before {
    content: "";
    background-image: url(../images/tab-hd-area-before-img.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100px;
    height: 170px;
    z-index: -1;
    top: 0
}

.guaranteed_box {
    transition-duration: .5s;
    position: relative
}

.tab-hd-area {
    padding: 35px 10px 35px 0;
    margin-bottom: 15px;
    position: relative
}

.title_all h2 {
    font-size: 18px;
    color: #343434;
    font-weight: 600;
    margin: 0;
    position: relative
}

.title_all h2 strong {
    display: block;
    font-size: 53px;
    text-transform: uppercase;
    color: #fd4110;
    font-weight: 700;
    margin: 0 0 0 50px
}

.title_all h2 span {
    display: block;
    margin: 0 0 0 30px;
    color: #343434;
    font-weight: 600
}

.guaranteed_boxes .col-sm-4:nth-child(2) .guaranteed_box:after {
    right: -2px
}

.guaranteed_boxes .col-sm-4:last-child .guaranteed_box:after {
    right: 0;
    display: none
}

.guaranteed_box:hover .guaranteed_box_icon {
    background-color: #fd4110;
    border: 1px solid #fd4110
}

.guaranteed_box:hover h3 {
    color: #fd4110
}

.guaranteed_box_icon {
    width: 105px;
    height: 105px;
    align-items: center;
    display: grid;
    margin: auto;
    border: 1px solid #d9d9d9;
    border-radius: 60px;
    transition-duration: .5s
}

.guaranteed_box_icon img {
    margin: auto
}

.guaranteed_box h3 {
    color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0 20px;
    transition-duration: .5s
}

.guaranteed_box p {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #888;
    margin: 0
}

.guaranteed_sec .guaranteed_box_bottom .guaranteed_box_bl {
    background: #f2f2f2;
    padding: 30px 30px;
    margin: 50px 0 -10px 0
}

.guaranteed_sec .guaranteed_box_bottom .guaranteed_box_bl h4 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0
}

.guaranteed_sec .guaranteed_box_bottom .guaranteed_box_bl p {
    font-size: 15px;
    color: #666
}

.web_portfolio {
    background-image: url(../img/banner-img.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5em 0 60px;
    color: #fff;
    background-color: #ee2b25
}

.content-header {
    text-align: center;
    margin-bottom: 30px
}

.content-header h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px
}

.content-header p {
    font-size: 19px
}

.portfolio ul.tabs {
    margin: 20px 0 10px;
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    border-bottom: 1px solid #ececef;
    padding-bottom: 20px
}

.portfolio ul.tabs li {
    display: inline-block;
    text-align: center;
    color: #9b9db2;
    font-weight: 700;
    font-size: 16px;
    background: 0 0;
    padding: 12px 25px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    margin: 10px 0 0;
    position: relative;
    text-transform: capitalize
}

.portfolio ul.tabs li.current {
    color: #363b64
}

.portfolio ul.tabs li:hover {
    color: #363b64
}

.portfolio .maintabs {
    background: #fff;
    padding: 25px 0 10px;
    border-radius: 0 0 6px 6px
}

.portfolio .tab-content {
    display: none
}

.portfolio .tab-content.current {
    display: block
}

.portfolio .tab-content article {
    clear: both
}

.portfolio .tab-content article h3 {
    font-weight: 900;
    color: #161356;
    font-size: 22px;
    margin: 0 0 10px;
    padding: 0;
    margin: 0;
    line-height: 32px;
    width: 260px;
    padding-right: 12px;
    text-transform: capitalize
}

.portfolio .tab-content article p {
    color: #72758a;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0
}

.portfolio .tab-content figure img {
    width: 100%;
    box-shadow: 0 0 17px rgb(0 0 0 / 14%);
    border-radius: 5px
}

.portfolio .tab-content article .ctabtn .btn {
    background-image: linear-gradient(to right, #ec1c23 0, #ec1c23 100%);
    border-radius: 50px;
    box-sizing: border-box;
    color: #e0121d;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0 20px 0 0;
    padding: 12px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    width: 200px;
    border: 2px solid #ec1c23
}

.portfolio .tab-content article .ctabtn .btn:hover {
    color: #fff
}

.portfolio .tab-content article .ctabtn .btn:hover span {
    background: 0 0
}

.portfolio .tab-content article .ctabtn .btn.fill span {
    background: 0 0;
    color: #fff
}

.portfolio2 {
    background-image: url(../images/portfoliobg2.jpg);
    height: auto;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0 50px;
    margin: -80px 0 0;
    color: #fff;
    background-color: #0c151e
}

.portfolio2 .head {
    text-align: center;
    margin-bottom: 30px
}

.portfolio2 .head h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff
}

.portfolio2 .head p {
    color: #fff;
    font-size: 20px
}

.portfolio2 ul.tabs2 {
    margin: 0 0 35px;
    padding: 0;
    display: block;
    text-align: center
}

.portfolio2 ul.tabs2 li {
    display: inline-block;
    text-align: center;
    color: #8a9ba8;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    margin: 0 5px;
    border-bottom: solid 3px #8a9ba8
}

.portfolio2 ul.tabs2 li.current1 {
    color: #fff;
    border-bottom: solid 3px #fe4f20
}

.portfolio2 ul.tabs2 li:hover {
    color: #fff;
    border-bottom: solid 3px #fe4f20
}

.portfolio2 .tab-content2 {
    display: none
}

.portfolio2 .tab-content2.current1 {
    display: block
}

.portfolio2 .tab-content2 img {
    margin-bottom: 30px
}

.custBtn:active, .custBtn:focus, .custBtn:hover {
    background: red;
    text-decoration: none;
    background: orange;
    background: -moz-linear-gradient(left, orange 0, red 100%);
    background: -webkit-linear-gradient(left, orange 0, red 100%);
    background: linear-gradient(to right, orange 0, red 100%);
    color: #fff
}

section.our_process {
    text-align: center;
    padding: 1em 0 4em;
    width: 100%
}

.our_process .content-header {
    margin-bottom: 4em
}

.content-header h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px
}

.our_process h2.latest-head {
    color: #212529
}

.col-md-3.lat-item h3.lat-name, .col-md-4.lat-item h3.lat-name {
    margin-top: 20px;
    font-weight: 700;
    font-size: 22px;
    color: #161356;
    margin-bottom: 15px
}

.lat-item-head p {
    color: #8689a2;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px
}

.lat-item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 130px;
    height: 4px;
    background: 0 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    display: none
}

.lat-item:last-child:after {
    display: none
}

.lat-item:after {
    content: "";
    position: absolute;
    right: -90px;
    width: 160px;
    height: 54px;
    background: url(../images/rarrow.jpg) no-repeat scroll center top;
    top: 0
}

section.portfolio.spacing__x.top {
    background: #f9f9f9
}

.lat-item.orange:before {
    background: #3ddd97
}

.lat-item.blue:before {
    background: #4bcee6
}

.lat-item.green:before {
    background: #ffd447
}

.lat-item.grey:before {
    background: #649eec
}

.lat-item-inn:before {
    content: "";
    width: 70px;
    height: 80px;
    background: url(../images/stripe.png) no-repeat scroll -30px -828px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none
}

.blue .lat-item-inn:before {
    background-position: -30px -945px
}

.green .lat-item-inn:before {
    background-position: -30px -1058px
}

.grey .lat-item-inn:before {
    background-position: -30px -1170px
}

.ghost_process .lat-item-inn:before {
    background-position: -43px -1378px
}

.ghost_process .blue .lat-item-inn:before {
    background-position: -40px -1537px
}

.ghost_process .green .lat-item-inn:before {
    background-position: -40px -1707px
}

.ghost_process .grey .lat-item-inn:before {
    background-position: -40px -1879px
}

.bx span {
    height: 90px;
    width: 90px;
    display: block;
    margin: 0 auto 30px;
    border: 3px solid #fd4c22;
    border-radius: 3px;
    box-shadow: -8px 8px 0 #eeeff6;
    position: relative
}

.bx span:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/stripe.png) no-repeat scroll -24px -18px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.bx span.icon1:before {
    background-position: -24px -134px
}

.bx span.icon2:before {
    background-position: -23px -248px
}

.lat-item-inn {
    padding-top: 0;
    position: relative
}

.lat-item {
    margin-top: 40px
}

.blog-feat-img img {
    transition: .3s
}

.blog-feat-img:hover img {
    transform: scale(1.05)
}

.has-con-serv {
    background: url(../img/con-bg.png) right top/cover no-repeat;
    padding: 0 0 60px
}

.cont-ser-left h1 span, .cont-ser-left h2 span {
    color: #ffb820;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    line-height: 24px;
    margin-bottom: 8px
}

.cont-ser-left h1, .cont-ser-left h2 {
    color: #161356;
    font-size: 66px;
    line-height: 72px;
    font-weight: 900;
    text-transform: capitalize
}

.cont-ser-left h4 {
    color: #161356;
    font-size: 23px;
    line-height: 30px;
    font-weight: 900
}

.con-main-right h2, .con-main-right h5 {
    color: #161356;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px
}

.con-main-right p {
    color: #72758a;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px
}

.con-main-right p b {
    color: #1ca4a6;
    font-weight: 700
}

section.has-con-serv .row {
    display: flex;
    align-items: center
}

.con-main-right img {
    margin-bottom: 35px
}

.cont-ser-left {
    padding-top: 60px
}

.has-portfolio-tab {
    background: #fff url(../img/por-bg.png) top right/contain no-repeat;
    background-size: 50% auto
}

.portfolio ul.tabs li + li:before {
    content: "";
    background: #b6c2bf;
    width: 1px;
    height: 26px;
    position: absolute;
    left: 0
}

.portfolio ul.tabs li.current:after, .portfolio ul.tabs li:hover:after {
    content: "";
    background: #fdb820;
    width: calc(100% - 50px);
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 25px;
    border-radius: 25px
}

.tab-titl {
    display: flex;
    align-items: center;
    margin-bottom: 45px
}

.type-of-websites .figure {
    box-shadow: 0 0 17px rgb(0 0 0 / 14%);
    border-radius: 5px;
    padding: 15px 10px;
    text-align: center;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start
}

.type-of-websites .row {
    display: flex;
    align-items: stretch
}

.type-of-websites .figure p {
    font-size: 16px;
    line-height: 24px
}

.type-of-websites .figure img {
    margin-bottom: 18px;
    height: 90px
}

.type-of-websites {
    margin-top: 40px
}

.type-of-websites .col figure h5 {
    color: #363b64;
    font-size: 20px;
    line-height: 28px
}

.our_process.seo-process {
    padding: 70px 0 !important
}

.heading.image-txt h3 {
    color: #ffb820;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    line-height: 24px;
    margin-bottom: 8px
}

.heading.image-txt h2 {
    color: #1ca4a6;
    font-size: 50px;
    line-height: 58px;
    font-weight: 900
}

.ser {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start
}

.service-tag-line .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: 25px
}

.head.blue {
    width: 100%
}

.head br {
    display: none
}

.our-about img.absolute-img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 17px rgb(0 0 0 / 14%);
    border-radius: 5px
}

.head h3 {
    color: #8689a2 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0
}

section.our-about.about-reverse .row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

section.our-about.lst-abt {
    padding-bottom: 80px
}

section.our-about.first-abt {
    padding-top: 100px;
    padding-bottom: 100px
}

.ico-img {
    min-width: 50px;
    display: flex
}

.ico-img img {
    max-width: 40px
}

.pack-desc ol {
    list-style: none;
    padding: 0 0 0 12px
}

.cont-main-has-inner h2 {
    font-size: 24px;
    line-height: 36px;
    color: #161356;
}

.cont-main-has-inner + .cont-main-has-inner {
    margin-top: 30px
}

.privacy-cont h4 {
    font-size: 18px;
    color: #333;
    font-weight: 600
}

.privacy-cont ul li {
    padding-left: 20px;
    color: #8689a2;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0
}

.privacy-cont ul {
    margin-bottom: 20px;
    margin-top: 10px
}

.privacy-cont p b {
    color: #333;
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 10px
}

.privacy-cont p {
    font-size: 16px
}

#popupform_website {
    display: none
}

.popup-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center
}

.popu-form-iiner {
    width: 1080px;
    height: auto;
    background: #fff;
    border-radius: 6px;
    padding: 60px 60px 40px;
    background: #f6fcfa;
    background: linear-gradient(0deg, #f6fcfa 0, #ecf9f5 100%);
    position: relative
}

.popupTitle-left h2 {
    color: #1ca4a6;
    font-size: 48px;
    line-height: 56px;
    font-weight: 900;
    margin: 0
}

.popupTitle-left h3 {
    color: #363b64;
    font-size: 25px;
    line-height: 36px;
    font-weight: 900
}

.popupTitle-right {
    width: 380px
}

.popupTitle-right p {
    color: #767993;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
    border-left: 1px solid #b3b5c3;
    padding-left: 30px;
    margin-left: 30px;
    font-family: "Mark Pro" !important
}

.close-popup {
    position: absolute;
    top: -35px;
    right: 0;
    cursor: pointer
}

.popupTitle-right p b {
    color: #1ca4a6
}

.popupTitle-left {
    margin-right: 10px
}

.popup-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px
}

.pop-field h4 {
    color: #363b64;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 30px
}

.form-group label {
    color: #72758a;
    letter-spacing: 2px;
    font-size: 13px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase
}

.form-group input, .form-group select, .form-group textarea {
    border: none;
    outline: 0;
    width: 100%;
    background: 0 0;
    border-bottom: 1px solid #bbc4ca;
    padding: 10px 0;
    color: #363b64;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    opacity: 1
}

.form-group input::-webkit-input-placeholder, .form-group select::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
    color: #363b64;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    opacity: .2
}

.form-group input::-moz-placeholder, .form-group select::-moz-placeholder, .form-group textarea::-moz-placeholder {
    color: #363b64;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;    font-family: Poppins, sans-serif;
    opacity: .2
}

.form-group input:-ms-input-placeholder, .form-group select:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
    color: #363b64;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    opacity: .2
}

.form-group input:-moz-placeholder, .form-group select:-moz-placeholder, .form-group textarea:-moz-placeholder {
    color: #363b64;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    opacity: .2
}

.form-group + .form-group {
    margin-top: 25px;
    display: block;
    margin-bottom: 0
}

.pop-field .form-group {
    width: 85%
}

.form-group textarea {
    resize: none;
    height: 73px;
}

.form-group.req label {
    position: relative
}

.form-group.req label:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #1ca4a6;
    position: absolute;
    left: -15px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.popup-submt-btn {
    margin-top: 30px
}

.popup-submt-btn button.downl-btn {
    padding: 15px 40px
}

.contact-page-main .popup-main {
    position: relative;
    top: -90px;
    z-index: 99
}

.contact-main .container.caption {
    width: 100%;
    flex-direction: column
}

.contact-main .banner-left {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 0
}

.contact-main .banner-left h1 span {
    display: block;
    font-size: 32px;
    line-height: 62px;
    font-weight: 600;
    position: relative;
    padding-left: 50px
}

.contact-main .banner-left h1 span:before {
    content: "";
    background: #ffb820;
    width: 35px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.contact-main .cta-main-box {
    position: absolute;
    bottom: 40px;
    width: 100%;
    Z-INDEX: 998;
}

.contact-main .cta-main-box ul li a {
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    line-height: 25px
}

.contact-main .cta-main-box ul li a span {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    opacity: .8
}

.contact-main .cta-main-box .container {
    max-width: 1080px;
    margin: 0 auto
}

.set .content p + p {
    padding-top: 0
}

.ultimate-package-inner {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 17 0 / 13%);
    overflow: hidden
}

.ultimate-package-main {
    margin-top: 30px
}

.ultimate-left-title h3 {
    font-size: 20px;
    line-height: 27px
}

.ultimate-left-title h2 {
    font-size: 56px;
    line-height: 68px
}

.ultimate-package-inner .row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ultimate-right-form {
    display: flex;
    justify-content: center
}

.ultimate-right-form .download-form {
    height: 280px;
    display: flex;
    align-items: center
}

.ultimate-left-title {
    padding-left: 40px
}

.blog-header {
    background: #1ca4a6;
    background: linear-gradient(180deg, #1ca4a6 0, #73cdba 100%)
}

.blog-header header {
    position: static
}

.blog-title-main h2 {
    color: #119fa6;
    font-size: 52px;
    line-height: 68px
}

.blog-title-main {
    margin-bottom: 12px
}

.blog-section {
    padding: 40px 0
}

.blog-section .blog-top-left .blog-title h3 {
    color: #363b64;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
    margin: 0 0 15px
}

.subs-main-blog h4 {
    color: #fff;
    font-size: 32px;
    line-height: 48px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 8px
}

.subs-main-blog {
    background: url(../img/subs-bg.png) top right/cover no-repeat;
    padding: 50px;
    text-align: left
}

.subs-main-blog p {
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 22px
}

.recent-pro-title h3 {
    color: #119fa6;
    font-size: 24px;
    line-height: 34px
}

.recent-pro-sidebar {
    margin-top: 20px
}

.recent-pro-title {
    margin-bottom: 20px
}

.sidebar-recent-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.recent-side-post-img {
    width: 175px;
    margin-right: 18px
}

.sidebar-recent-box .date-blog h4 {
    margin-top: 0 !important
}

.sidebar-recent-box .blog-title h3 {
    color: #363b64;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px
}

.recent-side-post ul li + li {
    margin-top: 25px
}

.latest-update-main .blog-title-main {
    margin-bottom: 0
}

.latest-update-main {
    margin-top: 40px
}

.latest-update-main h2 {
    border-top: 1px solid #e0e0e0;
    margin-top: 0;
    padding-top: 20px
}

.single-blog-post .blog-top-right .blog-content {
    background: #ebf9f5;
    padding: 60px 120px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 200px
}

.single-blog-post .blog-top-right .blog-content .date-blog h4 {
    margin-top: 0
}

.no-arrow:after {
    display: none
}

.main-logo img {
    height: auto;
    width: 90%;
}

.foot-logo img {
    height: auto;
    width: 50%;
}

.our_process .row {
    display: flex;
    justify-content: center
}

header.sticky-header {
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #dadada;
    padding: 10px 0;
    z-index: 9999;
}

header {
    transition: .3s
}

header.sticky-header .menu-inner ul li a {
    color: #333
}

header.sticky-header .header-cta ul li a {
    color: #333
}

header.sticky-header .main-btn a {
    box-shadow: 0 0 10px rgb(51 51 51 / 35%)
}

header.sticky-header .main-logo img {}

.fancybox-slide video {
    padding: 0 !important
}

.type-of-websites .row .col-md-3 {
    display: flex;
    align-content: center
}

.lat-item-head img {
    max-height: 90px
}

.link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4
}

.sea-blue {
    color: #ffb020;
}

.sh-inner-banner img {
    width: 100%
}

.our-banner.inner-banner.sh-inner-banner .caption h1 {
    text-align: left;
    font-size: 60px;
    line-height: 67px
}

.our-banner.inner-banner.sh-inner-banner .caption h1 span {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 13px
}

.sh-inner-banner .banner-content h1 span:before {
    top: 0;
    display: block;
    display: none
}

.our-about .heading.image-txt h2 {
    font-size: 55px;
    color: #161356;
    line-height: 65px;
    padding-top: 0;
    margin-bottom: 0
}

.our-about .mission-bio h3 {
    color: #72758a;
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 33px;
    font-weight: 400
}

.our-about .mission-bio h4 {
    font-size: 22px;
    color: #161356;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px
}

.our-about .mission-bio p {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 25px;
    font-weight: 700
}

.our-about .mission-bio p + p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 34px;
    font-weight: 400
}

.experience-sec {
    background: url(../img/experience-bg.png) no-repeat;
    background-size: cover;
    height: 750px;
    width: 100%
}

.experience-sec .experience-box {
    width: 100%;
    min-height: 638px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    position: relative;
    top: -160px;
    background: #161356;
    background: linear-gradient(to bottom, #161356 0, #ffb020 170%);
}

.experience-sec .experience-box h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 27px
}

.experience-sec .experience-box p {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    line-height: 34px
}

.ranked-sec {
    background: url(../img/rank-bg.png) no-repeat;
    height: 473px;
    background-size: cover;
    width: 100%;
    padding-top: 110px;
    margin-bottom: 200px
}

.ranked-sec .heading-box h2 {
    margin: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 65px
}

.ranked-sec .heading-box h2 span {
    font-size: 60px
}

.ranked-sec .ranked-box {
    background-color: #ebf9f5;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 7px;
    position: relative;
    top: 90px
}

.ranked-sec .ranked-box .box:hover {
    transform: translateY(-10px)
}

.ranked-sec .ranked-box .row {
    width: 100%
}

.ranked-sec .ranked-box .box {
    border-right: 1px solid #dae8e4;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative
}

.ranked-sec .ranked-box .col-sm-4:last-child .box {
    border-right: none
}

.vision-sec .vision-box {
    margin-top: 80px;
    padding-right: 20px
}

.vision-sec .vision-box h3 {
    font-size: 22px;
    color: #161356;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 13px
}

.vision-sec .vision-box h2 {
    margin: 0;
    font-size: 54px;
    color: #ffb020;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 65px
}

.vision-sec .vision-box h4 {
    font-size: 22px;
    margin-bottom: 21px;
    color: #161356;
    font-weight: 700;
    line-height: 31px
}

.vision-sec .vision-box p + p {
    margin-top: 25px
}

.vision-sec .img-box {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.vision-sec .container-fluid {
    padding-right: 0;
    margin: 0;
    width: 100%;
    max-width: 100%
}

.vision-sec .container-fluid .col-sm-6 + .col-sm-6 {
    padding-right: 0;
    padding-left: 0
}

.vision-sec .container-fluid .col-sm-6 {
    padding-left: 14%
}

.vision-sec .img-box img {
    max-width: initial;
    width: 100%
}

.capability-sec {
    background: url(../img/cap-bg.png) no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 200px;
    margin-top: -140px
}

.capability-sec .heading-box {
    margin-bottom: 65px
}

.capability-sec .heading-box h2 {
    font-size: 60px;
    color: #ffb020;
    font-weight: 900
}

.capability-sec .cap-list {
    margin-bottom: 90px
}

.capability-sec .cap-list h3 {
    font-size: 22px;
    color: #161356;
    font-weight: 900;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px
}

.capability-sec .cap-list ul {
    padding-left: 26px
}

.capability-sec .cap-list ul li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #72758a
}

.capability-sec .cap-list ul li i {
    color: #72758a;
    font-size: 12px;
    padding-right: 8px
}

.capability-sec .cap-list h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 2px;
    background-color: #161356;
}

.capability-sec .cap-list ul li:last-child {
    margin-bottom: 0
}

.product-farward-sec {
    background: url(../img/farward-bg.png) no-repeat;
    height: 640px;
    display: flex;
    align-items: center;
    background-size: cover;
    justify-content: center;
    background-position: center
}

.product-farward-sec .product-farward-box h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    line-height: 68px;
    margin-bottom: 15px
}

.product-farward-sec .product-farward-box h3 {
    font-size: 33px;
    color: #ffb020;
    font-weight: 700;
    line-height: 36px
}

.mum-phone {
    display: flex
}

.mum-phone .code-field {
    max-width: 28px;
    text-align: center
}

.banner-left li.first-item {
    text-transform: initial
}

.menu-open {
    overflow: hidden
}

.cir-img {
    position: relative
}

.slider-circle {
    position: relative;
    top: -60px;
    left: 0;
    margin-top: -150px
}

.slider-circle .slick-list.draggable {
    padding: 80px 0
}

.slider-circle .slid-img:nth-child(1) {
    position: absolute;
    top: 70px;
    left: 130px
}

.slider-circle .slid-img:nth-child(1) img {
    max-width: 70%
}

.slider-circle .slid-img:nth-child(3) {
    position: absolute;
    top: -70px;
    left: 200px
}

.slider-circle .slid-img:nth-child(3) img {
    max-width: 70%
}

.slider-circle .slid-img:nth-child(4) {
    position: absolute;
    top: 60px;
    left: 270px
}

.slider-circle .slid-img:nth-child(4) img {
    max-width: 70%
}

.slider-circle .slid-img:nth-child(5) {
    position: absolute;
    left: 370px;
    top: 10px
}

.slider-circle .slid-img:nth-child(5) img {
    max-width: 70%
}

.slider-circle .slid-img:nth-child(2) {
    position: relative;
    left: 40px;
    top: 10px
}

.slider-circle .slid-img {
    width: 90px !important;
    height: 90px !important
}

.slider-circle .slid-img img {
    transition: .3s;
    border-radius: 100%;
    cursor: pointer
}

.slider-circle .slid-img:nth-child(2) img {
    max-width: 70%
}

.slider-circle .slid-img.slick-current img {
    max-width: 100%;
    border: 3px solid #ffb41f
}

.test-item p.quote {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 40px;
    color: #fff
}

.test-item {
    max-width: 650px;
    margin: 0 auto
}

.slider-circle .slick-slider .slick-list, .slider-circle .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.main-test-video .slider-for {
    background: #ffb41f url(../img/tesst-bg.png) right -50px bottom -50px no-repeat;
    text-align: center;
    border-radius: 10px;
    stroke-width: 3;
    padding: 12px
}

.test-item h4 {
    color: #fff;
    font-weight: 700
}

.main-test-video {
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgb(0 0 0 / 18%)
}

.test-item img {
    display: table;
    margin: 0 auto 30px
}

.main-test-video .slick-dots li button {
    background: #fff;
}

.main-test-video .slick-dots li.slick-active button {
    background: #161356;
}

.main-test-video ul.slick-dots {
    padding: 0 0 30px;
    text-align: center;
    position: relative;
    top: -20px
}

.ranked-box img {
    max-width: 180px;
    height: auto
}

ul.footer-social li:hover i.fa {
    background: #161356;
}

.thankyou-pg {
    background: url(../img/thank-you-bg.jpg);
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-size: cover;
    padding-top: 170px
}

.thankyou-content {
    text-align: center
}

.thankyou-content h5 {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    margin-top: 30px
}

.thankyou-content h6 {
    font-family: "Libre Baskerville", serif !important;
    font-size: 54px;
    color: #fff;
    font-style: italic;
    margin: 10px 0 25px 0;
    line-height: 68px
}

.thankyou-content p {
    font-size: 18px;
    color: #fff;
    font-style: italic;
    margin-bottom: 20px
}

.thankyou-content .btn-style-3 {
    padding: 11px 55px 11px 55px;
    color: #fff !important
}

.thankyou-content .back-to-home {
    display: block;
    margin-top: 20px
}

.thankyou-content .back-to-home span {
    color: #fff;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px
}

.our-banner.inner-banner.contact-main .caption h1 {
    font-size: 80px;
    line-height: 90px;
    margin: -10px auto 16px;
}

.recent-side-post-img img {
    width: 175px;
    height: 135px;
    object-fit: cover;
    object-position: center
}

.latst-update .blog-feat-img img {
    transition: .3s;
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center
}

.sing-main-head .blog-top-right {
    position: absolute;
    top: -80px;
    right: 0;
    height: 580px
}

.sing-main-head {
    display: flex !important;
    align-items: center !important;
    margin-top: 90px;
    position: relative
}

.sing-main-head .blog-top-left {
    position: relative;
    z-index: 99
}

.sing-main-head .blog-top-right .blog-title h3 {
    font-size: 34px;
    line-height: 40px
}

.sing-main-head .blog-top-right .blog-title h1 {
    font-size: 34px;
    line-height: 40px;
    color: #363b64
}

.singlethumbcontent .row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left
}

.singlethumbcontent {
    margin-top: 90px;
    margin-bottom: 70px
}

.singlethumbcontent h3 {
    color: #363b64;
    font-size: 26px;
    line-height: 28px;
    margin: 30px 0
}

.singlethumbcontent h2 {
    color: #54c6c1;
    font-size: 32px;
    line-height: 40px;
    margin: 20px 0
}

.singlethumbcontent ol li, .singlethumbcontent ol li a, .singlethumbcontent p, .singlethumbcontent ul li, .singlethumbcontent ul li a {
    color: #72758a;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px
}

.singlethumbcontent p a {
    color: #54c6c1
}

.singlethumbcontent ul {
    list-style: circle;
    padding-left: 22px !important;
    margin: 10px 0
}

.home-blog .blog-feat-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center
}

.cont-ser-left .main-btn a {
    box-shadow: none
}

.cont-ser-left .main-btn {
    margin-top: 22px
}

.logo-slider .slick-track {
    display: flex;
    align-items: center
}

.logo-slider .slick-track img {
    max-width: 75%;
    display: table;
    margin: 0 auto
}

.logo-slider {
    margin-top: 60px
}

.package-title h3 {
    color: #ffb020;
    font-size: 34px;
    font-weight: 700;
    line-height: 52px
}

.package-title h3 sup {
    font-size: 25px;
    font-weight: 500;
    margin-right: 3px
}

.package-title h2 {
    margin-bottom: 8px
}

#more {
    display: none;
}

.read-more-btn {
    justify-content: center;
    margin: 30px 0;
}

.read-more-btn a {
    box-shadow: none;
}

.read-heading {
    font-weight: 700 !important;
    font-size: 22px !important;
    color: #363b64 !important;

    margin: 20px 0 10px !important;
}

.read-para {

    max-width: 100% !important;
}

.read-more-list li {
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    font-weight: 400;
    color: #8689a2;
    display: table;
    line-height: 30px;
}

.read-more-list li:before {
    content: "\f14a";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #ffba00;
}

.read-more-list {
    column-count: 2;
    max-width: 70%;
    margin: 10px auto;
}

.read-points {
    margin: 10px 0;
    color: #363b64;
    text-align: left;
}

.read-para-top {
    max-width: 100% !important;
}

.footer-ul.award-img li a img {
    width: 80%;
}

.awards {
    background: rgb(245 245 245);
    padding: 20px 0;
}

.awards .cta-main-box ul li .cta-con .ico-cta img {
    width: 140px;
    height: 100%;
}

.awards .cta-main-box ul li .cta-con .ico-cta {
    margin-right: 0;
}

.awards .cta-main-box h2 {
    color: #363b64;
}

.awards .cta-main-box ul li + li {
    margin-left: 100px;
}

span.discounted_price {
    font-size: 18px;
    text-decoration: line-through;
    color: #000;
    vertical-align: top;
}


span.discounted_price_tag {
    background: red;
    font-size: 11px;
    color: #fff;
    vertical-align: top;
    border-radius: 20px;
    padding: 3px 10px 2px 10px;
    animation: blinker 0.6s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.case-sec2 {
    padding: 35px 0 105px;
    position: relative;
}

.case-sec2:after {
    content: "";
    position: absolute;
    background: url("../images/case-study/rings.png") no-repeat;
    background-size: cover;
    width: 465px;
    height: 279px;
    right: -5%;
    bottom: -55px;
}

.case-sec2-left > img {
    padding-bottom: 15px;
}

.case-sec2-left h2 {
    font-size: 55px;
    line-height: 67px;
    color: #363b64;
    font-weight: 900;
}

.case-sec2-left p {
    font-size: 32px;
    line-height: 37px;
    color: #1ca4a6;
    font-weight: 400;
}

.case-sec2-right-text h2 {
    font-size: 36px;
    line-height: 47px;
    color: #363b64;
    font-weight: 900;
}

.case-sec2-right-top {
    padding-top: 140px;
}

.case-sec2-right-text p {
    font-size: 18px;
    line-height: 26px;
    color: #72758a;
    font-weight: 400;
}

.case-sec2-right-btm {
    padding-top: 70px;
}

.case-sec2-left-btm {
    position: relative;
}

.case-sec2-left-btm img {
    position: absolute;
    right: -30%;
    top: -50px;
}

section.case-sec3 {
    background: #373c65;
    padding: 70px 0;
}

.case-sec3-left h3 {
    font-size: 36px;
    line-height: 47px;
    color: #fff;
    font-weight: 900;
}

.case-sec3-right p {
    font-size: 23px;
    line-height: 30px;
    color: #fff;
    font-weight: 200;
    padding-left: 50px;
}

.case-sec4 {
    position: relative;
}

.case-sec4:after {
    content: "";
    position: absolute;
    background: url("../images/case-study/sec4-ring.png") no-repeat;
    background-size: cover;
    width: 425px;
    height: 328px;
    bottom: -80px;
    left: -80px;
    right: 0;
    margin: auto;
}

.case-sec4-left h2 {
    font-size: 52px;
    line-height: 53px;
    color: #363b64;
    font-weight: 700;
    max-width: 80%;
    padding-bottom: 80px;
}

.case-sec4-left {
    padding-top: 150px;
}

.case-sec5 {
    background: url("../images/case-study/sec5-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 100px 0;
    text-align: center;
}

.case-sec5-top h2 {
    font-size: 52px;
    line-height: 63px;
    color: #fff;
    font-weight: 500;
}

.case-sec5-top p {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 200;
    max-width: 72%;
    margin: auto;
}

.case-sec5-btm {
    margin-top: 20px;
    position: relative;
}

.france-slides img {
    margin: auto;
    width: 817px;
    height: auto;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    position: relative;
    top: 10px;
}

.makbook {
    position: relative;
    z-index: 9;
}

.case-sec5-btm:after {
    content: "";
    position: absolute;
    background: url("../images/case-study/necklace.png");
    bottom: -50px;
    right: -110px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 368px;
    height: 472px;
    z-index: 999;
}

.france-slider .slick-arrow {
    font-size: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 9%);
    display: flex !important;
    align-items: center;
    outline: 0 !important;
    cursor: pointer;
    transition: .3s;
    position: absolute;
    right: -120px;
    bottom: -110px;
    left: 0px;
    margin: auto;
    justify-content: center;
}

.france-slider button.slick-prev.slick-arrow {
    right: 0;
}

.france-slider button.slick-next:before {
    content: "\f105" !important;
}

.france-slider button.slick-arrow:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    color: #c4a39c;
    width: 100%;
}

.france-slider .slick-arrow:focus {
    background: #17141e;
}

.wrapper {
    overflow-x: hidden;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.logo-inner-tabs .custom-tab-list {
    margin-top: 0px;
}

.our-banner.inner-banner.logo-banner {
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 80px 0 50px;
    position: relative;
}

.our-banner.inner-banner.logo-banner .banner-left h1 {
    color: #fff;
    background: 0 0;
    font-size: 49px;
    line-height: 56px;
    margin-bottom: 16px;
    font-weight: 900;
    max-width: 1070px;
}

.our-banner.inner-banner.logo-banner .banner-left p {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    max-width: 850px;
    margin: 0 auto 10px;
}

.banner-list.logo-banner-list {
    column-count: 2;
    width: 70%;
    margin-top: 0;
}

.banner-list.logo-banner-list li {
    margin-right: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
}

.logo-banner-btm ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0;
}

.logo-banner-form {
    border-radius: 20px;
    background-color: #ffbb20;
    padding: 35px 30px 25px;
    border: solid 4px;
    border-color: #fff;
    box-shadow: 0 0 0 9px #2e298e;
}

.logo-banner-form-fields h4 {
    color: #363b64;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 5px;
    text-align: center;
}

.logo-banner-form-fields h2 {
    color: #30355d;
    font-size: 39px;
    line-height: 44px;
    font-weight: 900;
    margin-bottom: 0;
    text-transform: uppercase;
}

.logo-banner-form-fields .popup-submt-btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-banner-form-fields .form-group input {
    background-color: #fff;
    color: #545454;
    padding: 13px 10px;
    border: none;
    border-radius: 4px;
    padding-left: 45px;
}

.logo-banner-btm img {
    transition: 0.3s;
    border-radius: 5px;
}


/*sh css*/

.main-discount-box {
    display: flex;
    align-items: flex-end;
}

.main-discount-box .knock-img-box {
    max-width: 168px;
    width: 100%;
    position: relative;
    top: 4px;
}

.self-txt {
    background: url(../images/logo-design/shape.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 44px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.self-txt p {
    color: #fff;
    font-size: 19px;
    font-family: "Mark Pro";
    font-weight: 500;
    line-height: normal;
}

.main-discount-box .discount-title {
    margin-left: 10px;
}

.logo-banner-form-fields .form-group {
    margin-bottom: 0;
    position: relative;
}

.logo-banner-form-fields .form-group + .form-group {
    margin-top: 10px;
}

.logo-banner-form-fields .form-group textarea {
    height: 100px;
    background-color: #fff;
    border-radius: 4px;
    padding: 13px 10px;
    padding-left: 45px;
}

.logo-banner-form-fields .form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder{
    color: #545454;
    font-weight: 500;
    opacity: 1 !important;
    font-size: 15px;
    font-family: "Mark Pro"
}

.logo-banner-form-fields .form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
    color: #545454;
    font-weight: 500;
    opacity: 1 !important;
    font-size: 15px;
    font-family: "Mark Pro"
}

.logo-banner-form-fields .form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
    color: #545454;
    font-weight: 500;
    font-family: "Mark Pro";
    font-size: 15px;
    opacity: 1 !important;
}

.logo-banner-form-fields .form-group input:-moz-placeholder, .form-group textarea:-moz-placeholder {
    color: #545454;
    font-weight: 500;
    font-family: "Mark Pro";
    font-size: 15px;
    opacity: 1 !important;
}

.logo-banner-form-fields .form-group:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    background: url(../images/logo-design/name-icon.svg) no-repeat;
    width: 22px;
    background-position: center !important;
}

.logo-banner-form-fields .form-group:nth-child(4):before {
    background: url(../images/logo-design/email-icon.svg) no-repeat;
}

.logo-banner-form-fields .form-group:nth-child(5):before{
    background: url(../images/logo-design/phone-icon.svg) no-repeat;
}

.logo-banner-form-fields .form-group:nth-child(6):before{
    background: url(../images/logo-design/msg-icon.svg) no-repeat;
    background-position: 0 11px !important;
}

.logo-banner-form-fields .downl-btn {
    width: 100%;
    background-color: #161356;
    text-shadow: none;
    color: #ffb020 !important;
    text-transform: uppercase;
    justify-content: center;
    font-size: 21px;
    padding: 11px 40px !important;
}

.logo-banner-form-fields button.downl-btn:after{
    background: url(../images/logo-design/form-btn-arrow.png) no-repeat;
    width: 33px;
    height: 33px;
    margin-left: 8px;
}

.banner-info-list {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
}

.our-banner.inner-banner.logo-banner .banner-left h1 span {
    color: #feba33;
}

.main-website-banner{
}
.tech-partners h2 {
    color: #363b64;
    font-size: 40px;
    line-height: 48px;
    font-weight: 900;
    margin: 0 0 10px;
    text-align: center;
}

.tech-partners {
    padding: 60px 0px;
}

.tech-partners ul {
    display: flex;
    align-items: center;
}

section.techpartner-logo ul {
    justify-content: center;
    display: flex;
    align-items: center;
}

section.techpartner-logo ul li img {
    min-width: 220px;
    max-width: 220px;
}

section.techpartner-logo ul li {
    margin: 0 40px;
}
section.techpartner-logo {
    background: #f2f2f2;
    padding-bottom: 60px;
}
/*captcha css*/
label#ebcaptchatext {
    background: #1da4a6;
    color: #fff;
    padding: 11px 20px;
    margin: 0;
}

input#ebcaptchainput {
    border: none;
    outline: 0;
    width: auto;
    background: 0 0;
    border-bottom: 1px solid #bbc4ca;
    padding: 10px 0;
    color: #363b64;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    opacity: 1;
    margin-left: 10px;
    text-align: center;
    max-width: 110px;
}
button.downl-btn:disabled {background: #ccc;color: #000;text-shadow: none;}
/*captcha css end*/
@media (max-width: 767px){
    .techpartner-logo ul li {
        margin: 30px 10px !important;
    }

    .techpartner-logo ul {
        flex-direction: column !important;
    }
}


.contact-whatsapp {position: fixed;z-index: 3;bottom: 50px;left: 25px;animation: scrollDownAnimation .5s ease infinite alternate;-webkit-animation: scrollDownAnimation .5s ease infinite alternate;}
.contact-whatsapp img {max-width: 70%;}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}
@-moz-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}
@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}


.main-btn .fa-whatsapp {
    color: #4cb050;
    font-size: 30px;
    margin-right: 6px;
}


/*sh css*/