@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: url(../images/top.png) center center no-repeat;
    border-radius: 50%;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Inter Tight', sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{    
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #0f5682;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 28px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    background: url(../images/List.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.wrapper
{
	
}
.section
{
	
}
.footer
{
	
}
.header
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999;
    background: #fff;
}
.nav-shrink
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-top
{
    display: flex;
    align-items: center;
    padding: 0px 12px;
    max-width: 1000px;
    margin: auto;
    position: relative;
    border-radius: 30px;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-top h1
{
    margin: 0;
    position: absolute;
	top: 0;
    left: 0px;
    background: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-top h1 img
{
    
}
.getintouch
{
	
}
.getintouch a
{	
    display: block;
    border: solid 1px #92bf3e;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 18px;
    border-radius: 30px;
	position: relative;
}
.getintouch a:before
{	
	content: " ";
    border: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    border-radius: 30px;
}
.getintouch a:hover:before
{	
    border: solid 1px #0f5682;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
}
.getintouch a i
{	
    display: inline-block;
	margin-right: 5px;
}
.getintouch a:hover
{	
    border: solid 1px #0f5682;
    background: #0f5682;
	color: #fff;
}
.nav
{
		-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	margin-left: auto;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.nav ul li
{
	list-style: none;
    display: inline-block;
    position: relative;
	margin-right:40px;
}
.nav ul li a
{
    color: #424242;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 25px 0px;
}
.nav ul li a:before
{
    content: " ";
    position: absolute;
    bottom: 1px;
    left: auto;
    right: 0;
	width:0;
    height: 2px;
    background: #00044b;
	display: none;
}
.nav ul li a:after
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-top: solid 10px #444e50;
    opacity:0;
	display:none;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before,
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
	width:100%;
    left: 0;
    right: auto;
}
.nav ul li a i
{
    width: 13px;
    height: 13px;
    font-size: 22px;
    line-height: 10px;
    position: absolute;
    top: 50%;
    right: -17px;
    font-weight: 100;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -wenkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    transform-origin: top;
}
.nav ul li:hover > a i, .nav ul li.active > a i
{
    -wenkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
}
.nav ul li a strong
{
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.nav ul li a span
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
	display:none;
}
.nav ul li a span:before
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 100%;
    margin: auto;
    background: #fff;
}
.nav ul li a span:after
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #fff;
}
.nav ul li:hover a span:before
{
	opacity:0;
}
.nav ul li:hover > a, .nav ul li.active > a 
{
	color:#92bf3e;
}
.nav ul li ul
{
    position: absolute;
    display: none;
	background:#fff;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    z-index: 9999999;
	left:-25px;
	padding:15px 0;
}
.nav ul li ul li
{
	list-style: none;
    margin: 0;
    display: block;
}
.nav ul li ul li:last-of-type
{
    border-bottom: none;
}
.nav ul ul li a
{
    padding: 16px 25px;
	text-align:left;
	text-transform:none;
	font-size:16px;
}
.nav ul ul li a:after
{
    display:none;
}
/*.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    font-size: 18px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
	opacity:0;
}
.nav ul ul li a:hover:before
{
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
	opacity:1;
}*/
.nav ul ul li a:hover
{
	background: #92bf3e;
	color:#fff;
}
.nav ul li ul:hover a
{
	
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.nav ul > li:hover ul
{
	display:block;
}
.banner
{
    width: 100%;
    height: 85vh;
	position:relative;
	z-index:9;
}
.banner article
{
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 99999;
    text-align: center;
    max-width: 1000px;
    margin: auto;
	text-align: center;
}
.banner article h2
{
    color: #fff;
    font-weight: 600;
    font-size: 44px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
.banner article h3
{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background: rgba(146, 191, 62, 0.5);
    border-radius: 30px;
    display: inline-block;
    margin: 0;
    padding: 6px 10px;
    font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
.banner article a.linkbutton
{
	background: #92bf3e;
    color: #fff;
}
.banner article a.linkbutton:hover
{
	background: #0f5682;
}
.container
{
    padding-top:50px;
    padding-bottom:0px;
}
.container h2
{
    font-size: 27px;
    color: #0f5682;
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    padding-right: 20px;
}
.container h2:before
{
	content: " ";
    position: absolute;
    top: -1px;
    right: 7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-right: solid 4px #92bf3e;
}
.container h2:after
{
	content: " ";
    position: absolute;
    top: -5px;
    right: 0px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border-right: solid 4px #0f5682;
}
.container h3
{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}
.padding-top-none
{
	padding-top: 0;
}
.padding-bottom-none
{
	padding-bottom: 0;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.alignmiddle .content
{
	margin-left: auto;
}
.sidebar
{
	width: 35%;
}
.sidebar img
{ 
	margin: 15px 0;
}
.content
{
	width: 60%;
}
.split
{
	width: 48%;
}
a.linkbutton
{	
    display: inline-block;
    border: solid 1px #92bf3e;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 18px;
    border-radius: 30px;
	position: relative;
	margin: 15px 0;
}
a.linkbutton:before
{	
	content: " ";
    border: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    border-radius: 30px;
}
a.linkbutton:hover:before
{	
    border: solid 1px #0f5682;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
}
a.linkbutton:hover
{	
    border: solid 1px #0f5682;
    background: #0f5682;
	color: #fff;
}
.intro
{
	background:#0f5682 url("../images/logobg.png") center center no-repeat;
	position:relative;
	z-index:9;
}
.intro h2:after
{
    border-right: solid 4px #fff;
}
.intro aside
{
	width:55%;
	margin-left: auto;
}
.intro aside h2, .intro aside h3, .intro aside p
{
	color:#fff;
}
.intro aside a.linkbutton
{
    color: #fff;
}
.intro figure
{
	width:36%;
}
.count
{
	background: #92bf3e;
    border-radius: 30px;
    padding: 30px;
	position: relative;
}
.count:before, .services:before, .clients:after, .project-content:before
{
	content: "";
	position:absolute;
	top:-100px;
	left:-50px;
	width:250px;
	height:250px;
	border: solid 10px #9acd64;
	border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;
	animation: bluemorphing 8s infinite;
	overflow:hidden;
	z-index:-8;
	opacity: 0.5;
}
@keyframes bluemorphing
	{
		0% {
			border-radius:-30% 70% 70% 30% / 30% 30% 70% 70%
			box-shadow:15px 15px 50px rgba(0,0,0,0.2);
			transform: rotate(0deg);
		}
		25% { 
			border-radius:-58% 42% 75% 25% / 76% 46% 54% 24%;
		}
		50% {
			border-radius:50% -50% 33% 67% / 55% 27% 73% 45%
			box-shadow -10px -5px 50px rgba(0,0,0,0.2);
		}
		75% {
			border-radius:33% 67% 58% 42% / 63% 68% 32% 37%	;
			transform: rotate(360deg);	
		}
}
.count:after, .news:after, .project-content:after
{
	content: "";
	position:absolute;
	bottom:-100px;
	right:-50px;
	width:150px;
	height:150px;
	border: solid 10px #0f5682;
	border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;
	animation: greeenmorphing 3s infinite;
	overflow:hidden;
	z-index:-8;
	opacity: 0.5;
}
.project-content:after
{
	bottom:30%;
	right:100px;
}
@keyframes greeenmorphing
	{
		0% {
			border-radius:-30% 70% 70% 30% / 30% 30% 70% 70% 
			box-shadow:15px 15px 50px rgba(0,0,0,0.2)
		}
		25% { 
			border-radius:-58% 42% 75% 25% / 76% 46% 54% 24%
		}
		50% {
			border-radius:50% -50% 33% 67% / 55% 27% 73% 45%
			box-shadow -10px -5px 50px rgba(0,0,0,0.2)
		}
		75% {
			border-radius:33% 67% 58% 42% / 63% 68% 32% 37%		
		}
}
.count ul
{
	padding:0;
	margin:0 0px;
}
.count ul li
{
	float:left;
	width:25%;
    display: flex;
    justify-content: center;
}
.count ul li article
{
    display: flex;
    align-items: center;
    gap: 15px;
}
.count ul li article img
{
	max-width:50px;
	max-height:50px;
}
.count ul li article h1
{
    margin: 0;
    color: #fff;
    font-weight: 800;
    font-size: 35px;
}
.count ul li article h1:after
{
    content: "+";
    font-size: 26px;
    font-weight: 500;
    margin-left: 4px;
    top: -3px;
    position: relative;
}
.count ul li article h3
{
	border-bottom: solid 1px #779f2c;
    padding-bottom: 5px;
    margin: 0 0 5px 0;
    color: #fff;
	font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.services
{
	background:url("../images/logobg.png") top center no-repeat;
	background-size: 400px;
	position: relative;
	display: flex;
}
.services:before
{
    top: auto;
    bottom: -50px;
    left: auto;
    right: 0;
    width: 150px;
    height: 150px;
}
.services aside
{
	width: 48%;
}
.services aside ul
{
	padding: 0;
	margin: 0px -10px 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.services aside ul li
{
	display: flex;
	float: left;
	width: 50%;
}
.services aside ul li a
{
	display: block;
	width: 100%;
	padding: 15px 30px;
	margin: 10px;
	background: #0f5682;
	text-align: left;
}
.services aside ul li a figure
{
	background: url(../images/Ground-ImprovementWhite.png) no-repeat;
	width: 50px;
	height: 50px;
	margin: 15px 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services aside ul li a:hover figure
{
	background: url(../images/Ground-ImprovementWhite.png) no-repeat;
}
.services aside ul li:nth-child(2) a figure
{
	background: url(../images/Foundation-EngineeringWhite.png) no-repeat;
}
.services aside ul li:nth-child(2) a:hover figure
{
	background: url(../images/Foundation-EngineeringWhite.png) no-repeat;
}
.services aside ul li:nth-child(3) a figure
{
	background: url(../images/Slope-StabilizationWhite.png) no-repeat;
}
.services aside ul li:nth-child(3) a:hover figure
{
	background: url(../images/Slope-StabilizationWhite.png) no-repeat;
}
.services aside ul li:nth-child(4) a figure
{
	background: url(../images/Other-Specialized-WorksWhite.png) no-repeat;
}
.services aside ul li:nth-child(4) a:hover figure
{
	background: url(../images/Other-Specialized-WorksWhite.png) no-repeat;
}
.services aside ul li a p
{
	width: auto !important;
}
.services aside ul li a:hover
{
	background: #92bf3e;
}
.services aside ul li a h3,
.services aside ul li a p
{
	color: #fff;
}
.services aside ul li a:after
{
    font-family: 'Material Symbols Outlined';
    content: "\e5c8";
    width: 35px;
    height: 35px;
    margin: 15px 0;
    border: solid 1px #fff;
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 300;
}
.services aside ul li a:hover:after
{
    border: solid 1px #fff;
	background: #fff;
    color: #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.services figure
{
	width: 50%;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.services figure img 
{
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 5;
}
.project-section
{
	overflow: hidden;
}
.project-section .row
{
	display: flex;
}
.global-presence
{	
	width: 55%;
    background: #0f5682;
	text-align:center;
	padding: 50px 0;
	position: relative;
}
.global-presence:before
{	
	content: "";
    background: #0f5682;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50%;
	right: 0;
}
.global-presence h2
{	
	color:#fff;
	margin-bottom: 50px;
}
.global-presence .map
{
    width: 65%;
	margin: auto;
}
.global-presence .map svg
{
    width: 100%;
	height: auto;
}
.mapael .map
{
	position: relative;
}
.mapael .mapTooltip
{
	position: absolute;
	background-color: rgba(8,64,99,0.8);
	border-radius: 10px;
	border: solid 1px #052f4a;
	/*moz-opacity: 0.70;
	opacity: 0.70;
	filter: alpha(opacity=70);*/
	padding:8px 10px;
	z-index: 1000;
	max-width: 200px;
	display: none;
	color: #fff;
	font-size: 16px;
}
.mapael .mapTooltip:after
{
    content: " ";
    position: absolute;
    top: -10px;
    left: 20px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px rgba(8,64,99,0.6);
}
.projects
{
	width: 45%;
	text-align: center;
	padding: 50px 0;
	position: relative;
	z-index: 9;
}
.projects:before
{	
	content: "";
    background: #0f5682;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 25%;
	z-index: -8;
}
.projects ul
{
	padding: 0;
	margin: 15px -10px 0 -10px;
}
.projects ul li
{
	width: 50%;
	float: left;
}
.projects ul li a
{
	display: block;
    margin: 10px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.projects ul li a h3
{
    font-size: 15px;
    text-align: left;
	margin: 0;
	padding: 0 10px;
    display: flex;
    align-items: center;
}
.projects ul li a h3:after
{
    font-family: 'Material Symbols Outlined';
    content: "\e5c8";
    width: 30px;
    height: 30px;
    margin: 10px 0;
    border: solid 1px #0f5682;
    color: #0f5682;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
	font-weight: 300;
}
.projects ul li a:hover h3:after
{
    border: solid 1px #0f5682;
	background: #0f5682;
    color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.news 
{
	text-align: center;
	position: relative;
    background: #deeaf2;
}
.news:after
{
    bottom: auto;
    top: 0;
    left: 0;
    width: 280px;
    height: 280px;
    border: solid 10px #0f5682;
    background: #0f5682;
}
.news .item
{
	width: 100%;
}
.news .item a
{
	display: block;
	border-radius: 10px;
	background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
    height: 100%;
}
.news .item a figure
{
	
}
.news .item a figure img
{
	width: 100%;
	height: 200px;
	/*object-fit: cover;*/
}
.news .item a h3
{
    font-size: 15px;
    line-height: 26px;
	padding: 0 15px;
	color: #494949;
}
.news .item a p
{
    font-size: 13px;
    line-height: 18px;
	padding: 0 15px;
	color: #494949;
}
.clients 
{
	text-align: center;
	position: relative;
}
.clients:after
{
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 150px;
}
.clients h2
{
	
}
.clients .item
{
	border: solid 1px #e4eef4;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}
.clients .item img
{
	max-width: 100%;
	max-height: 56px;
}
.clients .owl-carousel .owl-stage, .news .owl-carousel .owl-stage
{
    padding-top: 50px;
    padding-bottom: 20px;
    display: flex;
}
.clients .owl-carousel.owl-drag .owl-item, .news .owl-carousel.owl-drag .owl-item
{
    display: flex;
}
.news .item a
{
	flex-direction: column;
}
.clients .item h3
{
	font-size: 17px;
	color: #0f5682;
	font-style: italic;
}
.section-contact
{
	padding:0;
}
.section-contact .row
{
    position: relative;
    background: #424242 url(../images/texture.jpg) center center no-repeat;
	background-size:cover;
    padding: 35px 20px;
	z-index:9;
	text-align:center;	
	border-radius:30px;
	bottom:-50px
}
.section-contact  h1
{
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.section-contact a.linkbutton
{
    color: #fff;
}
.section-contact a.linkbutton:hover
{
	background: #fff;
    color: #0f5682;
}
.section-contact a.linkbutton:hover:before
{	
    border: solid 1px #fff;
}
.social-icon-fixed
{
    position: fixed;
    bottom: 100px;
    right: 12px;
    z-index: 999999;
}
.social-icon-fixed a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-bottom: 3px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 50%;
}
.social-icon-fixed a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon-fixed a:nth-of-type(3)
{
    background: #1da1f2;
}
.footer
{
    border-top: solid 1px #deeaf2;
    position: relative;
    background: linear-gradient(45deg, #b2e2f6, transparent);
}
.footer h3
{
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.footer article
{
	padding:85px 0 0px 0;
}
.footer article aside
{
    margin-right:8%;
}
.footer article aside:nth-of-type(4)
{
    margin-right:0;
}
.footer article aside:last-of-type
{
    margin-right:0;
}
.footer article aside ul
{
    padding:0;
	margin:0;
}
.footer article aside ul li
{
    
}
.footer article aside ul li a
{
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 400;
	line-height:26px;
	position:relative;
}
.footer article aside ul li a:hover
{
    color: #474747;
}
.social-icon-footer
{
	
}
.social-icon-footer a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-bottom: 3px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 30px;
	float:left;
	margin-right:5px;
}
.social-icon-footer a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon-footer a:nth-of-type(3)
{
    background: #1da1f2;
}
.footer p
{
    font-size: 16px;
    font-weight: 400;
	line-height:26px;
	text-align:left;
}
.footer p strong
{
    font-weight: 500;
	display:block;
}
.social-media
{
	
}
.social-media p
{
	padding:0;
}
.social-media a
{
    display: block;
    float: left;
    margin-right: 8px;
	color:#fff;
	font-size:22px;
}
.social-media a:hover
{
	opacity:0.6;
}
.footer-bottom
{
    padding: 15px 0px;
    background: #0f5682;
	margin-top: 50px;
}
.footer-bottom p
{
    color: #fff;
}
.footer-bottom a
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration:underline;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.page-title
{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	padding:20px 20px;
	height:380px;
    display: flex;
    align-items: center;
	z-index:9;
    justify-content: center;
	text-align: center;
	position: relative;
}
.page-title:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(57,130,22), transparent);
	z-index: -8;
    width: 50%;
	display: none;
}
.page-title:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
    z-index: -8;
}
.page-title h2
{
    color: #fff;
    font-weight: 600;
    font-size: 34px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    margin-top: auto;
    margin-left: auto;
}
.page-title nav
{
	position: absolute;
	bottom: -30px;
	left: 20px;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    float: left;
    color: #424242;
    font-size: 16px;
    font-weight: 400;
    margin-right: 25px;
    position: relative;
}
.page-title nav ul li:first-of-type:before
{
    display:none;
}
.page-title nav ul li:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 1px;
    background: #92bf3e;
}
.page-title nav ul li a
{
    display: block;
    color: #0f5682;
    font-size: 16px;
    font-weight: 400;
}
.page-title nav ul li a:hover
{
    text-decoration:underline;
    color: #92bf3e;
}
.keyfeature
{
    background: #e9f0f4;
	display: flex;
	position: relative;
	z-index: 9;
}
.keyfeature:after
{
	content: " ";
	position: absolute;
    background: #e9f0f4;
	top: 0;
	bottom: 0;
	right: -25%;
	width: 25%;
	z-index: -8;
}
.keyfeature figure
{
	width: 50%;
}
.keyfeature figure img
{
	object-fit: cover;
	object-position: center;
    height: 100%;
}
.keyfeature aside
{
	width: 50%;
	padding: 35px 50px;
}
.keyfeature aside ul
{
	padding: 0;
	margin: 0;
	counter-reset: item;
}
.keyfeature aside ul li
{
	margin: 15px 0;
	position: relative;
}
.keyfeature aside ul li:before
{
    counter-increment: item;
    content: counter(item, decimal-leading-zero) "";
    position: absolute;
    top: 0;
    left: -70px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #0f5682;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
}
.keyfeature aside ul li p
{
	margin: 0;
}
.vision-mission
{
	
}
.vision-mission ul
{
	padding: 0;
	margin: 0 -15px;
	display: flex;
}
.vision-mission ul li
{
	width: 33.333333%;
	float: left;
	display: flex;
	position: relative;
}
.vision-mission ul li:nth-of-type(2)
{
	top: 50px;
}
.vision-mission ul li:nth-of-type(3)
{
	top: 100px;
}
.vision-mission ul li article
{
	border: solid 2px #e9f0f4;
    background: #fff;
	margin:0 15px;
	padding: 15px 30px;
    border-radius: 30px;
	width: 100%;
}
.vision-mission ul li article img
{
	margin: 15px 0;
    border-radius: 15px;
}
.vision-mission ul li article h2
{
    font-size: 22px;
}
.vision-mission ul li:nth-of-type(even) article
{
    background: #e9f0f4;
}
.leadership
{
	
}
.leadership ul
{
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.leadership ul li
{
    border: solid 1px #deeaf2;
	background: #fff;
    width: 100%;
	padding: 30px;
    border-radius: 10px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    text-align: center;
}
.leadership ul li:hover
{
    border: solid 1px #fff;
    box-shadow: 10px 20px 16px rgba(0, 0, 0, 0.1);
}
.leadership ul li img {
    border-radius: 6px;
    width: 70%;
}
/* .leadership ul li img
{
    border-radius: 6px;
} */
.leadership ul li h3
{
    font-size: 20px;
    color: #0f5682;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 0;
}
.leadership ul li h3 small
{
    display: block;
    text-transform: none;
    color: #000;
    font-size: 15px;
}
.certification
{
	text-align: center;
}
.certification ul
{
	padding: 0;
	margin: 0 -30px;
}
.certification ul li
{
	float: left;
	width: 33.333333%;
}
.certification ul li a
{
	display: block;
	margin: 30px;
	position: relative;
}
.certification ul li figure
{
	margin: 30px;
}
.certification ul li a:after
{
    content: "\f1c1";
    color: #fff;
    background: rgba(0,0,0,0.5);
    font-family: 'FontAwesome';
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 26px;
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    border-radius: 50%;
    border-radius: 50%;
    text-align: center;
	opacity: 0;
}
.certification ul li a:hover:after
{
	opacity: 1;
}
.services-bg
{
    background: url(../images/logobg.png) top right no-repeat;
    background-size: 400px;
}
.services-content
{
	display: flex;
	gap:50px;
}
/*.services-content
{
	display: flex;
	align-items: center;
	gap:50px;
} */
.services-content figure {
    width: 35%;
}
/*.services-content figure{width: 50%;}*/
.services-content figure img
{
	margin: 15px 0;
	border-radius: 30px;
}
.services-content aside
{
	width: 50%;
}
.project-content
{
	position: relative;
}
.project-content .mapcontainer
{
	width: 60%;
}
/*.project-content .mapael .mapTooltip
{
	background-color: #92bf3e;
	border: solid 1px #92bf3e;
}*/
.project-details
{
	width: 40%;
}
.project-details ul
{
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.project-details ul li
{
	width: 50%;
  	flex:0 0 calc(50% - 20px);
    background: #e9f0f4;
	padding: 15px 30px;
	border-radius: 30px;
	float: left;
	position: relative;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.project-details ul li:hover
{
    background: #fff;
	box-shadow: 0px 12px 26px rgba(0,0,0,0.2);
}
.project-details ul li p, .project-details ul li h4, .completed-project ul li p, .completed-project ul li h4
{
    font-weight: 500;
    line-height: 18px;
	font-size: 16px;
}
.project-details ul li p small, .project-details ul li h4 small, .completed-project ul li p small, .completed-project ul li h4 small
{
    font-weight: 400;
	font-size: 13px;
	display: block;
}
.completed-project ul li p small, .completed-project ul li h4 small
{
    font-weight: 400;
	font-size: 13px;
	display: block;
    padding-top: 5px;
}
.project-details ul li h4, .completed-project ul li h4
{
	margin: 15px 0;
	position: relative;
    padding-left: 20px;
}
.project-details ul li h4:before, .completed-project ul li h4:before
{
	content: "\f073";
    font-family: 'FontAwesome';
    position: absolute;
    top: 2px;
    left: 0;
    color: #0f5682;
}
.completed-project
{
	
}
.completed-project ul
{
	padding: 0;
	margin: 0;
    counter-reset: item;
}
.completed-project ul li
{
    background: #e9f0f4;
	padding: 15px 30px 15px 100px;
	border-radius: 30px;
	position: relative;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	display: flex;
	margin-top: 20px;
}
.completed-project ul li:before
{
    counter-increment: item;
    content: counter(item, decimal-leading-zero) "";
    position: absolute;
    top: 50%;
    left: 30px;
    width: 40px;
    height: 40px;
    background: #0f5682;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	transform: translateY(-50%);
}
.completed-project ul li:hover
{
    background: #fff;
	box-shadow: 0px 12px 26px rgba(0,0,0,0.2);
}
.completed-project ul li p
{
	width: 25%;
}
.completed-project ul li h4
{
	margin-left: auto;
}
.gallery-link
{
	
}
.gallery-link ul
{
	padding: 0;
	margin: 0px -20px;
}
.gallery-link ul li
{
	width: 33.333333%;
	float: left;
}
.gallery-link ul li a
{
	display: block;
    margin: 20px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.gallery-link ul li a img
{
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.gallery-link ul li a h3
{
    font-size: 17px;
    text-align: left;
	margin: 0;
	padding: 0 10px;
    display: flex;
    align-items: center;
}
.gallery-link ul li a h3:after
{
    font-family: 'Material Symbols Outlined';
    content: "\e5c8";
    width: 30px;
    height: 30px;
    margin: 10px 0;
    border: solid 1px #0f5682;
    color: #0f5682;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
	font-weight: 300;
}
.gallery-link ul li a:hover h3:after
{
    border: solid 1px #0f5682;
	background: #0f5682;
    color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.photo-gallery
{
	text-align:center;
	padding-top:0;
}
.photo-gallery ul
{
    padding: 0;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery ul li
 {
    float: left;
    list-style: none;
    width: 25%;
    overflow: hidden;
}
.photo-gallery ul li a
{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.photo-gallery ul li a img
{
    width: 100%;
	height: 210px;
	object-fit: cover;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.photo-gallery ul li a:hover img
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.photo-gallery ul li a:before
{
    content: " ";
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-tranistion: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 9;
    opacity: 0;
}
.photo-gallery ul li a:hover:before
{
	opacity:.5
}
.photo-gallery ul li a:after
{
    content: "\f00e";
    color: #fff;
    background: rgba(0,0,0,0.5);
    font-family: 'FontAwesome';
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 26px;
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    border-radius: 50%;
    border-radius: 50%;
    text-align: center;
	opacity: 0;
}
.photo-gallery ul li a:hover:after
{
	opacity: 1;
}
.photo-gallery ul li h3
{
	text-align:center;
	font-size:18px;
}
.videogallery
{
	text-align: center;
}
.videogallery ul
{
	padding: 0;
	margin: 0 -15px;
}
.videogallery ul li
{
	width: 50%;
	float: left;
	padding: 15px;
}
.videogallery ul li .video_wrapper
{
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videogallery ul li .video_wrapper iframe
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #fff;
    box-shadow: 6px 16px 16px rgba(0,0,0,0.2);
    border-radius: 20px;
}
.videogallery ul li .video_wrapper video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
}
.contact
{
	
}
.formfield
{
	
}
.contact .formfield
{
	width: 40%;
}
.contact .formfield form
{
	margin: -10px;
}
.formfield h2
{
    margin-left: 10px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #5b5b68;
	font-family: 'Inter Tight', sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Inter Tight', sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #5b5b68;
	font-family: 'Inter Tight', sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Inter Tight', sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 100%;
}
.formfield label
{
    padding:10px;
	display:block;
}
.formfield label strong
{
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number]
{
    padding: 16px 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #d1dde4;
    border-radius: 6px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Inter Tight', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=text]:focus, .formfield input[type=email]:focus, .formfield input[type=number]:focus, .formfield textarea:focus
{
    box-shadow: 0px 0px 0px 3px #d7e5ee;
    border: 1px solid #000;
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: #fff;
    border: 1px solid #d1dde4;
    border-radius: 6px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Inter Tight', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=submit]
{
    border: solid 1px #92bf3e;
    background-color: #fff;
    padding: 16px 35px;
    outline: 0;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
    font-family: 'Inter Tight', sans-serif;
    border-radius: 30px;
    margin: 15px 0;
    display: inline-block;
    float: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.formfield input[type=submit]:hover
{
    background-color: #0f5682;
    border: solid 1px #0f5682;
    color: #fff;
}
.address-details, .contact-details
{
    width: 30%;
	padding-left: 20px;
}
.address-details p
{
    position: relative;
    padding-left: 40px;
    background: #e9f0f4;
	padding: 15px 30px 30px;
}
.contact-details p
{
    position: relative;
    padding-left: 40px;
}
.address-details p strong, .contact-details p strong
{
	display: block;
}
.address-details p i
{
    width: 30px;
    height: 30px;
    background: #0f5682;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 15px 0;
}
.contact-details p i
{
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 30px;
    background: #0f5682;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gmap
{
	    width: 1490px;
    margin: 0px auto 0px;
    display: block;
}
.gmap iframe
{
    width: 100%;
    border-radius: 30px;
   /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.formobile
{
	display:none !important;
}
.ground_improvement{
    opacity:0.8;
}

.formfield input[type=button] {
    border: solid 1px #92bf3e;
    background-color: #fff;
    padding: 16px 35px;
    outline: 0;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
    font-family: 'Inter Tight', sans-serif;
    border-radius: 30px;
    margin: 15px 0;
    display: inline-block;
    float: left;
    /* -webkit-transition: 0.6s; */
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

/*Map Higlight*/
.locations
{
    fill: #fff;
    stroke-width: 30px;
    stroke-opacity: 0;
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
    stroke-width: 30px;
		opacity: 1;
}
/*.locations:hover
{
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
    stroke-width: 30px;
		opacity: 1;
} */
@keyframes ripple
{
	0%
	{
    	stroke-width: 0px;
    stroke-opacity: 0;
	}
	75%
	{
   		stroke-width: 30px;
    stroke-opacity: 0.3;
	}
	100%
	{
   		stroke-width: 0px;
    stroke-opacity: 0.5;
	}
}

/* Modal Popup */
.modal {
        display: none;
        position: fixed; 
        z-index: 100000000; 
        padding-top: 10px;
        left: 0;
        top: 0;
        width: 100%; 
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.7);
    }
    
    /* Modal Content */
    .modal-content {
        position: relative;
        margin: auto;
        padding: 0;
        border: 0px solid #888;
        width: 50%;
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
        transition: width 2s;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    /* The Close Button */
    .close {
        color: #fff;
        cursor: pointer;
        float: right;
        font-size: 25px;
        font-weight: bold;
        padding: 5px;
        opacity: unset !important;
        background: red;
        height: 35px;
        width: 35px;
        text-align: center;
        border-radius: 100px;
    }
    .modal-header {
        min-height: 16.43px;
        padding: 10px;
    }
    .modal-body{
        padding: 10px;
    }
    .modal-body h2{
        font-size: 22px;
    }
    .modal-body h3{
        font-size: 16px;
        padding: 10px;
        font-weight: 600;
    }
    
    .modal-body p{
        padding: 15px 10px;
        font-size: 15px;
    }
    .modal-header .close {
        margin-top: -30px;
    }
    .popimg{width: 100%;}
    .modalstyle{width: 75%;margin: auto;}
    