@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

@font-face {
    font-family: 'Rajdhani-bold';
    src: url(../fonts/Rajdhani-Bold.ttf);
}

:root {
    --blue: #43bee5;
    --yellow: #efa500;
    --green: #719455;
}

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    transition: 0.5s all;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mt-8 {
    margin-top: 80px;
}

.mt-6 {
    margin-top: 60px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.menuSec ul#menu-menu-1 {
    background: var(--blue);
    width: fit-content;
    margin-left: auto;
    padding: 10px 30px;
    border-radius: 60px;
}
.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

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

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

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

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 100px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Rajdhani-bold', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Rajdhani-bold', Sans-Serif;
    font-size: 72px;
    line-height: 75px;
    color: #000;
    font-weight: 500;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h3 {
    font-family: 'Rajdhani-bold', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 25px;
}

h4 {
    font-family: 'Rajdhani-bold', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #706f6f;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Poppins', serif;
    font-weight: 400;
    margin: 0px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/* Theme Buttons */
.theme-btn-yellow {
    background: var(--yellow);
    border-radius: 50px;
    color: #ffff;
    width: 150px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
}

.theme-btn-yellow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d39200;
    transform: scale(0);
    transition: 0.8s all;
    z-index: -1;
    border-radius: 50px;
    top: 0;
    left: 0;
}

.theme-btn-yellow:hover:before {
    transform: scale(1.5);
}

.theme-btn-blue {
    background: var(--blue);
    border-radius: 50px;
    color: #ffff;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
}

.theme-btn-blue:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2e819b;
    transform: scale(0);
    transition: 0.8s all;
    z-index: -1;
    border-radius: 50px;
    top: 0;
    left: 0;
}

.theme-btn-blue:hover:before {
    transform: scale(1.5);
}

/* Theme Buttons */

/*header css start */

.menuSec {
    padding: 20px 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}


.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 23px;
    font-size: 16px;
    text-transform: uppercase;
}

.menuSec ul#menu {
    background: var(--blue);
    width: fit-content;
    margin-left: auto;
    padding: 10px 30px;
    border-radius: 60px;
}

/* .menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
} */

.menuSec ul li a:hover {
    color: var(--yellow);
}


.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--yellow);
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}


.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */


/*banner css start */
.main-banner {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0 60px;
    position: relative;
    height: 115vh;
    display: flex;
    align-items: center;
}

.banner-text h1 {
    font-size: 72px;
    text-transform: uppercase;
    line-height: 75px;
    margin-bottom: 5px;
}

.banner-text h3 {
    text-transform: uppercase;
    color: var(--yellow);
    font-size: 36px;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

.banner-text p {
    color: #fff;
    width: 80%;
}

.act-btns {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 40px 0 0;
}

ul.banner-media {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #fff;
    width: fit-content;
    padding: 4px 7px 2px;
    margin: 0;
    border-radius: 5px;
    position: absolute;
    bottom: -120px;
}

ul.banner-media li a {
    font-size: 30px;
    color: #fff;
    line-height: 20px;
}

ul.banner-media li a:hover {
    color: var(--yellow);
}

.banner-text {
    /* padding-left: 17%; */
    position: relative;
    margin-top: -50px !important;
}

.main-banner-slider {
    position: absolute;
    top: 140px;
    right: 0;
    width: 55%;
}

.main-banner-slider .slick-slide.slick-current {
    opacity: 1;
}

.main-banner-slider .slick-slide {
    opacity: 0;
    margin: 0;
}


.mb-slider-item {
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;
    overflow: hidden;
}

.main-banner-slider .slick-prev,
.main-banner-slider .slick-next {
    top: unset;
    bottom: 0;
}

.main-banner-slider .slick-prev {
    left: -34px;
}

.main-banner-slider .slick-next {
    left: 0;
}


.main-banner-slider .slick-prev:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 15px;
    opacity: 1;
    background: url(../images/slide-arrow.png) no-repeat;
    transform: rotate(180deg);
    top: 10px;
    left: 4px;
}

.main-banner-slider .slick-next:before {
    content: '';
    position: absolute;
    opacity: 1;
    width: 32px;
    height: 15px;
    background: url(../images/slide-arrow.png) no-repeat;
    top: 9px;
    left: 14px;
}

.main-banner-slider .slick-prev:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 35px;
    background-color: var(--yellow);
    z-index: -1;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    top: 0px;
    left: -6px;
}

.main-banner-slider .slick-next:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 35px;
    background-color: var(--yellow);
    z-index: -1;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    top: 0;
}

.main-banner-slider .slick-prev.slick-disabled:before,
.main-banner-slider .slick-next.slick-disabled:before {
    opacity: 1;
}


/*banner css End */

/* About Us Start */
.abt-img-bg {
    position: absolute;
    top: 0;
}

.abt-img {
    position: relative;
}

.abt-img img {
    width: 100%;
    height: 700px;
}

.abt-text h5 {
    font-family: 'Rajdhani-bold';
    font-size: 24px;
    text-transform: uppercase;
    color: var(--blue);
    letter-spacing: 3px;
    margin-bottom: 0;
}

.abt-text h2 {
    font-size: 72px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.abt-text p {
    text-align: justify;
}

.abt-text a.theme-btn-yellow {
    margin-top: 20px;
    width: 140px;
    text-transform: uppercase;
}

.abt-text {
    padding-left: 20px;
    margin-top: -15px;
}

/* About Us end */

/* Featured Books Start*/
section.featured-books {
    background: #ebebeb;
}

.fb-slider .slick-slide {
    opacity: 1;
}

.fb-slider-item img {
    padding: 30px 80px;
    background: #cdcdcd;
    border-radius: 20px;
    border: 2px solid var(--blue);
}

.fb-item-details {
    text-align: center;
    padding: 18px 0 0;
}

.fb-item-details h4 {
    font-size: 38px;
    font-family: 'Rajdhani-bold';
    text-transform: uppercase;
    color: #000;
    line-height: 40px;
    letter-spacing: 1px;
}

.fb-item-details h4.fb-price {
    color: var(--yellow);
}

.fb-item-details a.theme-btn-blue {
    margin: 20px auto 0;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.fb-slider .slick-prev {
    left: -30px;
}

.fb-slider .slick-next {
    right: -10px;
}

.fb-slider .slick-prev:before,
.fb-slider .slick-next:before {
    background: var(--green);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
}

.fb-slider .slick-prev:before {
    content: '\f060';
    font-family: 'Font Awesome 5 Pro';
}

.fb-slider .slick-next:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
}

.fb-slider .slick-list {
    padding: 20px 0;
}

/* Featured Books End */

/* Explore World start */
.explore-world {
    background: url(../images/explore-world.jpg) no-repeat;
    position: relative;
    height: 60vh;
    display: flex;
    align-items: center;
}

.exp-world h2 {
    color: #fff;
    font-size: 120px;
    margin-bottom: -20px;
    line-height: normal;
}

.exp-world a {
    margin: 0 auto;
}

.exp-world h3 {
    font-size: 60px;
    color: var(--yellow);
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 10px;
}

/* Explore World End*/

/* Testimonial Start */
.test-img-bg {
    background: url(../images/test-img-bg.jpg) no-repeat;
    background-size: cover;
    border-radius: 20px 0 0 20px;
}

.testi-img img {
    border-radius: 50%;
    border: 8px solid #fff;
}

.testi-img {
    padding: 40px;
}

li.testi-quote img {
    width: auto;
}

.testi-content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 17px;
}

.test-rating li a {
    color: #000;
}

.testi-content h4 {
    color: #000;
    font-family: 'Poppins';
    font-weight: 700;
    margin-bottom: 11px;
}

.testi-content p {
    text-align: justify;
    line-height: normal;
}

.testi-content h6 {
    font-size: 18.5px;
    color: #324163;
    font-family: 'Poppins';
    margin-top: 10px;
    margin-bottom: 0;
}

.testi-slider-item {
    border-radius: 20px;
    /* overflow: hidden; */
}

.testi-content-main {
    border: 1px solid #000;
    border-left: 0;
    border-radius: 0 20px 20px 0;
}

.testi-content {
    padding: 10px 30px 25px;
    height: 237px;
}

.testi-heading h5 {
    font-family: 'Rajdhani-bold';
    font-size: 24px;
    text-transform: uppercase;
    color: var(--blue);
    letter-spacing: 3px;
    margin-bottom: 0;
}

.testi-slider .slick-list {
    padding: 10px 0 40px;
}

.testi-slider .slick-list {
    padding: 10px 0 40px;
}

.testi-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #000;
}

.testi-slider .slick-dots li button:before {
    content: '';
    position: absolute;
    width: 55px;
    height: 8px;
    background: var(--green);
    opacity: 1;
    border-radius: 50px;
}

.testi-slider .slick-dots li.slick-active {
    opacity: 1;
}

.testi-slider .slick-dots li {
    height: 8px;
    width: 60px;
}

.testi-slider .slick-slide {
    opacity: 1;
}

/* Testimonial End */

/*FOOTER STRT*/
.main_footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0 0 0;
}


.main_footer h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.main_footer ul li a {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.footer_contact ul li:not(:last-child) {
    margin-bottom: 30px;
}

.quick_links ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer_contact ul li img {
    margin-right: 10px;
    width: 20px;
    height: 30px;
    object-fit: contain;
}

.newsletter_footer p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 200;
}

.newsletter_footer form {
    position: relative;
}

.newsletter_footer form input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    border-radius: 5px;
    border: none;
}

.newsletter_footer form input::placeholder {
    font-family: 'Poppins';
    color: #adabab;
    font-weight: 300;
    letter-spacing: 0px;
}

.newsletter_footer form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    border: none;
    border-radius: 0;
    color: #fff;
    background-color: var(--blue);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.5s all;
}

.newsletter_footer form button:hover {
    color: var(--yellow);
}

.footer_bottom {
    padding: 20px 15px;
    border-top: 1px solid #ffffff52;
    position: relative;
    margin-top: 20px;
}

.footer_bottom_text p {
    font-size: 16px;
    color: #ffffffb8;
    margin-bottom: 0px;
    font-weight: 400;
}

.br-1 {
    border-right: 1px solid #fff;
}


.quick_links {
    padding: 0 0 0 50px;
}

.quick_links li a {
    text-transform: uppercase;
}

.quick_links li a:hover {
    color: var(--blue);
    margin-left: 12px;
}

.footer_desc p {
    font-weight: 200;
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    margin: 30px 0 0;
    text-align: justify;
}

.footer_social i {
    margin-right: 10px;
    font-size: 20px;
    color: #fff;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    border-radius: 4px;
}

.footer_social i:hover {
    color: var(--yellow);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.footer_social {
    margin-top: 25px;
    margin-bottom: 10px;
}

.list-inline li {
    display: inline-block;
}

.footer_contact i {
    margin: 0 10px 0 0;
}

.footer_contact a {
    display: flex;
    align-items: baseline;
}

.footer_contact a:hover {
    color: var(--blue);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.footer_contact li {
    display: flex;
    align-items: baseline;
    color: #fff;
}

.home_brands_sec {
    background-color: #fad0c0;
}

.footer_contact {
    padding-left: 30px;
}

.footer_desc img.img-fluid {
    width: 90%;
}

/*FOOTER END*/

/* Inner Banner Start */
.inner-banner {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    height: 60vh;
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.ibanner-text h1 {
    font-size: 72px;
    text-transform: uppercase;
}

/* Inner Banner Start */

/* Book Page start */
.bp-img img {
    padding: 30px 100px;
    background: #cdcdcd;
    border-radius: 20px;
    border: 2px solid var(--blue);
}

.bp-text h2 {
    font-size: 65px;
}

.bp-text h4 {
    font-size: 32px;
    color: var(--yellow);
}

.bp-text a {
    margin-top: 40px;
}

/* Book Page End */
/*CONTACT PAGE STRT*/
.contact_detail_box.text-center {
    background: var(--green);
    width: 100%;
    height: 300px;
    padding: 50px;
    margin-left: 0;
    box-shadow: 0 0 4px 0 #0000005c;
    transition: 0.5s ease-in-out;
    border-radius: 12px;
}

.contact_detail_box:hover {
    background: var(--yellow);
}

.contact_detail_box:hover * {
    color: #fff;
}

.contact_detail_box:hover img {
    filter: brightness(100.5);
}

.contact_detail_box h5 {
    font-size: 30px;
    line-height: 28px;
    color: #ffffff;
    margin: 20px 0 10px;
    font-family: 'Rajdhani-bold';
}

.contact_page .contact_detail_box a {
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
}

.contact_page .contact_detail_box img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.contact_page .contact-form-text h2 {
    font-size: 40px;
    margin-bottom: 0;
    font-family: 'Rajdhani-bold';
    margin-top: 15px;
    line-height: normal;
}

.contact_page .contact-form-text p {
    font-size: 16px;
    color: #333333;
    font-family: "Roboto";
    font-weight: 400;
    margin-bottom: 10px;
    width: 100%;
}


.contact_page .contact-input input {
    width: 100%;
    height: 50px;
    border: 1px solid #d6d6d6;
    margin-top: 25px;
    padding-inline: 18px;
    border-radius: 8px;
}

.contact_page .contact-input textarea {
    width: 100%;
    height: 180px;
    margin-top: 25px;
    padding: 18px;
    color: #000;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
}

.contact_page .contact-input input::placeholder,
.contact_page .contact-input textarea::placeholder {
    color: #666666;
    font-weight: 400;
    font-size: 16px
}

.contact_page .contact-input-bttn .themes-btn {
    width: 100%;
    height: 55px;
    background-color: var(--blue);
    color: #fff;
    border: 0;
    margin-top: 40px;
    font-size: 20px;
    text-transform: uppercase;
    border: 2px solid var(--blue);
    border-radius: 50px;
    transition: 0.5s all;
}

.contact_page .contact-input-bttn .themes-btn:hover {
    background-color: transparent;
    color: var(--blue);
    border: 2px solid var(--blue);
}

.contact_page .contact-input input:focus,
.contact_page .contact-input textarea:focus {
    box-shadow: 0px 0px 5px 0px var(--yellow);
    border: 1px solid var(--yellow);
}

.map iframe {
    height: 600px;
    width: 100%;
    /* border: 1px solid #383838 !important; */
    border-radius: 10px;
}

/*CONTACT PAGE END*/

@media only screen and (min-width: 1661px) and (max-width: 1920px) {
    .abt-img-bg img {
        transform: scale(1.01);
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .abt-img-bg img {
        transform: scale(1.01);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .menuSec ul li a {
        padding: 10px 20px;
        font-size: 16px;
    }

    .menuSec ul#menu {
        padding: 10px;
    }

    .banner-text {
        /* padding-left: 6%; */
    }

    .banner-text h1 {
        font-size: 56px;
        line-height: 55px;
    }

    .banner-text h3 {
        font-size: 30px;
        line-height: normal;
    }

    .banner-text p {
        width: 80%;
    }

    p {
        font-size: 15px;
        line-height: 28px;
    }

    ul.banner-media {
        margin: 40px 0;
    }

    .main-banner-slider .slick-list.draggable {
        margin-right: 0;
        padding-bottom: 40px;
    }

    .all-section {
        padding: 50px 0;
    }

    .explore-world {
        height: auto;
        padding: 80px 0;
    }

    .fb-item-details h4 {
        font-size: 40px;
        margin: 0;
    }

    .fb-slider .slick-prev,
    .fb-slider .slick-next {
        top: 42%;
    }

    .fb-slider .slick-prev {
        left: -13px;
    }

    .fb-slider .slick-next {
        right: 8px;
    }

    .exp-world h2 {
        font-size: 100px;
        margin: -10px;
    }

    .exp-world h3 {
        font-size: 50px;
    }

    .testi-content-main {
        border: 0;
    }

    .test-img-bg {
        border-radius: 0;
    }

    .testi-slider-item {
        border: 1px solid #000;
        overflow: hidden;
    }

    .testi-img img {
        width: 140px;
        margin: 0 auto;
    }

    ul.slick-dots {
        left: 0;
    }

    .footer_contact {
        padding: 0;
    }

    .abt-img-bg img {
        transform: scale(1.01);
    }

    .testi-content {
        padding: 5px 20px;
    }

    .testi-img {
        padding: 30px;
    }

    .testi-content h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .testi-content ul {
        margin-bottom: 18px;
    }

    ul.test-rating {
        margin: 0;
    }

    .testi-content p {
        font-size: 15px;
        line-height: 22px;
    }

    .testi-content h6 {
        font-size: 16px;
        margin-top: 12px;
    }

    .quick_links {
        padding: 0 0 0 20px;
    }

    .main_footer ul li a {
        font-size: 14px;
    }

    .footer_desc p {
        font-size: 13px;
    }

    .newsletter_footer p {
        font-size: 13px;
    }

    .newsletter_footer form input {
        font-size: 13px;
    }

    .abt-img-bg img {
        transform: scale(1.01);
    }

    .testi-content {
        height: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menuSec ul li a {
        padding: 10px 10px;
        font-size: 14px;
    }

    .menuSec ul#menu {
        padding: 10px;
    }

    .banner-text {
        padding: 0;
    }

    .banner-text h1 {
        font-size: 46px;
        line-height: normal;
    }

    .banner-text h3 {
        font-size: 30px;
        line-height: normal;
    }

    .banner-text p {
        width: 80%;
    }

    p {
        font-size: 15px;
        line-height: 28px;
    }

    ul.banner-media {
        margin: 40px 0;
    }

    .main-banner-slider .slick-list.draggable {
        margin-right: 0;
        padding-bottom: 40px;
    }

    .abt-text h2 {
        font-size: 60px;
        line-height: normal;
    }

    .abt-text h5 {
        font-size: 24px;
    }

    .all-section {
        padding: 50px 0;
    }

    h2 {
        font-size: 61px;
        line-height: 65px;
    }

    .fb-slider-item img {
        padding: 20px 70px;
    }

    .explore-world {
        height: auto;
        padding: 80px 0;
    }

    .fb-item-details h4 {
        font-size: 28px;
        line-height: normal;
        margin: 0;
    }

    .fb-slider .slick-prev,
    .fb-slider .slick-next {
        top: 42%;
    }

    .fb-slider .slick-prev {
        left: -13px;
    }

    .fb-slider .slick-next {
        right: 8px;
    }

    .exp-world h2 {
        font-size: 90px;
        margin: -10px;
    }

    .exp-world h3 {
        font-size: 45px;
    }

    .testi-heading h5 {
        font-size: 24px;
    }

    .testi-content-main {
        border: 0;
    }

    .test-img-bg {
        border-radius: 0;
    }

    .testi-slider-item {
        border: 1px solid #000;
        overflow: hidden;
    }

    .testi-img img {
        width: 140px;
        margin: 0 auto;
    }

    ul.slick-dots {
        left: 0;
    }

    .footer_contact {
        padding: 0;
    }

    .abt-img-bg img {
        transform: scale(1.01);
    }

    .testi-content {
        padding: 5px 20px;
    }

    .testi-img {
        padding: 30px;
    }

    .testi-content h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .testi-content ul {
        margin-bottom: 12px;
    }

    ul.test-rating {
        margin: 0;
    }

    .testi-content p {
        font-size: 13px;
        line-height: 16px;
    }

    .testi-content h6 {
        font-size: 16px;
        margin-top: 8px;
    }

    .quick_links {
        padding: 0;
    }

    .main_footer ul li a {
        font-size: 13px;
    }

    .footer_desc p {
        font-size: 13px;
    }

    .newsletter_footer p {
        font-size: 13px;
    }

    .newsletter_footer form input {
        font-size: 13px;
    }

    .abt-main-img {
        object-fit: cover;
    }

    .testi-content {
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menuSec ul li a {
        padding: 10px 10px;
        font-size: 14px;
    }

    .menuSec ul#menu {
        padding: 10px;
    }

    .banner-text {
        padding: 0;
    }

    .banner-text h1 {
        font-size: 45px;
        line-height: normal;
    }

    .main-banner-slider.wow.slideInRight.slick-initialized.slick-slider {
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
    }

    .banner-text h3 {
        font-size: 30px;
        line-height: normal;
    }

    .banner-text p {
        width: 80%;
    }

    p {
        font-size: 15px;
        line-height: 28px;
    }

    ul.banner-media {
        margin: 40px 0;
    }

    .main-banner-slider .slick-list.draggable {
        margin-right: -12px;
        padding-bottom: 40px;
    }

    .abt-text h2 {
        font-size: 65px;
        line-height: normal;
    }

    .abt-text h5 {
        font-size: 24px;
    }

    .all-section {
        padding: 50px 0;
    }

    h2 {
        font-size: 48px;
        line-height: 60px;
    }

    .fb-slider-item img {
        padding: 10px 40px;
    }

    .explore-world {
        height: auto;
        padding: 80px 0;
    }

    .fb-item-details h4 {
        font-size: 28px;
        line-height: normal;
        margin: 0;
    }

    .fb-slider .slick-prev,
    .fb-slider .slick-next {
        top: 42%;
    }

    .fb-slider .slick-prev {
        left: -16px;
    }

    .fb-slider .slick-next {
        right: 3px;
    }

    .exp-world h2 {
        font-size: 70px;
        margin: 0;
    }

    .exp-world h3 {
        font-size: 32px;
    }

    .testi-heading h5 {
        font-size: 24px;
    }

    .testi-content-main {
        border: 0;
    }

    .test-img-bg {
        border-radius: 0;
    }

    .testi-slider-item {
        border: 1px solid #000;
        overflow: hidden;
    }

    .testi-img img {
        width: 140px;
        margin: 0 auto;
    }

    ul.slick-dots {
        left: 0;
    }

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

    .newsletter_footer {
        margin-top: 40px;
    }

    .abt-img img {
        height: auto;
    }

    .abt-text {
        margin-top: 40px;
    }

    .testi-content {
        height: auto;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-text {
        padding: 0;
    }

    .banner-text h1 {
        font-size: 60px;
        line-height: normal;
    }

    .banner-text h3 {
        font-size: 30px;
        line-height: normal;
    }

    .banner-text p {
        width: 80%;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    ul.banner-media {
        margin: 40px 0;
    }

    .main-banner-slider .slick-list.draggable {
        margin-right: -12px;
        padding-bottom: 40px;
    }

    .main-banner-slider .slick-next {
        left: unset;
        right: 40px;
    }

    .main-banner-slider .slick-prev {
        left: unset;
        right: 80px;
    }

    .abt-text h2 {
        font-size: 38px;
        line-height: normal;
    }

    .abt-text h5 {
        font-size: 18px;
        line-height: normal;
    }

    .all-section {
        padding: 50px 0;
    }

    h2 {
        font-size: 38px;
        line-height: 40px;
    }

    .explore-world {
        height: auto;
        padding: 80px 0;
    }

    .fb-item-details h4 {
        font-size: 28px;
        line-height: normal;
        margin: 0;
    }

    .fb-slider .slick-prev,
    .fb-slider .slick-next {
        bottom: 0;
        top: unset;
    }

    .fb-slider .slick-prev {
        left: 30px;
    }

    .fb-slider .slick-next {
        right: 50px;
    }

    .exp-world h2 {
        font-size: 60px;
        margin: 0;
    }

    .exp-world h3 {
        font-size: 32px;
    }

    .testi-heading h5 {
        font-size: 20px;
    }

    .testi-content-main {
        border: 0;
    }

    .test-img-bg {
        border-radius: 0;
    }

    .testi-slider-item {
        border: 1px solid #000;
        overflow: hidden;
    }

    .testi-img img {
        width: 140px;
        margin: 0 auto;
    }

    ul.slick-dots {
        left: 0;
    }

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

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

    .newsletter_footer {
        margin-top: 40px;
    }

    .main-banner-slider {
        position: relative;
        width: 85%;
        top: 100px;
        right: 0;
        margin-left: auto;
    }

    .main-banner {
        height: 160vh;
    }

    .abt-img img {
        height: auto;
    }

    .abt-text {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
    .banner-text {
        padding: 0;
    }

    .banner-text h1 {
        font-size: 36px;
        line-height: normal;
    }

    .banner-text h3 {
        font-size: 20px;
        line-height: normal;
    }

    .banner-text p {
        width: 100%;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    ul.banner-media {
        margin: 40px 0;
    }

    .main-banner-slider .slick-list.draggable {
        margin-right: -12px;
        padding-bottom: 40px;
    }

    .main-banner-slider .slick-next {
        left: unset;
        right: 40px;
    }

    .main-banner-slider .slick-prev {
        left: unset;
        right: 80px;
    }

    .abt-text h2 {
        font-size: 38px;
        line-height: normal;
    }

    .abt-text h5 {
        font-size: 18px;
        line-height: normal;
    }

    .all-section {
        padding: 50px 0;
    }

    h2 {
        font-size: 38px;
        line-height: 40px;
    }

    .fb-slider-item img {
        padding: 10px 40px;
    }

    .explore-world {
        height: auto;
        padding: 80px 0;
    }

    .fb-item-details h4 {
        font-size: 28px;
        line-height: normal;
        margin: 0;
    }

    .fb-slider .slick-prev,
    .fb-slider .slick-next {
        bottom: 0;
        top: unset;
    }

    .fb-slider .slick-prev {
        left: 30px;
    }

    .fb-slider .slick-next {
        right: 50px;
    }

    .exp-world h2 {
        font-size: 37px;
        margin: 0;
    }

    .exp-world h3 {
        font-size: 22px;
    }

    .testi-heading h5 {
        font-size: 20px;
    }

    .testi-content-main {
        border: 0;
    }

    .test-img-bg {
        border-radius: 0;
    }

    .testi-slider-item {
        border: 1px solid #000;
        overflow: hidden;
    }

    .testi-img img {
        width: 140px;
        margin: 0 auto;
    }

    ul.slick-dots {
        left: 0;
    }

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

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

    .newsletter_footer {
        margin-top: 40px;
    }

    .abt-img-bg img {
        transform: scale(1.01);
    }

    .main-banner-slider {
        position: relative;
        width: 75%;
        top: 100px;
        right: 0;
        margin-left: auto;
    }

    .main-banner {
        height: 120vh;
    }

    .abt-img img {
        height: auto;
    }

    .abt-text {
        margin-top: 30px;
    }
}