@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/

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;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000000;
}

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;
}

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;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'qeilab';
    src: url(../fonts/Qeilab.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

html .mt-5 {
    margin-top: 50px !important;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.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: 80px 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: 'qeilab';
    font-size: 4.5vw;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: 'qeilab';
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: 'qeilab';
    font-size: 22.43px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 0px;
}

h4 {
    font-family: 'qeilab';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'qeilab';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'qeilab';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0;
}

.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: #ffffff;
    padding: 0;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .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: #ffffff;
}

.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;
    display: none;
}

.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;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.1);
    padding-bottom: 40px;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}


/* .search-btn:hover {
  color: #00A896;
} */


/* Rate */


/* end search box css */


/*Media Query Start*/



/*Media Query End*/

.headerbtn {
    text-align: end;
}

.container-fluid {
    padding: 0 5%;
}

.bnner_bg img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.banner_text p {
    color: #9dc7e3;
    margin: 10px 0 30px;
}

.menuSection {
    position: absolute;
    width: 100%;
    z-index: 99;
    padding: 30px 0;
    border-bottom: 1px solid #5c98b4;
}

.main_slider {
    position: relative;
}

.headerbtn {
    text-align: end;
}

.themebtn {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    border-radius: 50px;
    padding: 15px 30px;
    border: 2px solid transparent;
}

.themebtn:hover {
    border: 2px solid #000;
    background-color: #6bb4cde0;
    color: #000
}

.themebtn img {
    height: 30px;
    width: 15px;
    object-fit: contain;
    margin-left: 10px;
}

.themebtn2 {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(to right, rgba(36, 124, 183, 1) 0%, rgba(80, 174, 217, 1) 100%);
    border-radius: 50px;
    padding: 15px 30px;
    border: 2px solid transparent;
}

.themebtn2:hover {
    border: 2px solid #6bb4cde0;
    background: #fff;
    color: #000;
}

.themebtn2:hover img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(320deg) brightness(97%) contrast(104%);
}

.themebtn2 img {
    height: 30px;
    width: 15px;
    object-fit: contain;
    margin-left: 10px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(135deg) brightness(107%) contrast(106%);
}

.banner_btm span {
    background-color: #6bb4cde0;
    border-radius: 50px;
    padding: 15px 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.banner_btm {
    margin-top: 12%;
}

.banner_btm ul {
    /* column-count: 2; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 20px;
}

/* .banner_btm {
    position: absolute;
    width: 40%;
    z-index: 1;
    bottom: 0;
    left: 10%;
} */

/* .banner_right img {
    height: 800px;
    width: 900px;
    object-fit: cover;
}

.banner_right {
    height: 700px;
    width: 170%;
} */
.banner_right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55%;
}

/* about */

.about_left h3 {
    margin-bottom: 30px;
}

.about_left h2 {
    margin-bottom: 60px;
}

.about_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_right>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 40px;
}


.about_right p {
    color: #5a626a;
    margin-bottom: 20px !important;
    width: 90%;
}

.about_right {
    padding-left: 0;
}

.about {
    padding: 120px 0;
}

/* about */

/* services */

.services {
    padding: 150px 0;
    background-image: url(../images/services-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.services_txt h3 {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 400;
}

.services_txt h2 {
    color: #fff;
    font-size: 92px;
    margin-bottom: 20px;
}

.services_txt p {
    color: #9dc7e3;
    margin-bottom: 30px;
    width: 50%;
}

/* services */

/*WHY CHOOSE US SECTION */

.theme-heading h5 {
    margin-bottom: 20px;
    font-size: 22.43px;
}

.why_choose_us_section {
    padding: 100px 0;
}

.why_choose_us_p p {
    width: 80%;
    margin: 0 0 0 auto;
}

.why_choose_us_content1 {
    padding: 20px;
    border-radius: 15px 15px 15px 0;
    background-color: #a0d3e6;
}

.why_choose_us_content2 {
    padding: 20px;
    border-radius: 0px 15px 15px 15px;
    background-color: #a0d3e6;
}

.margleft {
    margin-left: -1px;
}

.more_than_whitening {
    padding: 30px;
    background: #fff;
    border-radius: 14px;
}

.more_than_whitening_list {
    background: #fff;
    padding: 28.5px;
    border-radius: 14px;
}

.more_than_whitening h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.more_than_whitening p {
    font-size: 13px;
    color: #7c7c7c;
}

.more_than_whitening_list ul {
    column-count: 2;
}

.more_than_whitening_list ul li {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 3;
}

.more_than_whitening_list ul li::before {
    content: '';
    position: absolute;
    background-image: url(../images/bullet-point.png);
    width: 22px;
    height: 27px;
    background-size: contain;
    left: 0;
    top: 6px;
}

/*WHY CHOOSE US SECTION */


/*TESTIMONIAL SECTION*/

.slider_btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.testimonials_section {
    padding: 80px 0;
}

.testimonial_box {
    background: #fff;
    padding: 40px 60px;
    border-radius: 40px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#247cb7+0,50aed9+100 */
    border: 1px solid #cccccc;
    text-align: center;
}

.testimonial_box p {
    color: #969696;
    font-weight: 300;
    margin-bottom: 30px;
}

.review_person {
    display: flex;
    width: 50%;
    align-items: center;
    margin: 0 auto;
    gap: 10px;
}

.review_person_image {
    width: 40%;
}

.review_person_name {
    width: 60%;
    text-align: left;
}

.review_person_name p {
    margin-bottom: 0;
    font-weight: 200;
    font-size: 14px;
    color: #858585;
}

.review_person_name h5 {
    font-size: 20px;
    color: #000;
}

.review_person_image img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 70px;
    border: 1px solid #fff;
}

.testimonials_slider .slick-current.slick-center .testimonial_box {
    background: linear-gradient(to right, rgba(36, 124, 183, 1) 0%, rgba(80, 174, 217, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.testimonials_slider .slick-current.slick-center .testimonial_box p {
    color: #d5e7f2;
}

.testimonials_slider .slick-current.slick-center .testimonial_box .review_person_name h5 {
    color: #fff;
}

.testimonials_slider .slick-current.slick-center .testimonial_box .review_person_name p {
    color: #fff;
}

.testimonials_slider .slick-slide {
    opacity: 1;
}

/*TESTIMONIAL SECTION*/



/*GALLERY SECTION*/
.ourGallery_section {
    padding: 0 0 80px;
}

.gallery_box img {
    height: 460px;
    width: 100%;
}

.gallery_slider .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

/* footer */

.footerSec {
    padding: 100px 0 0;
    background: linear-gradient(to right, rgba(36, 124, 183, 1) 0%, rgba(80, 174, 217, 1) 100%);
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-contact p {
    color: #acd3e5;
    width: 60%;
    margin: 20px 0;
}

.ftr_links h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}

.ftr_links ul li a {
    color: #b2d1eb;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.3s ease;
}

.ftr_links ul li a:hover {
    color: #acd3e5;
    transform: translateX(5px);
}

ul.cc {
    column-count: 2;
}

.footer-btm {
    border-top: 1px solid #69b1d1;
    padding: 25px 0;
}

.copy-txt p {
    text-align: center;
    color: #fff;
}

.ftrone {
    padding: 0px 60px;
    position: relative;
}

.ftrone::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #69b1d1;
    top: 0;
    left: -60px;
    z-index: 1;
}

.ftrtwo {
    padding: 0 30px;
    position: relative;
}

.ftrtwo::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #69b1d1;
    top: 0;
    left: -60px;
    z-index: 1;
}

.ftrthree {
    padding: 0 50px;
    position: relative;
}

.ftrthree::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #69b1d1;
    top: 0;
    left: -20px;
    z-index: 1;
}

.row.align-items-center.paddbtm {
    padding-bottom: 50px;
}

/* footer */

/* Scrollbar*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #3b769d;
}

::-webkit-scrollbar-thumb {
    background: #6eafc8;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #6eafc8;
}

/* Scrollbar*/

.slick-prev:before,
.slick-next:before {
    display: none;
}

/* Inner pages Start */

.inner-banner-sec .bnner_bg {
    height: 70vh;
}

.inner-banner-sec .banner_text {
    padding-top: 120px;
}

.inner-banner-sec .carousel-caption {
    align-items: center;
}

.about-extra p {
    color: #5a626a;
    margin-top: 20px;
}

section.booknow-sec {
    padding: 100px 0;
}

.booknow-form {
    text-align: center;
}

.booknow-form p {
    width: 80%;
    margin: 10px auto 30px;
}

.booknow-form input {
    width: 100%;
    height: 60px;
    border: 1px solid #999999;
    margin: 0 0 20px !important;
    color: #999999;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 14px;
}

.booknow-form input::placeholder {
    color: #999999;
}

.booknow-form textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #999999;
    margin: 0 0 20px !important;
    color: #999999;
    border-radius: 10px;
    padding: 20px;
    font-size: 14px;
    resize: none;
}

.booknow-form textarea::placeholder {
    color: #999999;
}

/*CONTACT PAGE CSS START*/

.contact_page {
    padding: 12% 0 130px;
}

.contact_form {
    padding: 40px 40px 0;
    position: relative;
}

.contact_form h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact_form p {
    font-size: 15px;
    color: black;
    font-family: poppins;
    margin-bottom: 20px;
    padding-right: 50px;
}

.contact_form form input {
    width: 100%;
    height: 60px;
    padding-left: 15px;
    font-size: 15px;
    color: black;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    margin-bottom: 20px !important;
    background: transparent;
    font-family: 'Poppins';
}

.contact_form form textarea {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    color: black;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    margin-bottom: 20px;
    background: transparent;
    resize: none;
    height: 120px;
}

.contact_form form input::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    color: #969696;
    font-family: 'Poppins';
}

.contact_form form textarea::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    color: #969696;
    font-family: 'Poppins';
}

.contact_form form button {
    /* background: white; */
    text-transform: uppercase;
    border: 0;
}

/* 
.contact_form::after {
    content: '';
    position: absolute;
    width: 140%;
    height: 110%;
    background: #161616;
    box-shadow: 0 0 20px #00000021;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translateY(-5%);
} */

.contact_detail {
    /* background-color: #031552; */
    color: #fff;
    padding: 60px 50px;
    height: 590px;
    /* display: grid; */
    /* align-items: center; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-content: center; */
    /* border: 20px solid #e7ba13; */
    border-radius: 10px;
    background: linear-gradient(to right, rgba(36, 124, 183, 1) 0%, rgba(80, 174, 217, 1) 100%);
}

.contact_detail ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact_detail ul li img {
    margin-right: 20px;
}

.contact_detail h2 {
    font-size: 41px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #fff;
}

.ctct-detl ul {
    display: flex;
    align-items: center;
    line-height: 30px;
    margin-bottom: 26px;
    gap: 10px;
    justify-content: start;
}

.ctct-detl ul li {
    display: block;
}

.ctct-detl ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: block;

}

.contact_form .btn1:before {
    background: #161616;
}

.inner-event-sec {
    background: #0b0b0b !important;
}

.contact_detail.ctct-detl p {
    margin: 0 0 30px;
    color: #fff;
}

.contact_con {
    background: #fff;
    box-shadow: 0 0 20px 0 #00000059;
    padding: 0;
    border-radius: 20px;
}

.ctct-detl ul li i {
    font-size: 24px;
}

/*CONTACT PAGE CSS END*/

/* Service Start */

section.inner-service-sec {
    padding: 100px 0;
}

.inenr-ser-txt h2 {
    margin: 0 0 20px;
}

.inenr-ser-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inenr-ser-txt p {
    color: #7c7c7c;
    font-size: 14px;
    margin: 0 0 20px !important;
}

.inn-ser-extra p {
    color: #7c7c7c;
    font-size: 14px;
    margin: 0 0 20px;
}

.inn-ser-extra ul {
    column-count: 2;
}

.inn-ser-extra ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 20px;
}

.inn-ser-extra ul li strong {
    font-size: 16px;
}

html {
    overflow-x: hidden;
}

/* Service End */

.inner-testi-sec .testimonial_box:hover {
    background: linear-gradient(to right, rgba(36, 124, 183, 1) 0%, rgba(80, 174, 217, 1) 100%);
}

.inner-testi-sec .testimonial_box {
    margin: 0 0 30px !important;
}

.inner-testi-sec .testimonial_box:hover * {
    color: #fff;
}

.gallery_slider .gallery_box video {
    width: 100%;
    object-fit: cover;
    height: 500px !important;
}








/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .about_right {
        margin-top: 12px;
    }

    .footerSec {
        padding: 20px 0 0;

    }

    p {
        font-size: 12px;
        line-height: 20px;
    }


    .ftrone {
        padding: 0px 0px;

    }

    .ftr_logo a img {
        width: 60%;
    }

    .footer-contact p {
        width: 100%;
        margin: 10px 0;
    }




body .gallery_box img {
    margin: 0 auto !important;
}







    .gallery_slider .slick-arrow > i {
        background: #000;
        width: 30px;
        height: 30px;
        color: #fff;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .gallery_slider .slick-next {
        right: 10px;
    }

    .gallery_slider .slick-prev {
        left: 0;
        z-index: 2;
    }
}


/*Media Query End*/