/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
body * {
    font-family: "Quicksand", sans-serif;
}
html, body {
    overflow-x: hidden;
}
a {
    text-decoration: unset;
}
ul {
    margin: 0;
    padding: 0;
}
/* Topbar Css */
.top-bar {
    background: #fc862c;
    padding: 10px 0;
    display: none;
}
.top-bar a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.top-bar a img {
    filter: brightness(10);
}
/* Header Css */
header.header-row {
    position: absolute;
    width: 100%;
    z-index: 11;
    padding: 32px 84px 0 102px;
}
.header-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-sec img {
    margin: 0;
}
.header-sec ul li {
    display: inline-block;
    margin-left: 52px;
}
.header-sec ul li a {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.header-sec ul li a img {
    margin-right: 10px;
}
.header-sec ul li.w-btn a {
    background: #FC861F;
    padding: 16px 38px;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
    display: block;
    border-radius: 50px;
    text-transform: capitalize;
    transition: all 0.5s;
}
/* Banner Css */
section.banner-row {
    background-image: url(../images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 66px;
    position: relative;
}
section.banner-row:before {
    content: "";
    background-image: url(../images/banner-before.png);
    width: 226px;
    height: 311px;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 120px;
}
section.banner-row:after {
    content: "";
    background-image: url(../images/banner-after.png);
    width: 278px;
    height: 426px;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 316px;
    right: 0;
    z-index: -1;
}
.banner-rgt {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 36px;
    justify-content: space-between;
}
.banner-rgt:after {
    content: "";
    background-image: url(../images/image-after.png);
    width: 100%;
    height: 43px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 0;
    margin: auto;
    z-index: -1;
}
.banner-rgt img {
    width: 100% !important;
}
.banner-sec h1 {
    color: #3D3D3D;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
    margin-bottom: 21px;
}
.banner-sec p {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 25px;
    width: 93%;
}
.banner-sec ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 22px;
}
.banner-sec ul li {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 32px;
    position: relative;
    width: 48%;
    margin-right: 12px;
}
.banner-form {
    background-image: linear-gradient(270deg, #FB862080, #FB8620);
    padding: 37px 30px 36px 37px;
    border: 1px solid #fff;
    border-radius: 50px;
}
.banner-form h2 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 29px;
}
.banner-form  form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-form form input {
    width: 230px;
    background: #FFC491;
    border-color: #fff;
    padding: 17px 30px;
    border-radius: 50px;
    color: #000000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}
.error {
    color: red;
    font-weight: 600;
    font-size: 16px;
}
.banner-form form button {
    width: 226px;
    background: #FFF6DD;
    border: 1px solid #000;
    padding: 17px;
    border-radius: 50px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.5s;
}
.banner-form form input::placeholder {
    color: #000;
    opacity: 75%;
}
/* Publishing Css */
section.publishing-row {
    padding: 100px 222px 180px;
}
.publishing-head {
    margin-bottom: 60px;
}
.w-head h2 {
    font-size: 45px;
    color: #000000;
    line-height: 55px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.w-head p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    text-transform: capitalize;
}
.publishing-head p {
    width: 82%;
    margin: auto;
}
.publishing-sec {
    background-image: url(../images/publishing-small-bg.png);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 60px 0 47px 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 1;
    margin-bottom: 27px;
}
.publishing-sec img {
    width: 100%;
}
section.publishing-row .col-xxl-3 .publishing-sec img {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 50%;
    height: auto;
    right: 0;
    margin: auto;
    margin-right: 0;
    z-index: -1;
}
section.publishing-row .col-xxl-3:nth-child(4) .publishing-sec img {
    width: 63%;
    bottom: 20px;
}
.publishing-sec h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 13px;
}
.publishing-sec .text {
    width: 70%;
}
.publishing-sec img {
    width: 42%;
    height: 209px;
    object-fit: scale-down;
}
.publishing-sec p {
    color: #fff;
    font-size: 13.5px;
}
section.publishing-row .col-xxl-6:last-child .publishing-sec {
    padding-bottom: 0;
}
section.publishing-row .col-xxl-6:last-child .publishing-sec img {
    height: 280px;
}
section.publishing-row .col-xxl-6 .publishing-sec {
    background-image: url(../images/publishing-lrg-bg.png);
    padding-left: 37px;
    padding-top: 20px;
}
section.publishing-row .col-xxl-6:nth-child(2) .publishing-sec {
    padding-top: 31px;
}
section.publishing-row .col-xxl-3:first-child .publishing-sec img {
    width: 100%;
    height: auto;
    right: 0;
    bottom: 0;
}
/* Cta Css */
section.cta-row {
    background-image: linear-gradient(90deg, #FB862080, #FB8620);
    padding: 0 106px;
}
.cta-sec h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
}
.cta-sec img {
    width: 100%;
    margin-top: -104px;
    margin-bottom: 7px;
}
.cta-sec ul {
    text-align: right;
}
.cta-sec ul li {
    display: inline-block;
    margin-left: 31px;
}
.cta-sec ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    display: block;
}
.cta-sec ul li a i {
    margin-right: 12px;
    background: #fff;
    color: #24190C;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
}
.cta-sec ul li.w-btn a {
    background: #fff;
    color: #000;
    padding: 16px 52px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
    transition: all 0.5s;
}
/* Packages Css */
section.packages-row {
    padding: 100px 0 60px;
}
.packages-head {
    margin-bottom: 10px;
}
.packages-head p {
    width: 75%;
    margin: auto;
}
.packages-sec {
    background: #F8F8F8;
    padding: 48px 0 53px;
    border-radius: 50px;
    width: 85%;
    margin: auto;
    position: relative;
    margin-bottom: 50px;
    transition: all 0.4s linear;
    margin-top: 65px;
}
.packages-sec h2 {
    text-align: center;
    background: #FC862C;
    padding: 10px 0px;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.packages-sec h2:before {
    content: "";
    background-image: url(../images/pkg-lft-shape.png);
    width: 21px;
    height: 109px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -20px;
    top: -10px;
}
.packages-sec h2:after {
    content: "";
    background-image: url(../images/pkg-rgt-shape.png);
    width: 21px;
    height: 109px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -20px;
    top: -10px;
}
.packages-sec h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
}
.packages-sec h3 span {
    display: block;
    font-weight: 400;
}
.packages-sec ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
    padding: 10px 30px 20px 50px;
    min-height: 400px;
    max-height: 400px;
    overflow-y: scroll;
    margin-bottom: 30px;
}
.packages-sec ul li {
    list-style: none;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.packages-sec ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    width: 20px;
    height: 20px;
    border: 1px solid #fc8635;
    background-color: #fc8635;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    position: absolute;
    left: -29px;
    top: 4px;
}
button.w-btn {
    background: #FC862C;
    border-color: #FC862C;
    padding: 16px 52px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
    display: table;
    margin: auto;
    transition: all 0.5s;
}
.packages-sec:before {
    content: "";
    background-color: #fc8635;
    width: 80%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50px;
    bottom: -30px;
    z-index: -5;
    opacity: 0;
}
.packages-sec:hover {
    transform: scale(1.1);
    cursor: pointer;
    z-index: 111;
}
.packages-sec:hover:before {
    opacity: 0;
}
.packages-sec p {
    font-size: 16px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    position: absolute;
    top: 50%;
}
.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}
/* Portfolio Css */
section.portfolio-row {
    padding-bottom: 100px;
}
.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: #FC851D;
    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-slider:before {
    content: "";
    background: url(../images/portfolio-before.png);
    width: 726px;
    height: 637px;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
}
.portfolio-slider:after {
    content: "";
    background: url(../images/portfolio-after.png);
    width: 726px;
    height: 637px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
}
.portfolio-sec {
    margin-bottom: 10px;
}
.portfolio-slider img {
    width: 100%;
    border-radius: 20px;
    height: 500px;
    object-fit: cover;
    object-position: top;
}
.portfolio-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);
    }
}
/* About Css */
section.about-row {
    padding-bottom: 60px;
}
.about-sec p {
    margin-bottom: 30px;
}
.about-sec button.w-btn {
    display: inline-block;
}
.about-sec button.w-btn2 {
    background: transparent;
    color: #000;
    margin-left: 18px;
    transition: all 0.5s;
}
.banner-form form button:hover, .header-sec ul li.w-btn a:hover, .cta-sec ul li.w-btn a:hover, button.w-btn:hover {
    background: #212c43;
    color: #fff;
    box-shadow: 0px 28px 21px -22px black;
    transform: translateY(-5px);
}
button.w-btn:hover {
    border-color: #212c43;
}
/* Rotating Css */
section.logo-row {
    padding-bottom: 120px;
}
section.logo-row .circle {
    --width: 200px;
    --height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--height, 130px);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: relative;
}
section.logo-row .circle:before {
    content: "";
    width: 509px;
    height: 1px;
    background: #000000;
    left: 0;
    position: absolute;
}
section.logo-row .circle:after {
    content: "";
    width: 509px;
    height: 1px;
    background: #000000;
    right: 0;
    position: absolute;
}
section.logo-row .logo {
    position: absolute;
    background-color: #fff;
    background: url("../images/favicon.png");
    background-size: cover;
    width: 78px; /** Fallback */
    height: 39px; /** Fallback */
    background-repeat: no-repeat;
    background-position: center;
}
section.logo-row .text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite;
    -webkit-animation: rotateText 10s linear infinite;
}
section.logo-row .text .char {
    position: absolute;
    left: 50%;
    font-size: 21px;
    transform-origin: 0 calc(var(--width, 350px) / 2);
    font-weight: 600;
}
@keyframes rotateText {
    0% {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
    }
}
/* Trust Css */
section.trust-row {
    padding-bottom: 100px;
}
.trust-sec {
    background-image: url(../images/trust-box-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px 22px 32px;
}
.trust-sec img {
    display: block;
    margin: auto;
    margin-right: 77px;
    margin-bottom: 25px;
}
.trust-sec h3 {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    line-height: 32px;
    margin-bottom: 10px;
}
.trust-sec p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    min-height: 182px;
}
/* Books Css */
section.book-row {
    padding-bottom: 100px;
}
.book-head {
    margin-bottom: 46px;
}
.book-lft-sec img {
    width: 100%;
}
.book-sec {
    margin-bottom: 23px;
    position: relative;
    padding-left: 40px;
}
.book-sec:before {
    content: "";
    background-image: url(../images/arrow.png);
    width: 27px;
    height: 97px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50px;
}
.book-sec:last-child:before {
    display: none;
}
.book-sec .heading-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    position: relative;
}
.book-sec .heading-line h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 30px;
    margin: 0;
}
.book-sec .heading-line:after {
    content: "";
    background: #FC851D;
    height: 1px;
    width: 58%;
    position: absolute;
    right: 0;
}
.book-sec:nth-child(2) .heading-line:after {
    width: 34%;
}
.book-sec:nth-child(3) .heading-line:after {
    width: 60%;
}
.book-sec:nth-child(4) .heading-line:after {
    width: 59%;
}
.book-sec:last-child .heading-line:after {
    width: 53%;
}
/* Testimonials Css */
section.testimonials-row {
    padding-bottom: 100px;
}
.testimonials-sec {
    display: flex;
    background-image: linear-gradient(90deg, #FC851D, #FC851D00);
    border: 1px solid #020419;
    border-radius: 33px;
    align-items: center;
    padding-right: 23px;
}
.testimonials-head {
    margin-bottom: 30px;
}
.testimonials-head p {
    width: 35%;
    margin: auto;
}
section.testimonials-row .container-fluid {
    padding: 0;
}
.testimonials-sec img {
    height: 350px;
}
.testimonials-sec .text {
    margin-left: 26px;
}
.testimonials-sec h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    line-height: 35px;
    margin-bottom: 10px;
}
.testimonials-sec h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    line-height: 25px;
    margin-bottom: 10px;
}
.testimonials-sec ul li {
    display: inline-block;
}
.testimonials-sec ul {
    margin-bottom: 20px;
}
.testimonials-sec ul li i {
    color: #FF7700;
}
.testimonials-sec ul li:last-child i {
    color: #fff;
}
.testimonials-sec p {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
}
/* Popup Css */
.modal-content {
    border-radius: 1.5rem;
}
.modal-body {
    padding: 1.8rem;
}
div#staticBackdrop .close_popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff100;
    border: none;
    right: -10px;
    top: -10px;
    font-size: 20px;
}
div#staticBackdrop small.pkg_name {
    font-weight: 700;
}
div#staticBackdrop .form_field {
    margin-bottom: 12px;
}
.iti {
    width: 100%;
}
div#staticBackdrop .c_field {
    background: #f5f5fa;
    width: 100%;
    min-height: 45px;
    border-radius: 30px;
    border: 1px solid #FC851D;
    font-size: 14px;
    padding: 10px 20px;
}
div#staticBackdrop .an-primary-btn.dark {
    border: none;
    margin-top: 20px;
    display: block;
    margin-left: auto;
}
div#staticBackdrop .form-check-label {
    font-weight: 500;
    font-size: 14px;
}
div#staticBackdrop h3.title {
    font-size: 40px;
    color: black;
    margin-bottom: 15px;
    font-weight: 700;
}
div#staticBackdrop .btn-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #FC851D;
    border: none;
    right: -10px;
    top: -10px;
    font-size: 20px;
    opacity: 1;
    padding: 0;
}
div#staticBackdrop .btn-close i {
    color: #fff;
}
div#staticBackdrop p.firm_para {
    font-size: 14px;
    line-height: inherit;
    color: #000;
    padding-top: 0;
    font-weight: 600;
    padding-left: 5px;
}
div#staticBackdrop button.clr-btn {
    margin: 0 auto;
    display: block;
    margin-right: 0;
    padding: 14px 70px;
}
.iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
}
/* Terms Css */
section.inner-banner-row {
    background-image: url(../images/terms-bg.jpg);
    padding: 150px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
section.inner-banner-row:before {
    content: "";
    background: #fff;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.inner-banner-sec h1 {
    margin: 0;
    color: #3D3D3D;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
}
section.terms-row {
    padding: 80px 0;
}
.terms-sec p {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.terms-sec ul {
    margin-left: 30px;
    margin-bottom: 20px;
}
.terms-sec ul li {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
.terms-sec h2 {
    font-size: 40px;
    color: #000;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
/* Footer Css */
footer.footer-row {
    background: #FC851D;
    padding: 88px 0 60px;
}
.footer-sec img {
    margin-bottom: 30px;
    width: 100%;
    height: 65px;
    object-fit: scale-down;
}
.footer-sec p {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    width: 55%;
    margin: 0 auto 30px;
}
.footer-sec ul li {
    display: inline-block;
    margin: 0 22px;
}
.footer-sec ul li a img {
    margin: 0 12px 0 0px;
    width: auto;
    height: auto;
}
.footer-sec ul li a {
    font-size: 18px;
    color: #fff;
}
/* Copyright Css */
.copyright-sec {
    background: #212c43;
    padding: 20px 0;
}
.copyright-sec p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
.copyright-sec p a {
    color: #fc852a;
    font-weight: 600;
}