@charset "utf-8";
.topbar {
    background-color: #ffc700;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 5px 0;
}

p.hd-h5 {
    color: #ff2756;
    font-weight: 600;
    margin: 0 0 8px;
    font-size: 20px;
}

.hd-pera {
    color: #000;
    font-weight: 800 !important;
    font-size: 30px !important;
    margin: 0 0 13px !important;
}

.topbar p {
    margin: 0;
    color: #000;
    font-size: 16px;
}

.form-bg p {
    font-size: 40px;
    line-height: 48px;
    font-family: 'itc-avant-garde-gothic-std-bold';
}

.logos-bar {
    position: relative;
    text-align: center;
}

.mainBanner .banner-btns a {
    min-width: 220px !important;
}

.why-us .row {
    align-items: center;
}

.why-us-blk-img img {
    width: 100%;
}

.why-us-blk h3 {
    font-size: 46px;
    margin: 0 0 20px;
}

.faq-blk .card {
    background-color: #666ffa;
    border-radius: 20px;
    padding: 25px 30px;
    margin-bottom: 16px;
}

.faq-blk .card button {
    color: #ffffff !important;
    font-family: "Outfit", serif;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0;
    text-decoration: none !important;
}

.faq-blk .card button i {
    position: absolute;
    right: 0;
    font-size: 34px;
}

.faq-blk .card-body p {
    margin: 10px 0 0;
    font-size: 18px !important;
    color: #fff;
}

section.faq-sec .hd-title {
    text-align: center;
}

.main-header .container,
ul {
    padding: 0;
}

.theme-btn,
input.sty-link.w-txt {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

.banner-content p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: itc-avant-garde-gothic-std-bold;
}

.client-slide p,
body,
ul.lng-list {
    overflow-x: hidden;
}

@font-face {
    font-family: itc-avant-garde-gothic-std-bold;
    src: url("../fonts/itc-avant-garde-gothic-std-bold.ttf") format("truetype");
}

@font-face {
    font-family: avertademo-regular;
    src: url("../fonts/avertademo-regular.ttf") format("truetype");
}

.hlow {
    background-image: url(../images/hlo-bg.png) !important;
    background-size: cover;
}

img.pump-icon {
    bottom: -40px !important;
    top: auto !important;
    right: -40px !important;
    position: absolute;
    width: 140px;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input.sty-link.w-txt {
    width: 170px;
    height: 55px;
    font-size: 16px;
    text-align: center;
    border-radius: 30px 30px 30px 0;
    box-shadow: 4px 7px 0 -2px #0000006e;
    display: inline-block;
    border: none;
    background-color: #4fd8fd;
}

html {
    scroll-behavior: smooth;
}

body,
html {
    height: 100%;
}

body {
    background: #fff;
}

a,
button,
input,
label,
li,
p,
select {
    font-family: avertademo-regular;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

h2 {
    font-size: 40px !important;
}

a {
    text-decoration: none !important;
    transition: 0.5s;
}

.carousel-item img {
    width: 100%;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}

div#navbarCollapse {
    flex-direction: row-reverse;
}

.padding_70 {
    padding: 70px 0;
}

.gdr-btn {
    background-image: linear-gradient( to right, #ffc700, #ffa40c, #ff7f29, #ff5740, #ff2756) !important;
    color: #fff !important;
}

.pink-btn,
.yellow-btn,
span.cutprice,
ul.dropdown li a,
ul.dropdown li a:hover {
    color: #000 !important;
}

.container {
    max-width: 1320px !important;
}

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

.stickyOpen {
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    padding: 7px 0;
    background: #fff;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    box-shadow: 0 0 10px #0000002e;
    z-index: 999;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.stickyOpen .menu li a {
    color: #000;
}

.logo img,
.stickyOpen .logo img:nth-child(2) {
    display: block;
}

.stickyOpen .menu li.active a,
.stickyOpen .menu li:hover a {
    color: #5336ff !important;
}

.stickyOpen .header-btns a:nth-child(2) {
    color: #333;
}

.call-box a,
.logo {
    display: inline-block;
}

.logo img:nth-child(2),
.menu-Bar,
.our-pric .tabcontent {
    display: none;
}

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 22;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #fff;
    position: absolute;
    transition: 0.6s;
    border-radius: 100px;
}

.stickyOpen .menu-Bar span {
    background: #5336ff;
}

.menu-Bar span:first-child {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #b70404;
}

.menu-Bar.open span:first-child {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

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

.menu,
.menu li {
    display: inline-block;
    vertical-align: middle;
}

.menu {
    font-size: 0px;
    margin: 0;
}

.menu li {
    padding-right: 15px;
}

.menu li a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

sup {
    position: static !important;
    font-size: 30px !important;
}

sup.only-txt {
    font-size: 18px !important;
}

.menu li.active a,
.menu li:hover a {
    color: #ffc700 !important;
}

.dropdown-nav {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.dropdown-nav:hover {
    overflow: visible;
}

ul.dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    margin: auto;
    background: #fff;
    padding: 20px;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 0 10px 3px #00000014;
    opacity: 0;
    animation: 0.5s forwards btotreverse;
}

.banner-img img,
.choose_sec_box,
.choose_sec_box h2,
.chose-sec .container-fluid,
.header-btns a i,
.mainBanner,
.our-pric button,
.package-box,
.package-box .contact-part>div,
.package-box ul li,
section.our-pric {
    position: relative;
}

.chs-title,
.portfolio-sec,
.theme-btn,
.theme-btns a,
section.our-pric,
ul.dropdown li a {
    text-align: center;
}

ul.dropdown li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

ul.dropdown li a {
    padding: 0;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: 0 0 15px;
    font-weight: 600;
    background: 0 0 !important;
}

ul.dropdown li.last a {
    margin-bottom: 0;
}

.dropdown-nav:hover ul.dropdown {
    animation: 0.5s forwards btot;
    z-index: 9;
}

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }
    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }
    100% {
        top: 40px;
        opacity: 1;
    }
}

.banner-btns,
.header-btns,
.theme-btns,
.trust-logo {
    display: flex;
    align-items: center;
}

.theme-btn {
    width: 170px;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    border-radius: 30px 30px 30px 0;
    box-shadow: 4px 7px 0 -2px #0000006e;
    display: inline-block;
    border: none;
}

.pink-btn {
    background: #4fd8fd;
    font-weight: 600;
}

.form-bg,
.yellow-btn {
    background-color: #ffc700;
}

.mainBanner,
footer {
    background-size: cover;
    background-attachment: fixed;
}

.yellow-btn {
    margin-left: 10px;
    font-weight: 600;
}

.banner-btns a:hover,
.header-btns a:hover,
.theme-btns a:hover {
    transform: scale(1.05);
}

.header-btns a img {
    margin-left: 5px;
    vertical-align: middle;
}

.header-btns a i {
    margin-right: 3px;
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-size: 20px;
    top: 4px;
}

span.cutprice {
    line-height: 18px;
    margin-left: 8px;
}

span.cutprice small {
    text-decoration: line-through;
    display: block;
    font-size: 18px;
}

.form-bg {
    border-radius: 150px 60px 60px 0;
    padding: 70px 50px;
    background-color: #ffc700a6 !important;
}

.form-bg h2,
.our-pric .tab {
    margin: 0 0 20px;
}

.form-bg form input {
    border-radius: 0;
    padding: 14px 20px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
}

.form-bg form textarea {
    padding: 10px 20px;
    resize: none;
    height: 120px;
    margin: 0 0 20px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
}

.form-bg form button {
    background-color: #242458;
    width: 100%;
    border: none;
    padding: 14px 0;
    border-radius: 30px 30px 30px 0;
    color: #fff;
    cursor: pointer;
}

.form-bg input::placeholder,
.form-bg textarea::placeholder {
    color: #000;
}

.form-bg .form-control:focus {
    color: #495057;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}

.mainBanner {
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    padding: 150px 0 70px;
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* background-color: #19014d; */
    background-image: url(../images/banner-img.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
}

.mainBanner::before {
    content: '';
    background-color: #19014d;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
}

.banner-img img {
    width: 100%;
    left: 0;
    transform: scale(1.7);
}

.banner-content a {
    color: #6bd981;
}

.banner-content h1 {
    font-weight: 600;
    font-size: 46px;
    line-height: 60px;
    letter-spacing: 0px;
    color: #fff;
}

.banner-content h1 span {
    color: #ffc700;
}

.banner-content p {
    font-size: 16px;
    line-height: 23px;
    padding: 5px 0;
    color: #fff;
    font-family: 'avertademo-regular';
}

.banner-list {
    margin-bottom: 5px;
    margin-top: 20px;
}

.banner-list ul li {
    margin-bottom: 5px;
    display: inline-block;
    width: 45%;
    position: relative;
    vertical-align: text-top;
}

.banner-list ul li i {
    color: #ffc700;
    line-height: 19px;
    position: absolute;
    left: 0;
    top: 0;
}

.banner-list ul li p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    display: inline-block;
    padding-left: 25px;
}

.banner-list ul {
    margin: 0;
}

.banne-slider-wrap {
    margin-right: -170px;
}

.banner-btns a img,
.theme-btns a img {
    margin-left: 10px;
    vertical-align: middle;
}

select.form-select {
    background: unset !important;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    font-size: 18px;
    box-shadow: unset !important;
    outline: unset !important;
    appearance: auto;
    padding: 13px 30px 13px 14px;
    width: 100%;
    margin: 0 0 30px;
}

.theme-btns a {
    padding: 18px 30px;
    background: #5336ff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #fdfcff;
}

.theme-btns a:nth-child(2) {
    background-color: transparent;
    border: 2px solid #5336ff;
    border-radius: 4px;
    color: #333;
    margin-left: 10px;
}

.theme-btns a:nth-child(2):hover {
    background: #5336ff;
    border-color: #5336ff;
    color: #fff;
}

.theme-btns a:nth-child(2):hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(300deg) brightness(200%) contrast(100%);
}

.rate-p p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding-top: 30px;
}

.company-logo {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: start;
    gap: 38px;
}

.company-logo a {
    margin-right: 30px;
    display: inline-block;
}

.company-logo img {
    height: 60px;
}

.company-logo a:last-child {
    margin-right: 0;
}

.sec-pd {
    padding: 80px 0;
}

.sec-pt {
    padding-top: 80px;
}

.sec-pb {
    padding-bottom: 80px;
}

.chs-title {
    width: 80%;
    margin: 0 auto;
}

.chs-title h2 {
    margin: 0 0 18px;
}

.container-slide {
    max-width: 1300px;
    margin: 0 auto;
}

.choose_sec_box {
    background: #f1f1f1 !important;
    padding: 50px 30px;
    border-radius: 10px 30px;
    border: 1px solid #ff384e61;
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
    min-height: 340px;
    margin: 30px 25px;
    z-index: 9999;
    border-bottom: 4px solid #ff384e;
}

.choose_sec_box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px 30px;
    z-index: -1;
}

.choose_sec_box h2 {
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 20px;
}

.choose_sec_box p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
}

.choose_sec_box h2:before {
    content: "";
    width: 120px;
    height: 6px;
    position: absolute;
    bottom: -14px;
    border-radius: 50px;
    background-image: linear-gradient( to right, #ffc700, #ffa40c, #ff7f29, #ff5740, #ff2756);
}

.portfolio-sec {
    padding: 70px 0;
    overflow: hidden;
}

.hd-title {
    width: 70%;
    margin: 0 auto 60px;
}

.hd-title h5,
.slide-count-wrap .current {
    color: #ff2756;
}

.portfolio-blk img {
    object-position: 0 0px;
    transition: 6s;
    width: 400px;
    height: 400px;
    object-fit: cover;
    margin: 10px;
    box-shadow: 0 0 10px #00000038;
    border-radius: 10px;
}

.portfolio-blk:hover img {
    object-position: 0 -690px;
    cursor: pointer;
}

.portfolio-blk {
    height: 450px;
    overflow: hidden;
}

section.our-pric {
    padding: 60px 0;
    overflow: hidden;
}

section#pricing::before {
    content: "";
    background-image: url(../images/hexa.webp);
    position: absolute;
    height: 650px;
    width: 650px;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    -webkit-animation: 8s linear infinite spin;
    -moz-animation: 8s linear infinite spin;
    animation: 8s linear infinite spin;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.our-pric button.active,
.our-pric button:hover {
    background-color: #ffc700;
    border-color: #ffc700;
}

.package-box button {
    line-height: 0;
}

.our-pric button {
    border: 2px solid #4fd8fd;
    color: #000;
    background-color: #4fd8fd;
    font-weight: 600;
    min-width: 230px;
    padding: 15px 0;
    border-radius: 30px 30px 30px 0;
    margin: 0 4px;
    cursor: pointer;
    z-index: 99;
    transition: 0.5s;
}

.btn_packages button {
    min-width: auto;
}

.banner-btn ul li a,
.btn_form input,
.package-box {
    transition: 0.5s ease-in-out;
}

.tabcontent {
    animation: 1s fadeEffect;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.package-box {
    padding: 22px 20px 10px;
    box-shadow: 0 0 15px #cbcbcb;
    background: #fff;
    margin-bottom: 50px;
    border-radius: 10px;
}

.text-center {
    text-align: center !important;
}

.btn_packages,
.form_head_Sec,
.thankyou {
    text-align: center;
}

.package-box .package-top .pkg-h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000;
}

.package-box .package-top .h5 {
    font-size: 46px;
    font-weight: 700;
    display: block;
    color: #ff2756;
}

.flx-pkg {
    display: flex;
    align-items: end;
    justify-content: center;
}

.package-box .package-details {
    margin: 20px 0;
}

.package-box ul.pkg-list {
    height: 170px;
    text-align: start;
    overflow-y: scroll;
    padding: 0 6px;
}

.package-box ul li {
    margin: 5px 0;
    word-break: break-word;
    font-size: 15px;
    color: var(--blsck);
    padding: 5px 20px;
    line-height: 17px;
}

.package-box ul li:before {
    content: "";
    background: url(../images/tick-arrow.png) no-repeat;
    color: #bf1f0b;
    font-size: 17px;
    margin-right: 8px;
    width: 13px;
    height: 12px;
    display: inline-block;
    top: 8px;
    position: absolute;
    left: 0;
}

.btn_packages {
    padding: 15px 0 10px;
}

.package-box .contact-part {
    margin-bottom: 15px;
    text-align: left;
    padding: 10px;
}

.w-50 {
    width: 50% !important;
}

.package-box .contact-part>div:before {
    content: "";
    border-right: 1px solid #d9d7d7;
    width: 2px;
    height: 50px;
    position: absolute;
    right: 7px;
}

.contact-part a,
.package-box .contact-part p {
    margin: 0;
    color: var(--blsck);
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

.contact-part a,
.w-50.pl-2 a {
    color: #f43064;
}

.package-box .contact-part>div:last-child:before {
    border: 0;
}

.pric-pkg {
    padding: 10px;
}

.pkg-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.pkg-list::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.pkg-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #4fd8fd;
}

.slick-dots li button:before {
    font-family: slick !important;
    font-size: 50px !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #ff2b54 !important;
}

.pay_icon,
.st-pricing {
    text-align: right;
}

.form_head_Sec .pop-h2 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff;
    background: #29a8e1;
    padding: 10px 0;
    margin: 10px 0;
    border-radius: 50px;
    font-family: avertademo-regular;
    font-size: 20px !important;
}

.banner-btn ul li.chng_clr a,
.btn_form input {
    background: #f43064;
}

.form_head_Sec .pop-h4 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
}

.form_head_Sec .pop-h3 {
    color: #f43064;
    font-size: 29px;
    font-weight: 600;
    margin: 0;
    padding-top: 10px;
}

.footer_form_sec form,
.started_popup_sec form {
    padding-top: 20px;
}

.started_popup_sec input,
.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 #f43064;
}

.banner-btn,
.footer_logo p {
    padding-top: 30px;
}

.btn_form input {
    color: #fff;
    font-size: 19px;
    border: 0;
    cursor: pointer;
}

.started_popup_sec .modal-content {
    background: 0 0 / cover #fff;
    padding: 30px 20px 50px;
    position: relative;
    border: 0;
    box-shadow: 0 0 50px rgb(0 0 0 / 50%);
}

.started_popup_sec .modal-header button {
    position: absolute;
    background: #29a8e1;
    width: 50px;
    height: 50px;
    color: #000;
    font-size: 45px;
    opacity: 1;
    text-shadow: none;
    font-weight: 200;
    line-height: 21px;
    border-radius: 50px;
    right: 0;
    top: 0;
}

.started_popup_sec .modal-header button span {
    position: relative;
    left: -2px;
    font-family: avertademo-regular;
    top: -4px;
}

.started_popup_sec .modal-header {
    padding: 0;
    border: none;
}

.cta_sec_content h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
}

.cta_sec_content h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 3px;
}

.cta_sec_content p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
}

.client-sec .banner-btns,
.cta_sec_main .banner-btns {
    margin-top: 30px;
}

.banner-btn ul li {
    display: inline-block;
    padding: 0 15px 0 0;
}

.banner-btn ul li a {
    background: #29a8e1;
    color: #fff !important;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.cta_sec_main {
    background: url(../images/new.webp) 0 0 / cover fixed;
    padding: 70px 0;
    position: relative;
}

footer {
    padding: 50px 0 0;
    position: relative;
    background-image: url(../images/new.webp);
}

.footer_logo p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
}

.footer_logo ul li {
    position: relative;
    color: #fff;
    padding: 0 10px 20px 40px;
    font-size: 17px;
    font-weight: 300;
}

.footer_logo ul li span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 23px;
}

.footer_logo ul li p {
    display: inline;
    font-weight: 300;
    margin-bottom: 0;
    line-height: initial;
}

.form_footer_head h2 {
    color: #fff;
    font-size: 25px;
}

.footer_form_sec form input {
    height: 50px;
    margin-bottom: 15px;
    border: 0;
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    padding: 0 15px;
}

.footer_form_sec form textarea {
    height: 120px;
    border-radius: 10px;
    border: 0;
    font-size: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
    resize: none;
}

.btn_form {
    padding-top: 10px;
}

.footer_form_sec form .btn_form input {
    background: #29a8e1;
    color: #fff;
    padding: 15px 70px;
    height: auto;
    font-size: 19px;
    cursor: pointer;
}

.copy_right_text p {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.pay_icon img {
    width: 40%;
}

.footer_logo ul li a {
    color: #fff;
}

.copy_right {
    margin-top: 40px;
    padding: 5px 0;
}

.call-box {
    right: 0;
    width: 55px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    position: fixed;
}

.wapp a {
    background-color: #4dcb5b;
}

.cbox a {
    width: 100%;
    padding: 10px 12px;
}

.cbox a img {
    max-width: 30px;
}

.wapp img {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.call a,
.dblue,
.dblue-sec {
    background-color: #2c2c60;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes trin {
    20%,
    26%,
    32%,
    38%,
    44%,
    50%,
    56%,
    62%,
    68%,
    74%,
    80%,
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
}

.call img {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.thankyou h1 {
    color: #fff;
    font-size: 140px;
    margin: 0;
}

.thankyou p {
    color: #fff;
    font-size: 20px;
    width: 60%;
    margin: 0 auto;
}

.thankyou .header-btns {
    justify-content: center;
    margin-top: 30px;
}

.d-essential {
    position: relative;
    padding: 0 0 80px;
}

.d-essent-all {
    background: #ffc700 !important;
    border: 1px solid #fff;
    backdrop-filter: blur(100px);
    border-radius: 179.5px 82px 82px 0;
    width: 100%;
    margin: 0 auto;
    padding: 80px 65px;
    position: relative;
    overflow: hidden;
}

ul.lng-list {
    height: 290px;
    overflow-y: scroll;
}

ul.lng-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

ul.lng-list::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

ul.lng-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #4fd8fd;
}

.st-pricing .p-pric {
    font-weight: 700;
    font-size: 64px;
    line-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin: 0;
}

.st-pricing .p-pric small {
    font-size: 30px;
    text-decoration: line-through;
}

.combo-pkg-sec .st-up h3 {
    color: #000;
    font-size: 52px;
    background-color: #4fd8fd;
    border-radius: 0 70px 70px 0;
    padding: 23px 50px;
    position: relative;
    left: -80px;
    top: 0;
}

.combo-pkg-sec .st-pricing {
    width: 240px;
    justify-content: center;
}

.st-pricing {
    color: #000;
    border-radius: 101.158px 0 0 101.158px;
    width: 350px;
    position: relative;
    right: -67px;
    height: 135px;
    float: right;
    top: 0;
    padding: 0 25px;
    justify-content: flex-end;
}

.st-pic,
.st-pricing {
    background: #4fd8fd;
    display: flex;
}

.detail-lite-cont {
    margin-top: 90px;
}

.combo-pkg-sec .detail-lite-cont .comb-h5 {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
}

p.tmls-name {
    height: auto !important;
    font-weight: 600;
    color: #000;
    padding-right: 0 !important;
    font-size: 30px;
    margin: 0 !important;
}

.detail-lite-cont ul,
.txt-scroll p {
    padding: 0 40px;
}

.combo-pkg-sec .detail-lite-cont li {
    font-size: 14px;
    position: relative;
    color: #000;
    list-style: none;
    margin: 15px 0;
    line-height: 25px;
    font-weight: 600;
}

.detail-lite-cont li:before {
    content: "\f00c";
    position: absolute;
    font-family: fontawesome;
    left: -37px;
    font-size: 24px;
    top: 3px;
    font-weight: 700;
    color: #ff2756;
}

.combo-pkg-sec .pr-partition:before {
    background-color: #0000001c;
}

.pr-partition:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 80%;
    background-color: #ffffff75;
    right: 0;
}

.combo-pkg-sec .lstpartition:before {
    width: 0;
}

.combo-pkg-sec .pr-box-last {
    justify-content: flex-end;
}

.pr-box-last {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-top: 60px;
}

.client-sec {
    padding: 60px 0;
}

.client-title h3 {
    font-size: 42px;
    line-height: 52px;
}

.client-title i {
    font-size: 100px;
    color: #ff2756;
}

.client-area {
    padding-left: 80px;
}

.call-btn,
.strok-btn {
    padding: 15px 30px;
    border-radius: 5px;
}

.trust-logo b {
    display: inline-block;
    margin-top: 0;
    margin-left: 0;
    font-size: 22px;
    color: #f16529;
}

p.pkg-g6 {
    font-weight: 600;
    color: #000;
}

.trust-logo b i {
    margin: 0 2px;
}

.tmls-blk {
    display: flex;
    align-items: center;
    margin: 30px 0 10px;
}

.tmls-blk-inn {
    margin-left: 0;
}

.tmls-blk-inn small {
    font-size: 14px;
}

.client-slide p {
    font-size: 24px;
    height: auto;
    padding-right: 40px;
}

.client-slide p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.client-slide p::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5;
}

.client-slide p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ff2756;
}

.strok-btn {
    background-color: #4fd8fd;
    color: #000;
    font-style: italic;
    font-weight: 500;
    margin-right: 18px;
}

.call-btn {
    background-color: #ff2756;
    color: #fff;
}

.tmls-btn a:hover {
    background-color: #000;
    color: #fff;
}

.call-btn i {
    transform: scale(1.5);
    margin-right: 11px;
}

.tmls-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
}

.client-slider .slick-arrow {
    top: auto !important;
    bottom: 10px !important;
    transform: scale(1.9) !important;
}

.client-slider .slick-prev {
    left: 10px !important;
}

.client-slider .slick-next {
    left: 105px !important;
}

.client-slider .slick-arrow::before {
    color: #000;
    opacity: 1;
}

.client-sec .draggable {
    height: 270px !important;
}

.slide-count-wrap {
    position: absolute;
    bottom: -64px;
    left: 52px;
}

@media only screen and (min-width: 1367px) and (max-width: 1920px) {
    .banner-content h1 {
        font-size: 50px;
        line-height: 70px;
        width: 100%;
        letter-spacing: 0;
    }
    .banner-list ul li {
        width: 40%;
    }
    .mainBanner {
        padding: 150px 0 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    .banner-content h1 {
        font-size: 28px;
        line-height: 36px;
        width: 100%;
    }
    .banner-list ul li {
        width: 35%;
    }
    .banner-img img {
        transform: scale(1.7);
    }
    .banne-slider-wrap {
        margin-right: 0;
    }
    .mainBanner {
        padding: 150px 0 70px;
    }
    .form-bg {
        padding: 40px 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-content p {
        font-size: 24px;
        line-height: 20px;
        margin: 0;
    }
    .banner-content h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .form-bg {
        padding: 40px 50px;
    }
    .form-bg form textarea {
        height: 90px;
    }
    .mainBanner {
        padding: 80px 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .topbar p {
        display: none;
    }
    p.mob {
        display: block;
    }
    .package-box .contact-part>div:before,
    ul.menu {
        display: none;
    }
    .banner-content p {
        font-size: 16px;
        line-height: 18px;
    }
    .mainBanner .banner-btns a {
        min-width: 180px !important;
    }
    .mainBanner .banner-btns a img {
        display: none;
    }
    .banner-content h1 {
        font-size: 24px;
        line-height: 33px;
    }
    .banner-list ul li {
        width: 100%;
    }
    .banner-list ul li p {
        font-size: 14px;
        margin: 0;
    }
    .banner-list ul li i {
        top: 4px;
    }
    .banner-list {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .company-logo img {
        margin-right: 20px;
        height: 40px;
    }
    .form-bg {
        background-color: #ffc700;
        border-radius: 150px 60px 60px 0;
        padding: 40px 30px;
    }
    .portfolio-blk {
        height: 170px;
        margin: 20px 0;
    }
    .package-box .contact-part {
        display: block !important;
    }
    .package-box .contact-part .w-50 {
        width: 100% !important;
        margin: 8px 0;
        padding: 0 !important;
    }
    .cta_sec_content h2 {
        font-size: 26px !important;
        line-height: 36px;
    }
    .choose_sec_box {
        margin: 30px 5px;
    }
    .choose_sec_box h2 {
        font-size: 20px !important;
    }
    .choose_sec_box p {
        font-size: 14px;
        line-height: 24px;
    }
    .padding_70 {
        overflow: hidden;
    }
    .our-pric button {
        min-width: auto;
        padding: 11px 8px;
        font-size: 14px;
    }
    .d-essent-all .col-md-3 {
        flex: 0 0 48%;
        max-width: 48%;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .package-box .contact-part>div:before,
    ul.menu {
        display: none;
    }
    .banner-content p {
        font-size: 19px;
        line-height: 12px;
    }
    .banner-content h1 {
        font-size: 24px;
        line-height: 33px;
    }
    .banner-list ul li,
    .hd-title {
        width: 100%;
    }
    .banner-list ul li p {
        font-size: 14px;
        margin: 0;
    }
    .banner-list ul li i {
        top: 4px;
    }
    .banner-list {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .company-logo img {
        margin-right: 20px;
        height: 40px;
    }
    .form-bg {
        background-color: #ffc700;
        border-radius: 150px 60px 60px 0;
        padding: 40px 30px;
    }
    .package-box .contact-part {
        display: block !important;
    }
    .package-box .contact-part .w-50 {
        width: 100% !important;
        margin: 8px 0;
        padding: 0 !important;
    }
    .cta_sec_content h2 {
        font-size: 26px !important;
        line-height: 36px;
    }
    .choose_sec_box {
        margin: 30px 5px;
    }
    .choose_sec_box h2 {
        font-size: 20px !important;
    }
    .choose_sec_box p {
        font-size: 14px;
        line-height: 24px;
    }
    a.logo img {
        width: 70%;
    }
    .padding_70 {
        overflow: hidden;
    }
    .main-header .col-md-3,
    .main-header .col-md-9 {
        width: 50%;
    }
    .theme-btn {
        width: 153px;
        height: 48px;
        line-height: 49px;
    }
    .mainBanner {
        height: auto;
        padding: 120px 30px 50px;
        background-color: #14023e;
        background-image: none;
    }
    .form-bg {
        margin-top: 50px;
    }
    .portfolio-blk {
        height: 350px;
        margin: 20px 0;
    }
    .col-sm-6.offset-1 {
        margin: 0;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .chose-sec,
    .portfolio-sec,
    header,
    section.our-pric {
        overflow: hidden;
    }
    .banner-list ul li,
    .chs-title,
    .hd-title,
    .logo img {
        width: 100%;
    }
    .combo-pkg-sec .pr-partition:before,
    .header-btns a:nth-child(2),
    .menuWrap,
    .row.dekstop-sec {
        display: none;
    }
    .main-header .col-md-3 {
        width: 40%;
    }
    .main-header .col-md-9 {
        width: 60%;
    }
    .banner-img img {
        transform: none;
    }
    .mainBanner {
        height: auto;
        padding: 130px 0 40px;
        background-color: #14023e;
        background-image: none;
    }
    .banner-content h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .banner-content p {
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 8px;
    }
    .company-logo img {
        height: 40px;
        margin: 8px 0px;
    }
    .banne-slider-wrap {
        margin-right: 0;
    }
    h2 {
        font-size: 24px !important;
    }
    .hd-title {
        margin: 0 auto 60px;
    }
    .package-box .contact-part {
        display: flex;
    }
    .cta_sec_content h3 {
        font-size: 24px;
    }
    .banner-btn ul li a {
        padding: 15px 25px;
    }
    .banner-btn ul li {
        padding: 0 5px 0 0;
    }
    footer#contact-us .offset-1 {
        margin-left: 0;
    }
    .copy_right_text,
    .pay_icon {
        text-align: center;
    }
    header {
        padding: 10px 20px !important;
    }
    .row.mobile-sec {
        display: block !important;
    }
    .pm-slide {
        margin: 0 0 30px;
    }
    section.our-pric {
        padding: 0 0 50px;
    }
    .banner-list ul li p {
        margin-bottom: 5px;
    }
    .thankyou h1 {
        font-size: 50px;
    }
    .thankyou p {
        font-size: 16px;
        width: 100%;
    }
    .form-bg {
        background-color: #4fd8fd !important;
        padding: 50px 30px;
        margin-top: 40px !important;
    }
    .our-pric button {
        min-width: 160px;
        font-size: 13px;
        margin: 4px 0;
    }
    .package-box {
        margin-bottom: 20px;
    }
    .combo-pkg-sec .d-essent-all {
        border-radius: 20px !important;
        padding: 0 20px 60px !important;
    }
    .combo-pkg-sec .st-up h3 {
        color: #fff;
        font-size: 28px !important;
        background-color: #ff2756;
        border-radius: 0 !important;
        padding: 23px 20px !important;
        position: relative;
        left: 0 !important;
        top: 0 !important;
        line-height: 48px !important;
        text-align: center !important;
    }
    .combo-pkg-sec .st-pricing {
        justify-content: center;
        margin-top: 10px;
        right: 0;
        width: 100% !important;
        border-radius: 0;
        height: auto;
        padding: 13px 0;
    }
    .st-pricing h3 {
        font-size: 40px;
    }
    .combo-pkg-sec .detail-lite-cont {
        margin: 30px 0 60px;
    }
    .pr-partition:before {
        width: 100%;
        bottom: -60px;
        height: 2px;
    }
    .pr-box-last {
        margin-top: 0;
    }
    .client-area {
        padding-left: 0;
    }
    .topbar p {
        display: none;
    }
    p.mob {
        display: block;
        font-size: 12px;
    }
    .mainBanner .banner-btns a {
        min-width: 165px !important;
    }
    .theme-btn {
        font-size: 14px;
    }
    .company-logo {
        display: block;
    }
    .faq-blk .card button {
        white-space: normal;
    }
    .g-recaptcha {
        transform: scale(0.8);
    }
}

.package-box b {
    font-family: 'avertademo-regular';
}

div#accordionExample button {
    font-family: 'itc-avant-garde-gothic-std-bold';
}

form textarea {
    font-family: 'avertademo-regular';
}

a.logo img {
    width: 90%;
    filter: brightness(0) invert(1);
}

header.stickyOpen .logo img {
    filter: unset;
    width: 65%;
}

.footer_logo img {
    filter: brightness(0) invert(1);
    width: 50%;
}