/*Body Css*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
/*font-family: 'Poppins', sans-serif;
font-family: 'Montserrat', sans-serif;*/
@font-face {
  font-family: PFDasGroteskPro;
  src: url(/fonts/PFDasGroteskPro-Reg.otf);
}
@font-face {
  font-family: PFDasGroteskPro-bold;
  src: url(/fonts/PFDasGroteskPro-Bold.otf);
}
h1, h2, h3, h4, h5, h6 {
    font-family: PFDasGroteskPro-bold;
}
p, a, span, strong {
    font-family: PFDasGroteskPro;
}
body , html
{
    overflow-x: hidden; 
}
p {
    margin-bottom: 0;
}
button.w-btn {
    background-color: #ff9900;
    border: 0;
    width: 160px;
    height: 41px;
    border-radius: 50px;
    padding: 0;
    transition: all 0.4s linear;
}
button.w-btn:hover {
    background-color: #242e3e !important;
}
button.w-btn:hover a {
    color: #fff;
}
button.w-btn a {
    text-decoration: unset;
    font-size: 16px;
    color: #232f3e;
    font-family: 'PFDasGroteskPro-bold';
}
.container {
    padding: 0;
}
/*Topbar Css*/
.top-bar {
     background-color: #fbb430;
    height: 27px;
    line-height: 27px;
}
.top-left ul {
    margin: 0;
    padding: 0;
}
.top-left ul li {
    display: inline-block;
    margin-right: 28px;
}
.top-left ul li strong , .top-right ul li strong {
    font-family: 'Poppins';
}
.top-left ul li a, .top-right ul li a {
    text-decoration: unset;
    font-size: 14px;
    color: #232f3f !important;
    font-family: 'PFDasGroteskPro';
    letter-spacing: 1px;
}
.top-right {
    float: right;
}
.top-right ul li {
    display: inline-block;
    margin-left: 17px;
}
.top-right ul {
    margin: 0;
    padding: 0;
}
.top-right ul li a {
    font-size: 14px;
    color: #d9d9d9;
    text-decoration: unset;
}
/*Header Css*/
.mobile.menu {
    display: none;
}
header {
    background-color: #232f3e;
}
header .bg-light {
    background-color: transparent !important;
    padding: 0px;
}
.navbar-expand-lg .container-fluid {
    padding: 0;
}
.navbar-brand {
    padding: 0;
    margin-right: 180px;
    width: 25%;
}
.navbar-brand img {
    width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    margin: 0 15px;
    color: #fff;
    font-size: 18px;
}
.navbar-expand-lg .navbar-nav .service-dropdown i {
    color: #fff;
}
.navbar-expand-lg .navbar-nav .service-dropdown:hover i {
    cursor: pointer;
}
.navbar-expand-lg .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}
ul.right-menu {
    margin: 0;
    padding: 0;
}
ul.right-menu li {
    list-style: none;
}
ul.right-menu li button {
    border: 0 !important;
    background-color: #fff;
    padding: 0;
    border-radius: 50px;
    width: 162px;
    height: 41px;
    transition: all 0.4s linear;
}
ul.right-menu li button a {
    text-decoration: inherit;
    font-size: 16px;
    color: #232f3e;
    font-family: 'PFDasGroteskPro-bold';
}
ul.right-menu li button:hover {
    background-color: transparent;
    border: 1px solid #fff !important;
}
ul.right-menu li button:hover a {
    color: #fff;
}
.navbar-expand-lg .navbar-nav .service-dropdown {
    position: relative;
}
.navbar-expand-lg .navbar-nav .service-dropdown ul {
    padding: 0px 0px 0px 0px !important;
    margin: 0;
    background-color: #fbb430;
    min-width: 230%;
    position: absolute;
    top: 26px;
    left: 15px;
    right: 0;
    border: 2px solid #000;
    border-bottom: 0;
    opacity: 0;
    z-index: 11111;
}
.navbar-expand-lg .navbar-nav .service-dropdown:hover ul.dropdown {
    opacity: 1;
}
.navbar-expand-lg .navbar-nav .service-dropdown ul li {
    display: block !important;
    margin-bottom: 7px;
    padding: 7px 0 7px 35px;
    border-bottom: 2px solid #000;
    position: relative;
}
.navbar-expand-lg .navbar-nav .service-dropdown ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: unset;
}
.navbar-expand-lg .navbar-nav .service-dropdown ul li:last-child {
    margin: 0;
}
.navbar-expand-lg .navbar-nav .service-dropdown ul li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #ffff;
    position: absolute;
    left: 15px;
    top: 7px;
}
section#bottom-links {
    background-image: -moz-linear-gradient( -90deg, rgb(223,225,221) 0%, rgb(170,170,170) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(223,225,221) 0%, rgb(170,170,170) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(223,225,221) 0%, rgb(170,170,170) 100%);
}
.secondary-link ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.secondary-link ul li {
    display: inline-block;
    padding: 25px 12px;
    transition: all 0.4s linear;
    margin-right: 19px;
}
.secondary-link ul li a {
    text-decoration: unset;
    font-size: 18px;
    color: #232f3e;
    font-family: 'PFDasGroteskPro-bold';
}
.secondary-link ul li:hover {
    background-color: #ff9900;
}
.secondary-link ul li:first-child {
    margin-left: 0;
}
.secondary-link ul li:last-child {
    margin-right: 0;
}
/*Banner Css*/
section#banner-row {
    background-image: url(/assets/images/banner.jpg);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
    padding: 164px 0 152px;
    position: relative;
    z-index: 999;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    filter: brightness(0);
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
.carousel-control-prev {
    left: -12%;
}
.carousel-control-next {
    right: -12%;
}
section#banner-row:before {
    content: '';
    background-color: #000;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -97;
}
.banner-sec h1 {
    font-size: 60px;
    color: #1c1c1c;
    line-height: 82px;
    margin-bottom: 5px;
}
.banner-sec img {
    margin-bottom: 12px;
}
.banner-sec p {
    font-size: 17px;
    color: #1c1c1c;
    line-height: 30px;
    margin-bottom: 34px;
}
/*About Css*/
section#about-row {
    padding: 125px 0 58px;
}
section#about-row img {
    width: 100%;
}
.about-sec {
    margin-top: 25px;
}
.about-sec h3 {
    font-size: 20px;
    color: #232f3e;
    line-height: 25px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.about-sec h2 {
    font-size: 60px;
    color: #1c1c1c;
    line-height: 82px;
    margin-bottom: 5px;
    width: 83%;
}
.about-book h2 {
    font-size: 52px;
    line-height: 70px;
    margin-bottom: 10px;
}
.about-sec p {
    font-size: 17px;
    color: #444444;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 48px;
    width: 74%;
}
.about-sec button {
    margin-bottom: 35px;
}
section#about-row button {
    transition: all 0.4s linear;
}
.about-sec img {
    width: auto !important;
    display: block;
    margin: auto;
}
.about-sec ul {
    margin: 0;
    padding: 0;
}
.about-sec ul li {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #141414;
    font-family: 'PFDasGroteskPro-bold';
    margin-right: 28px;
}
.about-sec ul li h4 {
    font-size: 12px;
    color: #444444;
    font-family: 'PFDasGroteskPro';
}
/*Book Css*/
section#books-row {
    background-image: url(/assets/images/books-bg.png);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: 100% 100%;
    padding: 145px 0 117px;
}
.repeated-head {
    margin-bottom: 92px;
}
.repeated-head h3 {
    font-size: 20px;
    color: #232f3e;
    line-height: 25px;
    margin-bottom: 0;
}
.repeated-head h2 {
    font-size: 60px;
    color: #1c1c1c;
    line-height: 70px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.book-sec {
    background-image: url(/assets/images/book-bg.png);
    background-position: top;
    background-size: cover;
    padding: 0 117px;
}
.book-sec img {
    margin: auto;
    display: block;
    margin-bottom: 25px !important;
    height: 230px;
    object-fit: scale-down;
}
.book-flex img {
    width: 100% !important;
    height: 16px;
}
.book-sec h3 {
    color: #f4f4f4;
    border-top: 2px solid #cecece;
    padding-top: 22px;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 0;
}
.book-sec h4 {
    font-size: 14px;
    color: #d7d7d7;
    font-family: 'PFDasGroteskPro';
    margin-top: 5px;
}
.book-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.book-flex h3 {
    border: 0;
    font-weight: 700;
}
.book-sec span {
    font-size: 14px;
    color: #d7d7d7;
}
.book-flex:last-child {
    border-top: 2px solid #cecece;
    margin-top: 22px;
    align-items: baseline;
    padding: 0px 0 35px;
}
.book-sec button {
    background-color: #ff9900;
    border: 0;
    width: 140px;
    height: 35px;
    border-radius: 10px;
    padding: 0;
    line-height: 33px;
    transition: all 0.4s linear;
}
.book-sec button a {
    text-decoration: unset;
    font-size: 14px;
    color: #232f3e;
    font-family: 'PFDasGroteskPro-bold';
}
.book-sec button:hover {
    background-color: #fff;
}
.book-sec button:hover a {
    color: #000;
}
section#books-row button.w-btn {
    display: block;
    margin: auto;
    margin-top: 50px;
    transition: all 0.4s linear;
}
/*Services Css*/
section#services-row {
    padding: 140px 0 80px;
}
section#services-row .repeated-head {
    margin-bottom: 45px;
}
.service-sec {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 30%);
    text-align: center;
    padding: 32px 0;
    margin-bottom: 38px;
    position: relative;
    transition: all 0.5s linear;
}
.service-sec img.hover {
    display: none;
}
.service-sec img {
    margin-bottom: 16px;
}
.service-sec h3 {
    font-size: 21px;
    color: #393838;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    font-weight: 600;
}
.service-sec p {
    font-size: 14px;
    color: #585858;
    font-family: 'Poppins';
    width: 82%;
    margin: auto;
    line-height: 21px;
    overflow: scroll;
    overflow-x: hidden;
    height: 200px;
}
.service-sec p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #ff9900;
    border-radius: 10px;
}
.service-sec p::-webkit-scrollbar {
    width: 8px;
    border-radius: 17px;
}
.service-sec p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #222e3d;
}
.service-sec:before {
    width: 6px;
    content: "";
    background-color: #232f3e;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 0px 0px 0px;
}
.service-sec:hover {
    background-color: #232f3e;
    cursor: pointer;
}
.service-sec:hover:before {
    background-color: #ff9900;
}
.service-sec:hover img {
    display: none;
}
.service-sec:hover img.hover {
    display: block;
    margin: auto;
    margin-bottom: 16px;
}
.service-sec:hover h3 , .service-sec:hover p {
    color: #fff;
}
/*Catelog Css*/
section#catelog-row {
    background-image: url(/assets/images/service-bg.jpg);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
    padding: 108px 0 120px;
}
section#catelog-row .repeated-head {
    margin-bottom: 35px;
}
section#catelog-row ul#pills-tab {
    justify-content: center;
    margin-bottom: 45px !important;
}
section#catelog-row .nav-pills .nav-link {
    margin: 0 20px;
    font-size: 22px;
    color: #232f3e;
    font-family: 'PFDasGroteskPro-bold';
}
section#catelog-row .nav-pills .nav-link.active {
    background-color: #fe9c00;
}
.catelog-sec {
    border-radius: 22px;
    background-color: rgb(245, 245, 245);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    padding: 29px;width: 95%;margin: auto;
}
.catelog-sec img {
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 25px;
    height: 205px;
    object-fit: cover;
}
.catelog-flex-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #cecece;
    padding-bottom: 10px;
    margin-bottom: 22px;
}
.catelog-flex-top h3 {
    font-size: 24px;
    color: #232f3e;
    line-height: 30px;
    margin-bottom: 12px;
}
.catelog-flex-top h4 {
    font-size: 13px;
    color: #505050;
    font-family: 'PFDasGroteskPro';
    line-height: 25px;
    margin-bottom: 0;
}
.catelog-flex-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catelog-flex-bottom p {
    font-size: 24px;
    color: #353535;
}
.catelog-flex-bottom button {
    border: 0;
    background-color: #ff9900;
    width: 105px;
    height: 27px;
    border-radius: 50px;
    padding: 0;
    line-height: 23px;
    transition: all 0.4s linear;
}
.catelog-flex-bottom button a {
    text-decoration: unset;
    font-size: 11px;
    color: #232f3e;
    font-family: 'PFDasGroteskPro-bold';
}
.catelog-flex-bottom button:hover , .packages-sec button:hover {
    background-color: #242e3e;
}
.catelog-flex-bottom button:hover a , .packages-sec button:hover a {
    color: #fff;
}
/*Packeges Css*/
section#packages-row {
    padding: 127px 0 116px;
}
section#packages-row .repeated-head {
    margin-bottom: 70px;
}
div#plactinum {
    position: relative;
    z-index: 1;
}
div#plactinum:before {
    content: "Best Selling";
    background-image: url(/assets/images/packeges-before.png);
    position: absolute;
    background-repeat: no-repeat;
    background-position: right;
    top: 0;
    right: -35px;
    color: #1c1c1c;
    font-family: 'PFDasGroteskPro-bold';
    width: 163px;
    height: 70px;
    line-height: 42px;
    font-size: 19px;
}
.packages-sec {
    border-radius: 22px;
    background-color: rgb(243, 243, 243);
    box-shadow: 0px 11px 13px 0px rgba(0, 0, 0, 0.21);
    padding: 0 0px 36px;
    width: 82%;
    margin: auto;
}
.packages-head {
    background-image: url(/assets/images/packege-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 67px 0 137px;
    text-align: center;
    border-radius: 25px 25px 0 0;
}
.packages-head h3 {
    color: #fff;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}
.packages-head ul {
    margin: 0;
    padding: 0;
}
.packages-head ul li {
    color: #fff;
    display: inline-block;
    font-size: 28px;
    font-family: 'Poppins';
    font-weight: 600;
    position: relative;
    margin: 0 18px;
}
.packages-head ul li del {
    font-size: 20px;
}
.packages-head ul li sub {
    font-size: 18px;
}
.packages-sec ul.packeges-list {
    padding: 40px 0 0px 70px;
    margin: 0;
    overflow: scroll;
    height: 262px;
    overflow-x: hidden;
}
ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #ff9900;
    border-radius: 10px;
}
ul::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}
ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #222e3d;
}
.packages-sec ul.packeges-list li {
    font-size: 18px;
    color: #000;
    font-family: 'Poppins';
    list-style: none;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 15px;
    width: 88%;
    letter-spacing: 0.8px;
    position: relative;
}
.packages-sec ul.packeges-list li strong {
    display: block;
    font-family: 'Poppins';
    font-weight: 600;
    color: #101010;
}
.packages-sec ul.packeges-list li:before {
    content: "";
    background-image: url(/assets/images/check-icon.png);
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto;
    position: absolute;
    left: -36px;
    top: 8px;
}
.packages-sec a {
    display: block;
    margin: auto;
    text-align: center;
    text-decoration: unset;
    font-family: 'Poppins';
    font-weight: 600;
    color: #0f083c;
}
.packages-sec button {
    margin: auto;
    display: block;
    margin-bottom: 13px;
    border: 0;
    background-color: #ff9900;
    width: 142px;
    height: 37px;
    border-radius: 50px;
    transition: all 0.4s linear;
    margin-top: 30px;
}
.packages-sec button a {
    font-family: 'PFDasGroteskPro-bold';
    font-size: 14px;
}
/*Sales Css*/
section#sales-row {
    /*background-image: url(/assets/images/sale-bg.png);*/
/*    padding: 266px 0 166px;*/
    background-color: #242e3e;
    /*background-repeat: no-repeat;
    background-position: right;
    background-size: cover;*/
    position: relative;
}
/*section#sales-row:before {
    content: "";
    background-image: url(/assets/images/sale-img.png);
    width: 143px;
    height: 364px !important;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
    animation: swinging 3.5s ease-in-out forwards infinite;
    top: 4px;
    left: 16px;
}*/
section#sales-row .container-fluid {
    padding: 0;
    padding-left: 18%;
}
section#sales-row img {
    max-width: 125%;
}
.base {
    width: 8.5%;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 108px;
}
.thread {
    position: relative;
    transform-origin: 50% 0;
    animation: moveIt 2.5s ease-in-out infinite;
}
.base img {
    width: 100%;
}
@keyframes moveIt {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
.sales-sec h3 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.sales-sec h2 {
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 22px;
    width: 91%;
    letter-spacing: 0.5px;
}
.sales-sec p {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins';
    line-height: 32px;
    margin-bottom: 29px;
    width: 96%;
}
section#sales-row button {
    transition: all 0.4s linear;
}
section#sales-row button:hover {
    background-color: #fff !important;
}
section#sales-row button:hover a {
    color: #000;
}
/*Testimonials Css*/
section#testimonials-row {
    padding: 120px 0 120px;
}
section#testimonials-row .repeated-head {
    margin-bottom: 100px;
}
.testimonials-sec .slick-list.draggable {
    height: 345px;
}
.testimonials-sec img {
    margin: auto;
    margin-bottom: 40px;
    border-radius: 50px;
    width: 100px;
}
.testimonials-sec {
    position: relative;
    background-image: url(/assets/images/testi-bg.png);
    background-repeat: no-repeat;
    padding-bottom: 100px;
    background-position: inherit;
}
.testimonials-sec:before {
    content: "";
    background-image: url(/assets/images/quote-left.png);
    width: 163px;
    height: 148px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: absolute;
    left: -18%;
    right: 0;
    margin: auto;
    top: -12%;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.testimonials-sec p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #292929;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 32px;
    width: 43%;
    margin: auto;
    margin-bottom: 30px;
}
.testimonials-sec ul {
    margin: 0;
    padding: 0;
}
.testimonials-sec ul li {
    list-style: none;
    display: inline-block;
    font-family: 'Poppins';
    font-size: 16px;
    color: #292929;
    font-weight: 600;
    margin: 0 6px;
}
.testimonials-sec ul.slick-dots {
    bottom: 65px;
}
.testimonials-sec ul.slick-dots li {
    margin: 0;
}
.slick-dots li button:before {
    color: #232f3e !important;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    border: 1px solid;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    line-height: 13px;
    top: 3px;
    text-align: center;
}
/*Contact Css*/
section#contact-row {
    background-image: url(/assets/images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 122px 0 99px;
}
section#contact-row .repeated-head {
    margin-bottom: 58px;
}
.contact-details ul {
    margin: 0;
    padding: 0;
}
.contact-details ul li {
    list-style: none;
    position: relative;
    margin-bottom: 90px;
    padding-left: 125px;
}
.contact-details ul li img {
    position: absolute;
    left: 0;
    top: -4px;
}
.contact-details ul li strong {
    display: block;
    font-size: 28px;
    color: #212121;
    font-family: 'PFDasGroteskPro-bold';
    text-transform: uppercase;
}
.contact-details ul li a {
    font-size: 25px;
    color: #212121;
    font-family: 'PFDasGroteskPro';
    text-decoration: unset;
}
.contat-form {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.33);
    padding: 54px 50px;
}
.contat-form h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 29px;
    color: #161616;
    text-transform: uppercase;
}
.contat-form input {
    height: 85px;
    border-radius: 10px;
    border-color: #a49c9c;
    padding-left: 41px;
    font-size: 19px;
    color: #414040;
    font-family: 'PFDasGroteskPro';
    text-transform: uppercase;
}
.contat-form .mb-3 {
    margin-bottom: 36px !important;
}
.contat-form input::placeholder {
    font-size: 19px;
    color: #414040;
    font-family: 'PFDasGroteskPro';
    text-transform: uppercase;
}
.contat-form button[type="submit"] {
    width: 100%;
    background-color: #ff9900;
    border: 0;
    height: 87px;
    border-radius: 10px;
    font-size: 25px;
    color: #232f3e;
    padding: 0;
    font-family: 'PFDasGroteskPro-bold';
    text-transform: uppercase;
    transition: all 0.4s linear;
}
.contat-form button[type="submit"]:hover {
    background-color: #242e3e;
    color: #fff;
}
.contat-form .form-control:focus {
    border-color: #6c747e;
    box-shadow: unset;
}
.contat-form .form-control:focus::placeholder {
    color: #232f3e;
    font-family: 'PFDasGroteskPro-bold';
}
.contat-form p {
    text-align: center;
    font-family: 'Poppins';
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
}
/*Footer Css*/
footer#footer-row {
    background-image: url(/assets/images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
footer#footer-row .container {
    padding: 105px 0 85px;
}
.foot-cont img {
    margin-bottom: 26px;
    width: 90%;
}
.foot-cont p {
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins';
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 33px;
}
.foot-cont ul {
    margin: 0;
    padding: 0;
}
.foot-cont ul li {
    display: inline-block;
    margin-right: 19px;
}
.foot-cont ul li i {
    color: #fff;
    font-size: 20px;
}
footer#footer-row h4 {
    color: #fff;
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0;
}
footer#footer-row h4:after {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin-top: 8px;
    margin-bottom: 16px;
}
footer#footer-row .col-lg-3:first-child {
    width: 30%;
}
footer#footer-row .col-lg-3:nth-child(2) , footer#footer-row .col-lg-3:nth-child(3) {
    width: 22%;
}
.foot-links ul {
    margin: 0;
    padding: 0;
}
.foot-links ul li {
    list-style: none;
    margin-bottom: 25px;
}
.foot-links ul li a {
    text-decoration: unset;
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins';
}
.news-flex {
    display: flex;
    background-color: #fff;
    height: 52px;
    line-height: 52px;
    justify-content: space-between;
    padding: 0 15px 0 25px;
    border-radius: 50px;
}
.news-flex input[type="email"] {
    background-color: transparent !important;
    box-shadow: unset !important;
    border: 0 !important;
    padding: 0;
    height: 52px;
}
.news-flex input[type="email"]::placeholder {
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #4e4e4e;
    text-transform: uppercase;
}
.news-flex button[type="submit"] {
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 52px;
    height: 52px;
}
.news-flex button[type="submit"] i {
    color: #fe9c00;
}
.news-form p {
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
    font-size: 12px;
    margin-top: 10px;
}
/*Copyright Css*/
section#copyright {
    border-top: 2px solid #787878;
}
section#copyright .container {
    padding: 22px 0px 42px;
}
.copyright-text p {
    font-size: 17px;
    color: #979797;
    font-family: 'Poppins';
    font-weight: 400;
}
.copyright-links {
    float: right;
}
.copyright-links ul {
    padding: 0;
    margin: 0;
}
.copyright-links ul li {
    display: inline-block;
    color: #979797;
}
.copyright-links ul li a {
    font-size: 17px;
    color: #979797;
    font-family: 'Poppins';
    text-decoration: unset;
}
/*Model Popup Css*/
.modal-header {
    border: 0;
    margin: 0;
    padding: 10px 10px 0 0;
}
.modal-body .popup-form .col-lg-6 {
    position: relative;
}
.modal-body .popup-form .col-lg-6:before {
    content: "\f007";
    font-family: 'FontAwesome';
    position: absolute;
    top: -1px;
    left: 25px;
    font-size: 14px;
}
div#formPopupnew h3 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 35px;
}
div#formPopupnew .popup-form:before, div#formPopupnew .popup-form:after {
    display: none;
}
.modal-body .popup-form .form-group:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    left: 12px;
    font-size: 14px;
}
.modal-body .popup-form .number-field:before {
    content: "\f095";
}
.modal-body .popup-form .form-group {
    position: relative;
}
.modal-body .popup-form .subject-field:before {
    content: "\f02d";
}
.modal-body .popup-form .message-field:before {
    content: "\f040";
    top: 5px;
}
.modal-body .popup-form .message-field textarea {
    padding-left: 35px !important;
    margin-bottom: 15px;
    padding-top: 8px;
    height: 60px;
}
.contact-info {
    position: relative;
    z-index: 1;
    height: 109%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    margin-top: -26px;
}
.contact-info:after {
    content: "";
    background-color: #ff9900;
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 11%);
    width: 100%;
    height: 99.8%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
div#formPopup {
    z-index: 99999;
}
.modal-body {
    padding: 0px 0 0 40px;
}
.modal-header button {
    z-index: 1111;
}
.modal-content {
    border: 0;
    border-radius: 0;
}
.contact-info h3 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px !important;
}
.contact-info ul {
    margin: 0;
    padding: 0px;
}
.contact-info ul li {
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
}
.contact-info ul li a {
    text-decoration: unset;
    color: #fff;
    font-family: 'Poppins';
}
.contact-info ul li:first-child:before {
    content: "\f041";
    font-family: 'FontAwesome';
    color: #fff;
    padding-right: 15px;
}
.contact-info ul li:nth-child(2):before {
    content: "\f095";
    font-family: 'FontAwesome';
    color: #fff;
    padding-right: 15px;
}
.contact-info ul li:last-child:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    color: #fff;
    padding-right: 15px;
}
.popup-form h3 {
    margin-bottom: 10px !important;
}
.popup-form p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    width: 90%;
    font-family: 'Poppins';
    margin-bottom: 15px !important;
}
.popup-form input , .popup-form textarea {
    border: 0;
    border-bottom: 1px solid;
    width: 100%;
    padding-bottom: 5px;
    font-size: 10px;
    font-family: 'Poppins';
    padding-left: 35px !important;
}
.popup-form textarea {
    padding-top: 8px;
    height: 60px;
}
.popup-form .row {
    margin-bottom: 10px;
}
.modal-body .popup-form button {
    border: 0;
    background-color: #ff9900;
    box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 11%);
    padding: 0;
    width: 35%;
    height: 35px;
    border-radius: 50px;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
}
.popup-form {
    margin-bottom: 15px;
}
/*About Page Css*/
section#inner-banner {
    background-image: url(/assets/images/inner-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 225px 0 208px;
}
.banner-head h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 0;
}
section#about-sec1 {
    padding-bottom: 92px;
}
.we-sec {
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 24.57px 2.43px rgb(0 0 0 / 15%);
    padding: 50px 20px 50px 40px;
    margin-top: -65px;
}
section#about-sec1 .col-lg-7 , section#about-sec1 .col-lg-5 {
    padding: 0;
}
.sec1-right img {
    width: 100%;
}
.we-sec h2 {
    font-size: 50px;
    color: #1c1c1c;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 9px;
}
.we-sec p {
    font-size: 16px;
    color: #525252;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.5px;
}
section#about-sec2 {
    padding-bottom: 90px;
}
.sec2-head h3 {
    font-size: 40px;
    color: #1c1c1c;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 22px;
}
div#counter {
    border-top: 2px solid #ffa011;
    border-bottom: 2px solid #ffa011;
    position: relative;
}
div#counter:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffa011;
    display: block;
    margin-top: 9px;
}
div#counter:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffa011;
    display: block;
    margin-bottom: 9px;
}
.item {
    position: relative;
    padding: 50px 0 22px;
}
.item:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #ff9900;
    position: absolute;
    left: 0;
    top: 0;
}
.item h2 {
    font-size: 80px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #1c1c1c;
    line-height: 60px;
    margin-bottom: 30px;
}
.item h3 {
    margin-bottom: 0;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
}
div#counter .col-lg-3:first-child .item:before {
    display: none;
}
section#about-sec3 {
    padding-bottom: 99px;
}
.history-img img {
    width: 95%;
}
.history-sec h2 {
    font-size: 40px;
    color: #1c1c1c;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 25px;
}
.history-sec h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}
.history-sec p {
    font-size: 16px;
    color: #525252;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}
/*Contact Page Css*/
section#contact-inner {
    padding: 128px 0 106px;
}
section#contact-inner .repeated-head h2 , section#contact-row .repeated-head h2 {
    margin-bottom: 15px;
}
section#contact-inner .repeated-head p , section#contact-row .repeated-head p {
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 29px;
    width: 68%;
    margin: auto;
    margin-bottom: 10px;
}
/*Book Page Css*/
section#spotlight-row {
    padding: 80px 0 20px;
}
section#spotlight-row .col-lg-6 {
    margin-bottom: 40px;
}
.spotlight-head {
    margin-bottom: 75px;
}
.spotlight-head h2 {
    font-size: 50px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 0;
    line-height: 50px;
}
.spotlight-left {
    float: right;
    margin-right: 16px;
}
.spotlight-left img {
    width: 100% !important;
    height: 245px;
    object-fit: scale-down;
}
.spotlight-right h3 {
    font-size: 28px;
    font-family: 'Montserrat';
    line-height: 35px;
    margin-bottom: 15px;
    font-weight: 700;
}
.spotlight-flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.spotlight-flex img {
    margin-right: 12px;
}
.spotlight-flex h4 {
    font-size: 13px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500;
}
.spotlight-right ul {
    margin: 0;
    padding: 0;
    border-top: 2px solid #cbc7c7;
    position: relative;
    width: 90%;
}
.spotlight-right ul li {
    list-style: none;
    font-size: 11px;
    color: #000000;
    font-family: 'Montserrat';
    border-bottom: 2px solid #cbc7c7;
    padding: 14px 0;
    font-weight: 600;
}
.spotlight-right ul li span {
    font-size: 13px;
    color: #5c5c5c;
    font-family: 'Montserrat';
    font-weight: 500;
    display: inline-block;
    width: 85px;
}
.spotlight-right ul:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #cbc7c7;
    position: absolute;
    left: 71px;
}
.spotlight-right ul li:last-child {
    border: 0;
    padding-bottom: 0;
}
section#publishing-row {
    padding-bottom: 50px;
}
.publishing-cont h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
}
.publishing-cont p {
    font-family: 'Montserrat';
    font-weight: 500;
    width: 95%;
    line-height: 25px;
    margin-bottom: 20px;
}
/*Childer Page Css*/
section#children-sec1 {
    padding: 101px 0 0px;
}
section#children-sec1 .container {
    border-bottom: 2px solid #8b8b8b;
    padding-bottom: 70px;
}
.children-head {
    margin-bottom: 30px;
}
.children-head h2 {
    font-size: 40px;
    color: #1c1c1c;
    line-height: 40px;
    margin-bottom: 20px;
}
.children-head p {
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 28px;
    width: 82%;
    margin: auto;
    font-weight: 400;
}
section#children-sec1 .nav-pills .nav-link {
    border-width: 1px;
    border-color: rgb(136, 136, 136);
    border-style: solid;
    border-radius: 12px;
    background-image: -moz-linear-gradient( -90deg, rgb(223,225,221) 0%, rgb(170,170,170) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(223,225,221) 0%, rgb(170,170,170) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(223,225,221) 0%, rgb(170,170,170) 100%);
    color: #1c1c1c;
    font-size: 18px;
    font-family: 'PFDasGroteskPro';
    padding: 16px 163px;
}
section#children-sec1 ul#pills-tab {
    margin-bottom: 50px !important;
}
section#children-sec1 .nav-pills .nav-link.active {
    background-color: #ff9900 !important;
    background-image: unset;
    font-family: 'PFDasGroteskPro-bold';
    color: #1c1c1c;
}
.ages-flex {
    border-width: 1px;
    border-color: rgb(191, 191, 191);
    border-style: solid;
    border-radius: 12px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20.59px 8.41px rgba(0, 0, 0, 0.11);
    display: flex;
    align-items: center;
    padding: 10px 0 10px 13px;
}
.ages-left img {
    width: 100%;
}
.ages-right {
    margin-left: 20px;
}
.ages-flex div {
    width: 100%;
}
.ages-right img {
    margin-bottom: 12px;
}
.ages-right h3 {
    font-size: 12px;
    color: #3a3a3a;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 12px;
}
.ages-right h4 {
    font-size: 10px;
    color: #6e6e6e;
    letter-spacing: 0.7px;
    margin-bottom: 7px;
}
.ages-right ul {
    margin: 0;
    padding: 0;
    margin-bottom: 13px;
}
.ages-right ul li {
    display: inline-block;
    font-family: 'PFDasGroteskPro-bold';
    font-weight: 700;
    margin-right: 2px;
}
.ages-right ul li:first-child {
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 700;
}
.ages-right ul li span {
    font-size: 9px;
    color: #3a3a3a;
    font-weight: 700;
    position: relative;
    top: -5px;
}
.ages-right ul li:last-child {
    font-size: 10px;
    color: #3a3a3a;
    font-weight: 700;
}
.ages-right button {
    background-color: #ff9900;
    border: 0;
    width: 89px;
    height: 24px;
    line-height: 12px;
    border-radius: 50px;
    transition: all 0.4s linear;
}
.ages-right button a {
    font-size: 12px;
    text-decoration: unset;
    font-family: 'PFDasGroteskPro-bold';
    color: #1a1a1a;
}
.ages-right button:hover {
    background-color: #232f3e;
}
.ages-right button:hover a {
    color: #fff;
}
section#children-sec2 {
    padding: 88px 0 130px;
}
.feature-head {
    margin-bottom: 30px;
}
.feature-head h2 {
    margin-bottom: 0;
    font-size: 60px;
    color: #1c1c1c;
    line-height: 60px;
}
.feature-sec img {
    width: 100%;
    border-bottom: 2px solid #8b8b8b;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.feature-sec {
    width: 97%;
    margin: auto;
    text-align: center;
}
.feature-sec h3 {
    font-size: 20px;
    color: #1c1c1c;
    line-height: 22px;
    margin-bottom: 15px;
}
.feature-sec p {
    font-size: 15px;
    color: #363636;
    line-height: 30px;
    width: 98%;
    margin: auto;
}
section#children-sec3 {
    background-color: #232f3e;
    padding: 92px 0 62px;
}
.employe-sec img {
    width: 100%;
}
.employe-sec {
    position: relative;
    margin-bottom: 42px;
}
.employe-sec h3 {
    position: absolute;
    bottom: 25px;
    margin-bottom: 0;
    left: 32px;
    font-size: 25px;
    color: #fff;
}
/*Shop Page Css*/
section#shop-row {
    padding: 100px 0 119px;
}
section#shop-row .sidebar {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(191, 191, 191);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 7.1px 2.9px rgb(0 0 0 / 10%);
    height: 100%;
    padding: 0;
}
.sidebar-head h3 {
    background-image: -moz-linear-gradient( -90deg, rgb(223,225,221) 0%, rgb(170,170,170) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(223,225,221) 0%, rgb(170,170,170) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(223,225,221) 0%, rgb(170,170,170) 100%);
    text-align: center;
    color: #1a1a1a;
    font-size: 18px;
    margin-bottom: 0;
    padding: 17px 0;
    line-height: 15px;
}
.sidebar-head h4 {
    background-color: #fe9c00;
    text-align: center;
    padding: 16px 0;
    border: 1px solid #bfbfbf;
    margin-bottom: 23px;
    font-size: 18px;
    color: #1a1a1a;
}
.shop-sidebar form {
    padding: 0 33px;
}
.shop-sidebar form h4 {
    font-size: 13px;
    color: #3a3a3a;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 9px;
    padding-left: 17px;
}
.sidebar-box {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 28px;
}
.sidebar-box .form-check {
    padding-left: 50px;
    margin-bottom: 15px;
}
.sidebar-box .form-check input {
    background-color: #a9a9a9;
    border-radius: 0;
    border: 1px solid #8a8a8a;
    margin-right: 20px;
}
.sidebar-box .form-check label {
    font-size: 15px;
    color: #363636;
    font-family: 'PFDasGroteskPro';
}
.sidebar-box a {
    font-size: 10px;
    color: #3a3a3a;
    text-decoration: unset;
    font-family: 'PFDasGroteskPro-bold';
    border-bottom: 2px solid #b5b5b5;
}
.sidebar-box:last-child {
    border: 0;
}
.shop-head {
    display: flex;
    align-items: center;
    border: 1px solid #888888;
    margin-bottom: 50px;
}
.shop-head h3 {
    background-color: #ff9900;
    padding: 15px 20px;
    margin-bottom: 0;
    font-size: 18px;
    color: #1a1a1a;
    border-right: 2px solid #875100;
}
.head-left {
    width: 26%;
}
.head-right {
    width: 75%;
    background-image: -moz-linear-gradient( -90deg, rgb(223,225,221) 0%, rgb(170,170,170) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(223,225,221) 0%, rgb(170,170,170) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(223,225,221) 0%, rgb(170,170,170) 100%);
    padding: 13px 20px 13px 31px;
}
.head-right form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-right form input {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #363636;
    font-family: 'PFDasGroteskPro';
    font-size: 17px;
    width: 100%;
}
.head-right form input::placeholder {
    color: #363636;
    font-family: 'PFDasGroteskPro';
    font-size: 17px;
}
.head-right form button {
    padding: 0;
    border: 0;
    background-color: transparent;
}
.head-right form button i {
    color: #515151;
    font-size: 18px;
}
.products-sec {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(191, 191, 191);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 7.1px 2.9px rgba(0, 0, 0, 0.1);
    padding: 0px 28px 50px 30px;
    margin-bottom: 42px;
}
.products-sec h3 {
    margin-top: 27px;
    margin-bottom: 0;
    font-size: 20px;
    color: #1c1c1c;
}
.products-sec .row {
    margin-top: 27px;
}
.products-sec .ages-flex , .related-sec .ages-flex {
    padding: 13px 0 13px 33px;
}
.products-sec .best-tag, .related-sec .best-tag {
    position: relative;
}
.products-sec .best-tag:before, .related-sec .best-tag:before {
    content: "best Seller";
    position: absolute;
    left: -40px;
    top: 85px;
    transform: rotateZ(-90deg);
    background-color: #febd69;
    width: 97px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    font-family: 'PFDasGroteskPro-bold';
    text-transform: capitalize;
}
.products-sec .ages-flex button, .related-sec .ages-flex button {
    background-color: #febd69;
}
.products-sec .ages-right h3 , .related-sec .ages-flex h3 {
    font-size: 12px;
    margin: 0;
    margin-bottom: 5px;
}
.products-sec p {
    font-size: 12px;
    color: #6e6e6e;
    font-family: 'PFDasGroteskPro-bold';
    letter-spacing: 0.5px;
}
.products-sec button.best-btn {
    margin-top: 12px;
    border: 0;
    width: 87px;
    background-color: #febd69;
    height: 23px;
    border-radius: 50px;
    line-height: 12px;
    font-size: 12px;
    font-family: 'PFDasGroteskPro-bold';
}
.products-sec button.w-btn {
    transition: all 0.4s linear;
    margin: auto;
    display: block;
    margin-top: 40px;
    background-color: #febd69;
    width: 175px;
}
.search-sec {
    padding: 49px 0 10px;
}
section#shop-row .page-link {
    padding: 0;
    border: 0;
    margin: 0 10px;
    font-size: 20px;
    color: #484848;
    font-family: 'PFDasGroteskPro-bold';
    background-color: transparent;
}
.page-link:focus {
    background-color: #bfbfbf !important;
    border-radius: 0 !important;
    width: 35px;
    height: 30px;
    text-align: center;
    border: 1px solid #000 !important;
    box-shadow: unset;
}
.search-sec h3 , .related-sec h3 {
    font-size: 20px;
    color: #1a1a1a;
    text-transform: uppercase;
    line-height: 15px;
    margin-bottom: 30px;
}
.search-form {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(191, 191, 191);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 7.1px 2.9px rgba(0, 0, 0, 0.1);
    height: 55px;
    line-height: 55px;
    margin-bottom: 30px;
}
.search-form form {
    display: flex;
    align-items: center;
}
.search-form form button {
    border: 0;
    background-color: transparent;
    padding: 0 18px 0 14px;
}
.search-form form input {
    padding: 0;
    height: 54px;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    color: #141414;
    font-family: 'PFDasGroteskPro';
}
.search-form form button i {
    font-size: 18px;
}
.search-form form input::placeholder {
    font-size: 18px;
    color: #141414;
    font-family: 'PFDasGroteskPro';
}
.related-sec h3 {
    margin-bottom: 26px;
}
.related-sec nav {
    margin: 30px 0 40px;
}
/*Policy Page Css*/
.privacy-txt h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 15px 0;
    color: #1c1c1c;
}
.privacy-txt p , .privacy-txt li {
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 28px;
    margin-bottom: 10px;
    color: #292929;
}
.privacy-txt h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
section#policy-row {
    padding: 50px 0;
}
.privacy-txt a {
    font-family: 'Poppins';
    color: #292929;
    text-decoration: unset;
    border-bottom: 2px solid #000;
}
/*Terms Page Css*/
section#terms-row {
    padding: 60px 0;
}
.terms-txt h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #1c1c1c;
}
.terms-txt p {
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 28px;
    margin-bottom: 10px;
    color: #292929;
}
.terms-txt strong {
    font-family: 'Poppins';
}
/*Keyframe Css*/
@keyframes swinging{
    0%{transform: rotate(10deg);}
    50%{transform: rotate(-5deg)}
    100%{transform: rotate(10deg);}
}   
/*Books Pages Css*/
section#book-banner {
    background-image: url(/assets/images/marketing-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 225px 0 208px;
}
section#editing-banner {
    background-image: url(/assets/images/editing-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 225px 0 208px;
}
section#ghost-banner {
    background-image: url(/assets/images/ghost-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 225px 0 208px;
}
.book-banner .banner-head h1 {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 15px;
}
.book-banner .banner-head p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 34px;
}
/*Responsive Css*/
@media only screen and (max-width: 1280px) {
    .top-left ul li {
        margin-right: 20px;
    }
    .top-left ul li a, .top-right ul li a {
        font-size: 13px !important;
    }
    .book-flex:last-child {
        padding: 0;
    }
    .book-sec {
        background-size: cover;
        padding: 0 95px 30px;
    }
    section#books-row button.w-btn {
        margin-top: 20px;
    }
    .packages-sec {
        width: 90%;
    }
    .about-sec h2 {
        font-size: 53px;
        width: 95%;
        line-height: 65px;
    }
    .service-sec p {
        font-size: 12px;
        line-height: 18px;
    }
    /*Header Css*/
    .mobile.menu {
        display: none;
    }
    header {
        background-color: #232f3e;
    }
    header .bg-light {
        background-color: transparent !important;
    }
    .navbar-expand-lg .container-fluid {
        padding: 0;
    }
    .navbar-brand {
        padding: 0;
        margin-right: 160px;
        width: 20%;
    }
    .navbar-brand img {
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0;
        margin: 0 15px;
        color: #fff;
        font-size: 14px;
    }
    ul.right-menu {
        margin: 0;
        padding: 0;
    }
    ul.right-menu li {
        list-style: none;
    }
    ul.right-menu li button {
        border: 0 !important;
        background-color: #fff;
        padding: 0;
        border-radius: 50px;
        width: 130px;
        height: 32px;
        transition: all 0.4s linear;
        line-height: 25px;
    }
    ul.right-menu li button a {
        text-decoration: inherit;
        font-size: 13px;
        color: #232f3e;
        font-family: 'PFDasGroteskPro-bold';
    }
    ul.right-menu li button:hover {
        background-color: transparent;
        border: 1px solid #fff !important;
    }
    ul.right-menu li button:hover a {
        color: #fff;
    }
    section#bottom-links {
        background-image: -moz-linear-gradient( -90deg, rgb(223,225,221) 0%, rgb(170,170,170) 100%);
        background-image: -webkit-linear-gradient( -90deg, rgb(223,225,221) 0%, rgb(170,170,170) 100%);
        background-image: -ms-linear-gradient( -90deg, rgb(223,225,221) 0%, rgb(170,170,170) 100%);
    }
    .secondary-link ul {
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .secondary-link ul li {
        display: inline-block;
        padding: 25px 12px;
        transition: all 0.4s linear;
    }
    .secondary-link ul li a {
        text-decoration: unset;
        font-size: 14px;
        color: #232f3e;
        font-family: 'PFDasGroteskPro-bold';
    }
    .secondary-link ul li:hover {
        background-color: #ff9900;
    }
    .secondary-link ul li:first-child {
        margin-left: 0;
    }
    .secondary-link ul li:last-child {
        margin-right: 0;
    }
    /*Banner Css*/
    section#banner-row {
        background-image: url(/assets/images/banner.jpg);
        background-repeat: no-repeat;
        background-position: inherit;
        background-size: cover;
        padding: 130px 0 100px;
        position: relative;
        z-index: 999;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        filter: brightness(0);
    }
    .carousel-control-next, .carousel-control-prev {
        opacity: 1;
    }
    .carousel-control-prev {
        left: -12%;
    }
    .carousel-control-next {
        right: -12%;
    }
    section#banner-row:before {
        content: '';
        background-color: #000;
        opacity: 0.2;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -97;
    }
    .banner-sec h1 {
        font-size: 45px;
        color: #1c1c1c;
        line-height: 60px;
        margin-bottom: 5px;
    }
    .banner-sec img {
        margin-bottom: 12px;
    }
    .banner-sec p {
        font-size: 14px;
        color: #1c1c1c;
        line-height: 26px;
        margin-bottom: 12px;
    }
    /*About Css*/
    section#about-row {
        padding: 80px 0 30px;
    }
    section#about-row img {
        width: 100%;
    }
    .about-sec {
        margin-top: 25px;
    }
    .about-sec h3 {
        font-size: 16px;
        color: #232f3e;
        line-height: 25px;
        margin-bottom: 0px;
        text-transform: uppercase;
    }
    .about-sec h2 {
        font-size: 40px;
        color: #1c1c1c;
        line-height: 47px;
        margin-bottom: 5px;
        width: 83%;
    }
    .about-sec p {
        font-size: 14px;
        color: #444444;
        line-height: 24px;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
        width: 74%;
    }
    .about-sec button {
        margin-bottom: 18px;
    }
    section#about-row button {
        transition: all 0.4s linear;
    }
    .about-sec img {
        width: auto !important;
        display: block;
        margin: auto;
    }
    .about-sec ul {
        margin: 0;
        padding: 0;
    }
    .about-sec ul li {
        display: inline-block;
        text-align: center;
        font-size: 15px;
        color: #141414;
        font-family: 'PFDasGroteskPro-bold';
        margin-right: 28px;
    }
    .about-sec ul li h4 {
        font-size: 12px;
        color: #444444;
        font-family: 'PFDasGroteskPro';
    }
    /*Book Css*/
    section#books-row {
        background-image: url(/assets/images/books-bg.png);
        background-repeat: no-repeat;
        background-position: inherit;
        background-size: 100% 100%;
        padding: 100px 0 60px;
    }
    .repeated-head {
        margin-bottom: 50px;
    }
    .repeated-head h3 {
        font-size: 16px;
        color: #232f3e;
        line-height: 25px;
        margin-bottom: 0;
    }
    .repeated-head h2 {
        font-size: 40px;
        color: #1c1c1c;
        line-height: 50px;
        margin-bottom: 0;
        letter-spacing: 0.5px;
    }
    .book-sec {
        background-image: url(/assets/images/book-bg.png);
        background-position: top;
        background-size: cover;
        padding: 0 117px;
    }
    .book-sec img {
        margin: auto;
        display: block;
        margin-bottom: 25px !important;
        height: 230px;
        object-fit: scale-down;
        width: 60% !important;
    }
    .book-flex img {
        width: 100% !important;
        height: 16px;
        margin-bottom: 0 !important;
    }
    .book-sec h3 {
        color: #f4f4f4;
        border-top: 2px solid #cecece;
        padding-top: 22px;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .book-sec h4 {
        font-size: 12px;
        color: #d7d7d7;
        font-family: 'PFDasGroteskPro';
        margin-top: 5px;
    }
    .book-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .book-flex h3 {
        border: 0;
        font-weight: 700;
    }
    .book-sec span {
        font-size: 14px;
        color: #d7d7d7;
    }
    .book-flex:last-child {
        border-top: 2px solid #cecece;
        margin-top: 22px;
        align-items: baseline;
        padding: 0px 0 35px;
    }
    .book-sec button {
        background-color: #ff9900;
        border: 0;
        width: 120px;
        height: 30px;
        border-radius: 10px;
        padding: 0;
        line-height: 24px;
        transition: all 0.4s linear;
    }
    .book-sec button a {
        text-decoration: unset;
        font-size: 14px;
        color: #232f3e;
        font-family: 'PFDasGroteskPro-bold';
    }
    .book-sec button:hover {
        background-color: #fff;
    }
    .book-sec button:hover a {
        color: #000;
    }
    section#books-row button.w-btn {
        display: block;
        margin: auto;
        margin-top: 50px;
        transition: all 0.4s linear;
    }
    /*Services Css*/
    section#services-row {
        padding: 50px 0 30px;
    }
    section#services-row .repeated-head {
        margin-bottom: 30px;
    }
    .service-sec {
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 30%);
        text-align: center;
        padding: 30px 0;
        margin-bottom: 38px;
        position: relative;
        transition: all 0.4s linear;
    }
    .service-sec img.hover {
        display: none;
    }
    .service-sec img {
        margin-bottom: 8px;
    }
    .service-sec h3 {
        font-size: 16px;
        color: #393838;
        font-family: 'Poppins', sans-serif;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .service-sec p {
        font-size: 11px;
        color: #585858;
        font-family: 'Poppins';
        width: 88%;
        margin: auto;
        line-height: 17px;
        height: 150px;
    }
    .service-sec:before {
        width: 6px;
        content: "";
        background-color: #232f3e;
        height: 70px;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 10px 0px 0px 0px;
    }
    .service-sec:hover {
        background-color: #232f3e;
        cursor: pointer;
        transition: all 0.4s linear;
    }
    .service-sec:hover:before {
        background-color: #ff9900;
    }
    .service-sec:hover img {
        display: none;
    }
    .service-sec:hover img.hover {
        display: block;
        margin: auto;
        margin-bottom: 16px;
    }
    .service-sec:hover h3 , .service-sec:hover p {
        color: #fff;
    }
    /*Catelog Css*/
    section#catelog-row {
        background-image: url(/assets/images/service-bg.jpg);
        background-repeat: no-repeat;
        background-position: inherit;
        background-size: cover;
        padding: 70px 0 70px;
    }
    section#catelog-row .repeated-head {
        margin-bottom: 20px;
    }
    section#catelog-row ul#pills-tab {
        justify-content: center;
        margin-bottom: 20px !important;
    }
    section#catelog-row .nav-pills .nav-link {
        margin: 0 20px;
        font-size: 18px;
        color: #232f3e;
        font-family: 'PFDasGroteskPro-bold';
    }
    section#catelog-row .nav-pills .nav-link.active {
        background-color: #fe9c00;
    }
    .catelog-sec {
        border-radius: 22px;
        background-color: rgb(245, 245, 245);
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
        padding: 29px;width: 95%;margin: auto;
    }
    .catelog-sec img {
        width: 100%;
        margin: auto;
        display: block;
        margin-bottom: 15px;
    }
    .catelog-flex-top div:first-child {
        width: 70%;
    }
    .catelog-flex-top {
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid #cecece;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .catelog-flex-top h3 {
        font-size: 15px;
        color: #232f3e;
        line-height: 20px;
        margin-bottom: 0;
    }
    .catelog-flex-top h4 {
        font-size: 12px;
        color: #505050;
        font-family: 'PFDasGroteskPro';
        line-height: 18px;
        margin-bottom: 0;
    }
    .catelog-flex-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .catelog-flex-bottom p {
        font-size: 18px;
        color: #353535;
    }
    .catelog-flex-bottom button {
        border: 0;
        background-color: #ff9900;
        width: 95px;
        height: 27px;
        border-radius: 50px;
        padding: 0;
        line-height: 23px;
        transition: all 0.4s linear;
    }
    .catelog-flex-bottom button a {
        text-decoration: unset;
        font-size: 10px;
        color: #232f3e;
        font-family: 'PFDasGroteskPro-bold';
    }
    .catelog-flex-bottom button:hover , .packages-sec button:hover {
        background-color: #242e3e;
    }
    .catelog-flex-bottom button:hover a , .packages-sec button:hover a {
        color: #fff;
    }
    /*Packeges Css*/
    section#packages-row {
        padding: 55px 0 70px;
    }
    section#packages-row .container {
        padding: 0 100px;
    }
    section#packages-row .repeated-head {
        margin-bottom: 30px;
    }
    .packages-sec {
        border-radius: 22px;
        background-color: rgb(243, 243, 243);
        box-shadow: 0px 11px 13px 0px rgb(0 0 0 / 21%);
        padding: 0 0px 20px;
        width: 97%;
    }
    .packages-head {
        background-position: bottom;
        padding: 20px 0 60px;
    }
    div#plactinum:before {
        font-size: 13px;
        width: 100px;
        background-size: contain;
        right: -20.5px;
        top: -8.5px;
        height: 60px;
    }
    .packages-head h3 {
        color: #fff;
        font-family: 'Poppins';
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .packages-head ul {
        margin: 0;
        padding: 0;
    }
    .packages-head ul li {
        color: #fff;
        display: inline-block;
        font-size: 18px;
        font-family: 'Poppins';
        font-weight: 600;
        position: relative;
        margin: 0 8px;
    }
    .packages-head ul li del {
        font-size: 15px;
    }
    .packages-head ul li sub {
        font-size: 13px;
    }
    .packages-sec ul.packeges-list {
        padding: 12px 0 15px 60px;
        margin: 0;
        height: 262px;
    }
    .packages-sec ul.packeges-list li {
        font-size: 12px;
        color: #000;
        font-family: 'Poppins';
        list-style: none;
        line-height: 22px;
        font-weight: 500;
        margin-bottom: 8px;
        width: 87%;
        letter-spacing: 0.8px;
        position: relative;
    }
    .packages-sec ul.packeges-list li strong {
        display: block;
        font-family: 'Poppins';
        font-weight: 600;
        color: #101010;
    }
    .packages-sec ul.packeges-list li:before {
        content: "";
        background-image: url(/assets/images/check-icon.png);
        width: 21px;
        height: 21px;
        background-repeat: no-repeat;
        background-position: left;
        background-size: 75%;
        position: absolute;
        left: -35px;
        top: 0px;
    }
    .packages-sec a {
        display: block;
        margin: auto;
        text-align: center;
        text-decoration: unset;
        font-family: 'Poppins';
        font-weight: 600;
        color: #0f083c;
        font-size: 12px;
    }
    .packages-sec button {
        margin: auto;
        display: block;
        margin-bottom: 5px;
        border: 0;
        background-color: #ff9900;
        width: 120px;
        height: 30px;
        border-radius: 50px;
        transition: all 0.4s linear;
        margin-top: 20px;
    }
    .packages-sec button a {
        font-family: 'PFDasGroteskPro-bold';
        font-size: 12px;
    }
    /*Sales Css*/
    section#sales-row {
        /*padding: 70px 0 70px;*/
    }
    section#sales-row:before {
        background-size: contain;
        height: 267px !important;
    }
    section#sales-row .container-fluid {
        padding-left: 14%;
    }
    .base {
        width: 7.5%;
        left: 50px;
    }
    .sales-sec h3 {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    .sales-sec h2 {
        font-size: 35px;
        color: #fff;
        line-height: 45px;
        margin-bottom: 5px;
        width: 88%;
        letter-spacing: 0.5px;
    }
    .sales-sec p {
        font-size: 14px;
        color: #fff;
        font-family: 'Poppins';
        line-height: 28px;
        margin-bottom: 15px;
        width: 99%;
    }
    section#sales-row button {
        transition: all 0.4s linear;
    }
    section#sales-row button:hover {
        background-color: #fff !important;
    }
    section#sales-row button:hover a {
        color: #000;
    }
    /*Testimonials Css*/
    section#testimonials-row {
        padding: 70px 0 0px;
    }
    section#testimonials-row .repeated-head {
        margin-bottom: 70px;
    }
    .testimonials-sec img {
        margin: auto;
        margin-bottom: 15px;
        width: 8%;
        border-radius: 50px;
    }
    .testimonials-sec {
        position: relative;
        background-image: url(/assets/images/testi-bg.png);
        background-repeat: no-repeat;
        padding-bottom: 220px;
        background-position: inherit;
    }
    .testimonials-sec:before {
        content: "";
        background-image: url(/assets/images/quote-left.png);
        width: 163px;
        height: 148px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        position: absolute;
        left: -18%;
        right: 0;
        margin: auto;
        top: -12%;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .testimonials-sec p {
        font-family: 'Poppins';
        font-size: 14px;
        color: #292929;
        font-weight: 500;
        font-style: italic;
        letter-spacing: 1px;
        line-height: 24px;
        width: 43%;
        margin: auto;
        margin-bottom: 12px;
    }
    .testimonials-sec ul {
        margin: 0;
        padding: 0;
    }
    .testimonials-sec ul li {
        list-style: none;
        display: inline-block;
        font-family: 'Poppins';
        font-size: 14px;
        color: #292929;
        font-weight: 600 !important;
        margin: 0 6px;
    }
    .testimonials-sec ul li:last-child {
        font-weight: 400;
    }
    .testimonials-sec ul.slick-dots {
        bottom: 180px;
    }
    .testimonials-sec ul.slick-dots li {
        margin: 0;
    }
    .slick-dots li button:before {
        color: #232f3e !important;
        opacity: 1;
    }
    .slick-dots li.slick-active button:before {
        opacity: 1 !important;
        border: 1px solid;
        border-radius: 50px;
        width: 15px;
        height: 15px;
        line-height: 13px;
        top: 3px;
        text-align: center;
    }
    /*Contact Css*/
    section#contact-row {
        background-image: url(/assets/images/contact-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 70px 0 30px;
    }
    section#contact-row .repeated-head {
        margin-bottom: 35px;
    }
    .contact-details ul {
        margin: 0;
        padding: 0;
    }
    .contact-details ul li {
        list-style: none;
        position: relative;
        margin-bottom: 40px;
        padding-left: 125px;
    }
    .contact-details ul li img {
        position: absolute;
        left: 45px;
        top: 0px;
        width: 10%;
    }
    .contact-details ul li strong {
        display: block;
        font-size: 18px;
        color: #212121;
        font-family: 'PFDasGroteskPro-bold';
        text-transform: uppercase;
    }
    .contact-details ul li a {
        font-size: 16px;
        color: #212121;
        font-family: 'PFDasGroteskPro';
        text-decoration: unset;
    }
    .contat-form {
        border-radius: 10px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.33);
        padding: 35px 50px;
    }
    .contat-form h3 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 22px;
        color: #161616;
        text-transform: uppercase;
    }
    .contat-form input {
        height: 60px;
        border-radius: 10px;
        border-color: #a49c9c;
        padding-left: 30px;
        font-size: 19px;
        color: #414040;
        font-family: 'PFDasGroteskPro';
        text-transform: uppercase;
    }
    .contat-form .mb-3 {
        margin-bottom: 20px !important;
    }
    .contat-form input::placeholder {
        font-size: 15px;
        color: #414040;
        font-family: 'PFDasGroteskPro';
        text-transform: uppercase;
    }
    .contat-form button[type="submit"] {
        width: 100%;
        background-color: #ff9900;
        border: 0;
        height: 60px;
        border-radius: 10px;
        font-size: 18px;
        color: #232f3e;
        padding: 0;
        font-family: 'PFDasGroteskPro-bold';
        text-transform: uppercase;
        transition: all 0.4s linear;
    }
    .contat-form button[type="submit"]:hover {
        background-color: #242e3e;
        color: #fff;
    }
    .contat-form .form-control:focus {
        border-color: #6c747e;
        box-shadow: unset;
    }
    .contat-form .form-control:focus::placeholder {
        color: #232f3e;
        font-family: 'PFDasGroteskPro-bold';
    }
    .contat-form p {
        text-align: center;
        font-family: 'Poppins';
        font-size: 16px;
        margin-top: 20px;
        font-weight: 500;
    }
    /*Inner Pages Css*/
    section#inner-banner {
        padding: 110px 0 100px;
    }
    section#book-banner , section#editing-banner , section#ghost-banner {
        padding: 110px 0 100px;
    }
    .banner-head h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .book-banner .banner-head h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .book-banner .banner-head p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }
    section#contact-inner {
        padding: 50px 0 30px;
    }
    section#contact-inner .repeated-head h2, section#contact-row .repeated-head h2 {
        margin-bottom: 0;
    }
    section#contact-inner .repeated-head p, section#contact-row .repeated-head p {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .we-sec {
        margin-top: -30px;
        padding: 30px 20px 30px 34px;
    }
    .we-sec h2 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 5px;
    }
    .we-sec p {
        font-size: 13px;
        line-height: 23px;
    }
    .sec1-right img {
        margin-top: 0;
        height: 345px;
        object-fit: cover;
    }
    section#about-sec1 {
        padding-bottom: 50px;
    }
    .sec2-head h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 18px;
    }
    .item h1 {
        font-size: 70px;
        line-height: 70px;
        margin-bottom: 10px;
    }
    .item h3 {
        font-size: 16px;
        line-height: 22px;
    }
    section#about-sec2 {
        padding-bottom: 50px;
    }
    .history-sec h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .history-sec h3 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .history-sec p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 12px;
    }
    section#about-sec3 {
        padding-bottom: 40px;
    }
    section#spotlight-row {
        padding: 50px 0 10px;
    }
    .spotlight-head {
        margin-bottom: 50px;
    }
    .spotlight-right h3 {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .spotlight-flex h4 {
        font-size: 11px;
    }
    .spotlight-flex {
        margin-bottom: 10px;
    }
    .spotlight-right ul li {
        padding: 8px 0;
        font-size: 9px;
    }
    .spotlight-right ul li span {
        width: 65px;
        font-size: 10px;
    }
    .spotlight-right ul:before {
        left: 55px;
    }
    section#spotlight-row .col-lg-6 {
        margin-bottom: 10px;
    }
    .publishing-cont h2 {
        font-size: 25px;
        margin-bottom: 6px;
    }
    .publishing-cont p {
        font-size: 12px;
        width: 89%;
        line-height: 22px;
    }
    section#publishing-row {
        padding-bottom: 20px;
    }
    .spotlight-head h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .spotlight-head {
        margin-bottom: 30px;
    }
    section#children-sec1 {
        padding: 60px 0 0;
    }
    section#children-sec1 .container {
        padding-bottom: 50px;
    }
    .children-head h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .children-head p {
        font-size: 12px;
        line-height: 22px;
    }
    section#children-sec1 .nav-pills .nav-link {
        padding: 10px 125px;
        font-size: 14px;
    }
    section#children-sec1 ul#pills-tab {
        margin-bottom: 30px !important;
    }
    .ages-right img {
        width: 90%;
        margin-bottom: 10px;
    }
    .ages-right h3 {
        font-size: 8px;
        line-height: 12px;
        margin-bottom: 5px;
    }
    .ages-right h4 {
        font-size: 8px;
        margin-bottom: 4px;
    }
    .ages-right ul {
        margin-bottom: 5px;
    }
    .ages-right ul li:first-child {
        font-size: 10px;
    }
    .ages-right ul li span {
        font-size: 8px;
    }
    .ages-right ul li {
        margin: 0;
    }
    .ages-right ul li:last-child {
        font-size: 9px;
    }
    .ages-right button {
        width: 80px;
        padding: 2px;
    }
    .ages-right button a {
        font-size: 9px;
    }
    section#children-sec2 {
        padding: 60px 0 50px;
    }
    .feature-head h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .feature-sec h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .feature-sec p {
        font-size: 14px;
        line-height: 25px;
    }
    section#children-sec3 {
        padding: 50px 0 20px;
    }
    .employe-sec h3 {
        font-size: 20px;
    }
    section#shop-row {
        padding: 60px 0px;
    }
    .shop-head h3 {
        font-size: 14px;
        padding: 18px 20px;
    }
    .head-right {
        padding: 13px 20px 13.5px 31px;
    }
    .head-right form input::placeholder {
        font-size: 14px;
    }
    .sidebar-head h3 {
        font-size: 15px;
    }
    .sidebar-head h4 {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .shop-head {
        margin-bottom: 35px;
    }
    .products-sec h3 {
        margin-top: 20px;
        font-size: 18px;
    }
    .products-sec .row {
        margin-top: 20px;
    }
    .products-sec .ages-right h3, .related-sec .ages-flex h3 {
        font-size: 10px;
    }
    .shop-sidebar form h4 {
        padding-bottom: 6px;
        margin-bottom: 15px;
    }
    .sidebar-box {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .sidebar-box .form-check label {
        font-size: 13px;
    }
    .sidebar-box .form-check {
        margin-bottom: 10px;
    }
    .products-sec {
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
    .products-sec button.w-btn {
        width: 140px;
        height: 35px;
    }
    button.w-btn {
        width: 120px;
        height: 35px;
        line-height: 9px;
    }
    button.w-btn a {
        font-size: 12px;
    }
    .search-sec h3, .related-sec h3 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .search-form form input::placeholder {
        font-size: 14px;
    }
    .search-form form input {
        font-size: 14px;
    }
    .related-sec nav {
        margin: 25px 0;
    }
    section#policy-row {
        padding: 30px 0 50px;
    }
    .privacy-txt h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .policies-txt h2 {
        font-size: 25px;
    }
    .privacy-txt h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 7px;
    }
    .privacy-txt p, .privacy-txt li {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    section#terms-row {
        padding: 40px 0;
    }
    .terms-txt h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .terms-txt p {
        font-size: 13px;
        line-height: 24px;
        width: 92%;
    }
    /*Footer Css*/
    footer#footer-row {
        background-image: url(/assets/images/footer-bg.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
    }
    footer#footer-row .container {
        padding: 70px 0 60px;
    }
    .foot-cont img {
        margin-bottom: 15px;
        width: 75%;
    }
    .foot-cont p {
        color: #fff;
        font-size: 14px;
        font-family: 'Poppins';
        line-height: 25px;
        font-weight: 300;
        margin-bottom: 33px;
        width: 82%;
    }
    .foot-cont ul {
        margin: 0;
        padding: 0;
    }
    .foot-cont ul li {
        display: inline-block;
        margin-right: 19px;
    }
    .foot-cont ul li i {
        color: #fff;
        font-size: 20px;
    }
    footer#footer-row h4 {
        color: #fff;
        font-size: 18px;
        font-family: 'Poppins';
        font-weight: 600;
        font-style: italic;
        margin-bottom: 0;
        margin-top: 18px;
    }
    footer#footer-row h4:after {
        content: "";
        width: 40px;
        height: 3px;
        background-color: #fff;
        display: block;
        margin: 8px 0;
    }
    footer#footer-row .col-lg-3:first-child {
        width: 35%;
    }
    footer#footer-row .col-lg-3:nth-child(2) , footer#footer-row .col-lg-3:nth-child(3) {
        width: 20%;
    }
    .foot-links ul {
        margin: 0;
        padding: 0;
    }
    .foot-links ul li {
        list-style: none;
        margin-bottom: 5px;
    }
    .foot-links ul li a {
        text-decoration: unset;
        color: #fff;
        font-size: 14px;
        font-family: 'Poppins';
    }
    .news-flex {
        display: flex;
        background-color: #fff;
        height: 45px;
        line-height: 45px;
        justify-content: space-between;
        padding: 0 15px 0 25px;
        border-radius: 50px;
    }
    .news-flex input[type="email"] {
        background-color: transparent !important;
        box-shadow: unset !important;
        border: 0 !important;
        padding: 0;
        height: 45px;
    }
    .news-flex input[type="email"]::placeholder {
        font-size: 13px;
        font-family: 'Poppins';
        font-weight: 500;
        color: #4e4e4e;
        text-transform: uppercase;
    }
    .news-flex button[type="submit"] {
        background-color: transparent;
        border: 0;
        padding: 0;
        width: 51px;
        height: 46px;
    }
    .news-flex button[type="submit"] i {
        color: #fe9c00;
    }
    /*Copyright Css*/
    section#copyright {
        border-top: 2px solid #787878;
    }
    section#copyright .container {
        padding: 18px 0px 35px;
    }
    .copyright-text p {
        font-size: 14px;
        color: #979797;
        font-family: 'Poppins';
        font-weight: 400;
    }
    .copyright-links {
        float: right;
    }
    .copyright-links ul {
        padding: 0;
        margin: 0;
    }
    .copyright-links ul li {
        display: inline-block;
        color: #979797;
    }
    .copyright-links ul li a {
        font-size: 14px;
        color: #979797;
        font-family: 'Poppins';
        text-decoration: unset;
    }
}
@media only screen and (max-width: 1024px) { 
    section#banner-row {
        background-position: bottom;
    }
    .carousel-control-prev {
        left: -10%;
    }
    .carousel-control-next {
        right: -10%;
    }
}
@media only screen and (max-width: 1000px) {
    section#bottom-links {
        display: none;
    }
    .top-bar {
        height: auto;
        line-height: inherit;
        text-align: center;
        padding: 10px 0;
    }
    .top-left {
        margin-bottom: 10px;
    }
    .top-right {
        float: unset;
    }
    .top-right ul li {
        display: block;
        margin: 0;
        margin-bottom: 5px;
    }
    header {
        padding: 0 20px;
    }
    .navbar-expand-lg .container-fluid {
        flex-direction: row-reverse;
    }
    nav.navbar.navbar-expand-lg.all-pages {
        display: none;
    }
    .navbar-brand {
        margin-right: 0;
        width: 50%;
    }
    .navbar-brand img {
        width: 100%;
    }
    .navbar-toggler {
        padding: 0;
    }
    .navbar-toggler-icon:before {
        content: "\f0c9";
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 37px;
    }
    ul.right-menu {
        display: none;
    }
    .navbar-nav {
        text-align: center;
    }
    div#navbarTogglerDemo01 {
        margin-top: 20px;
    }
    .navbar-nav li {
        margin-bottom: 5px;
    }
    section#banner-row {
        padding: 50px 0;
        text-align: center;
    }
    .banner-sec img {
        width: 85%;
        margin: auto;
        text-align: center;
        margin-bottom: 5px;
    }
    .banner-sec h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-sec p {
        font-size: 14px;
        width: 85%;
        margin: auto;
        margin-bottom: 15px;
    }
    .banner-sec p br {
        display: none;
    }
    section#about-row {
        padding: 50px 0;
        text-align: center;
    }
    section#about-row img {
        margin: auto;
    }
    .about-sec h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .about-sec h2 {
        font-size: 25px;
        line-height: 35px;
        margin: auto;
    }
    .about-sec p {
        margin: auto;
        width: 100%;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .about-sec ul li {
        display: block;
        margin: 0;
    }
    .about-sec button {
        margin-bottom: 20px;
    }
    button.w-btn {
        width: 135px !important;
        height: 35px !important;
    }
    .banner-sec button a {
        font-size: 14px;
    }
    section#books-row {
        padding: 50px 0 0;
    }
    .repeated-head h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .repeated-head h2 {
        font-size: 25px;
        line-height: 35px;
        width: 85%;
        margin: auto;
    }
    .repeated-head {
        margin-bottom: 15px;
    }
    .book-sec {
        text-align: center;
        padding: 0 0 80px;
    }
    .book-sec h3 {
        padding-top: 10px;
        font-size: 18px;
    }
    .book-flex {
        flex-direction: column;
    }
    .book-flex:last-child {
        margin-top: 10px;
        align-items: center;
    }
    .book-sec button {
        width: 120px;
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
    }
    .book-sec button a {
        font-size: 13px;
    }
    section#books-row button.w-btn {
        margin-top: 0;
    }
    section#services-row {
        padding: 50px 0 20px;
    }
    section#services-row .repeated-head {
        margin-bottom: 34px;
    }
    .service-sec {
        padding: 20px 0;
    }
    .service-sec img {
        margin-bottom: 8px;
    }
    .service-sec h3 {
        font-size: 18px;
    }
    .service-sec p {
        font-size: 13px;
    }
    section#catelog-row {
        padding: 50px 0 30px;
    }
    section#catelog-row ul#pills-tab {
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px !important;
    }
    section#catelog-row .nav-pills .nav-link {
        font-size: 18px;
        margin: 0;
    }
    .catelog-sec {
        margin-bottom: 20px;
    }
    .catelog-flex-top h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .catelog-flex-bottom p {
        font-size: 20px;
    }
    section#packages-row {
        padding: 50px 0 20px;
    }
    section#packages-row .container {
        padding: 0;
    }
    section#packages-row .repeated-head {
        margin-bottom: 30px;
    }
    .packages-head h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .packages-head {
        padding: 35px 0 60px;
    }
    .packages-head ul li {
        display: block;
        font-size: 22px;
        margin-bottom: 5px;
    }
    .packages-head ul li:after {
        display: none !important;
    }
    .packages-sec ul.packeges-list {
        padding: 15px 0 20px 0px;
        text-align: center;
    }
    .packages-sec ul.packeges-list li {
        font-size: 14px;
        text-align: left;
        padding-left: 45px;
        margin-bottom: 10px;
    }
    .packages-sec ul.packeges-list li:before {
        left: 14px;
        top: 0;
    }
    .packages-sec button {
        width: 130px;
        height: 35px;
    }
    .packages-sec {
        margin-bottom: 30px;
    }
    section#sales-row {
        padding: 50px 0;
        text-align: center;
        background-position: left;
    }
    .sales-sec h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .sales-sec h2 {
        font-size: 25px;
        line-height: 40px;
        margin: auto;
        margin-bottom: 5px;
    }
    .sales-sec p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .sales-sec p br {
        display: none;
    }
    section#testimonials-row {
        padding: 50px 0 0;
    }
    .testimonials-sec {
        background-image: unset;
        padding-bottom: 75px;
    }
    section#testimonials-row .repeated-head {
        margin-bottom: 25px;
    }
    .testimonials-sec:before {
        top: 0%;
        left: 0;
        display: none;
    }
    .testimonials-sec img {
        margin-bottom: 10px;
        width: 30%;
    }
    .testimonials-sec p {
        font-size: 14px;
        width: 91%;
        margin: auto;
        margin-bottom: 10px;
    }
    .testimonials-sec p br {
        display: none;
    }
    .testimonials-sec ul li {
        margin: 0 2px;
        font-size: 14px;
    }
    .testimonials-sec ul.slick-dots {
        bottom: 30px;
    }
    section#contact-row {
        padding: 50px 0;
    }
    section#contact-row .repeated-head {
        margin-bottom: 20px;
    }
    .contact-details ul li img {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 15px;
        width: 15%;
    }
    .contact-details ul li {
        padding: 0;
        margin-bottom: 20px;
    }
    .contact-details ul {
        text-align: center;
        margin-bottom: 40px;
    }
    .contact-details ul li strong {
        font-size: 16px;
    }
    .contact-details ul li a {
        font-size: 15px;
    }
    .contat-form {
        padding: 30px 15px;
    }
    .contat-form h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    section#contact-inner .repeated-head p, 
    section#contact-row .repeated-head p {
        width: 86%;
        margin-bottom: 10px;
    }
    .contat-form input {
        height: 50px;
        padding-left: 20px;
    }
    .contat-form input::placeholder {
        font-size: 15px;
    }
    .contat-form .mb-3 {
        margin-bottom: 20px !important;
    }
    .contat-form button[type="submit"] {
        height: 50px;
        font-size: 15px;
    }
    section#inner-banner {
        padding: 50px 0;
    }
    .banner-head h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .we-sec {
        margin: 0;
        padding: 50px 0 30px;
        text-align: center;
    }
    .we-sec h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .we-sec p {
        width: 90%;
        margin: auto;
    }
    section#about-sec1 {
        text-align: center;
    }
    section#about-sec2 {
        text-align: center;
    }
    .sec2-head h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .item {
        padding: 15px 0;
    }
    .item:before {
        display: none;
    }
    .item h1 {
        font-size: 35px;
        line-height: 35px;
    }
    .item h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .item h3 br {
        display: none;
    }
    section#about-sec3 {
        text-align: center;
        padding-bottom: 30px;
    }
    .history-sec h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .history-sec h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .history-sec p {
        width: 95%;
        margin: auto;
        margin-bottom: 12px;
    }
    .spotlight-head h2 {
        font-size: 30px;
        line-height: 35px;
    }
    section#spotlight-row {
        text-align: center;
    }
    .spotlight-left {
        float: unset;
        margin: 0;
    }
    .spotlight-flex {
        flex-direction: column;
    }
    .spotlight-flex img {
        margin: 0;
        margin-bottom: 10px;
    }
    .spotlight-right ul {
        margin: auto;
    }
    .spotlight-right ul li {
        text-align: left;
        padding-left: 10px;
    }
    .spotlight-right ul li span {
        width: 75px;
    }
    .spotlight-right ul:before {
        left: 65px;
    }
    .spotlight-right {
        margin-bottom: 20px;
    }
    section#publishing-row {
        text-align: center;
    }
    .publishing-cont h2 {
        line-height: 27px;
        font-size: 20px;
        width: 89%;
        margin: auto;
        margin-bottom: 6px;
    }
    .publishing-cont p {
        margin: auto;
        margin-bottom: 15px;
    }
    section#shop-row {
        padding: 50px 0 30px;
        text-align: center;
    }
    .sidebar-box .form-check {
        text-align: left;
    }
    section#shop-row .sidebar {
        padding-bottom: 20px;
    }
    .shop-head {
        margin: 30px 0;
        flex-direction: column;
    }
    .shop-head div {
        width: 100%;
    }
    .products-sec h3 {
        margin-top: 10px;
    }
    .products-sec button.best-btn {
        width: 100px;
        height: 30px;
        font-size: 13px;
    }
    .products-sec .ages-flex, .related-sec .ages-flex {
        padding: 20px 0;
    }
    .products-sec .row {
        margin-top: 10px;
    }
    .search-sec {
        padding: 15px 0 20px;
    }
    .search-sec h3, .related-sec h3 {
        margin-bottom: 20px;
        line-height: 25px;
    }
    .search-form {
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
    .related-sec nav {
        margin: 10px 0 20px;
    }
    section#children-sec1 {
        padding: 45px 0 0;
    }
    .children-head h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .children-head p {
        font-size: 13px;
        width: 87%;
        margin: auto;
    }
    section#children-sec1 ul#pills-tab {
        justify-content: center !important;
        margin-bottom: 20px !important;
    }
    section#children-sec1 .nav-pills .nav-link {
        margin-bottom: 10px;
    }
    .ages-flex {
        display: block;
        padding: 15px 0 20px;
        margin-bottom: 20px;
    }
    .ages-left img {
        width: 50%;
        margin: auto;
        display: block;
    }
    .ages-right img {
        width: 22%;
    }
    .ages-right {
        margin: 0;
        text-align: center;
    }
    .ages-right h3 {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .ages-right h4 {
        font-size: 12px;
    }
    .ages-right ul li:first-child {
        font-size: 12px;
    }
    .ages-right ul li span {
        font-size: 10px;
    }
    .ages-right ul li:last-child {
        font-size: 11px;
    }
    .ages-right ul {
        margin-bottom: 10px;
    }
    .ages-right button {
        width: 100px;
        padding: 0;
        height: 30px;
    }
    .ages-right button a {
        font-size: 12px;
    }
    section#children-sec1 .container {
        padding-bottom: 30px;
    }
    section#children-sec2 {
        padding: 50px 0 20px;
    }
    .feature-head h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .feature-head {
        margin-bottom: 20px;
    }
    .feature-sec h3 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .feature-sec {
        width: 90%;
        margin-bottom: 20px;
    }
    .employe-sec h3 {
        left: 0;
        right: 0;
        text-align: center;
    }
    .contact-info {
        display: none !important;
    }
    .popup-form {
        text-align: center;
    }
    .modal-body {
        padding: 0;
    }
    .popup-form p {
        margin: auto;
        font-size: 12px;
        width: 79%;
    }
    .popup-form form#popup_form {
        width: 85%;
        margin: auto;
    }
    .popup-form input {
        margin-bottom: 10px;
    }
    .popup-form .row {
        margin-bottom: 0;
    }
    section#policy-row {
        text-align: center;
        padding-bottom: 40px;
    }
    .privacy-txt h2 {
        font-size: 22px;
    }
    .privacy-txt p {
        width: 85%;
        font-size: 13px;
        margin: auto;
        margin-bottom: 10px;
    }
    .privacy-txt li {
        text-align: left;
        line-height: 23px;
    }
    .privacy-txt h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    section#terms-row {
        text-align: center;
        padding: 30px 0;
    }
    .terms-txt h2 {
        font-size: 23px;
    }
    .terms-txt p {
        margin: auto;
        margin-bottom: 10px;
    }
    footer#footer-row .container {
        padding: 50px 0 30px;
    }
    footer#footer-row {
        text-align: center;
        background-position: inherit;
    }
    footer#footer-row .col-lg-3 {
        width: 100% !important;
        margin-bottom: 20px;
    }
    footer#footer-row .row {
        display: block;
    }
    .foot-cont img {
        width: 70%;
        margin-bottom: 10px;
    }
    .foot-cont p {
        font-size: 14px;
        line-height: 25px;
        margin: auto;
    }
    .foot-cont p br {
        display: none;
    }
    footer#footer-row h4:after {
        margin: auto;
        margin-top: 5px;
        margin-bottom: 16px;
    }
    footer#footer-row h4 {
        font-size: 18px;
    }
    .foot-links ul li {
        margin-bottom: 5px;
    }
    .foot-links ul li a {
        font-size: 14px;
    }
    .news-flex {
        width: 80%;
        margin: auto;
    }
    footer#footer-row .container {
        padding: 30px 0;
    }
    .copyright-text p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .copyright-links ul li {
        display: block;
    }
    .copyright-links {
        float: unset;
    }
    .copyright-links ul li a {
        font-size: 15px;
    }
}

.copyright {
    color: #fff;
    background: #111;
}

.copyright p {
    width: 66%;
    margin: auto;
    padding: 19px 0px 0;
}