@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,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');
/* @import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap'); */

html {
    overflow-x: hidden;
}

* {
    padding: 0px;
    margin: 0px;
    font-family: "League Spartan", sans-serif;
    text-decoration: none;
}

ul,
p {
    margin-bottom: 0px !important;
    padding: 0px;
}

ul {
    list-style: none;
}

.row {
    align-items: center;
}

/* Header Css Start*/

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 2px;
    border-radius: 0px;
    padding: 0px;
    min-width: 14rem;
}

a.navbar-brand {
    padding: 0px;
    margin: 0px;
    width: 17%;
}

a.navbar-brand img {
    width: 100%;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: transparent !important;
}

section.header {
    background: white;
}

a.headerbtn .infobx {
    display: flex;
    gap: 10px;
    align-items: end;
}

a.headerbtn .infobx p {
    line-height: 16px;
    color: black;
    font-size: 15px;
    margin-bottom: 6px !important;
}

a.headerbtn .infobx p.txt {
    font-size: 16px;
    margin-top: 0px;
    line-height: 16px;
    margin-bottom: 0px !important;
}

ul.navbar-nav.m-auto {
    gap: 35px;
}

ul.navbar-nav.m-auto a.nav-link {
    padding: 0px;
    font-size: 17px;
    color: black;
    font-weight: 400;
    line-height: 13px;
}

.dropdown:hover .dropdown-menu a.dropdown-item {
    padding: 6px 20px;
    font-size: 15px;
}

.dropdown:hover .dropdown-menu a.dropdown-item:hover {
    background: #1f3463;
    color: white;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 10px 0px;
}

.dropdown-toggle::after {
    vertical-align: 0.10em !important;
}

/* Header Css End*/

/* Banner Css Start */

section.banner-sec {
    background-image: url('../images/banner-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 120px 0px;
    color: white;
}

.banner-sec p.secsub {
    line-height: 18px;
    margin-bottom: 10px !important;
    font-size: 18px;
}

.banner-sec h1.sechead {
    font-size: 60px;
    font-weight: 600;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.banner-sec h1.sechead span {
    text-decoration: underline;
    font-weight: 700;
}

.banner-sec p.sectxt {
    font-size: 19px;
}

section.banner-sec ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 45px;
}

section.banner-sec a.secbtn {
    font-size: 18px;
    color: white;
    line-height: 15px;
    display: block;
    text-align: center;
    background: rgba(237, 26, 61, 0.1);
    border: 2px solid #ED1A3D;
    border-radius: 100px;
    width: max-content;
    text-decoration: none;
    padding: 18px 30px;
    font-weight: 600;
    margin: 25px 0px 35px;
}

section.banner-sec a.secbtn img {
    margin-left: 6px;
    width: 7px;
    margin-top: -1px;
}

section.banner-sec form {
    background: linear-gradient(210.28deg, rgba(255, 255, 255, 0.013) 13.41%, rgba(255, 255, 255, 0.052) 99.06%);
    backdrop-filter: blur(10.05px);
    border-radius: 10px !important;
}

section.banner-sec form .newlay {
    background: linear-gradient(144.25deg, rgba(31, 52, 99, 0.7) 34.05%, rgba(237, 26, 61, 0.7) 108.03%);
    border-radius: 10px;
    padding: 50px;
    opacity: 0.94;
}

section.banner-sec form .newlay input {
    width: 100%;
    background: white !important;
    outline: none !important;
    border: 2px solid white;
    border-radius: 3px;
    font-size: 14px;
    padding: 13px 10px 9px 10px;
    margin-bottom: 10px;
    box-shadow: none !important;
    /* line-height: 18px; */
}

section.banner-sec form .newlay input::placeholder {
    color: black;
}

section.banner-sec form .newlay textarea {
    width: 100%;
    background: white !important;
    outline: none !important;
    border: 2px solid white;
    border-radius: 3px;
    font-size: 14px;
    padding: 13px 10px 6px 10px;
    margin-bottom: 10px;
    box-shadow: none !important;
    line-height: 18px;
    height: 120px;
}

section.banner-sec form .newlay textarea::placeholder {
    color: black;
}

section.banner-sec form .newlay input[type="submit"] {
    background: rgba(237, 26, 61, 0.5) !important;
    border: 2px solid #ED1A3D;
    border-radius: 100px;
    color: white;
    width: max-content;
    padding: 18px 30px 16px !important;
    display: block;
    margin: auto;
    font-size: 17px;
    font-weight: 500;
    line-height: 16px;
}

p.frmsub {
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 10px !important;
}

h2.frmhead {
    text-align: center;
    margin-bottom: 25px;
    font-size: 32px;
}

/* Banner Css End */

/* Innovation Css Start */

section.innovation {
    padding: 100px 0px 50px;
    text-align: center;
}

section.innovation img {
    width: 85%;
}

section.innovation h2 {
    font-size: 60px;
    line-height: 74px;
    font-weight: 600;
    margin-top: -8px;
    margin-bottom: 50px;
}

section.innovation h2 span {
    text-decoration: underline;
    font-weight: 700;
    color: #ed1a3d;
}

section.innovation p {
    font-size: 18px;
    margin-top: 50px;
    line-height: 30px;
}

section.innovation a {
    font-size: 18px;
    color: #1F3463;
    line-height: 15px;
    display: block;
    text-align: center;
    background: rgba(31, 52, 99, 0.1);
    border: 2px solid #1F3463;
    border-radius: 100px;
    width: max-content;
    text-decoration: none;
    padding: 18px 30px;
    font-weight: 600;
    margin-top: 30px !important;
    margin: auto;
    font-weight: 600;
    padding-bottom: 16px;
}

section.innovation a img {
    filter: brightness(0);
    margin-left: 6px;
    width: 7px;
    margin-top: -2px;
}

section.innovation .newrow {
    margin-top: 50px;
}

.customcontainer {
    padding: 0px 15px;
}

.innovation-info1 {
    background: url('../images/inov-info-bg1.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.innovation-info2 {
    background: url('../images/inov-info-bg2.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.innovation-info3 {
    background: url('../images/inov-info-bg3.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.innovation-info {
    color: white;
    height: 480px;
    border-radius: 15px;
    padding: 50px 40px;
}

.innovation-info .infsub {
    margin: 0px;
    margin-bottom: 10px !important;
    text-align: left;
    font-size: 20px;
}

.innovation-info h2 {
    text-align: left;
    font-size: 68px !important;
    margin-top: 20px !important;
}

.innovation-info2 p.text {
    margin: 0px;
}

.innovation-info2 {
    display: flex;
    align-items: end;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-end;
}

.innovation-info2 p.text {
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
}

.innovation-info.innovation-info2 a {
    margin-bottom: 0px;
    padding: 0px;
    width: auto;
    margin: 0;
    color: white;
    border: none;
    font-size: 18px;
    background: transparent;
    line-height: 18px;
    font-weight: 500;
    text-decoration: underline;
}

.innovation-info.innovation-info2 a img {
    margin-top: 0px;
    filter: brightness(0) invert(1);
}

.innovation-info.innovation-info3 img {
    width: 25%;
}

.innovation-info.innovation-info3 a img {
    width: 7px;
}

.innovation-info.innovation-info3 {
    justify-content: flex-end;
    display: flex;
    align-items: end;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-end;
}

.innovation-info.innovation-info3 p.text {
    width: 100%;
    margin-top: 30px;
    text-align: right;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}

.innovation-info.innovation-info3 a {
    margin-right: 0px;
    margin-bottom: 0px;
    color: white;
    border-color: white;
    border: 3px solid;
    margin-top: 25px !important;
}

.innovation-info.innovation-info3 a img {
    filter: brightness(0) invert(1);
    margin-top: 0px;
}

/* Innovation Css End */

/* Service Css Start */

section.service-sec {
    padding: 80px 0px;
    color: white;
    background-image: url('../images/services-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

section.service-sec .row {
    align-items: flex-start;
}

section.service-sec .service-bx {
    height: 550px;
    padding: 0px 0px;
}

section.service-sec .service-bx h2.head {
    font-size: 50px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 25px;
}

section.service-sec .service-bx p.txt {
    font-size: 17px;
}

section.service-sec .service-bx.with-bg {
    background: white;
    color: black;
    padding: 40px 35px;
    border-radius: 15px;
}

section.service-sec .service-bx.with-bg h3.head {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
}

section.service-sec .service-bx.with-bg p.bx-txt {
    font-size: 16px;
}

.service-sec .row.second {
    margin-top: 35px;
}

/* Service Css End */

/* Portfolio Css Start */

section.portfolio-sec {
    padding: 100px 0px;
    background: white;
}

section.portfolio-sec h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 600;
    color: #212529;
    line-height: 80px;
    margin-top: -15px !important;
    margin-bottom: 25px !important;
    width: 90%;
    margin: auto;
}

section.portfolio-sec h2 span {
    color: #ed1a3d;
    text-decoration: underline;
    font-weight: 700;
}

section.portfolio-sec p.subtxt {
    text-align: center;
    width: 65%;
    margin: auto;
}

.portfolio-sec img.portfolio-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top center;
    border-radius: 5px;
    margin-top: 20px;
}

.makeitcenter img {
    object-position: center center !important;
}

.portfolio-sec ul.nav.nav-tabs {
    justify-content: center;
    border: 0px !important;
    margin: 45px 0px;
    margin-bottom: 30px !important;
    gap: 20px;
}

.portfolio-sec ul.nav.nav-tabs a.nav-link {
    color: #13246e !important;
    font-size: 16px;
    position: relative;
    background: #e9e8e8;
    border-radius: 100px !important;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 35px;
    line-height: 18px;
    font-weight: 500;
    padding-bottom: 14px;
}

.portfolio-sec ul.nav.nav-tabs a {
    border: none
}

.portfolio-sec ul.nav.nav-tabs a.active {
    background: linear-gradient(84.9deg, #13246E 0%, #ed1a3d 100%);
    color: white !important;
}

.portfolio-sec ul.nav.nav-tabs a:hover {
    background: linear-gradient(84.9deg, #13246E 0%, #ed1a3d 100%);
    color: white !important;
}

a.pkg-section-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    gap: 10px;
    width: max-content;
    color: #ed1a3d !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px !important;
    background: rgba(19, 36, 110, 0.1);
    border: 2px solid #13246E;
    border-radius: 4px;
    margin: auto;
}

a.quoteport {
    font-size: 18px;
    background: rgba(31, 52, 99, 0.1);
    border: 2px solid #1F3463;
    color: #1F3463;
    line-height: 15px;
    display: block;
    text-align: center;
    border-radius: 100px;
    width: max-content;
    text-decoration: none;
    padding: 18px 30px;
    font-weight: 600;
    padding-bottom: 16px;
    margin: auto;
    margin-top: 50px;
}

a.quoteport img {
    filter: brightness(0);
    margin-left: 6px;
    width: 7px;
    margin-top: -2px;
}

/* Portfolio Css End */

/* CTA Css Start */

.cta-sec {
    background-image: url('../images/cta-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0px;
    color: white;
    overflow: hidden;
}

.cta-sec .cta-img {
    width: 100%;
    transform: scale(1.5);
    margin-top: 20px;
    position: relative;
    right: -80px;
}

section.cta-sec h2 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 30px;
}

section.cta-sec h2 span {
    font-weight: 700;
    text-decoration: underline;
}

section.cta-sec p.txt {
    margin-bottom: 15px !important;
    font-size: 17px;
}

section.cta-sec .btn-div {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 35px;
}

section.cta-sec .btn-div a {
    font-size: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #FFFFFF;
    color: white;
    line-height: 15px;
    display: block;
    text-align: center;
    border-radius: 100px;
    width: max-content;
    text-decoration: none;
    padding: 18px 30px;
    font-weight: 600;
    font-weight: 600;
    padding-bottom: 16px;
}

section.cta-sec .btn-div a img {
    margin-left: 6px;
    width: 7px;
    margin-top: -2px;
}

section.cta-sec .btn-div a.hirenow {
    background: rgba(237, 26, 61, 0.1);
    border: 2px solid #ED1A3D;
}

/* CTA Css End */

/* Package Css Start */

/* Packages Css Start */

.custom-tab-list {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

.custom-tab-list ul {
    font-size: 0;
    border: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.custom-tab-list ul li a {
    border: none
}

.custom-tab-list ul li a {
    border-radius: 100px !important;
}

.custom-tab-list ul li a.active {
    background: linear-gradient(84.9deg, #13246E 0%, #ed1a3d 100%);
    color: white !important;
}

.custom-tab-list ul li a:hover {
    background: linear-gradient(84.9deg, #13246E 0%, #ed1a3d 100%);
    color: white !important;
}

.custom-tab-list ul li {
    display: inline-block;
    margin-right: 0px;
}

section.package-sec {
    padding: 100px 0px;
    background: white;
}

section.package-sec h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 600;
    color: #212529;
    line-height: 80px;
    margin-top: -15px;
    margin-bottom: 25px;
}

section.package-sec h2 span {
    color: #ed1a3d;
    text-decoration: underline;
    font-weight: 700;
}

section.package-sec p {
    text-align: center;
    width: 65%;
    margin: auto;
    margin-top: 0px;
    color: black;
    margin-bottom: 50px !important;
}

.custom-tab-list ul li:last-child {
    margin-right: 0;
}

.custom-tab-list ul li a {
    color: #13246e !important;
    font-size: 16px;
    position: relative;
    background: #E9E8E8;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 35px;
    line-height: 18px;
    font-weight: 500;
    padding-bottom: 13px;
}

.custom-tab-list ul li a::before {
    content: '';
    width: 0;
    transition: all 0.5s ease-in-out;
}

.pack-heading {
    font-weight: 700;
    color: #333333;
    font-size: 50px;
    text-transform: capitalize;
    text-align: center;
}

.third-categorey-packages-box {
    width: 170px;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ed1a3d;
    color: #FFF;
    border-radius: 50%;
    margin: 0 auto;
    transition: 0.5s linear;
    cursor: pointer;
}

.third-categorey-packages-box h6 {
    font-size: 34px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #ffffff;
}

.third-categorey-packages-box span {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.third-categorey-packages-box-01 h6 {
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0px 20px 0px;
    text-transform: uppercase;
    text-align: center;
}

.third-categorey-packages-box-01 button {
    background-color: #ed1a3d;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all .5s ease 0s;
    display: block;
    margin: 0 auto;
}

.custom_table tr.main_row {
    background: #101834;
    color: #FFF;
}

.custom_table thead th {
    vertical-align: bottom;
    border-bottom: 0px;
    width: 20%;
    text-align: center;
}

/* .custom_table thead th:nth-child(3) {
    color: #ed1a3d;
} */
.custom_table tr td h6 {
    text-align: center;
    width: 100%;
    border: none;
    font-size: 24px;
    background-color: #ed1a3d;
    color: #fff;
    padding: 12px;
    margin: 0;
}

.custom_table tbody tr th {
    width: 20%;
    /* text-align: center; */
    font-weight: 600;
}

.custom_table tbody tr td {
    border: none;
}

.custom_table tbody tr:nth-of-type(odd) {
    background-color: #ededed;
    border: 1px solid #fff;
}

.custom_table tbody td:nth-child(3) {
    background-color: #000000;
    color: #ffffff;
}

.custom_table tbody td i {
    color: #9ed10f;
}

.custom_table tbody td {
    text-align: center;
}

.custom_table td,
.custom_table th {
    border: none;
}

.custom_table i.fa.fa-times {
    color: #cd1619;
}

.third-categorey-packages-box:hover {
    background: #000;
}

.third-categorey-packages-box-01 button:hover {
    background-color: #000;
    color: #ffffff;
    border: none;
}

.data-list {
    display: none;
}

.custom-tab-list ul li:nth-child(7) {
    display: none;
}

.pricing {
    position: relative;
    overflow: hidden;
    padding: 100px 0px;
    background: #F5F5F5;
}

.pricing-box {
    position: relative;
    border: 2px solid #13246e;
    border-radius: 10px;
    padding: 32px 25px;
    /* background: url(../images/mix/pricing-bg.webp) no-repeat; */
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    z-index: 1;
    cursor: pointer;
    background-color: #ffffff !important;
}

.pricing-box .title {
    margin-bottom: 15px;
}

.pricing-box .title h5 {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}

.pricing-box .title h6 {
    font-weight: 500;
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
}

.pricing-box .title h6 span {
    display: inline-block;
    text-decoration: line-through;
    text-decoration-color: #b80207;
    transition: none;
}

.pricing-box .title h3 {
    font-size: 42px;
    font-weight: 700;
    color: #13246e;
}

.pricing-box .title p {
    font-size: 12px;
    margin: 0;
    color: #000000;
    font-weight: 500;
    width: 100%;
    text-align: left;
    margin-bottom: 0px !important;
}

.pricing-box ul.inline-flex li {
    display: inline-block;
    width: 46%;
    font-size: 14px;
    text-align: left;
    border-right: 1px solid #cccccc;
    font-weight: 600;
    margin-right: 10px;
}

.pricing-box ul.inline-flex li span {
    display: block;
    font-size: 10px;
    transition: none;
    font-weight: 300;
}

.pricing-box ul.inline-flex {
    font-size: 0;
    margin: 17px 0;
}

.pricing-box ul.inline-flex li:last-child {
    border-right: 0;
}

.pricing-box .details {
    margin-bottom: 20px;
}

.pricing-box .details ul {
    height: 160px;
    overflow-y: scroll;
    margin-bottom: 15px;
    padding-right: 10px;
}

.pricing-box .details ul::-webkit-scrollbar {
    width: 5px;
}

.pricing-box .details ul::-webkit-scrollbar-button:start:decrement,
.pricing-box .details ul::-webkit-scrollbar-button:end:increment {
    display: none;
}

.pricing-box .details ul::-webkit-scrollbar-track-piece {
    background-color: #eeeeee;
}

.pricing-box .details ul::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #13246e;
}

.pricing-box .details ul li {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 500;
}

.pricing-box .details ul li strong {
    transition: none;
}

.pricing-box .details ul li i {
    font-size: 14px;
    color: #13246e;
    font-weight: 400;
    margin-right: 5px;
}

.pricing-box .details h6 {
    font-size: 18px;
    color: #13246e;
    font-weight: 600;
}

.pricing-box .details p {
    font-weight: 500;
    font-size: 12px;
    margin: 0;
}

.pricing-box .details p span {
    color: #13246e;
    font-weight: 600;
}

.pricing-box .info .order-now {
    font-size: 17px;
    font-weight: 600;
    color: white;
    padding: 14px 55px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    background: linear-gradient(90deg, #13246E 0%, #ed1a3d 100%);
    border-radius: 100px;
    padding-bottom: 12px;
    text-transform: capitalize;
}

.pricing-box .info ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-box .info ul li {
    display: inline-block;
}

.pricing-box .info ul li a {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}

.pricing-box .info ul li a span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: #666666;
}

.pricing-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: #db1e5a;
    background: -moz-linear-gradient(-45deg, #db1e5a 0%, #1d1a42 100%);
    background: -webkit-linear-gradient(-45deg, #0c77ae 0%, #59af5d 100%);
    background: linear-gradient(135deg, #0874b2 0%, #f04b22 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db1e5a', endColorstr='#1d1a42', GradientType=1);
    background: white !important;
}

.pricing-box * {
    transition: all 0.3s ease-in-out;
}

.pricing-box:hover::before {
    opacity: 1;
}

.pricing-box:hover .details h6 {
    color: white;
}

.pricing-slider .slick-slide {
    margin: 0;
}

.pricing-slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    cursor: pointer;
}

.pricing-slider .slick-arrow::before {
    content: '';
    position: absolute;
    background: url(../images/sprite.webp);
}

.pricing-slider .slick-prev {
    left: -100px;
}

.pricing-slider .slick-prev::before {
    background-position: 0 -145px;
    width: 67px;
    height: 25px;
}

.pricing-slider .slick-next {
    right: -30px;
}

.pricing-slider .slick-next::before {
    background-position: 0 -77px;
    width: 85px;
    height: 56px;
}

/* Package Css End */

/* CTA 2 Css Start */

section.cta-second {
    background-image: url('../images/cta2-bg.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
}

section.cta-second img {
    width: 100%;
    transform: scale(1.7);
    margin-top: 30px;
}

section.cta-second a {
    font-size: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #FFFFFF;
    color: white;
    line-height: 15px;
    display: block;
    text-align: center;
    border-radius: 100px;
    width: max-content;
    text-decoration: none;
    padding: 18px 30px;
    font-weight: 600;
    font-weight: 600;
    padding-bottom: 16px;
    margin-top: 25px;
    margin-bottom: 60px;
}

section.cta-second a img {
    margin-left: 6px;
    width: 7px;
    margin-top: -2px;
    transform: none;
}

section.cta-second h2 {
    font-size: 51px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: -8px;
    margin-bottom: 15px;
    margin-top: 45px;
}

section.cta-second h2 span {
    font-weight: 700;
    text-decoration: underline;
}

section.cta-second p {
    font-size: 20px;
}

/* CTA 2 Css End */

/* Review Css Start */

section.review-sec {
    background: #eeeeee;
    padding: 100px 0px;
    padding-top: 90px;
}

section.review-sec h2 {
    text-align: center;
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 600;
    color: #212529;
}

section.review-sec h2 span {
    color: #ed1a3d;
    text-decoration: underline;
    font-weight: 700;
}

.review-slider {
    margin-top: 40px;
}

.review-slide {
    background: url('../images/review-slide-bg.webp');
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    padding: 35px 35px;
    height: auto;
}

.review-slide img {
    width: 100%;
}

.review-slide .col-md-12 img {
    width: 60px;
    margin-bottom: 30px;
}

.review-name img {
    width: 70px;
    object-fit: cover;
}

.review-slide img.starimg {
    width: 115px;
    height: 16px;
}

.review-slide p.job {
    margin-bottom: 0px;
}

.review-name {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review-slider .slick-track {
    display: flex;
}

.review-slider .slick-prev:before {
    content: '\f060';
    font-family: 'FontAwesome';
    border: 2px solid #13246e !important;
    padding: 10px;
    border-radius: 50%;
    color: #13246e;
    height: 45px;
    width: 45px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -20px;
}

.review-slider .slick-next:before {
    content: '\f061';
    font-family: 'FontAwesome';
    border: 2px solid #13246e !important;
    padding: 10px;
    border-radius: 50%;
    color: #13246e;
    height: 45px;
    width: 45px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
}

.review-name p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    color: #13246e;
    line-height: 25px;
}

.review-slide .col-md-12 p {
    font-size: 16px;
    color: black;
    margin-bottom: 30px !important;
}

.col-md-5.starcol {
    display: flex;
    justify-content: end;
    align-items: center;
}

.review-name p span {
    font-size: 17px;
    font-weight: 400;
    color: black;
}

.review-slider .slick-track {
    gap: 20px;
}

/* Review Css End */

/* Footer Css Start */

section.footer-sec {
    background: black;
    color: white;
    padding: 70px 0px;
    padding-bottom: 60px;
}

section.footer-sec .row {
    align-items: start !important;
}

section.footer-sec img {
    width: 75%;
    filter: brightness(0) invert(1);
    margin-bottom: 30px;
}

.footer-sec h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.footer-sec ul {
    list-style: none;
}

.footer-sec ul li a {
    color: white !important;
}

.footer-sec ul li {
    margin-bottom: 10px;
    font-size: 17px;
}

section.copyright {
    background: black;
    border-top: 1px solid white;
    padding: 20px 0px;
}

p.copyright {
    margin-bottom: 0px;
    color: white;
}

section.copyright ul {
    display: flex;
    justify-content: end;
    gap: 25px;
    list-style: none;
}

section.copyright ul li a {
    color: white;
}

/* Footer Css End */

/* Inner Page Css Start */

section.page-title {
    padding: 100px 0px;
    background-image: url('../images/banner-inner.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

section.page-title h2 {
    font-size: 53px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 70px;
    color: #13246e;
}

.page-title p.subtitle {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #ed1a3d;
    margin-bottom: 10px;
    margin-top: 0px;
}

section.page-title p {
    font-size: 18px;
    color: black;
    margin-top: 20px;
}

a.pagetitle-btn {
    padding: 15px 35px;
    background: rgba(195, 0, 0, 0.1);
    border: 2px solid #ed1a3d;
    border-radius: 100px;
    color: #13246e !important;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-top: 35px;
    display: block;
    padding-bottom: 13px;
    width: max-content;
}

section.portfolio-sec.inner {
    padding-top: 100px;
    background: #E9E8E8;
}

section.portfolio-sec.inner .tab-content {
    margin-top: 30px;
}

section.portfolio-sec.inner a.pkg_btn.pkg-section-btn {
    border-radius: 100px;
    padding: 15px 30px;
    text-transform: capitalize;
    padding-bottom: 13px;
}
/* Inner Page Css End */

/* Contact Us Page Css Start */

.contactus-form-wrap {
    padding: 92px 0;
    position: relative;
}

.contactus-form-wrap:before {
    background-color: #e3e3e3;
    height: 198px;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
}

.contactus-form-wrap .form-before {
    position: relative;
    display: flex;
}

.contactus-text-sec {
    background-image: -moz-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
    background-image: -webkit-linear-gradient(90deg, #111111 0, #0b0b0b 100%);
    background-image: -ms-linear-gradient(90deg, #141232 0, #1d1a4a 100%);
    height: 430px;
    padding: 85px 60px 60px 40px;
    margin-top: 0px;
}

.contactus-text-sec .quote {
    background: var(--white);
    color: #333333;
    max-width: 280px;
    padding: 25px 25px;
    position: absolute;
    bottom: calc(100% - 30px);
    box-shadow: -2.232px 31.922px 43px 0 rgba(0, 0, 0, 0.14);
}

.contactus-text-sec .quote p {
    color: #333333;
    font-size: 32px;
    margin: 0;
    font-weight: 700;
    line-height: 40px;
}

.contactus-text-sec .quote:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25px solid var(--white);
    border-left: 25px solid transparent;
}

.contactus-text-sec p {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 30px !important;
    color: #ffffff7d;
}

.contactus-text-sec a.contact-info {
    display: block;
    margin: 0 0 10px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    color: var(--white);
}

.contactus-text-sec .btn-white {
    font-weight: 600;
    margin-top: 30px;
    padding: 0.75rem 1.5rem;
    background-color: var(--white);
    border-radius: 4px;
    color: #333333;
    font-family: 'Poppins';
}

.btn-white strong {
    color: #ee2042;
    font-weight: 600;
    margin-right: 4px;
}

.contactus-form-sec h3 {
    font-size: 50px;
    font-weight: 700;
    color: #13246e;
    padding-bottom: 15px;
    text-transform: capitalize;
    line-height: 40px;
}

.contactus-form-sec p {
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px !important;
}

.contactus-form {
    margin-top: 35px;
}

.contactus-form input {
    height: 54px;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 15px;
    color: #000000;
    margin-bottom: 25px;
    border: 1px solid #ced4da;
}

.contactus-form .home-btn {
    background-color: #ee2042;
    color: var(--white);
    width: 45%;
    padding: 12px 5px 12px 25px;
    border: none;
    margin-top: 13px;
}

.contactus-form .home-btn:before {
    background-color: var(--white);
    top: 19px;
}

.contactus-form .home-btn:after {
    background-color: var(--white);
    bottom: 22px;
}

section.contactus-frm {
    padding: 120px 0px;
    padding-top: 150px;
}

.contactus-frm .row {
    align-items: center;
}

.contactus-form-sec button.btn-style-2 {
    margin-bottom: -1rem;
    padding: 13px 30px 9px;
    background: rgba(195, 0, 0, 0.1);
    border: 2px solid #ed1a3d;
    border-radius: 100px;
    color: #13246e !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    display: block;
    width: max-content;
}

.contactus-text-sec a.chat {
    margin-top: 30px !important;
    display: block;
    text-transform: capitalize;
    color: white;
    text-decoration: underline !important;
}

/* Contact Us Page Css End */

/* About Us Page Css Start */

/* About Experience Css Start */

.experience-sec {
    background: url('../images/experience-bg.webp') no-repeat;
    background-size: cover;
    /* height: 550px; */
    width: 100%;
}

.experience-sec .experience-box {
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    position: relative;
    top: -115px;
    background: linear-gradient(84.9deg, #13246E 0%, #ed1a3d 100%);
}

.experience-sec .experience-box h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 27px;
    text-transform: capitalize;
}

.experience-sec .experience-box p {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
}

/* About Experience Css End */

/* About Us Sec Css Start */

section.our-about.first-abt {
    padding-top: 100px;
    padding-bottom: 50px;
}

.our-about .heading.image-txt h2 {
    font-size: 55px;
    color: #363b64;
    line-height: 65px;
    padding-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize;
}

.our-about .mission-bio h3 {
    color: #72758a;
    font-size: 22px;
    line-height: 39px;
    margin-bottom: 33px;
    font-weight: 400;
    margin-top: 0px;
}

.our-about .mission-bio h4 {
    font-size: 22px;
    color: #363b64;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.our-about .mission-bio p {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 25px;
    font-weight: 500;
    color: #ed1a3d;
}

.our-about .mission-bio p+p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 34px;
    font-weight: 400;
    color: black;
}

/* About Us Sec Css End */

/* About Us Page Css End */

/* Services Inner Page Css Start */

section.about-service .row {
    align-items: center;
}

section.about-service img {
    width: 97% !important;
    object-fit: cover;
}

.about-service h2 {
    line-height: 55px;
    font-size: 38px;
    text-transform: capitalize;
    font-weight: 700;
    color: #13246e;
    margin-bottom: 25px;
    margin-top: -5px;
}

.about-service h2 span {
    color: #ed1a3d;
}

.about-service p {
    color: black;
    font-size: 15px;
}

.about-service ul {
    margin: 20px 0px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.about-service ul li {
    width: 50%;
    margin-bottom: 15px;
}

.about-service ul li i {
    color: #13246e;
    margin-right: 10px;
}

.about-service .service-btns {
    display: flex;
    margin-top: 25px !important;
    gap: 25px;
}

.about-service .service-btns a {
    padding: 15px 30px;
    background: rgba(195, 0, 0, 0.1);
    border: 1px solid #ed1a3d;
    border-radius: 100px;
    color: #13246e !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 13px;
}

.about-service .service-btns a.bgbtn {
    color: white !important;
    background: linear-gradient(90deg, #13246E 0%, #ed1a3d 100%);
}

.about-service .service-btns a.bgbtn i {
    margin-left: 10px;
}

section.about-service .contentcol {
    padding: 70px 0px;
}

/* Services Inner Page Css End */

/* Privacy Policy Css Start */

.privacy-sec .lastline {
    margin-bottom: 0px;
}

.privacy-sec h3 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 30px;
}

.privacy-sec h4 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 30px;
}

section.privacy-sec {
    padding: 80px 0px;
    padding-top: 50px;
}

section.privacy-sec p {
    font-size: 16px;
    color: black;
    margin-top: 20px;
    margin-bottom: 30px;
}

.privacy-sec ul li {
    margin-top: 10px;
}

.privacy-sec ul {
    margin-bottom: 30px !important;
    margin-top: 15px;
}

.privacy-sec ul.last {
    margin-bottom: 0px !important;
}

/* Privacy Policy Css End */

/* Popup Form Start */

.popupform ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 8px 0px;
    display: inline-block;
}

.popupform ul li input[type="text"],
.popupform ul li input[type="email"],
.popupform ul li textarea {
    background: #ffffff;
    border: #cacaca 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
    height: 48px;
}

.popupform ul li i {
    position: absolute;
    top: 15px;
    left: 14px;
    color: #ed1a3d;
}

.popupform ul li textarea {
    height: 120px;
}

.popupform ul li.last {
    text-align: center;
}

.popupform ul li input[type="submit"] {
    background: #ed1a3d;
    color: #fff;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 10px;
    letter-spacing: 1px;
    outline: 0px none;
    border-radius: 3px;
    width: 195px;
}

.popupform {
    overflow: visible;
    border-bottom: 0px;
    border: 0px solid #000;
    padding: 30px 25px !important;
}

.popupform h2 {
    font-size: 24px;
    color: #000000;
    font-weight: 800;
    padding-left: 15px;
    border-left: #ed1a3d 6px solid;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 8px;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}

.popupform .fancybox-close-small {
    border: #ed1a3d 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -14px;
    top: -13px;
    overflow: visible;
}

.popupform .fancybox-close-small:after {
    color: #ed1a3d;
    font-size: 25px;
    right: 4px;
}

.popupform ul {
    margin: 0;
}

input.required.error,
textarea.required.error,
select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}

label.error {
    display: none !important;
}

.modal-dialog.modal-dialog-centered {
    max-width: 34% !important;
}

.modal-body.popupform h3 {
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 20px;
}

.modal-body.popupform h3 span {
    font-weight: 600;
}

.modal-body.popupform h3 strong {
    color: #d42a2a;
    font-weight: 600;
}

.modal button.close {border: #ed1a3d 3px solid;background: #fff;border-radius: 72px;text-align: center;box-shadow: #000 0 0 10px;right: -25px;top: -20px;overflow: visible;position: absolute;width: 44px;height: 44px;opacity: 1;font-family: 'FontAwesome';}

.modal-content {
    border: none !important;
    border-radius: 25px !important;
}

/* Popup Form End */