@charset "utf-8";
/* CSS Document */
header::before {
	display: none
}

header {
	z-index: 2;
	background: #fff;
	padding: 10px 0;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

body {
	background-color: #e9e9e9 !important;
	overflow: hidden;
}

.side-menu-body {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top: 12px solid #AFDDB9;
	margin-top: 0;
	height: 100%;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 0px;
	padding: 0;
	transition: 0.5s;
}

.bg-img-wrap {
	min-height: 490px;
	width: 100%;
	position: relative;
	background-image:unset;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
 
}

	.bg-img-wrap img {
		padding-top: 0%;
		object-fit: fill;
		height: auto;
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}

/*.img-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
}*/
.container-lg.img-content h1 {
	visibility: hidden;
}

.container-lg.img-content p {
	visibility: hidden;
}

.img-content {
	position: relative;
	padding-top: 170px;
	/* padding-bottom: 130px; */
}

	.img-content h1 {
		color: #fff;
		font-weight: 700;
		font-size: 36px;
		margin-bottom: 15px;
	}

	.img-content p {
		color: #fff;
		font-size: 18px;
		font-weight: 300;
		margin-bottom: 30px;
	}

	.img-content a {
		display: inline-block;
		background-color: #2b6cc2;
		color: #fff;
		font-size: 16px;
		padding: 5px 20px;
		border-radius: 9px;
	}

.facts-row {
	margin-top: 0px;
	position: relative;
	margin-bottom: 5%;
}

.row.facts-row .col-lg-12 {
	text-align: start;
	margin: 25px 0 20px;
}

 section.project-sec.prjts .project-title {
    text-align: center;
    margin-bottom: 1%;
}



.row.facts-row .col-lg-12 h3 {
	color: #000;
	font-size: 29px;
	font-weight: 500;
	text-align: center;
}

.row.facts-row .col-lg-12 span {
	 color: #777;
    font-size: 16px;
}


.fact-box.nws {
	display: block !important;
	text-align: center;
}

	.fact-box.nws span {
		font-size: 30px !important;
		font-weight: 600;
		color: #2b6cc2;
	}


.fact-box {
	height: 100%;
	background-color: #fff;
	border-radius: 9px;
	overflow: hidden;
	padding: 30px;
 
}

	.fact-box span {
		font-size: 32px;
		font-weight: 700;
		color: #222B37;
	}

	.fact-box sup {
		font-weight: 700;
		color: #2b6cc2;
		font-size: 28px;
		top: -8px;
		right: -3px;
	}

	.fact-box p {
		font-size: 14px;
		margin-bottom: 0;
		text-transform: capitalize;
	}
	 
	.fact-box.nws img.me-3 {
	 
	    width: 100%;
    height: 45%;
    padding: 0 16%;
    border-radius: 0;
    overflow: visible;
    margin: auto !important;
    text-align: center;
	}



.adout-sec {
	padding-top: 90px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 50px;
	z-index: 3;
	position: relative
}

.small-title {
	/*padding-top: 80px;*/
	color: #2b6cc2;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 15px;
}

	.small-title .g-line {
		width: 33px;
		height: 2px;
		margin-right: 15px;
		background-color: #2b6cc2;
		margin-top: -3px;
	}

.sec-tilte {
	font-size: 35px;
	color: #000;
	font-weight: 600;
	margin-bottom: 16px;
}
/*section p{
	text-indent:20px; 
}*/
.about-pic {
	position: relative;
	z-index: 3
}

.img-img-bg {
	position: absolute;
	z-index: 1;
	bottom: -17px;
	left: -191px;
	width: 100%;
	height: 100%;
}

	.img-img-bg img {
		object-position: left bottom;
		object-fit: none;
		width: 100%;
	}

.project-sec {
	/*background-image: url("images/recent_background.jpg");*/
	background-repeat: no-repeat;
	background-position: right top;
	/*margin-top: -200px;*/
	padding-top: 100px;
	position: relative;
	padding-bottom: 0
}

section.project-sec.prjts h3.box-title {
	color: #000;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
}

section.project-sec.prjts span.filts {
	color: #00a652;
}

span.border-style {
	width: 200px;
	height: 3px;
	background-color: #def5e1;
	display: block;
	margin: auto;
	margin-bottom: 50px;
	border-radius: 100px;
}

	span.border-style em {
		width: 100px;
		height: 3px;
		display: block;
		margin: auto;
		background-image: linear-gradient(#2b6cc2, #2b6cc2);
		float: right;
		border-radius: 100px;
	}


section.project-sec.prjts form {
	display: inline-flex;
}

section.project-sec.prjts .filterss {
	inline-size: auto;
	padding: 0 .375rem 0 0;
}

section.project-sec.prjts .row.secprjts {
	margin-right: 0px;
}

section.project-sec.prjts button.dropbtn {
	margin: 0px 10px;
}
.bbb-wrapper .subcribe-form p.text-center {
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 0;
}

.bbb-wrapper .subcribe-form p.text-center b {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: capitalize;
}

.footer-logo p {
    max-width: 80%;
}

.dots-img {
	position: absolute;
	z-index: -1;
	top: -38px;
	left: 12px;
}

.dots-img-right {
	position: absolute;
	z-index: -1;
	bottom: -38px;
	right: 12px;
}

.supmit-img-box {
	position: absolute;
	right: 12px;
	left: 12px;
	top: 0;
}

.ex-img-box {
	position: absolute;
	right: 12px;
	left: 12px;
	bottom: 0;
}

.submit-sec {
	padding-top: 100px;
	padding-bottom: 50px;
}

.img-shadow {
	border-radius: 16px;
	-webkit-box-shadow: 6px 6px 24px rgba(0,0,0,0.31);
	box-shadow: 6px 6px 24px rgba(0,0,0,0.31);
}

.ex-sec {
	padding-bottom: 100px;
}

.about-sec {
	background-image: url("images/g-lines.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	padding: 80px 0 50px 0;
	display:none;
}

.about-box {
	background-color: #DEF5E1;
	padding: 20px;
	border-radius: 21px;
	color: #005249;
	font-size: 20px;
}

.about-title {
	font-size: 30px;
	color: #1a456d;
	border-left: 5px solid #1a456d;
	padding-left: 15px;
}

	.about-title span {
		color: #1a456d;
	}
	footer {
		padding: 6% 15px 15px 20px !important;
	}
	
	.footer-content {
		padding: 1% 7% !important;
	}
footer {
	background-color: #00a652;
	text-align: center;
	color: #fff;
	font-weight: 300;
	padding: 12px
}

@media (max-width: 767.98px) {
	.img-shadow {
		height: 300px;
		object-fit: cover;
		object-position: 0 -110px;
	}

	.supmit-img-box, .ex-img-box {
		position: static;
	}

	.submit-sec {
		padding-top: 50px;
	}
}

@media screen and (min-width: 767px) {
    content.video {
        background-size: 100%;
        min-height: 350px !important;
        max-height: 350px !important;
        padding-top: 1% !important;
    }

    .dropdown.me-3.me-sm-4.notify {
        display: none;
    }

    nav.side-menu-nav .header-links.ms-auto.d-flex.align-items-center {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start !important;
        margin: 0 !important;
    }

    .dropdown.me-3.me-sm-4.notify {
        display: none;
    }

    nav.side-menu-nav .header-links.ms-auto.d-flex.align-items-center .dropdown.lang-dropdown.me-4 {
        width: 100%;
        text-align: start;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        text-align: left !important;
    }
}

@media (orientation: landscape) and (max-height: 400px) {
	.bg-img-wrap {
		min-height: 100vh;
	}

	.img-content {
		padding-top: 100px;
		padding-bottom: 80px;
	}
}

@media (min-width: 768px) {

	.dots-img {
		left: -26px;
	}

	.dots-img-right {
		right: -26px;
	}

	.about-box {
		padding: 30px;
		font-size: 24px;
	}

	.about-title {
		font-size: 72px;
	}

	.about-sec {
		background-position: right bottom;
	}
}

@media (min-width: 992px) {
	.bg-img-wrap {
		margin-top: 0px;
		margin: 0;
	}

	.img-content h1 {
		font-size: 63px;
	}

	.img-content p, .img-content a {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.project-sec {
		padding-top: 20px;
	}
}




.header {
	background-color: #f1f1f1;
	padding: 30px;
	text-align: center;
}

#navbar {
	overflow: hidden;
	background-color: #fff;
}

#navbar {
	display: block;
	color: #333;
	text-align: center;
	padding: 0;
	text-decoration: none;
	font-size: 17px;
	z-index: 99;
	overflow: visible;
	position: relative;
}

	#navbar a:hover {
		background-color: #ddd;
		color: black;
	}

	#navbar a.active {
		background-color: #04AA6D;
		color: white;
	}

.content {
	padding: 16px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

	.sticky + .content {
		padding-top: 60px;
	}



.arrow {
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.container-lg.img-content a i.arrow.right {
	margin-left: 20px;
}




.srhc-filter h3.title {
	color: #00a652;
	font-size: 30px;
	font-weight: 700;
}

.srhc-filter {
	border: 1px solid #e9e9e9;
	padding: 40px 25px;
	border-radius: 15px;
	-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.11);
	background: #fff;
}

.projects-box-conts {
	position: relative;
	/* top: -200px; */
}
section.project-sec.prjts .row.secprjts {
    margin-right: 50px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.filterss select {
    color: #525252;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    font-size: 13px;
    border-radius: 10px;
}
div#btnContainer button.btn.active {
	font-size: 0;border: 1px solid #ddd !important;
	color: #fff !important;
	padding: 7px 9px !important;
background: #00a652 !important;
}

div#btnContainer button.btn.active i {
    font-size: 16px;
}
div#btnContainer button.btn {
	font-size: 0;border: 1px solid #ddd !important;
	color: #666 !important;
	padding: 7px 9px !important;
background: #fff !important;
}
.row.ndes {
    margin-top: 2%;
    margin-bottom: 2%;
}
div#btnContainer button.btn i {
    font-size: 16px;
}
section.project-sec.prjts button.dropbtn {
     white-space: nowrap;
	 font-size: 13px;
}
section.project-sec.prjts .filterss:first-child {
	padding-left: 10px;
}



.fact-box.d-flex.nws {
	transition: transform 0.3s ease;
    width: 90%;
    text-align: center;
}

	 


	.fact-box.d-flex.nws div span {
		display: block;
		margin: 10px 0;
	}

.filterss select {
	color: #525252;
	background-color: #f9f9f9;
	border: 1px solid #eee;
}




.projects-box-conts .col-md-12 {
	background: #fff;
	margin: 10px 0;
	border-radius: 8px;
	padding: 12px;
	box-shadow: rgb(145 158 171 / 20%) 0px 0px 2px 0px, rgb(145 158 171 / 12%) 0px 12px 24px -4px;
	margin-bottom: 24PX;
	background-color: transparent;
}


.col-md-12.proj-tit {
	box-shadow: none;
	display: flex;
	padding: 15px;
	margin: 0;
}


.projects-box-conts .project-box.asdasd .d-flex.align-items-center.pb-3 .sts img {
	width: 135px;
	border: none;
	border-radius: 0;
}



.projects-box-conts .col-md-12 .project-box.asdasd a.btn.primary-btn.w-100 {
	display: none;
}

.projects-box-conts .col-md-12:hover .project-box.asdasd a.btn.primary-btn.w-100 i {
    border-color: #fff !important;
    color: #fff !important;
}
.projects-box-conts .col-md-12:hover .project-box.asdasd a.btn.primary-btn.w-100 {
	display: block;
    max-width: 5%;
    display: block;
    padding: 20px;
    margin: 0;
    border-radius: 50%;
    position: absolute;
    right: -1.7vw;
    width: 20px !important;
    height: 20px;
    display: block;
    justify-content: center;
    align-items: center;
    background: #2b6cc2;
    border: 2px solid #2b6cc2;
    font-size: 0;
}
.row.sec-sort-view.grid-viewss .col-md-12:hover a.btn.primary-btn.w-100 {
    width: 100% !important;
    font-size: 16px;
    background: #00a652;
    border-color: #00a652;
}
.row.sec-sort-view.grid-viewss .col-md-12 a.btn.primary-btn.w-100 {
    width: 100% !important;
    font-size: 16px;
    background: #2b6cc2;
    border-color: #2b6cc2;
}
.row.sec-sort-view.grid-viewss .column .col-md-12 .project-box.asdasd a.btn.primary-btn.w-100 {
    font-size: 15px;
    width: 80% !important;
    text-align: center;
    display: block;
    margin-left: 10% !important;
    margin-right: 10% !important;
    margin-top: 4%;
}
	.projects-box-conts .col-md-12:hover .project-box.asdasd a.btn.primary-btn.w-100 i.arrow.right {
		border: solid #fff;
		border-width: 0 3px 3px 0;
	}


.projects-box-conts .col-md-12:hover {
	transition: transform 0.3s ease;
	transform: scale(1.03);
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.06);
}



.col-md-12.proj-tit:hover {
	transition: unset;
	box-shadow: none;
	transform: none;
}


.col-md-12.proj-tit .col-md-6:last-child .col-auto.d-inline-flex.align-items-center.mb-2.nvs {
	background: #deffed;
	border: 1px solid #00a652;
	display: inline-block !important;
	border-radius: 10px;
	width: 40%;
	padding: 5px 20px;
	box-shadow: 2px 2px 8px #d3d3d3;
}

.col-md-12.proj-tit .col-md-6:last-child .col-auto.d-inline-flex.align-items-center.mb-2.ytdds {
	background: #e4f0ff;
	border: 1px solid #2b6cc2;
	display: inline-block !important;
	border-radius: 10px;
	width: 50%;
	padding: 5px 20px;
	box-shadow: 2px 2px 8px #d3d3d3;
}
 
.col-md-12.proj-tit .col-md-6:last-child .col-auto.d-inline-flex.align-items-center.mb-2 .curn-valu p {
    margin: 0 !important;
    padding: 0 !important;
}

.col-md-12.proj-tit .col-md-6:last-child .col-auto.d-inline-flex.align-items-center.mb-2 .curn-tit {
    margin-top: 5%;
}
.col-md-12.proj-tit .col-md-6:last-child h5 {
	font-size: 13px;
}
section.project-sec.prjts .projects-box-conts a.btn.primary-btn-outline.mt-5 {
    margin-top: 2% !important;
    margin-bottom: 3% !important;
}
.col-md-12.proj-tit .col-md-6:last-child .col-auto.d-inline-flex.align-items-center.mb-2.ytdds svg {
	width: 20px;
	margin-right: 10px;
}

.col-md-12.proj-tit .col-md-6:last-child .col-auto.d-inline-flex.align-items-center.mb-2.nvs svg {
	width: 20px;
	margin-right: 10px;
}

.curn-valu p {
	padding-left: 0 !important;
}

.col-md-12.proj-tit .col-md-6:last-child .col-auto.d-inline-flex.align-items-center.mb-2.nvs .curn-tit svg path {
	fill: #000 !important;
}
.col-md-12.proj-tit .col-md-6:last-child .col-auto.d-inline-flex.align-items-center.mb-2.ytdds .curn-tit svg path {
	fill: #000 !important;
}

.col-md-12.proj-tit .col-md-6:last-child {
	display: flex;
	justify-content: space-around;
}

section.project-sec.prjts .projects-box-conts a.btn.primary-btn-outline.mt-5 {
	font-size: 18px;
	font-weight: 600;
	width: 30%;
	margin: auto;
	color: #00a652;
	border: 2px solid #00a652;
	padding: 15px 0;
}
	section.project-sec.prjts .projects-box-conts a.btn.primary-btn-outline.mt-5 i.arrow.right {
		margin: 0 15px;
		border: solid #00a652;
		border-width: 0 3px 3px 0;
	}


.outerdiv {
	width: 100%;
	min-height: 100vh;
	/*background: #edf2f8;*/
	display: flex;
	justify-content: right;
	direction: rtl;
}

.div2.eachdiv {
	position: relative;
	top: -120px;
}

.eachdiv img:hover {
	transition: transform 0.3s ease;
	transform: scale(1.1);
	box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.06);
}

.innerdiv {
	transform: scale(0.9);
	margin: 1rem;
	display: grid;
	grid-gap: 1.5rem;
	grid-template-rows: repeat(2, 13rem);
	grid-template-columns: repeat(1, 0rem);
	position: relative;
	top: 100px;
	width: 60%;
}

.eachdiv {
	padding: 1rem 2rem;
	border-radius: 0.8rem;
	box-shadow: 5px 5px 20px #6d6b6b6b;
	color: white;
}

.div1 {
	background: #733fc8;
	grid-column: 1/3;
	grid-row: 1/2;
	background-image: url(https://raw.githubusercontent.com/RahulSahOfficial/testimonials_grid_section/5532c958b7d3c9b910a216b198fdd21c73112d84/images/bg-pattern-quotation.svg);
	background-repeat: no-repeat;
	background-position-x: 25rem;
}

.div2 {
	background: #49556b;
	grid-column: 3/4;
	grid-row: 1/2;
}

.div3 {
	background: white;
	grid-column: 4/10;
	grid-row: 1/2;
	color: black;
}

.div4 {
	background: white;
	grid-column: 1/2;
	grid-row: 2/3;
	color: black;
}

.div5 {
	background: #18202d;
	grid-column: 2/4;
	grid-row: 2/3;
}

.userdetails {
	display: flex;
}

.imgbox {
	margin-right: 1rem;
}

	.imgbox img {
		border-radius: 50%;
		width: 2rem;
		border: 2px solid #cec5c5;
	}

.detbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

	.detbox p {
		margin: 0;
	}

	.detbox .name {
		color: hsl(0, 0%, 81%);
		font-size: 0.9rem;
		margin-bottom: 0.1rem;
		font-weight: 600;
	}

		.detbox .name.dark {
			color: #49505a;
		}

	.detbox .designation {
		color: hsl(0, 0%, 81%);
		opacity: 50%;
		font-size: 0.8rem;
	}

		.detbox .designation.dark {
			color: #49505a;
		}

.review h4 {
	font-size: 1.4rem;
	color: #f3deff;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.8rem;
}

.review.dark h4 {
	color: #4b5258;
}

.review p {
	font-size: 0.95rem;
	color: #f3deff;
	font-weight: 500;
	opacity: 50%;
	line-height: 1.5;
}

.review.dark p {
	color: #0e0e0e;
}

.attribution {
	font-size: 1rem;
	line-height: 1.5;
	position: relative;
	/* bottom: 1rem; */
	width: 40%;
	align-content: center;
	text-align: left;
}

	.attribution a {
		text-decoration: none;
	}

.eachdiv {
	max-width: 100%;
	overflow: hidden;
	height: max-content;
	padding: 0;
}

	.eachdiv img {
		max-width: -webkit-fill-available;
		width: 100%;
		transition: transform 0.3s ease;
	}





section.container.her-sec .innerdiv {
	direction: ltr;
}


@media only screen and (max-width: 1000px) {
	.innerdiv {
		transform: scale(0.7);
	}
}

@media only screen and (max-width: 800px) {
	.innerdiv {
		transform: scale(0.6);
	}
}

@media only screen and (max-width: 600px) {
	.div1 {
		background-position-x: 10rem;
	}

	.innerdiv {
		display: flex;
		flex-direction: column;
		transform: scale(1);
		margin: 2rem;
		margin-bottom: 5rem;
	}

	.attribution {
		position: relative;
	}
}

.attribution h6 {
	font-size: 35px;
	color: #000;
}

.attribution h3 {
	font-weight: 600;
	font-size: 33px;
	color: #2b6cc2;
}

.attribution p {
	font-size: 16px;
	color: #000;
}

section.project-sec.prjts .projects-box-conts a.btn.primary-btn-outline.mt-5:hover {
	color: #fff;
	background: #00a652;
}

	section.project-sec.prjts .projects-box-conts a.btn.primary-btn-outline.mt-5:hover i.arrow.right {
		border: solid #fff;
		border-width: 0 3px 3px 0;
	}

.attribution a.btn.primary-btn.mt-5 {
	background: #00a652;
	color: #fff;
	padding: 10px 50px;
	direction: ltr;
}

	.attribution a.btn.primary-btn.mt-5 i.arrow.right {
		margin-left: 20px;
		border: solid #fff;
		border-width: 0 3px 3px 0;
	}

.section-heading.section-heading--left {
	text-align: center;
}

	.section-heading.section-heading--left h3 {
		color: #000;
	}


 

section.section.section--background-base-light.section--background-logo {
	background: transparent;
	background-image: unset;
	background-size: cover;
	background-position: center;
	height: 100%;
	margin-bottom: 30px;
	margin-top: 0%;
    padding-top: 0px;
}



section.newsletter-container {
     margin-top: 0;
}








section.newsletter-container {
	background: #fff;
}

.fl-wrap {
	/* float: left; */
	width: 100%;
	position: relative;
	display: inline-flex;
	align-items: baseline;
	padding: 10px 0;
}

.bbb-wrapper .subcribe-form p {
	color: #fff;
	font-size: 22px;
	/* width: 50%; */
	text-align: left !important;
	max-width: 450px;
	/* margin: 15px auto; */
	position: relative;
	width: 100%;
}
.subcribe-form.fl-wrap {
    display: block;
}

.subcribe-form.fl-wrap p.text-center {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    min-width: 100%;
}
.bbb-wrapper .subcribe-form form {
	max-width: 100%;
	margin: 15px auto;
	position: relative;
	width: 100%;
	    display: flex
;
}

.bbb-wrapper .subcribe-form #subscribe input {
	width: 100%;
	height: 45px;
    background-color: #f3f3f3;
	border: none;
	outline: none;
	border-radius: 5px;
	padding: 0 30px;
	/* box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.2); */
}

.bbb-wrapper .subcribe-form #subscribe #subscribe-button {
	height: 45px;
    padding: 0 15px;
    margin: 0 5px;
	border-radius: 5px;
	border: none;
	position: relative;
	right: 0px;
	top: 0px;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	background: #00a652;
}

.subscribe-message {
	color: #fff;
	float: left;
	margin-top: 10px;
	text-align: left;
	font-weight: 500;
	line-height: 19px;
}

.color-bg {
	background: #4DB7FE;
}

#subscribe-button:hover {
	background: #2C3B5A;
	color: #fff;
}

.bbb-wrapper .subcribe-form #subscribe input::placeholder {
	color: #555;
}

.bbb-wrapper .subcribe-form form i {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #000;
}



.footer {
	background-color: #00a652;
	color: #fff;
	padding: 50px 0;
}

.footer-content {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-logo img {
	max-width: 200px;
	margin-bottom: 20px;
}

.footer-section {
	flex: 1;
	margin-right: 20px;
}

	.footer-section h3 {
		color: #fff;
		font-size: 18px;
		margin-bottom: 15px;
	}

	.footer-section p {
		font-size: 16px;
		margin-bottom: 10px;
	}

footer .social-links {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

	footer .social-links li {
		display: inline-block;
		margin-right: 10px;
		border: 2px solid #2b6cc2;
		width: 40px;
		height: 40px;
		border-radius: 15px;
		align-content: center;
	}

		footer .social-links li:last-child {
			margin-right: 0;
		}

	footer .social-links a {
		color: #2b6cc2;
		font-size: 20px;
	}

		footer .social-links a:hover {
			color: #bbb;
		}

.footer-content ul li {
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 2%;
}

.footer-logo {
	text-align: left;
	width: 25%;
}

footer, footer h3 {
	color: #000 !important;
}

	footer hr {
		height: 0.5px !important;
	}


.footer {
	background-color: #00a652;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

.footer-content a {
	color: #000;
	text-decoration: none;
	margin: 0 5px;
}

	.footer-content a:hover {
		color: #00a652;
	}
	  .login-wrapper .form-subtitle {
		color: #333 !important;
		font-size: 30px !important; 
	}
	.footer-section.contact {
		text-align: left;
	}
	.subcribe-form.fl-wrap {
		padding: 0px 10%;
	}
	.bbb-wrapper .subcribe-form #subscribe input {
    border: 1px solid #ddd;
    border-radius: 10px;
}
	.footer-content {
		max-width: 100%;
		padding: 0 9.5%;
	}
	
.login-container.flex-grow-1.kyc .input {
    background: #e7f0fe;
    padding: 1.5%;
    color: #000;
    font-weight: 600;
    min-height: 50px;
    max-height: 50px;
    margin-bottom: 2%;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    display: flex;
    align-items: center;
}
.login-container.flex-grow-1.kyc .input input#scales {
    width: 17px;
    height: 17px;
    border-radius: 100% !important;
    border: 1px solid #ddd;
}

.login-container.flex-grow-1.kyc .input label {
    margin-left: 3%;
}

   /* Hero Section */
        .hero {
            height: 80vh;
            /* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/rop-Banner.png'); */
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            color: white;
            padding-top: 80px;
			text-align: center;
			background-image: url("./images/rop-Banner.png");
        }
        
        .hero-content {
            max-width: 100%;
        }
        
        .hero h1 {
            font-size: 2.8rem;
            margin-bottom: 1rem;
            line-height: 1.3;
        }
        
        .hero p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            opacity: 0.9;
            max-width: 80%;
			margin: auto;
        }
        
        .hero-btns {
            display: flex;
            gap: 1rem;    justify-content: center;
        }
        

		
   /* CSS will go here */
     
        .burger-menu {
            position: relative;
            display: inline-block;
        }
        
        .burger-icon {
            font-size: 24px;
            cursor: pointer;
            padding: 10px;
            color: #333;
        }
        
        .contact-menu {
           
             display: none;
    position: fixed;
    right: 0;
    background-color: white;
    min-width: 250px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
 
    z-index: 100;
    width: 100%;
    top: 0;
    height: 100%;
    background: #00000061;
        }
        .contact-menu-body {
    background: #262626;
    color: #fff;
    width: 33%;
    padding: 2%;
	height: 100%;
}
        .contact-menu.show {
            display: block;
            animation: fadeIn 0.3s;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .contact-menu-body span#close-btn {
    margin-top: 3% !important;
    left: 29%;
}
.contact-header img {
    width: 10%;
}
        .contact-header {
            font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5%;

        }
        
        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
        }
        
        .contact-icon {
            width: 30px;
            height: 30px;
            background-color: #f0f0f0;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            color: #555;
        }
        
        .contact-text {
            font-size: 14px;
        }
        
        .contact-text a {
            color: #0066cc;
            text-decoration: none;
        }
        
        .contact-text a:hover {
            text-decoration: underline;
        }
        
        .close-btn {
            position: absolute;
            top: 10px;
            left: 30%;
            cursor: pointer;
            color: #999;
        }

		.header-right ul {
    display: flex;
    list-style: none;
}

.header-right ul li {
    margin: 0 3%;
}

.topheader {
    background: #00a652;
    color: #fff;
    display: none;
}

.topheader .row {
    display: flex;
    align-items: center;
       padding: 0%;
    height: 80px;
}
ul.social-header {
    display: flex;
    text-align: center;
    margin: 0;
    padding: 0 2rem;
}

ul.social-header img {
    width: 45px;
    padding: 5px;
}

.header-left {
    display: flex;
    justify-content: flex-end;
}

.header-right ul li a {
    color: #fff;
}

.header-right ul li a:hover {
    color: #fff !important;
    background: transparent !important;
}

.header-right ul {
    margin: 0;
}
.header-right ul {
    display: flex;
    list-style: none;
}

 

.topheader {
    background: #00a652;
    color: #fff;
}

 img.white-logo.d-none.d-md-block.rtl-vr {
    display: none !important;
}

.header-right ul li a {
    color: #fff;
}

.header-right ul li a:hover {
    color: #fff !important;
    background: transparent !important;
}

.header-right ul {
    margin: 0;
}

.topheader {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 99;
}

#navbar .container-lg {
    padding-top: 0px;
}

#navbar .container-lg .row.header-row {
    height: 100px;
}



@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

section.service .row img {
 
  padding: 10px;
  
  animation: pulse 2s infinite;
}
section.saf {
    margin-top: 0%;
}

section.service {
    text-align: center;
    padding: 3%;
	background-image: url("../images/Homepage/backgrounds/BG.png");
	    background-size: 100%;
    background-repeat: no-repeat;
	    padding-bottom: 12%;
}

section.service .row {
    margin-top: 8%;
}

section.service .row img {
       width: 14%;
    position: absolute;
    margin-top: -11% !important;
    margin: auto;
    margin-left: 4%;
}

.service-card {
    background: #b1e3ca;
    text-align: center;
    border-radius: 25px;
    padding-bottom: 1%;
    padding-top: 31%;
}

.service-card img {
    margin: auto;
}

.service-card-body {
    background: #daf1e5;
    border-radius: 15px;
    margin: 3%;
    font-size: 11px;
    padding: 10px 15%;
    margin-top: -7%;
    z-index: 9;
    position: relative;
}

.service-card-body h3 {
    font-size: 20px;
}
.service-card p {
       font-size: 13px;
    line-height: 1.3;
    color: #777;
}

.service-card:hover {
    /* scale: 1.05; */
    padding-bottom: 0;
}

.service-card:hover img {
    scale: 1.3;
}

.service-card:hover .service-card-body {
    margin: 0;
    background: #00a652;
    border-radius: 27px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
	margin-top: -3%;
}

.service-card:hover .service-card-body h3 {
    color: #fff;
}

.service-card:hover .service-card-body p {
    color: #fff;
}

  .sec-title {
    font-size: 30px;
    font-weight: 500;
}

.sec-p {
    font-size: 23px;
}
 
a.goldeb-btn:hover {
       background: #21672e;
    color: #fff;
}

 .services-details__video-link .ripple, .services-details__video-icon .ripple:before, .services-details__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101px;
    height: 101px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--SAF-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--SAF-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--SAF-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--SAF-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}
.services-details__video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.services-details__video-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 24px;
    color: #277a2a;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}
.services-details__video-icon:before {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    content: "";
    border: 6px solid rgba(var(--SAF-white-rgb), .30);
    border-radius: 50%;
    z-index: -1;
}
.services-details__video-link .ripple, .services-details__video-icon .ripple:before, .services-details__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101px;
    height: 101px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--SAF-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--SAF-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--SAF-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--SAF-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}


    .saf-slider-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }
        
        .saf-slider-track {
            display: flex;
            transition: transform 0.5s ease;
        }
        
        .saf-slide {
            min-width: 25%; /* 4 images per slide (100%/4) */
            padding: 10px;
            flex-shrink: 0;
        }
        
        .saf-slide img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s;
        }
        
        .saf-slide img:hover {
            transform: scale(1.03);
        }
        
        .saf-controls {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
        }
        
        .saf-arrow {
            background: rgba(255,255,255,0.8);
            color: #333;
            border: none;
            padding: 10px 15px;
            font-size: 20px;
            cursor: pointer;
            border-radius: 50%;
            margin: 0 10px;
            z-index: 10;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }
        
        .saf-arrow:hover {
            background: white;
        }
        
        .saf-dots {
            text-align: center;
            margin-top: 20px;
        }
        
        .saf-dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            background: #ccc;
            border-radius: 50%;
            margin: 0 5px;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .saf-dot.active {
            background: #28a850;
        }
        
        @media (max-width: 992px) {
            .saf-slide {
                min-width: 33.33%; /* 3 images on tablets */
            }
        }
        
        @media (max-width: 768px) {
            .saf-slide {
                min-width: 50%; /* 2 images on smaller tablets */
            }
        }
        
        @media (max-width: 480px) {
            .saf-slide {
                min-width: 100%; /* 1 image on phones */
            }
        }
		.saf-controls button.saf-arrow {
    display: none;
}

  .saf-slider-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }
        
        .saf-slider-track {
            display: flex;
            transition: transform 0.5s ease;
        }
        
        .saf-slide {
            min-width: 25%; /* 4 images per slide (100%/4) */
            padding: 10px;
            flex-shrink: 0;
        }
        
        .saf-slide img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s;
        }
        
        .saf-slide img:hover {
            transform: scale(1.03);
        }
        
        .saf-controls {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            transform: translateY(-50%);
        }
        
        .saf-arrow {
            background: rgba(255,255,255,0.8);
            color: #333;
            border: none;
            padding: 10px 15px;
            font-size: 20px;
            cursor: pointer;
            border-radius: 50%;
            margin: 0 10px;
            z-index: 10;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }
        
        .saf-arrow:hover {
            background: white;
        }
        
        .saf-dots {
            text-align: center;
            margin-top: 20px;
        }
        
        .saf-dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            background: #ccc;
            border-radius: 50%;
            margin: 0 5px;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .saf-dot.active {
            background: #333;
        }
        
        @media (max-width: 992px) {
            .saf-slide {
                min-width: 33.33%; /* 3 images on tablets */
            }
        }
        
        @media (max-width: 768px) {
            .saf-slide {
                min-width: 50%; /* 2 images on smaller tablets */
            }
        }
        
        @media (max-width: 480px) {
            .saf-slide {
                min-width: 100%; /* 1 image on phones */
            }
        }

		section.our-partners {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 6%;
}

section.our-partners h3.title {
    margin-bottom: 5%;
}

section.our-partners .row.partners-card {
    padding: 0 16%;
    display: flex;
    align-items: center;
}

 
 section.our-partners .row.partners-card img {
    margin: auto;
	    height: 100px;
}
 .dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}



  /* Language Selector Container */
        .language-selector {
            position: relative;
            display: inline-block;
            width: auto;
        }
        
        /* Selected Language Display */
		.language-selector span.arrow {
    border: none;
}
        .selected-language {
            display: flex;
            align-items: center;
            padding: 9px ;
            background: #f5f5f5;
            border-radius: 8px;
            cursor: pointer;
            border: 1px solid #ddd;
            transition: all 0.3s ease;    max-height: 47px;
        }
        
        .selected-language:hover {
            background: #e9e9e9;
        }
        
        .selected-language img {
            width: 20px;
            height: 15px;
            margin-right: 10px;
        }
        
        /* Dropdown Options */
        .language-options {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: white;
            border: 1px solid #ddd;
            border-radius: 5px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            z-index: 100;
            display: none;
            margin-top: 5px;
            max-height: 300px;
            overflow-y: auto;
        }
        
        .language-option {
            display: flex;
            align-items: center;
            padding: 10px 15px;
            cursor: pointer;
            transition: all 0.2s ease;
        }
        
        .language-option:hover {
            background: #f5f5f5;
        }
        
        .language-option img {
            width: 20px;
            height: 15px;
            margin-right: 10px;
        }
        
        /* Show dropdown when active */
        .language-selector.active .language-options {
            display: block;
        }
        
        /* Arrow indicator */
        .arrow {
            margin-left: auto;
            transition: transform 0.3s;
        }
        
        .language-selector.active .arrow {
            transform: rotate(180deg);
        }
		.popup .signup.card .row.ckeck label {
    display: flex
;
    justify-content: flex-end;
    margin-bottom: 3%;
}
.no-acc {
    margin-top: 5%;
}

.no-acc span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #777;
}

.no-acc span a {
    color: #28a84f;
}
#btn-back-to-top {
     position: fixed;
    bottom: 15%;
    right: 20px;
    display: flex !important;
    z-index: 9;
    background: transparent;
    border: none;
    width: max-content !important;
    max-width: fit-content;
    padding: 0;
    text-align: center;
    margin: auto;
    justify-content: center;
}
#btn-back-to-top img {
    width: 70%;
}
button#btn-back-to-top:focus {
    box-shadow: none;
}

ul.contact-list {
    padding: 0;
    margin-top: 12%;
}

ul.contact-list li.contact-item a {
    color: #fff;
}

ul.contact-list li.contact-item {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeee40;
    padding-bottom: 6%;
	    padding-top: 5%;
}

ul.contact-list li.contact-item img {
    width: 6%;

}

ul.contact-list li.contact-item span {
    margin: 0 3%;
}
ul.contact-list li.contact-item span a:hover {
    color: #777 !important;
}
ul.contact-list li.contact-item span a:hover {
    color: #777 !important;
}

li.contact-item.contactus {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

li.contact-item.contactus ul {
    display: flex;
    width: 100%;
    text-align: start;
    margin-top: 5%;
	    padding: 0;
    list-style: disc;
}
li.contact-item.contactus {
    border: none !important;
    margin-top: 13%;
}

li.contact-item.contactus ul li {
    margin-right: 10%;
}
.inside-banneer {
    text-align: center;
    background: #017e3d;
    padding: 5%;
}

.inside-banneer h1 {
    color: #fff;
}
ul.breadcrumb-list {
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 2%;
    color: #000;
	align-items: center;
}

ul.breadcrumb-list a {
    color: #000;
	    display: flex
;
    align-items: center;
}

ul.breadcrumb-list a:hover {
    color: #28a850;
}
.saf-card {
    padding: 3%;
}
 
section.saf-about .col-lg-7 p {
    margin-bottom: 2%;
}

section.saf-about h4 {
    margin-bottom: 2%;
}

section.gradient-bg {
    text-align: center;
    background: #003D1C;
    background: -webkit-linear-gradient(180deg, rgba(0, 61, 28, 1) 11%, rgba(2, 158, 77, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 61, 28, 1) 11%, rgba(2, 158, 77, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 61, 28, 1) 11%, rgba(2, 158, 77, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003D1C", endColorstr="#029E4D", GradientType=0);
    color: #fff !important;
	    margin-bottom: 4%;
}

section.gradient-bg h3 {
    color: #fff;
    padding: 2%;
	    margin-top: 6%;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 3%;
}
.lite-card {
    background: #00a651;
    border-radius: 25px;
    margin-bottom: 8%;
    padding: 6%;
	min-height: 320px;
}

section.gradient-bg .col-lg-12 h3 {
    margin-bottom: 9%;
    margin-top: 4%;
    font-size: 36px;
}

   details {
            width: 100%;
            max-width: 600px;
            margin: 20px auto;
            border: 1px solid #ddd;
            border-radius: 4px;
        }
        
        summary {
            padding: 15px;
            background-color: #f5f5f5;
            color: #333;
            cursor: pointer;
            font-weight: bold;
        }
        
        details[open] summary {
            border-bottom: 1px solid #ddd;
        }
        
        .content {
            padding: 15px;
        }

		.account-wrapper.faq {
    z-index: 0 !important;
}

.account-wrapper.faq .container-lg.full-height-container.faq {
    background: #fff;
    padding: 2%;
    border-radius: 15px;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.17);
    z-index: 0 !important;
	    margin-top: 4%;
}

.account-wrapper.faq .container-lg.full-height-container.faq details {
    border: 1px solid #ddd;
    border-radius: 9px;
       margin-bottom: 1%;
    max-width: 100%;
    margin-top: 0;
}

.account-wrapper.faq .container-lg.full-height-container.faq details summary {
    padding: 1%;
    color: #000;
    background: #b4e4cb;
    border-radius: 9px;
}

.account-wrapper.faq .container-lg.full-height-container.faq details .content {
    background: #fff;
    color: #000;
    border-radius: 9px;
}
.grad-img {
    display: flex;
    justify-content: center;
}

.grad-img img.img-fluid {
    position: absolute;
    margin-top: -4%;
    background: #fff;
    border-radius: 30px;
    padding: 2%;
        width: 120px;
}
.breadcrumb-tf-breadcrumb {
    background: #daf2e5;
}
section.project-sec.prjts.Cousrces .tab-section {
    text-align: center;
    display: flex;
    justify-content: center;
}

section.project-sec.prjts.Cousrces .tab-section .tabs {
    width: 100% !important;
}
section.project-sec.prjts.Cousrces .tabs {
    width: 30% !important;
    max-width: 17% !important;
	padding: 0 !important;
    margin: 0 !important;
}
section.project-sec.prjts.Cousrces .tab-section .tabs {
    padding: 0 !important;
}

section.project-sec.prjts.home .project-box-home .tabs .tab.active {
    border-bottom: 1px solid #39aa4e !important;
    color: #39aa4e !important;
    background: transparent !important;
    border-radius: 0 !important;
}

section.project-sec.prjts.home .project-box-home .tabs .tab {
    padding: 0 !important;
}

section.project-sec.prjts.home .project-box-home .tabs {
    margin-bottom: 2% !important;
}
section.project-sec.prjts .container-lg .project-box-home .tab-section .tab.active {
    border: none;
    background: #28a850;
    color: #fff;
    border-radius: 35px;
    height: 53px;
}
.container-lg.full-height-container.contactus {
    z-index: 0 !important;
}

.container-lg.full-height-container.contactus .card {
    padding: 2%;
    border: none;
    border-radius: 10px;
margin-bottom: 0% !important;
    z-index: 0 !important;
    width: 85%;
    margin: auto;
    margin-top: 0;
}
 
.account-wrapper.contactus {
    z-index: 0;
}

.container-lg.full-height-container.contactus .card label {
    display: block;
    color: #000;
}

.container-lg.full-height-container.contactus .card input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 9px;
    border-radius: 10px;
    background: #f3f3f3;
    font-weight: 400;
    color: #000;
}

.container-lg.full-height-container.contactus .card select {
    width: 100%;
    border: 1px solid #ddd;
    padding: 9px;
    border-radius: 10px;
    background: #f3f3f3;
    font-weight: 400;
    color: #000;
}
.container-lg.full-height-container.contactus .card .col-lg-6 {
    margin-bottom: 2%;
}

.container-lg.full-height-container.contactus .card .col-lg-12 {
    margin-bottom: 2%;
}

.container-lg.full-height-container.contactus .card .col-lg-12 textarea#message {
    width: 100%;
    background: #f3f3f3;
    padding: 2%;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.col-lg-12.contact-title {
    margin: 5% 0;
}

.col-lg-12.contact-title p.text-center {
    margin: 2% 5%;
    margin-bottom: 0;
}

/* Hide the browser's default checkbox */
.container input {
  position: relative;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
 height: 20px;
    width: 20px;
    display: block;
    border: 1px solid #28a850;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #28a850;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: relative;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
     left: 7px;
    top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.row.ckeck-box {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.row.ckeck-box label.container {
    width: -webkit-fill-available;
    display: flex !important;
    max-width: 53px;
}

.row.ckeck-box span {
    padding: 0;
}
.footer-section.contact ul li span {
    display: flex
;
}


.col-lg-12.container-lg.full-height-container.contactus .card {
    padding: 5%;
}

.col-lg-12.container-lg.full-height-container.contactus .card ul li span {
    display: flex;
	    align-items: center;
}

.col-lg-12.container-lg.full-height-container.contactus .card ul li img {
    filter: invert(1);
    margin: 0 1%;
	    width: 16px;
		height: 15px;
}

.col-lg-12.container-lg.full-height-container.contactus .card ul {
    padding: 0;
}

.col-lg-12.container-lg.full-height-container.contactus .card ul li {
    margin-bottom: 9%;
}
.col-lg-12.container-lg.full-height-container.contactus .card ul li a {
    color: #000 !important;
}
.col-lg-12.container-lg.full-height-container.contactus .card span.address {
    display: block;
    color: #000 !important;
}

.col-lg-12.container-lg.full-height-container.contactus .card ul li a {
    color: #000 !important;
}

.col-lg-12.container-lg.full-height-container.contactus .card ul li.footer-mail {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #000;
}
.col-lg-12.container-lg.full-height-container.contactus {
    width: 85% !important;
    margin: auto;
}

.col-lg-12.container-lg.full-height-container.contactus .row {
    width: 95%;
    margin: auto;
}
.col-lg-12.container-lg.full-height-container.contactus {
    width: 85% !important;
    margin: auto;
}

.col-lg-12.container-lg.full-height-container.contactus .row {
    width: 95%;
    margin: auto;
}

 .col-lg-12.container-lg.full-height-container.contactus .card ul li:first-child img {
    filter: invert(0);
}

.col-lg-12.container-lg.full-height-container.contactus .col-lg-8 iframe {
    width: 95%;
    border-radius: 15px;
}
.col-lg-12.container-lg.full-height-container.contactus .card span.address {
    display: block;
    color: #000 !important;
}
.container-lg.full-height-container.contactus .card button#myBtn img {
    transform: rotate(180deg);
}

.container-lg.full-height-container.Branches .card {
    margin: 4% auto;
    width: 64%;
    border-radius: 40px;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.17);
}
.card.gray {
    width: 100% !important;
    background: #f5f5f5;
    text-align: center;
    padding: 10% 5%;
    border-radius: 21px !important;
    box-shadow: none !important;
    border: none;
}

.card.gray img {
    width: 31px;
    margin: auto;
    margin-bottom: 9%;
    filter: opacity(0.5);
}

.card.gray span {
    color: #000;
    line-height: 1.5;
}
.card.gray img.phone {
    filter: brightness(0.5);
}
section.project-sec.prjts.home iframe {
    border-radius: 15px;
}

.container-lg.full-height-container.faq .card {
    margin: 6% auto;
    padding: 5%;
    border-radius: 23px;
    border: none;
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.17);
    width: 75%;
}

.container-lg.full-height-container.faq .card .col-lg-12 {
    text-align: center;
}

.container-lg.full-height-container.faq .card .col-lg-12 h3.title {
    margin-bottom: 5%;
}

.container-lg.full-height-container.faq input.form-control {
    border-radius: 10px;
    background: #f3f3f3;
    color: #000 !important;
}

.container-lg.full-height-container.faq label.opacity-0 {
    display: block;
    opacity: 0;
}

.container-lg.full-height-container.faq a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #28a850;
    color: #fff;
    border-radius: 7px;
    height: 50px;
}

.container-lg.full-height-container.faq a img {
    transform: rotate(180deg);
}
.account-wrapper.case.result .card a.case-result-btn {
    width: 30%;
    margin: auto;
    margin-top: 4%;
    color: #39aa4e;
    background: #e7f5ef;
}
.account-wrapper.case {
    z-index: 0;
}
.account-wrapper {
    z-index: 0;
}
.account-wrapper.license p {
    color: #000;
}
.account-wrapper.license li {
    color: #000;
}



  .wizard-container {
            max-width: 100%;
            margin: -2% auto;
            padding: 0px;
            
            border-radius: 10px;
        }
        
        .wizard-header {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .wizard-steps {
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px;
            position: relative;
        }
        
        .wizard-steps:before {
            content: '';
            position: absolute;
            top: 15px;
              left: 26%;
    right: 27%;
    height: 1px;
    background: #e0e0e0;
    z-index: 1;
        }
        
        .step {
            text-align: center;
            position: relative;
            z-index: 2;
        }
        
        .step-number {
            width: 32px;
            height: 32px;
            line-height: 32px;
            border-radius: 50%;
            background: #e0e0e0;
            color: #999;
            display: inline-block;
            margin-bottom: 5px;
            font-weight: bold;
                border: 1px solid #0d6f2d;
        }
        
        .step.active .step-number {
          background: #fff;
    color: #1c803c;
    border: 1px solid #1c803c;
        }
        .wizard-steps {
    margin: auto;
    background: #017e3d;
    padding: 0% 25% 5% 25%;
}

 

.wizard-steps .step.active .step-label {
    color: #fff !important;
}
        
        .step.completed .step-number {
            background: #8BC34A;
            color: white;
        }
        
        .step-label {
            font-size: 14px;
            color: #c7c7c7;
                font-weight: 300 !important;
        }
        
        .step.active .step-label {
            color: #333;
            font-weight: #400;
        }
        
        .wizard-content {
            padding: 0px;
            min-height: 500px;
                width: 80%;
    margin: auto;
    background: #fff;
    margin-top: -3%;
    z-index: 9;
    position: relative;
    border-radius: 30px;
        margin-bottom: 7%;
        }
        
        .wizard-navigation {
          display: flex;
    justify-content: space-between;
  
    padding-top: 20px;
    border-top: none;
    width: 70%;
    margin: auto;
 
    position: relative;
    z-index: 9;
  
        }
        
        .btn {
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-weight: bold;
            transition: all 0.3s;
        }
        
        .btn-prev {
            background: #f5f5f5;
            color: #666;
        }
        
        .btn-prev:hover {
            background: #e0e0e0;
        }
        
        .btn-next {
            background: #4CAF50;
            color: white;
        }
        
        .btn-next:hover {
            background: #45a049;
        }
        
        .btn-finish {
            background: #2196F3;
            color: white;
            display: none;
        }
        
        .btn-finish:hover {
            background: #0b7dda;
        }
        
        /* Hide all steps by default */
        .step-content {
            display: none;
        }
        
        /* Show active step */
        .step-content.active {
            display: block;
            animation: fadeIn 0.5s;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }


        /* Hide all panes by default */
.tab-pane, .nested-tab-pane {
  display: none;
  padding: 15px;
  border: none;
  border-top: none;
}

/* Show active pane */
.tab-pane.active, .nested-tab-pane.active {
  display: block;
}

/* Tab buttons styling */
.tab-button, .nested-tab-button {
  padding: 10px 20px;
  background: #f1f1f1;
  border: none;
  cursor: pointer;
  margin-right: 5px;
}

/* Active tab button styling */
.tab-button.active, .nested-tab-button.active {
  background: #fff;
  border-bottom: 1px solid #fff;
}


.wizard-content button.tab-button {
    width: 50%;
    margin: 0 !important;
    border: none;
}

.wizard-content .tabs-header {
    display: flex;
    border: none;
}
.wizard-content button.tab-button.active {
    background: #28a850;
    color: #fff;
    border-radius: 25px 25px 0px 0px;
}

    .wizard-content button.tab-button {
        background: #eee;
        color: #333;
        border-radius: 25px 25px 0px 0px;
        padding: 3%;
        font-size: 25px;
}


.step-content.active .nested-tabs-container .nested-tabs-header {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    padding: 0 1%;
}

.step-content.active .nested-tabs-container .nested-tabs-header button.nested-tab-button {
    background: transparent;
    padding-bottom: 2%;
    padding-top: 2%;
}

.step-content.active .nested-tabs-container .nested-tabs-header button.nested-tab-button.active {
    color: #1c803c;
    font-weight: 600;
    border-bottom: 2px solid;
   
}
.wizard-navigation button.btn.btn-next {
    background: #1c803c;
    color: #fff;
}

.wizard-navigation button.btn {
    width: 24%;
    background-color: #017e3d;
}
.notification {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: auto;
    background: #f8f8f8;
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 3%;
}

.notification img {
    width: 20px;
    height: 20px;
    margin: 0 6px;
}
li.breadcrumb-item img {
    height: 22px;
    margin: 0 5px;
}

.liberary-page .tab-section .tab img {
    width: 19px;
    margin: 0 5px;
    filter: invert(1);
}

.liberary-page .tab-section .tab.active img {
    filter: none;
}


.account-wrapper.license .card.table-card{
    background-image: url(../images/Homepage/backgrounds/country-list.png);
    background-size: 100%;
}
.account-wrapper.license .card.table-card.dftrr{
    background-image: url(../images/Homepage/backgrounds/countries.png);
    background-size: 100%;
       
}
.account-wrapper.license .card.table-card table.table.table-bordered {
    margin-top: 10%;
}

.birthday {
    display: flex;
}

.birthday select {
    background: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-right: 6px;
}


.birthday select{
    background-image: url(../images/Homepage/icons/arrow-Down.svg);
        background-repeat: no-repeat;
    background-position: right;
     
       
}

input:focus-visible {
  outline: 1px solid #29813b;
  background-color: #e6f6ef !important;
  
}

.wizard-navigation .col-lg-12 {
    text-align: center;
    margin-top: 5%;
    position: relative;
}

.wizard-navigation .col-lg-12 a#saf-modal-link {
    color: #000;
}

.wizard-footer {
    padding-bottom: 7%;
}

 

.wizard-footer .col-lg-12 .col-lg-12 {
    text-align: center;
    margin-top: 5%;
}

.wizard-footer .col-lg-12 .col-lg-12 a#saf-modal-link {color: #29813b;}

.wizard-footer .col-lg-12 .col-lg-12 a#saf-modal-link span {color: #000;}


.pulse-button {
  /* Button default styles, customize them to match your button */
  display: inline-block;
  padding: 10px 20px;
   
  border: none;
  border-radius: 4px;
  cursor: pointer;
  
  /* Apply the pulse animation */
  animation: pulse 1s infinite;
}


@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.step-content.active h3 {
    text-align: center;
    padding: 3%;
}
.wizard-content .tab-pane {
    min-height: 200px;
}
.saf-modal-content.dftr-data {
    width: 46%;
}

.saf-modal-content.dftr-data label {
    display: block;
    color: #000;
}

.saf-modal-content.dftr-data .col-lg-12 {
    text-align: start;
    margin: 2% 4%;
}

.saf-modal-content.dftr-data .col-lg-12 input {
    width: 84%;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 9px;
    background: #f3f3f3;
    color: #000;
}
.saf-modal-content.dftr-data button#myBtn {
    width: 84%;
    margin: 0;
    margin-top: 6%;
}

.saf-modal-content.dftr-data button#myBtn img {
    transform: rotate(180deg);
}

.nested-tabs-content .card {
    background: transparent;
}

.wizard-progress.mb-4.front-index {
    text-align: center;
    background: #017e3d;
    padding: 5%;
    margin: 0 !important;
    padding-bottom: 6%;
}
    .wizard-progress.mb-4.front-index .inside-banneer {
        padding-top: 0;
    }
    .wizard-progress.mb-4.front-index li.nav-item span {
        color: #dddddd;
        font-weight: 300;
    }

    .wizard-progress.mb-4.front-index span.nav-link.step-indicator.active {
        color: #fff !important;
        font-weight: 400;
    }

.wizard-progress .nav-item {
}

.wizard-progress.mb-4.front-index li.nav-item span.step-number {
    background: #ddd;
    color: #666;
    font-weight: 500;
}

.wizard-progress.mb-4.front-index span.nav-link.step-indicator.active span.step-number {
    background: #fff;
    color: #1c803c;
}

.wizard-progress .nav-item:not(:first-child) .step-number::before {
  display:none
}
.wizard-progress.mb-4.front-index ul:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 13%;
    right: 12%;
    height: 1px;
    background: #e0e0e0;
    z-index: 1;
}
.wizard-progress.mb-4.front-index ul {
    width: 67%;
    margin: auto;
}
.wizard-progress.mb-4.front-index .inside-banneer {
    padding-top: 0;
    padding-bottom: 3%;
}
.content.wiz-body {
    background: transparent;
    margin-top: -4% !important;
    width: 80%;
    margin: auto;
    margin-bottom: 6%;
}
.wizard-step h4 {
    text-align: center;
    margin-top: 4%;
}
    .content.wiz-body .card-header.header-elements-inline {
        display: none;
    }

    .content.wiz-body .card.CarnetIssueWizards {
        border-radius: 25px;
        border: none;
    }

        .content.wiz-body .card.CarnetIssueWizards .card-body {
            padding: 0;
        }

            .content.wiz-body .card.CarnetIssueWizards .card-body button.tab-button {
                width: 50%;
                margin: 0;
            }

            .content.wiz-body .card.CarnetIssueWizards .card-body div#btnHome {
                display: flex;
                background: #017e3d;
            }

.qq-thumbnail-selector {
    height: 100%;
    width: 100%;
    max-height: 160px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 4%;
}
.select2-container--default .select2-selection--multiple {
    background-color: #f3f3f3 !important;
    border: 1px solid #aaa !important;
    border-radius: 10px !important;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}
    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        color: #333;
        font-size: 13px;
        display: flex;
        justify-content: space-between;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        display: flex;
        align-items: center;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        position: relative !important;
        height: 20px;
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 6px;
        border-radius: 35px !important;
        padding: 0 !important;
    }
            .content.wiz-body .card.CarnetIssueWizards .card-body img.qq-thumbnail-selector {
                height: 100%;
                width: 100%;
                max-height: 160px;
                margin-right: 0 !important;
                margin-left: 0 !important;
                margin-bottom: 4%;
            }
            .content.wiz-body .card.CarnetIssueWizards .card-body button {
                font-size: 15px;
                padding: 6px 12px;
                color: #fff;
                border-radius: 10px;
                background: red;
                border: none !important;
            }

                .content.wiz-body .card.CarnetIssueWizards .card-body button.tab-button.active {
                    background: #28a850;
                    color: #fff;
                }

.content.wiz-body {
    padding: 0;
}

    .content.wiz-body .card.CarnetIssueWizards .card-body .tabs-content.mt-3 {
        margin: 0 !important;
    }

        .content.wiz-body .card.CarnetIssueWizards .card-body .tabs-content.mt-3 .notification {
            color: #666;
        }

    .content.wiz-body .card.CarnetIssueWizards .card-body .tab-content div#Ownership_branch {
        color: #000;
        width: 80%;
        margin: auto;
    }

        .content.wiz-body .card.CarnetIssueWizards .card-body .tab-content div#Ownership_branch select#VehicleOwnership_branch {
            border-radius: 8px;
        }


.wizard-step h4 {
    text-align: center;
    margin-top: 4%;
}

.content.wiz-body .card.CarnetIssueWizards .card-body .tabs-content.mt-3 .col-lg-4 {
    width: 50%;
    margin-bottom: 2%;
}

.content.wiz-body .card.CarnetIssueWizards .card-body .tabs-content.mt-3 .col-md-4.mb-3 {
    width: 50%;
}

.content.wiz-body .card.CarnetIssueWizards .card-body .tabs-content.mt-3 label {
    color: #333;
}

.wizard-step .mt-3 {
    display: flex;
    justify-content: space-around;
    margin-top: 4% !important;
    margin-bottom: 3%;
    flex-wrap: wrap;
}

    .wizard-step .mt-3 button.btn {
        border: none;
        padding: 5px !important;
        border-radius: 5px !important;
        font-size: 18px !important;
        width: 21%;
    }

        .wizard-step .mt-3 button.btn.btn-primary {
            background: #1c803c !important;
            color: #fff !important;
        }
.content.wiz-body .card.CarnetIssueWizards .card-body .tabs-content.mt-3 .tab-content {
    border-radius: 0 0 25px 25px !important;
    border: none;
}

.modal-body {
    color: #000;
}

.modal-header button.close {
    border-radius: 35px !important;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-footer button {
    font-size: 16px !important;
    border-radius: 9px !important;
    border: none;
}

    .modal-footer button#confirmGoToPayment {
        background: #1c803c;
        color: #fff;
    }
/*
    .content.wiz-body .card.CarnetIssueWizards .card-body .tabs-content.mt-3 .tab-content.active .wizard-step .mt-3 .container-lg.full-height-container.contactus {
        width: 50% !important;
        min-width: 50%;
    }*/


