*{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html, div, img, ul, li, a, p, ol, body{ margin: 0; padding: 0;  font-family: greycliff-cf;font-weight: 400; }
h1, h2, h3, h4, h5, h6{ margin: 0; padding: 0;  font-family: greycliff-cf;font-weight: 400; }
ul, a, input{text-decoration: none;list-style: none;text-decoration: none;outline:none;}
:focus {outline: 0;}
.clear{width: 100%; float: left; clear: both;}
a:hover{ text-decoration: none;}
.container{width:1440px;margin:0 auto;}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;font-size: 10pt;opacity: 1;font-family: greycliff-cf;}
    ::-moz-placeholder { /* Firefox 19+ */
        color: #000;font-size: 10pt;opacity: 1;font-family: greycliff-cf;}
        :-ms-input-placeholder { /* IE 10+ */
            color: #000;font-size: 10pt;opacity: 1;font-family: greycliff-cf;}
            :-moz-placeholder { /* Firefox 18- */
                color: #000;font-size: 10pt;opacity: 1;font-family: greycliff-cf;}

 @font-face {
  font-family: greycliff-cf;
  src: url("./fonts/l") format("woff2"),
  url("./fonts/d") format("woff"),
  url("./fonts/a") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: auto;
}
@font-face { font-family: greycliff-cf;
  src: url("./fonts/n") format("woff2"),
  url("./fonts/o") format("woff"),
  url("./fonts/p") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: auto;
}
@font-face { font-family: greycliff-cf;
  src: url("./fonts/q") format("woff2"),
  url("./fonts/r") format("woff"),
  url("./fonts/s") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: auto;
}
@font-face { font-family: greycliff-cf;
  src: url("./fonts/t") format("woff2"),
  url("./fonts/u") format("woff"),
  url("./fonts/v") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: auto;
}

.header .header-outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	  align-items: center;
	    margin: 10px 0;
}
.header .header-outer .right a img {
	margin-right: 5px;
}

.header .header-outer .right a span {
	color: var(--global--color-primary-40);
	font-weight: 700;
	line-height: 1.2;
	font-size: 18px;
}
.header .header-outer .right a {
	display: inline-block;
	background: 0 0;
	border: 2px solid rgba(70, 85, 148, 0.4);
	border-radius: 1.5625rem;
	color: #3c5667;
	font-weight: 700;
	line-height: 1.2;
	padding: .5rem 2rem .3rem;
	text-align: center;
	text-transform: uppercase;
	transition: all .2s ease;
	  margin-left: 10px;
}
.header .header-outer .right a:hover{
	background:var(--global--color-primary-40);
}

.header .header-outer .right a:last-child {
	background: #465594;
	border: 2px solid rgba(70, 85, 148, 0.4);
}
.header .header-outer .right a:last-child:hover{
	background: rgba(70, 85, 148, 0.4);
	border: 2px solid rgba(70, 85, 148);
}

.header .header-outer .right a:last-child span{
	color: white;
}

.banner {
	height: 800px;
	overflow: hidden;
	position: relative;
}

.banner .overlay {
	background: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.banner .banner-outer {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	z-index: 2;
}

.banner .banner-outer .banner-box {
	background: none;
	color: #333;
	display: flex;
	padding: 10rem 2rem 2rem;
	width: 50%;
	flex-wrap: wrap;
}

.banner .banner-outer .banner-box h1 {
	font-size: 2.25rem;
	font-weight: 600;
	color: #465594;
	line-height: 1.2;
	margin-bottom: 10px;
	width: 100%;
}

.banner .banner-outer .banner-box a {
	background: #465594;
	border: 2px solid #465594;
	border-radius: 1.5625rem;
	color: #fff;
	display: block;
	font-weight: 700;
	line-height: 1.2;
	font-size: 18px;
	padding: .5rem 2rem .4rem;
	text-align: center;
	text-transform: uppercase;
	transition: all .2s ease;
	margin-top: 15px;
	text-decoration: none;
	width: fit-content;
}

.banner .banner-outer .banner-box a:hover {
	background: #fff;
	color: #465594;
}

@media (max-width: 1500px) {
	.banner { 
		height: 700px; 
	}
}

@media (max-width: 1199px) {
	.banner { 
		height: 600px; 
	}
	.banner .banner-outer .banner-box { 
		width: 100%; 
		padding: 4rem 2rem 2rem;
	}
	.banner .banner-outer .banner-box h1 { 
		font-size: 2.8rem; 
	}
}

@media (max-width: 1023px) {
	.banner { 
		height: 500px; 
	}
	.banner .banner-outer {
		align-content: flex-end;
		justify-content: flex-start;
	}
	.banner .banner-outer .banner-box { 
		padding: 2rem;
		justify-content: flex-start;
		text-align: left;
	}
	.banner .banner-outer .container {
		width: 60%;
		margin-left: 10px;
	}
	.banner .banner-outer .banner-box h1 { 
		font-size: 26px !important; 
	}
	.banner .banner-outer .banner-box a { 
		font-size: 16px !important; 
		padding: .4rem 1.2rem .3rem; 
		margin-top: 10px; 
	}
}

@media (max-width: 767px) {
	.banner { 
		height: 450px; 
	}
	.banner .banner-outer {
		align-content: flex-end;
		justify-content: flex-start;
	}
	.banner .banner-outer .banner-box { 
		padding: 1.5rem;
	}
	.banner .banner-outer .container {
		width: 60%;
		margin-left: 10px;
	}
	.banner .banner-outer .banner-box h1 { 
		font-size: 20px !important; 
		margin-bottom: 8px;
	}
	.banner .banner-outer .banner-box a { 
		font-size: 14px !important;
		margin-top: 12px;
		padding: .4rem 1.2rem .3rem;
	}
}

@media (max-width: 479px) {
	.banner { 
		height: 400px; 
	}
	.banner .banner-outer {
		align-content: flex-end;
		justify-content: flex-start;
	}
	.banner .banner-outer .banner-box { 
		padding: 1.5rem 1rem;
	}
	.banner .banner-outer .container {
		width: 60%;
		margin-left: 10px;
	}
	.banner .banner-outer .banner-box h1 { 
		font-size: 16px !important; 
		margin-bottom: 8px; 
	}
	.banner .banner-outer .banner-box a { 
		font-size: 12px !important; 
		padding: .4rem 1.2rem .3rem; 
		margin-top: 10px; 
	}
}

@media (max-width: 359px) {
	.banner .banner-outer .banner-box h1 { 
		font-size: 1rem; 
	}
	.banner .banner-outer .banner-box a { 
		font-size: 10px; 
		padding: .4rem 1rem .3rem; 
	}
}

h2 {
	font-size: 2.5rem;
	font-weight: 700;
	  color: #465594;;
	position: relative;
	display: inline-block;
}
h2:after{
	content:"";
	background: #c5d4dd;
  bottom: -.3125rem;
  content: "";
  display: block;
  height: .1875rem;
  position: absolute;
  transform: translateX(-5%);
  width: 110%;
}
.about {
	text-align: center;
	padding: 50px 0 100px 0;
}
.about p {
	color: #000;
	font-size: 20px;
	margin-top: 50px;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 1.467;
}

.services {
	text-align: center;
	padding: 50px 0;
}
.services .services-outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.services .services-outer .services-box {
	width: 24.3%;
	border-right: 1px solid hsla(0,0%,80%,.5);
	  padding: 1rem 2rem;
}
.services .services-outer .services-box h3 {
	color: #465594;;
	font-size: 1.375rem;
	font-weight: 500;
	  margin-bottom: 30px;
	height:46px;
	  padding: 0 27px;
}
.services .services-outer .services-box img {
	height: 100px;
}
.services .services-outer .services-box p {
	color: #000;
	font-size: 18px;
	margin-top: 1rem;
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 1.467;
}
.visit {
	  padding: 0;
	  text-align: center;
}
.visit p.head {
	color: #000;
	margin-top: 1.25rem;
	font-size: 1.75rem;
	  font-weight: 600;
}
.visit .visit-outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	  margin-top: 10px;
	  text-align: left;
	  margin-bottom: 10px;
	  align-items: center;
	width: 90%;
}
.visit .visit-outer:last-child {
	  margin-bottom: 50px;
}
.visit .visit-outer .left {
	width: 48.7%;
	text-align:center;
}
.header .header-outer .left img {
	height: 95px;
}
.visit .visit-outer .right {
	width: 45%;
}
.visit .visit-outer .left h3 {
	font-size: 2.5rem;
	color: #465594;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .5px;
	  margin-bottom: 2rem;
}
.visit .visit-outer .right img {
	width: 90%;
	display:block;
}
.visit .visit-outer:nth-child(2n+2){
	flex-direction: row-reverse;
}

@media (max-width: 768px) {
	.visit .visit-outer {
		flex-direction: column !important;
		width: 95%;
		margin: 0 auto 20px auto;
	}
	
	.visit .visit-outer .left {
		width: 100%;
		text-align: center;
		margin-bottom: 1.5rem;
	}
	
	.visit .visit-outer .left h3 {
		font-size: 2rem;
		margin-bottom: 1rem;
		text-align: center;
		width: 100%;
	}
	
	.visit .visit-outer .right {
		width: 100%;
		text-align: center;
	}
	
	.visit .visit-outer .right img {
		width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 480px) {
	.visit p.head {
		font-size: 1.5rem;
	}
	
	.visit .visit-outer .left h3 {
		font-size: 1.75rem;
		margin-bottom: 1rem;
		padding: 0 1rem;
	}
	
	.visit .visit-outer {
		width: 100%;
		padding: 0 1rem;
	}
}

.explore {
	text-align: center;
	background: #7b4f1e;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}
.explore h2 {
	margin-bottom: 2rem;
	  color: #f4972d;
}
.explore p {
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 1.467;
	    color: #f4972d;
	font-size: 18px;
}
.explore a {
	background: #086634;
	border: 2px solid #086634;
	border-radius: 1.5625rem;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	line-height: 1.2;
	padding: .5rem 2rem .4rem;
	text-align: center;
	text-transform: uppercase;
	transition: all .2s ease;
	margin-top: 2rem;
}
.explore a:hover{
	background:#fff;
	color:#000;
}
.footer {
	width: 100%;
	padding: 50px 0;
	background: #fff;
	display: block;
}

.footer .footer-outer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 60px;
}

.footer .footer-outer .left {
    flex: 0 0 35%;
    width: 35%;
    max-width: 400px;
    min-width: 300px;
    text-align: center;
}

.footer .footer-outer .left a {
    display: block;
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
}

.footer .footer-outer .left a:hover {
    color: #f4972d;
}

.footer .footer-outer .left img {
    margin: 0 auto 30px auto;
    height: 95px;
    display: block;
}

.footer .footer-outer .left p {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

@media (max-width: 768px) {
    .footer .footer-outer .left {
        flex: none;
        width: 100%;
        max-width: none;
        min-width: auto;
        margin-bottom: 30px;
    }
    
    .footer .footer-outer .left img {
        height: 80px;
    }
}

@media (max-width: 480px) {
    .footer .footer-outer .left img {
        height: 70px;
    }
    
    .footer .footer-outer .left a,
    .footer .footer-outer .left p {
        font-size: 16px;
    }
}

.footer .footer-outer .right {
	flex: 0 0 60%;
	width: 60%;
	max-width: 800px;
	margin-top: 0;
}

.footer .footer-outer .right .input {
	width: 100%;
	margin-bottom: 20px;
}

.footer .footer-outer .right .input input,
.footer .footer-outer .right .input textarea {
	width: 100%;
	padding: 10px;
	border: 0;
	border-bottom: 1px solid #a2a1a1;
	resize: none;
	font-family: greycliff-cf;
	font-size: 18px;
}

.footer .footer-outer .right .input input::-webkit-input-placeholder {
	color: #000;
	font-size: 18px;
	opacity: 1;
	font-family: greycliff-cf;
}
.footer .footer-outer .right .input input::-moz-placeholder {
	color: #000;
	font-size: 18px;
	opacity: 1;
	font-family: greycliff-cf;
}
.footer .footer-outer .right .input input::-ms-input-placeholder {
	color: #000;
	font-size: 18px;
	opacity: 1;
	font-family: greycliff-cf;
}
.footer .footer-outer .right .input input:-moz-placeholder {
	color: #000;
	font-size: 18px;
	opacity: 1;
	font-family: greycliff-cf;
}

.footer .footer-outer .right .input textarea::-webkit-input-placeholder {
	color: #000;
	font-size: 18px;
	opacity: 1;
	font-family: greycliff-cf;
}
.footer .footer-outer .right .input textarea::-moz-placeholder {
	color: #000;
	font-size: 18px;
	opacity: 1;
	font-family: greycliff-cf;
}
.footer .footer-outer .right .input textarea::-ms-input-placeholder {
	color: #000;
	font-size: 18px;
	opacity: 1;
	font-family: greycliff-cf;
}
.footer .footer-outer .right .input textarea:-moz-placeholder {
	color: #000;
	font-size: 18px;
	opacity: 1;
	font-family: greycliff-cf;
}

.footer .footer-outer .right input[type="submit"] {
	background: #465594;
	border: 2px solid #465594;
	border-radius: 1.5625rem;
	color: #fff;
	cursor: pointer;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	width: fit-content;
	font-size: 18px;
	display: block;
	padding: .5rem 1.75rem;
	position: relative;
	transition: all .2s ease;
	z-index: 9;
	margin-top: 20px;
}

.footer .footer-outer .right input[type="submit"]:hover {
	background: rgba(70, 85, 148, 0.4);
	border: 2px solid #465594;
}

@media (max-width:1500px) {
            .container {
                width: 96%;
            }
        }

        @media (max-width:1023px) {
            .footer .footer-outer {
                flex-direction: column;
            }
            
            .footer .footer-outer .left {
                width: 100%;
                flex: 1 1 100%;
            }
            
            .footer .footer-outer .right {
                width: 100%;
                flex: 1 1 100%;
                margin-top: 50px;
            }
        }

        @media (max-width:767px) {
            .footer .footer-outer .right input[type="submit"] {
                font-size: 14px;
            }
            
            .footer .footer-outer .right .input input::-webkit-input-placeholder {font-size: 14px;}
            .footer .footer-outer .right .input input::-moz-placeholder {font-size: 14px;}
            .footer .footer-outer .right .input input::-ms-input-placeholder {font-size: 14px;}
            .footer .footer-outer .right .input input:-moz-placeholder{font-size: 14px;}

            .footer .footer-outer .right .input textarea::-webkit-input-placeholder{font-size: 14px;}
            .footer .footer-outer .right .input textarea::-moz-placeholder{font-size: 14px;}
            .footer .footer-outer .right .input textarea::-ms-input-placeholder {font-size: 14px;}
            .footer .footer-outer .right .input textarea:-moz-placeholder {font-size: 14px;}
            
            .footer .footer-outer .left a,
            .footer .footer-outer .left p {
                font-size: 14px;
            }
        }

@media (max-width:1500px){
	
	.container {
	width: 96%;
}
	.banner {
	height: 100%;
}
	
}

@media (max-width:1199px){
	
	.banner .banner-outer .banner-box {
	width: 100%;
}
	.services .services-outer .services-box {
	width: 50%;
	margin-bottom: 50px;
}
	.visit {
	padding: 0;
}
	.visit .visit-outer {
	margin-bottom: 50px;
}
	
	
	
}


@media (max-width:1023px){
	
.banner .banner-outer .banner-box h1 {
	font-size: 34px;
}
	.banner .banner-outer .banner-box p {
	font-size: 22px;
}
	h2 {
		font-size: 32px;
	}
	.services .services-outer .services-box h3 {
	font-size: 20px;
}
	.services .services-outer .services-box p {
	font-size: 15px;
}
	.visit p.head {
	font-size: 20px;
}
	.visit .visit-outer .left h3 {
	font-size: 30px;
}
	.explore p {
	font-size: 16px;
}
	.footer .footer-outer .left {
	width: 100%;
}
	.footer .footer-outer .right {
	width: 100%;
		margin-top:50px;
}
	h2::after {
	transform: inherit;
	width: 80%;
	right: 0;
	left: 0;
	margin: 0 auto;
}
	
}

@media (max-width:767px){
	.header .header-outer {
	justify-content: center;
}
	.header .header-outer .right {
	margin: 20px 0;
}
	.banner .banner-outer .banner-box h1 {
	font-size: 25px;
}
	.banner .banner-outer .banner-box p {
	font-size: 16px;
}
	.banner .banner-outer .banner-box a {
	font-size: 14px;
}
	.services .services-outer .services-box {
	width: 100%;
}
	.visit .visit-outer .left,.visit .visit-outer .right {
	width: 100%;
}
	.visit .visit-outer{
	  text-align: center;
	}
	h2 {
	font-size: 25px;
}
	.visit p.head {
	font-size: 16px;
}
	.footer .footer-outer .right input[type="submit"]{
	font-size: 14px;
}
	.footer .footer-outer .right .input input::-webkit-input-placeholder {font-size: 14px;}
   .footer .footer-outer .right .input input::-moz-placeholder {font-size: 14px;}
    .footer .footer-outer .right .input input::-ms-input-placeholder {font-size: 14px;}
     .footer .footer-outer .right .input input::-moz-placeholder{font-size: 14px;}

.footer .footer-outer .right .input textarea::-webkit-input-placeholder{font-size: 14px;}
   .footer .footer-outer .right .input textarea::-moz-placeholder{font-size: 14px;}
    .footer .footer-outer .right .input textarea::-ms-input-placeholder {font-size: 14px;}
     .footer .footer-outer .right .input textarea::-moz-placeholder {font-size: 14px;}
	
.footer .footer-outer .left a,.footer .footer-outer .left p {
	font-size: 14px;
}	

.visit .visit-outer .left h3 {
	font-size: 22px;
}
	
	
}

@media (max-width:479px){
	
	.header .header-outer .right a span {
	font-size: 14px;
}
	.header .header-outer .right a {
	padding: 5px 15px;
	margin: 0;
}
.banner .banner-outer .banner-box h1 {
	font-size: 20px;
}
	.banner .banner-outer .banner-box ,.services .services-outer .services-box {
	padding: 10px;
}

}

.logo-banner {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
}

.logo-banner-container {
    height: 100%;
    max-width: 100vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    gap: 20px;
}

.logo-image {
    width: auto;
    height: 80px;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: grayscale(20%);
}

.logo-image:hover {
    filter: grayscale(0%);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .logo-banner {
        padding: 15px;
        height: auto;
        min-height: 160px;
    }
    
    .logo-banner-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        justify-items: center;
        align-content: center;
    }
    
    .logo-image {
        height: 60px;
    }
}

@media (max-width: 480px) {
    .logo-banner {
        min-height: 200px;
        padding: 20px 15px;
    }
    
    .logo-banner-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        row-gap: 30px;
    }
    
    .logo-image {
        height: 65px;
        max-width: 140px;
    }
}

@media (max-width: 360px) {
    .logo-banner {
        min-height: 180px;
        padding: 15px 10px;
    }
    
    .logo-banner-container {
        gap: 20px;
        row-gap: 25px;
    }
    
    .logo-image {
        height: 55px;
        max-width: 120px;
    }
}



