@font-face {
    font-family: 'la_palomaregular';
    src: url('../fonts/la_paloma.woff2') format('woff2'),
         url('../fonts/la_paloma.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{font-family: 'Montserrat', sans-serif;  font-size:16px;}

.logo{ height:150px;}
.logo-hide{display:none;}

@media (min-width: 1200px){
.navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    top: 65% ;
}
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}



/*Menu*/
.footer-upper {
background: #f0efeb;
}
.logo-listing {width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    background: #C2B59F;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;}
.header-main{
top: 0;
z-index: 10;
position: absolute;
width: 100%;	
}
.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}
.gold-aritation{
	width:100%;
	display:flex;
	box-shadow: 0px 0px 6px 0px #808080;
}

.left-gold{
	width:38%;
	position:relative;
}

.left-gold img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.right-gold {
    width: 62%;
    padding: 35px;
    background: #9a8654;
}
.logo-slide .owl-prev {
    width:50px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: -70px !important;
    display: block !important;
    border:0px solid black;
	background:none !important;
}

.logo-slide .owl-next {
    width:50px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -70px;
    display: block !important;
    border:0px solid black;
	background:none !important;
}

.logo-slide .owl-nav i{
	font-size:36px;
	color:#035b84;
}

.logo-col {
    border: 1px solid #dfdfdf;
    padding: 25px;
	height: 195px;
	position:relative;
}

.logo-col img {
    width: auto !important;
   /* height: 85%;*/
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.right-gold h2{
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:40px;
	margin-bottom:20px;
	font-family: 'GFS Didot', serif;
	text-transform: uppercase;
}

.right-gold p{
	color:#fff;
	font-size:18px;
	margin-bottom:0px;
	font-weight:300;
}

.home-red{
	color:#115f88;
}
.menu-area{
	padding:20px 0;
	background:#fff !important; 
	-webkit-box-shadow: 2px 13px 16px -7px rgba(0,0,0,0.34);
-moz-box-shadow: 2px 13px 16px -7px rgba(0,0,0,0.34);
box-shadow: 2px 13px 16px -7px rgba(0,0,0,0.34);
z-index:9;
}

.menu-set1{
	width:18%;
	float:left;
}
.menu-set1 img{
	height:50px;
}
.menu-set2{
	width:72%;
	float:left;
	margin-top:5px;
}
.menu-set3{
	width:110px;
	float:left;
}
.menu-set3 img{
	height:40px;
	padding-left:10px;
}
.our-activities h4 { color: #005885; text-transform: uppercase;  text-align: center;}
.our-activities a{ word-break: break-word;}
.our-activities p{font-size: 18px !important;    text-align: center;}
.our-activities.pp p{font-size: 16px !important;    text-align: left;}
.our-activities ul {list-style:none;}
.our-activities ul li {font-size: 18px !important; color: #005885;}
.our-activities.pp ul li {font-size: 16px !important; color: #005885;}
.our-activities ul.list2 li {font-size: 16px !important; color: #005885;}

.footer-section {
    background: #005983;
    padding: 20px !important;
	position:relative;
	min-height:360px !important;

}


.footer-section ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.footer-section ul li a, .footer-section p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.footer-section ul li{
	margin-bottom:20px;
}

.footer-section ul li:last-child{
	margin-bottom:0px;
}

.footer-section h2{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.submit {
    padding: 10px 10px;
    background: #005885;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
	text-decoration: none;
}
.submit:hover, .submit:focus {
    background: #8caccc;
    color: #fff;
    text-decoration: none;
}

blockquote{border-left: 5px solid #005885 !important; border: 1px solid #005885; border-radius: 4px;   padding: 10px 20px; margin: 0 0 20px;}
blockquote i {color: #005885 !important;}
blockquote .small {color: #005885 !important; text-transform:capitalize; font-size:14px !important;}
blockquote .font-weight-bold {color: #005885 !important; font-weight:900; font-size:12px !important;}
.navbar{ padding-top:0px; font-size:16px; z-index:999; padding-bottom:0px !important;}
.navbar-light .navbar-nav .nav-link{
	color:#121212;
	font-weight:600 !important;
	margin: 50px 18px 0 18px;
}
@media only screen and (max-width: 1399px) {
.navbar-light .navbar-nav .nav-link{
	margin: 50px 6px 0 6px;
}
	
}

.arrow-wrap {
    position: fixed;
    bottom: 20px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -5em;
    background: none;
    width: 10em;
    height: 10em;
    padding: 4em 2em;
    border-radius: 50%;
    font-size: 0.5em;
    display: block;
    animation: bounce 2s infinite;
	z-index:999;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); /* move the arrow to its original position */
  }
  40% {
    transform: translateY(-10px); /* move the arrow 10px upwards */
  }
  60% {
    transform: translateY(-5px); /* move the arrow 5px upwards */
  }
}


.navbar-light .navbar-nav a{
	border-bottom:solid 2px #fff;
}

.navbar-light .navbar-nav .nav-link:hover .nav-link:focus,  {
	color:#000000;
	border-bottom:solid 2px #ab2840;
	text-decoration:none;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,  .navbar-light .navbar-nav .nav-link .active {
	border-bottom:solid 2px #115f88;
	color:#000000;
	text-decoration:none;
}
.navbar-light .navbar-nav .nav-link.active{
	border-bottom:solid 2px #115f88;
	color:#000000;
}
.navbar-expand-lg .navbar-nav .nav-link{
	margin:0px 5px !important;
	padding-right:5px !important;
	padding-left:5px !important;
}


@media only screen and (max-width: 1199px) {

.logo-hide{display: inherit !important; position:absolute;}
.logo-hide img{ height:65px;}


.logo-li-hide{ display:none ;}
	.navbar-light .navbar-nav .nav-link{
		color:#121212;
		font-weight:600 !important;
		margin: 5px 13px 0 13px;
	}	
	
	
.menu-set1{
	width:20%;
	float:left;
}

.menu-set2{
	width:98%;
	position:absolute;
}
.menu-set3{
	width:110px;
	float:right;
	margin-top:5px;
	margin-right:60px;
}

.nav-bg{
	margin-top:70px;
	background:#f2f2f2;
} 
.nav-bg button{
	position:absolute;
	right:0;
	top:5px;
}
.navbar-toggler:focus{
	box-shadow: 0 0 0 0rem;
}
.menu-area{
	padding:10px 0;
}
}

@media only screen and (max-width: 767px){
.arrow-wrap {display:none;}	
.menu-set2{
	width:96%;
	position:absolute;
}
}
@media only screen and (max-width: 480px){
.menu-set2{
	width:95.50%;
	position:absolute;
}
}
@media only screen and (max-width: 479px){
.menu-set2{
	width:94%;
	position:absolute;
}
.menu-set3{
	width:90px;
	float:right;
	margin-top:5px;
	margin-right:50px;
}
.menu-set3 img{
	height:40px;
	padding-left:0px;
}
}





/*@media all and (max-width: 1199px) {
	.logo-li-hide{ display:none ;}
	.navbar-light .navbar-nav .nav-link{
		color:#121212;
		font-weight:600 !important;
		margin: 5px 13px 0 13px;
	}
}*/




.section3{
	background:#bfb5a0;
	padding:30px 20px;
}

.section3 ul{
	width:100%;
	padding:0;
	margin:0;
}
.section3 ul li{
	width:24%;
	display:inline-block;
	text-align:center;
}
.section3 ul li a{
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	text-decoration:none;
}
.section3 ul li a:hover{
	color:#554d3d
}
.section3 ul li img{
	margin-right:10px;
}
@media only screen and (max-width: 1024px){	
	.section3 ul li{
		width:48%;
		margin:10px 0;
	}
}

@media only screen and (max-width: 639px){
	.section3 ul li{
		width:100%;
		margin:10px 0;
	}
}



.welcome-area{
	width:100%;
	position:relative;
}
.welcome-area-bg{
	background: url(../images/welcome-bg.png) no-repeat;
    background-position: 7% 100%;
    height: 100%;
    background-size: 50%;
    padding-bottom: 50px;
}
.welcome-banner{
	width:100%;
}
.welcome-content{
	position:absolute;
	top:60px;
	right:50px;
	width:40%;
}

.welcome-content h2{
	font-size:50px;
	text-transform:uppercase;
	font-weight:600;
	color:#005885;
	font-family: 'GFS Didot', serif;
	margin-bottom:30px;
}
.welcome-content h2 span
{
	color:#5388a7; 
	text-transform:capitalize;
	font-family:"la_palomaregular";
	font-size:30px;
}

.welcome-content-a h2{
	font-size:50px;
	font-weight:600;
	color:#bfb4a0;
	font-family: 'GFS Didot', serif;
	margin-bottom:30px;
}
.welcome-content-a h2 span{
    text-transform:capitalize;
	font-family:"la_palomaregular";
	font-size:30px;
}
.welcome-content p{
	font-size:23px;
	font-weight:400;
	color:#0c0c0c;
}

.welcome-content-a{
	position:absolute;
	top:25%;
	left:50px;
	width:48%;
}

.welcome-content-a p{
	font-size:23px;
	font-weight:400;
	color:#fff;
}

.welcome-banner-mobile-hide{
	display:none;
}
@media only screen and (max-width: 1340px){
	.welcome-content p, .welcome-content-a p{
		font-size:18px;
	}
}
@media only screen and (max-width: 1100px){
	.welcome-content p, .welcome-content-a p{
		font-size:16px;
	}
}
@media only screen and (max-width: 900px){
	.welcome-content p, .welcome-content-a p{
		font-size:12px;
	}
}
@media only screen and (max-width: 800px){
	.welcome-content{
		top:80px;
		right:50px;
		width:40%;
	}
	.welcome-content h2{
		font-size:40px;
		margin-bottom:20px;
	}
	.welcome-content p{
		
	}
	.welcome-content-a{
		top:50px;
		width:48%;
	}
	
	.welcome-content-a p{
		font-size:18px;
		font-weight:400;
		color:#0c0c0c;
	}
}
@media only screen and (max-width: 800px){

	.welcome-banner-hide{ display:none}
	.welcome-banner-mobile-hide{ display:inherit !important; width:100%;}
	.welcome-content, .welcome-content-a{
		position:relative;
		top:0px;
		right:0;
		left:0;
		padding:20px;
		width:100%;
		margin-top:30px;
	}
	
}






.facilities-area{ text-align:center;}
.facilities-area h2{
	font-size:40px;
	text-transform:uppercase;
	font-weight:600;
	color:#005885;
	font-family: 'GFS Didot', serif;
	margin-bottom:50px;
}
.facilities-area ul{
	padding:0;
	margin:0;
}
.facilities-area ul li{
	list-style:none;
	width:18%;
	display:inline-block;
	margin-bottom:50px;
	font-size:16px;
	font-weight:500;
}


.logo-listing img {
	transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
	margin-bottom:10px;
}

.logo-listing:hover img{
	transform: rotate(
360deg
) scale(1.1,1.5);
    -webkit-transform: rotate(
360deg
) scale(1.1,1.1);
    -ms-transform: rotate(360deg) scale(1.1,1.1);
    -o-transform: rotate(360deg) scale(1.1,1.1);
    -moz-transform: rotate(360deg) scale(1.1,1.1);
}

@media only screen and (max-width: 800px){
	.facilities-area ul li{
		list-style:none;
		width:30%;
		display:inline-block;
		margin-bottom:50px;
		font-size:18px;
		font-weight:500;
	}
}

@media only screen and (max-width: 480px){
	.facilities-area ul li{
		list-style:none;
		width:48%;
		display:inline-block;
		margin-bottom:50px;
		font-size:14px;
		font-weight:500;
	}
		.logo-slide .owl-prev {
    
    display: none !important;
    
}

.logo-slide .owl-next {
   
    display: none !important;
    
}
}

@media only screen and (max-width: 375px){
	.facilities-area ul li{
		list-style:none;
		width:100%;
		display:inline-block;
		margin-bottom:50px;
		font-size:18px;
		font-weight:500;
	}
}


.our-care{ background:#f1efeb; text-align:center; padding-top:30px; position:relative}
.our-care h2{
	font-size:40px;
	text-transform:uppercase;
	font-weight:600;
	color:#005885;
	font-family: 'GFS Didot', serif;
	margin-bottom:50px;
}
.our-care ul{
	padding:0;
	margin:0;	
}
.our-care ul li{
	list-style:none;
	display:inline-block;
	width:19%;
	text-align:center;
}

.our-care ul li a{
	font-size:20px;
	color:#000;
	text-decoration:none;
}
.our-care ul li a:hover{
	background:url(../images/down-arrow.png) no-repeat;
	background-position: center;
    padding-bottom: 48px;
    background-size: 30px;
}
.our-care ul li .active{
	background:url(../images/down-arrow.png) no-repeat;
	background-position: center;
    padding-bottom: 48px;
    background-size: 30px;
}
.bg-blue{
	background:#005885;
}
.our-care-content{
	text-align:left;
	padding:20px 40px;
	transform: translate(-0%, -50%);
    top: 50%;
    position: relative;
}
.our-care-content h2{
	font-size:40px;
	font-weight:600;
	color:#fff;
	font-family: 'GFS Didot', serif;
	margin:0 0 10px 0;
}
.our-care-content p{
	font-size:22px;
	font-weight:400;
	color:#fff;
}

.right-left-arrow{
	position:absolute;
	top: 50%;
}
.hide{display:none;}
.right-left-arrow .btn-left{ border:0; position:absolute; left:10px; background: transparent;}
.right-left-arrow .btn-right{border:0; position:absolute; right:10px; background: transparent;}

@media only screen and (max-width: 1024px){
	.our-care ul li a{
		font-size:18px;
	}
	.our-care-content h2{
		font-size:30px;
	}
	.our-care-content p{
		font-size:18px;
	}
}

@media only screen and (max-width: 990px){
	.our-care ul{
		display:none;
	}
	.our-care-content{
		padding:20px 60px;
	}
	.our-care-content h2{
		font-size:30px;
	}
	.our-care-content p{
		font-size:16px;
	}
}
.row.contact-form {
    width: 80%;
    margin: 0 auto;
	box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 20%);
    padding: 25px 0px;
}
label.error {
    color: #F00;
	text-align: center;
    display: block;
}
.contact-form input {
    width: 100%;
    background-color: transparent;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 10px;
}

.contact-form textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    padding: 10px;
    margin-bottom: 40px;
}

.our-activities{
	text-align:left;
	padding:20px 40px;
	transform: translate(-0%, -50%);
    top: 50%;
    position: relative;
}
.our-activities h2, .cc h2.heading{
	font-size:40px;
	font-weight:600;
	color:#005885;
	text-align:center;
	font-family: 'GFS Didot', serif;
	margin:0 0 20px 0;
	text-transform:uppercase;
}
.our-activities p{
	font-size:22px;
	font-weight:400;
	color:#000000;
}


.reviews{
	background:#f8f8f8;
	color:#000;
	font-style:italic;
	padding:20px;
	position:relative;
	margin-bottom:32px;
}
.reviews:before{
	position:absolute;
	content:'';
	background:url(../images/review-bg.png);
	height:104px;
	width:150px;
	top:-80px;
}



.reviews p{
	font-size:20px;
	color:#000;
	font-style:italic;
	padding:30px 30px 0px 30px;
}
.reviews .customer{
	font-size:20px;
	color:#000;
	font-style:italic;
	padding:10px 30px;
}
.reviews .customer p{
	font-size:18px;
	color:#000;
	font-style:normal;
	padding:10px 0px;
}
.reviews .customer i{
	color:#bfb5a0;
}


.reviews .carousel-control-next, .reviews .carousel-control-prev{ width:auto;}

@media only screen and (max-width: 800px){
	.reviews:before{
		display:none;
	}
}



.footer-area{
	padding:30px 0 20px 0;
	background:#005885  url(../images/footer-bg.png) no-repeat;
    background-position: 100% 100%;
    height: 100%;
    background-size: 20%;
}

.footer-menu{
	padding:0;
	margin:0;
}
.footer-menu li{
	list-style:none;
	padding-bottom:18px;
}
.footer-menu li a{
	list-style:none;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	
}
.footer-menu li a:hover{
	list-style:none;
	color:#fff;
	text-decoration:underline;
	font-size:14px;
	
}


.footer-contact{
	padding:0;
	margin:0;
}
.footer-contact li{
	list-style:none;
	padding-bottom:18px;
	font-size:18px;
	color:#fff;
	position:relative;
	padding-left:30px ;
}
.footer-contact li i{
	list-style:none;
	padding-bottom:18px;
	font-size:18px;
	color:#bfb5a0;
	position:absolute;
	left:0;
	top:5px;
}
.footer-contact li a{
	color:#fff;
	text-decoration:none;
	word-break:break-all;
}
.footer-contact li a:hover{
	color:#fff;
	text-decoration:underline;
}





.footer-socialicon{
	padding:0;
	margin:0;
	margin-bottom:30px;	
}
.footer-socialicon li{
	list-style:none;
	float:left;
	margin-right:5px;
}
.footer-socialicon li a{
	background:#fff;
	height:24px;
	width:24px;
	text-align:center;
	line-height:24px;
	font-size:16px;
	display:inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color:#005885;
}
.footer-socialicon li a:hover{
	background:#005885;
	color:#fff;
}
.follow{
	float:left;
	font-size:16px;
	color:#fff;
	padding-right:10px;
}


.footer-button{
	background:#bfb5a0;
	color:#fff;
	font-size:22px;
	padding:15px 15px 12px 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-decoration:none;
	margin-left:15px;
}
.footer-button:hover{
	background:#82704a;
	color:#fff;
}

.copyright{
	color:#fafafa;
	text-align:center;
	font-size:14px;
	padding-top:80px;
}
.copyright a{
	color:#bfb5a0;
	text-decoration:none;
	
}

@media only screen and (max-width: 800px){
.footer-contact li{
	font-size:15px;
	color:#fff;
	position:relative;
	padding-left:30px ;
}
}


@media only screen and (max-width: 800px){
.footer-button{
	font-size:12px;
	padding:10px 5px;
	margin-left:10px;
}

.copyright{
	text-align:left;
}	
}

@media only screen and (max-width: 375px){
.footer-button{
	font-size:15px;
	padding:10px 5px;
	margin-left:10px;
}

.copyright{
	text-align:left;
	padding-right:50px;
}	
}




/* Back to top button */
#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 20px;
	height:40px;
	line-height:40px;
	width:40px;
    z-index: 98;
	text-align:center;
    /*background-color: hsla(5,76%,62%,.8);*/
	border:solid 2px #6e1073;
	color:#6e1073;
	background:#fff;
    
}
@media(max-width:1024px){
.right-gold h2 {
	font-size:34px;
}
.right-gold{
	padding:20px;
}
}
@media(max-width:980px){
.right-gold h2 {
    font-size: 28px;
}
.right-gold p {
    font-size: 14px;
}
}
@media(max-width:640px){
.right-gold h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
}
@media(max-width:480px){
.right-gold p {
    font-size: 12px;
}
}
@media(max-width:440px){
.gold-aritation {
    display: inline-block;
}
.left-gold img {
    position: inherit;
    top: auto;
    left: auto;
    transform: inherit;
}
.left-gold {
    width: 100%;
    padding: 20px;
}


.right-gold {
    width: 100%;
}
}










