/* TypoGraphy */

* {
	box-sizing: border-box
}

:focus {
	outline: none !important;
	box-shadow: none;
}

figure {
	margin: 0 0 0;
}

textarea.form-control {
	resize: none;
	overflow: hidden
}
html {
    overflow-x: hidden;
}
html,
body {
	width: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: "Inter", sans-serif;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body {
	overflow-x: hidden;
}
img {
	max-width: 100%;
}

a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #fff;
}

a:hover {
	color: #fff;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.781vw;
	padding: 0;
	color: #000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #000;
}



p {
    margin-bottom: 0.781vw;
    font-style: normal;
	font-size: 0.833vw;
    line-height: 190%;
    font-weight: normal;
    color: #000;
}
p a {
    color: #000;
    text-decoration: underline;
}
p a:hover{
    color: #000;
	text-decoration: none;
}
b, strong {
	font-family: "Inter", sans-serif;
    font-weight: bold;
}
p:last-child {
	margin-bottom: 0;
}

ul {
	padding: 0 0 1.042vw 0;
	margin: 0;
}

ol {
	padding-left: 0;
    margin: 0;
	padding-bottom: 1.042vw;
	counter-reset: listitem;
}


ol li::before {
	counter-increment: listitem;
	content: counters(listitem, '.') '.';
	color: #000;
	display: inline-block;
	position: absolute;
	margin-left: -0.885vw;
}

li {
    margin: 0;
    padding: 0 0 0.417vw 0.938vw;
	font-weight: normal;
    list-style: none;
    color: #000;
    font-size: 0.833vw;
    line-height: 1.458vw;
    list-style: none;
    position: relative;
}
li a {
    color: #000;
	text-decoration: underline;
}
li a:hover {
    color: #e12454;
	text-decoration: none;
}
li:last-child {
    margin-bottom: 0;
}
ul li::before {
    content: "";
    width: 0.365vw;
    height: 0.365vw;
    background: #e12454;
    border-radius: 0.521vw;
    position: absolute;
    margin-left: -0.938vw;
    top: 0.469vw;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}
.button {
    min-width: 9.531vw;
    height: 2.604vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.042vw;
	background: #fadf16;
	border-radius: 1.354vw;
	font-size: 0.729vw;
	color: #000000;
	cursor: pointer;
	transition: 0.7s;
}
.button span {
	margin-right: 0.521vw;
}
.button:hover {
	background: #fadf16;
	color: #fff;
}
.button svg path {
    transition: 0.7s;
}
.button:hover svg path {
	stroke: #fff;
}
/** ================== // HEADER CSS START // ================== **/
.header {
    position: relative;
    margin: 0;
    /*padding: 1.563vw 0;*/
    z-index: 9;
    background: #0d1b3a;
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.logo img {
    width: 150px;
}
.main-nav {
    position: relative;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
	align-items: center;
}
.main-nav .menu-bar {
    display: none;
}
.navigation {
    margin: 0 1.042vw 0 0;
    padding: 0 0 0 0;
}
.navigation .moblelogo {
    display: none;
}

.nav-manu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-manu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    list-style-type: none;
}
.nav-manu ul li {
    position: relative;
    margin: 0 0 0 1.563vw;
    padding: 0;
    font-size: 0.938vw;
	line-height: 0.938vw;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.nav-manu ul li::before{
	display: none;
}
.nav-manu ul li a {
    color: #fff;
    text-decoration: none;
    padding: 0 0;
    display: block;
}
.nav-manu ul li:hover a {
	color:#fadf16;
}
.nav-manu ul li.current-menu-item a{
	color:#fadf16;
}

/** SUB MENU **/
.navigation ul li ul.sub-menu {
    position: absolute;
    display: block;
    top: 100%;
    width: auto;
    transform: scale(1, 0);
    transition: all 0.5s;
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    min-width: 14.323vw;
    padding: 0;
    left: 0;
    z-index: 1999;
    padding: 0;
    width: auto;
    padding-top: 0;
    padding: 0;
    background: transparent;
}
.navigation ul li ul.sub-menu::before {
    content: "";
    position: absolute;
    top: -0.521vw;
    left: 10%;
    width: 0.313vw;
    height: 0.313vw;
    transform: rotate(180deg);
    transition: 0.4s;
    border-left: 0.521vw solid transparent;
    border-right: 0.521vw solid transparent;
    border-top: 0.521vw solid #ffffff;
    margin-top: 0;
}

.navigation ul li ul.sub-menu.shop-submenu {
	left: auto;
	right: 0;
}
.navigation ul li:hover>ul.sub-menu {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.navigation ul li ul.sub-menu.shop-submenu::before {
	left: auto;
	right: 2.083vw;
}
.navigation ul li ul.sub-menu li:first-child {
    border-radius: 0;
}
.navigation ul li ul.sub-menu li:last-child {
	border-radius: 0;
	margin-bottom: 0;
}
.navigation ul li ul.sub-menu li {
    padding: 0;
    width: 100%;
    margin: 0 0 0;
    transition: .4s;
    position: relative;
    border-bottom: 0.052vw solid rgba(221, 221, 221, 0.23);
    background: #fff;
}
.navigation ul li ul.sub-menu li::after {
	display: none;
}
.navigation ul li ul.sub-menu li::before {
	right: 0.781vw;
	transform: rotate(-40deg) translateY(-20%);
	top: 43%;
}
.navigation ul li ul.sub-menu li a {
    padding: 0.833vw 0.833vw;
    color: #000;
	font-size: 0.781vw;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.navigation ul li ul.sub-menu li ul.sub-menu li a {
	color: #000;
}
.navigation ul li ul.sub-menu li a::after {
	display: none;
}
.navigation ul li ul.sub-menu li:last-child a {
	border-bottom: none;
}
.navigation ul li ul.sub-menu li:hover {
    background-color: #1C3879;
}
.navigation ul li ul.sub-menu li.current-menu-item {
	background-color: #183068;
}

.navigation ul li ul.sub-menu li.current-menu-item a {
	color: #fff;
}
.navigation ul li ul.sub-menu li:hover a {
	color: #fff;
}
.navigation ul li ul.sub-menu li ul.sub-menu li:hover a {
	color: #fff;
}

.navigation ul li ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
    padding-left: 0.521vw;
}

.navigation ul li ul.sub-menu ul.sub-menu::before {
    content: "";
    position: absolute;
    top: 0.885vw;
    left: -0.208vw;
    width: 0.313vw;
    height: 0.313vw;
    transform: rotate(92deg);
    transition: 0.4s;
    border-left: 0.521vw solid transparent;
    border-right: 0.521vw solid transparent;
    border-top: 0.521vw solid #ffffff;
    margin-top: 0;
}
.navigation ul li ul.sub-menu li:last-child {
	border-bottom: none;
}
.navigation ul li ul.sub-menu ul.sub-menu li {
	border-left: 0;
}
.navigation .menu-item-has-children > a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -0.625vw;
	width: 0.365vw;
	height: 0.365vw;
	transform: translateY(-50%);
	transition: 0.4s;
	border-left: 0.208vw solid transparent;
	border-right: 0.208vw solid transparent;
	border-top: 0.26vw solid #ffffff;
	margin-top: 0.104vw;
}
.navigation ul li.current-menu-item > a::before {
    border-top-color: #fff;
}
.navigation ul li.menu-item-has-children:hover a::before {
	border-top-color: #fff;
	transition: 0.4s;
}
.navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children a::before {
    right: 0.208vw;
    border-top: 0.313vw solid transparent;
    border-bottom: 0.313vw solid transparent;
    border-left: 0.313vw solid #1C3879;
    margin-top: 0;
}
.navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover a::before {
    border-left-color: #ffffff;
	opacity: 0;
}
.navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children a::before {
    border-left-color: #519342;
}
.navigation ul li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children:hover a::before {
    border-left-color: #ffffff;
}
.navigation ul li ul.sub-menu li a:hover {
	color: #fff;
}
.nav-manu ul > li.menu-item-has-children {
    padding-right: 0.521vw;
}
.navigation ul li ul.sub-menu li a .menu-icon {
    width: 1.042vw;
    height: 1.042vw;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-right: 0.625vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-right.nav-manu li {
    margin-left: 1.042vw;
}
.header-right ul li::after {
    content: "|";
    position: absolute;
    left: -0.625vw;
    top: 0;
}
.header-right ul li:first-child::after {
	display: none;
}
.header-right {
    position: relative;
}
.header-right::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.677vw;
    height: 2.24vw;
    width: 0.052vw;
    background: #fadf16;
}
/** ================== // HEADER CSS END // ================== **/

/** ================== // HERO CSS START // ================== **/
.hero-home {
    position: relative;
    height: 41.646vw;
}
.hero-home-slider {
	height: 100%;
}
.hero-home-slider div {
	height: 100%;
}
.hero-img-figure {
    margin: 0;
    padding: 0;
    position: relative;
}
.hero-img-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-img-figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.hero-item{
    position: relative;
    margin: 0;
    padding: 0;
}

.hero-content-absolute{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-top: 0;
}
.hero-content-info {
    max-width: 44.896vw;
    margin: 0 auto;
}
.hero-content-info h1,
.hero-content-info h2 {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-size: 3.125vw;
	line-height: 4.167vw;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
}
.hero-home-slider .slick-slide > div {
    display: flex;
    flex-wrap: wrap;
}
.hero-home-slider .slick-slide .hero-content-absolute,
.hero-home-slider .slick-slide .hero-content-absolute div {
    height: auto;
}
.slider-btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.083vw;
    height: 1.823vw;
}
.slider-btn-wrap .d-flex {
    justify-content: flex-end;
}
.slider-btn-wrap .slick-arrow {
    position: unset !important;
    border-color: #fff !important;
    width: 1.146vw;
    height: 1.094vw;
    margin-left: 1.042vw;
    margin-top: 0.313vw;
}
/** ================== // HERO CSS END // ================== **/

/** ================== // ABOUT SECTION CSS START // ================== **/
.about-section {
	background: #0d1b3a;
	padding: 4.167vw 0;
}
.about-top-info-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.about-top-left-col {
    width: 22.396vw;
}
.about-top-left-col h2 {
    font-weight: 500;
    font-size: 2.24vw;
    line-height: 2.708vw;
    text-transform: uppercase;
    color: #0d1b3a;
    font-family: "Poppins", sans-serif;
    margin: 0;
}
.about-top-right-col {
    width: 49.219vw;
}
.about-top-right-col p {
    font-size: 0.833vw;
    line-height: 190%;
    color: #FFFFFF;
}
.btn-block {
    margin-top: 1.563vw;
}
.about-achievement-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 2.865vw;
    margin-top: 4.167vw;
}
.about-col-4 {
    width: calc(33.33% - 2.865vw);
}
.about-achievement-item {
    background: #0d1b3a;
    border: 0.052vw solid #fadf16;
    box-shadow: 0 0.208vw 0.24vw rgba(0, 0, 0, 0.25);
    border-radius: 1.25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 9.219vw;
	column-gap: 1.823vw;
}
.about-achievement-icon {
    width: 3.646vw;
    text-align: center;
}
.about-achievement-icon svg {
    width: 100%;
}
.about-achievement-info h4 {
    font-weight: 700;
    font-size: 2.083vw;
    line-height: 1.667vw;
    color: #FFFFFF;
    margin-bottom: 0.781vw;
}
.about-achievement-info p {
    font-size: 0.833vw;
    line-height: 150%;
    color: #FFFFFF;
}
/** ================== // ABOUT SECTION CSS END // ================== **/

/** ================== // FEATURED PROJECT SECTION CSS START // ================== **/
.featured-project-section {
	margin: 0;
	padding: 4.167vw 0;
	position: relative;
}
.heading {
    text-align: center;
    margin-bottom: 2.604vw;
}
.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h5 {
    text-transform: uppercase;
    font-size: 2.344vw;
    line-height: 2.813vw;
    position: relative;
    margin: 0 0 0.781vw;
    color: #234692;
    font-family: "Lato", sans-serif;
    font-weight: normal;
}
.heading img {
	margin: 0 auto 0;
}
.featured-project-warp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.featured-project-col-left {
    width: 34.792vw;
}
.featured-project-img {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 1.042vw 0 1.042vw 0;
    height: 100%;
}
.featured-project-img img {
    border-radius: 1.042vw 0 1.042vw 0;
    transition: 0.7s;
    overflow: hidden;
    width: 100%;
		height: 100%;
		object-fit: cover;
}
.featured-project-img img:hover {
    transform: scale(1.1);
}
.featured-project-col-right {
	width: 36.458vw;
}
.featured-project-info-dtls {
	margin: 0;
	padding: 0;
}
.featured-project-logo {
    margin-bottom: 1.823vw;
}
.featured-project-logo img {
    max-width: 150px
}
.featured-project-info-dtls h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.667vw;
    line-height: 1.979vw;
    text-transform: uppercase;
    color: #0d1b3a;
    padding-right: 0.781vw;
    margin-bottom: 1.042vw;
}
.featured-project-info-dtls p {
	color: #4D4D4D;
    font-size: 0.781vw;
}
/** ================== // FEATURED PROJECT SECTION CSS END // ================== **/

/** ================== // AMENITIES SECTION CSS START // ================== **/
.amenities-section {
	margin: 0;
	padding: 4.167vw 0;
	background: rgba(244, 240, 231, 0.42);
}
.amenities-section .heading h4 {
    font-size: 1.667vw;
    line-height: 1.979vw;
    color: #0d1b3a;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin: 2.604vw auto 0;
    max-width: 34.01vw;
}
.amenities-warpper {
    display: flex;
    flex-wrap: wrap;
    max-width: 64.323vw;
    margin: 0 auto;
    row-gap: 4.167vw;
}
.amenities-col-4 {
	width: 25%;
	padding: 0 2.083vw 0;
}
.amenities-col-info {
	width: 100%;
	border-radius: 0.521vw;
	margin: 0;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
}
.amenities-icon {
    width: 6.094vw;
    height: 6.094vw;
    margin: 0 auto 1.563vw;
    background: #FEFEFE;
    border: 0.069vw solid #C2A665;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
}
.amenities-col-info a:hover .amenities-icon {
	background: #C2A665;
}
.amenities-col-info svg {
    display: block;
    margin: 0 auto 0;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    height: 3.281vw;
}
.amenities-col-4:nth-child(2) .amenities-col-info svg {
    height: 2.344vw;
}
.amenities-col-info:hover a svg {
    transform: scale(1.05);
}
.amenities-col-info svg path {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
}
.amenities-col-info a {
    font-weight: 600;
    font-size: 1.042vw;
    line-height: 1.615vw;
    color: #4D4D4D;
    text-align: center;
    display: block;
}
.amenities-col-info:hover a svg path {
    fill: #fff;
}
/** ================== // AMENITIES SECTION CSS END // ================== **/

/** ================== // SITE PLAN SECTION CSS START // ================== **/
.site-plan-section {
    background: #fff;
    padding: 4.167vw 0 2.083vw;
}
.site-plan-img-wrap img {
    border-radius: 2.031vw;
}
/** ================== // SITE PLAN SECTION CSS END // ================== **/

/** ================== // INFRASTRUCTURE SECTION CSS START // ================== **/
.infrastructure-section {
	background: #fff;
	padding: 4.167vw 0 2.083vw;
}
.infrastructure-warpper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.042vw;
    column-gap: 1.042vw;
}
.infrastructure-col-4 {
    width: calc(33.33% - 1.042vw);
}
.infrastructure-img-col {
    border-radius: 0.521vw 0.521vw 0 0;
    overflow: hidden;
}
.infrastructure-img-col img {
    border-radius: 0.521vw 0.521vw 0 0;
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.infrastructure-info-col {
    background: #0d1b3a;
    min-height: 13.073vw;
}
.infrastructure-info-col {
    background: #0d1b3a;
    padding: 2.604vw 1.042vw;
    min-height: 13.073vw;
    text-align: center;
    border-radius: 0 0 0.521vw 0.521vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infrastructure-col-info {
    display: flex;
    flex-direction: column;
}
.infrastructure-info-inner {
    max-width: 19.531vw;
    margin: 0 auto;
}
.infrastructure-info-col h5 {
    font-weight: 500;
    font-size: 1.042vw;
    line-height: 1.406vw;
    text-transform: uppercase;
    color: #fadf16;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0.521vw;
}
.infrastructure-info-col p,
.infrastructure-info-col ul li {
    font-size: 0.833vw;
    line-height: 170%;
    text-transform: capitalize;
    color: #FFFFFF;
}
.infrastructure-col-4:nth-child(even) .infrastructure-info-col {
    order: -1;
    border-radius: 0.521vw 0.521vw 0 0;
    max-height: 11.51vw;
}
.infrastructure-col-4:nth-child(even) .infrastructure-img-col,
.infrastructure-col-4:nth-child(even) .infrastructure-img-col img {
    border-radius: 0 0 0.521vw 0.521vw;
}
.infrastructure-info-col ul li::before {
	display: none;
}
.infrastructure-info-col ul li {
    padding: 0;
    list-style-type: disc;
    margin: 0;
    list-style-position: inside;
    margin-bottom: 0.26vw;
}
.infrastructure-info-col ul li:last-child {
	margin-bottom: 0;
}
.infrastructure-info-col ul {
    padding: 0;
}
/** ================== // INFRASTRUCTURE SECTION CSS END // ================== **/

/** ================== // STANDARD SPECIFICATION SECTION CSS START // ================== **/
.standard-specification-section {
    padding: 4.167vw 0 2.083vw;
    background: #fff;
}
.standard-specification-row {
    display: flex;
    flex-wrap: wrap;
    margin: 4.167vw -0.781vw 0;
	gap: 1.198vw 0;
}
.standard-specification-col {
    width: 33.33%;
    padding: 0 0.729vw 0;
}
.standard-specification-card {
	background: rgba(244, 240, 231, 0.42);
	box-shadow: 0 0.208vw 0.438vw rgba(0, 0, 0, 0.2);
	border-radius: 0.26vw;
    padding: 1.615vw 2.083vw 1.198vw;
    text-align: center;
    min-height: 17.708vw;
    transition: .35s ease;
}
.standard-specification-card-info img {
    height: 3.177vw;
}
.standard-specification-card-info {
    margin: 0 auto;
}
.standard-specification-card-info h3 {
    color: #4D4D4D;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.042vw;
    margin: 1.354vw 0 0.469vw;
    line-height: 1.563vw;
}
.standard-specification-card-info p {
    color: #4D4D4D;
    text-transform: capitalize;
}
/** ================== // STANDARD SPECIFICATION SECTION CSS END // ================== **/

/** ================== // PREVIOUS PROJECTS SECTION CSS START // ================== **/
.previous-projects-section{
	margin: 0;
	padding: 4.167vw 0;
	background: #fff;
	position: relative;
	z-index: 1;
}
.projects-prev-slider{

}
.slide-img-info{
	padding: 0 0.26vw;
	display: flex !important;
	flex-wrap: wrap;
}
.slide-img-info a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slide-img-info img{
	width: 100%;
	transition: 0.7s;
}
.slide-img-info:hover img{
	transform: scale(1.1);
}
.projects-fix-headline{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6.25vw;
	background: linear-gradient(180deg, rgba(75, 75, 75, 0) 0%, rgba(52, 52, 52, 0.794181) 66.25%, #000000 100%);
	padding: 3.385vw 1.458vw 0.833vw;
}
.projects-fix-headline h6 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.938vw;
	font-weight: 600;
}
.projects-fix-headline p {
    color: #fff;
    line-height: 0.833vw;
}
.projects-prev-slider .slick-arrow {
    border-color: #fff;
}
.projects-prev-slider .slick-prev {
    left: -1.771vw;
}
.projects-prev-slider .slick-next {
    right: -1.771vw;
}
.slick-dots li.slick-active button {
    background: #234692;
}
.projects-prev-slider ul.slick-dots {
    bottom: 0;
    position: relative;
    margin-top: 1.563vw;
}
.slick-lightbox-close {
    height: 2.083vw;
    width: 2.083vw;
}
.slick-lightbox-close:before {
    font-size: 2.813vw;
    line-height: 2.083vw;
}
/** ================== // PREVIOUS PROJECTS SECTION CSS END // ================== **/

/** ================== // QUESTIONS FORM SECTION START // ================== **/
.question-form-section{
	margin: 0;
	padding: 4.167vw 0;
	background: rgba(244,240,231,0.42);
}
.question-form-outer{
	background: #FFFFFF;
	box-shadow: 0 0 0.781vw rgba(0, 0, 0, 0.25);
	border-radius: 1.146vw;
	padding: 2.344vw 6.094vw 3.854vw;
}
.question-form-outer .heading h2 {
    text-transform: none;
}
.form-question-table{
	display: flex;
	flex-wrap: wrap;
	gap: 1.927vw 2.708vw;
}
.form-group {
    width: calc(50% - 2.708vw);
    position: relative;
    margin: 0;
}
.fleid-icon {
    position: absolute;
    top: 0;
    left: 2.76vw;
    height: 3.177vw;
    width: 1.354vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.medium{
	width: 100%;
	height: 3.177vw;
	border: 0.052vw solid #4D4D4D;
	border-radius: 1.771vw;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 0.833vw;
	line-height: 0.99vw;
	display: flex;
	align-items: center;
	color: #848484;
	padding: 0 0 0 4.896vw;
	appearance:none;
}
select.medium{
	background: url('../images/select-icon.svg') no-repeat right 3.073vw center;
}
.submit-btn{
	width: 13.958vw;
	height: 2.604vw;
	background: #fadf16;
	border-radius: 1.354vw;
	font-size: 0.833vw;
	line-height: 0.99vw;
	color: #000000;
	border: none;
	cursor: pointer;
}
.submit-btn:hover{
	background: #234692;
	color: #fff;
}
.form-group.form-submit {
    width: 100%;
    text-align: center;
    margin-top: 2.24vw;
}
/** ================== // QUESTIONS FORM SECTION END // ================== **/

/** ================== // FOOTER START // ================== **/
.footer{
	position: relative;
}
.footer-top-section{
	margin: 0;
	padding: 8.333vw 0 5.781vw;
	background: #0d1b3a;
}
.footer-warpper{
	display: flex;
	flex-wrap: wrap;
}
.footer-col-1 {
    width: 18.75vw;
    padding-right: 1.563vw;
    margin-top: -2.344vw;
}
.footer-col-txt-left{
	margin: 0;
	padding: 0;
}
.footer-logo{
	margin: 0 0 1.823vw;
}
.footer-logo img{
    width: 150px;
}
.footer-col-txt-left p{
	margin: 0;
	padding: 0;
	color: #fff;
}
.footer-col-2 {
    width: 16.094vw;
    padding-top: 2.188vw;
    margin-right: 2.656vw;
}
.footer-post-addrs {
    display: flex;
    flex-wrap: wrap;
	margin: 0 0 0.625vw;
}
.footer-post-addrs.email-post {
    align-items: center;
}
.ftricon{
	width: 1.042vw;
}
.ftrinfo{
	width: calc(100% - 1.042vw);
	padding-left: 0.521vw;
}
.ftrinfo h6 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	font-size: 0.833vw;
}
.ftrinfo p {
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.042vw;
}
.ftrinfo p a{
	color: #fff;
	text-decoration: none;
}
.footer-menu {
    width: 14.271vw;
    padding-top: 0;
}
.footer-menu h5 {
    color: #fff;
    font-size: 0.938vw;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: bold;
}

.footer-menu ul{
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
    margin: 0 0 1.042vw;
    padding: 0;
    display: block;
    text-transform: uppercase;
    line-height: 0.938vw;
}
.footer-menu ul li:last-child {
    margin-bottom: 0;
}
.footer-menu ul li::before {
	display: none;
}
.footer-menu ul li a {
	color: #fff;
	text-decoration: none;
}
.footer-menu ul li a:hover {
    color: #fadf16;
}
.footer-menu h5 {
    color: #fff;
    font-size: 0.938vw;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: bold;
    line-height: 1.667vw;
    margin: 0 0 1.354vw;
}
.footer-map {
	width: 22.188vw;
}
.footer-map img {
	width: 100%;
}
.footer-map iframe {
	width: 100%;
	height: 14.844vw;
}
.copyright-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-copyright {
    margin: 0;
    padding: 0.875vw 0;
    background: #fadf16;
}
.copyright {
	margin: 0;
	padding: 0;
}
.copyright p {
	color: #0E0E0E;
}
.copyright p img {
    margin-top: -0.156vw;
}
.copyright ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.copyright ul li {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.copyright ul li:first-child::before {
	display: none;
}
.copyright ul li::before {
    content: "|";
    background: none;
    margin: 0 0.156vw;
    left: auto;
    right: 0;
    position: relative;
    top: 0;
}
.copyright ul li a {
	text-decoration: none;
	color: #0E0E0E;
}
.copyright ul li a:hover {
	text-decoration: underline;
	color: #0E0E0E;
}
.scroll-top-fixed {
    position: absolute;
    bottom: 6.563vw;
    right: 6.771vw;
}
.scroll-top-fixed a {
    display: flex;
    width: 2.917vw;
    height: 2.917vw;
    background: #fadf16;
    align-items: center;
    justify-content: center;
}
/** ================== // FOOTER END // ================== **/

/** ================== // ABOUT PAGE CSS START // ================== **/
.hero-home.about-banner {
    height: 33.75vw;
}
.about-banner .hero-img-figure:after {
    background: rgba(28, 54, 106, 0.7);
}
.breadcrumb-wrap {
    text-align: center;
}
.breadcrumb-wrap .breadcrumb-item {
    color: #fff !important;
    font-size: 0.833vw;
    font-family: "Poppins", sans-serif;
}
.breadcrumb-wrap .breadcrumb-item.active {
    font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
	color: #fff !important;
}
.about-section-two {
    background: #fff;
    padding: 5.208vw 0 4.167vw;
}
.about-section-two .about-top-right-col p {
    color: #4D4D4D;
}
.our-leader-section {
    padding: 1.563vw 0 2.604vw;
}
.our-leader-wrap {
    max-width: 62.083vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.our-leader-col-left {
    width: 18.958vw;
}
.our-leader-col-left img {
    transition: 0.7s;
	border-radius: 1.042vw 0 1.042vw 0;
}
.our-leader-col-left img:hover {
    transform: scale(1.1);
}
.our-leader-col-right {
    width: 41.042vw;
}
.our-leader-col-right h3 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.25vw;
    color: #000000;
    margin: 0 0 1.042vw;
}
.our-leader-col-right p {
    color: #4D4D4D;
    font-size: 0.781vw;
}
.our-leader-col-right h4 {
    font-size: 1.042vw;
    line-height: 110%;
    color: #000000;
    margin: 1.563vw 0 0.781vw;
}
.why-choose-us-section {
	background: #fff;
	padding: 4.167vw 0 2.083vw;
}
.why-choose-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 1.042vw;
    margin-top: 4.167vw;
}
.why-choose-col-3 {
    width: calc(25% - 1.042vw);
}
.why-choose-item {
    background: #FFFFFF;
    border: 0.052vw solid #0d1b3a;
    box-shadow: 0 0 0.521vw rgba(0, 0, 0, 0.25);
    border-radius: 0.573vw;
    min-height: 9.74vw;
    text-align: center;
    padding: 1.458vw 1.563vw;
}
.why-choose-info h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 0.938vw;
    line-height: 1.458vw;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0;
}
.line {
    display: block;
    width: 12.448vw;
    height: 0.052vw;
    background: #0d1b3a;
    margin: 0.521vw auto;
}
.why-choose-info p {
    color: #4D4D4D;
    font-size: 0.781vw;
    line-height: 170%;
}
/** ================== // ABOUT PAGE CSS END // ================== **/

/** ================== // CONTACT PAGE CSS START // ================== **/
.contact-section {
    background: #fff;
    padding: 4.167vw 0;
}
.contact-warp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contact-left-col {
    width: 33.854vw;
}
.contact-right-col {
    width: 36.458vw;
}
.contact-form-inner {
    width: 100%;
    background: #FFFFFF;
    border: 0.052vw solid #B4B4B4;
    border-radius: 1.198vw;
    padding: 2.083vw 2.083vw;
}
.contact-form-inner h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.25vw;
    line-height: 1.302vw;
    color: #000000;
    margin-bottom: 1.563vw;
}
.contact-form .form-group {
    width: 100%;
    margin-bottom: 1.042vw;
}
.contact-form .form-group .form-control {
    border: 0.052vw solid #B4B4B4;
    border-radius: 0.365vw;
    height: 2.76vw;
    font-size: 0.833vw;
    line-height: 0.885vw;
    color: #272727;
    font-family: "Inter", sans-serif;
}
.contact-form .form-group textarea.form-control {
    padding-top: 0.781vw;
    height: 4.792vw;
}
.iti {
    width: 100%;
}
.iti__flag {
    display: none;
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 0;
    padding: 0px 0.26vw;
}
.iti__arrow {
    margin-left: 0.052vw;
    margin-right: 0.156vw;
}
.contact-form .form-group input.button {
    width: 100%;
    border: 0px !important;
}
.form-group.group-field-nots {
    margin: 0;
}
.form-group.group-field-nots p {
    color: #272727;
    font-size: 0.729vw;
    line-height: 1;
}
.contact-address-heading h2 {
    font-family: "Inter", sans-serif;
    font-size: 1.25vw;
    line-height: 130%;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0.781vw;
}
.contact-address-left p {
    font-size: 0.729vw;
}
.contact-address-left p a {
	color: #000;
	text-decoration: none;
}
.contact-address-left p a:hover {
	color: #fadf16;
	text-decoration: none;
}
.contact-address-heading {
    margin-bottom: 1.563vw;
}
.contact-address-item {
    margin-bottom: 1.042vw;
}
.contact-address-item h6 {
    font-size: 1.042vw;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    color: #000000;
    margin-bottom: 0.625vw;
}
.contact-address-item.contact-call-info h6 {
    text-transform: uppercase;
    font-size: 0.729vw;
}
/** ================== // CONTACT PAGE CSS END // ================== **/

/** ================== // ERROR PAGE CSS END // ================== **/
.error-page p {
    text-align: center;
    color: #fff;
}
.error-page .btn-block {
    text-align: center;
}
/** ================== // ERROR PAGE CSS END // ================== **/

/** ================== // WHATSAPP ICON CSS START // ================== **/
.whatsapp-icon {
    position: fixed;
    bottom: 2.594vw;
    right: 2.24vw;
    z-index: 11;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 0.313vw 0.417vw 0.104vw rgb(0 0 0 / 14%);
    -webkit-box-shadow: 0 0.313vw 0.417vw 0.104vw rgb(0 0 0 / 14%);
    -moz-box-shadow: 0 0.313vw 0.417vw 0.104vw rgb(0 0 0 / 14%);
    height: 2.917vw;
    width: 2.917vw;
}
.whatsapp-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.whatsapp-icon img {
    max-height: 1.563vw;
}
.leave-message-btn {
    padding: 0;
    width: 8.854vw;
    height: 2.135vw;
    background: #0d1b3a;
    border-radius: 0 0 0.677vw 0.677vw;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: fixed;
    top: 50%;
    right: -3.438vw;
    z-index: 2;
    font-size: 0.833vw;
    line-height: 2.083vw;
    color: #FFFFFF;
    text-align: center;
}
.mobile-show {
	display: none !important;
}
/** ================== // WHATSAPP ICON CSS END // ================== **/
.modal-dialog {
	max-width: 900px; 
	width: 100%;
}
.wpcf7-form-control-wrap {
    position: unset!important;
}