@font-face {
    font-family:Poppins;
    src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
    font-family:Poppins-500;
    src: url('../fonts/Poppins-SemiBold.ttf');
}
@font-face {
    font-family:Poly;
    src: url('../fonts/Poly-Regular.ttf');
}

body{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

h2{
	font-family: Poly;
font-size: 36px;
font-weight: 400;
line-height: 48px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #222222;
}
h3{
	font-family: Poppins-500;
font-size: 26px;
line-height: 26px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #222222;
}
p{
	font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 26px;
text-align: left;
color: #676767;
}
#nav-icon1{
    display: none;
}
@keyframes blink-cursor {
	50% {
	  border-color: transparent;
	}
  }
.nev {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nev .logo {
	width: 25%;
}

.nev .logo img {
	width: 100%;
}

.nev .menu .info {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 24px;
}

.nev .menu .info a {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: left;
	text-decoration: none;
}

.nev .menu .info a img {
	margin-right: 7px;
}

.menu .links {
	padding: 0px;
	list-style: none;
	margin: 0px;
	display: flex;
	gap: 26px;
	margin-top: 30px;
}
.header {
	position: absolute;
	width: 100%;
	padding-top: 10px;
	z-index: 100000;
}
.copyright-part {
	display: flex;
	justify-content: space-between;
	padding: 0px 8px;
}
.menu .links li a {
	text-decoration: none;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: left;
	text-transform: uppercase;
}

.bnr {
	height: 100vh;
	background-image: url('../img/banner.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	animation: blink-cursor 0.8s steps(2, start) infinite;
}

.banner-content h2 {
	font-family: Poly;
	font-size: 60px;
	font-weight: 400;
	line-height: 65px;
	text-align: center;
	/* text-underline-position: from-font; */
	/* text-decoration-skip-ink: none; */
	color: #FFFFFF;
}

.banner-content p {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	/* text-underline-position: from-font; */
	/* text-decoration-skip-ink: none; */
	color: #FFFFFF;
	width: 70%;
	margin: 0px auto;
	margin-bottom: 20px;
}
.links a.active::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 2px;
	position: absolute;
	background: #D0AE55;
	left: 0px;
	bottom: 0px;
}

.links a.active{
    color: #D0AE55;
}
.banner-content {
	padding-top: 110px;
}
.header a {
	color: #fff;
}

.header a:hover {
	color: #D0AE55;
}
.menu .links li a {
    padding: 0px 4px;
    position: relative;
}
.btns {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	line-height: 27px;
	text-align: left;
	/* text-underline-position: from-font; */
	/* text-decoration-skip-ink: none; */
	color: #222222;
	text-decoration: none;
	background: #D0AE55;
	border-radius: 6px;
	width: 189px;
	display: inline-block;
	text-align: center;
	height: 52px;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner-content a {
	margin: 0px auto;
}
.btns:hover {
	background: #222;
	color: #fff;
}

.about {
	margin-top: 90px;
}

.about .content p {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	color: #676767;
}
.about .flex-btns {
	margin-top: 24px;
}
.flex-btns a {
	width: auto;
	padding: 0px 20px;
}
.flex-btns {
	display: flex;
	gap: 30px;
}
.btns.white:hover {
	color: #222;
}	
.btns.white {
	background: transparent;
}
.about .img img {
	width: 100%;
}
.about .content p:nth-child(1) {
	margin-bottom: 10px;
}
.about .content h2 {
	padding-right: 20px;
	padding-bottom: 13px;
}

.Services {
	margin-top: 90px;
	background: #FFF8E5;
	padding: 50px 0px;
	position: relative;
}
.Services h2 {
	text-align: center;
	margin-bottom: 30px;
}

.Services .container > p{
	text-align: center;
	margin-bottom:10px;
}
.Services::before{
	content: url('../img/servic-left.png');
	position: absolute;
	top: 0px;
	left:0px;
}
.Services::after{
	content: url('../img/servic-right.png');
	position: absolute;
	bottom: 0px;
	right:0px;
}
.Services .box {
	height: 286px;
	width: 99%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	border-radius: 6px;
}
.Services .box h3 {
	font-family: Poppins;
	font-size: 26px;
	font-weight: 500;
	line-height: 39px;
	text-align: center;
	color: #222222;
}
.Services .box:hover {
	box-shadow: 0px 6px 14px 0px #0000001A;
	transition: 0.5s;
	/* width: 100%; */
	transform: scale(1.02);
}
.Services .box p {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	padding: 0px 41.1px;
}
.partner p {
	margin-bottom: 2px;
	text-align: center;
}
.partner .row > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.partner img {
	width: 80%;
}
.partner h2 {
	text-align: center;
	margin-bottom: 50px;
}
.partner {
	margin-top: 90px;
}

.partner .row > div .img {
	text-align: center;
}
.footer .social-links {
	display: flex;
	gap: 17px;
}
.footer {
	margin-top: 90px;
	background: #222222;
	padding-top: 60px;
}
.footer .info h3 {
	font-family: Poppins-500;
	font-size: 22px;
	line-height: 33px;
	text-align: left;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer .useful-link h3 {
	font-family: Poppins-500;
	font-size: 22px;
	line-height: 33px;
	text-align: left;
	color: #fff;
	margin-top: 47px;
	margin-bottom: 20px;
}
.footer .useful-link a {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	color: #fff;
	display: block;
	text-decoration: none;
}
.copyright {
	margin-bottom: 0px;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	/* text-underline-position: from-font; */
	/* text-decoration-skip-ink: none; */
	color: #FFFFFF;
}
.footer .midl .btn a {
	display: block;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222222;
	background: #D0AE55;
	margin: 20px;
	border-radius: 6px;
	text-decoration: none;
	padding: 12px 22px;
}
.footer .midl .btn a:nth-child(2) span {
	border-radius: 1px sol;
	border-right: 1px solid #D0AE55;
	position: relative;
	right: 8px;
	padding-right: 2px;
}
.footer .midl .btn a:nth-child(2) {
	background: #fff;
}
.footer .midl {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.bnr.abut h2 {
	font-size: 40px;
	font-family: Poly;
	font-weight: 400;
	line-height: 65px;
	text-align: center;
	margin-bottom: -1px;
}
.brds .box .info h3 {
	font-family: Poppins-500;
	font-size: 25px;
	font-weight: 500;
	line-height: 37.5px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222222;
	margin-top: 12px;
	margin-bottom: 5px;
}
.brds .box .info p {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.brds .box p {
	margin-bottom: 0px;
}
.brds .box .info {
	padding: 4px 33px 25px;
}
.brds .box img {
	width: 100%;
}
.brds .box {
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	margin-bottom: 25px;
	height: 600px;
}
.brds + .partner {
	margin-top: 80px;
}
.brds {
	margin-top: 120px;
}
.bnr.abut p {
	margin-bottom: 0px;
}
.footer .container-fluid {
	border-top: 1px solid #fff;
	padding: 10px;
}

.bnr.abut {
	background-image: url('../img/about-baner.png');
	height: 80vh;
}
.footer .info p {
	color: #fff;
}

.mission {
	margin-top: 90px;
	background-image: url('../img/misson.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.mission h2 {
	font-family: Poly;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
	text-align: left;
	color: #222222;
}
.mission p {
	color: #222222;
}
.mission .box {
	background: #D0AE55E3;
	padding: 52px 27px 41px 27px;
}
.contact-info {
	margin-top: 120px;
}
.contact-info .info > div {
	display: flex;
	gap: 40px;
	align-items: center;
	margin-bottom: 30px;
}
.contact-info .cnt {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.contact-info .info > div h3 {
	font-family: Poppins-500;
	font-size: 22px;
	font-weight: 500;
	line-height: 33px;
	text-align: left;
	color: #000000;
	margin-bottom: 0px;
}
.contact-info .info > div p {
	font-size: 18px;
}
.bnr.abut p {
	font-size: 20px;
}
.choose {
	margin-top: 110px;
}
.choose .img img {
	width: 100%;
}
.choose .img ul {
	padding: 13px;
	list-style-image: url('../img/tick.png');
}
.choose .img ul li {
	font-family: Poppins;
	font-size: 18px;
	font-weight: 400;
	line-height: 34px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
}
.choose h2 {
	font-family: Poly;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222222;
}
.choose .info h4 {
	font-family: Poppins-500;
	font-size: 20px;
	/* font-weight: 600; */
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222222;
	margin-top: 20px;
}
.contact-info .img img {
	width: 100%;
}
.bnr.abut .dis {
	font-size: 16px;
	line-height: 24px;
}
.our-service .info p {
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222222;
}
.our-service .with-bg a {
	font-family: Poppins-500;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background: #222222;
	border-radius: 6px;
	padding: 11px 12px;
}
.form h2 {
	font-family: Poly;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222222;
	margin-bottom: 36px;
}
.form .field input {
	width: 100%;
	border: 1px solid #DADADA;
	height: 50px;
	border-radius: 4px;
	padding: 15px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

.form .field textarea {
	width: 100%;
	border: 1px solid #DADADA;
	height: 120px;
	border-radius: 4px;
	padding: 15px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.form .sbtn input {
	margin-top: 0px;
	font-family: Poppins-500;
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	text-transform: uppercase;
	background: #D0AE55;
	padding: 12px 30px !important;
}
.form .sbtn {
	text-align: center;
	/* margin: 30px 0px !important; */
	margin-top: 50px;
}
.form .field {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
}
.form {
	border: 1px solid #DADADA;
	background: #fff;
	box-shadow: 0px 2px 20px 0px #0000001F;
	border-radius: 6px;
	padding: 34px;
	padding-top: 60px;
	padding-bottom: 48px;
	margin-top: -180px;
}
.our-service .box h3 {
	font-family: Poppins-500;
	font-size: 22px;
	font-weight: 500;
	line-height: 33px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #222222;
}
.feedback-section input {
	width: 100%;
	border: 1px solid #DADADA;
	height: 50px;
	border-radius: 4px;
	padding: 8px 15px;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.feedback-section .field > div {
	width: 100%;
}
.feedback-section .field > div label {
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000;
	display: block;
}
.feedback-section .field {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
}
.our-service .box {
	border: 1px solid #D6D6D6;
	border-radius: 6px;
	padding: 20px;
	height: 290px;
}
.our-service .box p {
	text-align: center;
}
.our-service .box {
	border: 1px solid #D6D6D6;
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 24px;
}
.our-service .with-bg {
	margin-bottom: 26px;
}
.our-service .with-bg a span {
	display: block;
}
.our-service .info h2 {
	font-family: Poly;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #000000;
	text-align: center;
}
.our-service .with-bg {
	background: #D0AE55;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 50px 20px;
}


.our-service {
	margin-top: 90px;
}
@media screen and (max-width:992px) {
	#nav-icon1.open {
		top: -9px;
		z-index: 101;
	}
	.copyright-part {
		flex-direction: column-reverse;
	}
	.brds .box {
		height: auto;
	}
	.footer .container-fluid {
		margin-top: 32px;
	}
    .nev .menu .info {
        display: none;
    }
    #nav-icon1 {
        display: block;
    }
    .links {
        position: absolute;
        width: 100%;
        left: -100%;
        padding: 20px !important;
        flex-direction: column;
        background: #222;
        transition: 0.5s;
    }

	.bnr {
		height: 60vh;
	}
    #nav-icon1.open + .links {
        left: 0px;
        transition: 0.5s;
    }
}
@media screen and (max-width:768px) {
	.banner-content h2 {
		font-size: 25px !important;
		line-height: 28px !important;
	}
	.mission h2 {
		font-size: 31px !important;
		line-height: 48px;
		text-align: center;
	}

	.choose .img ul li {
		font-size: 16px;
		line-height: 24px;
	}
	.choose .img ul {
		padding-left: 27px;	
	}
	.our-service {
		margin-top: 61px;
	}
	.choose h2 {
		font-size: 31px !important;
		text-align: center;
	}
	.our-service .info h2 {
		font-size: 31px !important;
		line-height: 40px !important;
	}

	.our-service .with-bg {
		padding: 31px 20px;
	}
	.our-service .info p {
		font-size: 18px;
	}
	.our-service .box {
		margin-bottom: 22px;
		height: auto;
	}
	.choose .info h4 {
		text-align: center;
	}
	.bnr.abut h2 {
		font-size: 31px !important;
		line-height: 40px !important;
	}
	.choose .info p {
		text-align: center;
	}
	.mission {
		margin-top: 30px;
	}
	.choose {
		margin-top: 53px;
	}
	.footer {
		margin-top: 39px;
		padding-top: 35px;
	}
	.mission .box {
		padding: 35px 12px 16px 12px;
	}
	.mission p {
		color: #222222;
		text-align: center;
	}
	.partner h2 {
		margin-bottom: 30px;
	}
	.partner .row > div .img {
		text-align: center;
		margin-bottom: 20px;
	}
	.about {
		margin-top: 50px;
	}
	.footer .useful-link h3 {
		margin-top: 7px;
		text-align: center;
	}
	.footer .midl .btn a {
		font-size: 18px;
	}
	.footer .useful-link a {
		text-align: center;
	}
	.partner {
		margin-top: 50px;
	}
	.bnr.abut {
		background-image: url('../img/about-baner.png');
		height: 50vh;
	}
	h2 {
		font-size: 25px !important;
		line-height: 33px !important;
	}
	.about .thrd {
		margin-top: 19px !important;
	}
	.about .content h2 {
		padding-right: 0px;
		text-align: center;
	}
	.about.pg h2 {
		padding-bottom: 0px;
	}
	.about.pg .content p:nth-child(1) {
		margin-bottom: 2px;
	}
	.contact-info {
		margin-top: 50px;
	}
	.about .thrd h3 {
		text-align: center;
	}
	h3 {
		font-size: 21px;
	}
	.contact-info .info > div {
		gap: 9px;
	}
	.contact-info .info > div h3 {
		font-size: 18px;
		line-height: 26px;
	}
	.contact-info .info > div {
		margin-bottom: 20px;
	}
	.about .thrd p {
		text-align: center;
	}
	.choose > .container > .row {
		flex-direction: column-reverse;
	}
	.copyright {
		font-size: 16px;
		line-height: 24px;
	}
	.Services {
		margin-top: 61px;
		padding: 40px 0px;
	}
	.about .img img {
		width: 100%;
		margin-top: 20px;
	}
	.Services .box h3 {
		font-size: 22px;
		line-height: 24px;
	}
	.flex-btns {
		gap: 6px;
		justify-content: center;
	}
	.Services .box {
		margin-bottom: 30px;
	}
	.about .flex-btns {
		margin-top: 18px;
	}
	.flex-btns a {
		width: auto;
		padding: 0px 12px;
	}
	.about .content p {
		text-align: center;
	}
.links {
        height: 100vh;
        top: 0px;
        z-index: 100;
        position: fixed;
        margin-top: 0px !important;
    }
	.banner-content {
		padding-top: 100px;
	}
	.nev {
		justify-content: center;
	}
    .banner-content p {
        font-size: 16px;
        width: 100%;
    }
	.feedback-section .field {
		flex-direction: column;
		gap: 19px;
		margin-bottom: 30px;
	}
	.bnr {
		height: 60vh;
	}
	.feedback-section textarea {
		margin-bottom: 20px !important; 
	}
	.brds {
		margin-top: 60px;
	}
    .nev .logo {
        width: 57%;
    }
	.brds .box .info h3 {
		font-size: 22px;
		line-height: 28px;
	}
	.brds .box .info p {
		font-size: 16px;
		line-height: 24px;
		padding: 0px 0px;
	}
	.brds .box .info {
		padding: 4px 15px 22px;
	}
	.brds + .partner {
		margin-top: 30px;
	}
    .btns {
        font-size: 16px;
        width: 160px;
        height: 43px;
    }
	.Services {
		position: relative;
		z-index: -1 !important;
	}
	.footer .social-links {
		justify-content: center;
	}
	.footer .info p {
		text-align: center;
	}
	.form {
		padding: 17px;
		padding-top: 24px;
		padding-bottom: 38px;
		margin-top: -20px;
	}
	.footer .info h3 {
		text-align: center;
	}
	.card-slider {
		position: relative;
		z-index: 0;
	}
	.form h2 {
		font-size: 30px !important;
		line-height: 39px !important;
		margin-bottom: 18px;
	}
	.form .field {
		flex-direction: column;
		gap: 30px;
	}

	.form .sbtn input {
		font-size: 15px;
		line-height: 30px;
		padding: 8px 0px !important;
		width: 100%;
	}
	.form .sbtn {
		margin-top: 31px;
	}
	.contact-info > .container > .row {
		flex-direction: column-reverse;
	}
	.contact-info .img img {
		margin-bottom: 30px;
	}
}
