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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

.footer-logo {
    margin: 0 auto;
}

body {
    overflow-x: hidden;
}

/* main {
    overflow: hidden;
} */

a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}

:root {
    --text-color: #D21616;
    --bg-color: #000B3A;
    --main-color: linear-gradient(to right, #001264, #D21616);
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #D21616;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #151C22;
}

figure {
    margin: 0;
}

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

span {
    font-family: "Outfit", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #08142B;
    font-family: "Outfit", sans-serif;
}

p {
    color: #5D5F64;
    font-size: 18px;
    line-height: 31px;
    text-transform: unset;
    font-weight: 400;
    margin: 0px 0px 20px;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
}

p::first-letter {
    text-transform: capitalize;
}

i::before {
    /* font-family: "Font Awesome 6 pro"; */
}

/* go to top start */
.go-top {
    position: fixed;
    bottom: 7%;
    right: 1%;
    padding: 0;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    z-index: 10000;
}

.go-top:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f106";
    color: #fff;
    font-size: 25px;
    transition: all 0.2s ease-in-out;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #fff;
    background: linear-gradient(to right, #001264, #D21616);
}

/* go to top close */

/* go to top */
.scroll-to-top {
    width: 50px;
    height: 50px;
    background: #FFC233;
    position: fixed;
    bottom: 88px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    display: none;
    border-radius: 50%;
    cursor: pointer;
}

.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: .4s;
    transition: .4s;
}

/* go to top */

/* head css */
.head {}

.head span {
    font-size: 16px;
    font-weight: 700;
    color: #08142b;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0px 0px 10px;
    text-transform: uppercase;
}

.head span img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.head h2 {
    font-size: 35px;
    line-height: 43px;
    font-weight: 600;
    margin: 0px 0px 15px;
}

.head p {}

.head ul {
    padding: 0 16px;
}

.head ul li {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    padding: 6px 0;
    list-style: disc;
}

.head p span {
    display: contents;
    font-size: 16px;
    font-weight: 600;
}

.head p a {
    color: var(--text-color);
    font-size: 17px;
    text-decoration: underline;
    font-weight: 500;
}

.head h5 {
    color: #001264;
    font-size: 15px;
    font-weight: 700;
    line-height: 27px;
    margin: 0px 0px 10px;
    transition: all .3s ease-in-out;
}

.head h5:hover {
    transform: translateX(7px);
}

.head h5 i {
    font-weight: 700;
    font-size: 15px;
}

.head .services {
    font-size: 16px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    background: linear-gradient(to right, #001264, #D21616);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
}

.head .services::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #001264, #D21616);
}

/* head css */

/**************************** Btn hover Start ***************************/
.btn {
    border-radius: 0px;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 20px;
    transition: all .3s ease-in-out;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 12px;
    padding: 0;
}

.btn-box .icon-wh {
    width: 25px;
    height: 25px;
    border-radius: 2px !important;
}

.btn-box .btn-icon {
    color: #232F3F;
}

.btn-box .btn-primary {
    font-size: 16px;
    color: #ffffff;
    border: 2px solid #ffffff;
    background: linear-gradient(to right, #001264, #D21616);
    border-radius: 100px;
    padding: 16px 31px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 16px;
    overflow: hidden;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.btn-box .btn-primary:hover {
    background: linear-gradient(to right, #D21616, #001264);
    border: 2px solid #ffffff;
}

.btn-box .btn-secondary {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
    color: #fff;
    background-color: #7c65ff;
    border-radius: 0px;
    border: 1px double #7c65ff;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.btn-box .btn-secondary:hover {
    background-color: #7c65ff;

}

/* Bounce To Right */
.hvr-bounce-to-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #D21616, #001264);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: #ffffff !important;
}

.hvr-bounce-to-right:hover:after,
.hvr-bounce-to-right:focus:after,
.hvr-bounce-to-right:active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Right */
/* Bounce To left */
.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-left::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--main-color);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:active {
    color: #fff !important;
}

.hvr-bounce-to-left:hover::after,
.hvr-bounce-to-left:focus::after,
.hvr-bounce-to-left:active::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To left */
/**************************** Btn hover Close ***************************/
/**************************** spinner Start ***************************/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}

.overlay .overlayDoor:before,
.overlay .overlayDoor:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #CB9274;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}

.overlay .overlayDoor:before {
    left: 0;
}

.overlay .overlayDoor:after {
    right: 0;
}

.overlay.loaded .overlayDoor:before {
    left: -50%;
}

.overlay.loaded .overlayDoor:after {
    right: -50%;
}

.overlay.loaded .overlayContent {
    opacity: 0;
    margin-top: -15px;
}

.overlay .overlayContent {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #fff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    animation: spinInner 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

/**************************** spinner Close ***************************/
/**************************** Form css Start ***************************/
select:focus,
textarea:focus,
input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #000 !important;
}

.form-check {
    margin: 0;
}

.form-check .form-check-input:checked {
    background-color: #ff5722;
    border-color: #ff5722;
}

.form-check .form-check-input:focus {
    border-color: #ff5722;
    box-shadow: none;
}

.form-check .form-check-label {
    letter-spacing: 1.5px;
    text-transform: capitalize;
    margin: 0;
    color: #313747;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/**************************** Form css End ***************************/
/**************************** offcanvas search-bar Start ***************************/
.offcanvas.search-bar {
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.offcanvas.search-bar .offcanvas-body .search-h {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 30px 0;
    display: block;
    text-align: center;
}

.offcanvas.search-bar .offcanvas-body .search .search-control {
    background-color: rgb(245, 245, 247);
    font-size: 13px;
    font-weight: 400;
    color: #000;
    width: 100%;
    border-radius: 5px;
    border: none;
    padding-left: 25px;
    height: 45px;
}

.offcanvas.search-bar .offcanvas-body .search .search-btn {
    color: #fff;
    height: 45px;
    width: 45px;
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #936710;
    background: #936710;
    transition: all 0.2s ease-in-out;
    border-radius: 50px;
    overflow: hidden;
}

/**************************** offcanvas search-bar close ***************************/
/************************************* header *************************************/
.navbar-toggler {
    background: var(--main-color);
    color: #fff;
    border: none;
}

/* header top */
header {
    transition: all 0.5s ease-in-out;
}


header .header-btm {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
}

header .sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slideDown 0.4s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    /* ya apka header ka background */
    z-index: 999;
}

/* Slide down effect */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0%);
    }
}

header .header-btm .navbar>.container-fluid {
    align-items: center;
}

header .header-btm .navbar {
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
    background: transparent;
    position: relative;
}

header .header-btm.sticky .navbar {
    border-bottom: none !important;
}

header .header-btm .navbar .navbar-nav {
    align-items: center;
    gap: 15px;
}

header .header-btm .navbar .navbar-nav .nav-item {
    position: relative;
}

/* drop-down */
header .header-btm .navbar .navbar-nav .nav-item:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}


header .header-btm .navbar .navbar-nav .nav-item .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 15px;
    top: 100%;
    transform: translateY(50px);
    left: 0;
    width: 245px;
    background-color: #0d125f;
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: 0.4s all;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    z-index: 4;
    border-radius: 10px;
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown li h6 {
    font-size: 21px;
    font-weight: 600;
    padding: 0px 0px 5px;
    color:#fff;
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown li .subheading {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color:#fff;
    transition: all .5s ease-in-out;
    position: relative;
    width: 100%;
    display: flex;
    padding: 6px 9px;
    border-radius: 6px;
    font-weight: 500;
}
header .header-btm .navbar .navbar-nav .nav-item .dropdown li:hover .subheading{
    background: #ffffff;
    color: #0d125f;
}
header .header-btm .navbar .navbar-nav .nav-item .dropdown li .dropdown-item {
    color: #000;
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    letter-spacing: 0;
    word-spacing: 0;
    border: none;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 13px;
    transition: none;
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown li .dropdown-item:hover {
    background: ;
    color: #fff;
    border-radius: 6px;
}

/* drop-down */

header .header-btm .navbar .navbar-nav .nav-item .nav-link {
    color: #08142B;
    font-size: 14px;
    line-height: 27px;
    text-transform: capitalize;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    transition: all 0.5s ease-in-out;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--text-color) !important;
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--text-color);
}

header .header-btm .navbar .navbar-brand {
    margin: 0;
    padding: 0;
}

header .header-btm .navbar .navbar-brand .logo {
    width: 100%;
    height: 120px;
}

header.sticky .header-btm .navbar .navbar-brand .logo {
    height: 70px;
}

header .header-btm .side-ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0px 0px 0px 40px;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

header .header-btm .side-ul .sd-li .btn-started {
    font-size: 16px;
    color: #ffffff;
    border: 2px solid #ffffff;
    background: linear-gradient(to right, #001264, #D21616);
    border-radius: 100px;
    padding: 15px 35px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 23px;
    overflow: hidden;
}

header .header-btm .side-ul .sd-li .btn-started i {
    font-size: 24px;
}

/***************************** header close *****************************/
/***************************** Footer Start *****************************/
footer {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0px 0px;
    background: var(--bg-color);
}

footer .footer-top {
    padding: 94px 0px 32px;
}

footer .footer-top .footer-logo img {
    width: 203px;
    height: 196px;
    object-fit: contain;
}

footer .footer-top .quik-inks h4 {
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    font-weight: 500;
    line-height: 24px;
}

footer .footer-top .quik-inks ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
}

footer .footer-top .quik-inks ul li,
footer .footer-top .quik-inks ul li a {
    color: #E8E8E8;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: all 0.5s ease-in-out;
    font-weight: 400;
    display: flex;
    gap: 14px;
}

footer .footer-top .quik-inks ul li:hover,
footer .footer-top .quik-inks ul li a:hover {
    color: var(--text-color);
    cursor: pointer;
}

footer .footer-top .quik-inks ul li i,
footer .footer-top .quik-inks ul li a i {
    font-size: 23px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
}

footer .footer-top .quik-inks ul li:hover i,
footer .footer-top .quik-inks ul li:hover a i {
    color: #fff;
}

footer .footer-bottom {
    padding: 20px 0px;
    border-top: 1px solid #333C61;
}

footer .footer-bottom .copyright p {
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
}

footer .footer-bottom .copyright p a {
    color: #FAFBFD;
}

footer .footer-bottom .copyright p a:hover {
    color: var(--text-color);
}

footer .footer-bottom .privacy-links ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
}

footer .footer-bottom .privacy-links ul li {
    color: #FAFBFD;
}

footer .footer-bottom .privacy-links ul li a {
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    word-spacing: 0px;
    transition: all .3s ease-in-out;
}

footer .footer-bottom .privacy-links ul li a:hover {
    color: var(--text-color);
}

footer .footer-top .quik-inks .social-icon {
    flex-direction: row;
    gap: 0px;
    margin: 30px 0px 0px;
}

footer .footer-top .quik-inks .social-icon li a i {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    background: #c4161b;
    margin: 0 6px;
}

footer .footer-top .quik-inks .social-icon li a i:hover {
    color: #ffffff;
    background: var(--main-color);
    /* border: 1px solid #fff; */
}

/*********************** footer close ***********************/
/*********************** home-page css Start ***********************/
/* banner */
.home-banner-wrap {
    overflow: hidden;
    position: relative;
    background-image: url(../images/banner-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 11.99rem 0 0rem 0;
}

.home-banner-wrap .contant {
    margin: 110px 0px 0px 0px;
}

.home-banner-wrap .contant h1 {
    color: #fff;
    font-size: 56px;
    line-height: 67px;
    font-weight: 500;
    margin: 0px 0px 15px;
    text-transform: capitalize;
}

.home-banner-wrap .contant h1 span {
    color: var(--text-color);
    font-weight: 700;
}

.home-banner-wrap .contant p {
    color: #FFFFFF;
    margin: 0px 0px 30px;
}

.home-banner-wrap .main-img {
    position: relative;
}

.home-banner-wrap .main-img .vector1 {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home-banner-wrap .main-img .img-woman {
    height: 698px;
    width: 100%;
    object-fit: cover;
}

/* banner */
/* about css */
.about-sec {
    padding: 40px 0px;
    overflow: hidden;
    position: relative;
    background: #F5F6F7;
}

section.about-sec.everything {
    position: relative;
    overflow: hidden;
    padding: 140px 0px 0px;
    background: #ffffff;
    margin: -60px 0px 0px;
}

.about-sec .main-img img {
    width: 100%;
    height: 600px;
    object-fit: contain;
}

/* about css */
/* publishing-sec */
.publishing-sec {
    overflow: hidden;
    padding: 100px 0px;
}

.publishing-sec .main-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.publishing-sec .main-img .book1 {
    height: 330px;
    width: 200px;
    object-fit: contain;
    position: absolute;
    left: 10%;
    bottom: 0;
    animation: bookup 2s infinite ease-in-out;
}

@keyframes bookup {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }

    100% {
        transform: translateY(0);
    }
}

.publishing-sec .main-img .img3 {
    height: 570px;
    width: 443px;
    object-fit: contain;
}

.publishing-sec .main-img.reverse-img {
    justify-content: start;
}

.publishing-sec .main-img.reverse-img .book1 {
    left: 53%;
}

section.publishing-sec .head {
    width: 92%;
}

/* publishing-sec */

/* ready-sec */
.ready-sec {
    background-image: url(../images/blue-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 220px 0px;
    position: relative;
    z-index: 99;
    margin-bottom: 4rem;
}

.ready-sec .head {
    text-align: center;
    width: 100%;
    margin: auto;
}

.ready-sec .head h2 {
    color: #fff;
}

.ready-sec .head p {
    color: #fff;
}

.ready-sec .head .btn-box {
    justify-content: center;
}

.btn-box .btn-primary.let-btn {
    background: transparent;
}
/* ready-sec */

/* fancy-box-sec */
.fancy-box-sec {
    position: relative;
    overflow: hidden;
    padding: 82px 0px 99px;
    background: #ffffff;
    margin: -60px 0px 0px;
    z-index: 1;
}

.fancy-box-sec .head {
    text-align: center;
    margin: 0px auto 50px;
    width: 70%;
}

.fancy-box-sec .main-img {
    margin: 0px 0px 30px;
    text-align: center;
}

.fancy-box-sec .main-img a img {
    width: 290px;
    height: 380px;
    object-fit: cover;
    box-shadow: 10px 5px 19px 1px #808080c2;
    overflow: hidden;
}

/* fancy-box-sec */

/* insight-sec */
.insight-sec {
    position: relative;
    overflow: hidden;
    padding: 100px 0px;
    background: #F5F6F7;
}

.insight-sec .head {
    text-align: center;
    margin: 0px 0px 40px;
}

.insight-sec .main-box {
    background: #ffffffff;
    border-radius: 30px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.insight-sec .main-box:hover {
    transform: translateY(-10px);
}

.insight-sec .main-box img {
    width: 100%;
}

.insight-sec .main-box .txt {
    padding: 35px 60px 60px 60px;
    text-align: center;
}

.insight-sec .main-box .txt h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    padding: 0px 0px 40px;
}

.insight-sec .main-box .txt a {
    font-size: 16px;
    padding: 11px 30px;
    font-weight: 500;
    border: 2px solid #001264;
    border-radius: 100px;
    background: linear-gradient(to right, #001264, #D21616);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* insight-sec */

/* professionals-sec */
.professionals-sec {
    background-image: url(../images/gray-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: -3px 0px 0px;
}

.professionals-sec .head {
    width: 84%;
}

.professionals-sec .form-box {
    background: radial-gradient(57.02% 50% at 50% 50%, #011261 0%, #010B40 100%);
    padding: 24px 30px 42px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #fff;
    position: relative;
    top: 55px;
    z-index: 99;
}

.professionals-sec .form-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    margin: 0px 0px 20px;
}

.professionals-sec .form-box h2 span {
    display: grid;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
}

.professionals-sec .form-box .input-main .form-group {
    margin: 0px 0px 11px;
}

.professionals-sec .form-box .input-main .form-group .form-control::placeholder {
    color: #fff;
}

.professionals-sec .form-box .input-main .form-group .form-control {
    border-radius: 100px;
    font-size: 16px;
    background: #354079;
    border: 0;
    color: #fff;
    padding: 13px 25px;
}

.professionals-sec .form-box .input-main .form-group textarea.form-control {
    border-radius: 20px;
}

.professionals-sec .form-box .input-main .submit {
    font-size: 16px;
    color: #ffffff;
    border: 2px solid #ffffff;
    background: linear-gradient(to right, #001264, #D21616);
    border-radius: 100px;
    padding: 16px 35px;
    font-weight: 600;
    line-height: 23px;
    overflow: hidden;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-in-out;
    width: 100%;
}

.professionals-sec .form-box .input-main .submit:hover {
    background: linear-gradient(to right, #D21616, #001264);
    border: 2px solid #ffffff;
}

/* professionals-sec */
/*********************** home-page css Close ***********************/

/*********************** inner-page css Start ***********************/
/* about-page */
.about__banner_wrap {
    overflow: hidden;
    position: relative;
    background-image: url(../images/banner-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 13rem 0 0rem 0;
}

.about__banner_wrap .contant h1 {
    font-size: 41px !important;
    line-height: 54px;
    color: #fff;
    margin: 0px 0px 15px;
}

.about__banner_wrap .contant p {
    color: #fff;
}
.about__banner_wrap .main-img img {
    left: 8rem !important;
    object-fit: cover;
    z-index: 2;
    position: relative;
    height: 528px;
}

.about__banner_wrap .main-img::after {
    left: 4% !important;
}

/* about-page */
/*********************** inner-page css Start ***********************/

/* services_wrap  */
.services_wrap .head {
    text-align: center;
    margin: 0px auto 40px;
    width: 70%;
}


.services_wrap {
    padding: 5rem 0;
}

.services_wrap .services_crd .crd {
    text-align: center;
    padding: 43px;
    position: relative;
    transition: all 0.3s ease-in;
    height: 530px;
}

.services_wrap .services_crd .crd:hover {
    transform: translateY(-10px);
}

.services_wrap .services_crd .crd::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 76%;
    background: #F5F6F7;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 18px;
}

.services_wrap .services_crd .crd img {
    width: 127px;
    object-fit: contain;
}

.services_wrap .services_crd .crd h3 {
    font-size: 26px;
    font-weight: 600;
    color: #08142B;
    padding: 17px 0;
}

.services_wrap .services_crd .crd p {
    margin: 0;
    height: 220px;
    overflow: auto;
}

/* services_wrap  */

/* faq  */


.faq_wrap {
    padding: 7rem 0 6rem;
}

.faq_wrap h3 {
    font-size: 40px;
    font-weight: 600;
    margin: 0px 0px 40px;
}

.faq_wrap .accordion {
    margin-top: 0rem;
}

.faq_wrap .accordion .accordion-item {
    border: none;
}

.faq_wrap .accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #c5161a;
}

.faq_wrap .accordion .accordion-item button {
    font-size: 24px;
    background: transparent;
    border-bottom: 1px solid #A1A1A1;
    padding: 27px 2px;
    color: #1C1D2C;
    font-weight: 500;
    border-radius: 0;
}

.faq_wrap .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 20px;
    background: rgba(15, 15, 15, 0.0509803922);
}

.faq_wrap .accordion .accordion-item .accordion-collapse .accordion-body p {
    font-size: 18px;
    margin: 0;
    line-height: 34px;
}

.faq_wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    content: "\2b";
    font-family: "Font Awesome 6 pro";
    background: transparent;
    color: #000;
    font-size: 31px;
    border-radius: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    transition: 0.4s ease-in-out;
}

.faq_wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    transform: rotate(0deg);
    color: var(--secondary-color);
}

/* faq  */


/* reviewsWrap  */
.reviewsWrap {
    padding: 0rem 0 4rem;
    position: relative;
}

.reviewsWrap h4 {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    margin: 0px 0px 51px;
}

.reviewsWrap .item {
    padding: 51px 35px 30px;
    background: #F5F6F7;
    margin: 0 11px;
    border-radius: 25px;
    height: 292px !important;
}

.reviewsWrap .item p.rt {}

.reviewsWrap .item .caption {}

.reviewsWrap .item .caption {
    display: flex;
    align-items: center;
}

.reviewsWrap .item .caption img {
    width: 70px;
    margin: 0 13px 0 0;
}

.reviewsWrap .item .caption div {}

.reviewsWrap .item .caption div h3 {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    color: #000;
}

.reviewsWrap .item .caption div p {
    margin: 0;
}

.reviewsWrap .apostrophe {
    position: absolute;
    top: 30px;
    left: 44px;
    width: 65px !important;
    height: 55px;
}

/* reviewsWrap  */


/* resources_wrap  */

.resources_wrap .main-img img {
    left: 7rem !important;
    width: 436px !important;
}

.resourceCrd {
    padding: 6rem 0;
}

.resourceCrd .crd {
    text-align: center;
}

.resourceCrd .crd img {
    width: 93%;
}

.resourceCrd .crd h3 {
    font-size: 30px;
    font-weight: 600;
    padding: 17px 0;
}

.resourceCrd .crd p {
    margin: 0;
}

/* resources_wrap/ */

/* portfolio_tabs  */

.portfolio_tabs {
    padding: 7rem 0;
}

.portfolio_tabs .nav-tabs {
    justify-content: center;
    border: none;
    margin-bottom: 4rem;
}

.portfolio_tabs .nav-tabs .nav-item {
    margin: 0 6px;

}

.portfolio_tabs .nav-tabs .nav-item button {
    width: 173px;
    background: transparent;
    justify-content: center;
    border-image: linear-gradient(to right, #010b40 0%, #cb1619 100%) 1;
    border-width: 2px;
    border-style: solid;
    display: flex;
}

.portfolio_tabs .nav-tabs .nav-item button span {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    background: -webkit-linear-gradient(45deg, #010b40, #c3151b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.portfolio_tabs .nav-tabs .nav-item button.active span {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    background: -webkit-linear-gradient(45deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.portfolio_tabs .nav-tabs .nav-item button.active {
    background: linear-gradient(45deg, #010b40, #c3151b);
    color: #fff;
}

.portfolio_tabs .tab-content .main-img img {
    width: 85%;
    margin: 0 auto;
    display: block;
}

/* portfolio_tabs  */

/* formWrapper  */
.formWrapper {
    padding: 7rem 0;
}

.formWrapper .txtArea {}

.formWrapper .txtArea span {
    font-size: 16px;
    font-weight: 700;
    color: #08142b;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0px 0px 10px;
    text-transform: uppercase;
}

.formWrapper .txtArea span img {
    width: 31px;
}

.formWrapper .txtArea h3 {
    font-size: 34px;
    font-weight: 700;
    padding: 15px 0;
}

.formWrapper .txtArea p {
    font-size: 16px;
}

.formWrapper .txtArea h4 {
    font-size: 34px;
    font-weight: 700;
}

.formWrapper .txtArea .contact {
    padding: 23px 0;
}

.formWrapper .txtArea .contact li {
    padding: 7px 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.formWrapper .txtArea .contact li a {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.formWrapper .txtArea .contact li a:hover {
    color: #c5161b;
}

.formWrapper .txtArea .contact li img {
    margin: 0 12px 0 0;
}

.formWrapper .txtArea .social {
    display: flex;
}

.formWrapper .txtArea .social li {
    margin: 0 19px 0 0;
}

.formWrapper .txtArea .social li a {
    font-size: 17px;
    color: #3c3c3c;
}

.formWrapper .txtArea .social li a:hover {
    color: #bf161d;
}

.formWrapper .txtArea .social li a i {}

.formWrapper .formArea {
    background: #F5F6F7;
    padding: 3rem 2rem;
    border-radius: 13px;
}

.formWrapper .formArea h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.formWrapper .formArea p {
    text-align: center;
    font-size: 16px;
    padding: 8px 0 0 0;
}

.formWrapper .formArea form {}

.formWrapper .formArea form input,
.formWrapper .formArea form select,
.formWrapper .formArea form textarea {
    border: 1px solid #ab9a9a;
    background: #DDDEDF;
    padding: 16px 20px;
    margin: 8px 0;
    border-radius: 39px;
    width: 100%;
}

.formWrapper .formArea form textarea {
    height: 139px;
    border-radius: 21px;
    transition: all .3s ease-in-out;
}

.formWrapper .formArea form button {
    margin-top: 10px;
    width: 100%;
}

/* formWrapper  */

.timeline {
    position: relative;
    /* max-width: 1200px; */
    margin: 0 auto;
    /* padding: 40px 0; */
}

.timeline::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border: 1px dashed #bd151e;
}

.timeline-item {
    position: relative;
    width: 50%;
    margin: 0px 0px 40px;
}

.timeline-item.left {
    left: 0;
    padding: 0px 46px 0px 0px;
}

.timeline-item.right {
    left: 50%;
    padding: 0px 0px 0px 46px;
}

.timeline-item .content {
    position: relative;
}

.timeline-item .content span {
    display: block;
    width: 35px;
    height: 35px;
    background: var(--text-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -10.7%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
}

.timeline-item.left .content span {
    right: 13% !important;
    left: 104.6%;
    top: 0%;
}

.timeline-item.right .content h3 {
    font-size: 26px;
    font-weight: 500;
    padding: 0px 0px 14px;
}

.timeline-item.left .content p {
    text-align: end;
}

.timeline-item.right .content p {
    margin: 0;
}

.timeline-item.left .content h3 {
    text-align: end;
    padding: 0 0 14px 0;
    font-size: 26px;
    font-weight: 500;
}

.timeline-item.left .content::before {
    /* content: ''; */
    position: absolute;
    top: 20px;
    right: -15px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #f9f9f9;
}

/* .timeline-item.right  */

/* pricingWrap  */
.pricingWrap {
    position: relative;
    background: url('../images/pricing-bg.png') no-repeat center center;
    padding: 7rem 0;
    background-size: cover;
    z-index: 2;
}

.pricingWrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pricing-bg-vector.png') no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.pricingWrap h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.pricingWrap p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 21px 0 0px;
}

.pricingWrap .pricingTable {
    background: #fff;
    padding: 0px 0px;
    border-radius: 20px;
    margin: 100px 0px 0px;
}

.pricingWrap .pricingTable .flex-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.pricingWrap .pricingTable .flex-box .pricingTable-item-inner {
    padding: 40px 30px;
    border-right: 1px solid #77777742;
    position: relative;
}

.pricingWrap .pricingTable .flex-box .pricingTable-item-inner .about-22 {
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.pricingWrap .pricingTable .flex-box .pricingTable-item-inner p {
    height: 65px;
}

.pricingWrap .pricingTable .flex-box .pricingTable-item-inner .schedule {
    padding: 0px 0px 0px;
    font-size: 11px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    background: linear-gradient(to right, #001264, #D21616);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    border: 0;
    text-transform: capitalize;
    text-align: left;
    margin: 15px 0px 0px;
}

.pricingWrap .pricingTable .flex-box .pricingTable-item-inner .schedule::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 50%;
    height: 1px;
    background: linear-gradient(to right, #001264, #D21616);
}

.pricingWrap .pricingTable .flex-box .pricingTable-item-inner .sm_img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: 0px 0px 10px;
}

.pricingWrap .pricingTable .flex-box .pricingTable-item-inner h3 {
    font-size: 20px;
    line-height: 30px;
}

.pricingWrap .pricingTable .flex-box .pricingTable-item-inner p {
    color: #000;
    text-align: left;
    font-size: 13px;
    line-height: 24px;
    margin: 23px 0px;
    padding: 0;
}

.pricingWrap .pricingTable .flex-box .pricingTable-item-inner a {
    font-size: 14px;
    border: 1.5px solid var(--text-color);
    border-radius: 100px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    background: linear-gradient(to right, #001264, #D21616);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
}

.pricingWrap .pricingTable .flex-box .pricingTable-item-inner .price {
    height: 110px;
}

.pricingWrap .pricingTable .flex-box .pricingTable-item-inner .price h4 {
    color: var(--text-color);
    font-size: 21px;
    line-height: 33px;
    font-weight: 600;
}

.pricingWrap .pricingTable .flex-box .pricingTable-item-inner .price h6 {
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 10px;
}

.pricingWrap .pricingTable .flex-box .pricingTable-item-inner .price span {
    font-size: 12px;
}

.pricingWrap .pricingTable .txt {
    padding: 24px 30px;
    border-top: 1px solid #77777742;
    border-bottom: 1px solid #77777742;
}

.pricingWrap .pricingTable .txt h3 {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.pricingWrap .pricingTable .flex-box .commitment {
    border-right: 1px solid #77777742;
    padding: 20px;
}

.pricingWrap .pricingTable .flex-box .commitment p {
    color: #08142B;
    font-size: 13px;
    line-height: 25px;
}

.pricingWrap .pricingTable .flex-box .commitment .time {
    border-bottom: 1px dotted #777777b0;
    padding: 10px 0px 10px;
    text-align: left;
}

.pricingWrap .pricingTable .flex-box .commitment.commitment-time {
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
    padding: 40px 30px;
}

.pricingWrap .pricingTable .flex-box .commitment.commit-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricingWrap .pricingTable .flex-box .commitment.commit-img .main-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 9px;
}

.pricingWrap .pricingTable .flex-box .commitment.commit-img .main-img span {
    color: #777;
    font-size: 12px;
}

.pricingWrap .pricingTable .popular-box {
    position: absolute;
    top: -40px;
    width: 100%;
    left: 0;
}

.pricingWrap .pricingTable .popular-box h3 {
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 14px !important;
    background: linear-gradient(180deg, #D21616 0%, #031263 197.55%);
    border-radius: 17px 17px 0px 0px;
}
/* pricingWrap  */

.privacy-banner {
    overflow: hidden;
    position: relative;
    background-image: url(../images/banner-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7rem 0;
}

.privacy-banner h1{
    font-size: 50px;
    color: #fff;
}

.content-page {
    padding: 4em 0px;
}
.content-page h5.sub-heading {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}
.content-page li {
    list-style: inside square;
}
.content-page li, .content-page p {
    font-size: 16px;
    margin-bottom: 17px;
}
.form-boxs {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 31px;
    border: 2px solid #d9dceb38;
    border-radius: 20px;
}

.form-boxs h2 {
    font-size: 31px;
    font-weight: 600;
    text-align: center;
    font-family: 'Outfit';
    color: #fff;
    padding: 0px 0px 15px;
}

.form-boxs h2 span {
    display: block;
    color: #ffffff;
}

.form-boxs .input-main .form-group {
    margin: 0px 0px 10px;
}

.form-boxs .input-main .form-group .input-box {
    border: 4px;
    padding: 10px 13px;
    margin: 14px 0;
    font-family: "Outfit", sans-serif;
}
.form-boxs .input-main .form-check label p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    margin: 0px 0px 17px;
}

.form-boxs .input-main .form-check label p a {
    color: #fff;
    text-decoration: underline;
}

.contect-form-sec .input-main .form-btn .submit,
.form-boxs .form-btn .submit {
    padding: 12px 30px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    background: #cb1620;
    border-radius: 5px;
    width: 100%;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}
.logo-slider {
   position: relative;
   z-index: 2;
   margin: 37px 0px;
}
.logo-slider .main-img img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}
.head.px_5{
    width: 100% !important;
    padding:0 0 2rem;
}
.portfolio_tabs .nav-tabs.cover-tabs .nav-item button {
    width: auto;
}
/*modal css*/
.modal_wrap{}
.modal_wrap .modal-content{
    background: var(--bg-color);
    border: 2px solid #fff;
    border-radius: 10px;
}
.modal_wrap .modal-content .modal-main{
    padding: 30px 20px;
}
.modal_wrap .modal-content .modal-main .main-img {}

.modal_wrap .modal-content .modal-main .main-img img {
    width: 100%;
    height: 320px;
    object-fit: contain;
}
.modal_wrap .modal-content .modal-main .form-box .input-main .form-group{
    margin: 0px 0px 10px;
}
.modal_wrap .modal-content .modal-main .form-box .input-main .form-group .form-control::placeholder {
    color: #fff;
}
.modal_wrap .modal-content .modal-main .form-box .input-main .form-group .form-control{
    border-radius: 100px;
    font-size: 16px;
    background: #354079;
    border: 0;
    color: #fff;
    padding: 15px 20px;
    line-height: 22px;
}
.modal_wrap .modal-content .modal-main .form-box .input-main .form-group textarea.form-control{
    border-radius: 20px;
}
.modal_wrap .modal-content .modal-main .form-box .input-main .submit{
    font-size: 16px;
    color: #ffffff;
    border: 2px solid #ffffff;
    background: linear-gradient(to right, #001264, #D21616);
    border-radius: 100px;
    padding: 16px 35px;
    font-weight: 600;
    line-height: 23px;
    overflow: hidden;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-in-out;
    width: 100%;
}
.modal_wrap .modal-content .modal-main .form-box .input-main .submit:hover{
    background: linear-gradient(to right, #D21616, #001264);
    border: 2px solid #ffffff;
}
.modal_wrap .modal-dialog {
    max-width: 800px;
    margin: 119px auto;
}

.modal_wrap .modal-content .modal-main .form-box {}

.modal_wrap .modal-content .modal-main .form-box h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 15px;
    color: #fff;
}

.modal_wrap .modal-content .modal-header {
    border: 0;
    padding: 25px 25px 0px;
}

.modal_wrap .modal-content .modal-header button.btn-close {
    opacity: 1;
    height: 25px;
    width: 25px;
    border: 2px solid #ffffff !important;
    border-radius: 50px;
    font-size: 18px;
    filter: brightness(0) saturate(100%) invert(91%) sepia(97%) saturate(8%) hue-rotate(307deg) brightness(107%) contrast(100%);
}
/*modal css*/


/*process */

.new-section-developers {
    width: 100%;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.new-section-developers .stick-developers-area {
    margin-top: 30px;
    position: sticky;
    top: 163px;
}
.new-section-developers .developers-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    color: #08142b;
    margin-top: 30px;
}
.new-section-developers .developers-title .form-text {
    font-size: 45px;
    font-weight: 600;
    display: block;
    color: #900f0f;
    margin-top: .25rem;
}
.new-section-developers .developers-title span {
    background: linear-gradient(194deg, #02dfbf 0, #0fbda4 60%, #099e89 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0;
    display: inline;
    position: relative;
}
.new-section-developers .developers-title span:after {
    position: absolute;
    left: 0;
    bottom: -18px;
    margin: auto;
    width: 102px;
    height: 5px;
    background: linear-gradient(194deg, #02dfbf 0, #0fbda4 60%, #099e89 100%);
    content: "";
    border-radius: 12px;
}
.new-section-developers .developers-right-bg {
    width: 100%;
    border-radius: 30px;
    padding: 29px 29px 25px;
    position: relative;
    margin-top: 30px;
}
.new-section-developers .developers-right-bg:after {
    content: "";
    position: absolute;
    border-left: 2px dotted #081261;
    left: 52px;
    top: 76px;
    height: 100%;
    z-index: 1;
}
.new-section-developers .developers-right-bg .media {
    display: flex;
    align-items: flex-start;
}
.new-section-developers .developers-right-bg .number-one {
    background: linear-gradient(to right, #D21616, #001264);
    border: 1px solid #8b0807;
    border-radius: 100%;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    margin-right: 25px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    z-index: 2;
}
.new-section-developers .developers-right-bg .media-icon-main {
    margin-top: 9px;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.new-section-developers .developers-right-bg h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #12125d;
}
.new-section-developers .developers-right-bg p {
    line-height: 28px;
    margin-top: 20px;
}
.btnsProcess{
    font-size: 16px;
    color: #ffffff;
    border: 2px solid #ffffff;
    background: linear-gradient(to right, #001264, #D21616);
    border-radius: 100px;
    padding: 16px 31px;
    font-weight: 600;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 16px;
    overflow: hidden;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s  ease-in-out;
}
/*process */