/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background-color: #8c2310;
}

/*------typography-----------*/

header#top ul li a {
    font-family: lig !important;
}
html body h1 {
    font-family: it !important;
    filter: drop-shadow(2px 2px 0px black);
}
html body h2 {
    font-family: md !important;
}
html body h3 {
    font-family: it !important;
}
html body h4 {
    font-family: md !important;
}
html body p {
    font-family: lig !important;
}
#r1 h1 {
    font-family: md !important;
    filter: drop-shadow(2px 2px 0px #b93c16);
}
#footer-outer #footer-widgets .widget h4 {
    font-family: it !important;
}

/*------typography-----------*/

#r1 {
    padding-top: 250px !important;
    padding-bottom: 220px !important;
}
#r1 .text {
    width: 44%;
    margin-bottom: -20px;
}
#r1 .rop1 {
    position: absolute;
    left: 15%;
    top: -120px;
    width: 350px;
}
#r1 p {
    width: 750px;
    margin: auto;
}
#r1 .cat2 {
    position: absolute;
    right: -30px;
    bottom: -240px;
    width: 21%;
}
#r1 .cat1 {
    position: absolute;
    left: -30px;
    width: 21%;
    bottom: -260px;
}
#r1 .rop2 {
    position: absolute;
    right: 9%;
    bottom: -140px;
}
#r1 .ball2 {
    position: absolute;
    left: 19%;
    bottom: -190px;
    width: 9%;
}
#r1 .ball1 {
    position: absolute;
    right: 20%;
    BOTTOM: -210px;
    width: 4%;
}
a#b1 {
    background: url(https://devu07.testdevlink.net/Patricia/wp-content/uploads/2024/04/button-background.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 40px !important;
    padding: 14px 45px !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-family: md !important;
    font-weight: 400 !important;
    box-shadow: 4px 7px 0px 0px #8c2310;
    transition: 0.6s;
    position: relative;
}
#r1 a#b1 {
    margin: 0px 8px;
}
#r1 .blk {
    background: url(https://devu07.testdevlink.net/Patricia/wp-content/uploads/2024/04/black-button.png);
    box-shadow: 4px 7px 0px 0px #050405;
}
#r2 {
    padding-top: 120px !important;
    padding-bottom: 170px !important;
}
#r2 .cat {
    position: absolute;
    right: -340px;
    bottom: -240px;
}
#r2 .inner-wrap.row-bg-layer {
    position: relative;
}
#r2 .inner-wrap.row-bg-layer:before {
    background: url(https://design-prodigy.com/testing/john-taylor/wp-content/uploads/2024/09/r2-hand-cat.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    width: 100%;
    height: 123%;
    z-index: 1;
    background-position: center center !important;
    top: -130px;
    transition: 0.9s;
    transform: scale(1.5);
}
#r2:hover .inner-wrap.row-bg-layer:before {
    transform: scale(1);
}
#r3 {
    position: relative;
    z-index: 99;
    margin-top: -40px;
}
#r3:before {
    content: '';
    position: absolute;
    background: url(https://devu07.testdevlink.net/Patricia/wp-content/uploads/2024/04/before-background_02.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
    bottom: 0px;
    z-index: 99;
    transform: rotate(180deg);
}
#r3:after {
    content: '';
    position: absolute;
    background: url(https://devu07.testdevlink.net/Patricia/wp-content/uploads/2024/04/before-background_02.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    bottom: -10px;
    z-index: 99;
}
#r31 {
    max-width: 1440px !important;
    margin: auto;
    padding: 0px 90px;
}
#r3 .book {
    margin-left: 60px;
   margin-top: 70px;
}
#r3 .owl-stage {
    padding-bottom: unset;
    padding-top: 80px !important;
}
#r3 .owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-top: -90px;
}
#r3 .carousel-item img {
    margin-bottom: -90px;
}
#r3 .owl-dots {
    display: none;
}
#r3 .carousel-item:hover img {
    transform: translateY(-90px);
}
#r3 .carousel-item img {
    margin-bottom: -90px;
    transition: 0.8s;
}
#r3 .owl-stage {
    animation: marquee-horizontal 20s linear infinite;
}
@keyframes marquee-horizontal{

100% {
    transform: translateX(0%);
}
}
#r4 {
    padding-top: 120px !important;
    padding-bottom: 130px !important;
}
#r4 .carousel-item .i1 {
    width: 100px;
    border: 8px solid #ffefd0;
    border-radius: 500px !important;
    margin-bottom: 20px;
    margin-top: -70px;
}
#r4 .carousel-item:before {
    content: '';
    position: absolute;
    background: #fe9a49;
    height: 50%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 20px !important;
}
#r4 .carousel-item {
    background: #fe9139;
    margin: 0px 10px;
    padding: 30px 35px !important;
    border-radius: 20px !important;
    position: relative;
}
#r4 .carousel-item:after {
    content: '';
    position: absolute;
    background: url(https://design-prodigy.com/testing/john-taylor/wp-content/uploads/2024/09/testi-cat-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 120px;
    height: 140px;
    top: -90px;
    right: 15%;
    transition: 0.8s;
    transform: translateY(100px);
    z-index: -9;
}
#r4 .carousel-item:hover:after {
    transform: translatey(0px);
}
#r4 .owl-stage {
    padding-top: 90px;
}
#r4 .cat {
    position: absolute;
    bottom: -180px;
    left: -15px;
}
#r4 .owl-item:nth-child(even) {
    transform: translateY(20px);
}
#r4 .owl-stage {
    animation: marquee-horizontal 30s linear infinite reverse;
}
#r4 .owl-carousel:hover .owl-stage {
    animation-play-state: paused !important;
}
#r4 .owl-carousel:not(:hover) .owl-stage {
    animation-play-state: running !important;
}
#r5 {
    position: relative;
    z-index: 99;
    padding-top: 120px !important;
    padding-bottom: 100px !important;
}
#r5 span.meta-category {
    display: none;
}
#r5 .inner-wrap {
    background-color: transparent !important;
    box-shadow: unset !important;
}
#r5 .article-content-wrap {
    border-radius: 20px !important;
    margin-top: 10px;
    padding: 22px 25px !important;
}
#r5 .carousel-item {
    margin: 0px 15px;
}
#r5 .excerpt {
    font-family: lig !important;
}
#r5 .cat {
    position: absolute;
    left: -340px;
    bottom: -61px;
    width: 160px;
}
#r5 .cat1 {
    position: absolute;
    right: -330px;
    bottom: -85px;
    width: 650px;
}
#r5 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#r5 .owl-nav {
    display: block;
}
#r5 .owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    border-radius: 50px !important;
    background: transparent !important;
    border: 1px solid #fe943e;
    color: #fe943e;
    font-size: 25px;
    padding: 7px 17px;
    --p: -70px;
}
#r5 .owl-nav button span {
    position: relative;
    bottom: 3px;
}
#r5 .owl-nav button.owl-prev {
    left: var(--p);
}
#r5 .owl-nav button.owl-next {
    right: var(--p);
}
#r5 .owl-nav button.owl-next{
     animation: bounce-left 2s infinite linear;
}
@keyframes bounce-left{
    0%,30%,50%,70%,100%{
        transform:translateX(0);
    }
    40%,60%{
        transform:translateX(5px) 
    }
}
#r5 .owl-nav button.owl-prev{
     animation: bounce-right 2s infinite linear;
}
@keyframes bounce-right{
    0%,30%,50%,70%,100%{
        transform:translateX(0) ;
    }
    40%,60%{
        transform:translateX(-5px)  ;
    }
}
#r6 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
#r6 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: white !important;
    border: 1px solid #fe9139;
    margin-bottom: 12px;
    border-radius: 7px !important;
}
#r6 textarea.wpcf7-form-control.wpcf7-textarea {
    background: white !important;
    border: 1px solid #fe9139;
    margin-bottom: 12px;
    border-radius: 7px !important;
    height: 150px;
    resize: unset;
}
#r6 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: url(https://devu07.testdevlink.net/Patricia/wp-content/uploads/2024/04/button-background.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 40px !important;
    padding: 14px 45px !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-family: md !important;
    font-weight: 400 !important;
    box-shadow: 4px 7px 0px 0px #8c2310;
    transition: 0.6s;
	margin-bottom: 12px;
}
#r6 .wpcf7-response-output {
    font-family: lig !important;
    border: transparent !important;
}
#r6 .cat2 {
    position: absolute;
    bottom: 290px;
    right: -340px;
}
#r6 .cat1 {
    position: absolute;
    bottom: -180px;
    left: -310px;
    width: 180px;
}
#r4 .carousel-item .t1 {
    position: relative;
}

/*------ftr-----------*/

#footer-outer {
    background-color: transparent !important;
    background-position: top !important;
    position: relative;
}
#footer-outer:before {
    content: '';
    position: absolute;
    background: url(https://design-prodigy.com/testing/john-taylor/wp-content/uploads/2024/09/ab-cat.png);
    background-size: 100% 100%;
    width: 170px;
    height: 170px;
    bottom: -10px;
    left: -16px;
}
#footer-widgets:before {
    content: '';
    position: absolute;
    background: url(https://design-prodigy.com/testing/john-taylor/wp-content/uploads/2024/09/ab-cat.png);
    background-size: 100% 100%;
    width: 160px;
    height: 240px;
    bottom: -46px;
    right: 6px;
    visibility: visible;
}
#footer-widgets .row {
    padding-top: 150px !important;
    padding-bottom: 60px !important;
    border-bottom: 1px solid #fe9139;
}
#footer-widgets #nav_menu-2 {
    margin: auto;
    display: table;
}
#footer-outer #footer-widgets .widget h4:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #fe9139;
    width: 90px;
    bottom: 0;
}
#footer-outer #footer-widgets .widget h4 {
    margin-bottom: 20px !important;
    padding-bottom: 18px !important;
    position: relative;
}
#footer-widgets .icn ul li i {
    top: 0;
    border: 1px solid;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    font-size: 18px !important;
    line-height: 27px !important;
    transition: 0.9s;
    background: #a34c36 !important;
    color: #ffefd0 !important;
}
#footer-widgets #media_image-2 {
    margin-bottom: 15px !important;
    width: 88%;
    padding-bottom: 15px !important;
    position: relative;
}
#footer-widgets #media_image-2:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #fe9139;
    width: 90px;
    bottom: 0;
}
#footer-widgets .icn ul li {
    display: inline-block;
    margin-right: 10px !important;
}
#footer-outer #footer-widgets .foot-secc li.eml:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    position: absolute;
     left: 0px !important;
}
#footer-outer #footer-widgets .foot-secc li.phn:before {
    content: "\f095";
    font-family: 'FontAwesome';
    position: absolute;
      left: 0px !important;
}
#footer-outer #footer-widgets .foot-secc li.mrk:before {
    content: "\f041";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px !important;
}
#footer-outer #footer-widgets .foot-secc li {
    margin-left: 42px;
    margin-bottom: 20px !important;
}
#footer-outer #footer-widgets .foot-secc li.mrk:before {
    top: -4px;
}
#footer-outer .foot-secc {
position: relative;
}
#footer-outer #footer-widgets .foot-secc li:before {
    background: #8c2310;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 35px;
    color: white;
}
#footer-widgets #text-2 {
    margin-bottom: 10px !important;
}
#footer-outer #footer-widgets .foot-secc li a {
    padding-top: 5px !important;
}
#footer-widgets form.tnp-form {
    position: relative;
}
#footer-outer #footer-widgets .col input[type=email] {
    border-radius: 40px;
    background: white;
    padding-left: 25px;
    padding-right: 70px;
    color: black;
    font-family: lig !important;
    border: unset !important;
    font-style: italic;
}
#footer-outer #footer-widgets .col input[type=submit] {
    width: auto;
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0px 40px 40px 0px !important;
    padding: 22px 30px !important;
    background: #8c2310 !important;
}
#footer-widgets form.tnp-form::after {
    content: "\f1d8";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 23px;
    font-size: 15px;
    pointer-events: none;
    color: white;
}
#footer-outer a, #footer-outer p {
    font-family: lig !important;
    font-size: 15px !important;
    line-height: 25px !important;
}
#copyright {
    padding: 20px 0px !important;
}
#copyright p a {
    text-transform: uppercase !important;
    font-family: lig !important;
    font-weight: 500 !important;
}

/*------ftr-----------*/



/*------animations-----------*/

#r1 .rop1 {
		animation: rotate 3s linear infinite;
}
#r1 .rop2 {
    animation: rotate 3s linear infinite;
}
#r1 .cat1 {
    animation: scale1 4s linear infinite;
    transform-origin: left bottom !important;
}
#r1 .cat2 {
    animation: scale1 4s linear infinite;
    transform-origin: right bottom !important;
}
#r1 .ball2 {
    animation: floatY 5s ease infinite;
}
#r1 .ball1 {
    animation: floatY 3s ease infinite;
}
#r2 .i1:hover {
    transform: rotate(-9deg) scale(0.95);
    filter: brightness(0.5);
}
#r2 .i1 {
    transition: 0.6s;
}
#r2 .cat {
    animation: floatY1 4s ease infinite;
}
#r3 .book {
    animation: rotate 5s linear infinite;
}
#r4 .cat {
    animation: floatY1 4s ease infinite;
}
#r5 .cat {
    animation: floatY1 4s ease infinite;
}
#r5 .cat1 {
    animation: floatx 4s ease infinite;
}
#r6 .cat2 {
    animation: floatY1 4s ease infinite;
}
#r6 .cat1 {
    animation: floatx 3s ease-in-out infinite;
    scale: 1.7;
    top: -32px;
}
#r6 .book {
    animation: rotate 5s linear infinite;
}
#footer-outer:before {
    animation: floatY1 4s ease infinite;
}
#footer-widgets:before {
    animation: floatx 4s ease-in-out infinite;
}

@keyframes rotate {
	0%, 100% {
    transform: rotate(5deg);
}
50% {
    transform: rotate(-5deg);
}
}	
@keyframes scale {
	0%, 100% {
    transform: scale(1);
}
50% {
    transform: scale(0.9);
}
}	
@keyframes scale1 {
	0%, 100% {
    transform: scale(1);
}
50% {
    transform: scale(0.95);
}
}	
@keyframes floatx {
	0%, 100% {
    translate: 50px 0px;
}
50% {
    translate: 0 0;
}
}
@keyframes floatY {
	0%, 100% {
    translate: 0 -50px;
}
50% {
    translate: 0 0;
}
}
@keyframes floatY1 {
	0%, 100% {
    translate: 0 50px;
}
50% {
    translate: 0 0;
}
}


/*------animations-----------*/

.page-id-15 #footer-outer, .page-id-17 #footer-outer, .page-id-18 #footer-outer {
    background-color: #ffefd0 !important;
}
.page-id-17 #r5 .row-bg-wrap {
    background-color: #ffedc9 !important;
}
.page-id-17 .owl-dots {
    display: none !important;
}
.page-id-17 #r5 .owl-nav {
    display: none !important;
}
.page-id-17 .carousel-item {
    margin-bottom: 15px !important;
}
.page-id-17 .owl-stage {
    display: inline;
}
.archive .page-header-bg-image:after {
    background-color: transparent !important;
}
.post-type-archive-product.woocommerce .container-wrap {
    background-color: white !important;
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	#r1 .text {
    width: 49%;
    margin-bottom: -18px;
}
	#r1 .rop1 {
    left: 9%;
    top: -120px;
    width: 330px;
}
	#r1 .ball2 {
    left: 19%;
    bottom: -190px;
    width: 10%;
}
	#r1 .ball1 {
    right: 20%;
    BOTTOM: -210px;
    width: 5%;
}
	#r1 .rop2 {
    right: 9%;
    bottom: -140px;
    width: 390px;
}
	#r2 .cat {
    right: -190px;
    bottom: -230px;
    width: 170px;
}
#r3 .carousel-item img {
    margin-bottom: -70px;
}
	#r5 .cat {
    left: -190px;
    bottom: -61px;
    width: 160px;
}
	#r5 .cat1 {
    right: -180px;
    bottom: -79px;
    width: 630px;
}
	#r6 .cat1 {
    bottom: -180px;
    left: -160px;
    width: 160px;
}
	#r6 .cat2 {
    bottom: 290px;
    right: -220px;
    width: 190px;
}
	#footer-outer #footer-widgets .foot-secc li {
    margin-bottom: 10px !important;
}
	#footer-outer:before {
    width: 160px;
    height: 170px;
    bottom: -10px;
    left: -16px;
}
	#footer-widgets:before {
    width: 160px;
    height: 240px;
    bottom: -46px;
    right: -4px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	#r1 .rop2 {
    right: 9%;
    bottom: -140px;
    width: 300px;
}
	#r2 {
    padding-top: 90px !important;
    padding-bottom: 150px !important;
}
	#r2 .cat {
    right: -110px;
    bottom: -209px;
    width: 160px;
}
	html body h1 {
    font-size: 45px !important;
    line-height: 55px !important;
}
	#r3 .owl-stage {
    padding-top: 100px !important;
}
	#r5 .cat {
    left: -90px;
    bottom: -61px;
    width: 140px;
}
	#r5 .cat1 {
    right: -100px;
    bottom: -79px;
    width: 550px;
}
	#r6 .cat1 {
    bottom: -180px;
    left: -80px;
    width: 140px;
}
	#r6 .cat2 {
    bottom: 290px;
    right: -180px;
    width: 190px;
}
	#footer-outer:before {
    width: 110px;
    height: 120px;
    bottom: -10px;
    left: -16px;
}
	#footer-widgets:before {
    width: 140px;
    height: 220px;
    bottom: -46px;
    right: -14px;
    z-index: 9;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	#r4 .cat {
    bottom: -180px;
    left: -15px;
    width: 150px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	html body h1 {
    font-size: 42px !important;
    line-height: 52px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
#r1 .rop1 {
    left: 9%;
    top: -80px;
    width: 220px;
}
	#r1 {
    padding-top: 170px !important;
    padding-bottom: 150px !important;
}
	#r1 .text {
    width: 50%;
    margin-bottom: -8px;
}
	#r1 .cat1 {
    left: -30px;
    width: 21%;
    bottom: -166px;
}
	#r1 .cat2 {
    right: -30px;
    bottom: -160px;
    width: 21%;
}
	#r1 p {
    width: 630px;
    margin: auto;
}
	html body p {
    font-size: 13px !important;
    line-height: 23px !important;
}
	#r1 .rop2 {
    right: 7%;
    bottom: -110px;
    width: 210px;
}
	#r1 .ball2 {
    left: 19%;
    bottom: -140px;
    width: 10%;
}
	#r1 .ball1 {
    right: 18%;
    BOTTOM: -140px;
    width: 5%;
}
	html body h1 {
    font-size: 32px !important;
    line-height: 42px !important;
}
	#r2 .cat {
    right: -110px;
    bottom: -139px;
    width: 130px;
}
	#r3 .book {
    margin-left: 30px;
    margin-top: 70px;
}
	#r4 {
    padding-top: 70px !important;
    padding-bottom: 100px !important;
}
	#r4 .carousel-item {
    margin: 0px 10px;
    padding: 30px 25px !important;
}
	html body h4 {
    font-size: 20px !important;
    line-height: 30px ! IMPORTANT;
}
	#r4 .cat {
    bottom: -140px;
    left: -15px;
    width: 120px;
}
	#r5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
	#r5 .carousel-item .col.span_12 {
    margin-bottom: 0px !important;
}
	#r5 .owl-stage {
    padding-top: unset;
}
	#r5 .excerpt {
    font-size: 13px !important;
    line-height: 23px !important;
}
	#r5 h3.title {
    font-size: 15px !important;
    line-height: 25px !important;
}
	#r5 .cat {
    left: -90px;
    bottom: -51px;
    width: 110px;
}
	#r5 .cat1 {
    right: -100px;
    bottom: -69px;
    width: 450px;
}
	#r6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
	#r6 .cat1 {
    bottom: -90px;
    left: -80px;
    width: 100px;
}
	#r6 .cat2 {
    bottom: 230px;
    right: -120px;
    width: 100px;
}
	#footer-outer a, #footer-outer p {
    font-size: 13px !important;
    line-height: 23px !important;
}
	#footer-outer #footer-widgets .col input[type=email] {
    font-size: 12px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	#r1 .rop1 {
    left: 7%;
    top: -60px;
    width: 180px;
}
	#r1 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
	#r1 .cat1 {
    left: -30px;
    width: 23%;
    bottom: -135px;
}
	#r1 .cat2 {
    right: -28px;
    bottom: -128px;
    width: 22%;
}
	#r1 p {
    width: 520px;
    margin: auto;
    font-size: 12px !important;
    line-height: 22px !important;
}
	#r1 .rop2 {
    right: 7%;
    bottom: -80px;
    width: 150px;
}
	#r1 .ball2 {
    left: 19%;
    bottom: -110px;
    width: 12%;
}
	#r1 .ball1 {
    right: 17%;
    BOTTOM: -109px;
    width: 6%;
}
	#r2 .inner-wrap.row-bg-layer:before {
    display: none;
}
	#r2 {
    padding-top: 60px !important;
    padding-bottom: 90px !important;
    text-align: center;
}
	#r2 .i1 {
    width: 90%;
    margin: auto;
}
	#r2 .cat {
    right: -50px;
    bottom: -79px;
    width: 110px;
}
	#r3 {
    padding-top: 80px !important;
    text-align: center;
}
	#r3 .book {
    margin-left: 0px;
    margin-top: 30px;
}
	#r4 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
	#r4 .cat {
    bottom: -100px;
    left: -15px;
    width: 120px;
}
	html body p br {
    display: none;
}
	#r5 .cat {
    left: -60px;
    bottom: -51px;
    width: 110px;
}
	#r5 .cat1 {
    right: -60px;
    bottom: -64px;
    width: 370px;
}
	#r5 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#r61 .col.span_12, #r61 .col.span_6 {
    margin: unset;
}
#r6 .cat1 {
    display: none;
}
	#r6 .cat2 {
    display: none;
}
	#footer-outer {
    background-position: right top !important;
}
	#footer-widgets .row {
    padding-top: 110px !important;
    padding-bottom: 50px !important;
}
	#footer-widgets #nav_menu-2 {
    margin: unset;
}
	#footer-outer:before {
    display: none;
}
#footer-widgets:before {
    display: none;
}
	#r4 .owl-stage {
    animation: unset !important;
}
	#r4 .owl-dots span {
    background: #fe9139;
}
	#r4 .owl-item:nth-child(even) {
    transform: translateY(0px);
}
	.cursor-dot {
		display: none !important;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
#r1 .rop1 {
    display: none;
}
	#r1 .ball2 {
    display: none;
}
	#r1 .rop2 {
    display: none;
}
	#r1 .ball1 {
    display: none;
}
	#r1 p {
    width: 400px;
    margin: auto;
}
	a#b1 {
    font-size: 13px !important;
    line-height: 23px !important;
}
	#r1 {
    padding-top: 80px !important;
    padding-bottom: 90px !important;
}
	#r1 .text {
    width: 72%;
    margin-bottom: -6px;
}
	#r1 .cat1 {
    left: -35px;
    width: 24%;
    bottom: -97px;
}
	#r1 .cat2 {
    right: -38px;
    bottom: -95px;
    width: 23%;
}
	#r2 {
    padding-top: 40px !important;
    padding-bottom: 90px !important;
}
	#r2 .cat {
    display: none;
}
	#r31 {
    padding: 0px 40px;
}
	#r4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
	#r4 .cat {
    display: none;
}
	#r5 .cat {
    display: none;
}
	#r5 .cat1 {
    display: none;
}
	#r6 {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
}
	#footer-outer {
    background-position: 90% 100% !important;
}
	#r4 .carousel-item:after {
    transform: translateY(0px) !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
	html body h1 {
    font-size: 22px !important;
    line-height: 32px !important;
}
	#r1 .text {
    width: 75%;
    margin-bottom: -3px;
}
	#r1 p {
    width: 300px;
}
	#r1 a#b1 {
    margin: 0px 28px;
    margin-bottom: 17px;
}
	#r1 {
    padding-top: 80px !important;
    padding-bottom: 70px !important;
}
	#r1 .cat1 {
    left: -15px;
    width: 28%;
    bottom: -76px;
}
	#r1 .cat2 {
    right: -18px;
    bottom: -75px;
    width: 27%;
}
	#r4 .owl-stage {
    padding-top: 60px;
}
	#r4 .carousel-item:after {
    width: 85px;
    height: 100px;
    top: -60px;
    right: 15%;
}
	#r4 {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}
	#r6 {
    padding-top: 50px !important;
    padding-bottom: 10px !important;
    margin-bottom: -2px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}
