@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
:root {
  --primary:#6bc1b6;
  --white:#fff;
  --black:#000;
}
body {
    margin: 0;
    padding: 0 !important;
	font-family: "Manrope", serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #f1f1f1;
    color: #444;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 23px;
    padding: 12px 20px;
    width: 100%;
    outline: 0;
    border-radius: 15px;
    font-family: "Manrope", serif;
    background: var(--white);
}
input[type="submit"] {
    background: linear-gradient(90deg, #193775, #f39c12);
    text-transform: capitalize;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    outline: none;
    font-weight: 400;
    border-radius: 10px 10px 25px;
    font-family: "Manrope", serif;
    color: var(--white);
}
input[type="submit"]:hover {
    /* background: var(--secondary); */
    /* color: var(--white); */
    transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
	font-family: "Manrope", serif;
    color: #444444;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:28px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Manrope", serif;
    color: #454a50;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 28px;
}
ul, li, a {
    list-style-type: none;
	font-family: "Manrope", serif;
    color: #222;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 20px;
    font-family: "Manrope", serif;
    font-size: 45px;
    position: relative;
    font-weight: 700;
    text-align: center;
    width: fit-content;
    color: var(--black);
}
.subheading {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    font-family: "Manrope", serif;
    text-transform: uppercase;
    background: -webkit-linear-gradient(90deg, #193775, #193775, #f39c12, #f39c12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding-left: 16px;
    line-height: normal;
    margin-bottom: 15px;
    width: fit-content;
}
.subheading:before {
    position: absolute;
    top: 5px;
    left: 0;
    height: 8px;
    width: 8px;
    content: '';
    background: linear-gradient(90deg, #193775, #f39c12);
}
.heading {
    display: block;
    margin: 0 auto 30px;
}
.leftheading {
    text-align: start;
    position: relative;
    z-index: 0;
    font-size: 45px;
    line-height: 55px;
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}

/* TOP BAR CSS */

.topbar {
    padding: 12px 0;
    border-bottom: 1px solid #ffffff45;
    background: #fff;
    margin-top: 0px;
}
.smoicons {
    column-gap: 15px;
}
.smoicons img {
    width: 19px;
}
.top-contact {
    column-gap: 20px;
}
.top-contact i {
    color: var(--primary);
    font-size: 23px;
    padding-right: 8px;
}
.top-contact a {
    color: var(--black);
    font-size: 15px;
    padding-right: 8px;
    font-weight: 600;
}
.topbar p {
    color: var(--white);
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .2px;
}
.top-contact p a {
    color: var(--white);
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .5px;
}

/* Header */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
header img {
    width: 141px;
    /* object-fit: cover; */
    margin-left: 3px;
}
.col-sm-8.menu_sec {
    display: flex;
    justify-content: center;
    padding: 0px 20px;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}
/* Menubar */


.logo a {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 2px;
}
.mainmenu {
    z-index: 999;
    box-shadow: 0 2px 12px #0000000a;
    background-color: #000;
    width: 100%;
    position: relative;
    padding-left: 2px;
}
.mainmenu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
/*     background: var(--black); */
}
a.btn.btn-primary {
    transition: all 0.3s ease;
}

a.btn.btn-primary:hover {
    background-color: var(--primary); 
    color: #fff;
    transform: scale(1.05);
}
.mainmenu .btn-primary {margin-left: 20px;}
.btn-primary {
    background: linear-gradient(90deg, #193775, var(--primary));
    color: var(
    --white);
    border: unset;
    margin-top: 5px;
    font-weight: 400;
    padding: 13px 25px;
    font-family: "Manrope", ui-sans-serif;
    text-transform: uppercase;
    border-radius: 8px 8px 25px;
    letter-spacing: .5px;
}
.col-sm-2.logo_sec {
    position: relative;
    min-height: 112px;
    top: 10px;
    width: 217px;
    background: #fff;
    clip-path: polygon(-1% 0, 100% 0%, 77% 100%, -89% 100%);
    box-shadow: inset 0px -1px orange;
}
.menutop li a {
    padding: 28px 15px !important;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    letter-spacing: .5px;
    font-size: 16px !important;
    font-weight: 600 !important;
/*     color: #0a0a0a9e !important; */
}

/* Main Slider */
.mainslider figure{
	margin:0;
}
/* .carousel-item img {
    width: 100%;
    object-fit: cover;
    object-position: right;
} */
.carousel-item img {
    width: 100%;
    object-fit: cover;
    object-position: right;
    filter: brightness(0.5);
    height: 873px;
}
.carousel-caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -43%);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%; /* or a narrower value if needed */
    padding: 20px;
}
.carousel-caption .carousel-content {
    max-width: 700px;
    margin: 0 auto;
}



.carousel-caption ul {
    column-gap: 15px;
    transform: translate(39%, 10px);
}
.carousel-content small {
    font-family: "Manrope", serif;
    font-size: 14px;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    border: 1px solid var(--primary);
    padding: 5px;
    border-radius: 8px;
}
.carousel-content span {
    display: block;
    color: var(--primary);
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.mainslider .carousel-caption h2 {
    font-size: 52px;
    line-height: 70px;
    font-weight: 800;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin: 15px 0;
    color: var(--white);
}
.mainslider .carousel-caption p {
    font-size: 18px;
    margin-bottom: 15px;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
    margin-top: 10px;
    border: 1px solid var(--white);
    padding: 10px 30px;
    border-radius: 6px 6px 20px;
    font-weight: 300;
    background: inherit;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    background: rgba(0,0,0,.5);
    font-size: 27px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}
.carousel-inner::after {
    content: "";
    position: absolute;
    width: 800px;
    height: 852px;
    top: -453px;
    left: 50%;
    z-index: 1;
    background-color: var(--primary);
    border-radius: 50%;
    mix-blend-mode: overlay;
	animation: pulse 3.2s linear infinite alternate;
}
.carousel-inner::before {
    content: "";
    position: absolute;
    width: 447px;
    height: 447px;
    top: 411px;
    left: 8px;
    z-index: 9;
    background-color: var(--primary);
    border-radius: 50%;
    mix-blend-mode: overlay;
    animation: pulse 3.2s linear infinite alternate;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 1;
    }
}


}

/*About*/
.about-two__shapeleft, .about-two__shaperight {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background-size: auto;
    background-repeat: no-repeat;
}
.about img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* features section  */

.features {
    border-bottom: 1px solid #e5e5e5;
}
.featuresldr .slick-slide {
    margin: 0px 12px;
}

.featuresldr .slick-list {
  margin: 0 -15px; /* negative margin to cancel padding overflow */
}
.featuresldr li {
    border-right: 1px solid #e5e5e5;
    height: 270px;
    padding: 35px 20px 20px;
}
.featuresldr li figure {
    position: relative;
}
.featuresldr li figure:before {
    position: absolute;
    top: 10px;
    left: 30px;
    height: 50px;
    width: 50px;
    content: '';
    background: #edf2f9;
    z-index: -9;
    border-radius: 50px;
}
.featuresldr li figure img {
    margin-bottom: 20px;
}
.aboutservices{
	display:block;
	row-gap:20px;
}
.aboutservices figure {
  display: block;
  margin-bottom: 15px;
}
.aboutfeatures h3 {
    font-weight: 700;
    font-size: 20px;
    color: var(--black);
    margin-bottom: 10px;
}

/* SERVICES SECTION CSS  */

.services {
    background: url(../images/servicebg.png);
    padding: 60px 0 70px;
}
.services:before {
    position: absolute;
    content: '';
    --background-overlay: '';
    background-image: url(../images/service-bg1.png);
    background-position: top right;
}
.aboutservices figure {
    overflow: hidden;
    border-radius: 15px;
}
.aboutservices img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: brightness(0.8);
}
.servicesinfo img {
    width: 64px !important;
    height: auto;
    filter: brightness(1) !important;
}
.servicesinfo {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
.servicesinfo figure {
    height: 80px;
    width: 80px;
    background: linear-gradient(90deg, #193775, #f39c12);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: 0 auto 15px;
}
.servicesinfo h3 {
    color: var(--white);
    margin: 0;
    font-size: 22px;
}


/* BUSINESS SECTION CSS */

/* .progress {
    padding: 220px 0 296px 0 !important;
    height: auto;
    object-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #161412;
    background-blend-mode: overlay;
    padding-top: 111px;
    padding-bottom: 70px;
    margin-bottom: 0;
} */
.progress {
  position: relative;
  overflow: hidden;
  height: auto;
  background-color: #000; /* fallback background */
}

.progress video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
}
/* .progress figure {
    background: linear-gradient(90deg, #193775, #f39c12);
    height: 95px;
    width: 96px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
} */
/* .progress figure:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(90deg, #193775, #f39c12);
    animation: playbtn 3s linear infinite forwards;
    z-index: -1;
    border: 1px solid #fff;
} */
.progress p {
    color: white;
    width: 67%;
    transform: translate(30%, 2px);
}
@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
.progress figure img {
    width: 22px;
}
.progress .heading {
    margin-bottom: 10px;
}
/* .funfact-one__list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.funfact-one--two .funfact-one__item {
    width: calc((100% - 60px) / 3);
    background-image: url("../images/resources/funfactbg1-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f3ede8;
    background-blend-mode: overlay;
    padding-top: 42px;
    padding-bottom: 36px;
}
.funfact-one__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
 */
.funfact-one--two .container {
  display: flex;
  justify-content: center;  /* center the row */
  gap: 20px;               /* space between boxes */
  flex-wrap: nowrap;       /* keep all in one row */
}

.funfact-one__list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  justify-content: center;
  gap: 20px;
}

.funfact-one__item {
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 64px 40px;
    flex: 1;
    max-width: 300px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
}
p.funfact-one__text {
    font-size: 20px;
    font-weight: 700;
    /* line-height: 40px; */
}


/* products section  */

.products {
    padding: 60px 0 70px;
    background: url(../images/productbg.png);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
.products .row {
    row-gap: 22px;
}
.aboutproducts {
    background: var(--white);
    height: 100%;
    box-shadow: 0 0 10px 0px rgb(235 235 235 / 10%);
    border-radius: 15px;
    padding: 24px;
}
.aboutproducts figure {
    z-index: 1;
}
.aboutproducts figure:before {
    position: absolute;
    top: 10px;
    left: 30px;
    height: 50px;
    width: 50px;
    content: '';
    background: #edf2f9;
    z-index: -9;
    border-radius: 50px;
}
.productinfo h3 {
    margin-bottom: 10px;
    color: #162339;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
.aboutproducts figure:before {
    position: absolute;
    top: 10px;
    left: 30px;
    height: 50px;
    width: 50px;
    content: '';
    background: #edf2f9;
    z-index: -9;
    border-radius: 50px;
}
.productinfo a {
    border: 1px solid #193775;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

/* branditems section CSS */
.brands {
    padding: 55px 0;
    background: #f7f7f7;
}
.brandslider {
    background: var(--white);
    border-radius: 6px;
}
.branditems figure {
    height: 100px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brands .slick-slide img {
    width: 120px !important;
}


/* COUNTER SECTION CSS */


.counter{
	padding: 60px 0 70px;
	text-align: center;
}
.counter .col-lg-3 .counterlist {
    position: relative;
}
.counter .col-lg-3 .counterlist:after {
    position: absolute;
    content: '';
    top: 0;
    right: -15px;
    height: 100%;
    border-right: 1px dashed #f2622240;
}
.counter .col-lg-3:last-child .counterlist:after {
    display: none;
}
.counterlist figure {
    height: 120px;
    width: 120px;
    background: #f2622226;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    animation: rdseffect 3s ease-in-out alternate infinite;
}
@keyframes rdseffect {
from{
  border-radius: 30% 70% 30% 70% / 70% 30% 70% 30%;
}
to{
  border-radius: 70% 30% 70% 30% / 30% 70% 30% 70%;
}
}
 
.counterlist figure img {
}
.counterlist h3 {
    margin: 15px 0 0;
    color: var(--dark);
    font-weight: 500;
    font-size: 17px;
}
.counterlist h3 span {
    display: block;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 12px;
    color: var(--primary);
}


/* achieve section  */

.achieve {
    background: url(../images/ideas-bg.jpg);
    padding: 80px 0;
    background-attachment: fixed;
}
.achieve h2 {
    color: var(--white);
    font-size: 40px;
    width: 80%;
    margin: 0 auto 10px;
    line-height: 55px;
}


/* TOUR SECTION CSS  */

.tour-image img {
    height: 635px;
    object-fit: cover;
    object-position: top;
}
.tour-content {
    padding: 70px 50px;
    background: url(../images/tourbg.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.tour-content img {
    width: 100%;
    border: 2px solid #283e6e3b;
    border-radius: 10px;
}


/* REVIEW SECTION CSS */

.review {
    background: url(../images/reviewbg.png);
    padding: 70px 0;
}
.review-content {
    padding-left: 20px;
}
.review-profile img {
    border-radius: 50px;
}
.reviewsldr-item p {
    margin: 10px 0;
}
.review-profile {
    column-gap: 10px;
}
.review-profile h3 {
    color: var(--black);
    font-weight: 700;
    font-size: 20px;
}


/* MISSION SECTION CSS  */
.mission {
    background: #f47b2012;
    padding: 60px 0;
}
.mission-item {
    background: var(--white);
    height: 100%;
    padding: 25px;
    border-radius: 0 30px 0 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.mission-item h3 {
    margin: 10px 0 5px;
}
.mission-item:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    content: '';
    background: #ff670230;
    z-index: -1;
    border-radius: 0 30px 0 30px;
}
.mission-item figure {
    background: var(--white);
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 23px;
    border-radius: 0 30px 0 30px;
    box-shadow: 0 5px 5px #ff670240;
}
.mission-item figure img {
    width: 60px;
}

/* PRODUCT SECTION CSS */

.aboutproducts figure img {
    margin-bottom: 15px;
}
.productinfo h3 {
    margin-bottom: 10px;
}
.aboutproducts figure:before {
    position: absolute;
    top: 10px;
    left: 30px;
    height: 50px;
    width: 50px;
    content: '';
    background: #edf2f9;
    z-index: -9;
    border-radius: 50px;
}

.galler-h {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 19px;
    z-index: 1;
    padding: 0 22px;
    transition: transform 0.8s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.galler-h  .galler__bg {
    position: static;
    background-color: transparent;
/*     background-image: url("../images/shapes/project-bg2-1.png"); */
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding: 15px 102px 22px 34px;
    transition: all 0.5s ease;
}

.galler-h .project-one__item__right-arrow {
    width: 60px;
    height: 60px;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: var(--wallpi-white, #fff);
    color: var(--wallpi-text, #2a2826);
    border-color: var(--wallpi-white, #fff);
}
/* .productinfo {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
} */
.productinfo {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.productinfo::before {
    content: "";
    position: absolute;
    left: 28px;
    bottom: -13px;
    width: 100%;
    padding: 54px;
    height: 100%;
    background: linear-gradient(135deg, #d88f1e, #293e6e);
    
    z-index: -1;
}

.productinfo:hover::before {
    height: 100%; 
/* 	background: linear-gradient(135deg, #d88f1e, #293e6e);
	transition: height 0.4s ease; */
}

.productinfo h3 {
    position: relative; 
    color: #fff;         
    z-index: 2;
}


.productinfo h3 {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
.productinfo .project-one__item__right-arrow {
    width: 60px;
    height: 60px;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: var(--wallpi-white, #fff);
    color: var(--wallpi-text, #2a2826);
    border-color: var(--wallpi-white, #fff);
}

/* TEAM SECTION CSS */

.team {
    background: linear-gradient(45deg, #010006eb, #010006eb), url(../images/teambg.jpg);
    padding: 50px 0;
    background-attachment: fixed;
    background-size: cover;
}
.teamsldr-item {
    background: var(--white);
    padding: 35px;
    border-radius: 15px;
    text-align: center;
}
.teamsldr-item figure {
    mask-image: url(../images/polygon-team.png);
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 100%;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    margin-bottom: 15px;
}
.teamsldr-item span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: var(--primary);
    margin-top: 5px;
}
.teamsldr-item img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* PARTNER SECTION CSS */

.partner {
    padding: 70px 0;
    background: url(../images/tourbg.png);
    background-repeat: no-repeat;
    background-position: center;
}
.partner-item {
    padding: 0 30px;
}

/* HOME BLOG SECTION CSS */

.homeblog {
    padding: 40px 0 60px;
    background: #ea5f020a;
    background-image: url(../images/blogbg.png);
    background-size: cover;
    background-attachment: fixed;
}
.blog-item {
    border-radius: 3px;
    transition: 0.5s;
    height: 100%;
    position: relative;
    background: var(--white);
}
.blog-item .ht-shape-btn {
    z-index: 1;
}
.blog-item .ht-shape-btn svg path {
    fill: var(--secondary);
}
.blog-item figure {
    margin: 0;
    border-radius: 3px;
    overflow: hidden;
}
.blog-item img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
    transition: all ease-in-out .5s;
}
.blog-item:hover figure img {
    transform: scale(1.1);
}
.homeblog ul.blog_top_cnt {
    column-gap: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
}
.blog-content h3 {
    margin-bottom: 10px;
}
.homeblog .blog_top_cnt li {
    background: #2f3ba714;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 500;
    color: var(--primary);
}
.homeblog .blog_top_cnt li i {
    margin-right: 8px;
    color: var(--secondary);
    font-size: 12px;
}
.homeblog h3 a {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-content .readbtn {
    color: var(--primary);
    font-size: 17px;
}
.blog-content .readbtn i {
    transform: rotate(-45deg);
    transition: all ease-in-out .5s;
    font-size: 14px;
}
.blog-content .readbtn:hover i {
    transform: inherit;
}
ul.blog_top_cnt.d-flex.align-items-center li {
    background: #2f3ba714;
    padding: 3px 17px;
    font-size: 13.8px;
    border-radius: 10px;
    color: var(--primary);
    font-weight: 500;
}
ul.blog_top_cnt.d-flex.align-items-center i {
    margin-right: 10px;
}
ul.blog_top_cnt.d-flex.align-items-center {
    border-bottom: 1px solid #00000029;
    padding-bottom: 15px;
}
.blog-content h3 {
    margin: 12px 0 0;
}
/* LENDER DEFAULT SERVICES */
.lenderdefault{
	padding:60px 0;
}

/* PROPERTY OWNER WORKOUT GUIDE */
.property-owner {
    padding: 50px 0 60px;
    background: #f8f8f8;
}

/* INVESTOR AQUISITION */
.investoraquisition{
	padding:60px 0;
}

.lenderdefault figure, .property-owner figure, .investoraquisition figure{
    height: 100%;
}

.lenderdefault img, .property-owner img, .investoraquisition img{
    height: 100%;
	width:100%;
    object-fit: cover;
}
.lenderdefault-cnt, .propertyowner-cnt, .investoraquisition-cnt {
    padding: 20px;
    border: 1px solid #c3c3c359;
    box-shadow: 0px 3px 10px 0px #00000026;
    background: var(--white);
}
.lenderdefault-cnt li, .propertyowner-cnt li, .investoraquisition-cnt li {
    background: url(https://webzensys.com/work/officereo.com/wp-content/uploads/2024/01/right-arrow-1.png) no-repeat left top;
    padding-left: 15px;
    background-size: 10px;
    background-position-y: 7px;
    font-size: 16px;
    margin-bottom: 4px;
}
/* WHY CHOOSE US */
.whyus{
	padding:60px 0;
	background: #eeeeee3b;
}
.whyus .row{
	row-gap:25px;
}
.whyus-item {
    box-shadow: 0px 3px 10px 0px #00000026;
    border-radius: 5px;
    height: 100%;
	overflow:hidden;
    transition: 0.5s ease-in-out;
    border: 1px solid #f7c4595e;
    background: var(--white);
}
.whyus-item figure {
    position: relative;
    height: 260px;
    overflow: hidden;
}
.whyus-item img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
    filter: brightness(0.6);
    transition: 0.6s ease-in-out;
}
.whyus-item h3 {
    color: var(--white);
    position: absolute;
    width: fit-content;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    top: 0;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 8px;
	transition:0.6s ease-in-out;
}

.whyus-item p {
    padding: 22px 25px;
    text-align: center;
}
.whyus-item:hover{
	box-shadow:unset;
}
.whyus-item:hover img, .whyus-item:hover h3{
	 scale: 1.08;
}



/* FOOTER SECTION CSS */

footer {
    background: linear-gradient(90deg, #1c1a2fcf, #1c1a2fe0), url(https://algopagedev.com/work/ssinterior.net/wp-content/uploads/2025/05/footer.webp);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 60px;
	
	 position: relative;
    width: 100%;
    overflow: hidden;
}
/* .footer-sec{

    position: relative;
    width: 100%;
    overflow: hidden;

} */

footer::after {
    content: "";
    position: absolute;
    width: 869px;
    height: 752px;
    top: -428px;
    left: 50%;
    z-index: 1;
    background-color: var(--primary);
    border-radius: 50%;
    mix-blend-mode: overlay;
    animation: pulse 2.2s linear infinite alternate;
}

footer::before {
    content: "";
    position: absolute;
    width: 447px;
    height: 447px;
    top: 149px;
    left: 8px;
    z-index: 9;
    background-color: var(--primary);
    border-radius: 50%;
    mix-blend-mode: overlay;
    animation: pulse 3.2s linear infinite alternate;
}
/* footer::after {
    content: "";
    position: absolute;
    width: 800px;
    height: 852px;
    top: -453px;
    left: 50%;
    z-index: 1;
    background-color: rgb(249, 149, 69);
    border-radius: 50%;
    mix-blend-mode: overlay;
    animation: pulse 3.2s linear infinite alternate;
} */
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
footer img {
    width: 173px;
    height: 147px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    /* margin: 0; */
    /* padding: 10px; */
}
a.footer-logo{
	width:100%;
	background: var(--white);
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
footer a.footer-logo img {
    width: 200px;
    padding: 2px 19px;
    margin-bottom: 0px;
}
footer #menu-quick-links a, #menu-services li a {
    font-size: 15px;
    display: block;
    padding-bottom: 15px;
    font-weight: 400;
}
footer li:last-child a {
    border: none !important;
}
.ftrcontact li:last-child {
    border: none;
}
footer h3:before {
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, var(--primary), transparent);
    content: '';
    border-radius: 50px;
}
footer .contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important; 
}

footer h3 {
    color: var(--white);
    font-size: 22px;
    margin-bottom: 20px;
	position:relative;
}
footer a, footer ul li {
    color: #fff;
    transition: 0.5s ease-in-out;
    font-weight: 300;
}
footer a:hover {
    color: var(--secondary);
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefef;
    line-height: 23px;
}
footer .smoicons li a {
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 17px;
    transition: all ease-in-out .5s;
}

.ftricons {
    margin-top: 15px;
    column-gap: 5px;
}
.ftricons li i {
    color: #fff;
    font-size: 13px;
    background: #ff67021c;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.ftr-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 25px;
}
.footercontact li {
    line-height: 40px;
    margin-bottom: 18px;
    display: flex;
}
.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.ftr-contact li h4 {
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}
.ftrcontact li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 15px;
    padding: 17px 0;
    border-bottom: 1px solid #1c1c1c;
}
.footercontact li a {
    color: var(--white);
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.ftrcontact li a span {
    font-size: 15px;
}
.footercontact li i {
    height: 35px;
    width: 35px;
    background-color: var(--primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 13px;
}
.ftr-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}

.copyright {
    padding: 15px 0;
    margin-top: 40px;
    border-top: 1px solid #ffffff1c;
}
.copyright .row {
    align-items: center;
}
.copyright p, .copyright p a {
    margin: 0 !important;
    text-align: center;
}
.copyright p a {
    font-weight: 400;
}
.copyright ul {
    display: flex;
    column-gap: 30px;
    justify-content: flex-end;
}
.copyright li{
	position:relative;
}
.copyright li:before {
    position: absolute;
    top: 9px;
    left: -12px;
    background: var(--white);
    content: '';
    height: 6px;
    width: 6px;
    border-radius: 30px;
}
.smoicons li a {
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    font-size: 17px;
    transition: all ease-in-out .5s;
}
.smoicons li a i {
    margin: 0;
    font-size: 18px;
}

#GoToTop {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 25px;
    border-radius: 2px;
    z-index: 99999999;
    padding: 0;
    background: var(
    --primary);
    width: 65px;
    height: 65px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 15px;
    color: var(--white);
    border-radius: 50px;
    border: 2px solid var(--white);
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

.secondary-container {
	padding: 60px 0;
}

.breadcrumb {
    background: linear-gradient(45deg, #1d356a, transparent), url(../images/bredcrumbbg.jpg);
    padding: 200px 0 150px;
    text-align: center;
}
.breadcrumb p {
    margin: 0;
    color: var(--white);
}
.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}


/* Modal Multi Step Form */

.modalformbox {
    width: 60%;
    margin: 0 auto;
}
.modalformbox h3 {
    font-size: 28px;
    font-weight: 500;
}
.modalformbox .wpcf7-list-item {
    width: 100%;
    background: #e1e1e1 !important;
    border: solid 1px #333;
    border-radius: 6px;
    padding: 6px 15px;
    margin: 10px 0;
    position: relative;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 0;
    text-align: right;
    cursor: pointer;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 8px;
    text-align: right;
    cursor: pointer;
    height: 100%;
    top: -2px;
    width: 22px;
}
.modalformbox input[type="radio"]:checked {
    accent-color: #222;
}
.modalformbox .cf7mls-btns button {
    margin: 0 !important;
    border-radius: 6px;
    font-size: 16px;
    background: #111;
    letter-spacing: 1px;
}
.modalformbox p>label {
    font-size: 20px;
}
.modalformbox input[type="text"], .modalformbox input[type="email"], .modalformbox input[type="tel"] {
    border: none;
    border-bottom: solid 1px #777;
    border-radius: 0;
    font-size: 28px;
    font-weight: normal;
    padding: 15px 0;
    color: #777;
}
.modalformbox .cf7mls_back {
    background: #eee !important;
}
.modalformbox .offcanvas-header {
    justify-content: flex-end;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid::placeholder {
    color: red;
}

/* About us page  */

.about {
    padding: 60px 0;
}
.about img {
    width: 100%;
    height: auto;
    top: -30px;
    margin-top: -17px;
}
.row.list_desc {
    margin-top: 67px;
}
.interior-list {
  list-style: none;
  padding: 0;
}

.interior-list li {
    margin-bottom: 17px;
    font-size: 16px;
}
/* .about::before  {
    content: "";
    position: absolute;
    width: 800px;
    height: 852px;
    top: -453px;
    left: 50%;
    z-index: 1;
    background-color: rgb(249, 149, 69);
    border-radius: 50%;
    mix-blend-mode: overlay;
    animation: pulse 3.2s linear infinite alternate;
} */
/* {
    content: "";
    position: absolute;
    width: 64px;
    height: 98px;
    left: 15px;
    bottom: 10px;
    z-index: 1;
    background-image: url("https://algopagedev.com/work/ssinterior.net/wp-content/uploads/2025/05/about-shape2-2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    animation: aboutEffec2_Rotate 1.2s linear infinite alternate;
} */


.interior-list li i {
  margin-right: 8px;
  color: #000; /* You can change this to match your theme */
}

.about-content {
    padding-right: 50px;
}
.secondary-container.about-us .about-content {
    background: #f7f7f7;
    padding: 35px;
    border-radius: 2px;
}
.about-image img {
    border-radius: 2px;
    height: 355px;
    object-fit: cover;
}
.aboutfeature {
    background: #f7f7f7;
    padding: 35px 0;
}
.aboutfeature .row {
    background: var(--white);
    padding: 20px;
    border-radius: 3px;
    margin: 20px 0;
}
.aboutfeature .row:nth-child(even) {
    flex-direction: row-reverse;
}
.aboutfeature img {
    border-radius: 10px 100px 10px 10px;
    height: 300px;
    object-fit: cover;
}
.aboutfeature .row:nth-child(even) img {
    border-radius: 100px 10px 10px;
}
.aboutfeatures-content {
    padding: 0 10px;
}
.aboutfeatures-content h3 {
    font-weight: 600;
    color: var(--black);
    font-size: 24px;
}
.aboutfeatures-content p {
    margin: 0;
}


/* price page css  */

.aboutprices {
    background: #f47b200d;
    padding: 18px;
    border-radius: 8px;
    border: 1px solid #f47b202b;
}
.aboutprices table {
    width: 100%;
    border: 1px solid #f47b2042;
}
.aboutprices table td {
    border-right: 1px solid #f47b2042;
    width: 50%;
    padding: 10px;
    border-bottom: 1px solid #f47b2042;
}
.aboutprices table th{
    padding: 10px;
    border-bottom: 1px solid #f47b2042;
    border-right: 1px solid #f47b2042;
}


/* PRICING SECTION CSS  */

.pricing {
    background: url(../images/pricingbg.jpg);
    background-size: cover;
    padding: 50px 0 60px;
}
.pricing .pricing-item {
    flex-wrap: wrap;
    column-gap: 45px;
}
.pricing-list {
    justify-content: space-between;
    border-bottom: 1px dashed #7a7a7a;
    padding: 10px 0;
    width: 48%;
    margin: 10px 0;
}
.pricing-list p {
    color: var(--primary);
    margin: 0;
    font-family: "Marcellus", serif;
    font-size: 20px;
}
.pricing-list p span {
    padding-right: 20px;
    font-family: "Poppins", serif;
    font-size: 15px;
}
.pricing-list h3 {
    color: var(--white);
    margin: 0;
    font-size: 20px;
}
.time-duration {
    justify-content: space-between;
    background: #0000008a;
    padding: 15px;
    margin-top: 30px;
    border-radius: 6px;
}
.time-duration h3 {
    font-size: 20px;
    column-gap: 10px;
}


/* OWNER SECTION CSS */

.owner {
    padding: 60px 0;
}
.owner-content .leftheading {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.owner-content p {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 18px;
    margin-bottom: 18px;
}



/* GALLERY SECTION CSS  */

.ourgallery {
    background: url(../images/gallerybg.jpg);
    padding: 50px 0 60px;
    background-size: cover;
    background-position: center;
}
.ourgallery .row {
    row-gap: 15px;
}
.ourgallery .btn {
    display: block;
    width: fit-content;
    margin: 35px auto 0;
    letter-spacing: 1px;
}
.ourgallery .gallerylightboxlist {
    height: 250px !important;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}
.ourgallery .gallery-item {
    position: relative;
	overflow:hidden;
}
.ourgallery .gallery-item::before{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.ourgallery .gallery-item:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .60s;
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 130%;
		height: 130%;
		opacity: 0;
	}
}


/* MORE INFORMATION CSS */

.moreinfo {
    padding: 60px 0;
}
.moreinfo img {
    height: 425px;
    object-fit: cover;
    border-radius: 10px;
}


/* contact us page  */


.contact-us {
     padding: 60px 0;
  background-image: url("https://homedecoora.in/wp-content/uploads/2025/09/Klsb1x.jpg");
  background-repeat: no-repeat;
  background-size: cover;      // fills entire section
  background-position: center; // centers image
  overflow: hidden;            // no overflow issues
  position: relative;          // needed for overlay
  z-index: 1;
}
.contact-us .contact-cnt {
    border-bottom: 1px solid #00276847;
}
.contact-us .cnt-text{
    width: 85%;
    border-radius: 8px;
    margin: 20px auto;
}
.contact-us  h2{
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.cntaddrbox {
    background: #f47b200d;
    text-align: center;
    padding: 30px 10px 15px;
    box-shadow: 0 2px 7px 2px rgb(0 0 0 / 4%);
    border-radius: 8px;
    cursor: pointer;
    height: 100%;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
}
.cntaddrbox i {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 0px 8px 1px #ff670269;
    margin: 0 auto;
    font-size: 23px;
    outline-offset: 15px;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    background: linear-gradient(90deg, #193775, #f39c12);
}

.contact-us h4 {
    margin: 15px 0px 5px;
    font-weight: 600;
    font-size: 19px;
}
.googlemap iframe {
    width: 100%;
    height: 425px;
    border-radius: 8px;
}
.contact-us .contact-details{
    margin-top: 30px;
}
.about-cnt li a{
    font-size: 14.8px;;
    font-weight: 500;
}
.googlemap iframe{
	width:100%;
}


@media (max-width:1199px){
.topbar .col-lg-8 {
    width: 80%;
}
.topbar .col-lg-4 {
    width: 20%;
}
.about img {
    height: auto;
}
.about-content {
    padding: 25px;
}
.about-content .leftheading {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
}
.pricing-list {
    width: 100%;
}
form.wpcf7-form.init {
    padding: 0 !important;
}
}

@media (max-width:991px){
.topbar p:first-child {
    display: none;
}
.menutop {
    display: none;
}
	.mainmenu .btn-primary {
    display: none !important;
}
	.mainmenu {
    height: 80px;
}
	header img {
    width: 116px !important;
    margin-left: 12px !important;
   
}
	.reviewsldr-item p {
    margin: 10px 0;
    font-size: 15px;
}
	.col-sm-8.menu_sec {
    display: flex;
    justify-content: end;
    padding: 0px 18px;
}
	.col-sm-2.logo_sec {
    position: relative;
    min-height: 99px;
    top: 8px;
    width: 202px;
    background: #fff;
    clip-path: polygon(-1% 0, 100% 0%, 77% 100%, -89% 100%);
    box-shadow: inset 0px -1px orange;
}
	#rmp_menu_trigger-573 {
    top: -9px !important;
    right: -75% !important;
    background: var(--primary) !important;
   
}
	.slick-dots {
    text-align: center !important;
 
}
	.featuresldr li {
    border-right: 1px solid #e5e5e5 !important;
    padding: 21px 20px 20px !important;
    height: auto !important;
}
	.row.list_desc {
    margin-top: 38px;
}
	footer p {
    margin-bottom: 0;
    color: #efefef;
    line-height: 23px;
    width: 55%;
}
	footer::before {
    top: 40%;
}
	.footer-sec .col-lg-4.ps-5 {
    margin-left: -3% !important;
}
	.services {
    padding: 44px 0 38px;
}
	.heading, .leftheading {
    font-size: 36px;
}
	footer img {
    width: 161px;
    height: 127px;
}
	.products {
    padding: 44px 0 46px;
}
	.review {
    padding: 18px 0;
}
	img.w-80.review_image {
    width: 100% !important;
}
	.heading, .leftheading {
    font-size: 32px;
    line-height: 40px;
}
.logo a {
    font-size: 24px;
}
.logo {
    padding: 15px 0;
}
.mainslider .carousel-caption h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 20px 0 10px;
}
.mainslider .carousel-caption p {
    font-size: 16px;
}
.carousel-item img {
    height: 600px;
}
.about {
    padding: 50px 0;
}
.about .row {
    row-gap: 22px;
}
.pricing {
    padding: 40px 0 50px;
}
.time-duration {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
}
.owner {
    padding: 50px 0;
}
.owner .row {
    row-gap: 22px;
}
.ourgallery {
    padding: 40px 0 50px;
}
.moreinfo {
    padding: 40px 0 60px;
}
.moreinfo .row {
    row-gap: 22px;
}
footer {
    padding-top: 40px;
}
.newsletter {
    width: 100%;
}
.newsletter h4 {
    font-size: 22px;
    margin: 0 0 20px;
}
footer .row {
    border-top: none;
    padding-top: 0;
    margin-top: 15px;
	row-gap: 20px;
}
footer h3 {
    color: var(--white);
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}
.ftr-link {
    border-left: none;
    padding-left: 0;
}
.ftrcontact li {
    padding: 15px 0;
}
.copyright {
    padding: 10px 0;
    margin-top: 30px;
}
}

@media (max-width:767px){
header {
    position: inherit;
    background: var(--black);
}
	.topbar {
    display: none;
}
	
.smoicons li a {
    width: 33px;
    height: 33px;
    font-size: 13px;
}
.top-contact p a {
    font-size: 14px;
}
.mainmenu .col-sm-3, .mainmenu .col-sm-9 {
    width: 50%;
}
.logo a {
    font-size: 25px;
}
.mainslider .carousel-caption h2 {
    font-size: 27px;
    line-height: 40px;
    margin: 20px 0 10px;
}
.carousel-item img {
    height: 450px;
}
.about-content {
    padding: 20px;
}
	.about {
    padding: 30px 0;
}
.about-content .leftheading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
}
.heading, .leftheading {
    font-size: 35px;
    margin-bottom: 23px;
}
	.carousel-inner::before {
    width: 434px;
    height: 434px;
    top: 51%;
}
	
	.carousel-inner::after {

    width: 785px;
    height: 743px;
    top: -439px;
    left: 45%;
}
	
.leftheading {
    font-size: 30px;
    line-height: 41px;
}
	.about .container, .container-sm {
    max-width: 857px;
}
/* 	.aboutservices img {
    height: 372px;
} */
	.row.list_desc {
    margin-top: 46px;
    columns: 2;
    display: block;
}
	.footer-sec .col-lg-4.ps-5 {
    margin-left: -5% !important;
}
	.copyright p, .copyright p a {
    text-align: end;
}
}

@media (max-width:676px){
	#rmp_menu_trigger-573 {
    top: -9px !important;
    right: 0% !important;
    background: var(--primary) !important;
}
	
	
}

@media (max-width:568px){
.carousel-item img {
    height: 400px;
}
.carousel-content small {
    display: none;
}
.carousel-control-next, .carousel-control-prev {
    width: 45px;
    height: 45px;
}
.carousel-control-prev {
    left: 15px;
}
.carousel-control-next {
    right: 15px;
}
.mainslider .carousel-caption h2 {
    margin: 0 0 10px;
}
.carousel-item img {
    height: 350px;
}
.about {
    padding: 40px 0;
}
.heading, .leftheading {
    margin-bottom: 10px;
    font-size: 30px;
}
.heading {
    margin: 0 auto 20px;
}
.nav {
    margin-bottom: 15px;
}
.nav-link {
    padding: 10px 15px;
    font-size: 15px;
	}
.moreinfo {
    padding: 25px 0 40px;
}
.leftheading {
    font-size: 25px;
    line-height: 35px;
}
	#rmp_menu_trigger-573 {
    top: -80px !important;
    right: 0% !important;
    background: var(--primary) !important;
}
	.carousel-inner::before {
    width: 355px;
    height: 356px;
    top: 51%;
}
	.carousel-inner::after {
    width: 676px;
    height: 691px;
    top: -418px;
    left: 41%;
}
	.mainslider .carousel-caption p {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 20px;
}
	.about-content .leftheading {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 12px;
}
	.review-content {
    padding: 31px 20px;
    /* padding-left: 20px; */
}
	.aboutservices img {
    width: 100%;
    height: 352px;
    object-fit: cover;
    filter: brightness(0.8);
}
	.servicesinfo  img {
		height: auto;
	}
footer p {
    width: 70%;
}
	#whatsappbtn {
    bottom: 8%;
}
}

@media (max-width:414px){
.carousel-caption {
    width: 100%;
}
	header img {
    width: 105px !important;
    margin-left: 13px !important;
}
	.col-sm-2.logo_sec {
    min-height: 82px;
    top: 8px;
    width: 188px;
}
	.carousel-inner::after {
    width: 611px !important;
    height: 600px !important;
    top: -418px !important;
    left: 41%;
}
.mainslider .carousel-caption h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 5px;
}
.mainslider .carousel-caption p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 22px;
}
	.mainslider .carousel-content .btn-primary {
    padding: 10px 20px;
    font-size: 13px;
}
.logo a {
    font-size: 22px;
}
.carousel-item img {
    height: 280px;
}
.subheading {
    font-size: 13px;
}
	.leftheading {
    font-size: 18px;
    line-height: 28px;
}
.about-content .leftheading {
    font-size: 25px;
    line-height: 35px;
}
	.interior-list li {
    margin-bottom: 5px;
    font-size: 14px;
}
	footer p {
    width: 100%;
}
	.footer-sec .col-lg-4.ps-5 {
    margin-left: -8% !important;
}
}

@media (max-width:375px){
.top-contact i {
    padding-right: 5px;
}
.top-contact p a {
    font-size: 13px;
}
	header img {
    width: 94px !important;
    margin-left: 9px !important;
}
	.col-sm-2.logo_sec {
    width: 170px;
}
	.mainslider .carousel-caption p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 17px;
}
	#rmp_menu_trigger-573 {
    top: -68px !important;
    right: 0% !important;
    background: var(--primary) !important;
}
	.about-content .leftheading {
    font-size: 16px;
    line-height: 26px;
}
	.reviewsldr-item p {
    margin: 10px 0;
    font-size: 13px;
    line-height: 23px;
}
	.footer-sec .col-lg-4.ps-5 {
    margin-left: -11% !important;
}
	.copyright p, .copyright p a {
    text-align: end;
    font-size: 14px;
}
	footer::before {
    width: 324px;
    height: 331px;
    top: 63% !important;
    left: 8px;
   
}
	.featuresldr.row.slick-initialized.slick-slider {
    width: 370px !important;
}
	.interior-list li {
    margin-bottom: 0px;
    font-size: 13px;
}
.smoicons {
    column-gap: 2px;
}
.smoicons li a {
    width: 28px;
    height: 28px;
    font-size: 12px;
}
.smoicons img {
    width: 14px;
}
.time-duration h3 img {
    display: none;
}
.time-duration {
    row-gap: 5px;
}
.time-duration h3 {
    font-size: 17px;
    line-height: 27px;
    text-align: center;
}
.nav {
    column-gap: 8px;
    row-gap: 8px;
}
.carousel-control-prev {
    left: 10px;
}
.carousel-control-next {
    right: 10px;
}
.carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
    border: 1px solid var(--white);
}
}

/* FEATURES DETAILS CSS */

.features-sidebar {
    position: sticky;
    top: 0;
}
.features-content img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 3px;
}
.features-info {
    background: #f5f9fd;
    padding: 25px;
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid #ededed;
}
.features-info h3 {
    font-weight: 700;
    font-size: 25px;
    color: var(--black);
}
.features-info h4 {
    color: var(--black);
    font-weight: 700;
    padding-left: 20px;
    position: relative;
}
.features-info h4:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    background: var(--primary);
    height: 10px;
    width: 10px;
    border-radius: 30px;
    outline: 3px solid #f47b2047;
}
.features-sidebar li a {
    padding: 15px 15px 15px 40px;
    display: block;
    background: linear-gradient(90deg, #193775, #f39c12);
    color: var(--white);
    border-bottom: 1px solid #ffffff21;
    position: relative;
    margin-bottom: 3px;
    border-radius: 3px;
}
.features-sidebar li a:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    background: #ffffff26;
    content: '';
    border-radius: 0 50px 50px 0;
}
.sidebar-content {
    background: #f5f9fd;
    padding: 25px;
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid #ededed;
}
.sidebar-content h3 {
    font-weight: 700;
    color: var(--black);
}
.question {
    padding-top: 30px;
}
.facts-item li {
    line-height: 35px;
    padding-left: 30px;
    position: relative;
    color: #454a50;
    font-size: 15.5px;
}
.facts-item li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\f0a9';
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
    font-weight: 700;
}


/* HOW IT WORKS */

.worksthumb img {
    width: 100%;
    height: auto;
}
.workscontent .leftheading {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 10px;
}
.workscontent h3 {
    font-weight: 600;
    background: -webkit-linear-gradient(90deg, #193775, #193775, #f39c12, #f39c12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* SERVICES DETAILS CSS */

.servicedtl-content img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 3px;
}
.servicedtl-sidebar {
    position: sticky;
    top: 0;
}
.servicedtl-info {
    background: #f5f9fd;
    padding: 25px;
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid #ededed;
}
.servicedtl-info h3 {
    font-weight: 700;
    font-size: 25px;
    color: var(--black);
}
.servicedtl-sidebar li a {
    padding: 15px 15px 15px 40px;
    display: block;
    background: linear-gradient(90deg, #193775, #f39c12);
    color: var(--white);
    border-bottom: 1px solid #ffffff21;
    position: relative;
    margin-bottom: 3px;
    border-radius: 3px;
}
.servicedtl-sidebar li a:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    background: #ffffff26;
    content: '';
    border-radius: 0 50px 50px 0;
}
.sidebar-contact {
    background: #f5f9fd;
    padding: 25px;
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid #ededed;
}
.sidebar-contact h3 {
    font-weight: 600;
    background: -webkit-linear-gradient(90deg, #193775, #193775, #f39c12, #f39c12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* NEWS SECTION CSS */

.news .row {
    row-gap: 22px;
}
.news-item {
    box-shadow: inset 0 0 30px #1c39742b;
    border-radius: 3px;
    overflow: hidden;
    height: 100%;
}
.news-info {
    padding: 20px;
}
.news-info h3 {
    color: var(--black);
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
.news-item span {
    top: 10px;
    left: 10px;
    background: linear-gradient(90deg, #193775, #f39c12);
    color: var(--white);
    padding: 5px 15px 4px;
    font-size: 15px;
    border-radius: 3px;
}



/* CONTACT US PAGE */

.contact-list {
    background: linear-gradient(90deg, #193775, #f39c12);
    padding: 28px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}
.contact-list:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: url(../images/map.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
	z-index: -1;
}
.contact-info span, .contact-info a {
    color: var(--white);
}
.contact-list .contact-item:last-child {
    margin: 0;
}
/* .contact-item {
    background: #ffffff1c;
    padding: 24px;
    border: 1px solid #ffffff33;
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
    transition: .5s;
} */
/* .contact-item:hover {
    background: var(--white);
} */
.contact-item:hover .contact-info span, .contact-item:hover .contact-info a {
    color: #000;
}
.contact-item i {
    background: var(--primary);
    height: 60px;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: 20px;
	position:inherit !important;
}
.contact-info span {
    display: block;
    font-weight: 500;
    font-size: 22px;
}
.contact-form {
    padding: 25px 25px 22px;
    border: 1px solid #0066b01c;
    border-radius: 3px;
    box-shadow: 0 0 14px #edededf5;
    background: #0066b00a;
}
.contact-form h3 {
    font-weight: 600;
    background: -webkit-linear-gradient(90deg, #193775, #193775, #f39c12, #f39c12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-form input, .contact-form textarea {
    border: solid 1px #0066b030;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
}
.contactus h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
.contact-form input[type="submit"] {
    margin: 0;
    padding: 10px 35px;
    border: none;
    letter-spacing: 1px;
}
.contact-form textarea {
    height: 105px;
	margin:0;
}
.googlemap {
    padding-top: 30px;
}
.contactaddr {
    margin-top: 60px;
}
.contactaddr-item {
    border: solid 1px #ddd;
    padding: 25px;
    border-radius: 6px;
	display: flex;
    align-items: center;
    column-gap: 20px;
}
.contactaddr-item i {
    font-size: 25px;
    border: solid 2px var(--primary);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--primary);
}
.contactaddr-item p {
    width: 100%;
    margin: 0 auto;
}
.contactaddr-item h4 {
    margin: 0 0 6px;
}


.signup {
    background: #f7f7f7;
    padding: 45px 0;
}
.signup .row {
    background: var(--white);
    padding: 15px;
    border-radius: 3px;
    margin: 20px 0;
}
.signup .row:nth-child(even) {
    flex-direction: row-reverse;
}
.signup .row:nth-child(even) .signup-content{
	padding-left:0;
}
.signup img {
    border-radius: 10px 100px 10px 10px;
    height: 300px;
    object-fit: cover;
}
.signup-content {
    padding-left: 20px;
}
.signup-content h3 {
    font-weight: 700;
}
.signup-content ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 15px;
}
.signup-content li {
    background: #2f416c12;
    padding: 3px 20px;
    border-radius: 2px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
}
.note-content {
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #f47b2033;
}
.note-content h3 {
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.note-content li {
    color: #454a50;
    font-size: 16px;
    line-height: 32px;
	position:relative;
	padding-left:20px;
}
.note-content li:before {
    position: absolute;
    top: 11px;
    left: 0;
    content: '';
    background: linear-gradient(90deg, #193775, #f39c12);
    height: 9px;
    width: 9px;
    border-radius: 30px;
    outline: 3px solid #87878745;
}
.signin-item {
    box-shadow: inset 0 0 30px #253c7029;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
}
.signin-item img {
    width: 90px;
}
.signin-item h3 {
    font-weight: 600;
    color: #000;
    margin: 10px 0;
}
.signin-item ul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 15px;
}
.signin-item li {
    border: 1px solid #de921b47;
    padding: 2px 20px;
    border-radius: 6px;
    font-weight: 500;
}

/* LIVE DEMO CSS */

.meating .row {
    row-gap: 22px;
}
.meating-item {
    background: #f7f7f7;
    padding: 25px;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 15px;
}
.meating-item img {
    width: 75px;
}
.meating-item h3 {
    color: var(--black);
    font-weight: 600;
    margin: 15px 0 10px;
}
.meetingdtl iframe {
    border-radius: 20px;
}
.meetingdtl ul {
    column-gap: 10px;
    margin-top: 20px;
}

.announcement {
    box-shadow: inset 0 0 30px #253c7014;
    padding: 30px;
    border-radius: 6px;
    background: #f9f9f9;
}
.announcement h3 {
    font-weight: 700;
    color: var(--black);
}
.announcement li {
    position: relative;
    color: #454a50;
    line-height: 35px;
    padding-left: 20px;
}
.announcement li:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    background: linear-gradient(90deg, #193775, #f39c12);
    height: 9px;
    width: 9px;
    border-radius: 30px;
    outline: 3px solid #87878745;
}

