@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
  --primary:#9f4d28;
  --secondary:#383836;
  --white:#fff;
  --black:#000;
  --gradient: linear-gradient(90deg, var(--primary)12%, var(--secondary) 100%);
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:#c1c1c1; 
  border-radius: 10px;
}

body {
    margin: 0;
    padding: 0 !important;
	font-family: "Montserrat", system-ui;
    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 #ddd;
    color: #333;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 10px;
    padding: 13px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: "Montserrat", system-ui;
    background: var(--white);
}
input[type="submit"] {
    background: var(--primary);
    text-transform: capitalize;
    border: none;
    padding: 13px 25px;
    font-size: 15px;
    border: 0;
    letter-spacing: 0.5px;
    cursor: pointer;
    outline: none;
    font-weight: 400;
    border-radius: 4px;
    font-family: "Montserrat", system-ui;
    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 11px 0;
    color: var(--black);
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
	font-family: "Montserrat", system-ui;
}
h1 {
  font-size:32px
}
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: "Montserrat", system-ui;
    color: #484a50;
    font-size: 15.5px;
    line-height: 30px;
    font-weight: 500;
}
ul, li, a{
  list-style-type: none;
font-family: "Montserrat", system-ui;
  color: #444;
  line-height: 25px;
  font-size: 15px;
font-weight: 400;	
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.leftheading {
    display: block;
    margin: auto;
    color: var(--primary);
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
h2.leftheading span {
    display: block;
}
.subheading {
    margin: 0 auto 8px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--primary);
    font-size: 17px;
    letter-spacing: 1px;
    font-family: "Montserrat", system-ui;
}
.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: 3px 0;
    background: var(--secondary);
}
.top-contact li, .top-contact li a {
    color: var(--white);
    font-weight: 300;
    letter-spacing: .5px;
    font-size: 15px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.top-contact {
    column-gap: 20px;
}
.top-contact i {
    color: var(--white);
    font-size: 13px;
    background: #ffffff1a;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.topbar-rgt a.topphn {
    background: var(--primary);
    color: var(
    --white);
    padding: 5px 15px 8px;
    border-bottom: solid 2px var(--white);
    border-radius: 0 0 30px;
}
.topbar-rgt a.topphn i {
    border: solid 1px #ddd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-right: 6px;
}
.smoicons{
	column-gap:5px;
}
.smoicons li a {
    color: var(--white);
    font-size: 13px;
    background: #ffffff1a;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.top-contact p {
    padding: 0 15px;
}
.top-contact p:first-child {
    padding-left: 0;
    border-right: 1px solid #ffffff26;
}
.top-contact p a, .top-contact p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.topbar-rgt {
    column-gap: 45px;
}
.topbar a.arrow-btn {
    display: inline-block;
    color: var(--white);
    transition-delay: 0.1s;
}
.topbar a.arrow-btn i {
    padding-left: 5px;
}

/* Header */

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: linear-gradient(135deg,rgb(22,6,1) 0%,rgb(56,22,12) 100%);
}

header .row {align-items: center;}
header img {
    width: 200px;
    /* height: 109px; */
    padding: 12px 0px;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menubar {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 50px;
}
.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 */

.mainmenu .btn-primary {margin-left: 10px;}
.menubar p{
	margin:0;
}
.menubar form .wpcf7-form-control{
	border:unset;
	padding:0;
}    
/*
.header-search a {
    padding-right: 18px;
    margin-right: 18px;
    border-right: 2px solid #edeef0;
}
a.search i {
    font-size: 20px;
    color: #00000057;
}
.header-search a img{
	width:19px;
	padding:7px 0;
}
*/

.hdrcnt a {
    font-weight: 300;
    font-size: 15px;
    display: flex;
    align-items: center;
    background: var(--primary);
    padding: 7px 20px;
    color: var(
    --white);
    border-radius: 3px;
    letter-spacing: .4px;
}
.hdrcnt i {
padding-left:8px;
}
.hdrcnt {
    column-gap: 13px;
}




/* Main Slider */

.mainslider video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.8);
}

.mainslider .carousel-item {
	position:relative;
	z-index:0;
	overflow:hidden;
}
.mainslider figure{
	margin:0;
	position: relative;
}
.carousel-item figure:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, #361605f2, #36160594, #0000002b);
}
.mainslider figure img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}
.mainslider .carousel-caption {
    top: 50%;
	width:100%;
    left: 70px;
    transform: translateY(-50%);
    text-align: left;
    position: absolute;
    bottom: inherit;
    z-index: 2;
}
.mainslider .carousel-content {
    width: 60%;
}
.mainslider .subheading {
    color: var(--white);
    font-size: 22px;
    text-transform: capitalize;
    background: #9f4d288f;
    display: inline-block;
    padding: 7px 15px;
    font-style: italic;
    font-weight: 500;
    margin-top: 10px;
    font-family: "Lato";
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 55px;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    text-transform: capitalize;
    margin-bottom: 0;
}
.mainslider .carousel-caption h2 span{
    display: block;
    -webkit-text-stroke: 2px var(--primary);
    color: transparent;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    margin: 10px 0;
    line-height: 28px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    color: #fff;
    font-size: 15px;
    letter-spacing: .5px;
}
.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;
}
.carousel-content ul {
    column-gap: 15px;
}


/* READ MORE SECTION CSS  */

section.redmore {
    padding: 35px 0;
    text-align: center;
    transform: translateY(-7px);
}
section.redmore a {
    color: var(--primary);
}
section.redmore svg {
    stroke: var(--primary);
    width: 25px;
}
/* experts section  */

.experts {
    padding-top: 50px;
}
.experts figure img {
    height: auto;
    object-fit: cover;
    object-position: top;
}
.about-experts {
    position: relative;
}
.about-experts:before {
    content: '';
    height: 100%;
    width: 50%;
    background: linear-gradient(90deg, #070700d9 30%, #07070000 80%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.experts-info {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 9;
}
.experts-info h3 {
    color: var(--white);
    margin-bottom: 10px;
    font-size: 22px;
}
.experts-info p {
    color: var(--white);
    font-weight: 400;
}
.button {
    color: var(--white);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    column-gap: 5px;
    margin-top: 10px;
    font-weight: 400;
}

.button img {
    width: 22px;
    transition: 1s;
}

/* Business Section  */

.business .button {
    color: var(--primary);
    font-weight: 400;
}
.business .col-sm-4{
	padding:0;
}
.about-business.position-relative:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #000000, #0000002e, #00000000);
    z-index: 1;
}
.business figure img {
    height: 380px;
    object-fit: cover;
	transition: 3s;
}
.about-business:hover img {
    transform: scale(1.1);
}
.business-info {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.business span {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--primary);
    color: var(--white);
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 3px;
}
.business-info h3 {
    color: var(--white);
    margin-bottom: 0;
    font-weight: 500;
}
.business-info .button {
    color: var(--primary);
}
.about-business p {
    overflow: hidden;
    transition: .5s;
    height: 0px;
    color: var(--white);
    font-weight: 400;
}
.about-business:hover p {
    height: 80px;
    transition: .5s;
}
.about-business{
	overflow:hidden;
}

/* media section  */
.media{
	padding:60px 0;
}

/* zerotohero section  */
.zerotohero{
	margin-bottom:60px;
}
.zerotohero {
    background: url(https://algopagedev.com/work/bakliwalgroup.com/wp-content/uploads/2024/09/Humne_Zero_Score_Kiya_girl_9d174add58.webp);
    padding: 90px 0;
    background-size: cover;
	position:relative;
}
.zerotohero:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #000000bd, transparent);
}
.description {
    width: 35%;
    position: relative;
    z-index: 1;
}
.description h3 {
    color: var(--white);
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}
.description p {
    color: var(--white);
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}











/* WHY US SECTION CSS */

.whyus {
    padding: 60px 0;
}
.whyus video {
    height: 350px;
    object-fit: cover;
    border: 3px solid #9f4d2833;
    border-radius: 0;
}
.whyus-content .leftheading {
    font-size: 35px;
    margin-bottom: 15px !important;
}


/* TIMELINE SECTION CSS */

.timeline {
    background: linear-gradient(90deg, #000000c7, #000000c7), url(https://www.bakliwalgroup.com/wp-content/uploads/2024/11/timeline_bg.jpg);
    background-size: cover;
    padding: 50px 0 60px;
}
.timeline .heading {
    margin: 0 auto 0 !important;
}
.ctl-description strong {
    font-weight: 600;
    font-size: 17px;
    color: var(--primary);
}


/* COUNTER SECTION CSS */

.counter {
    padding: 60px 0 70px;
    text-align: center;
    background: #f3f3f3;
}
.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; */
    border-radius: 100px;
}
@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: 5px;
    color: var(--primary);
}
.counterlist strong {
    font-size: 33px;
    color: var(--primary);
    font-weight: 600;
}
.counterlist h4 {
    margin: 8px 0 5px;
    color: var(--primary);
    font-size: 33px;
    font-weight: 600;
}

/* education counter section  */
.educationcounter {
    padding: 60px 0 0;
}
.educationcounterlist.text-center {
    margin-top: 12px;
}
.educationcounterlist img {
    width: 74px;
}
.educationleaders b {
    display: block !important;
    margin: 0 !important;
}
.educationcounterlist figure {
    height: 100px;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    border-radius: 50%;
    border: 1px dashed #9f4d2f45;
    margin-bottom: 12px;
}
.educationcounterlist.text-center h3 span {
    display: block;
    color: var(--primary);
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 6px;
}
.educationcounterlist h3 {
    font-size: 20px;
}
/* courses section  */
.courses{
	padding:50px 0;
	background:#f5f5f5;
margin-top:50px;
}

.courses figure img{
	width:30px !important;
}
.courses figure {
    height: 45px;
    width: 45px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.courses ul {
    margin-top: 18px;
}
.courses ul li {
    display: flex;
    align-items: center;
	justify-content:center;
    background: #9f4d2f29;
    width: 20%;
    margin-right: 5px;
    border-radius: 6px;
    padding: 10px;
    column-gap: 10px;
}
.courses h4 {
    font-size: 18px;
}
/* ourfuture section  */
.ourfuture {
    padding: 50px 0 0;
}
.aboutfuture {
    background: #f9f9f9;
    text-align: center;
    padding: 18px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    border: 1px dashed #9f4d283d;
	margin-top:10px;
}
.aboutfuture figure {
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
}
.aboutfuture figure img {
    width: 55px !important;
}



/* future plan section  */
.futureplans.text-center {
    padding-top: 50px;
}
.futureplans p{
	width:80%;
    margin:0 auto;
}
.futureplans figure{
	overflow:hidden;
    border-radius:6px;
margin-top:30px;
}
.futureplans img {
    height: 400px;
}
/* FAMILY SECTION CSS */

.family {
    padding: 45px 0 50px;
}

/* Scrolling Promotions */

.crollbar {
    padding-top: 60px;
}
.crollbar h2 {
    font-family: "Lato";
    font-weight: 700;
    font-style: italic;
    background: #F1E9E5;
    padding: 3px 7px 5px;
    display: inline-block;
    font-size: 27px;
    color: var(--primary);
}
.enable-animation {
    padding: 150px 0;
    position: relative;
}
.enable-animation:before, .enable-animation:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    width: 330px;
    height: 387px;
    background: url(https://www.thenudge.org/wp-content/uploads/2024/04/Government-Default-2.png);
    z-index: 999;
    background-repeat: no-repeat;
    transform: translate(-50%);
}
.enable-animation:before, .enable-animation:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    width: 330px;
    height: 390px;
    background: url(https://www.thenudge.org/wp-content/uploads/2024/04/Government-Default-2.png);
    z-index: 1;
    background-repeat: no-repeat;
    transform: translate(-50%);
}
.enable-animation:after {
    background: url(https://www.thenudge.org/wp-content/uploads/2024/04/Govt-hover-1.png);
	transition:.5s;
	opacity:0;
}
.enable-animation:hover:after{
	display:block;
	opacity:1;
}

.enable-animation ul li {
    display: inline-flex;
    font-weight: 500;
    letter-spacing: .3px;
    align-items: center;
    margin: 0 15px;
    font-size: 17px;
    text-transform: uppercase;
}
.enable-animation ul li img {
    width: 150px;
    height: 100px;
    object-fit: contain;
}
.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
  }
}
.enable-animation .marquee__content {
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
}
.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}
.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  -webkit-animation-name: scroll-abs;
  animation-name: scroll-abs;
}
@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }

  to {
    transform: translateX(0);
  }
}
.crollbar .enable-animation:nth-child(2):before {
   background: url(https://www.thenudge.org/wp-content/uploads/2023/12/Markets-Default-min.png);
	height:392px;
}
.crollbar .enable-animation:nth-child(2):after {
   background: url(https://www.thenudge.org/wp-content/uploads/2023/12/Markets-Hover-min.png);
}
.crollbar .enable-animation:nth-child(3):before {
    background: url(https://www.thenudge.org/wp-content/uploads/2024/04/Civil-Society-Default-3.png);
    height: 393px;
}
.crollbar .enable-animation:nth-child(3):after {
   background: url(https://www.thenudge.org/wp-content/uploads/2024/04/Civil-Society-Hover-1.png);
}
@keyframes scrolll {
  from {
	  transform: translateX(calc(-100% - var(--gap)));
  }

  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .crollbar .enable-animation:nth-child(2) .marquee__content {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
  }
}
.crollbar .enable-animation:nth-child(2) .marquee__content {
  -webkit-animation: scrolll 20s linear infinite;
  animation: scrolll 20s linear infinite;
}
.crollbar .enable-animation:nth-child(2) .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}
.crollbar .enable-animation:nth-child(2) .marquee__content:last-child {
  -webkit-animation-name: scrolll-abs;
  animation-name: scrolll-abs;
}
@keyframes scrolll-abs {
  from {
     transform: translateX(0);
  }

  to {
	  transform: translateX(calc(100% + var(--gap)));
   
  }
}



/* LIVELIHOOD SECTION CSS */

.livelihoods {
    background: #f3f3f3;
    padding: 60px 0;
    margin-top: 60px;
}
.livelihoods h2 {
    font-family: "Lato";
    font-weight: 600;
    font-style: italic;
    background: #F1E9E5;
    padding: 3px 7px 5px;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 27px;
    color: var(--primary);
}
.livelihoods-item {
    box-shadow: 0 0 15px #e7e7e7;
	background:var(--white);
}
.livelihoods-item img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.livelihoods-info {
    padding: 23px;
}
.livelihoods-info h3 {
    font-weight: 600;
    border-left: 2px solid var(--primary);
    padding-left: 10px;
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-size: 23px;
    color: var(--primary);
}
.livelihoods-info h3 span {
    display: block;
    font-size: 16px;
    font-style: italic;
    color: var(--primary);
    margin-top: 12px;
}


.teamsldr-item {
    box-shadow: 0 0 15px #e7e7e7;
    background: var(--white);
    column-gap: 20px;
    margin-bottom: 15px !important;
}
.teamsldr-item img {
    width: 270px !important;
}
.teamsldr-info h3 span {
    display: block;
    font-size: 16px;
    font-style: italic;
    color: var(--primary);
    margin-top: 12px;
}
.teamsldr-info h3 {
    font-weight: 600;
    border-left: 2px solid var(--primary);
    padding-left: 10px;
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-size: 23px;
    color: var(--primary);
}
.teamsldrsection .teamsldr:last-child .teamsldr-item {
    flex-direction: row-reverse;
}




/* About Us */
/* .headlines {
    padding: 60px  0px 0px;
}
.headlines p {
    border: 1px solid var(--primary);
    padding: 20px;
    border-radius: 15px;
} */
/* .headlines {
  position: relative;
  padding: 40px;
  margin: 40px auto;
  background: #fff;
}

.headlines::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid #8b3e2f; 
  pointer-events: none;
}
.headlines h2 {
  font-size: 22px;
  font-weight: 700;
  color: #6b2d2d;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.headlines p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
 */
.headlines {
    position: relative;
    padding: 0px 40px 10px;
    margin: 54px 40px 10px;
    background: #fff;
}

.headlines::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 15px;
    right: 15px;
    bottom: 0px;
    border: 1px solid #8b3e2f;
    pointer-events: none;
    border-radius: 12px;
}

.headlines h2 {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  background: #fff; /* same as parent background */
  z-index: 1;
  font-size: 22px;
  font-weight: 700;
  color: #6b2d2d;
  text-transform: uppercase;
  margin-bottom: 20px;
}



.about {
    padding: 60px 0;
    background: #f5f5f5;
}
.about-content .leftheading {
    margin-bottom: 15px !important;
    font-size: 35px;
}
.about-content strong {
    color: #000;
    font-weight: 600;
}
.about-content p:last-child {
    margin-bottom: 0;
}
.about img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
/* .about video {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 4px;
} */

.about-details figure img {
    height: 350px;
    object-fit: cover;
	border-radius:6px;
}
.about-details span {
    background: #9f4d282e;
    padding: 4px 20px;
    border-radius: 5px;
    display: inline-block;
    margin: 8px 0 15px;
    font-weight: 500;
    font-size: 15px;
}
/* our team section  */
.team {
    background: #f3f3f3;
    padding: 50px 0;
    margin-top: 50px;
}
.team figure {
    overflow: hidden;
    border-radius: 8px;
	position:relative;
}
/* .team figure:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
} */
/* .team figure:after {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
} */
/* .team figure:hover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}
.team figure:hover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
} */
.team figure img{
	height:270px;
	object-fit:cover;
}
.team .leftheading{
	margin-bottom:20px;
}
/* directors section  */
.directors ul {
    display: flex !important;
    justify-content: space-between !important;
    border: 1px solid #9f4d2842;
    padding: 12px;
    border-radius: 3px;
}
.directors .nav-item {
    width: auto !important;
}
.directors figure{
	overflow:hidden;
	border-radius:8px;
}
.about-directors{
	transition:all .5s ease-in-out;
	overflow:hidden;
   border-radius:8px;
}
.about-directors:hover .director-info{
	bottom:0;
	transition:all .5s ease-in-out;
}
.director-info {
    position: absolute;
    bottom: -100px;
    width: 100%;
    text-align: center;
    background: linear-gradient(0deg, black, transparent);
    padding-bottom: 10px;
	transition:all .5s ease-in-out;
}
.director-info h4 {
    color: var(--white);
    margin: 5px;
}
.director-info p{
	color:var(--white);
}
/* contact */
.secondary-container.consultancy.pb-0 {
    padding: 10px 0px;
}

.secondary-container.finance.pb-0 {
   padding: 10px 0px;
}

/* Services */

.services {
    padding: 50px 0 60px;
    background: #f6f7fb;
}
.services-item {
    background: var(--white);
    padding: 20px 15px;
    box-shadow: 0 0 40px 5px #0000000d;
    border-radius: 10px;
    border-bottom: 3px solid #ed1b2440;
    transition: .5s;
    height: 100%;
}
.services-item:hover figure {
    transform: rotate(360deg);
}
.services-item:hover {
    transform: translateY(-10px);
    border-bottom: 3px solid var(--primary);
}
.servicescptn h3 {
    font-size: 21px;
    font-weight: 500;
    margin: 10px 0 5px;
}
.services-item figure {
    background: var(--primary);
    height: 85px;
    width: 85px;
    border-radius: 50px;
    margin: 0 auto;
    outline: 4px solid #fff;
    box-shadow: 0 0 14px #adadad9e;
}
.services-item img {
    width: 50px;
}
.read-btn {
    color: var(--primary);
    font-size: 17px;
    font-weight: 400;
}

/* finance page  */
.servicesweoffer{
	padding:50px 0;
}
.servicesweoffer .about-services {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    outline: 1px solid #00000040;
    outline-offset: 5px;
    transition: all .5s ease-in-out;
    height: 100%;
}
.about-services figure img {
    width: 50px !important;
	transition:all .5s ease-in-out;
}
.about-services figure {
    height: 80px;
    width: 80px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline: 1px solid #9f4d286b;
    outline-offset: 3px;
	margin-bottom:10px;
}
.experience .row .col-sm-3:nth-child(2) figure {
    width: 200px;
    height: 100px;
    border-radius: 6px;
    margin-bottom: 12px;
}
.servicesweoffer .about-services:hover {
    outline: 1px solid #9f4d287a;
    box-shadow: 0px 0px 20px 0px #9f4d2842;
    transform: translateY(-5px);
}
.about-services:hover figure img{
	transform:rotateY(180deg);
	transition: all .5s ease-in-out;
}
.servicesweoffer .leftheading{
	margin-bottom:25px;
}
.weoffer {
    background: #f9f9f9;
    margin: 50px 0;
}
.aboutcorporate {
    background: #9f4d280d;
    text-align: center;
    padding: 15px;
    border-radius: 6px;
}
.corporateservice .col-lg-4 {
    width: 50%;
}
.corporateservice .row{
 justify-content:center;
 row-gap:10px;
}
/* topanks section  */
.topbanks ul {
    flex-wrap: wrap;
	justify-content:space-between;
}
.topbanks ul li {
    width: 15%;
	transition:all .5s ease-in-out;
}
.topbanks ul li:hover{
	transform:translateY(-10px);
	transition:all .5s ease-in-out;
}
.topbanks ul li:hover img{
	transform:scale(1.1);
	transition:all .5s ease-in-out;
}
.topbanks img{
	width:100%;
	transition:all .5s ease-in-out;
}
.topbanks figure {
    box-shadow: 0 0 10px 0px #0000001f;
    padding: 10px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 13px;
    border: 1px solid #9f4d282e;
}
.topbanks .leftheading{
	margin-bottom:20px;
}
.servicesinfo .row {
    margin-bottom: 15px;
}
/* GALLERY SECTION CSS */

.ourgallery {
    padding: 40px 0 60px;
}
.gallerylightbox .row {
    row-gap: 0;
}
.gallerylightbox .gallerylightboxlist {
    height: 180px;
    background-size: cover;
    transform: scale(1, 1);
    transition: all 300ms ease;
}
.gallery-item {
    position: relative;
}
.gallery-item:after, .gallery-item:before {
    background: #ffffff80 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all .7s ease 0s;
    right: 0;
    top: 0;
    z-index: 1;
}
.gallery-item:hover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}
.gallery-item:hover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}


/* SERVICES DETAILS */

.services-description h2 {
    font-size: 35px;
    margin-bottom: 10px;
}
.servicesinfo img {
    height: 300px;
    object-fit: cover;
    border-radius: 6px;
}
.servicesinfo .row {
    background: linear-gradient(90deg, #0027680a, #b30d3405);
    padding: 15px;
    border-radius: 6px;
    border: 1px dotted #be0b3182;
}
.servicesinfo .row:nth-child(even) {
    flex-direction: row-reverse;
}
.servicesinfo .row:nth-child(even) .services-content {
    padding: 0 16px 0 0;
}
.services-content {
    padding-left: 15px;
}
.services-content h3 {
    font-size: 30px;
}
.services-content p {
    margin: 0;
}

/* our projcets section  */
.aboutprdct {
    background: #f7f7f7;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    border: dashed 1px #2093445e;
    margin-bottom: 15px;
}
  
/* real eastes */
.secondary-container.realestate {
    padding: 10px 0px;
}






/* HOME BLOG SECTION CSS */

.homeblog {
    padding: 55px 0 60px;
}

.homeblog .row, .blogpost .row {
    row-gap: 25px;
}
.homeblogbox h3 {
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 8px;
    overflow: hidden;
    font-size: 22px;
    color: var(--white);
}

.homebloglist figure {
    margin: 0;
    overflow: hidden;
    position: relative;
}
.homebloglist .blogimg img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: .5s;
    filter: brightness(0.8);
}
.homebloglist p {
    margin: 10px 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homeblog .col-lg-4 {
    padding: 0;
}
.blogimg {
    position: relative;
    z-index: -1;
}
.blogimg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(10deg, #000000, #0000006e, #00000000, #00000000);
    z-index: 1;
}
.blogpost .homeblog {
    background: none;
    padding: 0;
}
.homeblogbox {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 100%;
}
.homeblog .blogcategory {
    padding: 8px 20px 6px;
    background: #ffffffc9;
    border-radius: 30px;
    transition: all .4s;
    color: var(--primary);
    content: "";
    width: fit-content;
    height: fit-content;
    top: -20px;
    left: 10px;
    opacity: 0;
    font-weight: 600;
}
.homebloglist:hover .blogcategory{
	top:10px;
	opacity:1;
}
.blogpage .row {
    row-gap: 25px;
}


/* COMMUNITY SECTION CSS */
.community {
    padding: 50px 0 0;
}
.communitysec {
    background: linear-gradient(90deg, black, transparent), url(https://www.bakliwalgroup.com/wp-content/uploads/2024/10/community-image.jpeg);
    padding: 90px 0;
    margin-top: 20px;
    background-size: cover;
    background-position: center;
}
.communitysec h2 {
    font-size: 25px;
}
.communitysec p {
    font-weight: 400;
}


/* INNOVATION SECTION CSS */

.inovation {
    padding: 50px 0;
}
.inovationsldr-item img {
    height: 350px;
    object-fit: cover;
}
.inovationsldr-item a {
    color: var(--primary);
}
.inovationsldr-item a img {
    width: 25px;
    height: auto;
}



/* Car Repair */

.carrepair {
    padding: 55px 0;
}
.carrepair-topcnt {
    background: var(--primary);
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 18px;
}
.carrepair-topcnt p:last-child {
    margin-bottom: 0;
}
.carrepair-topcnt h2, .carrepair-topcnt p {
    color: var(--white);
}
.carrepair-form {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 6px;
}

/* consultacy page  */
.consultancyinfo {
    position: absolute;
    top: 100px;
    background: linear-gradient(145deg, #000000b5, #0000001c);
    padding: 15px 30px;
    border-radius: 0 6px 6px 0;
}
.consultancyinfo h2 {
    color: var(--white);
}
.consultancyinfo p {
    color: var(--white);
}
.consultancy .row {
    margin: 0;
}
.consultancy .col-sm-12 {
    padding-left:0;
    padding-right:0;
}
/* whyus section  */
.aboutwhy {
    background: #9f4d2817;
    padding: 20px 15px;
    border-radius: 6px;
    text-align: center;
    height: 100%;;
}
.aboutwhy figure img {
    width: 50px;
}
.aboutwhy figure {
    height: 90px;
    width: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    border-radius: 50px;
    margin-bottom: 10px;
    border: 1px dashed #9f4d2840;
}

/* specialities section  */
.speciality {
    background: #f9f9f9;
    padding: 50px 0;
}
.about-specialities {
    text-align: center;
    background: var(--white);
    padding: 15px;
    height: 100%;
    border-radius: 6px;
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
    border: 1px dashed #9f4d2838;
}
.about-specialities figure {
    height: 90px;
    width: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    margin-bottom: 12px;
}
.about-specialities h3 {
    font-size: 18px;
    font-weight: 500;
}
.about-specialities figure img {
    width: 50px !important;
}
.speciality .row {
    row-gap: 15px;
    justify-content: center;
}
/* industries section  */
.slider {
    padding-top: 50px;
}
.industries-item {
    background: #9f4d2814;
    padding: 15px;
    border-radius: 6px;
}
.industries-item figure img {
    width: 55px;
}
.industries-item figure {
    width: 90px;
    height: 90px;
    background: #f9f9f9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
}
.industries-item h3 {
    font-size: 18px;
    font-weight: 500;
}
/* Footer */

footer {
    background: linear-gradient(135deg,rgb(22,6,1) 0%,rgb(56,22,12) 100%);
    padding-top: 50px;
}
.footerlogo img {
    width: 250px;
    margin-bottom: 15px;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
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 img {
    width: 25px;
    margin-right: 10px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
ul.ftricons svg {
    stroke: var(--white);
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff38;
    border-radius: 3px;
    width: 30px;
}
footer .col-sm-4:nth-child(2) {border-right: solid 1px #6a6a6a2e;border-left: solid 1px #6a6a6a2e;}
footer h3 {
    color: var(--white);
    position: relative;
    width: fit-content;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
}
footer h3:before {
    background: var(--primary);
    position: absolute;
    content: "";
    height: 1px;
    width: 25%;
    bottom: 0;
    left: 0;
}
footer h3:after {
    background: var(--primary);
    position: absolute;
    content: "";
    height: 1px;
    width: 70%;
    bottom: 0;
    left: 40px;
}

footer a, footer ul li {
    color: #efefef;
    transition: 0.5s ease-in-out;
    font-weight: 300;
}
footer a:hover {
    color: var(--white);
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefef;
    font-weight: 300;
    font-size: 15px;
}
footer .ftr-link img {
    width: 160px;
    margin: 0 auto;
    display: block;
}
footer .supporter {
    background: var(--white);
    padding: 15px;
    border-radius: 6px;
}
.ftricons {
    margin-top: 15px;
    column-gap: 5px;
}
.ftricons li i {
    color: #fff;
    font-size: 15px;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 2px solid #ffffff38;
}
.ftr-link li {
    line-height: 40px;
}
footer ul.hours li{
 line-height: 26px;	
}
.ftr-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 25px;
}
.ftr-contact li {
    width: 33.333%;
    border: 1px solid #ffffff21;
    padding: 15px;
    background: #0000003d;
    text-align: center;
    border-radius: 6px;
}
.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:before {
	display:none;
}
.ftrcontact li {
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
	 padding: 0;
	margin-bottom:15px;
}
.ftrcontact li:nth-child(1) i {
    font-size: 40px;
    color: var(--white);
}
.ftrcontact li a {
    font-size: 16px;
}
.ftrcontact li a span {
    font-size: 15px;
}
.ftrcontact li i {
    font-size: 15px;
    margin: 0;
    color: var(--primary);
}
.ftr-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}





.copyright {
    padding: 12px 0;
    margin-top: 30px;
    border-top: 1px solid #ffffff12;
}
.copyright ul{
	column-gap:15px;
}
.copyright p {
    color: #efefef;
    letter-spacing: .5px;
}
.copyright p a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 4px;
	transition:0.5s ease-in-out;
}
.copyright p a:hover{
	color:var(--primary);
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 25px;
    border-radius: 50px;
    z-index: 99999999;
    padding: 0;
    border: 2px solid var(--white);
    background: var(
    --primary);
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    text-decoration: none;
    padding-top: 6px;
    box-shadow: 3px 11px 12px #00000045;
    color: 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: 10%;
    right: 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;
}
.secondary-container.contactus {
    padding: 160px 0;
}

.breadcrumb h1, .breadcrumb p{
 color: var(--white);	
}
.breadcrumb p {
    margin: 0;
}
.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);
}
.breadcrumb-info {
    top: 50%;
    left: 50%;
    transform: translate(-50%);
	text-align:center;
}
.breadcrumb img {
    height: 450px;
    object-fit: cover;
    filter: brightness(0.6);
	object-position:top;
}

/* 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;
}

/* CONTACT US PAGE CSS */

.contactus form {
    padding: 25px 25px 15px;
    border-radius: 5px;
    border: 1px solid #9f4d2817;
    background: #9f4d2812;
}
.contactus_details {
    border: 1px solid #9f4d282b;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    box-shadow: 0 0 14px #ededed;
}
.contactus_details p {
    margin: 0;
}
.contactus_details i.fas {
    border-radius: 40px;
    background: var(--primary);
    color: var(--white);
    height: 60px;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.contactus_details h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px !important;
}
.contactus_details p a {
    font-size: 16px;
    color: #5c5c5c;
    font-weight: 400;
}
.contactus_details:last-child {
    margin: 0;
}
.contactus form input[type="submit"] {
    width: 100%;
    padding: 15px 20px 9px;
    border-radius: 10px;
}
.contactus form span.wpcf7-spinner {
    display: none;
}
.google-map iframe {
    width: 100%;
    border-radius: 5px;
    height: 410px;
}


/* FINANCIAL PAGE CSS */ 

.financial {
    padding-bottom: 60px;
}
.financial-info {
    position: absolute;
    top: 100px;
    background: linear-gradient(145deg, #000000b5, #0000001c);
    padding: 15px 30px;
    border-radius: 0 6px 6px 0;
    width: 50%;
}
.financial-info {
    position: absolute;
    top: 100px;
    background: linear-gradient(145deg, #000000b5, #0000001c);
    padding: 15px 30px;
    border-radius: 0 6px 6px 0;
    width: 50%;
}
.financial-info h2, .financial-info p {
    color: var(--white);
}
.financial-info p {
    margin: 0;
}


.project li:last-child {
    margin: 0;
}
div#pills-tabContent {
    height: 100%;
}
.servi-info {
    background: var(--white);
    height: 100%;
    padding: 25px;
    border-radius: 6px;
}
.servi-info li {
    line-height: 35px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
}
.servi-info li:before {
    position: absolute;
    content: '\f0a9';
    color: var(--primary);
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    left: 0;
}
.project li:last-child {
    margin: 0 !important;
}


/* career page section  */
.career{
	padding:60px 0;
}
.career form.wpcf7-form.init {
    background: #f7f7f7;
    padding: 18px;
    border-radius: 8px;
}
.career img.w-100 {
    height: 452px;
    border-radius: 8px;
	object-fit:cover;
}
.career textarea {
    height: 100px;
    margin: 7px 0 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 8px 25px;
}
/* Services Details */ 

.servicesdtls-sidebar {
    position: sticky;
    top: 0;
    background: var(--primary);
    padding: 15px;
    border-radius: 6px;
}
.servicesdtls-item {
    box-shadow: 3px 3px 12px #0000001a;
    padding: 15px;
    border: 2px dotted #2bb3ff;
    border-radius: 6px;
    margin-bottom: 15px;
    background: var(--white);
}
.servicesdtls-item:last-child {
    margin-bottom: 0;
}
.servicesdtls-sidebar h3 {
    font-size: 18px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 21px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.servicesdtls-sidebar h3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2.8px;
    background: #d1d1d1;
    border-radius: 13px;
}
.servicesdtls-content {
    box-shadow: 3px 3px 13px #ddd;
    border-radius: 6px;
    padding: 15px;
}
.servicesdtls-content img {
    width: 100%;
    height: 400px;
    border-radius: 6px;
    object-fit: cover;
}
.servicesdtls-content h2 {
    color: var(--primary);
    line-height: 29px;
    background: var(--white);
    position: relative;
    width: fit-content;
    margin: -33px 0 12px;
    padding: 2px 25px;
    border-radius: 6px 6px 0 0;
    border-left: solid;
    border-right: solid;
}
.servicesdtls-item ul li.current_page_item a {
    color: var(--primary);
}
.servicesdtls-item ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 45px;
}
.servicesdtls-item ul li:before {
    content: '\f0e7';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    color: var(--primary);
    left: 0;
    top: 5px;
    font-weight: 600;
    font-size: 16px;
    border: solid 1px var(--primary);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servicesdtls-content h5 strong {
    color: var(--primary);
}

/* Policy */

.policy h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}
.policy ul li {
    margin: 8px 0;
    list-style-type: disc;
    list-style-position: inside;
}
.policy h4 {
    margin: 20px 0 10px;
}
span.rmp-menu-title-link span {
    display: none;
}


.about-details {
    padding: 50px 0;
}
.msnvsn{
	padding:0 0 50px;
}
.msnvsn-item figure {
    height: 90px;
    width: 90px;
    background: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
    box-shadow: 0 0 7px 0px rgba(0,0,0,0.1);
}
.msnvsn-item figure img {
    width: 60px !important;
}
.msnvsn-item {
    background: #f9f9f9;
    text-align: center;
    padding: 30px;
    border: 1px dashed #9f4d2863;
    border-radius: 8px;
	transition:all .5s ease-in-out;
}
.msnvsn-item:hover{
	transform:translateY(-5px);
	transition:all .5s ease-in-out;
}
.contact-form {
    padding-top: 40px;
}

/* our projects page  */

#pills-tab {
    column-gap: 10px;
}
.nav-pills .nav-link, .nav-pills .show>.nav-link {
    color: #000;
    background-color: var(--white);
    border: 1px solid #9f4d2829;
    font-size: 15px;
    padding: 14px 35px;
    font-weight: 500;
    font-family: "Montserrat", system-ui;
    letter-spacing: .5px;
    position: relative;
	width: 100% !important;
    text-align:left;
}
.nav-item {
    width: 100% !important;
}
.nav-pills .nav-link:before {
    position: absolute;
    bottom: 1px;
    left: 1px;
    height: 20px;
    width: 20px;
    content: '';
    background: #f3f3f3;
    border-radius: 10px 10px 10px 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--white);
    background-color: var(--primary);
}
.bestseller-item h3.m-0 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: var(--white);
    padding: 16px;
    font-size: 18px;
	background:linear-gradient(180deg, transparent 29%, #070700cf 80%);
}
.bestseller-item.text-center.position-relative figure {
    overflow: hidden;
    border-radius: 8px;
}
.project {
    background: #9f4d2817;
    padding: 50px 0 60px;
}
.project-item figure {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.project-item img {
    height: 300px;
    object-fit: cover;
}
.project-info {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    background: linear-gradient(0deg, black, transparent);
    padding: 50px 0 20px;
}
.project-info h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
}
.aboutproject.position-relative {
    margin-bottom: 50px;
}
.aboutproject figure {
    filter: brightness(0.8);
}
.aboutproject.position-relative .row {
    margin: 0;
}
.projectinfo {
    position: absolute;
    top: 50%;
    background: linear-gradient(145deg, #000000b5, #0000001c);
    padding: 15px 30px;
    border-radius: 0 6px 6px 0;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.projectinfo h2 {
    color: var(--white);
}
.projectinfo p {
    color: var(--white);
}
.project li.nav-item {
    margin-bottom: 10px;
}

/* ventures */

.ventures{
	padding:50px 0 0;
}
.venture {
    padding-top: 50px;
}
.venture-item {
    box-shadow: 0 0 14px #ededed;
    padding: 25px;
    border: 1px solid #9f4d2824;
    border-radius: 10px;
}
.secondary-container.realestate .leftheading {
    margin-bottom: 15px;
}
.aboutventures {
    text-align: center;
    height: 100%;
    background: #c5c5c512;
    padding: 20px 16px;
    border-radius: 8px;
    border: 1px dashed #9f4d2852;
	transition:all .5s ease-in-out;
}
.aboutventures:hover{
	transform:translateY(-5px);
	transition:all .5s ease-in-out;
}
.aboutventures figure img {
    width: 200px !important;
    display: inline-block;
    margin: 0 auto;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}
.decades {
    background: #9f4d28;
    padding: 15px;
    border-radius: 5px;
    margin-top: 40px;
    box-shadow: 0 0px 0 6px #9f4d2836;
}
.decades h3 {
    color: var(--white);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.decades p {
    margin: 0;
    color: var(--white);
}

.ourleader {
    padding-top: 50px;
}
.ourleader figure img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.ourleader figure {
    overflow: hidden;
    border-radius: 6px;
}
.leader-message h4 {
    color: var(--primary);
    position: relative;
    padding-left: 8px;
    font-size: 18px;
	margin-bottom:10px;
}
.leader-message h2 {
    margin-bottom: 16px !important;
	color:var(--primary);
}
.leader-message span {
    background: #9f4d2826;
    padding: 0px 20px;
    font-size: 15px;
    color: var(--black);
    border-radius: 6px;
    margin-bottom: 10px;
    display: inline-block;
}
.leader-message {
    border-left: 2px solid var(--primary);
    padding-left: 20px;
    border-radius: 6px;
}
.leader-message strong {
    font-size: 14px;
    font-style: oblique;
    color: var(--primary);
    margin-bottom: 6px;
    display: inline-block;
}


/* EXPERIENCE SECTION CSS  */

.experience {
    background: #f6efec;
    padding: 60px 0;
    margin: 60px 0;
}
.experience-item {
    background: var(--white);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    height:100%;
}
.experience-item figure {
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    box-shadow: 0 0 14px #e9e9e9;
    border-radius: 100px;
    margin-bottom: 10px;
}
.experience-item h3 {
    color: var(--primary);
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 5px;
}
.experience-item h3 span {
    display: block;
    font-size: 22px;
    font-weight: 400;
    margin-top: 5px;
}
.experience-item p {
    margin: 0;
}
.leader {
    background: #f6efec;
    padding: 60px 0;
    margin-top: 50px;
}
.leader img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.leader-content {
    background: linear-gradient(90deg, #ffffff, transparent);
    padding: 25px;
    border-radius: 6px;
    height: 100%;
}
.leader-content h2 {
    font-weight: 600;
    color: var(--primary);
}
.leader-content h3 {
    font-size: 20px;
    font-weight: 500;
}

.aboutconsultancy {
    background: #f1f1f1;
    padding: 60px 0;
    margin-top: 55px;
}
.aboutconsultancy img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 10px;
}



/* ideology section  */
.ideology{
  padding-top:50px;
}
.ideology figure img {
    height: 300px;
    object-fit: cover;
}
.ideology h2 {
    position: relative;
    padding-left: 10px;
}
.ideology h2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 3px;
    height: 26px;
    background: var(--primary);
}
.ideology figure{
overflow:hidden;
border-radius:6px;
}
.ideology .row {
    background: #9f4d280d;
    padding: 17px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px dashed #9f4d2842;
}
.ideology .row:nth-child(even) {
    flex-direction: row-reverse;
	margin-bottom:0;
}
/* Real Estate Page */
.project .row.justify-content-center {
    row-gap: 20px;
}
/* future secion  */
.future {
    padding-top: 50px;
}
.future figure {
    height: 180px;
    width: 180px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 2px solid #9f4d289c;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 15px;
}
.secondary-container.education .leftheading {
    margin-bottom: 8px !important;
}	
.educationleaders figure {
    overflow: hidden;
    border-radius: 6px;
}	
.educationleaders {
    padding-top: 50px;
}
.educationleaders b {
    margin-top: 10px !important;
    display: inline-block !important;
}
.educationleaders .row:nth-child(even) {
    flex-direction: row-reverse;
}
.educationleaders .row.align-items-center {
    background: #f9f9f9;
    margin-bottom: 17px;
    border-radius: 6px;
    border: 1px dashed #9f4d2f5c;
    padding: 15px;
}
.campus video {
    border-radius: 6px;
}

.studentstrength{
	padding:50px 0 0;
}
 .studentstrength-item figure img {
    width: 50px !important;
}
.studentstrength-item {
    padding: 20px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    height: 100%;
    border: 1px dashed #9f4d2847;
	transition:all .5s ease-in-out;
}
.studentstrength-item:hover{
	transform:translateY(-5px);
	transition:all .5s ease-in-out;
}
.studentstrength-item figure {
    position: absolute;
    top: 0;
    left: 20px;
    height: 90px;
    width: 90px;
    background: #f7f7f7;
    border-radius: 0 0 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.studentstrength-info {
    margin-top: 80px;
}


@media only screen and (max-width: 1199px){
.menutop li a {
    padding: 30px 14px;
}
}
@media only screen and (max-width: 991px){
.menutop {
    display: none;
}
.experts .row {
    margin: 0 !important;
}
.counter .col-lg-4 {
    width: 50%;
}
.counter .col-lg-4 {
    width: 50%;
}
.counter .row {
    justify-content:center;
}
.business .col-sm-4 {
    width: 100%;
    text-align: center;
}
.business .col-sm-8 {
    width: 100%;
    text-align: center;
}
.business .row{
row-gap:10px;
}
.business .col-sm-3 {
    width: 50%;
}
.homeblog .col-sm-4 {
    width: 100%;
    text-align: center;
}
.homeblog .col-sm-8 {
    width: 100%;
    text-align: center;
}
.homeblog .row, .blogpost .row {
    row-gap: 10px;
}
.community .col-sm-4 {
    width: 100%;
    text-align: center;
}
.community .col-sm-8 {
    width: 100%;
    text-align: center;
}
.community .row{
    row-gap: 10px;
}
.communitysec .col-sm-6{
		width:80%;
}
.inovation .col-sm-4 {
    width: 100%;
    text-align: center;
}
.inovation .col-sm-8 {
    width: 100%;
    text-align: center;
}
.inovation .row{
    row-gap: 10px;
}
.about-details .col-md-6 {
    width: 100%;
}
.msnvsn .col-sm-6 {
    width: 100%;
}
.msnvsn .row {
    row-gap:15px;
}
#pills-tab {
    column-gap: 10px;
    flex-wrap: wrap;
    justify-content: center !important;
}
.nav-pills .nav-link, .nav-pills .show>.nav-link {
    padding: 14px 31px;
    margin-bottom: 10px;
}
.team .col-sm-4 {
    width: 50%;
}
.team .row {
    row-gap: 10px;
    justify-content: center;
}
.team figure img {
    height: auto;
}
.projectinfo {
    top: 95px;
}
.project .col-sm-3 {
    width: 100%;
}
.nav-pills .nav-link, .nav-pills .show>.nav-link {
    padding: 14px 31px;
    margin-bottom: 0;
}
#pills-tab {
    column-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.project li.nav-item {
    margin-bottom: 10px;
    width: 33% !important;
}
.project .col-sm-9 {
    width: 100%;
}
.project-item figure img {
    height: auto;
}
.project .row {
    row-gap: 10px;
}
.ventures .col-sm-6 {
    width: 100%;
}
.ventures .row{
		row-gap:10px;
}
.ourleader .col-sm-5 {
    width: 100%;
}
.ourleader .col-sm-7 {
    width: 100%;
}
.ourleader .row {
    row-gap: 15px;
}
.ideology .col-sm-6 {
    width: 100%;
}
.ideology .row{
  row-gap:15px;
}
.ideology figure img {
    height: auto;
}
.futureplans img {
    height: auto;
}
.career .col-sm-7 {
    width: 100%;
}
.career .col-sm-5 {
    width: 100%;
}
.career img.w-100 {
    height: auto;
}
.career .row {
    row-gap: 15px;
}
.contact-info .col-md-4 {
    width: 100%;
}
.contact-info .row {
    row-gap: 10px;
}
.contact-form .col-sm-5 {
    width: 100%;
}
.contact-form .col-sm-7 {
    width: 100%;
}
.contact-form .row {
    row-gap: 10px;
}
}
@media only screen and (max-width: 767px){
.business .col-sm-3 {
    width: 100%;
}
.business .col-sm-6{
    width: 100%;
}
p {
    font-size: 14.5px;
    margin-bottom: 12px !important;
}
.communitysec .col-sm-6 {
    width: 100%;
}
footer .row {
    row-gap: 10px;
}
.nav-pills .nav-link, .nav-pills .show>.nav-link {
    padding: 14px 25px;
    margin-bottom: 10px;
    font-size: 14px;
}
.team .col-sm-4 {
    width: 100%;
}
.breadcrumb img {
    height: auto;
}
.nav-pills .nav-link, .nav-pills .show>.nav-link {
    padding: 14px 9px;
}
.nav-pills .nav-link:before {
    height: 15px;
    width: 15px;
}
.ourleader figure img {
    height: auto;
}
}
@media only screen and (max-width:667px){
.leader-message strong {
    line-height: 22px;
}
.nav-pills .nav-link, .nav-pills .show>.nav-link {
    margin-bottom: 0px;
}
.leader-message h2 {
    margin-bottom: 5px !important;
}
.mainslider video {
    width: 100%;
    height: auto;
}
section.redmore {
   padding:18px 0;
}
.experts figure img {
    height: auto;
}
.counterlist h3 span {
    margin-bottom: 8px;
    font-size: 32px;
}
.mainmenu .col-sm-9 {
    width: 50%;
}
.mainmenu .col-sm-3 {
    width: 50%;
}
h1 {
    font-size: 23px;
}
h1 {
    font-size: 20px;
    line-height: 20px;
}
.secondary-container {
    padding: 40px 0;
}
}

@media only screen and (max-width:479px){
.counter .col-lg-4 {
    width: 100%;
}
.homebloglist .blogimg img {
    height: auto;
}
.inovationsldr-item img {
    height: auto;
}
.team {
    padding: 35px 0;
}
.about-details figure img {
    height: auto;
}
.leftheading {
    margin-bottom: 15px;
}
h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
}
.project li.nav-item {
    margin-bottom: 10px;
    width: 100% !important;
}
}

@media only screen and (max-width:568px){
.projectinfo {
    top: 56%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    text-align: center;
}
header {
    position: inherit;
}
}

@media only screen and (max-width:414px){
.inovation {
    padding: 50px 0 22px;
}
.homeblog {
    padding: 40px 0;
}
.experts-info h3 {
    margin-bottom: 3px;
}
.leftheading {
    margin-bottom: 5px;
}
.button {
    font-size: 14.8px;
}
h1 {
    font-size: 18px;
    line-height: 21px;
}
.copyright .container.d-flex.justify-content-between {
    flex-wrap: wrap;
}
.career {
    padding: 35px 0;
}
.footerlogo img {
    width: 180px;
}
.projectinfo {
    position: inherit;
    top: 0;
    transform: none;
    text-align: center;
    background: #303030;
    border-radius: 0;
}
.projectinfo h2 {
    font-size: 20px !important;
}
.projectinfo p {
    font-size: 14px;
    line-height: 24px;
}
}
@media only screen and (max-width:375px){
.communitysec h2 {
    font-size: 21px;
}	
.homeblogbox h3 {
    font-size: 20px;
}
h3 {
    font-size: 21px;
}
.communitysec {
    padding: 45px 0;
}
.leftheading {
    font-size: 22px;
}
.footerlogo img {
    width: 180px;
}
.mainmenu.fixed {
    padding: 6px 0;
}
.experts {
    padding-top: 20px;
}
footer h3 {
    font-size: 17px;
}
.contact-form input {
    margin: 0;
}
}




