:root {
    --first-color: #272aaf;
    --second-color: #f1323a;
    --heading-font: "Marcellus", serif;
}

.first-color {
    color: var(--first-color);
}

.second-color {
    color: var(--second-color);
}

.heading-font {
    font-family: var(--heading-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

form {
    margin: 0px;
}

a:hover {
    color: var(--second-color);
}

p {
    font-size: 16px;
}

label.label {
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    padding: 3px 7px 5px 8px;
}

.label-danger {
    background: #FF1616;
    color: #fff;
}

.label-warning {
    background: #FFAA16;
    color: #fff;
}

.label-success {
    background: #7ED321;
    color: #fff;
}
.main-header.fixed-header {
    position: fixed;
    width: 100%;
    background: #fff;
}

.main-header {
    position: relative;
    top: 0px;
    width: 100%;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.06);
    z-index: 999;
    background-color: #fff;
}

.main-header.fixed-header {
    position: fixed;
    top: 0;
} 

.nav-list ul.nav-menu li .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    text-align: left;
    width: 257px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    box-shadow: 0 8px 8px rgba(23, 22, 24, 4%), 0 4px 4px rgba(23, 22, 24, 4%), 0 2px 2px rgba(23, 22, 24, 4%);
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
    transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    overflow: hidden;
    border-bottom: 2px solid var(--second-color);
}

.nav-list ul.nav-menu {
    display: flex;
    gap: 0 32px;
    justify-content: space-between;
    align-items: center;
    margin-right: 35px;
}

.list-style {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.nav-list ul.nav-menu li {
    list-style: none;
    padding: 0;
    display: block;
    text-align: left;
    position: relative;
}

.navbar-right-menu {
    display: flex;
    align-items: center;
    justify-content: end;
}

.nav-list ul.nav-menu li a {
    padding: 22px 0;
    display: inline-block;
    font-size: 18px;
    color: var(--second-color);
    font-weight: 600;
}

.nav-list ul.nav-menu li a i {
    line-height: 0;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    color: #323232;
    transition: all 0.3s ease;
}

.btn.btn1 {
    background: var(--first-color);
    color: #fff;
    padding: 10px 23px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn.btn1:hover {
    background: var(--second-color);
}

.nav-list ul.nav-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: all;
    z-index: 9999;
}

.nav-list ul.nav-menu li:hover a {
    color: var(--first-color);
}

.nav-list ul.nav-menu li .sub-menu li a {
    font-size: 14px;
    color: #565656;
    display: block;
    width: 100%;
    padding: 10px 16px;
    transition: all 500ms ease;
    font-weight: 500;
}

.nav-list ul.nav-menu li .sub-menu li:hover a {
    background: var(--second-color);
    color: #fff;
}

  
.btn.btn2 {
    background: var(--second-color);
    color: #fff;
    padding: 10px 23px;
    font-weight: 600;
    font-size: 17px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn.btn2:hover {
    background: #000;
    color: #fff;
}

.default-padding {
    padding: 60px 0;
}
 .logo-div img {
    width: 123px;
    height: auto;
    padding: 7px 0;
}

.nav-list ul.nav-menu li:hover a i {
    color: var(--first-color);
}
ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 0;
    transform: translate(-50%, 0); 
}

ul.slick-dots li {
    margin-right: 6px;
    border-color: #909BA9;
    border: 1px solid #909BA9;
    background: #909BA9;
    border-radius: 50%;
    display: inline-block;
    width: 7px;
    height: 7px;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li.slick-active {
    border-color: var(--first-color);
    border: 1px solid var(--first-color);
    background: var(--first-color);
}

.no-arrow .slick-arrow {
    display: none !important;
}

.slick-slide {
    height: auto;
}
.banner-slider {
    min-height: 400px;
}
video.vid-bnr {
    width: 100%;
}

.banner-section {
    position: relative;
}
.banner-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.banner-content .container {
    display: flex;
    justify-content: space-around;
    align-items: end;
	align-items: flex-start;
    height: 100%;
	flex-wrap: wrap;
}
.banner-content .inner-div {
    width: 850px;
    position: relative;
	z-index: 1;
	margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 60px 0;
}

.banner-content .inner-div h2 {
    text-align: center;
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.banner-content .inner-div h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.banner-content .bottom-div {
       display: flex;
       justify-content: space-between;
       width: 100%;
       padding-top: 0px;
       position: relative;
       z-index: 1;
       margin-top: 49px;
}

.banner-content:before {
    content: '';
    --background-overlay: '';
    background-color: #0f16184f;
    position: absolute;
    width: 100%;
    height: 100%;
}

 
.banner-content .bottom-div h5 {
    font-size: 30px;
    margin-bottom: 4px;
    color: #fff;
    font-weight: 600;
}

.banner-content .bottom-div p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 17px;
}

.banner-content .bottom-div .left-div {
    width: 28%;
}

.banner-content .bottom-div .right-div {
    width: 100%;
    text-align: center;
}

.banner-content .bottom-div .right-div .flex-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.banner-content:after {
    content: '';
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #02010100 0%, #09090982 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
}

.banner-content .bottom-div .right-div .flex-div p {
    font-size: 16px;
}

.banner-content .bottom-div .right-div .flex-div .counter-div {
    width: 25%;
    text-align: center;
	    border-right: 1px solid #efefff66;
}
.serach-tab {
    display: flex;
    border-top-left-radius: 10px;
    overflow: hidden;
    border-top-right-radius: 10px;
    width: max-content;
}

.serach-tab .form-group {
    display: inline-block;
    width: auto;
	border-left: 1px solid var(--first-color);
}

.serach-tab .form-group .form-check-input {
    display: none;
}

.serach-tab .form-group label {
    padding: 10px 25px;
    color: #717171;
    font-weight: 500;
    background: #F7F7F7;
    cursor: pointer;
    position: relative;
}

.search-inner-box {
    padding: 18px 20px;
    border-style: none;
    border-radius: 0px 10px 10px 10px;
    background: #FFFFFF;
    display: flex;
}

.serach-tab .form-group label:hover , .serach-tab .form-group .form-check-input:checked[type=radio]+label {
    background: #efefff;
    background: var(--first-color);
    color: #fff;
}

.serach-tab .form-group label:after {
    display: block;
    content: "";
    width: 100%;
    height: 1.5px;
    position: absolute;
    left: 23px;
    max-width: Calc(100% - 46px);
    bottom: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
}

.serach-tab .form-group label:hover::after , .serach-tab .form-group .form-check-input:checked[type=radio]+label::after{
    background: var(--first-color);
}

.search-inner-box .form-control {
    border-color: #FFFFFF;
    background: #F7F7F7;
    margin-right: 13px;
    font-size: 16px;
	border: 1px solid var(--first-color);
}

.search-inner-box .btn.btn2 {
    border-radius: 30px;
    padding: 10px 14px;
}
.banner-content .bottom-div .right-div .flex-div .counter-div:last-child {
    border-right: none;
}
.title-div {
    margin-bottom: 17px;
}

.title-div p {
    font-size: 17px;
    margin-bottom: 4px;
    color: #6a26ff;
    font-weight: 500;
}

.title-div h3 {
    font-size: 44px;
    font-weight: 800;
    color: var(--first-color);
    margin-bottom: 0px;
}

p.desc {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 23px;
    color: #6b6565;
}

.about-img {}

.about-img img {
    border-top-left-radius: 25px;
    border: 1px solid #eee;
    border-top-right-radius: 25px;
}

.about-img h4 {
    text-align: center;
    background: #f3f2ff;
    padding: 10px 17px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    font-size: 24px;
    font-weight: 600;
    color: var(--first-color);
}

.talk-section {
    position: relative;
}

.video-frame {
    margin-bottom: 10px;
}

.video-frame iframe {
    width: 100%;
    height: 431px;
    border-radius: 20px;
    margin-bottom: 0px;
    border: 1px solid #eee;
}
.talk-section .title-div h3 {
    line-height: 43px;
    font-size: 32px;
    text-align: justify;
    margin-right: 39px;
}

.talk-section:before {
    content: '';
    position: absolute;
    top: 23%;
    background: #f5f5ff;
    width: 100%;
    height: 296px;
    z-index: -1;
} 
.celebrity-section  .title-div h3 {
    font-size: 25px;
    line-height: 36px;
} 

.celebrity-section .video-frame iframe {
    height: 235px;
    border: 5px solid #e0e0ff;
}
.product-box {
    transition: all .25s 
ease-in-out;
    border-radius: 7px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .25);
    background: #fff;
	    margin-bottom: 15px;
}

.product-box .image-div {
    position: relative;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}

.product-box .image-div img {
    width: 100%;
    transition: transform 300ms 
ease-out;
}

.product-box .img-tags-div {
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 10px;
}

.product-box .img-tags-div .img-tag {}

.product-box .img-tags-div .img-tag {
    display: inline-block;
    margin-right: 2px;
    padding: 3px 9px;
    border-radius: 20px;
    font-size: 13px;
    transition: .2s all 
ease-in-out;
    border: 2px solid;
    font-weight: 500;
    cursor: pointer;
    line-height: 1;
    border-color: #fff;
    background: #fff;
    color: #1a1a1a;
}

.product-box .pr-details {}

.product-box .pr-details .inner-pad {
    padding: 15px 15px;
}

.product-box .pr-details .inner-pad h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--second-color);
}

.product-box .pr-details .inner-pad ul.icon-list {
    list-style: none;
    padding: 0px;
    margin-bottom: 9px;
}

.product-box .pr-details .inner-pad ul.icon-list li {
	    display: inline-flex;
    margin-right: 20px;
}

.product-box .pr-details .inner-pad ul.icon-list li i {
    color: #6a4fff;
}

.product-box .pr-details .inner-pad ul.icon-list li span {
    margin-left: 6px;
    font-size: 13px;
    color: #444343;
}

.product-box .pr-details .inner-pad h5 {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
}

.button-flex {
    display: flex;
    border-bottom-left-radius: 10px;
}

.button-flex .box-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    gap: 5px;
    height: 42px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
    background: #fff;
    color: var(--first-color);
}

.button-flex .box-btn:first-child {border-bottom-left-radius: 7px;}

.button-flex .box-btn:last-child {
   border-bottom-right-radius: 7px;
    width: 26%;
    flex-grow: initial;
}

.button-flex .box-btn i {
    font-size: 16px;
}

.product-box:hover {}

.product-box:hover img {
    transform: scale(1.1);
}
.button-flex .box-btn:hover {
    background: var(--second-color);
    color: #fff;
    transition: transform 300ms 
ease-out;
}
.product-box .img-tags-div .img-tag.style2 {
    background: #dd9933;
    border-color: #dd9933;
    color: #fff;
}
.product-box .img-tags-div .img-tag.style3 {
    background: #6a26ff;
    border-color: #6a26ff;
    color: #fff;
}
.product-box .img-tags-div .img-tag.style4 {
    background: var(--second-color);
    border-color: var(--second-color);
    color: #fff;
}
.product-box .pr-details .inner-pad ul.icon-list li img {
    width: 17px;
}
.place-flex {
    display: flex;
    gap: 20px;
}

.place-flex .place-col {
    width: 16%;
}

.place-flex .place-col.middle {
    width: 32%;
}

.place-div {
    border-radius: 10px;
    min-height: 100px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 265px !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    transition: all .7s 
ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -webkit-transition: all .7s 
ease;
    margin-bottom: 18px;
}

.place-div .dark-overlay {
    border-radius: 10px;
    background-color: #1d293e;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: .3;
    top: 0;
    transition: all .4s 
ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s 
ease;
    -o-transition: all .4s ease;
    width: 100%;
}

.place-div .text-div {
    bottom: 6%;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.place-div .text-div h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1px;
}

.place-div .text-div p {
    margin-bottom: 0px;
    font-size: 14px;
} 

.place-div:hover .dark-overlay {
    opacity: .0;
}

.place-flex .place-col.middle .place-div {
    height: 545px !important;
}

/* slick arrow */
.slick-arrow {
    position: absolute;
    border: none;
    outline: none !important;
    width: 43px;
    height: 43px;
    background: var(--first-color);
    text-align: center;
    border-radius: 50%;
    top: 50%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-arrow i {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
 
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #fff;
    outline: none;
    background: var(--second-color);
}

.testimonial-box {
    border-radius: 14px;
    background: #fff;
    padding: 25px 25px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.testimonial-box .rating {
    margin-bottom: 10px;
}

.testimonial-box .rating i {
    font-size: 18px;
    color: #ff7e46;
    line-height: 0px;
}
 

.testimonial-box   .customer-details {
    display: flex;
    align-items: flex-start;
}

.testimonial-box .customer-details .customer-img {
    width: 53px;
    margin-right: 19px;
}

.testimonial-box .customer-details .customer-name {
    margin-bottom: 2px;
    font-size: 17px;
    color: var(--second-color);
    font-weight: 500;
}

.testimonial-box .customer-details .designation {
    margin-bottom: 0px;
    font-size: 13px;
}

.testimonial-slider {}

.testimonial-slider .slider-item {
    height: auto;
    margin: 0 11px;
}

.testimonial-box p.review {
    border-bottom: 1px dashed #c9d1d1;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.testimonial-section {
    background: #f5f5ff;
}

.testimonial-slider .PrevArrow.slick-arrow {
    left: -54px;
}

.testimonial-slider .NextArrow.slick-arrow {
    right: -55px;
}
 

.slick-arrow:hover {
    background: var(--second-color);
}
.faq .accordion-item {
    border: 0;
    overflow: hidden;
}
.faq .accordion-item .accordion-button {
    padding: 15px;
    font-size: 15px;
}
.faq .accordion-item .accordion-button {
    font-size: 14px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: capitalize;
    padding: 12px 16px;
    color: #3f3f3f;
    font-weight: 600;
}.faq .accordion-item .accordion-button:not(.collapsed) {
    background-color: #e6f2ff;
    color: var(--first-color);
    padding-bottom: 4px;
}

.faq .accordion-item .accordion-collapse {
    background-color: #e6f2ff;
}
.faq  .accordion-item .accordion-button::after { 
	    background-size: 13px;
    top: 4px;
    position: relative;
}
.faq .accordion-item .accordion-collapse .accordion-body {
    font-size: 13px;
}
.accordion-button:not(.collapsed)::after {
    top: -5px !important;
}
  
.accordion {
    margin-bottom: 15px;
}
.footer {
    padding-top: 60px;
    padding-bottom: 40px;
    background: var(--first-color);
}
  
.f-logo img {
    max-width: 200px;
    margin-bottom: 10px;
}

ul.contact-list {
    padding-left: 0px;
    list-style: none;
}

ul.contact-list li {
    margin-bottom: 8px;
}

ul.contact-list li a {
    display: flex;
    align-items: flex-start;
}

ul.contact-list li a i {
    font-size: 17px;
    margin-right: 8px;
    color: #fff;
}

ul.contact-list li a span {
    color: #fff;
    font-size: 14px;
}

ul.media-list {
    list-style: none;
    padding: 0px;
}
 

ul.media-list li {
    display: inline-flex; 
}

ul.media-list li a {
    background-color: #fff;
    font-size: 14px;
    color: #191f29;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

ul.media-list li a i {
    color: #fff;
}
.footer-widget h4.widget-title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

ul.footer-list {
    padding: 0px;
    margin: 0px;
}

ul.footer-list li {
    list-style: none;
    margin-bottom: 7px;
}
 

ul.footer-list li a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #eee;
    font-weight: 400;
    transition: .3s;
}

ul.footer-list li a:hover {
    color: #fff;
}
ul.media-list li a.facebook {
    background: #4a639f;
}

ul.media-list li a.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

ul.media-list li a.linkedin {
    background: #0077B5;
}
ul.media-list li a.twitter i {
    color: #fff;
}
ul.media-list li a.twitter {
    background: #000;
}
section.copyright-sec {
    background: var(--second-color);
    padding: 10px 0;
}

section.copyright-sec p {
    margin-bottom: 0px;
    color:#fff;
}

section.copyright-sec p a {
    color: #fff;
    font-weight: 700;
}
.text-right {
    text-align: right!important;
}

.contact-float {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.whatsapp-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.whatsapp-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #00e676;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}

.whatsapp-ring-circle-fill,
.whatsapp-ring-img-circle {
    background: #107cb3;
    background: #107cb3;
}

.whatsapp-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: #00e676;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.whatsapp-btn-icon {
    display: flex;
    text-decoration: none;
}

.whatsapp-ring-img-circle .whatsapp-btn-icon i {
    font-size: 21px;
    color: #fff;
}

.whatsapp-ring-img-circle {
    background-color: #00e676;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

.scroll-top {
    display: none;
    z-index:9;
    position: fixed;
    bottom: 30px;
    right: 20px;
    padding: 8px 14px;
    margin-bottom: 0px;
    border-radius: 8px;
    color: #fff;
    background: var(--first-color);
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll-top:hover {
    background: var(--second-color);
    color: #fff;
}


.f-desc p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 18px;
}
.white-box {
    border-radius: 14px;
    background: #fff;
    padding: 25px 25px;
    margin-bottom: 10px;
}

.white-box img {
    width: 69px;
    margin-bottom: 13px;
}

.white-box h4 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}

.white-box p {
    height: 106px;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 0px;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.features-section {
    position: relative;
}

.contact-section {
    position: relative;
    background: #6a26ff;
}

.contact-section .contact-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 2px dashed #aa83ff;
    padding-bottom: 40px;
}

.contact-section .contact-flex h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    width: 71%;
}

.contact-section p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 19px;
}

.contact-section h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.contact-section:before {
    content: '';
    position: absolute;
    left: 10%;
    width: 73px;
    height: 39px;
    background: #aa83ff;
    top: -20px;
    border-radius: 7px;
}
.contact-section .phone-icon {
    margin-right: 15px;
}
.contact-section .phone-icon i {
    display: inline-flex;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 15px;
    font-size: 30px;
    color: var(--first-color);
}

.blog-box {
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}

.blog-box .blog-img {
    position: relative;
    overflow: hidden;
}

.blog-box .blog-img img {
    width: 100%;
    transition: all .4s 
ease;
    width: 100%;
}

.blog-box .blog-detail {
    padding: 15px 15px;
}

.blog-box .blog-detail h6.blog-tag {
    font-size: 14px;
    color: #6a26ff;
    font-weight: 500;
    margin-bottom: 5px;
}

.blog-box .blog-detail h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-weight: 700;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-size: 19px;
    color: var(--first-color);
    margin-bottom: 5px;
    transition: all 0.3s 
ease;
    position: relative;
	    line-height: 27px;
}

.blog-box .blog-detail p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 9px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.blog-box .blog-detail ul {
    margin: 0px;
    display: flex;
    justify-content: space-between;
}

.blog-box .blog-detail ul li {
    display: flex;
    font-size: 13px;
    align-items: center;
}

.blog-box .blog-detail ul li i {
    color: var(--second-color);
}

.blog-box .blog-detail ul li span {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #5e5858;
}

.blog-box .blog-detail ul li a {
    color: var(--first-color);
}

.blog-box:hover {}

.blog-box:hover img {
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}
.sidebar-block {
    background: #fff;
    padding: 16px 20px 15px 20px;
    border: 1px solid #e9e9ed;
    margin-bottom: 13px;
    border-radius: 6px;
}

.sidebar-block .inner-div .cat-menu-list {
    margin-top: 17px;
}

.sidebar-block .inner-div .cat-menu-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.sidebar-block .inner-div .cat-menu-list li a {
    width: 100%;
    color: #5a5a5a;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .2s;
}

.sidebar-block .title-div {
    position: relative;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-block .title-div h4 {
    margin-bottom: 0px;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    color: var(--first-color);
    width: -webkit-fill-available;
}

.sidebar-block .title-div h4:before {
    content: '';
    display: block;
    width: 40px;
    height: 0;
    border-bottom: 2px solid var(--first-color);
    margin-top: .42857rem;
    bottom: -7px;
    position: absolute;
}

.sidebar-block .inner-div .cat-menu-list li.has-item {}

.sidebar-block .inner-div .cat-menu-list li.has-item .arrow-icon {
    background: #f5f5f6;
    padding: 4px;
    font-size: 11px;
    border-radius: 50%;
}

.sidebar-block .inner-div .cat-menu-list li.has-item .sub-item-div {
    overflow: hidden;
    opacity: 0;
    padding-left: 1rem;
    height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.sidebar-block .inner-div .cat-menu-list li.has-item .sub-item-div.show {
    height: auto;
    opacity: 1;
}

.sidebar-block .inner-div .cat-menu-list li a:hover {
    color: var(--primary-color);
}

.sidebar-block .inner-div .cat-menu-list li.has-item .sub-item-div ul {
    padding-bottom: 5px;
    padding-top: 10px;
}

.sidebar-block .inner-div.sub-menu {
    overflow: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.sidebar-block .inner-div.sub-menu.active {
    overflow: visible;
    height: auto;
    opacity: 1;
}

.sidebar-block .inner-div .cat-menu-list li.has-item .sub-item-div.sub-menu.active {
    overflow: visible;
    height: auto;
    opacity: 1;
}

.sidebar-block .inner-div .cat-menu-list li.has-item .sub-item-div ul li:last-child {
    border-bottom: none;
    padding: 0px;
    margin: 0px;
}

.sidebar-block .inner-div .cat-menu-list li .form-check .form-check-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 0px);
    font-size: 14px;
    width: 100%;
    cursor: pointer;
}

.sidebar-block .inner-div .cat-menu-list li .form-check .form-check-label span {
    float: right;
    color: #94969f;
    font-size: 11px;
}

.form-check-input:checked {
    background-color: var(--second-color);
    border-color: var(--second-color);
}

.sidebar-block .title-div .dropdown {
    font-size: 15px;
    color: var(--primary-color);
}

.sidebar-block .title-div .dropdown {
    font-size: 12px;
    color: #717288;
    transition: 0.3s ease;
}

.sidebar-block .title-div .dropdown.rotate {
    transform: rotate(90deg);
}

.form-check-input:focus {
    border-color: #00000040;
    box-shadow: none;
}

.sidebar-block .search-price-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
}

.sidebar-block .search-price-box .btn.btn1 {
    font-size: 12px;
    padding: 7px 15px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
}

.sidebar-block .search-price-box .form-control {
    padding: 7px 15px;
    font-size: 14px;
}

.sidebar-block.filter-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sidebar-block.filter-div h5 {
    margin-bottom: 0pc;
    font-size: 19px;
}

.sidebar-block.filter-div i {
    color: var(--primary-color);
}

.category-siebar {
    border-top: 1px solid #e9e9ed;
}

.filter-close {
    display: none;
}


.recent-pr-box {
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9ed;
}

.recent-pr-box img {
    width: 89px;
    margin-right: 10px;
    border-radius: 4px;
}

.recent-pr-box .text {}

.recent-pr-box .text h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.recent-pr-box .text p {
    font-size: 12px;
    margin-bottom: 0px;
}
section.breadcrumb {
    margin-bottom: 0px;
    background: #f5f5ff;
    padding: 9px 0;
}


.breadcrumb .breadcrumb-content h2 {
    font-size: 25px;
    margin-bottom: 5px;
}

.breadcrumb-content .breadcrumb-menu li {
    display: inline-block;
    margin: 0 9px;
    font-size: 15px;
    color: var(--first-color);
    font-weight: 600;
}

.breadcrumb-content .breadcrumb-menu li a {
    position: relative;
    font-weight: 400;
    color: #282c3f;
}

.breadcrumb-content .breadcrumb-menu li a:after {
    content: '';
    position: absolute;
    top: 4px;
    right: -11px;
    height: 15px;
    width: 1px;
    transform: rotate(22deg);
    background-color: var(--first-color);
}
.pagination-more-btn {
    text-align: center;
    margin-top: 25px;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: #606060;
    font-size: 14px;
    padding: 8px 10px;
    letter-spacing: 3px;
    text-decoration: none;
    font-weight: 500;
}

.pagination i {
    font-size: 11px;
}

.pagination a.active {
    color: var(--first-color);
    font-weight: 600;
}
 .filter-select {
        align-items: center;
    display: flex;
    position: relative;
    width: 54%;
    margin-bottom: 15px;
}

.fliert-flex {
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
}

.filter-select .down-arrow {
    position: absolute;
    z-index: 1;
    right: 11px;
    font-size: 13px;
    bottom: 9px;
}

.filter-select .form-control {
    font-size: 14px;
    padding: 8px 14px;
}

.fliert-flex .grli-icon {
    margin-bottom: 15px;
    background: #f5f5ff;
    padding: 11px 15px;
    border-radius: 6px;    
	cursor: pointer;
}

.fliert-flex .grli-icon:hover, .fliert-flex .grli-icon.active {
    background: var(--first-color);
    color: #fff;
}
body.list-view {}

body.list-view .product-box {
    display: flex;
}

body.list-view .list-view {
    width: 100%;
}

body.list-view .product-box .image-div {
    border-radius: 7px 0px 0px 7px;
    width: 37%;
}

body.list-view .product-box .image-div img {
    width: 100%;
}

body.list-view .product-box .pr-details {
    width: 72%;
}

body.list-view .product-box body.list-view .product-box {}

body.list-view .product-box .button-flex {
    border-bottom-left-radius: 0px;
}

body.list-view .product-box .button-flex .box-btn:first-child {
    border-bottom-left-radius: 0px;
}
.filter-select p {
    margin-right: 10px;
    margin-bottom: 0px;
    width: 98px;
    font-size: 13px;
}
.pr-details {}

.pr-details h3 {
    font-size: 35px;
    font-weight: 800;
    color: var(--first-color);
    margin-bottom: 10px;
}

.pr-details h5 {
    margin-bottom: 10px;
    color: #6a26ff;
    font-weight: 500;
    font-size: 19px;
}

.property-feature {
    margin-bottom: 15px;
}

.property-feature table {
    border: 1px solid #aa83ff6e;
    margin-bottom: 15px;
    border-radius: 10px;
}

.property-feature table thead tr {border: none;}

.property-feature table thead tr th {
    padding: 10px 10px;
    text-align: center;
    border-right: 1px solid #aa83ff6e;
    border-color: #aa83ff6e;
    background: #aa83ff14;
}
.property-feature table tbody tr td {
    border-right: 1px solid #aa83ff6e;
    border-color: #aa83ff6e;
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.property-feature table thead tr th img {
    width: 43px;
    margin-bottom: 2px;
}

.property-feature table thead tr th h5 {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0px;
}

.table-style1 {
    border-radius: 10px;
}

.pr-details .banner-slider .PrevArrow.slick-arrow {
    left:18px;
}

.pr-details .banner-slider .NextArrow.slick-arrow {
    right: 18px;
}

.pr-details .banner-img img {
    border-radius: 11px;
}
.pr-details .banner-img {
    border-radius: 11px;
}

.pr-details .banner-slider {
    min-height: unset;
    margin-bottom: 13px;
}

.description {}

.description h4 {
    font-weight: 800;
    color: var(--first-color);
    margin-bottom: 10px;
    font-size: 23px;
}

.description h5 {}

.description p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 23px;
    color: #6b6565;
}

.description ul {
    margin-bottom: 14px;
    padding: 0px;
}

.description ul li {
    list-style: none;
    position: relative;
    margin-bottom: 6px;
    color: #342f2f;
    font-size: 15px;
    padding-left: 20px;
}

.description ul li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: var(--second-color);
    left: 2px;
    top: 8px;
    transform: rotate(45deg);
}
 

.seprator {
    margin-top: 20px;
    border-bottom: 1px dashed #aa83ff;
    margin-bottom: 20px;
}

.contact-box {
	background: #6a26ff;
    padding: 16px 19px;
    border-radius: 14px;
    margin-bottom: 15px;
}

.contact-box h4 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

.contact-box .form-group {
    margin-bottom: 10px;
}

.contact-box .form-group .form-control {
    font-size: 13px;
    padding: 9px 16px;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #aa83ff6e;
}
.project-slider .PrevArrow.slick-arrow {
    left: -54px;
}

.project-slider .NextArrow.slick-arrow {
    right: -55px;
}
 .project-slider .slider-item {
    height: auto;
    margin: 0 11px;
}
.blog-detail-div {}

.blog-detail-div h3 {
    font-size: 35px;
    font-weight: 800;
    color: var(--first-color);
    margin-bottom: 10px;
}

.blog-detail-div .blog-img {
    margin-bottom: 15px;
    border-radius: 13px;
    border: 1px solid #eee;
}

.blog-detail-div  p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 23px;
    color: #6b6565;
}

.blog-detail-div  h4 {
    font-weight: 800;
    color: var(--first-color);
    margin-bottom: 10px;
    font-size: 23px;
}

.share-div {
    margin-top: 20px;
}

.share-div li {
    display: inline-block;
    margin-right: 10px;
}

.share-div li.share-btn {
    margin-right: 13px;
}

.share-div li.share-btn a {
    border: 1px solid #aa83ff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: #8852ff;
    padding: 10px 16px;
    border-radius: 7px;
    display: block;
    background: #aa83ff1f;
}
.share-div li .social-icon {
    font-size: 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 44px;
    height: 40px;
    border-radius: 4px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.social-icon.fb {
    background-color: #1559c2;
  }
.social-icon.fb:hover {
    background-color: #0b2f66;
  }
.social-icon.tw {
    background-color: #1ea9e9;
  }
.social-icon.tw:hover {
    background-color: #0e6993;
  }
.social-icon.yu {
    background-color: #ed1d25;
  }
.social-icon.yu:hover {
    background-color: #980c11;
  } 
.social-icon.wh {
    background-color: #43ce13;
  }
.social-icon.wh:hover {
    background-color: #25710a;
  }

.share-div ul {
    padding: 0px;
}
.author-div {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    background: #f5f0ff;
    padding: 15px 17px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.author-div img {
    width: 75px;
    margin-right: 13px;
	    border-radius: 50%;
}

.author-div .abt-author h4 {
    margin-bottom: 4px;
}

.author-div .abt-author p {
    font-size: 12px;
    margin-bottom: 0px;
}




.blog-detail-div .contact-box {
    padding: 32px 36px;
}

.blog-detail-div .contact-box h4 {
    color: #fff;
}

.user-comment {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #dddddd63;
    border-bottom: 1px solid #dddddd63;
    padding-top: 20px;
    padding-bottom: 20px;
}

.user-comment img {
    width: 60px;
	    border-radius: 50%;
    margin-right: 13px;
}

.user-comment .abt-user {}

.user-comment .abt-user h5 {
    font-size: 16px;
    margin-bottom: 7px;
    color: var(--second-color);
    font-weight: 600;
}

.user-comment .abt-user h5 span {
    font-size: 11px;
    margin-left: 10px;
    color: #645c5c;
} 

.user-comment.reply {
    margin-left: 67px;
    border-top: 0px;
    border-bottom: 0px;
}
 
.popular-tag {}

.popular-tag {
    padding-top: 10px;
}

.popular-tag a {
    border-radius: 30px;
    padding: 0 16px;
    line-height: 31px;
    font-size: 13px;
    border: 1px solid #C2C5C7;
    display: inline-block;
    font-weight: 500;
    transition: all 0.3s 
ease-out 0s;
    color: #8a8a8a;
    margin-right: 5px;
    margin-bottom: 7px;
}

.popular-tag a:hover {
    background: var(--second-color);
    color: #fff;
    border-color: var(--second-color);
}
.blog-detail-div ul.publish {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.blog-detail-div ul.publish li {
    display: flex;
    font-size: 13px;
    align-items: center;
}

.blog-detail-div ul.publish li i {
    color: var(--second-color);
}

.blog-detail-div ul.publish li span {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #5e5858;
}

.blog-detail-div ul.publish li span a {
    color: var(--first-color);
}
.blog-detail-div .contact-box textarea {
    height: 95px;
}
.sticky-siebar {
    position: sticky;
    top: 87px;
}
.blog-detail-div .contact-box .form-check {
    margin-left: 0px;
    padding-left: 37px;
    margin-bottom: 10px;
}

.blog-detail-div .contact-box .form-check label {
    color: #fff;
}

.blog-detail-div .contact-box  p {
    color: #fff;
    margin-bottom: 11px;
    margin-top: -3px;
}
.sticky-media {
    position: fixed;
    top: 37%;
    left: 0;
    z-index: 1000;
    transition: all linear 0.2s;
}

.sticky-media a {
    display: flex;
    justify-content: center;
    width: 30px;
    height: 30px;
    align-items: center;
    color: white;
    font-size: 12px;
    line-height: 60px;
    text-align: center;
    transition: all linear 0.2s;
}

.sticky-media .facebook {
    background: #3b5998;
}

.sticky-media .instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.sticky-media .linkedin {
    background: #0077B5;
}

.sticky-media .youtube {
    background: #c4302b;
}

.sticky-media .whatsapp {
    background: #00e676;
}

.sticky-media a:first-child {
    border-radius: 0 5px 0 0;
}

.sticky-media a:last-child {
    border-radius: 0 0 5px 0;
}

.sticky-media a:hover {
    width: 60px;
    border-radius: 0px 7px 7px 0px;
}
.celebrity-section .title-div.as-normal h3 {
    font-size: 35px;
}
.media-body {
    text-align: center;
    margin-bottom: 10px;
}

.media-body img {
    border: 2px solid #f5f5ff;
    margin-bottom: 8px;
    border-radius: 8px;
}

.media-body p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #6a26ff;
}
.video-frame.informative iframe {
    height: 178px;
    border-radius: 10px;
}
.gallery-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-flex .media-body img {
    margin-bottom: 0px;
}

.gallery-flex .media-body {
    margin-bottom: 0px;
}

.gallery-flex .media-card {
    width: 19.35%;
}
.mission-box {
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #aa83ff6e;
    background: #aa83ff14;
    border-radius: 9px;
    padding: 15px 20px;
    align-items: center;
}

.mission-box img {
    width: 80px;
    margin-right: 10px;
}

.mission-box p.desc {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0px;
    color: #000;
}

.vision-section {}

.vision-section p.desc {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 13px;
    position: relative;
    padding-left: 33px;
}

.vision-section p.desc:before {
    content: "\f270";
    position: absolute;
    top: 1px;
    left: 0px;
    font-size: 20px;
    font-family: 'bootstrap-icons';
    color: #6a26ff;
}
.contact-page .contact-box {
    padding: 30px 35px;
}
ul.conact-list {
    padding: 0px;
    list-style: none;
}

ul.conact-list li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

ul.conact-list li .icon-box {
    box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 20%);
    border-radius: 50%;
    padding: 13px 17px;
    color: var(--first-color);
    font-size: 19px;
    background: #fff;
}

ul.conact-list li .icon-box i {
    line-height: 0px;
}

ul.conact-list li   a {
    font-size: 25px;
    font-weight: 700;
    color: #6a26ff;
}
ul.conact-list li p {
    font-size: 17px;
}
.map iframe {
    width: 100%;
    height: 400px;
}
.policy-page {}

span {}

.policy-page p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 23px;
    color: #6b6565;
}

.policy-page h4 {
    font-weight: 800;
    color: var(--second-color);
    margin-bottom: 7px;
    font-size: 21px;
    margin-top: 20px;
}

.policy-page ul {
    padding-left: 20px;
}

.policy-page ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
}

.policy-page ul li::marker {
    width: -10px;
    font-size: 16px;
    color: var(--first-color);
}

.property-type-block {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.property-type-block .btn.btn1 {
	width: 23%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
}


@media (min-width: 1366px) {
	
	.nav-list ul.nav-menu li a {
		font-size: 18px;
	}
	.btn.btn1 { 
		padding: 8px 20px;
		font-weight: 600;
		font-size: 13px;
	}
	.logo-div img {
		width: 115px;
		height: auto;
		padding: 5px 0;
	}
	.banner-content .inner-div h2 { 
		font-size: 50px;
	}
	.banner-content .inner-div h3 { 
		font-size: 32px;
	}
	.banner-content .bottom-div h5 {
		font-size: 27px;
	}
	.banner-content .bottom-div .right-div .flex-div p {
		font-size: 14px;
	}
	.serach-tab .form-group label {
		font-size: 13px;
		padding: 10px 20px;
	}
	.search-inner-box .btn.btn2 { 
		padding: 5px 10px;
	}
	.talk-section .title-div h3 {
		line-height: 37px;
		font-size: 25px;
	}
	.celebrity-section .title-div h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.title-div h3 {
		font-size: 35px;
	}
	.title-div p {
		font-size: 14px;
	}
	.product-box .pr-details .inner-pad h4 {
		font-size: 15px;
		font-weight: 600;
		line-height: 21px;
	}
	.product-box .pr-details .inner-pad ul.icon-list li i {
		font-size: 12px;
	}
	.product-box .pr-details .inner-pad ul.icon-list li span {
		margin-left: 6px;
		font-size: 12px;

	}
	.place-flex .place-col.middle .place-div {
		height: 378px !important;
	}
	.place-div{
		height: 180px !important;
	}
	.place-div .text-div h5 {
		font-size: 15px;
	}
	.place-div .text-div p {
		margin-bottom: 0px;
		font-size: 11px;
	}
	.white-box p {
		height: 100px; 
		font-size: 13px;
	}
	.white-box h4 {
		font-size: 22px;
	}
	.testimonial-box {
		border-radius: 14px; 
		padding: 16px 15px;
		margin-bottom: 15px; 
	}
	.testimonial-box p.review { 
		font-size: 14px;
	}
	.testimonial-box .customer-details .customer-img {
		width: 45px;
	}
	.testimonial-box .customer-details .customer-name {
		margin-bottom: 0px;
		font-size: 15px;
	}

	.testimonial-box .customer-details .designation { 
		font-size: 11px;
	}
	.nav-list ul.nav-menu li .sub-menu li a {
		padding: 7px 14px;
	}




	
}


@media only screen and (max-width: 767px) {
	
	.toggle-menu {
        display: block;
        float: right;
        text-align: right;
        margin-left: auto;
    }
    .toggle-icon {
        position: relative;
        width: 31px;
        height: 20px;
    }
    .toggle-icon span {
        position: absolute;
        width: 100%;
        height: 1px;
        display: inline-block;
        transition: all 0.3s;
        left: 0;
        background: #3f3f3f;
    }
    .toggle-icon span:first-child {
        top: 0;
    }
    .toggle-icon span:nth-child(2) {
        top: 44%;
    }
    .toggle-icon span:last-child {
        bottom: 2px;
    }
    body.mobile-menu .toggle-icon span:first-child {
        transform: rotate(45deg) translate(3px, 9px);
    }
    body.mobile-menu .toggle-icon span:nth-child(2) {
        opacity: 0;
    }
    body.mobile-menu .toggle-icon span:last-child {
        transform: rotate(-45deg) translate(3px, -9px);
    }
    .navbar-right-menu {
        display: none;
        left: -100%;
        top: 0px;
        position: fixed;
        width: 100%;
        max-width: 100%;
        height: 100% !important;
        background: var(--first-color);
        padding: 20px 30px;
        animation: slide-in-left 1s forwards;
        z-index: 999;
    }
    body.mobile-menu .navbar-right-menu {
        display: block !important;
        overflow-y: auto;
    }
    .nav-list ul.nav-menu {
        display: block;
        margin-right: 0;
    }
    .nav-list ul.nav-menu li a {
        padding: 12px 0;
        display: block;
        width: 100%;
        font-size: 15px;
        color: #fff; 
    }
    body.mobile-menu .close-menu {
        display: block !important;
        position: absolute;
        top: 0;
        right: 9px;
    }
    body.mobile-menu .close-menu i {
        color: #fff;
        font-size: 28px;
    }
.banner-content .inner-div h2 { 
    font-size: 33px;
}
.banner-content .inner-div {
    width: 100%;
}
.banner-content:before{
	    height: 100%;
}
.banner-content .inner-div h3 {
    text-align: center;
    font-size: 20px;
}
.banner-slider {
    height: 600px;
}
.banner-img img{
	 height: 600px;
}
.banner-content .bottom-div .right-div .flex-div {
    flex-wrap: wrap;
}
.banner-content .bottom-div .right-div .flex-div .counter-div { 
    width: 50%;
    padding-bottom: 24px; 
    border-right: none;
}
.banner-content .bottom-div h5 {
    font-size: 26px;
}
.banner-content .bottom-div .right-div .flex-div p {
    font-size: 13px;
}
.serach-tab .form-group label {
    font-size: 13px;
    padding: 10px 19px;
}

.banner-content .bottom-div .right-div .flex-div .counter-div:last-child , .banner-content .bottom-div .right-div .flex-div .counter-div:nth-child(3){
	 padding-bottom: 0px;
}
.title-div p {
    font-size: 13px; 
}

.title-div h3 {
    font-size: 30px;
	
}
p.desc {
    font-size: 13px;
}
.about-img img {
    margin-top: 10px;
}
.about-img h4 {
	    font-size: 19px;
}
.talk-section .title-div h3 {
    line-height: 34px;
    font-size: 22px;
}
.talk-section:before { 
    top: 4%;
}
.default-padding {
    padding: 45px 0;
}
.celebrity-section .title-div h3 {
    font-size: 20px;
    line-height: 32px;
}
.contact-section .contact-flex {
display: block;}

.contact-section .contact-flex h3 { 
    font-size: 32px;
    font-weight: 600;
    width: 100%;
}
.contact-section h5 { 
    font-size: 22px;
}
.contact-section p { 
    margin-bottom: 10px;
    font-size: 17px;
}
.place-flex {
    flex-wrap: wrap; 
    gap: 15px;
}

.place-flex .place-col.middle {
    width: 100% !important;
}
.place-flex .place-col {
    width: 48%;
}
.place-div { 
    height: 200px !important;
}
.place-flex .place-col.middle .place-div {
    height: 400px !important;
}
.white-box {
    text-align: center;
}
.white-box p { 
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
	height: auto;
    display: block;
}
.testimonial-slider  .slick-arrow{
	display:none!important;
}

.video-frame.shorts iframe {
    height: 311px!important;
}
.video-frame iframe {  
    border-radius: 10px;
}
.footer-widget {
    margin-bottom: 20px;
}
section.copyright-sec p {
    font-size: 13px;
    text-align: center;

}
    .nav-list ul.nav-menu li a i {
        color: #fff;
        float: right;
        top: 8px;
        position: relative;
    }
.nav-list ul.nav-menu li .sub-menu {
        position: relative;
        width: 100%;
        box-shadow: none;
        display: none;
    }
    .nav-list ul.nav-menu li:hover .sub-menu {
        display: block;
    }
    .nav-list ul.nav-menu li:hover a {
        color: #fff;
    }
    .nav-list ul.nav-menu li:hover a i {
        color: #fff;
    }

.right-options .btn.btn1 {
        background: #2d59e7;
        border-radius: 30pc;
    }
	.blog-box .blog-detail h4 {
    display: block;
	}

.project-slider  .slick-arrow{
	display:none!important;
}
.property-feature table thead tr th {
    padding: 7px 5px;
}
.property-feature table thead tr th img {
    width: 27px;
}
.property-feature table thead tr th h5 { 
    font-size: 11px;
}
.property-feature table tbody tr td { 
    padding: 7px 3px; 
    font-size: 9px;
}
.pr-details .banner-img img {
        height: auto;
    }
	.pr-details .banner-slider {
     height: auto;
	}
	.slick-arrow i {
    font-size: 13px;
	}
	.slick-arrow { 
    width: 30px;
    height: 30px;
	}
	.pr-details .banner-slider .PrevArrow.slick-arrow {
    left:10px;
	    top: 42%;
}

.pr-details .banner-slider .NextArrow.slick-arrow {
    right: 10px;
	    top: 42%;
}
.pr-details h3 {
    font-size: 25px;
}
.pr-details h5 { 
    font-size: 15px;
}
.description h4 { 
    font-size: 19px;
}
.pr-details h5 { 
    font-size: 13px;
}
.description p {
    font-size: 13px; 
    margin-bottom: 10px;
    line-height: 20px; 
}
.description ul li 
 { 
    font-size: 13px;
 }
.description ul li:before { 
    width: 6px;
    height: 6px; 
    left: 6px;
    top: 7px;
}
.description {
    margin-bottom: 20px;
}

video.vid-bnr {
       width: auto;
    height: 600px;
}


	
}


@keyframes slide-in-left {
    0% {
        left: -100%;
    }
    100% {
        left: 0px;
    }
}