/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
:root{
    --orangecolor: #BB5E21;
    --bordercolor: #EDDFC8;
    
}

@font-face {
	font-family: arial;
	src: url(../fonts/arial.ttf);
}
@font-face {
	font-family: times;
	src: url(../fonts/times.ttf);
}
@font-face {
	font-family: palace;
	src: url(../fonts/palace.ttf);
}
* {
	font-family: arial;
}
body, html {
	padding: 0px;
	margin: 0px;
	background: #FEFAF4;
}
.dcolor{
	color: #00074f;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.upper {
	text-transform: uppercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.m-0 {
	margin: 0px !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mt-5{
	margin-top: 20px;
}
.mb-5{
	margin-bottom: 20px;
}
a {
	text-decoration: none;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
.center {
	width: 95%;
	margin: auto;
	position: relative;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.bold {
	font-weight: bold;
}
.container {
	width: 98%;
	max-width: 1980px;
	margin: auto;
	position: relative;
}
.innerContainer {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;/*left: 50%;
	transform: translateX(-50%);
	margin: 0px 0px 20px 0px;
	overflow: hidden;*/
	
}

header, section, footer, .row {
	width: 100%;
	float: left;
	position: relative;
}
section{
    margin-bottom: 20px;
}
.half {
	width: 50%;
}
header {
	background: #fff;
	padding: 20px 0px 20px 0px;
}
p{
    a{
        color: var(--orangecolor);
        transition: all ease 0.3s;
    }
    a:hover{
        font-weight: bold;
    }
}

.magic-display {
	opacity: 0;
}
.whiteSpace {
	height: 10px;
}
.innerHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    
}
.logo img {
	width: 150px;
}
.headerTitle{
    h3{
        color: var(--bluecolor);
        font-size: 28px;
        margin: 10px 0px 15px 0px;
    }
}
.navSec {
}
.nav {
	padding-bottom: 5px;
	margin-top: 10px;
}
.nav ul {
	list-style: none;
	text-align: center;
}
.nav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 15px 0px 15px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}
.nav ul li a {
	color: var(--orangecolor);
	text-transform: capitalize;
	font-size: 15px;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
}
.nav ul li a:hover {
	font-weight: bold;
	font-size: 16px;
}
.nav ul li .active {
	font-weight: bold;
	font-size: 16px;
}

/***slider***************/
.sliderSec{
    margin-top: -5px;
    border: 1px solid var(--bordercolor);
	box-sizing: border-box;
	overflow: hidden;
}
.bannerBox
{
	width: 100%;
	height: 500px;	
}
@media only screen and (max-width:1300px)
{
	.bannerBox
{
	width: 100%;
	height: 400px;	
}
}
.carousel-inner
{
	margin-top:0px;
	height: 100%;
	position: relative;
	width: 100%;
	text-align: center;	
	margin: auto;
}

.item
{
	width:100%;
	height: 100% !important;
	text-align:center;
	float:left;
	position:relative;
		
}

.item Img
{
	width: 100%;
	height: auto !important;
	
}

/****slider**************/
.active {
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	border-bottom: 2px solid #fff;
	transition: all ease 0.3s;
	animation: smoothScroll 1s forwards;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@keyframes smoothScroll {
 0% {
 transform: translateY(-40px);
}
 100% {
 transform: translateY(0px);
}
}
header.fixed {
	border-bottom: 1px solid var(--orangecolor);
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding: 5px 0px 5px 0px;
}
.fixed .nav ul li a {
	font-size: 12px !important;
}
.fixed .logo {
	margin-bottom: 0px;
}
.fixed .logo img {
	width: 100px;
	margin-left: 20px;
}

.contentSection {
	
	
}
.contentSec {
	margin-top: 15px;
	background: #fff;
}
.contentMainHeading {
	font-size: 14px;
	color: #a1060c;
	width: 100%;
	float: left;
	position: relative;
	font-family: times;
	margin-top: 30px;
}
.mainHeading {
    h1, h2, h3, h4, h5, h6{
    	font-size: 28px;
    	color: #242021;
    	letter-spacing: 1px;
    	width: 100%;
    	float: left;
    	position: relative;
    	margin: 0px;
    	font-family: palace;
    	font-weight: 500;
    }
    h3{
        font-size: 50px;
    }
}
.contentSubHeading p {
	font-size: 14px;
	color: #242021;
	width: 100%;
	float: left;
	position: relative;
	font-family: palace;
	margin: 0px 0px 20px 0px;
}
.contentSec{
    border: 1px solid var(--bordercolor);
    box-sizing: border-box;
    padding: 20px 0px 20px 0px;
    h1, h2, h3, h4, h5, h6{
        margin: 0px;
        color: #f76902;
    }
    
}
.contentList{
    margin-bottom: 20px;
    strong{
        font-size: 14px;
    }
    ul{
        margin-left: 40px;
    }
    ul li{
        font-size: 14px;
        color: #3a3a3a;
    }
    li::marker{
        color: var(--orangecolor);
        font-size: 18px;
    }
}
.contentSec p {
	width: 100%;
	float: left;
	position: relative;
	font-size: 14px;
	color: #3a3a3a;
	margin: 5px 0px 20px 0px;
}

.threeBtns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    a{
        width: 32%;
        height: 35px;
        line-height: 31px;
        display: block;
        text-align: center;
        color: #fff;
        background: var(--orangecolor);
        font-family: palace;
        font-size: 30px;
        transition: all ease 0.3s;
    }
    a:hover{
        transform: scale(0.95);
    }
}

.activityBoxes{
	display: flex;
	justify-content: space-between;
	
}
.activityBox{
	overflow: hidden;
    height: auto;
    width: 49%;
    position: relative;
    transition: all ease 0.3s;
}
.activity:hover{
    
}
.activityImg{
    height: 300px;
    img{
        width: 100%;
        height: 100%;
        border: 1px solid var(--bordercolor);
        box-sizing: border-box;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    h3{
        width: 100%;
        left: 0px;
        bottom: 20px;
        position: absolute;
        height: 35px;
        line-height: 31px;
        text-align: center;
        background: rgba(255, 255, 255, 0.7);
        font-family: palace;
        color: var(--orangecolor);
        font-size: 40px;
        margin: 0px;
        font-weight: normal;
        transition: all ease 0.3s;
    }
    
}

.activityImg:hover{
    h3{
        bottom: 85%;
        font-size: 50px;
        
    }
}
.activityContent{
    p{
        font-size: 14px;
        color: #141414;
        a{
            color: var(--orangecolor);
            transition: all ease 0.3s;
        }
        a:hover{
            font-weight: bold;
        }
    }
}

.directionSec{
    iframe{
        border: 1px solid var(--bordercolor);
        box-sizing: border-box;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

}

.imageContentSec{
    background: #F7EFE5;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 25px;
    .imgLeftBox{
        width: 48%;
        img{
            width: 100%;
            border: 2px solid #fff;
            margin: 10px 0px 10px 10px;
        }
    }
    .imgContent{
        width: 48%;
        margin: 0px 10px 10px 0px;
        p{
            font-size: 14px;
            margin-top: 10px;
        }
    }
}



.contactSec{
   
}
.innerContact{
    display: flex;
    align-items: flex-start; 
    justify-content: space-around;
}
.contactHeading{
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    h3{
        color: var(--orangecolor);
    }
}
.contacts{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.follow{
    display: flex;
    justify-content: space-around;
    a{
        margin: 0px 10px 0px 10px;
        img{
            width: 30px;
            transition: all ease 0.3s;
        }
        img:hover{
            width: 35px;
        }
    }
}

.contactItems {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0px 0px 10px 0px;
    span{
        text-align: left;
        font-size: 14px;
        display: block;
    }
    img{
            width: 22px;
            vertical-align: middle;
        }
        a{
            color: #3a3a3a;
            transition: all ease 0.2s;
        }
        a:hover{
            font-weight: bold;
        }
}

footer {
   background: #EEDDB6;
}

.footerNav {
	margin-top: 5px;
}
.footerNav ul {
	list-style: none;
	text-align: center;
}
.footerNav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 15px 0px 15px;
	line-height: 30px;
}
.footerNav ul li a {
	color: var(--orangecolor);
	text-transform: capitalize;
	font-size: 14px;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
}
.footerNav ul li a.active {
	font-weight: bold;
}
.footerNav ul li a:hover {
	font-weight: bold;
}
.rights p {
	color: #3a3a3a;
	font-size: 14px;
}
.rights a {
	color: var(--orangecolor);
	font-weight: bold;
}

.threeImgs{
    display: flex;
    justify-content: space-between;
    img{
        width: 32.5%;
        border: 1px solid var(--bordercolor);
        box-sizing: border-box;
        transition: all ease 0.3s;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    }
    
}


.galleryImgs{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
    img{
        width: 32%;
        border: 1px solid var(--bordercolor);
        box-sizing: border-box;
        transition: all ease 0.3s;
        box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    }
    img:hover{
        transform: scale(0.9);
    }
}


/*****responsive*****/
@media only screen and (max-width:1200px) {
}

@media only screen and (max-width:1024px) {
.innerContainer {
	max-width: 100%;
}
.logo{
    position: relative;   
}

.nav ul li {
	margin: 0px 6px 0px 6px;
}
.nav ul li a {
	font-size: 12px;
}
.ss-slides-wrap {
	height: 300px;
}
.footerNav ul li a {
	font-size: 12px;
}
iframe {
	width: 100%;
	height: 250px;
}
header.fixed {
	padding-top: 0px;
}
.fixed > .nav {
	margin-top: 0px;
}
.fixed > .lang {
	top: 10px;
}
.deskLogo.fixed img {
	width: 240px;
	top: 3px;
	left: 10%;
}
}

@media only screen and (max-width:645px) {


.logo img {
	width: 125px;
	top: 7px;
	left: 5px;
	transform: none;
	margin-top: 0px;
}
.nav {
	width: 100%;
	margin: 0px;
	z-index: 9999;
	float: left;
	position: relative;
	background: none;
}
.nav p {
	width: 100%;
	padding-right: 0px;
	text-align: center;
	text-stroke: 1px #fff;
	-webkit-text-stroke: 1px #fff;
	margin: 10px auto 10px auto;
}
#menu {
	display: block !important;
	width: 35px;
	height: 28px;
	top: 19px;
	right: 10px;
	position: fixed;
	cursor: pointer;
	z-index: 99999999;
	border: 1px solid var(--bordercolor);
}
#nav {
	display: none;
	width: 100%;
	float: none;
	top: -4px;
	left: 0px;
	position: absolute;
	background: var(--orangecolor);
	z-index: 9999;
	padding: 0px;
}
.nav ul li {
	width: 100%;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	line-height: 40px;
	height: 40px;
}
.nav ul li .active {
}
.nav ul li a {
	font-size: 16px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	opacity: 1 !important;
	position: relative !important;
	left: unset !important;
	bottom: unset !important;
	top: unset !important;
}
.navBtn {
	margin: 10px 0px 5px 0px;
	width: 100%;
}

.dropdownBtn {
    height: auto !important;
    svg {
        float: none;
    }
}
.dropdown{
    width: 100%;
    float: left;
    position: relative;
    top: unset;
}
.dropdownBtn2{
    font-size: 10px !important;
}
.dropdown2{
    position: absolute;
    bottom: 100%;
    float: none;
}
.sliderArrows img {
	width: 20px;
}
.ss-slides-wrap {
	height: 210px !important;
}
.bannerBox{
    height: 240px;
}
.contentSec {
	margin: 0px 0px 0px 0px;
}
.mainHeading h3 {
	font-size: 40px;
}
.contentSubHeading p {
	font-size: 40px;
}
	.highlightsRow{
		flex-direction: column;
	}
	.highlightsBox{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.aboutSec {
    background-size: cover;
    background-position: left;
    background-attachment: fixed;
	}

.activityBoxes{
    flex-direction: column;
    .activityBox{
        width: 100%;
    }
}
.activityImg{
    height: 200px;
    img{
        height: 100%;
    }
}
.threeBtns{
    flex-direction: column;
    gap: 10px;
    a{
        width: 100%;
    }
}
.imageContentSec{
    flex-direction: column;
    .imgLeftBox {
        width: 100%;
        text-align: center;
        img{
            width: 97%;
            margin: auto;
        }
    }
    .imgContent{
        width: 97%;
        margin: auto;
        
    }
}
.innerContact{
    flex-direction: column;
    align-items: center;
}
.contactHeading{
    align-items: center;
    width: 100%;
}
.contacts{
}


	
.footerNav {
	}
.footerNav ul li a {
	font-size: 10px;
}
.rights p {
	margin-top: 0px;
	font-size: 14px;
	line-height: 25px;
}
.rights p > a {
	font-size: 14px;
	background: #fff;
	padding: 2px;
}

.threeImgs{
    flex-wrap: wrap;
    gap: 20px;
    img{
        width: 100%;
        }
    }
.galleryImgs{
    flex-wrap: wrap;
    img{
        width: 100%;
        }
    }    
}
