@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'alisha';
    src: url(../fonts/alisha.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
}

body {
    background-size: cover;
    overflow-x: hidden;
    color: var(--black-color);
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
}

p {
    font-family: "Montserrat", sans-serif;
}

li {
    list-style-type: none;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    transition: all .5s ease-in-out;
}

/* Scroll Bar */
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
    background: #e24d00;
    border-radius: 1px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #e24d00;
}

/* HEADER START */
header {
    /* position: fixed; */
    position: absolute;
    z-index: 99;
    padding: 20px 0;
    transition: all .5s ease-in-out;
}

.form_head_Sec p {
    text-align: start;
    padding-left: 15px;
    margin-bottom: 0;
}

.hed-menu ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.phon-im {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ff2a0c;
    background-color: #ffffff;
    border-radius: 50%;
}

.phon-im img {
    width: 55%;
}
header.sticky {
    position: fixed;
    background: #2d2d2d;
}
.chat {
    background: linear-gradient(90deg, rgba(181, 28, 11, 1) 0%, rgba(226, 77, 0, 1) 100%);
    padding: 11px 30px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.phon-cont h5 {
    font-size: 22px;
    line-height: 21px;
    font-weight: 800;
}

.phon-cont h4 {
    font-size: 32px;
    font-weight: 800;
}

.phon-cont h4::before {
    content: '';
    position: absolute;
    background-image: url(../images/cal-aft.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
}

/* HEADER END */
/* HOME PAGE START */
.pd-t {
    padding-top: 50px;
}

.pd-b {
    padding-bottom: 60px;
}

.main-banr {
    background-image: url(../images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(677px + 265px);
    position: relative;
}

.banr-cont h4 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    text-shadow: 1px 1px 12px #0000008f;
}

.banr-cont h2 {
    font-size: 65px;
    line-height: 65px;
    font-weight: 800;
    text-shadow: 1px 1px 12px #0000008f;
}

.banr-cont h4 span {
    font-size: 70px;
    line-height: 70px;
    color: #f2f50c;
    font-weight: 800;
}

.banr-cont p {
    font-weight: 500;
    width: 69%;
}

.cht-im {
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border: 1px solid #ff2a0c;
    background-color: #ffffff;
    border-radius: 50%;
}

.cht-im img {
    width: 55%;
}

.cht-cont h5 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
}

.cht-cont h4 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 800;
    color: #ff2000;
    text-shadow: 0 1px 2px #fff, 0 0px 2px #fff, 0 0 2px #fff, 0 0 2px #FFF;
}

.cht-cont h4::before {
    content: '';
    position: absolute;
    background-image: url(../images/cal-aft.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
}

.banr-lnk {
    margin-top: 30px;
}

.port {
    background: linear-gradient(90deg, rgba(25, 25, 25, 1) 0%, rgba(60, 60, 60, 1) 100%);
}

.port {
    background: linear-gradient(90deg, rgba(25, 25, 25, 1) 0%, rgba(60, 60, 60, 1) 100%);
    padding: 15px 60px;
    border: 1px dashed #ff2000;
    color: #fff;
    font-weight: 700;
}

.rvw-str p {
    font-size: 13px;
    color: #fff;
}

.rvw-str ul li i {
    color: #e0b420;
    font-size: 14px;
}

.rvw-str {
    width: 44%;
}

.rvw-str p {
    font-size: 13px;
    color: #fff;
    width: 100%;
}

.bnr-rgt {
    background-color: #ffffff;
    border: 1px solid #ff442e;
    border-radius: 10px;
    padding: 30px 15px;
}

.bnr-rgt button {
    background: linear-gradient(90deg, rgba(181, 28, 11, 1) 0%, rgba(226, 77, 0, 1) 100%);
    text-transform: uppercase;
    color: #ffffff;
    padding: 16px 0;
    border-radius: 10px;
    width: 100%;
    border: transparent;
    font-weight: 700;
    font-size: 17px;
    font-family: 'Montserrat';
}

.bnr-rgt input {
    background-color: #f6f6f6;
    border: 1px solid #ff582e;
    height: 45px;
    border-radius: 0;
}

.bnr-rgt textarea {
    background-color: #f6f6f6;
    border: 1px solid #ff582e;
    height: 110px;
    border-radius: 0;
    resize: none;
}

.percnt {
    right: 0;
    top: 0;
    padding: 10px 10px 30px;
    text-align: end;
}

.percnt h6 {
    font-size: 35px;
    color: #FFFFFF;
    font-weight: 700;
}

.percnt h6 span {
    display: block;
}

.logo-sec {
    background: linear-gradient(359deg, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 1) 100%);
}

.pkg-hed h3 {
    font-size: 45px;
    color: #252525;
    border-bottom: 3px solid #ff2000;
    width: 26%;
    margin: 0px auto 10px;
    padding: 8px 0;
}

.bnr-rgt h4 {
    font-size: 36px;
    font-weight: 800;
    border-bottom: 2px dashed #cb3406;
    width: 73%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.bnr-rgt h4 span {
    color: #ff2000;
}

.bnr-rgt h5 {
    font-size: 30px;
    line-height: 27px;
    text-transform: uppercase;
    color: #373737;
}

.bnr-rgt h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #373737;
}

.bnr-rgt h3 span {
    color: #ff2000;
}

.packg-all {
    border: 1px solid #5b5e60;
    padding: 20px 20px 33px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.packg-hed h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
}

.dl-num h4 .dolr {
    color: #ff2000;
    font-size: 22px;
}

.dl-num h4 {
    font-size: 40px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 5px;
}

.dl-cut del {
    font-size: 15px;
    color: #6c6c6c;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 20px;
}

.dl-cut span {
    font-size: 13px;
    line-height: 12px;
    color: #6c6c6c;
    font-family: 'Montserrat';
    font-weight: 700;
}

.nmb {
    background: -webkit-linear-gradient(#b20800, #FF5A00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pkg-mid ul li {
    list-style: disc;
    margin-bottom: 5px;
    font-size: 14px;
}

.pkg-mid li::marker {
    color: #ff5501;
}

.pkg-mid ul {
    padding-left: 17px;
    overflow-y: scroll;
    height: 217px;
}

.pkg-mid ul::-webkit-scrollbar {
    width: 5px;
}

.pkg-mid ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px;
}

.pkg-mid ul::-webkit-scrollbar-thumb {
    background: #ff2000;
    border-radius: 1px;
}

.pkg-mid ul::-webkit-scrollbar-thumb:hover {
    background: #004c72;
}

.wth-su h6 {
    font-size: 16px;
    font-weight: 600;
}

.pkg-cl {
    font-size: 21px;
    color: #ff2000;
    font-weight: 700;
}

.lv-cht {
    font-size: 19px;
    color: #000000;
    font-weight: 700;
}

.wth-su a {
    border-bottom: 3px solid #ff2000;
}

.biscus-bt {
    border-top: 1px solid #eeeeee;
    padding: 18px 0 0;
}

.strt-bt button {
    background: linear-gradient(90deg, rgba(25, 25, 25, 1) 0%, rgba(60, 60, 60, 1) 100%);
    padding: 14px 50px;
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
    border: 2px solid #ff2000;
    border-radius: 10px;
}
.strt-bt button:hover {
    border: 2px solid #ff2000;
}

.strt-bt {
    bottom: -39px;
    left: 0;
}

.packages-sec::after {
    content: '';
    position: absolute;
    background-image: url(../images/org-aft.png);
    background-repeat: no-repeat;
    width: 29%;
    height: 90%;
    right: 0;
    top: 0;
    z-index: -1;
}

.packages-sec::before {
    content: '';
    position: absolute;
    background-image: url(../images/orf-bef.png);
    background-repeat: no-repeat;
    width: 27%;
    height: 79%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.cta-sec {
    background-image: url(../images/cta-bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0;
    z-index: 9;
    border-top: 10px solid #212529;
    border-bottom: 10px solid #212529;
}

.ct-aft::after {
    content: '';
    position: absolute;
    background-image: url(../images/cta-small-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: -90px;
    top: -60px;
    width: 160px;
    height: 190px;
    z-index: -1;
}

.ct-aft::before {
    content: '';
    position: absolute;
    background-image: url(../images/cta-big-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: -150px;
    top: -85px;
    width: 205px;
    height: 265px;
}

.ct-bef::after {
    content: '';
    position: absolute;
    background-image: url(../images/cta-big-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -187px;
    top: -180px;
    width: 207px;
    height: 269px;
}

.ct-bef::before {
    content: '';
    position: absolute;
    background-image: url(../images/line-sml.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -120px;
    top: -122px;
    width: 140px;
    height: 170px;
    z-index: -1;
}

.cta-hed h4 {
    font-size: 30px;
    color: #252525;
    line-height: 35px;
    font-weight: 600;
}

.cta-hed h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    text-transform: capitalize;
    position: relative;
}

.cta-hed h3 span {
    background-color: #ff2000;
    color: #ffffff;
    padding: 3px 10px;
    font-weight: 800;
    border: 2px dashed;
    font-size: 60px;
    line-height: 68px;
    position: absolute;
    top: -17px;
    right: -8px;
    z-index: -1;
}

.tol-cont h5 {
    font-size: 20px;
    color: #212529;
    line-height: 20px;
    margin: 0;
    font-weight: 800;
}

.tol-cont h4 {
    color: #ff2000;
    font-size: 36px;
    font-weight: 800;
    border-bottom: 2px dashed #ff2000;
}

.bk-circ {
    width: 60px;
    height: 60px;
    line-height: 54px;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #db4502;
    border-radius: 50%;
}

.bk-circ img {
    width: 62%;
}

section.portfolio-row {
    padding: 100px 0 50px;
}

.portfolio-head {
    margin-bottom: 30px;
}

.portfolio-head p {
    width: 55%;
    margin: auto;
}

.portfolio-main-sec ul {
    padding: 0 294px;
    text-align: center;
}

.portfolio-main-sec ul li {
    display: inline-block;
    background: #31ABDF;
    padding: 18px 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin: 0 5px 18px;
    border-radius: 18px;
}

.portfolio-slider {
    margin-bottom: 30px;
    position: relative;
}

.portfolio-sec {
    margin-bottom: 10px;
}

.portfolio-slider a {
    display: block;
}

.portfolio-slider img {
    width: 100%;
    border-radius: 20px;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.portfolio-main-sec img {
    width: 100%;
    border-radius: 20px;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.portfolio-slider figure {
    margin-bottom: 20px;
}

.portfolio-slider .item {
    height: auto;
    padding: 10px;
    transition: 0.5s;
}

.portfolio-slider .item:nth-child(odd) {
    animation: port1 5s linear infinite;
}

.portfolio-slider .item:nth-child(even) {
    animation: port2 5s linear infinite;
}

.portfolio-slider .slick-list {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

@keyframes port1 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@keyframes port2 {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(20px);
    }

    100% {
        transform: translatey(0px);
    }
}

.port-bttn a {
    padding: 11px 30px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
}

.p-chat {
    background: linear-gradient(90deg, rgba(181, 28, 11, 1) 0%, rgba(226, 77, 0, 1) 100%);
    color: #ffffff;
}

.pot-cal img {
    width: 19%;
}

.pot-cal {
    border: 1px solid #ee4a33;
    color: #ee4a33;
}

.comb-bak {
    background-image: url(../images/combo.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    padding: 0px 30px;
}

.comb-all {
    background-color: #ffffff;
    border: 2px solid #f92c03;
    border-radius: 10px;
    padding: 15px 25px;
}

.comb-all h3 {
    font-size: 40px;
    color: #373737;
    line-height: 39px;
    font-weight: 800;
    border-bottom: 2px solid #9f2600;
    padding-bottom: 10px;
}

.comb-all h3 span {
    font-weight: 600;
}

.comb-all ul {
    padding-left: 15px;
}

.comb-all ul li {
    position: relative;
    font-size: 14px;
    color: #747474;
    font-weight: 500;
    margin-bottom: 10px;
}

.comb-all ul li::before {
    content: '';
    position: absolute;
    background-image: url(../images/cmb-arw.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 15px;
    top: 3px;
    left: -18px;
}

.bok-pric h4 {
    font-size: 25px;
    line-height: 29px;
    font-weight: 700;
}

.pric-nmb del {
    font-family: 'Montserrat';
    font-size: 21px;
    font-weight: 700;
    color: #8b8b8b;
}

.pric-nmb h4 {
    background: -webkit-linear-gradient(#b20800, #FF5A00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-weight: 800;
    line-height: 32px;
}

.bok-pric {
    border-top: 2px solid;
    border-image: linear-gradient(318deg, #b20800, #FF5A00) 1;
    border-bottom: 2px solid;
}

.bok-pric::before {
    content: '';
    position: absolute;
    background-image: url(../images/jst.png);
    width: 110px;
    height: 50px;
    background-repeat: no-repeat;
    top: 13px;
    background-size: cover;
    left: 63px;
}

.odr-bok a {
    border: 2px solid;
    border-image: linear-gradient(318deg, #b20800, #FF5A00) 1;
    background: -webkit-linear-gradient(#b20800, #FF5A00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    padding: 12px 10px;
    text-transform: uppercase;
}

.budg h3 {
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 800;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: url(../images/combo.png);
    color: transparent;
    background-position: -440px -20px;
    margin: 0;
}

.budg {
    background-color: #ffffff;
    border: 2px dashed #c03b2c;
    padding: 0 23px;
}

.sty-hed h3 {
    font-size: 60px;
    line-height: 57px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

.wit h3 {
    font-family: 'alisha';
    color: #ffffff;
    font-weight: 700;
    font-size: 65px;
}

.wit h3 span {
    font-style: italic;
    font-size: 65px;
}

.wit {
    background: -webkit-linear-gradient(#b20800, #FF5A00);
    border: 2px dashed #ffffff;
    padding: 20px 10px 10px;
}

.pak-cmb h2 {
    font-family: 'alisha';
    color: #ffffff;
    font-weight: 500;
    font-size: 80px;
    margin: 14px 0 0 50px;
}

.pak-cmb h2 span {
    font-style: italic;
    font-size: 120px;
}

.pak-cmb h5 {
    font-size: 44px;
    line-height: 40px;
    font-weight: 800;
    color: #ff2000;
    text-shadow: 0 1px 2px #fff, 0 1px 2px #fff, 0 1px 2px #fff, 0 1px 2px #FFF;
    position: absolute;
    top: 25px;
    text-transform: uppercase;
}

.pak-cmb h6 {
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    top: -1px;
    right: -108px;
    text-shadow: 8px 8px 16px BLACK;
    margin: 0;
}

.cht-cmb h4 {
    font-size: 26px;
}

.cht-cmb h5 {
    font-size: 20px;
}



.slick-dots {
    padding: 0px !important;
}
.slick-dots li {
    position: relative;
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 2px !important;
    padding: 0 !important;
    cursor: pointer;
    background: #ccc !important;
}
.slick-dots li button {
    font-size: 0px !important;
    width: 10px !important;
    height: 10px !important;
}
li.slick-active {
    background: #e24d00 !important;
}
ul.slick-dots {
    margin-bottom: 20px !important;
}





.small-title {
    color: #d44a21;
    font-size: 22px;
    letter-spacing: 2px;
}

.big-title {
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    margin: 10px 0;
    color: #000;
}

.big-title span {
    color: #000;
}

.left-text {
    max-width: 100%;
    color: #666;
    margin-top: 15px;
    line-height: 1.6;
}

/* .orange-bg {
  background: #f35b2c;
  width: 350px;
  height: 260px;
  position: absolute;
  right: 0;
  bottom: 60px;
  border-radius: 10px;
} */
.card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin: 10px;
}

.card .icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.card h3 {
    color: #d44a21;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.card p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.services-sec .slick-prev:before,
.slick-next:before {
    font-size: 30px;
}

.services-sec button.slick-arrow:before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 35px;
    background-color: transparent;
    color: #ff2000;
    z-index: 999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    opacity: .75;
}

.services-sec button.slick-prev.slick-arrow:before {
    content: "\f053" !important;
}

.services-sec button.slick-next.slick-arrow {
    top: 350px;
    left: calc(-25vw - -60px);
    z-index: 999;
    display: table;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
}

.services-sec button.slick-prev.slick-arrow {
    top: 350px;
    left: calc(-25vw);
    z-index: 999;
    width: 40px;
    overflow: hidden;
    background: transparent;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
}

.contentBox h3 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    border-bottom: 3px solid #ff2000;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.contentBox p {
    font-size: 20px;
    font-weight: 600;
}

.contentBox p span {
    font-size: 20px;
    color: #ff2000;
    font-weight: 800;
    text-decoration: underline;
}

.contentBox h3 span {
    background: -webkit-linear-gradient(#b20800, #FF5A00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

section.form-sec {
    background-image: url(../images/test-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contentBox h6 {
    font-size: 22px;
    border-bottom: 2px solid #ff2000;
}









/* footer Section START  */
.footer {
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 60px 40px 30px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    margin-bottom: 40px;
}

/* Left Section - Brand */
.footer-brand {
    margin-bottom: 30px;
}

.footer-brand .logo {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-icon {
    width: 35px;
    height: 35px;
    background-color: #ff3333;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-text .main {
    font-size: 18px;
    font-weight: bold;
}

.logo-text .sub {
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 2px;
}

.footer-brand h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}

.footer-brand h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #ff3333;
    margin-top: 10px;
    margin-bottom: 15px;
}

.footer-brand p {
    font-size: 14px;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 20px;
}

.footer-copyright {
    font-size: 12px;
    color: #999999;
    margin-top: 30px;
}

/* Middle Section - Contact Us */
.footer-contact h3,
.footer-services h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #ffffff;
}

.contact-item {
    margin-bottom: 25px;
}

.contact-label {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
}

.contact-value {
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 8px;
    border-top: 2px solid #ff3333;
    display: inline-block;
}

/* Right Section - Services */
.footer-services ul {
    list-style: none;
    padding: 0;
}

.footer-services li {
    font-size: 14px;
    color: #cccccc;
    margin-bottom: 12px;
    line-height: 1.6;
}

.footer-services a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-services a:hover {
    color: #ff3333;
}

/* footer Section END  */



/* testi section START  */
.testimonials-section {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
    color: #222;
}

.bg-transparent {
    min-height: unset !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 60%;
}



.testimonial-slider .slide {
    padding: 0px;
    outline: none;
}

.testimonial-card {
    background: white;
    border-radius: 5px;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.08);
    padding: 20px;
    position: relative;
    text-align: left;
    margin: 20px 15px;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.quote-icon {
    position: absolute;
    top: -25px;
    left: -10px;
    font-size: 90px;
    /* color: #e74c3c; */
    font-size: 0px;
    line-height: 1;
    background-image: url(../images/testi-icon.png);
    height: 90px;
    width: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}


.testimonial-text {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.author,
.author-role {
    display: inline-block;
    margin-top: 0px;
    font-weight: 600;
    color: #e74c3c;
    font-size: 16px;
}



/* testi section END  */







.testhead h3 {
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    border-top: 3px solid #ff2000;
    padding-bottom: 15px;
    margin-top: 15px;
    padding-top: 20px;
}








/* HOME PAGE END */



/*Started POPUp Section Begin*/
.started_popup_sec .modal-content {
    background: #fff;
    background-size: cover;
    padding: 30px 20px 50px;
    position: relative;
    border: 0;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 50%);
}

.started_popup_sec .modal-header {
    padding: 0;
    border: 0;
}

.started_popup_sec .modal-header button {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #000;
    font-size: 27px;
    opacity: 1;
    text-shadow: none;
    font-weight: 200;
    text-align: center;
    line-height: 21px;
    border-radius: 50px;
    right: 0px;
    top: 0;
    border: 0;
    background: transparent;
}

.started_popup_sec .modal-header button span {
    position: relative;
    left: -2px;
}

.started_popup_sec .modal-content:before {
    content: '';
    background: rgb(255 255 255 / 75%);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    right: 0;
}

.form_head_Sec {
    text-align: center;
}

.form_head_Sec h2 {
    font-size: 23px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: var(--white);
    margin-bottom: 0;
    background: var(--blue);
    padding: 10px 0;
    margin: 10px 0;
    border-radius: 50px;
}

.form_head_Sec h4 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    text-align: start;
    padding-left: 10px;
    border-left: 5px solid #c70000;
}

.form_head_Sec h3 {
    color: var(--pink);
    font-size: 29px;
    font-weight: 600;
    margin: 0;
    padding-top: 10px;
}

.started_popup_sec input {
    height: 50px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #f43064;
    padding: 10px 20px;
    font-size: 13px;
}

.started_popup_sec select {
    height: 50px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #f43064;
    padding: 10px 20px;
    font-size: 13px;
}

.started_popup_sec textarea {
    height: 130px;
    font-size: 13px;
    padding: 15px 10px;
    resize: none;
    border-radius: 10px;
    border: 1px solid #C70000;
}

.started_popup_sec form {
    padding-top: 20px;
}

.btn_form input {
    background: var(--pink);
    color: var(--white);
    font-size: 19px;
    border: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.btn_form input:hover {
    background: var(--blue);
    border: 0;
}

.started_popup_sec textarea {
    height: 130px;
    font-size: 13px;
    padding: 15px 10px;
    resize: none;
    border-radius: 10px;
    border: 1px solid #ff2000;
}

.btn_form input {
    background: #ff2000;
    color: #ffffff;
    margin-top: 10px;
    font-size: 19px;
    border: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.services-slider .card.slick-slide {
    border: none;
    min-height: 350px;
    padding: 20px;
    /* overflow: hidden; */
    border-radius: 0;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

/*Started POPUp Section End*/

.borderorange {
    border-left: 8px solid #ff2000 !important;
}

.largeicon {
    position: absolute;
    opacity: 0.1;
    right: 0;
    top: 12px;
}

.testimonial-slider .slick-current.slick-active .testimonial-card .quote-icon {
    background-image: url(../images/testi-icon2.png);
}

.testimonial-slider .slick-current.slick-active .testimonial-card {
    border-bottom: 2px solid #ff2000;
}

.testimonial-slider .testimonial-card .testimonial-text {
    font-size: 16px;
}

.services-slider .slick-current {
    position: relative;
}

.services-slider .slick-current:before {
    content: "";
    height: 70px;
    width: 70px;
    position: absolute;
    left: -5px;
    top: -5px;
    background: #000;
    z-index: -1;
}

.services-slider .slick-current::after {
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    right: -5px;
    bottom: -5px;
    background: #000;
    z-index: -1;
}

button.close {
    position: absolute;
    top: -14px;
    right: -14px;
    border: none;
    min-height: 50px;
    min-width: 50px;
    border-radius: 100px;
    color: #000;
    font-size: 25px;
}

.services-slider .slick-list.draggable::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
    height: 200px;
    width: 200px;
    background: linear-gradient(45deg, #b61d0b, #e24c00);
    z-index: -1;
}

.services-slider .slick-list.draggable {
    position: relative;
}

/* Responsive */
@media (max-width: 1280px) {
    .cta-hed h3 span {
        font-size: 40px;
        position: unset;
    }

    .b-frm-al .bnr-rgt {
        width: 100% !important;
    }
}

@media (max-width: 992px) {
    .container {
        flex-direction: column;
    }

    .left-box {
        width: 100%;
        margin-bottom: 40px;
    }

    .slider-box {
        width: 100%;
        margin-left: 0;
    }

    .big-title {
        font-size: 55px;
    }

    .orange-bg {
        display: none;
    }

    header {
        padding-top: 0;
    }

    .hdr-top {
        background: linear-gradient(90deg, rgba(181, 28, 11, 1) 0%, rgba(226, 77, 0, 1) 100%);
    }

    section.main-banr {
        padding-top: 100px;
    }

    .hed-logo {
        padding-top: 15px;
        display: flex;
        justify-content: center;
    }

    .banr-cont h4 {
        font-size: 50px;
        line-height: 50px;
    }

    .banr-cont h2 {
        font-size: 55px;
        line-height: 55px;
    }

    .cht-cont h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .cht-im {
        width: 40px;
        height: 40px;
        line-height: 35px;
    }

    .cht-cont h5 {
        font-size: 18px;
    }

    .cta-hed h3 {
        display: flex;
        justify-content: center;
        padding-bottom: 20px;
        align-items: center;
    }

    .cta-hed h3 span {
        position: unset;
        font-size: 40px;
        line-height: 40px;
    }

    .tol-cont h4 {
        font-size: 26px;
    }

    .bk-circ {
        width: 45px;
        height: 45px;
        line-height: 40px;
    }

    .pkg-hed h3 {
        width: 100%;
        font-size: 40px;
    }

    .comb-bak {
        padding: 20px;
    }

    .budg h3 {
        font-size: 70px;
    }

    .pak-cmb h2 span {
        font-size: 80px;
    }

    .pak-cmb h2 {
        font-size: 50px;
    }

    .wit h3 {
        font-size: 32px;
    }

    .wit h3 span {
        font-size: 45px;
    }

    .pak-cmb h5 {
        font-size: 40px;
    }

    .sty-hed h3,
    .contentBox h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .banr-cont p {
        font-weight: 400;
        width: 100%;
    }

    .tol-cont h4 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .services-sec button.slick-prev.slick-arrow {
        left: calc(50% - 40px);
    }
    .services-sec button.slick-next.slick-arrow {
        left: calc(50% - 0px);
    }
    .pt-70 {
        padding-top: 45px;
    }
    .pb-70 {
        padding-bottom: 45px;
    }
    section.form-sec {
        background-color: #cccccc05;
    }

    .banr-cont h2,
    .banr-cont h4,
    .contentBox h3,
    .testhead h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .banr-cont h4 span {
        font-size: 50px;
        line-height: 50px;
    }

    .cht-cont>a>h4 {
        font-size: 24px;
    }

    .port {
        padding: 15px 20px;
    }

    .packages-sec::before {
        display: none;
    }

    .bnr-rgt h4 {
        font-size: 30px;
        width: 100%;
    }

    .pkg-cl,
    .lv-cht,
    .wth-su h6 {
        font-size: 14px;
    }

    .pkg-hed h3 {
        font-size: 32px;
    }

    .packg-hed h3 {
        font-size: 26px;
        line-height: 26px;
    }
}

@media (max-width: 667px) {
    .cta-hed h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .tol-cont h4 {
        font-size: 22px;
    }

    .banr-cont h2,
    .banr-cont h4,
    .contentBox h3,
    .testhead h3 {
        font-size: 34px;
        line-height: 36px;
    }

    .budg h3 {
        font-size: 50px;
    }
}