@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Nunito:ital,wght@0,200..1000;1,200..1000&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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

/* .main-outercon{
	overflow: hidden;
} */


a img {
	border: 0;
}

body {	
    font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: rgba(255, 255, 255, 0.70);
	background: #FFFBF5;
}
b{
    font-weight: 600;
}

img {
	height: auto;
	width: 100%;
}

a {
	color: #ffffff;
	text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover,
a:focus,
a:active{
    color: #606060;
    text-decoration:none;
    outline:none;
}

input,
textarea,
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
	box-shadow: none;
	border: none;
}

input:focus,
textarea:focus{
    outline: 0;
	box-shadow: none;
	border: none;
}
h1{
	font-size: 62px;
	font-family: "Nunito", sans-serif;
	line-height: 62px;
	font-weight: 400;
}
h2{
	font-size: 36px;
	font-family: "Nunito", sans-serif;
	line-height: 36px;
	font-weight: 400;
}
p{
	font-size: 18px;
	color: rgba(255, 255, 255, 0.70);
	font-family: "Manrope", sans-serif;
	margin-bottom: 20px;
	font-weight: 400;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #999999;
}

:-moz-placeholder {
	color: #999999;
}

::-moz-placeholder {
	color: #999999;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #999999;
}

.header-container {
	position: fixed;
    top: 0;
    z-index: 99;
    float: left;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.logo{
	float: left;
	width: 100%;
	padding-top: 20px;
}
.logo a img{
	float: left;
	width: 180px;
}
.menu{
	float: left;
	width: 100%;
	padding-top: 29px;
	padding-bottom: 22px;
}
.menu ul{
	display: flex;
	gap: 0 30px;
	justify-content: flex-end;
}
.menu ul li{
	list-style: none;
}
.menu ul li a{
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
#mobile-menu-icon {
	width: 32px;
	height: 32px;
	position: relative;
	margin: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	z-index: 100000;
}

#mobile-menu-icon span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #0B0A0A;
	border-radius: 35px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#mobile-menu-icon span:nth-child(1) {
	top: 0px;
}

#mobile-menu-icon span:nth-child(2),
#mobile-menu-icon span:nth-child(3) {
	top: 11px;
}

#mobile-menu-icon span:nth-child(4) {
	top: 22px;
}

#mobile-menu-icon.active-icon span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#mobile-menu-icon.active-icon span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobile-menu-icon.active-icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mobile-menu-icon.active-icon span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
.display-mobile{
	display: none;
}
.banner-container{
	float: left;
	width: 100%;
	/* background: radial-gradient(463.79% 240.36% at -34.59% -75.5%, #3F779B 0%, rgba(201, 231, 247, 0.50) 78.85%, #FFF 100%); */
	height: 1000px;
	padding-top: 100px;
	position: relative;
	background: url("../images/content/banner_img.png") no-repeat center 120px;
	background-size: cover;
}
.banner-container:before{
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	height: 1000px;
	content:"";
	width: 100%;	
	background-image: linear-gradient(
    315deg,
    hsl(203deg 42% 43%) 0%,
    hsl(204deg 33% 50%) 8%,
    hsl(203deg 35% 58%) 17%,
    hsl(203deg 38% 65%) 25%,
    hsl(202deg 43% 72%) 33%,
    hsl(202deg 53% 80%) 42%,
    hsl(201deg 74% 88%) 50%,
    hsl(201deg 74% 90%) 58%,
    hsl(201deg 74% 92%) 67%,
    hsl(201deg 74% 94%) 75%,
    hsl(202deg 74% 96%) 83%,
    hsl(202deg 74% 98%) 92%,
    hsl(0deg 0% 100%) 100%
  );
}
.image-block {
  width: 100%;
  overflow: hidden;
}
.mobile-header {
  display: none;
}
.banner-content{
	float: left;
	width: 100%;
	padding-top: 140px;
}
.banner-content h1{
	font-size: 62px;
	color: #2C2A27;
	padding-bottom: 30px;
}
.banner-content p{
	font-size: 18px;
	color: rgba(44, 42, 39, 0.70);
	font-weight: 400;
}
.content-inner{
	width: 550px;
}
.header-container.sticky{
	background: #ffffff;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
}
.thumbnail-list{
	float: left;
	width: 100%;
	margin-top: 280px;
}
.thumbnail-list ul{
	display: flex;
	justify-content: center;
	gap: 0 25px;
}
.thumbnail-list ul li{
	width: 25%;
	border-radius: 10px;
	border: 1px solid #FFF;
	box-shadow: 5px 5px 32px 0px rgba(0, 0, 0, 0.15);
	list-style: none;
}
.thumbnail-list ul li img {
  object-fit: cover;
  height: 162px;
  border-radius: 10px;
}
.content-container{
	float: left;
	width: 100%;
}
.welcome-content{
	float: left;
	width: 100%;
	background: #2C2A27;
	padding: 134px 0 130px;
}
.content-left{
	float: left;
	width: 100%;
	padding-right: 160px;
}
.content-left h2{
	color: #FFFFFF;
	padding: 0 110px 60px 0;
	line-height: 50px;
}
.content-left h2 img{
	width: 82px;
	margin: 0 15px;
}
.welcome-content .col-lg-7{
	align-self: center;
}
.image-right img{
	width: 100%;
	border-radius: 21px;
}
.image-right {
	display: flex;
	justify-content: flex-end;
}
.client-list{
	float: left;
	width: 100%;
	padding-top: 140px;
}
.client-list h2{
	color: #FFFFFF;
	text-align: center;
	padding: 0 350px 40px;
	line-height: 45px;
}
.logo-list{
	display: flex;
	gap: 0 20px;
	justify-content: center;
}
.logo-single{
	border-radius: 6px;
	background: #F5F5F5;
	padding: 7px 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16.6%;
}
.logo-single span{
	color: #000;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.highlight-section{
	float:left;
	width: 100%;
	background: #FFFBF5;
	padding: 120px 0;
}
.highlight-section h2{
	color: #2C2A27;
	padding-bottom: 30px;
}
.highlight-section p{
	color: rgba(44, 42, 39, 0.70);
}
.highlght-content{
	width: 100%;
	position: sticky;
	top: 150px;
	height: fit-content;
}
.icon-list{
	width: 100%;
}
.icon-list ul{
	display: grid;
	gap: 20px 25px;
	grid-template-columns: auto auto;
}
.icon-list ul li{
	width:100%;
	border-radius: 10px;
	background: #F7F2E9;
	padding: 25px;
}
.icon-list ul li .icon-block{
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: #000;
	padding: 10px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon-list ul li span{
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

.foooter-container{
	float: left;
	width: 100%;
	background: #2C2A27;
	padding: 77px 0 30px;
}
.footer-top span{
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-size: 62px;
	font-weight: 600;
	font-family: "Nunito", sans-serif;
	line-height: 62px;
	padding-bottom: 30px;
}
.footer-top p{
	padding-bottom: 40px;
}
.contact-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.info-single{
	border-radius: 80px;
	background: rgba(255, 255, 255, 0.35);
	display: flex;
	margin-bottom: 20px;
	padding: 6px 20px 6px 8px;
	align-items: center;
}
.info-single a{	
	color: #FFFFFF;
	text-align: center;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: inline-block;	
}
.info-single img{
	width: 40px;
	height: 40px;
	border-radius: 80px;
	background: #FFFFFF;
	margin-right: 10px;
}
.location-map{
	float: left;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.location-map iframe{
	border-radius: 10px;
}
.footer-bottom{
	float: left;
	width: 100%;
	padding-top: 30px;
}
.footer-menu{
	float: left;
	width: 100%;
}
.footer-menu ul{
	display: flex;
	gap: 0 30px;
}
.footer-menu ul li{
	list-style: none;
}
.footer-menu ul li a{
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.copyright {
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
  }


.menu-panel {
  visibility: hidden;
  display: none;
}





















