/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body * {
    font-family: "Quicksand", sans-serif;
}
html, body {
    overflow-x: hidden;
    position: relative;
}
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 {
    width: 100%;
    padding: 32px 0px 0;
}
.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;
}
/* New Header Css */
header .top-head li a img {
    margin-right: 11px;
}
a.logo img {
    width: 100%;
}
header .top-head {
    float: right;
    margin-bottom: 20px;
}
header .top-head li {
    float: left;
    margin-right: 17px;
}
header .top-head li:last-of-type {
    margin: 0
}
header .top-head li img {
    position: relative;
}
header .top-head li i {
    color: #0f6ce2;
    margin-right: 6px;
}
header .top-head li:first-child a {
    text-transform: uppercase;
}
header .top-head li a {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    display: flex;
    align-items: center;
}
header .top-menu,  header .main-menu {
    float: left;
    width: 100%;
    text-align: right;
}
header .top-menu li,  header .main-menu li {
    margin-left: 20px;
    display: inline-block;
}
header .top-menu li:last-of-type {
    margin: 0
}
header .top-menu li a, header .main-menu li a {
    font-size: 15px;
    color: #888888;
    text-transform: capitalize;
    font-weight: 500
}
header nav {
    background: url(../images/menu-shape.png);
    text-align: center;
    margin-top: 14px;
    position: relative;
    z-index: 99;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -21px;
}
header nav:before {
    content: '';
    background: url("../images/nav-before.png") no-repeat;
    width: 7px;
    height: 51px;
    position: absolute;
    left: -6px;
    top: 0
}
header nav:after {
    content: '';
    background: url("../images/nav-after.png") no-repeat;
    width: 8px;
    height: 51px;
    position: absolute;
    right: -8px;
    top: 0
}
header nav li {
    margin: 0;
    display: inline-block;
}
header nav li:last-of-type {
    margin: 0
}
header nav li a {
    color: white;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    padding: 14px 16px;
    font-size: 18px;
}
header nav li a:hover {
    color: #000;
}
/* Sidebar Css */
.sidebar-sec {
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0.30);
    box-shadow: 0px 3.287px 30.238px 0px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12.325300216674805px);
    width: 17%;
    padding: 22px 12px 15px;
    top: 141px;
}
.sidebar-sec ul li {
    margin-bottom: 6px;
}
.sidebar-sec ul li a {
    border-radius: 3.287px;
    background: #FFF;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #505050;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.4s linear;
}
.sidebar-sec ul li:hover a, .sidebar-sec ul li.active a {
    background: #FA8520;
    color: #fff;
}
header nav li.dropdown:after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    right: 0px;
    top: 17px;
}
header nav li ul.sub-menu {
    position: absolute;
    background: #fff;
    box-shadow: 0px 3.287px 30.238px 0px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12.325300216674805px);
    width: 270px;
    opacity: 0;
    transition: all 0.4s linear;
}
header nav li ul.sub-menu li a {
    color: #505050;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: left;
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #fa852c;
    transition: all 0.4s linear;
}
header nav li ul.sub-menu li {
    display: block;
}
header nav li ul.sub-menu li:hover a {
    background: #fa852c;
    color: #fff;
}
header nav li ul.sub-menu li:last-child a {
    border: 0;
}
header nav li.dropdown:hover ul.sub-menu {
    opacity: 1;
}
/* Banner Css */
section.banner-row {
    background-image: url(../images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 85px 0px 265px;
    position: relative;
}
section.banner-row:before {
    content: "";
    background-image: url(../images/banner-before.png);
    width: 260px;
    height: 238px;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 11px;
    left: 0;
    animation: softSway 5s ease-in-out infinite;
  transform-origin: top left;
}
@keyframes softSway {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-5px) rotate(-2deg);
  }
  50% {
    transform: translateY(0px) rotate(1deg);
  }
  75% {
    transform: translateY(5px) rotate(-1deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
section.banner-row:after {
    content: "";
    background-image: url(../images/banner-after.png);
    width: 288px;
    height: 268px;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: auto;
    bottom: 145px;
    right: 0;
    z-index: -1;
    animation: rightLeafWave 6s ease-in-out infinite;
    transform-origin: center;
}
@keyframes rightLeafWave {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(4px) rotate(2deg);
  }
  50% {
    transform: translateX(0px) rotate(-1deg);
  }
  75% {
    transform: translateX(-4px) rotate(1deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
.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-sec img {
    width: 100%;
    margin-bottom: -20px;
}
.banner-form {
    background-image: linear-gradient(270deg, #FB862080, #FB8620);
    padding: 37px 30px 36px 37px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 158px;
}
.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%;
}
section.inner-page-banner-row {
    padding: 78px 325px 42px;
}
section.inner-page-banner-row .banner-sec p {
    margin: 0 auto 33px;
    width: 80%;
    font-size: 20px;
    color: #515151;
    line-height: 40px;
}
section.inner-page-banner-row .banner-form {
    margin: 0;
}
/* Publishing Css */
section.publishing-row {
    padding: 100px 222px 180px;
    position: relative;
}
section.publishing-row:before {
    content: "";
    background-image: url(../images/section-before.png);
    width: 263px;
    height: 253px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 39px;
    animation: bottomLeafFloat 4s ease-in-out infinite;
    transform-origin: bottom left;
}
@keyframes bottomLeafFloat {
  0% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
  50% {
    transform: translateY(-6px) scale(1.01) rotate(-1deg);
  }
  100% {
    transform: translateY(0) scale(1) rotate(0deg);
  }
}
.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: 43px 0 93px 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: 51%;
    bottom: 35px;
}
.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:nth-child(2) .publishing-sec img {
    height: 297px;
}
section.publishing-row .col-xxl-3:nth-child(3) .publishing-sec {
    padding: 66px 0 50px 20px;
}
section.publishing-row .col-xxl-3:nth-child(3) .publishing-sec .text {
    width: 52%;
}
section.publishing-row .col-xxl-3:nth-child(3) .publishing-sec img {
    height: 188px;
    width: 50%;
}
section.publishing-row .col-xxl-3:nth-child(4) .publishing-sec {
    padding: 38px 0 25px 21px;
}
section.publishing-row .col-xxl-3:nth-child(4) .publishing-sec .text {
    width: 51%;
}
section.publishing-row .col-xxl-3:nth-child(5) .publishing-sec img {
    width: 38%;
    bottom: 30px;
}
section.publishing-row .col-xxl-3:nth-child(5) .publishing-sec {
    padding: 65px 0 43px 34px;
}
section.publishing-row .col-xxl-3:nth-child(5) .publishing-sec .text {
    width: 60%;
}
section.publishing-row .col-xxl-6:last-child .publishing-sec {
    padding-bottom: 0px;
    padding-top: 85px;
}
section.publishing-row .col-xxl-6:last-child .publishing-sec img {
    height: 239px;
}
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: 40px 0 40px 37px;
    align-items: center;
}
section.publishing-row .col-xxl-3:first-child .publishing-sec img {
    width: 65%;
    height: auto;
    bottom: 3px;
    left: auto;
    right: 0;
}
/* Cta Css */
section.cta-row {
    background-image: linear-gradient(90deg, #FB862080, #FB8620);
    padding: 0 106px;
}
.cta-sec h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    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;
}
.packages-sec h4, .packages-sec h5 {
    color: #000 !important;
    font-size: 17px !important;
    font-weight: 700;
    margin: 0;
    line-height: 30px;
}
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;
    margin: 0 5px 18px;
    transition: all 0.4s linear;
}
.portfolio-main-sec ul li a {
    background: #FC851D;
    padding: 18px 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 18px;
    display: block;
}
.portfolio-main-sec ul li:hover {
    transform: scale(1.1);
}
.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: 60px; /** Fallback */
    height: 64px; /** 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;
}
/* 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 ul li ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
.terms-sec h2 {
    font-size: 40px;
    color: #000;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.terms-sec h3 {
    font-size: 30px;
    color: #000;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.terms-sec ul li a {
    color: #fc852a;
    font-weight: 700;
    text-decoration: underline;
}
/* About Page Css */
section.mission-row {
    padding: 85px 0 199px;
}
section.mission-row:before {
    top: auto;
    bottom: 153px;
}
.mission-tabs-sec ul#pills-tab {
    margin-bottom: 21px !important;
}
.mission-tabs-sec ul#pills-tab .nav-link {
    padding: 0;
    margin-right: 28px;
    font-size: 32px;
    color: #000;
    opacity: 0.4;
    font-weight: 600;
    text-transform: capitalize;
}
.mission-tabs-sec ul#pills-tab .nav-link.active {
    background: transparent;
    opacity: 1;
}
.mission-tabs-sec {
    margin-left: 70px;
}
section.feature-row {
    padding: 94px 0 100px;
}
.feature-sec h2 {
    margin-bottom: 33px;
    font-size: 42px;
}
.feature-sec ul {
    margin: 0;
    padding: 0;
}
.feature-sec ul li {
    /* display: flex; */
    margin-bottom: 28px;
    font-size: 20px;
    color: #000;
    line-height: 35px;
    width: 95%;
    text-transform: capitalize;
    align-items: center;
    /* flex-wrap: wrap; */
    list-style: none;
    position: relative;
    padding-left: 46px;
}
.feature-sec ul li img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 18px;
    position: absolute;
    left: 0;
    top: 4px;
}
/* Services Page Css */
section.services-row {
    padding: 99px 0 300px;
    position: relative;
}
section.services-row:before {
    content: "";
    background-image: url(../images/section-before.png);
    width: 263px;
    height: 253px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 65px;
    animation: bottomLeafFloat 6s ease-in-out infinite;
    transform-origin: bottom left;
}
section.services-row .container-fluid {
    padding: 0;
}
.services-head {
    margin-bottom: 40px;
}
.services-head h2 {
    width: 55%;
    margin: 0 auto 21px;
}
.services-head p {
    width: 52%;
    margin: auto;
    opacity: 0.6;
}
.service-sec {
    border-radius: 42.429px;
    border: 3.35px solid rgba(253, 126, 16, 0.30);
    background: linear-gradient(270deg, rgba(251, 134, 32, 0.15) 0%, rgba(251, 134, 32, 0.30) 100%);
    display: flex;
    align-items: center;
    padding: 49px 20px 49px 40px;
    position: relative;
    z-index: 1;
}
.owl-item.active .service-sec {
    border: 4.705px solid #FD7E10;
    background: linear-gradient(270deg, rgba(251, 134, 32, 0.50) 0%, #FB8620 100%);
}
.service-sec:before {
    content: "";
    background-image: url(../images/services-box-bg.png);
    width: 558px;
    height: 508px;
    position: absolute;
    z-index: -1;
    opacity: 0.4;
}
.owl-item.active .service-sec:before {
    opacity: 1;
}
.service-sec .text {
    width: 60%;
}
section.services-row .owl-item .service-sec img {
    width: 40%;
    height: 435px;
    object-fit: contain;
}
section.services-row .service-sec button.w-btn {
    margin: 0;
}
section.services-row .service-sec h3 {
    color: #676767;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
section.services-row .service-sec p {
    color: #676767;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 20px;
    width: 95%;
}
section.services-row .item {
  transition: .4s ease all;
  margin: 0 20px;
}
section.services-row .owl-item.active .item {
    opacity: 1;
}
section.services-row .owl-item.active .item .service-sec .text {
    width: 60%;
}
section.services-row .owl-item.active .item .service-sec img {
    width: 40%;
}
section.services-row .owl-item.active .item .service-sec .text h3 {
    color: #fff;
}
section.services-row .owl-item.active .item .service-sec .text p {
    color: #fff;
}
section.services-row .owl-item.active .item .service-sec button.w-btn {
    background: #fff;
    color: #565656;
}
section.services-row .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 66px;
}
section.services-row .owl-carousel button.owl-dot {
    position: relative;
    top: 0;
}
section.services-row .owl-theme .owl-dots .owl-dot span {
    background: #000000;
    height: 2px;
    width: 20px;
    border-radius: 20px;
    display: inline-block;
    margin: 0 8px !important;
    vertical-align: middle;
}
section.services-row .owl-theme .owl-dots .owl-dot.active span {
    height: 4px;
    background: #000;
    width: 35px;
}
/* Reviews Css */
.review-sec {
    border: 1px solid #AFAFAF;
    padding: 51px 48px;
    border-radius: 22px;
    transition: all 0.4s linear;
}
.review-flx {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.review-flx img {
    width: 70px !important;
    height: 70px;
    object-fit: cover;
    border-radius: 50px;
}
.review-flx .text {
    margin-left: 15px;
}
.review-flx .text h3 {
    font-size: 22px;
    color: #707070;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 5px;
}
.review-flx .text h4 {
    font-size: 18px;
    color: #898989;
    line-height: 20px;
}
.review-sec h3 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
}
.review-sec p {
    color: #8D8D8D;
    font-size: 20px;
    line-height: 30px;
}
.review-sec ul {
    text-align: right;
}
.review-sec ul li {
    display: inline-block;
    margin: 0 0 0 5px;
}
.review-sec ul li i {
    color: #FFAE00;
    font-size: 20px;
}
.review-sec ul li.unset i {
    color: #ABABAB;
}
.review-sec img.rating {
    width: 208px;
    margin: auto;
    margin-right: 0;
}
section.inner-portfolio-row {
    padding-top: 100px;
}
.review-sec:hover {
    cursor: pointer;
    background-image: linear-gradient(180deg, #FDC28E, #FB8721);
    border-color: #FC851D;
}
.review-sec:hover * {
    color: #fff !important;
    transition: all 0.4s linear;
}
/* FAQ Css */
.accordion-button::after {
  background-image: url("../images/plus-icon.png");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus-icon.png");
}
.accordion-button::after {
  transition: all 0.5s;
  margin: 0 45px 0px 48px;
}
section.faq-row {
    padding: 99px 270px 300px;
}
.accordion-button {
    background: #EBEBEB;
    padding: 50px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    color: #2B3941;
    font-size: 20px;
    font-weight: 600;
    border-radius: 20px !important;
}
.accordion-item {
    border: 0;
    margin-bottom: 38px;
}
.accordion-button:not(.collapsed) {
    box-shadow: unset;
    color: #fff;
    background-image: linear-gradient(270deg, #FB862080, #FB8620);
    border-radius: 20px 20px 0px 0px !important;
}
.accordion-collapse.collapse.show .accordion-body {
    accordion-collapse collapse empty-cells: show;
    background-image: linear-gradient(270deg, #FB862080, #FB8620);
    border-radius: 0px 0px 20px 20px !important;
    padding: 0 106px 34px 116px;
}
.accordion-collapse.collapse.show .accordion-body p {
    font-size: 17px;
    color: #fff;
    line-height: 28px;
}
/* Contact Css */
section.contact-head-row {
    padding: 100px 279px 0px 290px;
}
.contact-head-sec ul {
    margin: 0;
    padding: 0;
}
.contact-head-sec ul li {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: #000;
    line-height: 35px;
    text-transform: capitalize;
    align-items: center;
    list-style: none;
    position: relative;
    margin-right: 36px;
}
.contact-head-sec ul li img {
    margin-right: 11px;
    =: 30px;
    position: relative;
    top: 4px;
}
.contact-head-sec ul li a {
    color: #464646;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: baseline;
}
.contact-head-sec p {
    margin-bottom: 25px;
}
section.contact-row {
    padding-bottom: 94px;
}
.contact-sec {
    background-image: linear-gradient(90deg, #FC851D, #FC851D66);
    padding: 60px;
    border-radius: 50px;
}
.contact-sec h2 {
    text-align: center;
    margin-bottom: 43px;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
}
.contact-sec .form-group {
    margin-bottom: 30px;
}
.contact-sec .form-group input, .contact-sec .form-group textarea {
    background: #FFC491;
    border-color: #FFFFFF;
    height: 65px;
    padding-left: 35px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.contact-sec .form-group input::placeholder, .contact-sec .form-group textarea::placeholder {
    color: #fff;
}
.contact-sec .form-group textarea {
    height: 300px;
    border-radius: 40px;
    padding-top: 25px;
}
.contact-sec button.w-btn {
    margin: 0;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 16px 80px;
}
.contact-sec button.w-btn:hover {
    background: #212c43;
    color: #fff;
    border-color: #212c43;
}
/* Choose Page Css */
section.choose-feature-row {
    padding: 150px 0;
}
section.choose-feature-row .feature-sec img {
    width: 100%;
}
section.choose-feature-row .feature-sec ul li img {
    width: 30px;
}
/* Process Page Css */
section.process-row {
    padding: 120px 158px;
    position: relative;
}
section.process-row:before {
    content: "";
    background-image: url(../images/section-before.png);
    width: 263px;
    height: 253px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 39px;
}
.process-head h2 {
    width: 45%;
    margin: 0 auto 18px;
}
.process-head p {
    width: 65%;
    margin: auto;
}
section.process-row:after {
    content: "";
    background-image: url(../images/step-guide.png);
    width: 548px;
    height: 1206px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 550px;
    left: 0;
    right: 0;
    margin: auto;
}
.process-sec img {
    width: 100%;
}
.process-sec h2 {
    background: linear-gradient(180deg, rgba(151, 71, 255, 0.05) -158.98%, rgba(125, 43, 116, 0.05) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 248px;
    font-weight: 700;
    line-height: 200px;
    text-transform: capitalize;
    font-family: Poppins;
    margin-bottom: -60px;
}
.process-sec h3 {
    color: #1E1E1E;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.process-sec p {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-transform: capitalize;
    opacity: 0.6;
    margin: 0;
}
/* Portfolio Page Css */
section.book-porfolio-row {
    padding: 117px 0 200px;
    position: relative;
}
.book-portfolio-head {
    margin-bottom: 57px;
}
.book-cover-portfolio {
    position: relative;
}
section.book-porfolio-row:before {
    content: "";
    background-image: url(../images/book-bg.png);
    width: 50%;
    height: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    margin: auto;
}
section.book-porfolio-row .swiper-container {
    padding-bottom: 60px;
}
section.book-porfolio-row .swiper-slide{
    width: 300px;
}
section.book-porfolio-row .swiper-slide img {
    width: 100%;
}
section.book-porfolio-row .swiper-pagination {
    bottom: 0px !important;
}
span.swiper-pagination-bullet {
    height: 2px;
    background: #000;
    width: 20px;
    vertical-align: middle;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    height: 4px !important;
    width: 35px !important;
    border-radius: 4px;
}
section.audio-portfolio-row {
    padding: 150px 0 142px 210px;
    position: relative;
}
section.audio-portfolio-row:after {
    content: "";
    background-image: url(../images/audiobook-portfolio-bg.png);
    width: 50%;
    height: 643px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.audio-book-sec img {
    width: 100%;
}
section.audio-portfolio-row .swiper.mySwiper {
    overflow: hidden;
    padding: 29px 0px 29px 30px;
    position: relative;
}
section.audio-portfolio-row .swiper.mySwiper .swiper-wrapper {
    padding-bottom: 40px;
}
section.audio-portfolio-row .swiper-slide.swiper-slide-active {
    transform: scale(1.1);
}
section.audio-portfolio-row .swiper-slide {
    transform: scale(0.7);
}
section.audio-portfolio-row .swiper-slide.swiper-slide-next {
    transform: scale(0.8);
}
section.audio-portfolio-row .swiper.mySwiper .swiper-pagination {
    left: 120px;
    margin: 0;
    text-align: left;
    bottom: -7px;
}
section.web-process-row .feature-sec h2 {
    margin-bottom: 20px;
}
section.web-process-row .feature-sec p {
    margin-bottom: 33px;
}
section.trailer-portfolio-row .swiper.mySwiper2 {
    overflow: hidden;
    position: relative;
}
section.trailer-portfolio-row .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}
section.trailer-portfolio-row .swiper.mySwiper2 .swiper-wrapper {
    padding-bottom: 70px;
}
.book-trailer-sec {
    position: relative;
}
.book-trailer-sec img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: brightness(0.5);
    border-radius: 30px;
}
.book-trailer-sec a {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.book-trailer-sec a img {
    width: 77px;
    height: 77px;
    filter: unset;
    border-radius: 0;
}
section.trailer-portfolio-row {
    padding-bottom: 108px;
    position: relative;
}
section.trailer-portfolio-row:before {
    content: "";
    background-image: url(../images/trailer-bg.png);
    width: 1201px;
    height: 909px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -210px;
    z-index: -1;
}
.book-trailer-head {
    margin-left: 93px;
    margin-top: 62px;
}
/* Packages Page Css */
section.packages-page-row {
    padding-bottom: 200px;
    position: relative;
}
section.packages-process-row {
    padding: 120px 180px 120px 240px;
}
section.packages-page-row:before {
    content: "";
    background-image: url(../images/packages-bg.png);
    width: 650px;
    height: 913px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 80px;
}
section.packages-process-row:after {
    background-image: url(../images/step-guide3.png);
    width: 1005px;
    height: 2851px;
    top: 640px;
    left: -670px;
}
section.packages-process-row .packages-sec {
    margin: 0 auto 60px;
    width: 49%;
}
section.packages-process-row .packages-sec:hover {
    transform: unset;
    z-index: unset;
}
section.packages-process-row .packages-sec:after {
    content: "";
    background-image: url(../images/packages-inner-bg.png);
    width: 715px;
    height: 718px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -180px;
    right: 0;
    margin: auto;
    top: 20px;
    z-index: -1;
}
/* Services Inner Pages Css */
section.services-process-row {
    padding: 0 217px 48px 238px;
}
section.services-process-row .row {
    margin-bottom: 75px;
}
section.services-process-row .process-head {
    margin-bottom: 70px;
}
section.services-process-row:after {
    top: 425px;
}
section.publishing-services-row {
    padding: 100px 0 80px;
}
.publishing-services-head {
    margin-bottom: 55px;
}
.publishing-services-head p {
    width: 75%;
    margin: auto;
}
.publishing-services-sec {
    border-radius: 18px;
    border: 1.158px solid #FFF;
    background: #F1F1F1;
    backdrop-filter: blur(9.034992218017578px);
    text-align: center;
    padding: 21px 35px 25px;
    margin-bottom: 49px;
}
.publishing-services-sec .img-box {
    border-radius: 10.425px;
    background: #FFF;
    padding: 40px 0;
    margin-bottom: 20px;
}
.publishing-services-sec .img-box img {
    width: 63px;
    height: 65px;
    object-fit: scale-down;
    filter: contrast(0);
}
.publishing-services-sec h3 {
    color: #575757;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.5px;
    margin: 0;
    font-family: Poppins;
    min-height: 43px;
}
.publishing-services-sec:hover {
    background: linear-gradient(270deg, #F8C69B 0%, #FC8620 100%);
    cursor: pointer;
}
.publishing-services-sec:hover * {
    transition: all 0.4s linear;
    color: #fff;
}
.publishing-services-sec:hover .img-box img {
    filter: unset;
}
section.editing-ser-process-row {
    padding: 120px 217px 48px 238px;
}
section.editing-ser-process-row::after {
    background-image: url(../images/step-guide2.png);
    width: 355px;
    height: 509px;
    top: 480px;
}
section.editing-ser-process-row .process-sec h3 {
    font-size: 43px;
    z-index: 1;
    position: relative;
}
section.choose-feature-row {
    padding: 150px 218px 70px 177px;
}
section.choose-feature-row .row {
    padding-bottom: 80px;
}
section.choose-feature-row .row:last-child img {
    width: 92%;
}
section.choose-feature-row .row:last-child .feature-sec ul li img {
    width: 30px;
}
section.ser-format-process-row {
    padding-top: 120px;
}
section.audio-service-row {
    padding: 150px 0 0;
}
section.audio-page-portfolio-row {
    padding-top: 0;
}
section.illustration-about-row {
    padding-bottom: 100px;
}
section.illustration-services-row {
    padding-bottom: 0;
}
section.illustration-cta-row .cta-sec img {
    margin-top: 0;
}
section.web-offer-row {
    padding: 123px 0 0;
}
.offer-head {
    margin-bottom: 40px;
}
.offer-head p {
    width: 75%;
    margin: auto;
}
.web-offer-sec {
    border-radius: 52.779px;
    border: 4.167px solid rgba(253, 126, 16, 0.30);
    background: linear-gradient(270deg, rgba(251, 134, 32, 0.20) 0%, rgba(251, 134, 32, 0.40) 100%);
    padding: 21px 42px 25px 52px;
    transition: all 0.4s linear;
    position: relative;
}
.web-offer-sec img {
    margin: 0 auto 24px;
    display: block;
}
.web-offer-sec h3 {
    color: #676767;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.web-offer-sec .overflow {
    overflow-y: scroll;
    height: 200px;
    margin-bottom: 25px;
}
.web-offer-sec p {
    color: #676767;
    font-family: Poppins;
    font-size: 16.5px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 10px;
}
.web-offer-sec p strong {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.web-offer-sec ul {
    padding-left: 35px;
    margin-bottom: 0;
}
.web-offer-sec button.w-btn {
    margin: 0;
}
section.web-offer-row .row {
    padding: 0 60px;
}
.web-offer-sec:before {
    content: "";
    background-image: url(../images/offer-before.png);
    width: 494px;
    height: 449px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    z-index: -1;
    opacity: 0.5;
}
.web-offer-sec:hover {
    border: 4.167px solid #FD7E10;
    background: linear-gradient(270deg, rgba(251, 134, 32, 0.50) 0%, #FB8620 100%);
    cursor: pointer;
}
.web-offer-sec:hover * {
    color: #fff;
    transition: all 0.4s linear;
}
.web-offer-sec:hover:before {
    opacity: 1;
}
.web-offer-sec:hover button.w-btn {
    background: #fff;
    color: #565656;
}
section.marketing-services-row {
    padding-bottom: 0;
}
section.marketing-process-row {
    padding-top: 0;
    padding-bottom: 0;
}
section.book-translation-row {
    padding-bottom: 0;
    padding-top: 120px;
}
.book-trailer-inner-sec a {
    width: 77px;
}
section.trailer-process-row {
    position: relative;
    padding-bottom: 0;
}
section.trailer-process-row .row {
    padding-bottom: 118px;
}
section.trailer-process-row:before {
    background-image: url(../images/trailer-bg.png);
    width: 1201px;
    height: 909px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    content: "";
    right: 0;
}
section.trailer-process-row:after {
    content: "";
    background-image: url(../images/trailer-bg.png);
    width: 1201px;
    height: 909px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -110px;
    left: 0;
    z-index: -1;
}
section.trailer-process-row .book-trailer-sec img {
    height: 500px;
}
section.trailer-process-row .book-trailer-sec a img {
    height: 77px;
}
section.book-reviews-row {
    padding: 128px 0 200px 0px;
}
.book-reviews-main-sec {
    padding-left: 278px;
}
.book-reviews-main-sec .swiper.mySwiper2 {
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
}
section.book-reviews-row .review-rgt-sec {
    margin-left: -220px;
}
section.book-reviews-row .review-sec img.rating {
    width: 208px;
    margin: auto;
    display: table;
    margin-right: 0;
}
section.book-reviews-row::before {
    right: 0;
}
section.book-reviews-row .review-sec {
    background: rgba(243, 243, 243, 0.30);
    backdrop-filter: blur(15px);
    border: 2px solid #FFF;
    border-radius: 25px;
}
section.book-reviews-row .review-sec p {
    color: #5C5C5C;
}
section.book-reviews-row .review-sec:hover * {
    color: unset !important;
}
section.review-about-row {
    position: relative;
}
section.review-about-row:before {
    content: "";
    background-image: url(../images/trailer-bg.png);
    width: 1201px;
    height: 909px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
section.review-about-row img {
    height: 500px;
    filter: unset;
    border-radius: 20px;
}
/* Footer Css */
footer.footer-row {
    background: #FC851D;
    padding: 88px 0 60px;
}
.footer-sec img {
    margin-bottom: 30px;
    width: 100%;
    height: 105px;
    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;
}