/*-- Google Font --*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&amp;family=Roboto:wght@400;500;700&amp;display=swap");
.submit__generated {
    display: inline-block;
    span {
        display: inline-block;
        width: 35px;
        height: 35px;
        vertical-align: center;
        line-height: 35px;
        font-weight: bold;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.9);
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
    .submit__input {
        position: relative;
        outline: 0;
        height: 35px;
        width: 35px;
        border-radius: 4px;
        border: 1px solid #42A0DD;
        color: #42A0DD;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        top: -2px;
    }
}

i.fa-refresh {
    margin: 4px 0 0px 5px;
    padding: 5px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform-origin: center center;
    transition: transform 0.2s ease-out, color 0.2s ease-out;
    &:hover {
        color: rgba(0, 0, 0, 0.4);
        transform: rotate(180deg);
    }
}

span.submit__error,
span.submit__error--empty {
    color: #e74c3c;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
}

.submit {
    display: block;
    margin: 50px 0;
    padding: 7px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    background-color: #42A0DD;
    background-clip: padding-box;
    border-radius: 3px;
    box-shadow: 0 4px 0 #2C81BA;
    opacity: 1;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    &:hover {
        background-color: #3498db;
    }
    &:active,
    &.enter-press,
    &.overlay {
        margin: 55px 0 46px 0;
        box-shadow: none;
    }
}

.submit__overlay {
    height: 50px;
    width: 110px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    margin-top: -90px;
    margin-left: -5px;
}

.low-opa {
    opacity: 0.4;
}

.fadeOut {
    opacity: 0;
    transform: translateY(10px);
}

.fadeIn {
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

.form-fields,
.form-success {
    transition: all 0.2s ease-out;
}

.form-success {
    opacity: 0;
    transform: translateY(-10px);
    margin-top: 20px;
}


/*-- Common Style --*/

*,
*::after,
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #333;
    outline: none;
    font-family: "Montserrat", sans-serif;
    visibility: visible;
    overflow-X: hidden;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: "";
}

body[dir="rtl"] {
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    color: #02006c;
    font-weight: 800 !important;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0;
}

.title {
    font-size: 42px;
}

h1 {
    font-size: 36px;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input {
    transition: all 0.3s linear;
    outline: 0;
}

a:focus,
button:focus,
img:focus,
input:focus {
    outline: 0;
}

a:focus {
    color: none;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #9412b1;
}

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

button,
input[type="submit"] {
    cursor: pointer;
}

img {
    max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}

.fix {
    overflow: hidden;
}


/*-- Common Classes --*/

.section,
.main-wrapper {
    float: left;
    width: 100%;
}


/*--Section Spacing--*/

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 1199px) {
    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .section-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.section-padding-02 {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 1199px) {
    .section-padding-02 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .section-padding-02 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-02 {
        padding-top: 60px;
    }
}

.section-padding-03 {
    padding-top: 140px;
}

@media only screen and (max-width: 1199px) {
    .section-padding-03 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .section-padding-03 {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-03 {
        padding-top: 60px;
    }
}


/*--Section Title--*/

.section-title {
    margin-bottom: 20px;
    margin: 20px auto;
}

.section-title .title {
    font-size: 36px;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #02006c;
}

@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
        line-height: 36px;
    }
}

.section-title .title.white {
    color: #ffffff;
}

.section-title .sub-title {
    font-size: 13px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 0 15px;
    position: relative;
}

.section-title .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #9412b1;
    width: 2px;
    height: 11px;
    transform: translateY(-50%);
}

.section-title .sub-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background: #9412b1;
    width: 2px;
    height: 11px;
    transform: translateY(-50%);
}

.section-title .sub-title.white {
    color: #ffffff;
}

.section-title .sub-title.sub-title2::after {
    display: none;
}


/*--Section Title Two--*/

.section-title2 {
    max-width: 690px;
    margin: 0 auto;
}

.section-title2 .title {
    font-size: 48px;
    line-height: 54px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #333333;
}

.section-title2 .title span {
    color: #9412b1;
}

@media only screen and (max-width: 1199px) {
    .section-title2 .title {
        font-size: 36px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title2 .title {
        font-size: 28px;
        line-height: 36px;
    }
}

.section-title2 .sub-title {
    font-size: 12px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #a1a1a1;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title2 p {
    font-size: 16px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #4c4d56;
    padding: 0 50px;
    margin-top: 20px;
}


/*--Swiper Pagination--*/

.swiper-pagination .swiper-pagination-bullet {
    border-radius: 50%;
    background-color: #e8e8e8;
    width: 10px;
    height: 10px;
    transition: all 0.3s linear;
    position: relative;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #9412b1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    transform: scale(1);
}


/*--  Preloader Styles  --*/

#loading {
    background: rgb(148, 18, 177);
    background: linear-gradient(260deg, rgba(148, 18, 177, 1) 51%, rgba(253, 184, 77, 1) 100%);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
}

#loading #loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    transform: rotate(-135deg);
}

#loading #object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#loading #object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#loading #object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#loading #object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#loading .object {
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

@-webkit-keyframes animate {
    50% {
        transform: rotate(360deg) scale(0.8);
    }
}

@keyframes animate {
    50% {
        transform: rotate(360deg) scale(0.8);
    }
}


/*----------------------------------------*/


/*  02. Elements CSS
/*----------------------------------------*/


/*--
/*  2.4 - Form CSS
/*----------------------------------------*/

label {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize;
}


/*Input Field & Select*/

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
textarea {
    border: 1px solid #ebebeb;
    box-shadow: none;
    color: #415674;
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 10px 25px;
    max-width: 100%;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    transition: all 0.3s linear;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
textarea:focus {
    outline: none;
    border-color: #9412b1;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}


/*--
/*  2.3 - Button CSS
/*----------------------------------------*/

.btn-margin {
    margin-top: 40px;
}

.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.btn-wrap .btn {
    margin: 5px;
}

.btn {
    display: inline-block;
    overflow: hidden;
    transform: perspective(0) translateZ(0);
    background: #9412b1;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    border-color: transparent;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    height: 50px;
    line-height: 48px;
    padding: 0px 40px;
    border: 0;
    border-style: solid;
    box-shadow: none;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.btn i {
    position: relative;
    top: 1px;
    left: 2px;
}

.btn::before {
    content: "";
    background: #02006c;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.btn::after {
    content: "";
    background: #02006c;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.btn:focus,
.btn:focus:active {
    box-shadow: none;
}

.btn:hover {
    color: #ffffff;
}

.btn:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}

.btn:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.btn-2 {
    background: #02006c;
    color: #ffffff;
}

.btn-2::before {
    background: #ffffff;
}

.btn-2::after {
    background: #ffffff;
}

.btn-2:hover {
    color: #02006c;
}

.btn-3 {
    height: 50px;
    line-height: 45px;
    font-size: 14px;
    padding: 0 40px;
    background: #ff5538;
    color: #ffffff;
}

.btn-4 {
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    padding: 0 45px;
    background: #11ddf5;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    color: #ffffff;
}

.btn-4:hover {
    background: #ffffff;
    color: #11ddf5;
}

.btn-round {
    border-radius: 100px;
}

.btn-square {
    border-radius: 0;
}

[class*="btn-icon-"] i {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 28px;
    text-align: center;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
    padding-left: 69px;
}

.btn-icon-left i {
    left: 0;
    right: auto;
}

.btn-icon-right {
    padding-right: 69px;
}

.btn-icon-right i {
    left: auto;
    right: 0;
}

.btn-primary {
    background-color: #9412b1;
    border-color: #9412b1;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #9412b1;
    border-color: #9412b1;
}

.btn-secondary {
    background-color: #02006c;
    border-color: #02006c;
    color: #ffffff;
}

.btn-secondary:hover {
    background-color: #02006c;
    border-color: #02006c;
}

.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #02006c;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}

.btn-white::after {
    background: #9412b1;
}

.btn-white::before {
    background: #9412b1;
}


/*----------------------------------------*/


/*  02. Header CSS
/*----------------------------------------*/


/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/

.header-section {
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    width: 100%;
    z-index: 999;
}

@media only screen and (max-width: 991px) {
    .header-section {
        padding: 15px 0;
    }
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .main-menu ul li {
        margin-right: 22px;
    }
}

.main-menu ul li:last-child {
    margin-right: 0;
}

.main-menu ul li.has-dropdown>a {
    padding-right: 14px;
}

.main-menu ul li.has-dropdown>a::after {
    position: absolute;
    content: '\f16c';
    right: -4px;
    top: 41px;
    font-size: 10px;
    color: #02006c;
    font-family: "flaticon";
}

.main-menu ul li a {
    color: #031628;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 40px 0;
    display: inline-block;
    transition: .3s;
}

.main-menu ul li.active-menu>a {
    color: #9412b1;
}

.main-menu ul li.active-menu>a::after {
    color: #9412b1;
}

.main-menu ul li:hover>a {
    color: #9412b1;
}

.main-menu ul li:hover>a::after {
    color: #9412b1;
}

.main-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 110%;
    min-width: 220px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 20px 0px 15px;
    transition: 0.3s;
    border-top: 4px solid #9412b1;
}

.main-menu ul li .sub-menu li {
    margin: 0;
    padding: 0;
    display: inline;
    position: relative;
    width: 100%;
    display: block;
}

.main-menu ul li .sub-menu li a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 7px 25px;
    transition: 0.3s;
    color: #031628;
    text-transform: capitalize;
}

.main-menu ul li .sub-menu li.active>a {
    color: #9412b1;
}

.main-menu ul li .sub-menu li:hover>a {
    color: #9412b1;
}

.main-menu ul li .sub-menu li>.sub-menu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.main-menu ul li .sub-menu li:hover>.sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.header-meta {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.header-info {
    align-items: center;
}

.header-info .info-icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #9412b1;
    border-radius: 50%;
}

.header-info .info-icon i {
    font-size: 18px;
    color: #ffffff;
}

.header-info .info-text {
    margin-left: 10px;
}

.header-info .info-text span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #031628;
}

.header-info .info-text .number {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #031628;
}

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

.header-search .search-btn {
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    color: #333333;
    transition: all 0.3s linear;
}

.header-search .search-btn:hover {
    color: #9412b1;
}

.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 121;
    background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.search-wrap .search-inner .search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s linear;
}

.search-wrap .search-inner .search-close:hover {
    transform: rotate(90deg);
    color: #9412b1;
}

.search-wrap .search-inner .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.search-wrap .search-inner .search-cell .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .search-wrap .search-inner .search-cell .search-field-holder {
        width: 60%;
    }
}

@media only screen and (max-width: 575px) {
    .search-wrap .search-inner .search-cell .search-field-holder {
        width: 80%;
    }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: uppercase;
    background: transparent;
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    border-bottom: 2px solid #898989;
    text-align: center;
    letter-spacing: 2px;
}

@media only screen and (max-width: 1199px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
        padding: 0 35px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
        font-size: 16px;
        padding: 0 15px;
    }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
}

@media only screen and (max-width: 1199px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
        font-size: 14px;
    }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    opacity: 0.95;
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
}

@media only screen and (max-width: 1199px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
        font-size: 14px;
    }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    opacity: 0.95;
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
}

@media only screen and (max-width: 1199px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
        font-size: 14px;
    }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
}

@media only screen and (max-width: 1199px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
        font-size: 14px;
    }
}

.header-cart {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .header-cart {
        padding-left: 0;
        margin-left: 0;
    }
}

.header-cart::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #cdd0d4;
    width: 1px;
    height: 40px;
}

@media only screen and (max-width: 767px) {
    .header-cart::before {
        display: none;
    }
}

.header-cart .cart-btn {
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    background: none;
    color: #333333;
    border: 0;
    position: relative;
    transition: all 0.3s linear;
}

.header-cart .cart-btn:hover {
    color: #9412b1;
}

.header-cart .cart-btn .count {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #9412b1;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    color: #000000;
    position: absolute;
    top: -4px;
    right: -12px;
}

.dropdown-cart {
    max-width: 370px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    border: 0;
    transform: translateX(-50%) !important;
    left: 50% !important;
    top: 57px !important;
}

@media only screen and (max-width: 1399px) {
    .dropdown-cart {
        left: 0 !important;
        transform: translateX(-85%) !important;
    }
}

@media only screen and (max-width: 991px) {
    .dropdown-cart {
        top: 56px !important;
    }
}

@media only screen and (max-width: 449px) {
    .dropdown-cart {
        left: 0 !important;
        transform: translateX(-72%) !important;
    }
}

.dropdown-cart .cart-items {
    height: 280px;
    overflow-y: auto;
}

.dropdown-cart .cart-items .single-cart-item {
    display: flex;
    align-items: center;
    position: relative;
}

.dropdown-cart .cart-items .single-cart-item+.single-cart-item {
    margin-top: 30px;
}

.dropdown-cart .cart-items .single-cart-item .item-image img {
    border-radius: 50%;
}

.dropdown-cart .cart-items .single-cart-item .item-content {
    flex: 1;
    padding-right: 25px;
    padding-left: 20px;
}

.dropdown-cart .cart-items .single-cart-item .item-content .title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
}

.dropdown-cart .cart-items .single-cart-item .item-content .quantity {
    font-size: 14px;
    color: #9412b1;
    line-height: 1.75;
    display: block;
}

.dropdown-cart .cart-items .single-cart-item .btn-close {
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    right: 5px;
}

.dropdown-cart .cart-total {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.dropdown-cart .cart-total .label {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    display: block;
    color: #000000;
}

.dropdown-cart .cart-total .value {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    display: block;
    color: #9412b1;
}

.dropdown-cart .cart-btns {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.dropdown-cart .cart-btns .btn {
    height: 50px;
    line-height: 46px;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    font-size: 16px;
    padding: 0 35px;
    width: 48%;
}

.dropdown-cart .cart-btns .btn.btn-2 {
    background: #02006c;
    transition: all 0.3s linear;
}

.dropdown-cart .cart-btns .btn.btn-2:hover {
    color: #02006c;
}

.dropdown-cart .cart-btns .btn.btn-2:hover::before {
    background: #ffffff;
}

.dropdown-cart .cart-btns .btn.btn-2:hover::after {
    background: #ffffff;
}

.header-top-section {
    background: #02006c;
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header-top-wrapper .header-top-info ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    position: relative;
}

.header-top-wrapper .header-top-info ul li i {
    font-size: 16px;
    color: #fff;
    position: relative;
    top: 1px;
    margin-right: 7px;
}

.header-top-wrapper .header-top-info ul li+li {
    margin-left: 40px;
}

.header-top-wrapper .header-social {
    display: flex;
    align-items: center;
}

.header-top-wrapper .header-social ul li {
    display: inline-block;
}

.header-top-wrapper .header-social ul li+li {
    margin-left: 25px;
}

.header-top-wrapper .header-social ul li a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
}

.header-top-wrapper .header-social ul li a:hover {
    color: #9412b1;
}

.header-section-02 .header-top-section {
    padding-bottom: 50px;
}

.header-section-02 .header-bottom-section {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-section-02 .header-bottom-section .header-wrap {
    background: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 991px) {
    .header-section-02 .header-bottom-section {
        position: unset;
    }
    .header-section-02 .header-bottom-section .header-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.header-section-3 .main-menu ul li.has-dropdown>a {
    padding-right: 14px;
}

.header-section-3 .main-menu ul li.has-dropdown>a::after {
    top: 31px;
}

.header-section-3 .main-menu ul li a {
    padding: 30px 0;
}

.header-section-3 .header-info {
    background: #9412b1;
    height: 80px;
    line-height: 80px;
    padding: 0 15px;
    margin-left: 40px;
}

.header-section-3 .header-info .info-icon {
    height: 20px;
    width: 20px;
    line-height: 20px;
}

.header-section-4 .header-top-section {
    background: #ffffff;
}

.header-section-4 .header-top-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-section-4 .header-top-wrapper .header-top-info ul {
    display: flex;
    flex-wrap: wrap;
}

.header-section-4 .header-top-wrapper .header-top-info ul li {
    display: flex;
    position: relative;
}

.header-section-4 .header-top-wrapper .header-top-info ul li+li {
    margin-left: 25px;
    padding-left: 25px;
}

.header-section-4 .header-top-wrapper .header-top-info ul li+li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #e1e1e1;
    width: 1px;
    height: 35px;
    transform: translateY(-50%);
}

.header-section-4 .header-top-wrapper .header-top-info ul li .info-icon i {
    font-size: 18px;
    color: #9412b1;
    position: relative;
    top: 1px;
    margin-right: 10px;
}

.header-section-4 .header-top-wrapper .header-top-info ul li .info-content {
    flex: 1;
}

.header-section-4 .header-top-wrapper .header-top-info ul li .info-content p {
    font-size: 12px;
    line-height: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #777777;
}

.header-section-4 .header-top-wrapper .header-top-info ul li .info-content .title {
    font-size: 14px;
    line-height: 18px;
}

.header-section-4 .header-bottom-section {
    background: #02006c;
}

.header-section-4 .header-bottom-section .header-logo {
    display: none;
}

.header-section-4 .main-menu ul li.has-dropdown>a::after {
    top: 27px;
    color: #ffffff;
}

.header-section-4 .main-menu ul li a {
    color: #ffffff;
    padding: 25px 0;
}

.header-section-4 .main-menu ul li.active-menu>a {
    color: #9412b1;
}

.header-section-4 .main-menu ul li.active-menu>a::after {
    color: #9412b1;
}

.header-section-4 .main-menu ul li:hover>a {
    color: #9412b1;
}

.header-section-4 .main-menu ul li:hover>a::after {
    color: #9412b1;
}

.header-section-4 .header-info {
    height: 70px;
    line-height: 70px;
}

.header-section-4 .header-cart {
    padding-left: 0;
    margin-left: 0;
}

.header-section-4 .header-cart::before {
    display: none;
}

.header-section-4 .header-cart .cart-btn {
    color: #ffffff;
}

.header-section-4 .header-cart .cart-btn:hover {
    color: #9412b1;
}

.header-section-4 .dropdown-cart {
    top: 50px !important;
}

.header-section-4 .header-search .search-btn {
    color: #ffffff;
}

.header-section-4 .header-search .search-btn:hover {
    color: #9412b1;
}

@media only screen and (max-width: 1199px) {
    .header-section-4 .header-top-wrapper .header-top-info ul li+li {
        margin-left: 20px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .header-section-4 {
        background: #02006c;
    }
    .header-section-4 .header-bottom-section {
        background: none;
    }
    .header-section-4 .header-bottom-section .header-logo {
        display: block;
    }
}

.header-section-5 .header-top-section {
    border-bottom: 1px solid #1a436c;
}

.header-section-5 .header-bottom-section {
    background: #02006c;
}

.header-section-5 .main-menu ul li.has-dropdown>a {
    padding-right: 14px;
}

.header-section-5 .main-menu ul li.has-dropdown>a::after {
    top: 35px;
    color: #ffffff;
}

.header-section-5 .main-menu ul li a {
    color: #ffffff;
    padding: 35px 0;
}

.header-section-5 .main-menu ul li.active-menu>a {
    color: #9412b1;
}

.header-section-5 .main-menu ul li.active-menu>a::after {
    color: #9412b1;
}

.header-section-5 .main-menu ul li:hover>a {
    color: #9412b1;
}

.header-section-5 .main-menu ul li:hover>a::after {
    color: #9412b1;
}

.header-section-5 .header-info {
    margin-right: 40px;
}

.header-section-5 .header-info .info-text span {
    color: #ffffff;
}

.header-section-5 .header-info .info-text .number {
    color: #ffffff;
}

.header-section-5 .header-cart {
    padding-left: 0;
    margin-left: 0;
}

.header-section-5 .header-cart::before {
    display: none;
}

.header-section-5 .header-cart .cart-btn {
    color: #ffffff;
}

.header-section-5 .header-cart .cart-btn:hover {
    color: #9412b1;
}

.header-section-5 .dropdown-cart {
    top: 50px !important;
}

.header-section-5 .header-search .search-btn {
    color: #ffffff;
}

.header-section-5 .header-search .search-btn:hover {
    color: #9412b1;
}

@media only screen and (max-width: 991px) {
    .header-section-5 {
        background: #02006c;
    }
    .header-section-5 .header-bottom-section {
        background: none;
    }
}

.header-section-6 {
    background: transparent;
}

.header-section-6 .header-logo .logo-black {
    display: none;
}

.header-section-6.sticky {
    background: #ffffff;
}

.header-section-6.sticky .header-logo .logo-black {
    display: block;
}

.header-section-6.sticky .header-logo .logo-white {
    display: none;
}

.header-section-6.sticky .main-menu ul li.has-dropdown>a::after {
    color: #02006c;
}

.header-section-6.sticky .main-menu ul li a {
    color: #031628;
}

.header-section-6.sticky .main-menu ul li.active-menu>a {
    color: #9412b1;
}

.header-section-6.sticky .main-menu ul li.active-menu>a::after {
    color: #9412b1;
}

.header-section-6.sticky .main-menu ul li:hover>a {
    color: #9412b1;
}

.header-section-6.sticky .main-menu ul li:hover>a::after {
    color: #9412b1;
}

.header-section-6.sticky .header-info .info-text span {
    color: #031628;
}

.header-section-6.sticky .header-info .info-text .number {
    color: #031628;
}

.header-section-6.sticky .header-cart .cart-btn {
    color: #333333;
}

.header-section-6.sticky .header-cart .cart-btn:hover {
    color: #9412b1;
}

.header-section-6.sticky .header-search .search-btn {
    color: #333333;
}

.header-section-6.sticky .header-search .search-btn:hover {
    color: #9412b1;
}

.header-section-6 .header-bottom-section {
    background: none;
}

.header-section-6 .header-info {
    margin-right: 0;
}

.header-section-6 .header-cart {
    padding-left: 20px;
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .header-section-6 .header-cart {
        padding-left: 0;
        margin-left: 0;
    }
}

.header-section-6 .header-cart::before {
    display: block;
}

@media only screen and (max-width: 767px) {
    .header-section-6 .header-cart::before {
        display: none;
    }
}

.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
}

.header-section-02 .header-bottom-section.sticky {
    background: #ffffff;
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
}

.header-section-02 .header-bottom-section.sticky .header-wrap {
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width: 991px) {
    .header-section-02 .header-bottom-section.sticky {
        padding: 15px 0;
    }
}

@-webkit-keyframes sticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}

@keyframes sticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}

@use '../utils' as *;

/*----------------------------------------*/


/*  03. MEAN MENU CSS START
/*----------------------------------------*/


/* mean menu customize */

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--tp-heading-primary);
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
    line-height: 14px;
    border: 1px solid #ebebeb !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: var(--tp-heading-primary);
    line-height: 30px;
    top: 0;
    font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: #ebebeb;
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: var(--tp-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: var(--tp-heading-primary);
}


/*----------------------------------------*/


/*  00. Sidebar CSS START
/*----------------------------------------*/

.sidebar__area {
    position: fixed;
    right: -485px;
    top: 0;
    width: 465px;
    height: 100%;
    background: #ffffff none repeat scroll 0 0;
    overflow-y: scroll;
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9999;
}

@media only screen and (max-width: 575px) {
    .sidebar__area {
        width: 360px;
    }
}

@media only screen and (max-width: 449px) {
    .sidebar__area {
        width: 290px;
    }
}

.sidebar__area.sidebar-opened {
    right: 0px;
}

.sidebar__wrapper {
    position: relative;
    padding: 45px;
    background: #f7f7f7;
}

@media only screen and (max-width: 449px) {
    .sidebar__wrapper {
        padding: 20px;
    }
}

.sidebar__close {
    position: absolute;
    top: 35px;
    right: 45px;
}

@media only screen and (max-width: 449px) {
    .sidebar__close {
        top: 22px;
        right: 20px;
    }
}

.sidebar__close-btn {
    display: inline-block;
    font-size: 16px;
    height: 45px;
    width: 45px;
    line-height: 49px;
    background: #000;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 50%;
}

.sidebar__close-btn:hover {
    background: #9412b1;
}

.sidebar__logo {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
}

.sidebar__search {
    position: relative;
    margin-bottom: 25px;
}

.sidebar__search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    font-weight: 500;
    color: #415674;
}

.sidebar__search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    color: #415674;
    font-weight: 500;
}

.sidebar__search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    color: #415674;
    font-weight: 500;
}

.sidebar__search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::placeholder {
    color: #415674;
    font-weight: 500;
}

.sidebar__search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
    border-color: #9412b1;
}

.sidebar__search button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 14px;
    color: #aeaeae;
    outline: none;
    border: none;
    background: transparent;
    transition: .3s;
}

.sidebar__search button:hover {
    color: #9412b1;
}

.sidebar__text p {
    margin-bottom: 25px;
    font-size: 16px;
}

.sidebar__contact {
    margin-top: 30px;
    margin-bottom: 20px;
}

.sidebar__contact h4 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #343a40;
}

.sidebar__contact ul li:not(:last-child) {
    margin-bottom: 20px;
}

.sidebar__contact ul li:hover i {
    background: #9412b1;
    color: #ffffff;
    border-color: #ebebeb;
}

.sidebar__contact ul li:hover a {
    color: #9412b1;
}

.sidebar__contact-icon {
    margin-right: 15px;
}

.sidebar__contact-icon i {
    display: inline-block;
    color: #343a40;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 7px;
}

.sidebar__contact-text a {
    font-size: 18px;
    font-weight: 400;
    color: #343a40;
}

.sidebar__social ul li {
    display: inline-block;
}

.sidebar__social ul li:not(:last-child) {
    margin-right: 5px;
}

.sidebar__social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #f1f1f1;
    color: #343a40;
    border-radius: 5px;
}

.sidebar__social ul li a:hover {
    background: #9412b1;
    color: #ffffff;
}

.side-menu-icon {
    margin-left: 30px;
}

.side-menu-icon span {
    width: 25px;
    height: 2px;
    background: #9412b1;
    margin: 6px 0;
    display: block;
}

.side-menu-icon span:last-child {
    margin-bottom: 0;
}

.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.body-overlay:hover {
    cursor: pointer;
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}


/*----------------------------------------*/


/*  4.1. Pages CSS (All Page Styles)
/*----------------------------------------*/


/*--
/*  03 - Hero CSS
/*----------------------------------------*/

.slider-item {
    height: 821px;
    background: #f0f0f0;
    overflow: hidden;
    position: relative;
    padding-top: 85px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.slider-item .slider-content {
    padding-top: 220px;
}

.slider-item .slider-content .sub-title {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
    padding-left: 45px;
}

.slider-item .slider-content .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #ffffff;
    width: 33px;
    height: 1px;
    transform: translateY(-50%);
}

.slider-item .slider-content .title {
    font-size: 55px;
    line-height: 62px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 15px;
}

.slider-item .slider-content .hero-btn .btn {
    margin-top: 45px;
}

.slider-active .slider-arrow {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    transform: translateY(-30%);
    border: 1px solid #9412b1;
    box-shadow: 0px 5px 57px 0px rgba(0, 0, 0, 0.15);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 991px) {
    .slider-active .slider-arrow {
        transform: translateY(90%);
    }
}

.slider-active .slider-arrow.swiper-button-prev {
    left: 0;
}

.slider-active .slider-arrow.swiper-button-prev::after {
    content: "\f16d";
    font-family: flaticon !important;
    font-size: 16px;
}

.slider-active .slider-arrow.swiper-button-next {
    right: 0;
}

.slider-active .slider-arrow.swiper-button-next::after {
    content: "\f16e";
    font-family: flaticon !important;
    font-size: 16px;
}

.slider-active .slider-arrow:hover {
    color: #000000;
    background: #9412b1;
}

.slider-active:hover .slider-arrow {
    opacity: 1;
    visibility: visible;
}

.slider-active:hover .slider-arrow.swiper-button-prev {
    left: 50px;
}

@media only screen and (max-width: 449px) {
    .slider-active:hover .slider-arrow.swiper-button-prev {
        left: 20px;
    }
}

.slider-active:hover .slider-arrow.swiper-button-next {
    right: 50px;
}

@media only screen and (max-width: 449px) {
    .slider-active:hover .slider-arrow.swiper-button-next {
        right: 20px;
    }
}

.slider-active .swiper-slide-active .slider-content .sub-title,
.slider-active .swiper-slide-active .slider-content .title,
.slider-active .swiper-slide-active .slider-content .hero-btn {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider-active .swiper-slide-active .slider-content .sub-title {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.slider-active .swiper-slide-active .slider-content .title {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.slider-active .swiper-slide-active .slider-content .hero-btn {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.slider-active .swiper-slide-active .winbiz-cta-section .cta-wrap {
    -webkit-animation-delay: 0.11s;
    animation-delay: 0.11s;
    -webkit-animation-duration: 0.11s;
    animation-duration: 0.11s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

@media only screen and (max-width: 1199px) {
    .slider-item {
        height: 980px;
    }
    .slider-item .slider-content {
        padding-top: 190px;
    }
    .slider-item .slider-content .title {
        font-size: 62px;
        line-height: 74px;
    }
}

@media only screen and (max-width: 991px) {
    .slider-item {
        height: 780px;
    }
    .slider-item .slider-content {
        padding-top: 250px;
    }
    .slider-item .slider-content .title {
        font-size: 62px;
        line-height: 74px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-item {
        height: 820px;
    }
    .slider-item .slider-content .sub-title {
        font-size: 20px;
    }
    .slider-item .slider-content .title {
        font-size: 48px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 449px) {
    .slider-item {
        height: 790px;
    }
    .slider-item .slider-content {
        padding-top: 50px;
    }
    .slider-item .slider-content .sub-title {
        font-size: 18px;
    }
    .slider-item .slider-content .title {
        font-size: 35px;
        line-height: 48px;
    }
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.winbiz-hero-section-02 {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
}

.winbiz-hero-section-02 .shape-1 {
    position: absolute;
    left: 0;
    bottom: -185px;
    z-index: 1;
}

.winbiz-hero-section-02 .hero-content {
    max-width: 630px;
    padding-top: 340px;
    position: relative;
    padding-left: 45px;
}

.winbiz-hero-section-02 .hero-content .svg-shape {
    position: absolute;
    left: 0;
    bottom: 27px;
}

.winbiz-hero-section-02 .hero-content .sub-title {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffff;
    padding-left: 90px;
}

.winbiz-hero-section-02 .hero-content .title {
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 30px;
}

.winbiz-hero-section-02 .hero-content .hero-btn .btn {
    margin-top: 55px;
}

.winbiz-hero-section-02 .hero-images {
    padding-top: 225px;
    text-align: right;
}

.winbiz-hero-section-02 .hero-images .images {
    position: relative;
    bottom: 45px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .winbiz-hero-section-02 .shape-1 {
        bottom: -125px;
    }
    .winbiz-hero-section-02 .hero-images .images {
        bottom: 60px;
        padding: 0 60px;
    }
}

@media only screen and (max-width: 1399px) {
    .winbiz-hero-section-02 .shape-1 {
        bottom: -110px;
    }
    .winbiz-hero-section-02 .hero-content {
        padding-top: 250px;
    }
    .winbiz-hero-section-02 .hero-content .svg-shape {
        bottom: 12px;
    }
    .winbiz-hero-section-02 .hero-content .title {
        font-size: 50px;
        line-height: 66px;
    }
    .winbiz-hero-section-02 .hero-images .images {
        bottom: 60px;
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .winbiz-hero-section-02 .shape-1 {
        bottom: -60px;
    }
    .winbiz-hero-section-02 .hero-content {
        padding-top: 220px;
    }
    .winbiz-hero-section-02 .hero-content .svg-shape {
        bottom: -23px;
    }
    .winbiz-hero-section-02 .hero-content .title {
        font-size: 42px;
        line-height: 55px;
    }
    .winbiz-hero-section-02 .hero-images .images {
        bottom: 60px;
        padding: 0 50px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-hero-section-02 .shape-1 {
        bottom: 80px;
    }
    .winbiz-hero-section-02 .hero-content {
        padding-top: 165px;
    }
    .winbiz-hero-section-02 .hero-images {
        padding-top: 280px;
        text-align: center;
    }
    .winbiz-hero-section-02 .hero-images .images {
        bottom: 180px;
    }
    .winbiz-hero-section-02 .hero-images .images img {
        width: 410px;
    }
}

@media only screen and (max-width: 767px) {
    .winbiz-hero-section-02 .shape-1 {
        bottom: 95px;
        left: -55px;
    }
}

@media only screen and (max-width: 575px) {
    .winbiz-hero-section-02 .hero-content {
        padding-left: 0;
    }
    .winbiz-hero-section-02 .hero-content .svg-shape {
        display: none;
    }
    .winbiz-hero-section-02 .hero-content .title {
        font-size: 36px;
        line-height: 48px;
    }
    .winbiz-hero-section-02 .hero-content .sub-title {
        padding-left: 0;
        font-size: 16px;
    }
}

@media only screen and (max-width: 449px) {
    .winbiz-hero-section-02 .shape-1 {
        bottom: 110px;
    }
    .winbiz-hero-section-02 .hero-images {
        padding-top: 250px;
    }
    .winbiz-hero-section-02 .hero-images .images {
        bottom: 165px;
        padding: 0 0px;
    }
}

.winbiz-hero-section-3 {
    background: #02006c;
    overflow: hidden;
    position: relative;
    padding-top: 85px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.winbiz-hero-section-3 .hero-img-3 {
    position: absolute;
    right: 0;
    top: -15px;
}

.winbiz-hero-section-3 .hero-content {
    padding-top: 220px;
    position: relative;
    padding-left: 35px;
}

.winbiz-hero-section-3 .hero-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #9412b1;
    width: 3px;
    height: 195px;
    transform: translateY(-6%);
}

.winbiz-hero-section-3 .hero-content .sub-title {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
}

.winbiz-hero-section-3 .hero-content .title {
    font-size: 60px;
    line-height: 72px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 15px;
    padding-right: 120px;
}

.winbiz-hero-section-3 .hero-content .hero-btn .btn {
    text-transform: uppercase;
    margin-top: 45px;
}

.winbiz-hero-section-3 .hero-content .hero-btn .btn::before {
    background: #ffffff;
}

.winbiz-hero-section-3 .hero-content .hero-btn .btn::after {
    background: #ffffff;
}

.winbiz-hero-section-3 .hero-content .hero-btn .btn:hover {
    color: #9412b1;
}

@media only screen and (max-width: 1199px) {
    .winbiz-hero-section-3 .hero-content {
        padding-top: 220px;
        position: relative;
        padding-left: 35px;
    }
    .winbiz-hero-section-3 .hero-content .title {
        font-size: 52px;
        line-height: 64px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-hero-section-3 .hero-content {
        padding-top: 120px;
        padding-right: 85px;
    }
    .winbiz-hero-section-3 .hero-content::before {
        transform: translateY(-30%);
    }
}

@media only screen and (max-width: 767px) {
    .winbiz-hero-section-3 .hero-content {
        padding-top: 120px;
        padding-right: 85px;
    }
    .winbiz-hero-section-3 .hero-content::before {
        transform: translateY(-30%);
    }
    .winbiz-hero-section-3 .hero-content .title {
        font-size: 42px;
        line-height: 54px;
    }
}

@media only screen and (max-width: 575px) {
    .winbiz-hero-section-3 .hero-content {
        padding-top: 100px;
        padding-right: 0;
    }
    .winbiz-hero-section-3 .hero-content::before {
        height: 160px;
        transform: translateY(-28%);
    }
    .winbiz-hero-section-3 .hero-content .sub-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 449px) {
    .winbiz-hero-section-3 .hero-content .title {
        font-size: 35px;
        line-height: 48px;
    }
}

.winbiz-hero-section-4 {
    height: 1105px;
    overflow: hidden;
    position: relative;
    padding-top: 155px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.winbiz-hero-section-4 .shape-1 {
    position: absolute;
    width: 100%;
    height: 150px;
    right: 0;
    left: 0px;
    bottom: -146px;
    background: #ffffff;
    transform: skewY(-4deg);
    transform-origin: 0;
    z-index: 2;
}

.winbiz-hero-section-4 .shape-2 {
    position: absolute;
    left: 28%;
    bottom: -5%;
}

.winbiz-hero-section-4 .shape-3 {
    position: absolute;
    left: 0;
    bottom: 2%;
}

.winbiz-hero-section-4 .shape-4 {
    position: absolute;
    right: 0;
    bottom: 24%;
}

.winbiz-hero-section-4 .hero-content {
    background: #ffffff;
    margin-top: 150px;
    position: relative;
    padding: 60px 50px 75px 80px;
}

.winbiz-hero-section-4 .hero-content::before {
    content: "";
    position: absolute;
    left: -12px;
    bottom: 0;
    background: #9412b1;
    width: 12px;
    height: 80%;
}

.winbiz-hero-section-4 .hero-content .sub-title {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

.winbiz-hero-section-4 .hero-content .sub-title::before {
    content: "";
    position: absolute;
    right: -70px;
    top: 50%;
    background: #9412b1;
    width: 60px;
    height: 1px;
    transform: translateY(-50%);
}

.winbiz-hero-section-4 .hero-content .title {
    font-size: 72px;
    line-height: 90px;
    font-weight: 600;
    color: #02006c;
    margin-top: 15px;
}

.winbiz-hero-section-4 .hero-content .hero-btn .btn {
    text-transform: uppercase;
    margin-top: 45px;
}

.winbiz-hero-section-4 .hero-content .hero-btn .btn::before {
    background: #ffffff;
}

.winbiz-hero-section-4 .hero-content .hero-btn .btn::after {
    background: #ffffff;
}

.winbiz-hero-section-4 .hero-content .hero-btn .btn:hover {
    color: #9412b1;
}

@media only screen and (max-width: 1199px) {
    .winbiz-hero-section-4 {
        height: 980px;
    }
    .winbiz-hero-section-4 .shape-1 {
        bottom: -120px;
    }
    .winbiz-hero-section-4 .shape-2 {
        left: -36%;
        bottom: -15%;
    }
    .winbiz-hero-section-4 .shape-3 {
        left: -8%;
        bottom: 9%;
    }
    .winbiz-hero-section-4 .shape-4 {
        bottom: 21%;
    }
    .winbiz-hero-section-4 .hero-content .title {
        font-size: 48px;
        line-height: 66px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-hero-section-4 {
        height: 850px;
    }
    .winbiz-hero-section-4 .shape-2 {
        left: -73%;
        bottom: -21%;
    }
    .winbiz-hero-section-4 .shape-3 {
        left: -17%;
        bottom: 7%;
    }
    .winbiz-hero-section-4 .shape-4 {
        bottom: 18%;
        right: -9%;
    }
    .winbiz-hero-section-4 .hero-content {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .winbiz-hero-section-4 {
        height: 750px;
    }
    .winbiz-hero-section-4 .shape-2 {
        left: -132%;
        bottom: -29%;
    }
    .winbiz-hero-section-4 .shape-3 {
        left: -39%;
    }
    .winbiz-hero-section-4 .shape-4 {
        right: -20%;
    }
    .winbiz-hero-section-4 .hero-content {
        margin-top: 0px;
    }
    .winbiz-hero-section-4 .hero-content .title {
        font-size: 36px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .winbiz-hero-section-4 .shape-2 {
        left: -160%;
        bottom: -31%;
    }
    .winbiz-hero-section-4 .shape-4 {
        display: none;
    }
    .winbiz-hero-section-4 .hero-content {
        margin-top: 0px;
    }
    .winbiz-hero-section-4 .hero-content .sub-title {
        font-size: 16px;
    }
    .winbiz-hero-section-4 .hero-content .title {
        font-size: 36px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 449px) {
    .winbiz-hero-section-4 .shape-2 {
        display: none;
    }
    .winbiz-hero-section-4 .hero-content {
        padding: 60px 40px 65px 35px;
    }
    .winbiz-hero-section-4 .hero-content .sub-title::before {
        width: 30px;
        right: -35px;
    }
    .winbiz-hero-section-4 .hero-content .title {
        font-size: 32px;
        line-height: 46px;
    }
}

.winbiz-hero-section-5 {
    height: 1110px;
    display: flex;
    align-items: center;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.winbiz-hero-section-5 .shape-1 {
    position: absolute;
    left: -17px;
    top: 0;
    z-index: -1;
}

.winbiz-hero-section-5 .shape-2 {
    position: absolute;
    left: 28%;
    top: 11%;
    z-index: -1;
}

.winbiz-hero-section-5 .shape-3 {
    position: absolute;
    right: 0;
    bottom: 9%;
    z-index: -1;
}

.winbiz-hero-section-5 .hero-content {
    position: relative;
    padding: 120px 90px 130px;
    background: #ffffff;
    -webkit-clip-path: polygon(50% 0, 50% 0, 100% 27%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 27%);
    clip-path: polygon(50% 0, 50% 0, 100% 27%, 100% 75%, 50% 100%, 50% 100%, 0 75%, 0 27%);
    margin-top: 60px;
}

.winbiz-hero-section-5 .hero-content .hero-content-shape {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-44%);
}

.winbiz-hero-section-5 .hero-content .hero-content-shape svg {
    fill: #ffffff;
}

.winbiz-hero-section-5 .hero-content .sub-title {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

.winbiz-hero-section-5 .hero-content .title {
    font-size: 72px;
    line-height: 90px;
    font-weight: 600;
    color: #02006c;
    margin-top: 20px;
}

.winbiz-hero-section-5 .hero-content .hero-btn .btn {
    text-transform: uppercase;
    margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
    .winbiz-hero-section-5 {
        height: 950px;
    }
    .winbiz-hero-section-5 .shape-1 {
        left: -35px;
    }
    .winbiz-hero-section-5 .shape-1 img {
        width: 520px;
    }
    .winbiz-hero-section-5 .shape-2 {
        top: 6%;
    }
    .winbiz-hero-section-5 .shape-3 {
        right: -7%;
    }
    .winbiz-hero-section-5 .hero-content {
        padding: 110px 70px 120px;
    }
    .winbiz-hero-section-5 .hero-content .title {
        font-size: 52px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-hero-section-5 {
        height: 880px;
    }
}

@media only screen and (max-width: 767px) {
    .winbiz-hero-section-5 {
        height: 810px;
    }
    .winbiz-hero-section-5 .shape-1 {
        left: -35px;
    }
    .winbiz-hero-section-5 .shape-1 img {
        width: 400px;
    }
    .winbiz-hero-section-5 .shape-2 {
        display: none;
    }
    .winbiz-hero-section-5 .shape-3 {
        display: none;
    }
    .winbiz-hero-section-5 .hero-content .title {
        font-size: 44px;
        line-height: 62px;
    }
}

@media only screen and (max-width: 449px) {
    .winbiz-hero-section-5 {
        height: 750px;
    }
    .winbiz-hero-section-5 .hero-content {
        padding: 100px 35px 110px;
    }
    .winbiz-hero-section-5 .hero-content .sub-title {
        font-size: 15px;
    }
    .winbiz-hero-section-5 .hero-content .title {
        font-size: 35px;
        line-height: 52px;
    }
}

.winbiz-hero-section-6 {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 225px;
    padding-bottom: 360px;
    z-index: 1;
}

.winbiz-hero-section-6 .shape-1 {
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 5;
}

.winbiz-hero-section-6 .hero-content .sub-title {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9412b1;
}

.winbiz-hero-section-6 .hero-content .title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 25px;
}

.winbiz-hero-section-6 .hero-content .title span {
    font-weight: 700;
}

.winbiz-hero-section-6 .hero-form {
    background: #ffffff;
    border-top: 8px solid #02006c;
    border-radius: 10px;
    overflow: hidden;
    max-width: 515px;
    margin-left: auto;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap {
    padding: 45px;
    box-shadow: 0px 0px 40px 0px rgba(49, 48, 48, 0.81);
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .heading-wrap {
    margin-bottom: 5px;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .heading-wrap .title {
    font-size: 36px;
    line-height: 48px;
    color: #02006c;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form {
    margin-top: 20px;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    background: #ffffff;
    height: 55px;
    line-height: 55px;
    border: 1px solid #ebebeb;
    padding-left: 15px;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #686f7a;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #686f7a;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #686f7a;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #686f7a;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
    outline: none;
    box-shadow: none;
    border-color: #9412b1;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form textarea {
    height: 90px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    resize: none;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form textarea::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #686f7a;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form textarea:-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #686f7a;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form textarea::-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #686f7a;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form textarea:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #686f7a;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #9412b1;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .form-btn {
    margin-top: 20px;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .form-btn .btn {
    font-size: 14px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    line-height: 46px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .winbiz-hero-section-6 {
        padding-top: 170px;
        padding-bottom: 250px;
    }
    .winbiz-hero-section-6 .shape-1 {
        bottom: 0;
    }
    .winbiz-hero-section-6 .hero-content .title {
        font-size: 55px;
        line-height: 65px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-hero-section-6 {
        padding-bottom: 220px;
    }
    .winbiz-hero-section-6 .hero-form {
        margin: 0 auto;
        margin-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .winbiz-hero-section-6 {
        padding-top: 150px;
        padding-bottom: 180px;
    }
    .winbiz-hero-section-6 .hero-content .sub-title {
        font-size: 16px;
    }
    .winbiz-hero-section-6 .hero-content .title {
        font-size: 42px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 449px) {
    .winbiz-hero-section-6 {
        padding-bottom: 150px;
    }
    .winbiz-hero-section-6 .hero-content .sub-title {
        font-size: 14px;
    }
    .winbiz-hero-section-6 .hero-content .title {
        font-size: 38px;
        line-height: 48px;
    }
    .winbiz-hero-section-6 .hero-form .hero-form-wrap {
        padding: 30px;
    }
    .winbiz-hero-section-6 .hero-form .hero-form-wrap .heading-wrap .title {
        font-size: 27px;
        line-height: 40px;
    }
}


/*--
/*  14 - CTA CSS
/*----------------------------------------*/

.winbiz-cta-section {
    padding-top: 190px;
}

.winbiz-cta-section .cta-wrap {
    background: #9412b1;
    border-radius: 50px;
    padding: 15px 15px;
    padding-right: 85px;
}

.winbiz-cta-section .cta-wrap .cta-content {
    display: flex;
    align-items: center;
}

.winbiz-cta-section .cta-wrap .cta-content .cta-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 20px 43px 0px rgba(0, 0, 0, 0.09);
    border-radius: 50%;
}

.winbiz-cta-section .cta-wrap .cta-content p {
    flex: 1;
    font-size: 24px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #fff;
    margin-left: 30px;
}

.winbiz-cta-section .cta-wrap .cta-content p span {
    font-weight: 600;
}

.winbiz-cta-section .cta-wrap .cta-btn {
    text-align: right;
}

@media only screen and (max-width: 1199px) {
    .winbiz-cta-section {
        padding-top: 130px;
    }
    .winbiz-cta-section .cta-wrap .cta-content p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-cta-section .cta-wrap {
        padding: 35px;
    }
    .winbiz-cta-section .cta-wrap .cta-content {
        justify-content: center;
    }
    .winbiz-cta-section .cta-wrap .cta-btn {
        text-align: center;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .winbiz-cta-section {
        padding-top: 95px;
    }
}

@media only screen and (max-width: 449px) {
    .winbiz-cta-section .cta-wrap .cta-content p {
        font-size: 20px;
        margin-left: 25px;
    }
}

.winbiz-cta-section-2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 80px;
}

.winbiz-cta-section-2 .cta-content p {
    font-size: 30px;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #ffffff;
    margin-top: 30px;
}

.winbiz-cta-section-2 .cta-content .number {
    font-size: 60px;
    color: #9412b1;
}

@media only screen and (max-width: 991px) {
    .winbiz-cta-section-2 .cta-content p {
        font-size: 24px;
        line-height: 36px;
    }
    .winbiz-cta-section-2 .cta-content .number {
        font-size: 42px;
    }
}

.winbiz-cta-section-3 .cta-wrap {
    background: #9412b1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 70px 50px 85px;
    margin-bottom: -150px;
}

.winbiz-cta-section-3 .cta-wrap .cta-content {
    max-width: 680px;
    margin: 0 auto;
}

.winbiz-cta-section-3 .cta-wrap .cta-content .title {
    font-size: 48px;
    line-height: 60px;
    color: #000000;
}

.winbiz-cta-section-3 .cta-wrap .cta-content .btn {
    text-transform: uppercase;
    margin-top: 35px;
}

@media only screen and (max-width: 1199px) {
    .winbiz-cta-section-3 .cta-wrap .cta-content .title {
        font-size: 42px;
        line-height: 54px;
    }
}

@media only screen and (max-width: 767px) {
    .winbiz-cta-section-3 .cta-wrap {
        padding: 65px 40px 75px;
    }
    .winbiz-cta-section-3 .cta-wrap .cta-content .title {
        font-size: 36px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 449px) {
    .winbiz-cta-section-3 .cta-wrap {
        padding: 60px 24px 70px;
    }
    .winbiz-cta-section-3 .cta-wrap .cta-content .title {
        font-size: 30px;
        line-height: 42px;
    }
}

.winbiz-cta-section-4 .cta-wrap {
    background: #9412b1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 100px 105px 115px;
    margin-bottom: -150px;
}

.winbiz-cta-section-4 .cta-wrap .cta-content {
    display: flex;
    align-items: baseline;
}

.winbiz-cta-section-4 .cta-wrap .cta-content .cta-img img {
    filter: brightness(0) invert(1);
}

.winbiz-cta-section-4 .cta-wrap .cta-content .cta-text {
    flex: 1;
    margin-left: 30px;
}

.winbiz-cta-section-4 .cta-wrap .cta-content .cta-text .sub-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #ffffff;
}

.winbiz-cta-section-4 .cta-wrap .cta-content .cta-text .title {
    font-size: 36px;
    line-height: 48px;
    color: #ffffff;
}

.winbiz-cta-section-4 .cta-wrap .cta-btn {
    text-align: right;
}

.winbiz-cta-section-4 .cta-wrap .cta-btn .btn {
    text-transform: uppercase;
    margin-top: 35px;
}

.winbiz-cta-section-4 .cta-wrap .cta-btn .btn::before {
    background: #ffffff;
}

.winbiz-cta-section-4 .cta-wrap .cta-btn .btn::after {
    background: #ffffff;
}

.winbiz-cta-section-4 .cta-wrap .cta-btn .btn:hover {
    color: #02006c;
}

@media only screen and (max-width: 1199px) {
    .winbiz-cta-section-4 .cta-wrap {
        padding: 80px 70px 90px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-cta-section-4 .cta-wrap .cta-btn {
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .winbiz-cta-section-4 .cta-wrap {
        padding: 80px 50px 90px;
    }
}

@media only screen and (max-width: 449px) {
    .winbiz-cta-section-4 .cta-wrap {
        padding: 70px 35px 80px;
    }
    .winbiz-cta-section-4 .cta-wrap .cta-content .cta-text {
        margin-left: 20px;
    }
    .winbiz-cta-section-4 .cta-wrap .cta-content .cta-text .sub-title {
        font-size: 18px;
        line-height: 30px;
    }
    .winbiz-cta-section-4 .cta-wrap .cta-content .cta-text .title {
        font-size: 28px;
        line-height: 40px;
    }
}

.winbiz-cta-section-5 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 230px;
}

.winbiz-cta-section-5 .cta-wrap .cta-content {
    max-width: 680px;
    margin: 0 auto;
}

.winbiz-cta-section-5 .cta-wrap .cta-content .title {
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
}

.winbiz-cta-section-5 .cta-wrap .cta-content .btn {
    text-transform: uppercase;
    margin-top: 35px;
}

@media only screen and (max-width: 1199px) {
    .winbiz-cta-section-5 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .winbiz-cta-section-5 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .winbiz-cta-section-5 .cta-wrap .cta-content .title {
        font-size: 36px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 449px) {
    .winbiz-cta-section-5 .cta-wrap .cta-content .title {
        font-size: 30px;
        line-height: 42px;
    }
}

.winbiz-cta-section-6 {
    padding-top: 0;
}

.winbiz-cta-section-6 .cta-wrap {
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}


/*--
/*  03 - About CSS
/*----------------------------------------*/

.about-img-wrap .about-img img {
    width: 100%;
}

.about-img-wrap .about-img-right {
    margin-top: 35px;
    position: relative;
}

.about-img-wrap .about-img-right .shape-1 {
    border-bottom: 3px solid #9412b1;
    margin-top: 55px;
}

.about-img-wrap .about-img-right .about-experience {
    background: #9412b1;
    width: 220px;
    padding: 25px 35px 40px 25px;
    position: absolute;
    bottom: 105px;
    left: -150px;
}

@media only screen and (max-width: 1199px) {
    .about-img-wrap .about-img-right .about-experience {
        width: 195px;
        padding: 25px 20px 40px 25px;
    }
}

@media only screen and (max-width: 575px) {
    .about-img-wrap .about-img-right .about-experience {
        left: 0;
    }
}

.about-img-wrap .about-img-right .about-experience .number {
    font-size: 150px;
    line-height: 120px;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .about-img-wrap .about-img-right .about-experience .number {
        font-size: 110px;
        line-height: 95px;
    }
}

.about-img-wrap .about-img-right .about-experience span {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-top: -20px;
}

.winbiz-about-section .about-content {
    padding-left: 15px;
}

.winbiz-about-section .about-content .section-title {
    margin: 0;
}

.winbiz-about-section .about-content .text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}

.winbiz-about-section .about-content .about-list {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.winbiz-about-section .about-content .about-list ul {
    margin-top: 15px;
}

.winbiz-about-section .about-content .about-list ul li {
    font-size: 16px;
    line-height: 24px;
    color: #29303b;
}

.winbiz-about-section .about-content .about-list ul li+li {
    margin-top: 15px;
}

.winbiz-about-section .about-content .about-list ul li i {
    color: #9412b1;
    margin-right: 5px;
}

.winbiz-about-section .about-content .about-list .about-author {
    border-left: 1px solid #e1e1e1;
    padding-left: 50px;
    margin-left: 50px;
    margin-top: 15px;
}

.winbiz-about-section .about-content .about-list .about-author .name {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin-top: 5px;
}

.winbiz-about-section .about-content .about-list .about-author .designation {
    font-size: 12px;
    line-height: 16px;
    font-family: "Montserrat", sans-serif;
    color: #6b6b6b;
}

@media only screen and (max-width: 1199px) {
    .winbiz-about-section .about-content {
        padding-left: 45px;
    }
    .winbiz-about-section .about-content .about-list .about-author {
        padding-left: 30px;
        margin-left: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-about-section .about-content {
        padding-left: 0;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .winbiz-about-section .about-content .about-list {
        align-items: start;
        flex-direction: column;
        gap: 15px;
    }
    .winbiz-about-section .about-content .about-list .about-author {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }
}

.cta-banner {
    position: relative;
}

.cta-banner .banner-img img {
    border-radius: 5px;
}

.cta-banner .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 300px;
    padding: 90px 45px 100px 55px;
}

@media only screen and (max-width: 991px) {
    .cta-banner .banner-content {
        padding: 70px 35px 65px 40px;
    }
}

.cta-banner .banner-content .title {
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
}

.cta-banner .banner-content .banner-info {
    margin-top: 15px;
}

.cta-banner .banner-content .banner-info i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #9412b1;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

.cta-banner .banner-content .banner-info .number {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #ffffff;
    margin-left: 5px;
}

.winbiz-about-section-2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.winbiz-about-section-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/bg/about-bg2.jpg);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.winbiz-about-section-2 .about-content {
    padding-left: 55px;
    padding-right: 45px;
}

.winbiz-about-section-2 .about-content .text {
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
}

@media only screen and (max-width: 1199px) {
    .winbiz-about-section-2 {
        padding-top: 80px;
    }
    .winbiz-about-section-2 .about-content {
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-about-section-2 .about-content {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .winbiz-about-section-2 {
        padding-top: 80px;
    }
    .winbiz-about-section-2 .about-content {
        padding-left: 0px;
        margin-top: 50px;
    }
}

.winbiz-about-section-3 {
    position: relative;
    overflow: hidden;
}

.winbiz-about-section-3 .shape-1 {
    position: absolute;
    right: -40px;
    top: -105px;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .winbiz-about-section-3 {
        padding-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .winbiz-about-section-3 .about-wrap {
        margin-top: -30px;
    }
}

.winbiz-about-section-3 .about-content .section-title {
    max-width: 500px;
    margin-left: 0;
}

.winbiz-about-section-3 .text {
    font-size: 16px;
    line-height: 34px;
    color: #69737d;
    padding-right: 125px;
}

@media only screen and (max-width: 1199px) {
    .winbiz-about-section-3 .text {
        padding-right: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-about-section-3 .text {
        padding-right: 0;
        margin-top: 20px;
    }
}

.winbiz-about-sectio-4 .about-img-wrap .about-img {
    position: relative;
}

.winbiz-about-sectio-4 .about-img-wrap .about-img img {
    width: 100%;
}

.winbiz-about-sectio-4 .about-img-wrap .about-img.image-1 {
    margin-top: 70px;
}

.winbiz-about-sectio-4 .about-img-wrap .about-img.image-2 {
    position: relative;
}

.winbiz-about-sectio-4 .about-img-wrap .about-img.image-2 .play-btn {
    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);
}

.winbiz-about-sectio-4 .about-img-wrap .about-img.image-2 .play-btn a {
    width: 102px;
    height: 102px;
    line-height: 102px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #9412b1;
    color: #000000;
    transition: all 0.3s linear;
}

.winbiz-about-sectio-4 .about-img-wrap .about-img.image-2 .play-btn a::before {
    content: "";
    border: 2px solid #ffffff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.winbiz-about-sectio-4 .about-img-wrap .about-img.image-2 .play-btn a::after {
    content: "";
    border: 2px solid #ffffff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.winbiz-about-sectio-4 .about-img-wrap .about-img.image-2 .play-btn a:hover {
    background: #ffffff;
    color: #9412b1;
}

.winbiz-about-sectio-4 .about-content {
    background: #ffffff;
    border-top: 3px solid #9412b1;
    padding: 60px 40px 70px 80px;
    margin-left: -90px;
    position: relative;
    margin-top: 80px;
    z-index: 1;
}

.winbiz-about-sectio-4 .about-content .shape-1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.winbiz-about-sectio-4 .about-content .section-title {
    margin: 0;
}

.winbiz-about-sectio-4 .about-content .text {
    margin-top: 30px;
}

.winbiz-about-sectio-4 .about-content .skill-right .counter-bar {
    padding-top: 10px;
    padding-right: 90px;
}

.winbiz-about-sectio-4 .about-content .skill-right .counter-bar .skill-item {
    margin-top: 20px;
}

@media only screen and (max-width: 1199px) {
    .winbiz-about-sectio-4 .about-content {
        padding: 60px 40px 60px 50px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-about-sectio-4 .about-content {
        margin-left: 0;
        margin-top: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .winbiz-about-sectio-4 .about-img-wrap .about-img.image-1 {
        margin-top: 0px;
    }
    .winbiz-about-sectio-4 .about-img-wrap .about-img.image-2 .play-btn {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .winbiz-about-sectio-4 .about-img-wrap .about-img.image-2 .play-btn a {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
    .winbiz-about-sectio-4 .about-content .skill-right .counter-bar {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 449px) {
    .winbiz-about-sectio-4 .about-content {
        padding: 50px 35px 50px 33px;
    }
}

@-webkit-keyframes zoombig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }
    40% {
        opacity: .5;
        border-width: 3px;
    }
    65% {
        border-width: 2px;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 2px;
    }
}

@keyframes zoombig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }
    40% {
        opacity: .5;
        border-width: 3px;
    }
    65% {
        border-width: 2px;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 2px;
    }
}

.winbiz-about-section-5 .about-item-img img {
    width: 100%;
}

.winbiz-about-section-5 .about-item-img .about-text {
    text-align: right;
}

.winbiz-about-section-5 .about-item-img .about-text .title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
}

.winbiz-about-section-5 .about-item-img .about-text p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
}

.winbiz-about-section-5 .about-item-img.about-item-1 .about-text {
    padding-right: 15px;
}

.winbiz-about-section-5 .about-item-img.about-item-2 {
    margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
    .winbiz-about-section-5 .about-content {
        padding-left: 18px;
    }
    .winbiz-about-section-5 .about-content .about-list .about-author {
        padding-left: 17px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-about-section-5 .about-content {
        padding-left: 0;
    }
    .winbiz-about-section-5 .about-content .about-list .about-author {
        padding-left: 20px;
        margin-left: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .winbiz-about-section-5 .about-item-img.about-item-2 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .winbiz-about-section-5 .about-content .about-list .about-author {
        padding-left: 0;
        margin-left: 0;
    }
}

.winbiz-about-section-6 {
    background: #ebebeb;
    height: 685px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 35px;
}

.winbiz-about-section-6 .about-img {
    text-align: center;
}

.winbiz-about-section-6 .about-content {
    max-width: 570px;
    padding-top: 80px;
}

.winbiz-about-section-6 .about-content .title {
    font-size: 36px;
    line-height: 48px;
    color: #000000;
    margin-top: 5px;
}

.winbiz-about-section-6 .about-content .text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 35px;
    padding: 0 75px;
}

@media only screen and (max-width: 991px) {
    .winbiz-about-section-6 {
        height: auto;
        padding-top: 70px;
        padding-bottom: 130px;
    }
    .winbiz-about-section-6 .about-content {
        margin: 0 auto;
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .winbiz-about-section-6 .about-content .text {
        padding: 0 0;
    }
}

.winbiz-about-section-7 .about-left {
    position: relative;
    padding-left: 55px;
}

.winbiz-about-section-7 .about-left .section-title {
    margin: 0;
}

.winbiz-about-section-7 .about-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #02006c;
    width: 1px;
    height: 315px;
}

.winbiz-about-section-7 .about-left .btn {
    text-transform: uppercase;
    margin-top: 40px;
}

.winbiz-about-section-7 .about-right {
    padding-left: 35px;
}

.winbiz-about-section-7 .about-right .title {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 30px;
}

.winbiz-about-section-7 .about-right p {
    font-size: 14px;
    line-height: 30px;
}

@media only screen and (max-width: 991px) {
    .winbiz-about-section-7 .about-left {
        margin-bottom: 50px;
    }
    .winbiz-about-section-7 .about-left::before {
        height: 235px;
    }
    .winbiz-about-section-7 .about-right {
        padding-left: 23px;
    }
}

@media only screen and (max-width: 767px) {
    .winbiz-about-section-7 .about-left {
        margin-bottom: 50px;
    }
    .winbiz-about-section-7 .about-left::before {
        height: 205px;
    }
    .winbiz-about-section-7 .about-right {
        padding-left: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 449px) {
    .winbiz-about-section-7 .about-left {
        padding-left: 28px;
    }
}


/*--
/*  03 - Service CSS
/*----------------------------------------*/

.winbiz-service-section .service-wrap {
    position: relative;
    margin-bottom: -205px;
    z-index: 2;
}

.service-content-wrap {
    padding-top: 30px;
}

.service-item {
    border: 1px solid #e5e6e9;
    border-radius: 5px;
    padding: 60px 80px 65px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    margin: 3px 0;
    z-index: 1;
    transition: all 0.3s linear;
}

.service-item .shape-1 {
    position: absolute;
    right: -65px;
    top: -10px;
    z-index: -1;
}

.service-item .title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
}

.service-item .link-more {
    font-size: 18px;
    color: #02006c;
    margin-top: 30px;
}

.service-item .link-more:hover {
    color: #9412b1;
}

.service-item:hover {
    border: 1px solid #9412b1;
}

.service-active .swiper-pagination {
    position: relative;
    margin-top: 40px;
}

.service-active .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
}

.service-item-02 {
    border: 1px solid #e5e6e9;
    padding: 45px 60px 75px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-item-02::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #9412b1;
    height: 3px;
    width: calc(100% - 70px);
}

.service-item-02::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -80px;
    background: #f6f6f6;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    transition: all 0.3s linear;
    z-index: -1;
}

.service-item-02 .title {
    font-size: 24px;
    line-height: 30px;
}

.service-item-02 p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.service-item-02:hover::after {
    background: #9412b1;
    transform: scale(2.05);
}

.service-view {
    padding-top: 105px;
}

.service-view .read-more {
    font-size: 24px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #02006c;
}

.service-view .read-more p {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    background: #9412b1;
    color: #000000;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 10px;
}

.service-view .read-more:hover {
    color: #9412b1;
}

.winbiz-service-section-3 {
    position: relative;
    z-index: 1;
}

.winbiz-service-section-3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/bg/ser-bg3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 55%;
    z-index: -1;
}

.winbiz-service-section-3 .section-title {
    margin: 0;
}

.winbiz-service-section-3 .service-btn {
    text-align: right;
}

.winbiz-service-section-3 .service-btn .btn {
    text-transform: uppercase;
}

.winbiz-service-section-3 .service-content-wrap {
    padding-top: 70px;
}

.winbiz-service-section-3 .service-content {
    height: 388px;
    background: #ffffff;
    box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.14);
    padding: 70px 80px 71px 60px;
    transition: all 0.3s linear;
}

.winbiz-service-section-3 .service-content .title {
    font-size: 24px;
    line-height: 30px;
}

.winbiz-service-section-3 .service-content p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 25px;
    transition: all 0.3s linear;
}

.winbiz-service-section-3 .service-content .link-more {
    font-size: 24px;
    color: #9412b1;
    margin-top: 30px;
}

.winbiz-service-section-3 .service-content .link-more:hover {
    color: #ffffff;
}

.winbiz-service-section-3 .service-content:hover {
    background: #02006c;
}

.winbiz-service-section-3 .service-content:hover .title {
    color: #ffffff;
}

.winbiz-service-section-3 .service-content:hover p {
    color: #ffffff;
}

.winbiz-service-section-3 .service-img {
    overflow: hidden;
}

.winbiz-service-section-3 .service-img img {
    width: 100%;
    height: 388px;
    transition: all 0.3s linear;
}

.winbiz-service-section-3 .service-img:hover img {
    transform: scale(1.05);
}

@media only screen and (max-width: 1199px) {
    .winbiz-service-section-3 .service-content {
        padding: 65px 45px 70px 45px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-service-section-3 .service-btn {
        text-align: left;
        margin-top: 25px;
    }
}

.service-grid-wrap {
    margin-top: -65px;
}

.service-item-03 {
    margin-top: 65px;
}

.service-item-03 .service-img {
    position: relative;
}

.service-item-03 .service-img::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-65%);
    background: #9412b1;
    height: 8px;
    width: calc(100% - 125px);
    transition: all 0.3s linear;
}

.service-item-03 .service-img a {
    display: block;
}

.service-item-03 .service-img a img {
    width: 100%;
    border-radius: 5px;
}

.service-item-03 .service-img:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    background: #9412b1;
    height: 8px;
    width: calc(100% - 20px);
}

.service-item-03 .service-content {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.service-item-03 .service-content .service-text {
    padding-right: 40px;
    padding-left: 25px;
}

.service-item-03 .service-content .service-text .title {
    font-size: 24px;
    line-height: 30px;
}

.service-item-03 .service-content .service-text p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
}

.service-item-03 .service-content .service-link .link-more {
    width: 45px;
    font-size: 20px;
    text-align: center;
    background: #f6f6f6;
    padding: 40px 0;
    transition: all 0.3s linear;
}

.service-item-03 .service-content .service-link .link-more:hover {
    background: #02006c;
}

.service-item-04 {
    border: 1px solid #e5e6e9;
    padding: 25px 20px 25px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service-item-04 img {
    width: 60px;
}

.service-item-04 .title {
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 30px;
    margin-top: 20px;
}

.winbiz-service-section-4 .service-content-wrap {
    padding-top: 40px;
}

.winbiz-service-section-4 .service-item-03 {
    margin-top: 30px;
}

.winbiz-service-section-4 .service-item-03 .service-img a img {
    filter: grayscale(100%);
}

.service-category-list {
    padding-right: 120px;
    margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
    .service-category-list {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .service-category-list {
        padding-right: 0px;
        padding-bottom: 30px;
    }
}

.service-category-list .title {
    font-size: 24px;
    line-height: 30px;
}

.service-category-list ul {
    padding-top: 30px;
}

.service-category-list ul li+li {
    border-top: 1px solid #cccccc;
    padding-top: 12px;
    margin-top: 20px;
}

.service-category-list ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #69737d;
}

.service-category-list ul li a i {
    color: #02006c;
    margin-right: 10px;
}

.service-category-list ul li a:hover {
    color: #9412b1;
}

.service-category-list .btn {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 30px;
}

.winbiz-service-section-5 {
    background: #f6f6f6;
    padding-bottom: 110px;
}

.winbiz-service-section-5 .service-experience {
    max-width: 370px;
    background: #ffffff;
    border: 3px solid #9412b1;
    border-radius: 5px;
    padding: 80px 60px 95px;
    margin-top: 20px;
}

.winbiz-service-section-5 .service-experience .number {
    font-size: 180px;
    line-height: 120px;
}

.winbiz-service-section-5 .service-experience span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #000000;
    margin-top: 35px;
}

.winbiz-service-section-5 .service-item-wrap {
    margin-top: -60px;
    padding-top: 40px;
}

.winbiz-service-section-5 .service-item-05 {
    display: flex;
    margin-top: 60px;
}

.winbiz-service-section-5 .service-item-05 .service-icon img {
    transition: all 0.3s linear;
}

.winbiz-service-section-5 .service-item-05 .service-content {
    flex: 1;
    margin-left: 30px;
    padding-right: 20px;
}

.winbiz-service-section-5 .service-item-05 .service-content .title {
    font-size: 24px;
    line-height: 30px;
    transition: all 0.3s linear;
}

.winbiz-service-section-5 .service-item-05 .service-content p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
}

.winbiz-service-section-5 .service-item-05:hover .service-icon img {
    transform: scale(1.05);
}

@media only screen and (max-width: 1199px) {
    .winbiz-service-section-5 .service-experience {
        padding: 80px 25px 90px;
    }
    .winbiz-service-section-5 .service-item-05 .service-content {
        padding-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .winbiz-service-section-5 {
        padding-top: 30px;
    }
}


/*--
/*  06 - Skill CSS
/*----------------------------------------*/

.counter-bar {
    padding-top: 20px;
}

.counter-bar .skill-item {
    margin-top: 30px;
}

.counter-bar .skill-item .title {
    font-size: 14px;
    line-height: 45px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #000000;
}

.counter-bar .skill-item .skill-bar .bar-inner {
    width: 100%;
    height: 6px;
    border-radius: 0px;
    background-color: transparent;
    position: relative;
}

.counter-bar .skill-item .skill-bar .bar-inner .progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    border-radius: 0px;
    background: #9412b1;
    transition: 3s;
    transition-delay: 1s;
    width: 0;
}

.counter-bar .skill-item .skill-bar .bar-inner .progress-line .skill-percent {
    position: absolute;
    top: -45px;
    right: -30px;
    font-size: 12px;
    color: #ffffff;
}

@media only screen and (max-width: 575px) {
    .counter-bar .skill-item .skill-bar .bar-inner .progress-line .skill-percent {
        right: -15px;
    }
}

.counter-bar .skill-item .skill-bar .bar-inner .progress-line .skill-percent::after {
    content: "";
    position: absolute;
    left: -7px;
    top: -2px;
    width: 40px;
    height: 25px;
    background: #02006c;
    line-height: 20px;
    text-align: center;
    z-index: -1;
}

.counter-bar .skill-item .skill-bar .bar-inner .progress-line .skill-percent::before {
    position: absolute;
    content: "";
    border-top: 20px solid #02006c;
    width: 0;
    height: 0;
    bottom: -12px;
    left: 0;
    border-right: 15px solid transparent;
    transform: translateX(-50%);
    z-index: -1;
}


/*--
/*  14 - Case Study CSS
/*----------------------------------------*/

.case-study-content-wrap {
    padding-top: 25px;
}

.case-study-item {
    position: relative;
    margin-top: 30px;
}

.case-study-item .case-study-img {
    border-radius: 8px;
    overflow: hidden;
}

.case-study-item .case-study-img a {
    position: relative;
    display: block;
}

.case-study-item .case-study-img a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(249, 80, 0, 0) 35%, rgba(14, 14, 14, 0.92) 78%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.case-study-item .case-study-img a img {
    width: 100%;
}

.case-study-item .case-study-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 60px 70px 75px;
    width: 100%;
    z-index: 2;
}

.case-study-item .case-study-content .sub-title {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    padding-left: 15px;
}

.case-study-item .case-study-content .title {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    position: relative;
    padding-left: 15px;
}

.case-study-item .case-study-content .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #9412b1;
    width: 3px;
    height: 38px;
    transform: translateY(-80%);
}

.case-study-item.case-study-sm .case-study-content {
    padding: 40px 45px 40px 35px;
}

.case-study-item:hover .case-study-content .title {
    color: #9412b1;
}

@media only screen and (max-width: 1199px) {
    .case-study-item.case-study-sm .case-study-content {
        padding: 40px 35px 40px 35px;
    }
}

.winbiz-case-study-section-02 {
    position: relative;
    z-index: 1;
}

.winbiz-case-study-section-02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/bg/ser-bg3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 75%;
    z-index: -1;
}

.winbiz-case-study-section-02 .section-title {
    max-width: 515px;
    margin: 0;
}

.winbiz-case-study-section-02 .case-study-btn {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .winbiz-case-study-section-02 .case-study-btn {
        text-align: left;
        margin-top: 30px;
    }
}

.winbiz-case-study-section-02 .case-study-btn .btn {
    text-transform: uppercase;
}

.winbiz-case-study-section-02 .case-study-content-wrap {
    padding-top: 80px;
}

.winbiz-case-study-section-02 .case-study-item {
    margin-top: 0;
}

.winbiz-case-study-section-02 .case-study-item .case-study-img {
    border-radius: 0;
}

.winbiz-case-study-section-02 .case-study-item .case-study-content {
    padding: 40px 50px 70px 40px;
}

.winbiz-case-study-section-02 .case-study-item:hover .case-study-content .title {
    color: #9412b1;
}

.case-study-active .swiper-pagination {
    position: relative;
    margin-top: 50px;
}

.case-study-active .swiper-pagination .swiper-pagination-bullet {
    background-color: #cccccc;
    margin: 0 6px;
}

.case-study-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #9412b1;
}

.winbiz-project-tabs-menu {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    background: #ffffff;
    border-radius: 61px;
    border: 1px solid #9412b1;
}

@media only screen and (max-width: 991px) {
    .winbiz-project-tabs-menu {
        flex-wrap: wrap;
    }
}

.winbiz-project-tabs-menu li {
    background-color: #ffffff;
    position: relative;
}

.winbiz-project-tabs-menu li+li {
    border-left: 1px solid #e1e1e1;
}

.winbiz-project-tabs-menu li::before {
    position: absolute;
    content: "";
    border-top: 30px solid #9412b1;
    rotate: 135deg;
    width: 0;
    height: 0;
    bottom: -13px;
    right: 111px;
    border-left: 30px solid transparent;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.winbiz-project-tabs-menu li .winbiz-project-title {
    width: 250px;
    text-align: center;
    border: 0;
    color: #02006c;
    border-radius: 0;
    padding: 25px 0;
    cursor: pointer;
}

@media only screen and (max-width: 1199px) {
    .winbiz-project-tabs-menu li .winbiz-project-title {
        width: auto;
        padding: 20px 20px;
    }
}

.winbiz-project-tabs-menu li .winbiz-project-title .title {
    font-size: 15px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #02006c;
}

.winbiz-project-tabs-menu li.active {
    background-color: #9412b1;
    color: #fff !important;
}

.winbiz-project-tabs-menu li.active h4 {
    color: #fff !important;
}

.winbiz-project-tabs-menu li.active::before {
    opacity: 1;
    visibility: visible;
}

.winbiz-project-tab-pane {
    display: none;
}

.winbiz-project-tab-pane.active {
    display: block;
}

.winbiz-project-tab-content {
    padding-top: 60px;
}

@media only screen and (max-width: 991px) {
    .winbiz-project-tab-content {
        padding-top: 40px;
    }
}

.winbiz-project-tab-content .winbiz-project-tab-pane .winbiz-project-item {
    position: relative;
    margin-top: 30px;
}

.winbiz-project-tab-content .winbiz-project-tab-pane .winbiz-project-item .project-img {
    border-radius: 8px;
    overflow: hidden;
}

.winbiz-project-tab-content .winbiz-project-tab-pane .winbiz-project-item .project-img a {
    position: relative;
    display: block;
}

.winbiz-project-tab-content .winbiz-project-tab-pane .winbiz-project-item .project-img a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(249, 80, 0, 0) 35%, rgba(14, 14, 14, 0.92) 78%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.winbiz-project-tab-content .winbiz-project-tab-pane .winbiz-project-item .project-img a img {
    width: 100%;
}

.winbiz-project-tab-content .winbiz-project-tab-pane .winbiz-project-item .project-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 35px 50px 25px;
    width: 100%;
    z-index: 2;
}

.winbiz-project-tab-content .winbiz-project-tab-pane .winbiz-project-item .project-content .sub-title {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    padding-left: 15px;
}

.winbiz-project-tab-content .winbiz-project-tab-pane .winbiz-project-item .project-content .title {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    position: relative;
    padding-left: 15px;
}

.winbiz-project-tab-content .winbiz-project-tab-pane .winbiz-project-item:hover .project-content .title {
    color: #9412b1;
}


/*--
/*  07 - Counter CSS
/*----------------------------------------*/

.winbiz-counter-section {
    background: rgb(148, 18, 177);
    background: linear-gradient(260deg, rgba(148, 18, 177, 1) 51%, rgba(253, 184, 77, 1) 100%);
}

.winbiz-counter-section .counter-wrap {
    position: relative;
    padding: 35px 20px 0px 55px;
    margin-bottom: 25px;
    z-index: 1;
}

@media only screen and (max-width: 449px) {
    .winbiz-counter-section .counter-wrap {
        padding: 35px 20px 35px 40px;
    }
}

.single-counter {
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.single-counter .counter-content {
    margin-left: 20px;
}

.single-counter .counter-content span {
    font-size: 42px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #fff;
}

.single-counter .counter-content p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}

.winbiz-counter-section-2 {
    overflow: hidden;
}

.winbiz-counter-section-2 .counter-img {
    position: relative;
}

.winbiz-counter-section-2 .counter-img img {
    width: 100%;
}

.winbiz-counter-section-2 .counter-img .experience {
    background: #9412b1;
    width: 220px;
    padding: 25px 35px 40px 25px;
    position: absolute;
    bottom: 105px;
    right: -25px;
}

.winbiz-counter-section-2 .counter-img .experience::before {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 25px 20px 0px;
    border-color: transparent transparent #ecd20f;
    border-bottom-color: #ecd20f;
    z-index: 100;
}

.winbiz-counter-section-2 .counter-img .experience .number {
    font-size: 150px;
    line-height: 120px;
}

.winbiz-counter-section-2 .counter-img .experience span {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #02006c;
    margin-top: -20px;
}

.winbiz-counter-section-2 .counter-content-wrap {
    background: #f6f6f6;
    padding: 80px 85px 80px 115px;
    margin-top: 40px;
    margin-left: -25px;
}

.winbiz-counter-section-2 .counter-content-wrap .section-title {
    margin: 0;
}

.winbiz-counter-section-2 .counter-content-wrap .text {
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
}

.winbiz-counter-section-2 .counter-item-wrap {
    border-top: 1px solid #e1e1e1;
    margin-top: 70px;
    padding-top: 10px;
}

.winbiz-counter-section-2 .single-counter {
    margin-top: 30px;
}

.winbiz-counter-section-2 .single-counter .counter-content {
    margin-left: 0;
}

.winbiz-counter-section-2 .single-counter .counter-content span {
    font-size: 60px;
    line-height: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #9412b1;
}

.winbiz-counter-section-2 .single-counter .counter-content p {
    font-size: 16px;
    line-height: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #02006c;
}

@media only screen and (max-width: 1199px) {
    .winbiz-counter-section-2 .counter-content-wrap {
        padding: 65px 40px 65px 78px;
    }
    .winbiz-counter-section-2 .counter-item-wrap {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-counter-section-2 .counter-content-wrap {
        margin-top: 50px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .winbiz-counter-section-2 .counter-content-wrap {
        padding: 65px 40px 65px 60px;
    }
}

@media only screen and (max-width: 449px) {
    .winbiz-counter-section-2 .counter-img .experience {
        width: 205px;
        padding: 25px 30px 30px 25px;
        bottom: 30px;
    }
    .winbiz-counter-section-2 .counter-img .experience .number {
        font-size: 110px;
        line-height: 100px;
    }
    .winbiz-counter-section-2 .counter-content-wrap {
        padding: 55px 40px 55px 40px;
    }
}

.winbiz-counter-section-3 {
    padding-top: 70px;
}

.winbiz-counter-section-3 .section-title {
    margin: 0;
    padding-right: 60px;
}

.winbiz-counter-section-3 .counter-item-wrap {
    margin-top: -30px;
}

.winbiz-counter-section-3 .single-counter-02 {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 20px 35px 30px;
    margin-top: 30px;
}

.winbiz-counter-section-3 .single-counter-02 .counter-content {
    margin-left: 0;
    margin-top: 15px;
}

.winbiz-counter-section-3 .single-counter-02 .counter-content span {
    font-size: 42px;
    line-height: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #02006c;
}

.winbiz-counter-section-3 .single-counter-02 .counter-content p {
    font-size: 14px;
    line-height: 36px;
    text-transform: capitalize;
    color: #000000;
}

@media only screen and (max-width: 1199px) {
    .winbiz-counter-section-3 .section-title {
        padding-right: 0px;
    }
    .winbiz-counter-section-3 .single-counter-02 {
        padding: 20px 25px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-counter-section-3 {
        padding-top: 40px;
    }
    .winbiz-counter-section-3 .counter-item-wrap {
        margin-top: 0px;
    }
}

.winbiz-counter-sectio-4 .counter-wrap {
    margin-bottom: 0;
    margin-top: -55px;
}

.winbiz-counter-section-5 {
    background: #02006c;
    padding-top: 160px;
    padding-bottom: 440px;
}

.winbiz-counter-section-5 .counter-item-wrap {
    padding-right: 80px;
}

.winbiz-counter-section-5 .single-counter-02 {
    border: 0;
    border-radius: 0;
    padding: 0;
}

.winbiz-counter-section-5 .single-counter-02 .counter-content span {
    color: #ffffff;
}

.winbiz-counter-section-5 .single-counter-02 .counter-content p {
    color: #ffffff;
}

@media only screen and (max-width: 1199px) {
    .winbiz-counter-section-5 .counter-item-wrap {
        padding-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-counter-section-5 {
        padding-top: 140px;
    }
    .winbiz-counter-section-5 .counter-item-wrap {
        padding-top: 20px;
    }
}


/*--
/*  11 - Testimonial CSS
/*----------------------------------------*/

.testimonial-section {
    background: #02006c;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 220px;
}

.testimonial-section .testimonial-wrap {
    position: relative;
}

.testimonial-section .testimonial-wrap .section-title {
    padding-top: 65px;
}

.testimonial-section .testimonial-wrap .section-title .title {
    color: #ffffff;
}

@media only screen and (max-width: 1199px) and (max-width: 1199px) {
    .testimonial-section .testimonial-wrap .section-title {
        text-align: center;
        padding-top: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .testimonial-section .testimonial-wrap .section-title .title {
        color: #02006c;
    }
    .testimonial-section .testimonial-wrap .section-title .sub-title {
        color: #000000;
    }
    .testimonial-section .testimonial-wrap .testimonial-slider-wrap {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .testimonial-section {
        padding-top: 200px;
    }
}

.single-testimonial {
    background: #ffffff;
    box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.14);
    padding: 50px;
    padding-top: 0;
    border-radius: 8px;
    position: relative;
    margin: 35px 0;
}

@media only screen and (max-width: 991px) {
    .single-testimonial {
        padding: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .single-testimonial {
        padding: 32px;
    }
}

.single-testimonial::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scaleY(1) scaleX(0.87);
    border-radius: 8px;
}

.single-testimonial .testimonial-author-wrap {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-right: 50px;
}

.single-testimonial .testimonial-author-wrap .author-img {
    margin-top: -30px;
}

@media only screen and (max-width: 991px) {
    .single-testimonial .testimonial-author-wrap .author-img {
        margin-top: -55px;
    }
}

.single-testimonial .testimonial-author-wrap .author-img img {
    border-radius: 8px;
}

.single-testimonial .testimonial-content {
    max-width: 285px;
}

.single-testimonial .testimonial-content p {
    font-size: 20px;
    line-height: 32px;
    color: #4c4d56;
    margin-top: 25px;
}

.single-testimonial .testimonial-content .author-text .name {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-top: 20px;
}

.single-testimonial .testimonial-content .author-text .designation {
    font-size: 12px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    display: block;
    color: #47484a;
}

.testimonial-nav {
    position: absolute;
    bottom: 130px;
}

.testimonial-nav .testimonial-button-next,
.testimonial-nav .testimonial-button-prev {
    background: #33587c;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    transition: 0.4s;
}

.testimonial-nav .testimonial-button-next.testimonial-button-prev,
.testimonial-nav .testimonial-button-prev.testimonial-button-prev {
    float: left;
    margin-right: 16px;
}

.testimonial-nav .testimonial-button-next:hover,
.testimonial-nav .testimonial-button-prev:hover {
    background: #9412b1;
}

.testimonial-active .swiper-pagination,
.testimonial-active-02 .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.testimonial-active .swiper-pagination .swiper-pagination-bullet,
.testimonial-active-02 .swiper-pagination .swiper-pagination-bullet {
    background-color: #cccccc;
    margin: 0 6px;
}

.testimonial-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.testimonial-active-02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #9412b1;
}

.testimonial-section-2 {
    background: #02006c;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.testimonial-section-2 .testimonial-slider-wrap {
    padding-top: 60px;
}

.testimonial-section-03 {
    background: #ffffff;
    padding-top: 120px;
}

.testimonial-section-03 .testimonial-wrap .section-title {
    padding-top: 0;
}

.testimonial-section-03 .testimonial-wrap .section-title .title {
    color: #02006c;
}

.testimonial-section-03 .testimonial-content-wrap {
    padding-top: 30px;
}

.testimonial-section-03 .testimonial-counter {
    border: 2px solid #9412b1;
    border-radius: 5px;
    padding: 60px 30px 95px;
    padding-right: 20px;
    margin-top: 40px;
}

.testimonial-section-03 .testimonial-counter .counter-content span {
    display: inline-block;
    font-size: 72px;
    line-height: 36px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #02006c;
    margin-top: 17px;
}

.testimonial-section-03 .testimonial-counter .counter-content p {
    font-size: 18px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000000;
    margin-top: 5px;
}

.testimonial-section-03 .testimonial-slider-wrap {
    padding-left: 60px;
    margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
    .testimonial-section-03 .testimonial-slider-wrap {
        padding-left: 0;
        margin-top: 0;
    }
}

.testimonial-section-03 .single-testimonial {
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    .testimonial-section-03 .single-testimonial .testimonial-author-wrap {
        padding-right: 150px;
    }
}

@media only screen and (max-width: 449px) {
    .testimonial-section-03 .single-testimonial .testimonial-author-wrap {
        padding-right: 0;
    }
}

.testimonial-section-03 .testimonial-active .swiper-pagination {
    margin-top: 0px;
}


/*--
/*  12 - Blog CSS
/*----------------------------------------*/

.blog-section .blog-wrap {
    margin-top: -10px;
}

.blog-section .blog-wrap .blog-content-wrap {
    padding-top: 35px;
}

.single-blog {
    margin-top: 30px;
}

.single-blog .blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.single-blog .blog-img a {
    display: block;
}

.single-blog .blog-img a img {
    width: 100%;
    transition: all 0.3s linear;
}

.single-blog .blog-img .top-meta {
    position: absolute;
    top: 35px;
    left: 30px;
}

.single-blog .blog-img .top-meta .date {
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    background: #ffffff;
    color: #02006c;
    font-size: 14px;
    line-height: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    border-left: 1px solid #9412b1;
    padding: 10px;
}

.single-blog .blog-img .top-meta .date span {
    font-size: 30px;
    line-height: 18px;
    font-weight: 700;
    line-height: 30px;
    display: block;
    color: #9412b1;
}

.single-blog .blog-content {
    padding-top: 25px;
}

.single-blog .blog-content .meta {
    border-bottom: 2px dashed #e1e1e1;
    padding-bottom: 20px;
}

.single-blog .blog-content .meta .blog-meta {
    font-size: 14px;
    color: #676767;
    position: relative;
    margin-right: 25px;
}

.single-blog .blog-content .meta .blog-meta i {
    margin-right: 2px;
}

.single-blog .blog-content .meta .blog-meta.blog-meta-1::before {
    display: none;
}

.single-blog .blog-content .meta .blog-meta::before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #b7b7b7;
    position: absolute;
    left: -14px;
    top: 8px;
}

.single-blog .blog-content .title {
    font-size: 24px;
    line-height: 30px;
    color: #02006c;
    padding-right: 15px;
    margin-top: 15px;
}

.single-blog .blog-content .read-more {
    font-size: 12px;
    font-weight: 700;
    color: #676767;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s linear;
    margin-top: 15px;
}

.single-blog .blog-content .read-more::before {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #676767;
    transform: scale(1);
    transition: all 0.3s linear;
}

.single-blog .blog-content .read-more:hover {
    color: #9412b1;
}

.single-blog .blog-content .read-more:hover::before {
    background-color: #9412b1;
}

.single-blog:hover .blog-img a img {
    transform: scale(1.1);
}

.blog-section-2 .single-blog {
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 8px;
}

.blog-section-2 .single-blog .blog-img {
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.blog-section-2 .single-blog .blog-content {
    padding: 35px 25px 40px;
}

.blog-section-2 .single-blog .blog-content .meta {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
}

.blog-grid-wrap {
    margin-top: -30px;
}


/*--
/*  19 - Contact CSS
/*----------------------------------------*/

.contact-section .contact-wrap {
    position: relative;
    margin-bottom: -310px;
    z-index: 1;
}

.contact-section .contact-wrap .contact-info {
    background: rgb(148, 18, 177);
    background: linear-gradient(180deg, rgba(148, 18, 177, 1) 51%, rgba(253, 184, 77, 1) 100%);
    padding: 55px 105px 75px;
}

@media only screen and (max-width: 1199px) {
    .contact-section .contact-wrap .contact-info {
        padding: 55px 65px 75px;
    }
}

@media only screen and (max-width: 449px) {
    .contact-section .contact-wrap .contact-info {
        padding: 55px 28px 70px;
    }
}

.contact-section .contact-wrap .contact-info .info-title {
    font-size: 32px;
    line-height: 42px;
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .contact-section .contact-wrap .contact-info .info-title {
        font-size: 34px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-section .contact-wrap .contact-info .info-title {
        font-size: 28px;
        line-height: 40px;
    }
}

.contact-section .contact-wrap .contact-info ul {
    padding-top: 15px;
}

.contact-section .contact-wrap .contact-info ul li {
    margin-top: 10px;
    padding-top: 10px;
}

.contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i {
    font-size: 35px;
    color: #fff;
}

.contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text {
    margin-left: 20px;
}

.contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text .title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text p {
    font-size: 18px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
}

.contact-section .contact-wrap .contact-form {
    background: #ffffff;
    box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.08);
    border-top: 6px solid #9412b1;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .contact-section .contact-wrap .contact-form {
        margin-top: 60px;
    }
}

.contact-section .contact-wrap .contact-form .contact-form-wrap {
    padding: 60px;
}

@media only screen and (max-width: 1199px) {
    .contact-section .contact-wrap .contact-form .contact-form-wrap {
        padding: 40px;
    }
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap {
    margin-bottom: 30px;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .sub-title {
    font-size: 14px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
    font-size: 36px;
    line-height: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #02006c;
}

@media only screen and (max-width: 1199px) {
    .contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
        font-size: 32px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
        font-size: 28px;
        line-height: 40px;
    }
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form {
    margin-top: 25px;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 55px;
    line-height: 55px;
    border: 0;
    background: #ebebeb;
    border-radius: 0;
    padding-left: 15px;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #4c4d56;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #4c4d56;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #4c4d56;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #4c4d56;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea {
    height: 135px;
    border: 0;
    background: #ebebeb;
    border-radius: 0;
    padding-left: 15px;
    resize: none;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #4c4d56;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea:-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #4c4d56;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea::-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #4c4d56;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #4c4d56;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn {
    margin-top: 25px;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
    font-size: 16px;
    width: 100%;
    height: 55px;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
    .contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
        padding: 0 45px;
    }
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn .btn::before {
    background: #9412b1;
}

.contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn .btn::after {
    background: #9412b1;
}

.contact-map-section .contact-map-wrap iframe {
    height: 900px;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .contact-map-section .contact-map-wrap iframe {
        height: 680px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-map-section .contact-map-wrap iframe {
        height: 580px;
    }
}

.contact-section-2 {
    background: #02006c;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.contact-section-2 .contact-wrap {
    margin-bottom: 0;
}

.contact-section-2 .contact-wrap .contact-info {
    background: none;
    padding: 0;
    padding-right: 210px;
}

.contact-section-2 .contact-wrap .contact-info .info-title {
    color: #ffffff;
}

.contact-section-2 .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i {
    color: #9412b1;
}

.contact-section-2 .contact-wrap .contact-info ul li .contact-info-item .contact-info-text .title {
    color: #ffffff;
}

.contact-section-2 .contact-wrap .contact-info ul li .contact-info-item .contact-info-text p {
    color: #ffffff;
}

.contact-section-2 .contact-wrap .contact-form {
    background: none;
    box-shadow: none;
    border-top: 0;
    border-radius: 0;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap {
    padding: 0;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .single-form {
    margin-top: 25px;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    border: 1px solid #ffffff;
    background: none;
    color: #ffffff;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    color: #ffffff;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    color: #ffffff;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    color: #ffffff;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    color: #ffffff;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
    outline: none;
    border-color: #9412b1;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .single-form textarea {
    border: 1px solid #ffffff;
    background: none;
    color: #ffffff;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .single-form textarea::-webkit-input-placeholder {
    color: #ffffff;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .single-form textarea:-moz-placeholder {
    color: #ffffff;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .single-form textarea::-moz-placeholder {
    color: #ffffff;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .single-form textarea:-ms-input-placeholder {
    color: #ffffff;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .single-form textarea:focus {
    outline: none;
    border-color: #9412b1;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
    color: #000000;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .form-btn .btn::before {
    background: #ffffff;
}

.contact-section-2 .contact-wrap .contact-form .contact-form-wrap .form-btn .btn::after {
    background: #ffffff;
}

@media only screen and (max-width: 1199px) {
    .contact-section-2 .contact-wrap .contact-info {
        padding-right: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-section-2 .contact-wrap .contact-info {
        padding-right: 0px;
    }
}

.contact-form-section .contact-wrap .form-title .title {
    font-size: 36px;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #02006c;
}

@media only screen and (max-width: 991px) {
    .contact-form-section .contact-wrap .form-title .title {
        font-size: 30px;
        line-height: 40px;
    }
}

.contact-form-section .contact-wrap .contact-form-wrap {
    padding-top: 30px;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form {
    margin-top: 20px;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control {
    border: 1px solid #ebebeb;
    height: 50px;
    padding: 10px 25px;
    color: #4c4d56;
    border-radius: 0;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #4c4d56;
    font-weight: 400;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control:-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #4c4d56;
    font-weight: 400;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control::-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #4c4d56;
    font-weight: 400;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    color: #4c4d56;
    font-weight: 400;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #9412b1;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form textarea.form-control {
    height: 135px;
    color: #4c4d56;
    padding: 10px 25px;
    padding-top: 15px;
    resize: none;
}

.contact-form-section .contact-wrap .contact-form-wrap .single-form textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}

.contact-form-section .contact-wrap .contact-form-wrap .form-btn .btn-2 {
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 205px;
    margin-top: 35px;
}

@media only screen and (max-width: 767px) {
    .contact-form-section .contact-wrap .contact-form-wrap .form-btn .btn-2 {
        padding: 0 120px;
    }
}

@media only screen and (max-width: 449px) {
    .contact-form-section .contact-wrap .contact-form-wrap .form-btn .btn-2 {
        padding: 0 60px;
    }
}

.contact-form-section .contact-wrap .contact-form-wrap .form-btn .btn-2::before {
    background: #9412b1;
}

.contact-form-section .contact-wrap .contact-form-wrap .form-btn .btn-2::after {
    background: #9412b1;
}

.contact-info-section .contact-info-wrap {
    background: #9412b1;
    overflow: hidden;
    margin-bottom: -140px;
    position: relative;
    z-index: 1;
    padding: 20px 0 80px;
}

.contact-info-section .contact-info-wrap .single-contact-info {
    position: relative;
    margin-top: 30px;
}

.contact-info-section .contact-info-wrap .single-contact-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #ffffff;
    width: 1px;
    height: 271px;
    transform: translateY(-45%);
}

@media only screen and (max-width: 991px) {
    .contact-info-section .contact-info-wrap .single-contact-info::before {
        display: none;
    }
}

.contact-info-section .contact-info-wrap .single-contact-info.contact-info-1::before {
    display: none;
}

.contact-info-section .contact-info-wrap .single-contact-info .info-icon i {
    font-size: 40px;
    color: #02006c;
}

@media only screen and (max-width: 1199px) {
    .contact-info-section .contact-info-wrap .single-contact-info .info-icon i {
        font-size: 30px;
    }
}

.contact-info-section .contact-info-wrap .single-contact-info .info-content p {
    font-size: 14px;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
}

.contact-info-section .contact-info-wrap .single-contact-info .info-content .title {
    font-size: 18px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #000000;
    margin-top: 5px;
}

.contact-map-section .contact-map-wrap {
    margin-bottom: -10px;
}

.contact-map-section .contact-map-wrap iframe {
    height: 590px;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .contact-map-section .contact-map-wrap iframe {
        height: 420px;
    }
}

.contact-section-03 .contact-wrap {
    margin-bottom: 0;
}

.contact-section-03 .contact-wrap .contact-form {
    border-top: 6px solid #02006c;
}

.contact-section-03 .contact-wrap .contact-form .contact-form-wrap {
    padding: 45px 35px 60px;
}

.contact-section-03 .contact-left {
    padding-right: 35px;
}

.contact-section-03 .contact-left .main-title {
    font-size: 36px;
    line-height: 50px;
    padding-right: 85px;
}

.contact-section-03 .contact-left .cta-wrap {
    display: flex;
    padding-top: 45px;
}

.contact-section-03 .contact-left .cta-wrap .cta-banner {
    margin-top: 20px;
}

.contact-section-03 .contact-left .cta-wrap .cta-text {
    flex: 1;
    margin-left: 25px;
    margin-top: 20px;
}

.contact-section-03 .contact-left .cta-wrap .cta-text .cta-title {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.contact-section-03 .contact-left .cta-wrap .cta-text p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
    .contact-section-03 .contact-left {
        padding-right: 30px;
    }
    .contact-section-03 .contact-left .main-title {
        padding-right: 0;
    }
    .contact-section-03 .contact-left .cta-wrap {
        flex-direction: column;
    }
    .contact-section-03 .contact-left .cta-wrap .cta-banner {
        margin-top: 0;
    }
    .contact-section-03 .contact-left .cta-wrap .cta-text {
        margin-left: 0;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-section-03 .contact-left {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .contact-section-03 .contact-left .main-title {
        font-size: 30px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 449px) {
    .contact-section-03 .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
        padding: 0 30px;
    }
}


/*--
/*  13 - Brand CSS
/*----------------------------------------*/

.brand-wrapper {
    padding-top: 70px;
    padding-bottom: 60px;
}

.brand-active {
    width: 100%;
    margin: 0 auto;
}

.winbiz-brand-section-02 .brand-wrapper {
    border-top: 1px solid #e1e1e1;
    padding-top: 110px;
    padding-bottom: 100px;
}


/*--
/*  03 - Features CSS
/*----------------------------------------*/

.features-content-wrap {
    padding-top: 40px;
}

@media only screen and (max-width: 1199px) {
    .features-content-wrap {
        padding-top: 20px;
    }
}

.features-item {
    margin-top: 30px;
}

.features-item .features-img {
    overflow: hidden;
}

.features-item .features-img img {
    width: 100%;
    transition: all 0.3s linear;
}

.features-item .features-content {
    display: flex;
    margin-top: 35px;
}

.features-item .features-content .features-text {
    flex: 1;
    margin-left: 20px;
    padding-right: 50px;
}

@media only screen and (max-width: 1199px) {
    .features-item .features-content .features-text {
        padding-right: 0px;
    }
}

.features-item .features-content .features-text .title {
    font-size: 24px;
    line-height: 30px;
    transition: all 0.3s linear;
}

.features-item .features-content .features-text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.features-item:hover .features-img img {
    transform: scale(1.05);
}

.features-item:hover .features-content .features-text .title {
    color: #9412b1;
}

.winbiz-features-section .features-wrap {
    padding-top: 450px;
    padding-bottom: 145px;
}

@media only screen and (max-width: 991px) {
    .winbiz-features-section .features-wrap {
        padding-top: 300px;
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .winbiz-features-section .features-wrap {
        padding-top: 120px;
        padding-bottom: 110px;
    }
}

@media only screen and (max-width: 575px) {
    .winbiz-features-section .features-wrap {
        padding-top: 70px;
        padding-bottom: 90px;
    }
}

.features-item-02 {
    border-top: 1px solid #33587c;
    margin-top: 30px;
    padding-top: 40px;
}

.features-item-02 .features-content {
    margin-top: 40px;
    padding-right: 25px;
}

.features-item-02 .features-content .title {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    transition: all 0.3s linear;
}

.features-item-02 .features-content p {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 20px;
}

.features-item-02:hover .features-content .title {
    color: #9412b1;
}

.winbiz-features-section-2 {
    background: #f6f6f6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.winbiz-features-section-2 .features-left {
    padding-right: 110px;
    padding-top: 35px;
}

.winbiz-features-section-2 .features-left .experience {
    display: flex;
}

.winbiz-features-section-2 .features-left .experience .number {
    font-size: 150px;
    line-height: 30px;
    color: #9412b1;
    margin-right: 10px;
}

.winbiz-features-section-2 .features-left .experience span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-top: 25px;
}

.winbiz-features-section-2 .features-left .section-title {
    margin: 0;
    margin-top: 45px;
}

.winbiz-features-section-2 .features-left .certificate-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #02006c;
    border-radius: 3px;
    padding: 35px 25px 45px 35px;
    margin-top: 95px;
}

.winbiz-features-section-2 .features-left .certificate-wrap .certificate-content {
    max-width: 240px;
}

.winbiz-features-section-2 .features-left .certificate-wrap .certificate-content .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

.winbiz-features-section-2 .features-right {
    margin-top: -30px;
}

@media only screen and (max-width: 1199px) {
    .winbiz-features-section-2 .features-left {
        padding-right: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-features-section-2 .features-left {
        padding-right: 0;
    }
    .winbiz-features-section-2 .features-left .certificate-wrap {
        margin-top: 60px;
    }
    .winbiz-features-section-2 .features-right {
        margin-top: 0px;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .winbiz-features-section-2 .features-left .experience .number {
        font-size: 130px;
    }
}

@media only screen and (max-width: 449px) {
    .winbiz-features-section-2 .features-left .certificate-wrap {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 35px 35px 45px 35px;
    }
}

.features-item-03 {
    background: #ffffff;
    border-radius: 5px;
    padding: 45px 35px 35px 30px;
    margin-top: 30px;
}

.features-item-03 .features-icon img {
    transition: all 0.3s linear;
}

.features-item-03 .features-content {
    margin-top: 25px;
}

.features-item-03 .features-content .title {
    font-size: 24px;
    line-height: 30px;
}

.features-item-03 .features-content p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
}

.features-item-03:hover .features-icon img {
    transform: scale(1.05);
}

.winbiz-features-section-3 {
    background: #ffffff;
}

.winbiz-features-section-3 .features-left {
    padding-right: 0;
}

.features-item-04 {
    display: flex;
    position: relative;
    padding-top: 25px;
    padding-left: 55px;
    margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
    .features-item-04 {
        padding-left: 0;
    }
}

.features-item-04::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #9412b1;
    width: 60%;
    height: 2px;
}

@media only screen and (max-width: 767px) {
    .features-item-04::before {
        right: 110px;
        width: 60%;
    }
}

@media only screen and (max-width: 449px) {
    .features-item-04::before {
        right: 45px;
    }
}

.features-item-04 .features-icon img {
    transition: all 0.3s linear;
}

.features-item-04 .features-content {
    flex: 1;
    margin-left: 25px;
    padding-right: 10px;
}

.features-item-04 .features-content .title {
    font-size: 24px;
    line-height: 30px;
    transition: all 0.3s linear;
}

.features-item-04 .features-content p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
}

.features-item-04:hover .features-icon img {
    transform: scale(1.05);
}

.features-item-04:hover .features-content .title {
    color: #9412b1;
}


/*--
/*  14 - Faq CSS
/*----------------------------------------*/

@media only screen and (max-width: 991px) {
    .faq-left {
        margin-bottom: 60px;
    }
}

.faq-left .section-title {
    max-width: 100%;
}

.faq-left .author-year-wrap {
    display: flex;
    margin-top: 50px;
}

@media only screen and (max-width: 575px) {
    .faq-left .author-year-wrap {
        flex-direction: column;
        gap: 15px;
    }
}

.faq-left .author-year-wrap .author-year {
    border: 2px solid #9412b1;
    border-radius: 5px;
    max-width: 260px;
    padding: 40px 25px 60px 50px;
}

.faq-left .author-year-wrap .author-year .title {
    font-size: 24px;
    line-height: 30px;
}

.faq-left .author-year-wrap .author-year .year {
    font-size: 60px;
    line-height: 30px;
    font-weight: 700;
    color: #9412b1;
    margin-top: 30px;
}

.faq-left .author-year-wrap .author-text {
    flex: 1;
    margin-left: 30px;
    margin-top: 10px;
}

@media only screen and (max-width: 575px) {
    .faq-left .author-year-wrap .author-text {
        margin-left: 0;
    }
}

.faq-left .author-year-wrap .author-text .text {
    margin-bottom: 20px;
}

.faq-left .author-year-wrap .author-text .name {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin-top: 5px;
}

.faq-left .author-year-wrap .author-text .designation {
    font-size: 12px;
    line-height: 16px;
    font-family: "Montserrat", sans-serif;
    color: #6b6b6b;
}

.winbiz-faq-section .faq-accordion .accordion-item {
    border: 0;
    margin-bottom: 10px;
    border-top: 1px solid #e5e5e5;
}

.winbiz-faq-section .faq-accordion .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.winbiz-faq-section .faq-accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.winbiz-faq-section .faq-accordion .accordion-item .accordion-header {
    padding-top: 30px;
    padding-bottom: 25px;
}

.winbiz-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button {
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    font-weight: 700;
    padding-right: 45px;
    position: relative;
    transition: all 0.3s linear;
}

.winbiz-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button::after {
    display: none;
}

.winbiz-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button .faq-button {
    position: absolute;
    right: 0;
    height: 32px;
    width: 32px;
    color: #000000;
    background: #9412b1;
    border: 1px solid #9412b1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(90deg);
    transition: all 0.3s linear;
}

.winbiz-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button .faq-button i {
    font-size: 15px;
}

.winbiz-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button:focus {
    border: 0;
    box-shadow: none;
}

.winbiz-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #9412b1;
    background: #ffffff;
    box-shadow: none;
}

.winbiz-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-button {
    position: absolute;
    right: 0;
    height: 32px;
    width: 32px;
    color: #000000;
    border: 1px solid #9412b1;
    text-align: center;
    border-radius: 50%;
    transform: rotate(-90deg);
    transition: all 0.3s linear;
}

.winbiz-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) .faq-button i {
    font-size: 15px;
}

.winbiz-faq-section .faq-accordion .accordion-item .accordion-header .accordion-button:hover {
    color: #9412b1;
}

.winbiz-faq-section .faq-accordion .accordion-item .accordion-body {
    padding: 0;
    padding-bottom: 20px;
}

.winbiz-faq-section .faq-accordion .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 30px;
}

.winbiz-faq-section .faq-accordion .accordion-item:hover .accordion-button .faq-button {
    transform: rotate(-90deg);
}

.winbiz-faq-section-2 .section-title {
    max-width: 650px;
}

.winbiz-faq-section-2 .faq-content-wrap {
    padding-top: 20px;
}

.winbiz-faq-section-2 .faq-left {
    margin-top: 50px;
    padding-left: 110px;
}

.winbiz-faq-section-2 .faq-accordion .accordion-item {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 15px;
}

.winbiz-faq-section-2 .faq-accordion .accordion-item:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.winbiz-faq-section-2 .faq-accordion .accordion-item .accordion-header {
    padding-left: 35px;
    padding-right: 30px;
}

.winbiz-faq-section-2 .faq-accordion .accordion-item .accordion-body {
    padding-left: 35px;
    padding-right: 30px;
}

.winbiz-faq-section-2 .faq-right {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.winbiz-faq-section-2 .faq-right .cta-img img {
    border-radius: 5px;
}

.winbiz-faq-section-2 .faq-right .faq-cta-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.winbiz-faq-section-2 .faq-right .faq-cta-content::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    width: 350px;
    height: 360px;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.winbiz-faq-section-2 .faq-right .faq-cta-content p {
    font-size: 20px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #02006c;
    margin-top: 30px;
}

.winbiz-faq-section-2 .faq-right .faq-cta-content .number {
    font-size: 36px;
    line-height: 36px;
    color: #000000;
    margin-top: 5px;
}

@media only screen and (max-width: 1199px) {
    .winbiz-faq-section-2 .faq-left {
        margin-top: 30px;
        margin-bottom: 0;
        padding-left: 0px;
    }
    .winbiz-faq-section-2 .faq-right .faq-cta-content .number {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .winbiz-faq-section-2 .faq-right .faq-cta-content p {
        font-size: 18px;
    }
    .winbiz-faq-section-2 .faq-right .faq-cta-content .number {
        font-size: 28px;
    }
}

@media only screen and (max-width: 449px) {
    .winbiz-faq-section-2 .faq-right .faq-cta-content::before {
        width: 285px;
        height: 285px;
    }
    .winbiz-faq-section-2 .faq-right .faq-cta-content p {
        font-size: 16px;
        line-height: 28px;
    }
    .winbiz-faq-section-2 .faq-right .faq-cta-content .number {
        font-size: 20px;
        line-height: 30px;
    }
}

.winbiz-faq-section-3 .faq-wrap {
    margin-top: -50px;
}

.winbiz-faq-section-3 .section-title {
    margin-bottom: 50px;
}

.winbiz-faq-section-3 .faq-left {
    padding-left: 0;
}

.winbiz-faq-section-3 .faq-right .faq-cta-content::before {
    background: rgba(0, 0, 0, 0.7);
    width: 410px;
    height: 428px;
}

.winbiz-faq-section-3 .faq-right .faq-cta-content p {
    color: #ffffff;
}

.winbiz-faq-section-3 .faq-right .faq-cta-content .number {
    color: #ffffff;
}

@media only screen and (max-width: 449px) {
    .winbiz-faq-section-3 .faq-right .faq-cta-content::before {
        width: 310px;
        height: 315px;
    }
}

.winbiz-faq-section-4 .section-title {
    max-width: 100%;
}

.winbiz-faq-section-4 .faq-accordion-wrapper {
    display: flex;
    padding-top: 60px;
}

@media only screen and (max-width: 991px) {
    .winbiz-faq-section-4 .faq-accordion-wrapper {
        display: block;
    }
}

.winbiz-faq-section-4 .faq-accordion-wrapper .faq-col {
    width: 50%;
}

@media only screen and (max-width: 991px) {
    .winbiz-faq-section-4 .faq-accordion-wrapper .faq-col {
        width: 100%;
    }
}

.winbiz-faq-section-4 .faq-accordion-wrapper .faq-col:first-child {
    padding-right: 25px;
}

@media only screen and (max-width: 991px) {
    .winbiz-faq-section-4 .faq-accordion-wrapper .faq-col:first-child {
        padding-right: 0px;
    }
}

.winbiz-faq-section-4 .faq-accordion-wrapper .faq-col:last-child {
    padding-left: 25px;
}

@media only screen and (max-width: 991px) {
    .winbiz-faq-section-4 .faq-accordion-wrapper .faq-col:last-child {
        padding-left: 0px;
    }
}

.winbiz-faq-section-5 .section-title {
    max-width: 640px;
    margin: 0;
}

.winbiz-faq-section-5 .title-text {
    font-size: 16px;
    line-height: 30px;
}

.winbiz-faq-section-5 .author-skill-wrap {
    border-top: 1px solid #e1e1e1;
    padding-top: 30px;
    margin-top: 60px;
}

.winbiz-faq-section-5 .skill-right {
    padding-left: 100px;
    padding-right: 100px;
}

@media only screen and (max-width: 1199px) {
    .winbiz-faq-section-5 .skill-right {
        padding-left: 40px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-faq-section-5 .faq-left {
        margin-bottom: 0;
    }
    .winbiz-faq-section-5 .skill-right {
        padding-left: 0;
        padding-right: 0;
    }
}


/*--
/*  03 - Pricing CSS
/*----------------------------------------*/

.pricing-content-wrap {
    padding-top: 35px;
}

.single-pricing {
    border: 10px solid #ebebeb;
    border-radius: 5px;
    padding: 35px 50px 45px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    z-index: 1;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 449px) {
    .single-pricing {
        padding: 35px 20px 45px;
    }
}

.single-pricing .shape-1 {
    position: absolute;
    right: -35px;
    top: -35px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s linear;
}

.single-pricing .pricing-badge .title {
    font-size: 24px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #000000;
}

.single-pricing .pricing-icon {
    margin-top: 25px;
}

.single-pricing .pricing-price {
    margin-top: 30px;
}

.single-pricing .pricing-price .price {
    font-size: 60px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #02006c;
}

.single-pricing .pricing-price .time {
    font-size: 14px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #606782;
}

.single-pricing .pricing-content .pricing-btn .btn {
    text-transform: uppercase;
    padding: 0 60px;
    margin-top: 40px;
}

.single-pricing .pricing-content .pricing-list {
    padding-top: 50px;
    text-align: left;
}

.single-pricing .pricing-content .pricing-list li {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #69737d;
    transition: all 0.3s linear;
}

.single-pricing .pricing-content .pricing-list li+li {
    margin-top: 10px;
}

.single-pricing .pricing-content .pricing-list li i {
    color: #9412b1;
    margin-right: 5px;
    transition: all 0.3s linear;
}

.single-pricing:hover,
.single-pricing.active {
    background: #9412b1;
    border: 10px solid #9412b1;
}

.single-pricing:hover .shape-1,
.single-pricing.active .shape-1 {
    opacity: 1;
    visibility: visible;
}

.single-pricing:hover .pricing-content .pricing-btn .btn,
.single-pricing.active .pricing-content .pricing-btn .btn {
    background: #02006c;
    color: #ffffff;
}

.single-pricing:hover .pricing-content .pricing-btn .btn::before,
.single-pricing.active .pricing-content .pricing-btn .btn::before {
    background: #ffffff;
}

.single-pricing:hover .pricing-content .pricing-btn .btn::after,
.single-pricing.active .pricing-content .pricing-btn .btn::after {
    background: #ffffff;
}

.single-pricing:hover .pricing-content .pricing-btn .btn:hover,
.single-pricing.active .pricing-content .pricing-btn .btn:hover {
    color: #02006c;
}

.single-pricing:hover .pricing-content .pricing-list li,
.single-pricing.active .pricing-content .pricing-list li {
    color: #000000;
}

.single-pricing:hover .pricing-content .pricing-list li i,
.single-pricing.active .pricing-content .pricing-list li i {
    color: #000000;
}


/*--
/*  03 - Team CSS
/*----------------------------------------*/

.winbiz-team-section {
    background: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.team-left {
    padding-right: 60px;
}

.team-left .section-title {
    margin: 0;
}

.team-left .text {
    font-size: 14px;
    line-height: 30px;
    margin-top: 45px;
}

.team-left .btn {
    text-transform: uppercase;
    margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
    .team-left {
        padding-right: 0;
    }
    .team-left .text {
        margin-top: 15px;
    }
    .team-left .btn {
        margin-top: 35px;
    }
}

.team-content-wrap {
    padding-left: 90px;
    margin-top: -30px;
}

@media only screen and (max-width: 1199px) {
    .team-content-wrap {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .team-content-wrap {
        padding-left: 0px;
        margin-top: 0px;
        padding-top: 30px;
    }
}

.team-item-box-2 {
    padding-top: 30px;
}

@media only screen and (max-width: 991px) {
    .team-item-box-2 {
        padding-top: 0;
    }
}

.single-team {
    margin-top: 30px;
    position: relative;
}

.single-team .team-image a {
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
    position: relative;
    display: block;
}

.single-team .team-image a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 32, 52, 0.9) 0%, rgba(0, 0, 0, 0) 70%);
    top: 0;
    left: 0;
}

.single-team .team-image a img {
    width: 100%;
    transition: all 0.3s linear;
}

.single-team .team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 40px 20px;
    z-index: 2;
    transition: all 0.3s linear;
}

.single-team .team-content .shape-1 {
    width: 55px;
    height: 1px;
    background: #9412b1;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
}

.single-team .team-content .name {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
}

.single-team .team-content .designation {
    color: #ffffff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.single-team .team-content .team-social {
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translate(-50%, -65px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

.single-team .team-content .team-social ul li {
    display: inline-block;
}

.single-team .team-content .team-social ul li+li {
    margin-left: 15px;
}

.single-team .team-content .team-social ul li a {
    font-size: 18px;
    transform: translate3d(0, 0, 0);
    color: #ffffff;
}

.single-team .team-content .team-social ul li a:hover {
    color: #9412b1;
}

.single-team:hover .team-image img {
    transform: scale(1.1);
}

.single-team:hover .team-content {
    bottom: 35px;
}

.single-team:hover .team-content .team-social {
    opacity: 1;
    visibility: visible;
}

.winbiz-team-section-02 {
    background: #f6f6f6;
}

.winbiz-team-section-02 .section-title {
    max-width: 515px;
    margin: 0;
}

.winbiz-team-section-02 .team-btn {
    text-align: right;
}

.winbiz-team-section-02 .team-btn .btn {
    text-transform: uppercase;
}

.winbiz-team-section-02 .team-content-wrap-02 {
    padding-top: 15px;
}

.winbiz-team-section-02 .single-team {
    margin-top: 30px;
    position: relative;
}

.winbiz-team-section-02 .single-team .team-image a img {
    filter: grayscale(100%);
}

@media only screen and (max-width: 1199px) {
    .winbiz-team-section-02 .single-team .team-content .name {
        font-size: 22px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-team-section-02 .team-btn {
        text-align: left;
        margin-top: 30px;
    }
}


/*--
/*  20 - Page Banner CSS
/*----------------------------------------*/

.page-banner-section {
    padding-top: 80px;
    min-height: 680px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .page-banner-section {
        min-height: 520px;
    }
}

@media only screen and (max-width: 991px) {
    .page-banner-section {
        min-height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .page-banner-section {
        min-height: 350px;
    }
}

.page-banner .title {
    font-size: 60px;
    line-height: 1.25;
    color: #ffffff;
}

@media only screen and (max-width: 1199px) {
    .page-banner .title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .page-banner .title {
        font-size: 30px;
    }
}

.page-banner .breadcrumb {
    margin-bottom: 0;
    margin-top: 10px;
}

.page-banner .breadcrumb .breadcrumb-item {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 12px;
}

.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    font-family: flaticon !important;
    font-size: 16px;
    padding-right: 8px;
    color: #ffffff;
}

.page-banner .breadcrumb .breadcrumb-item.active {
    color: #9412b1;
}


/*--
/*  15 - Video CSS
/*----------------------------------------*/

.video-section {
    padding-top: 150px;
    padding-bottom: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media only screen and (max-width: 1199px) {
    .video-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .video-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .video-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.video-section .video-wrap .video-content .title {
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
}

@media only screen and (max-width: 1199px) {
    .video-section .video-wrap .video-content .title {
        font-size: 36px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .video-section .video-wrap .video-content .title {
        font-size: 28px;
        line-height: 40px;
    }
}

.video-section .video-wrap .video-content .video-play {
    margin-top: 45px;
    position: relative;
}

.video-section .video-wrap .video-content .video-play a {
    width: 80px;
    height: 80px;
    background: #9412b1;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    border-radius: 50%;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 991px) {
    .video-section .video-wrap .video-content .video-play a {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

.video-section .video-wrap .video-content .video-play a::before {
    content: "";
    border: 2px solid #ffffff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.video-section .video-wrap .video-content .video-play a:hover {
    background: #ffffff;
    color: #9412b1;
}

.winbiz-video-section-2 .video-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    padding-top: 165px;
    padding-bottom: 165px;
    margin-top: -350px;
}

.winbiz-video-section-2 .video-wrap .video-content a {
    width: 415px;
    height: 225px;
    border: 1px solid #ffffff;
    padding: 45px 20px;
    color: #ffffff;
}

.winbiz-video-section-2 .video-wrap .video-content a i {
    font-size: 70px;
    line-height: 1.2;
}

.winbiz-video-section-2 .video-wrap .video-content a p {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.winbiz-video-section-2 .video-wrap .video-content a:hover {
    color: #9412b1;
}

@media only screen and (max-width: 1199px) {
    .winbiz-video-section-2 .video-wrap {
        padding-top: 130px;
        padding-bottom: 140px;
    }
}

@media only screen and (max-width: 991px) {
    .winbiz-video-section-2 .video-wrap .video-content a {
        width: 350px;
        height: 210px;
    }
}

@media only screen and (max-width: 767px) {
    .winbiz-video-section-2 .video-wrap {
        padding-top: 110px;
        padding-bottom: 120px;
    }
    .winbiz-video-section-2 .video-wrap .video-content a {
        width: 300px;
        height: 200px;
        padding: 45px 20px;
    }
    .winbiz-video-section-2 .video-wrap .video-content a i {
        font-size: 60px;
    }
    .winbiz-video-section-2 .video-wrap .video-content a p {
        font-size: 22px;
    }
}

@media only screen and (max-width: 449px) {
    .winbiz-video-section-2 .video-wrap .video-content a {
        width: 220px;
        height: 190px;
    }
    .winbiz-video-section-2 .video-wrap .video-content a i {
        font-size: 55px;
    }
    .winbiz-video-section-2 .video-wrap .video-content a p {
        font-size: 20px;
    }
}


/*--
/*  14 - Service Single CSS
/*----------------------------------------*/

.service-single-wrap {
    margin-top: -60px;
}

.service-sidebar {
    margin-top: 60px;
}

.service-sidebar .service-widget .service-category-list {
    border: 2px solid #9412b1;
    border-radius: 5px;
    padding: 10px 35px;
}

.service-sidebar .service-widget .service-category-list ul li {
    padding: 20px 10px;
}

.service-sidebar .service-widget .service-category-list ul li+li {
    border-top: 1px solid #e1e1e1;
}

.service-sidebar .service-widget .service-category-list ul li a {
    font-size: 14px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #02006c;
}

.service-sidebar .service-widget .service-category-list ul li a i {
    position: relative;
    top: 1px;
    left: 5px;
}

.service-sidebar .service-widget .service-category-list ul li a:hover {
    color: #9412b1;
}

.service-sidebar .service-widget .service-cta-btn {
    padding-top: 25px;
}

.service-sidebar .service-widget .service-cta-btn .btn {
    width: 100%;
    text-transform: uppercase;
    margin-top: 20px;
}

.service-sidebar .service-widget .service-cta-btn .btn i {
    position: relative;
    bottom: 1px;
    font-size: 18px;
    margin-right: 5px;
}

.service-sidebar .service-widget .service-cta-btn .btn-2::before {
    background: #9412b1;
}

.service-sidebar .service-widget .service-cta-btn .btn-2::after {
    background: #9412b1;
}

.service-sidebar .service-widget .service-cta-btn .btn-2:hover {
    color: #ffffff;
}

.service-sidebar .service-widget .cta-banner {
    margin-top: 65px;
}

.service-single-content {
    padding-left: 60px;
    margin-top: 60px;
}

@media only screen and (max-width: 991px) {
    .service-single-content {
        padding-left: 0;
    }
}

.service-single-content .title {
    font-size: 30px;
    line-height: 40px;
}

@media only screen and (max-width: 575px) {
    .service-single-content .title {
        font-size: 28px;
    }
}

.service-single-content .text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
}

.service-single-content .service-single-img {
    margin-top: 65px;
    margin-bottom: 55px;
}

.service-single-content .service-single-img img {
    width: 100%;
    border-radius: 5px;
}

.service-single-content .service-list-wrap {
    padding-top: 35px;
}

.service-single-content .service-list-wrap .service-list ul li {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    display: flex;
}

.service-single-content .service-list-wrap .service-list ul li i {
    font-size: 16px;
    color: #9412b1;
    margin-right: 15px;
}

.service-single-content .service-faq {
    margin-top: 60px;
}

.service-single-content .service-faq .title {
    margin-bottom: 35px;
}


/*--
/*  18 - Blog List CSS
/*----------------------------------------*/

.blog-standard-wrap {
    margin-top: -60px;
}

.blog-standard-wrap .blog-post-wrap {
    padding-right: 30px;
}

@media only screen and (max-width: 991px) {
    .blog-standard-wrap .blog-post-wrap {
        padding-right: 0;
    }
}

.blog-standard-wrap .blog-post-wrap .pagination {
    margin-top: 55px;
}

.single-blog-post {
    margin-top: 60px;
}

.single-blog-post .blog-content .title {
    font-size: 36px;
    line-height: 40px;
}

@media only screen and (max-width: 767px) {
    .single-blog-post .blog-content .title {
        font-size: 30px;
    }
}

.single-blog-post .blog-content p {
    margin-top: 25px;
}

.blog-sidebar {
    margin-top: 60px;
    margin-left: 30px;
    position: sticky;
    top: 0;
}

@media only screen and (max-width: 1199px) {
    .blog-sidebar {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .blog-sidebar {
        margin-left: 0px;
    }
}

.blog-sidebar .sidebar-widget-1 {
    margin-top: 0;
}

.sidebar-widget {
    margin-top: 50px;
}

.sidebar-widget .search-form {
    position: relative;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    padding-right: 35px;
    background: #f2f4f7;
    color: #415674;
    font-weight: 700;
    outline: none;
    overflow: hidden;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #898c94;
    font-weight: 400;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #898c94;
    font-weight: 400;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #898c94;
    font-weight: 400;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #898c94;
    font-weight: 400;
}

.sidebar-widget .search-form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    font-size: 14px;
    background: #9412b1;
    color: #000000;
    transition: all 0.3s linear;
}

.sidebar-widget .widget-title {
    border-top: 3px solid #e1e1e1;
    position: relative;
    margin-bottom: 25px;
}

.sidebar-widget .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    background: #9412b1;
    width: 80px;
    height: 3px;
}

.sidebar-widget .widget-title .title {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #02006c;
    display: inline-block;
    padding-top: 30px;
}

.sidebar-widget .recent-posts ul li {
    margin-top: 30px;
}

.sidebar-widget .recent-posts ul li:first-child {
    margin-top: 0;
}

.sidebar-widget .recent-posts ul li .post-link {
    display: flex;
    align-items: center;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb {
    margin-right: 20px;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
    border-radius: 6px;
    image-rendering: crisp-edges;
}

.sidebar-widget .recent-posts ul li .post-link .post-text {
    flex: 1;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .title {
    font-size: 14px;
    line-height: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    transition: all 0.3s linear;
    color: #333333;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #838383;
    display: inline-block;
    margin-top: 5px;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
    color: #676767;
    margin-right: 5px;
}

.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
    color: #9412b1;
}

.sidebar-widget .category .cate-item {
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    margin-top: 15px;
}

.sidebar-widget .category .cate-item:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.sidebar-widget .category .cate-item a {
    display: flex;
    font-size: 15px;
    color: #29303c;
    transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a i {
    font-size: 10px;
    line-height: 24px;
    color: #02006c;
    margin-right: 5px;
}

.sidebar-widget .category .cate-item a .post-count {
    margin-left: auto;
    align-items: flex-start;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #e4f2f8;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #02006c;
    transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a:hover {
    color: #9412b1;
}

.sidebar-widget .category .cate-item a:hover .post-count {
    background: #9412b1;
    color: #ffffff;
}

.sidebar-widget .sidebar-tag li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 4px;
}

.sidebar-widget .sidebar-tag li a {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    background: #f9f9f9;
    transition: all 0.3s linear;
}

.sidebar-widget .sidebar-tag li a:hover {
    background-color: #9412b1;
    color: #ffffff;
}


/*--Page Pagination--*/

.winbiz-pagination {
    margin-top: 60px;
}

.winbiz-pagination .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s linear;
}

.winbiz-pagination .pagination li a.active {
    background-color: #9412b1;
    color: #000000;
}


/*--
/*  18 - Blog Details CSS
/*----------------------------------------*/

.blog-details-section .blog-details-wrap {
    margin-top: -60px;
}

.blog-details-post {
    padding-right: 30px;
}

@media only screen and (max-width: 991px) {
    .blog-details-post {
        padding-right: 0;
    }
}

.blog-details-post .single-blog .blog-content p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}

.blog-details-post .blog-details-content .blog-inner-img-wrap {
    padding-top: 15px;
}

.blog-details-post .blog-details-content .blog-inner-img-wrap .blog-quote {
    background-color: none;
    margin-top: 30px;
}

.blog-details-post .blog-details-content .blog-inner-img-wrap .blog-quote i {
    font-size: 30px;
    color: #9412b1;
}

.blog-details-post .blog-details-content .blog-inner-img-wrap .blog-quote .blockquote p {
    display: inline;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    line-height: 36px;
    font-weight: 400;
    margin-top: 0;
}

.blog-details-post .blog-details-content .blog-inner-img-wrap .blog-inner-img {
    padding-left: 25px;
}

@media only screen and (max-width: 1199px) {
    .blog-details-post .blog-details-content .blog-inner-img-wrap .blog-inner-img {
        padding-left: 0;
    }
}

.blog-details-post .blog-details-content .blog-inner-img-wrap .blog-inner-img .image {
    margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
    .blog-details-post .blog-details-content .blog-inner-img-wrap .blog-inner-img .image {
        margin-top: 15px;
    }
}

.blog-details-post .blog-details-content .blog-inner-img-wrap .blog-inner-img .image img {
    border-radius: 10px;
    width: 100%;
}

.blog-details-post .blog-details-content .blog-details-text {
    margin-top: 50px;
}

.blog-details-post .blog-details-content .blog-details-text .inner-title {
    font-size: 24px;
    line-height: 30px;
}

.blog-details-post .blog-details-content .blog-details-text p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
}

.blog-details-post .blog-details-content .blog-details-tag-share {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 65px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e5;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag {
    padding-top: 20px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget {
    margin-top: 0;
    display: flex;
    align-items: center;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .label {
    font-size: 14px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #333333;
    margin-right: 10px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-tag .sidebar-widget .sidebar-tag li {
    margin-bottom: 0px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li {
    display: inline-block;
    margin-right: 10px;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li:last-child {
    margin-right: 0;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a {
    display: inline-block;
    font-size: 13px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-twitter {
    background: #1DA1F2;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-facebook {
    background: #4867AA;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-pinterest {
    background: #BD081B;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a.share-linkedin {
    background: #007BB6;
}

.blog-details-post .blog-details-content .blog-details-tag-share .blog-details-share li a:hover {
    opacity: 0.9;
}

.blog-details-post .blog-details-content .winbiz-post-pagination {
    display: flex;
    flex-wrap: wrap;
    background: #f6f6f6;
    padding: 10px 30px;
    margin-top: 80px;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .blog-details-post .blog-details-content .winbiz-post-pagination {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-details-post .blog-details-content .winbiz-post-pagination {
        padding: 0 10px;
    }
}

.blog-details-post .blog-details-content .winbiz-post-pagination::before {
    position: absolute;
    content: '';
    width: 1px;
    background-color: #e1e1e1;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .blog-details-post .blog-details-content .winbiz-post-pagination::before {
        width: auto;
        height: 1px;
        left: 30px;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }
}

.blog-details-post .blog-details-content .winbiz-post-pagination .previous-post,
.blog-details-post .blog-details-content .winbiz-post-pagination .next-post {
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .blog-details-post .blog-details-content .winbiz-post-pagination .previous-post,
    .blog-details-post .blog-details-content .winbiz-post-pagination .next-post {
        width: 100%;
    }
}

.blog-details-post .blog-details-content .winbiz-post-pagination .blog-pagination-post {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

@media only screen and (max-width: 1199px) {
    .blog-details-post .blog-details-content .winbiz-post-pagination .blog-pagination-post {
        padding: 20px 0;
    }
}

.blog-details-post .blog-details-content .winbiz-post-pagination .blog-pagination-post .post-thumb {
    flex-shrink: 0;
}

.blog-details-post .blog-details-content .winbiz-post-pagination .blog-pagination-post .post-thumb a img {
    width: 75px;
    height: 75px;
    border-radius: 5px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-details-post .blog-details-content .winbiz-post-pagination .blog-pagination-post .post-thumb a i {
    font-size: 14px;
    color: #9412b1;
    padding: 0 10px;
}

.blog-details-post .blog-details-content .winbiz-post-pagination .blog-pagination-post .post-content {
    flex-grow: 1;
    padding: 0 20px;
}

@media only screen and (max-width: 1199px) {
    .blog-details-post .blog-details-content .winbiz-post-pagination .blog-pagination-post .post-content {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-details-post .blog-details-content .winbiz-post-pagination .blog-pagination-post .post-content {
        padding: 0 13px;
    }
}

.blog-details-post .blog-details-content .winbiz-post-pagination .blog-pagination-post .post-content .title {
    font-size: 16px;
    line-height: 24px;
}

@media only screen and (max-width: 1199px) {
    .blog-details-post .blog-details-content .winbiz-post-pagination .blog-pagination-post .post-content .title {
        font-size: 15px;
    }
}

.blog-details-post .blog-details-content .winbiz-post-pagination .blog-pagination-post .post-content .date {
    font-size: 12px;
    line-height: 24px;
    color: #676767;
}

.blog-details-post .blog-details-content .winbiz-post-pagination .blog-pagination-post .post-content .date i {
    margin-right: 6px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form {
    margin-top: 50px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form p {
    font-size: 14px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #686f7a;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap {
    padding-top: 10px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form {
    margin-top: 20px;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control {
    border: 1px solid #ebebeb;
    border-radius: 0;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: #9d9d9d;
    font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: #9d9d9d;
    font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: #9d9d9d;
    font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: #9d9d9d;
    font-weight: 400;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:focus {
    outline: none;
    border-color: #9412b1;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control {
    height: 135px;
    padding-top: 15px;
    font-size: 13px;
    color: #415674;
    font-weight: 600;
    padding: 10px 25px;
    resize: none;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}

.blog-details-post .blog-details-content .comment-wrap .comment-form .comment-form-wrap .form-btn .btn {
    height: 40px;
    line-height: 36px;
    margin-top: 25px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 35px;
}


/*--
/*  14 - Case Study Details CSS
/*----------------------------------------*/

.project-details-wrap {
    margin-top: -50px;
}

.video-img {
    position: relative;
    margin-top: 50px;
}

.video-img img {
    width: 100%;
}

.video-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-img .play-btn a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: #9412b1;
    color: #000000;
    transition: all 0.3s linear;
}

.video-img .play-btn a:hover {
    background: #02006c;
    color: #ffffff;
}

.project-details-content {
    padding-right: 30px;
}

@media only screen and (max-width: 991px) {
    .project-details-content {
        padding-right: 0;
    }
}

.project-details-content .title {
    font-size: 30px;
    line-height: 40px;
}

.project-details-lower-content {
    padding-top: 40px;
}

.project-lower-left {
    padding-right: 35px;
    margin-top: 20px;
}

@media only screen and (max-width: 575px) {
    .project-lower-left {
        padding-right: 0;
    }
}

.project-lower-left .text {
    font-size: 14px;
    line-height: 30px;
    margin-top: 25px;
}

.project-lower-right {
    background: #f6f6f6;
    border: 1px solid #ebebeb;
    margin-top: 20px;
}

.project-lower-right ul li {
    padding-top: 10px;
    padding-left: 30px;
}

.project-lower-right ul li+li {
    border-top: 1px solid #ebebeb;
    margin-top: 15px;
}

.project-lower-right ul li:last-child {
    padding-bottom: 30px;
}

.project-lower-right ul li .project-info-item .info-title {
    font-size: 14px;
    line-height: 24px;
}

.project-lower-right ul li .project-info-item p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.project-testimonial {
    margin-top: 60px;
}

.project-testimonial .single-testimonial {
    background: #02006c;
    box-shadow: none;
    margin: 0px 0;
    margin-top: 55px;
}

.project-testimonial .single-testimonial::before {
    display: none;
}

.project-testimonial .single-testimonial .testimonial-author-wrap {
    justify-content: inherit;
    padding-right: 0px;
}

.project-testimonial .single-testimonial .testimonial-author-wrap .author-img {
    margin-top: -30px;
}

@media only screen and (max-width: 991px) {
    .project-testimonial .single-testimonial .testimonial-author-wrap .author-img {
        margin-top: -55px;
    }
}

.project-testimonial .single-testimonial .testimonial-author-wrap .author-img img {
    border-radius: 8px;
}

.project-testimonial .single-testimonial .testimonial-author-wrap .testimonial-quote {
    margin-left: 25px;
}

.project-testimonial .single-testimonial .testimonial-content {
    max-width: 100%;
    padding-right: 55px;
}

@media only screen and (max-width: 575px) {
    .project-testimonial .single-testimonial .testimonial-content {
        padding-right: 0;
    }
}

.project-testimonial .single-testimonial .testimonial-content p {
    color: #ffffff;
}

.project-testimonial .single-testimonial .testimonial-content .author-text .name {
    color: #ffffff;
}

.project-testimonial .single-testimonial .testimonial-content .author-text .designation {
    color: #ffffff;
}

.project-faq {
    margin-top: 70px;
}

.project-faq .title {
    margin-bottom: 40px;
}

.project-details-sidebar {
    margin-left: 30px;
}

@media only screen and (max-width: 991px) {
    .project-details-sidebar {
        margin-left: 0;
    }
}

.project-details-sidebar .sidebar-widget .recent-posts ul li .post-link .post-text span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9412b1;
}

.project-details-sidebar .sidebar-widget .project-cta-btn {
    margin-top: -5px;
}

.project-details-sidebar .sidebar-widget .project-cta-btn .btn {
    width: 100%;
    text-transform: uppercase;
    margin-top: 20px;
}

.project-details-sidebar .sidebar-widget .project-cta-btn .btn i {
    position: relative;
    bottom: 1px;
    font-size: 18px;
    margin-right: 5px;
}

.project-details-sidebar .sidebar-widget .project-cta-btn .btn-2::before {
    background: #9412b1;
}

.project-details-sidebar .sidebar-widget .project-cta-btn .btn-2::after {
    background: #9412b1;
}

.project-details-sidebar .sidebar-widget .project-cta-btn .btn-2:hover {
    color: #ffffff;
}


/*--
/*  03 - Choose Us CSS
/*----------------------------------------*/

.winbiz-choose-us-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.choose-us-left {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .choose-us-left {
        text-align: left;
    }
}

.choose-us-left .cta-content {
    display: inline-block;
    background: #ffffff;
    padding: 60px 110px 75px;
}

@media only screen and (max-width: 1199px) {
    .choose-us-left .cta-content {
        padding: 60px 75px 75px;
    }
}

@media only screen and (max-width: 449px) {
    .choose-us-left .cta-content {
        padding: 55px 35px 60px;
    }
}

.choose-us-left .cta-content p {
    font-size: 20px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #02006c;
    margin-top: 20px;
}

.choose-us-left .cta-content .number {
    font-size: 36px;
    line-height: 46px;
    color: #9412b1;
}

@media only screen and (max-width: 449px) {
    .choose-us-left .cta-content .number {
        font-size: 30px;
    }
}

.choose-us-right {
    padding-left: 115px;
}

@media only screen and (max-width: 1199px) {
    .choose-us-right {
        padding-left: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .choose-us-right {
        padding-left: 0;
        margin-top: 50px;
    }
}

.choose-us-content .section-title {
    margin: 0;
}

.choose-us-content .choose-us-list {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.choose-us-content .choose-us-list ul {
    margin-top: 15px;
}

.choose-us-content .choose-us-list ul li {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.choose-us-content .choose-us-list ul li+li {
    margin-top: 10px;
}

.choose-us-content .choose-us-list ul li i {
    color: #9412b1;
    margin-right: 5px;
}

.winbiz-choose-us-section-2 .choose-us-content-wrap {
    padding-top: 40px;
}

.winbiz-choose-us-section-2 .choose-us-item {
    display: flex;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 30px 40px 60px;
    margin-top: 30px;
    transition: all 0.3s linear;
}

.winbiz-choose-us-section-2 .choose-us-item .choose-us-content {
    flex: 1;
    margin-left: 40px;
}

.winbiz-choose-us-section-2 .choose-us-item .choose-us-content .title {
    font-size: 24px;
    line-height: 30px;
}

.winbiz-choose-us-section-2 .choose-us-item .choose-us-content p {
    margin-top: 20px;
}

.winbiz-choose-us-section-2 .choose-us-item:hover {
    border: 1px solid #9412b1;
}

@media only screen and (max-width: 449px) {
    .winbiz-choose-us-section-2 .choose-us-item {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .winbiz-choose-us-section-2 .choose-us-item .choose-us-content {
        margin-left: 0;
    }
}


/*--
/*  24 - Login Register CSS
/*----------------------------------------*/

.login-register-section {
    overflow: hidden;
}

.login-register-section .login-register-wrap {
    margin-top: -50px;
}

.login-register-section .login-register-wrap .section-title .title {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    line-height: 1.2;
    margin-top: -8px;
}

.login-register-section .login-register-wrap .login-register-box {
    border: 1px solid #ebebeb;
    padding: 40px;
    border-radius: 10px;
    margin-top: 50px;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form {
    margin-top: 20px;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control {
    border: 1px solid transparent;
    background: #f6f7f9;
    border-radius: 0;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #787884;
    font-weight: 400;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #787884;
    font-weight: 400;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-moz-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #787884;
    font-weight: 400;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #787884;
    font-weight: 400;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:focus {
    outline: none;
    border-color: #9412b1;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control {
    height: 135px;
    font-size: 13px;
    color: #415674;
    font-weight: 600;
    padding: 10px 25px;
    padding-top: 15px;
    resize: none;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input {
    margin-right: 8px;
    margin-top: 5px;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input:focus {
    box-shadow: none;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-label {
    display: inline;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: none;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn {
    margin-top: 30px;
}

.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn .btn {
    height: 50px;
    line-height: 45px;
    width: 100%;
}


/*----------------------------------------*/


/*  05. Widget CSS
/*----------------------------------------*/


/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/

.sidebar-wrap {
    border-left: 1px solid #eeeeee;
    height: 100%;
}

@media only screen and (max-width: 991px),
only screen and (max-width: 767px) {
    .sidebar-wrap {
        border-left: none;
        height: auto;
        padding-top: 0;
    }
}

.widget {
    margin-bottom: 40px;
    color: #69737d;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    border-bottom: 1px solid #eeeeee;
    padding-left: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 991px),
only screen and (max-width: 767px) {
    .widget .widget-title {
        padding-left: 0;
    }
}


/*--
/*  24.1 - Footer Widget CSS
/*----------------------------------------*/

.footer-widget-wrap {
    padding-top: 70px;
    padding-bottom: 75px;
}

@media only screen and (max-width: 991px) {
    .footer-widget-wrap {
        padding-top: 50px;
    }
}

.footer-widget-wrap-2 {
    padding-top: 190px;
}

.footer-widget {
    margin-top: 30px;
}

.footer-widget.footer-widget-2,
.footer-widget.footer-widget-3 {
    padding-left: 90px;
}

@media only screen and (max-width: 1199px) {
    .footer-widget.footer-widget-2,
    .footer-widget.footer-widget-3 {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-widget.footer-widget-2,
    .footer-widget.footer-widget-3 {
        padding-left: 0px;
    }
}

.widget-info {
    padding-top: 20px;
}

.widget-info ul li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.widget-info ul li .info-icon i {
    display: inline-block;
    color: #9412b1;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 2px;
}

.widget-info ul li .info-text {
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #c4c5c7;
}

.footer-widget-about {
    margin-top: 30px;
}

.footer-widget-about p {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding-right: 60px;
    margin-top: 20px;
}

@media only screen and (max-width: 1399px) {
    .footer-widget-about p {
        padding-right: 0;
    }
}

.footer-search .footer-search-wrap {
    max-width: 300px;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.footer-search .footer-search-wrap form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    border-radius: 5px;
}

.footer-search .footer-search-wrap form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 12px;
    color: #707070;
    font-weight: 500;
}

.footer-search .footer-search-wrap form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 12px;
    color: #707070;
    font-weight: 500;
}

.footer-search .footer-search-wrap form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 12px;
    color: #707070;
    font-weight: 500;
}

.footer-search .footer-search-wrap form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 12px;
    color: #707070;
    font-weight: 500;
}

.footer-search .footer-search-wrap form button {
    width: 52px;
    height: 52px;
    line-height: 50px;
    background: #9412b1;
    border: 0;
    color: #1d1610;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

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

.footer-social .social li {
    display: inline-block;
}

.footer-social .social li+li {
    margin-left: 5px;
}

.footer-social .social li a {
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    background: #17222b;
    color: #ffffff;
}

.footer-social .social li a:hover {
    color: #9412b1;
}

.footer-widget .footer-widget-title {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #ffffff;
}

.widget-link {
    padding-top: 22px;
}

.widget-link .link li {
    margin-top: 7px;
}

.widget-link .link li a {
    font-size: 16px;
    color: #c4c5c7;
    transition: all 0.3s linear;
}

.widget-link .link li a:hover {
    color: #9412b1;
}

.footer-section-02 .footer-widget-about p {
    color: #69737d;
}

.footer-section-02 .footer-search .footer-search-wrap form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    background: #ebebeb;
}

.footer-section-02 .footer-social .social li a {
    background: #02006c;
    color: #ffffff;
}

.footer-section-02 .footer-social .social li a:hover {
    color: #9412b1;
}

.footer-section-02 .footer-widget .footer-widget-title {
    color: #02006c;
}

.footer-section-02 .widget-link .link li a {
    color: #02006c;
}

.footer-section-02 .widget-link .link li a:hover {
    color: #9412b1;
}

.footer-section-02 .widget-info {
    padding-top: 20px;
}

.footer-section-02 .widget-info ul li .info-text {
    color: #02006c;
}


/*--
/*  24. Footer CSS
/*----------------------------------------*/

.footer-section {
    background: #020e19;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-logo {
    max-width: 170px;
}

.footer-copyright-area {
    background: #01070d;
    padding-top: 10px;
    padding-bottom: 30px;
}

.copyright-text {
    margin-top: 15px;
}

@media only screen and (max-width: 767px) {
    .copyright-text {
        text-align: center;
    }
}

.copyright-text p {
    font-size: 16px;
    color: #c4c5c7;
}

.footer-section-02 {
    background: #ffffff;
}

.footer-section-02 .footer-copyright-area {
    background: #ffffff;
    border-top: 1px solid #cccccc;
}

.footer-section-02 .copyright-text p {
    color: #02006c;
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateX(130%);
    z-index: 99;
    transition: all 200ms linear;
}

.progress-wrap::after {
    position: absolute;
    content: "\f108";
    font-family: flaticon !important;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #9412b1;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    transform: rotate(90deg);
    cursor: pointer;
    display: block;
    z-index: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #9412b1;
    stroke-width: 4;
    box-sizing: border-box;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.tabs-container {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
    margin-inline: 0px;
    padding: 20px;
    border-radius: 10px;
}

@media screen and (max-width: 500px) {
    .tabs-container {
        padding: 2rem 10px;
    }
}

.tabs-container .tab-btns {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    flex-wrap: wrap;
}

.tabs-container .tab-btns .tab-btn {
    width: auto;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 30px;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

@media screen and (max-width: 500px) {
    .tabs-container .tab-btns .tab-btn {
        padding: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .tabs-container .tab-btns .tab-btn {
        width: 49%;
    }
}

@media screen and (max-width: 768px) {
    .tabs-container .tab-btns .tab-btn {
        width: 48%;
        font-size: 16px;
        padding: 15px;
    }
    .winbiz-project-tabs-menu {
        display: block;
        justify-content: center;
        margin-top: 35px;
        background: #f4f5f8;
        border-radius: 0px;
        border: 1px solid #9412b1;
    }
}

.tabs-container .tab-btns .tab-btn.active,
.tabs-container .tab-btns .tab-btn:hover {
    background-color: #45a69a;
    color: #fff;
}

.tabs-container .tabs {
    display: grid;
    grid-template-columns: 1fr;
}

.tabs-container .tabs .tab {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    padding-bottom: 0;
    grid-column: 1/1;
    grid-row: 1/1;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
}

.tabs-container .tabs .tab.active {
    pointer-events: unset;
    opacity: 1;
    transition: opacity 0.5s;
}

.tabs-container .tabs .tab .plan {
    color: #5b5b5e;
    text-transform: uppercase;
    letterspacing: 7px;
}

.tabs-container .tabs .tab .name-price {
    display: flex;
    justify-content: space-between;
    font-size: 1.25rem;
    font-weight: 700;
    margin-block: 10px 20px;
}

.tabs-container .tabs .tab .brief {
    line-height: 1.5;
    color: #000000cc;
    font-weight: 700;
}

.tabs-container .tabs .tab .features {
    padding: 0;
    margin: 20px 0;
    list-style-position: inside;
    list-style: none;
}

.tabs-container .tabs .tab .features .feature {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tabs-container .tabs .tab .features .feature::before {
    content: "";
    width: 15px;
    height: 15px;
    padding: 5px;
    border-radius: 50%;
    background: #e0dff6 no-repeat 50%/15px 15px;
}

.tabs-container .tabs .tab .features .feature.included::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.43431 11.7643L0.234305 6.53442C-0.0781016 6.22021 -0.0781016 5.71077 0.234305 5.39654L1.36565 4.25865C1.67806 3.94442 2.18462 3.94442 2.49703 4.25865L6 7.78174L13.503 0.235652C13.8154 -0.0785507 14.3219 -0.0785507 14.6344 0.235652L15.7657 1.37353C16.0781 1.68774 16.0781 2.19718 15.7657 2.51141L6.56569 11.7644C6.25325 12.0786 5.74672 12.0786 5.43431 11.7643Z' fill='%234E47A5'/%3E%3C/svg%3E");
}

.tabs-container .tabs .tab .features .feature.not-included::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F9375A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

.tabs-container .tabs .tab .atc {
    background-color: var(--primary-color);
    color: #fff;
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 25px;
    margin-top: auto;
    cursor: pointer;
    transition: opacity 0.1s;
}

.tabs-container .tabs .tab .atc:hover {
    opacity: 0.9;
}

.service-area {
    justify-content: center;
    min-height: 400px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.service-content {
    font-size: 16px;
}

.padding-50 {
    padding: 15px 15px;
}

.padding-top-30 {
    padding-top: 30px;
}

.section-padding-04 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.col-14 {
    width: 19.5%;
}

@media screen and (max-width: 990px) {
    .col-14 {
        width: 33.3%;
    }
}

@media screen and (max-width: 768px) {
    .col-14 {
        width: 48.5%;
    }
    .image-1 {
        display: none;
    }
    .col-sm-order-2 {
        flex: 1;
        order: 2;
    }
    .col-sm-order-1 {
        flex: 2;
        order: 1;
    }
}

.industry-title {
    font-size: 32px;
    margin-top: 60px;
}

.background-light-bg {
    background: #fff7fa;
}

.contact-us-bg {
    position: relative;
    background: #d8dcdf;
    background-image: url(../images/contact-us.jpg);
    background-size: cover;
    background-position: center center;
    height: 595px;
    /* background: #000; */
    overflow: hidden;
}

.border-radius {
    border-radius: 8px !important;
}

.swiper-slide.single-brand {
    padding: 20px;
}