/*!
 * 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.
 */

@font-face {
	font-family: arial;
	src: url(../fonts/arial.ttf);
}
@font-face {
	font-family: vavob;
	src: url(../fonts/vavob.ttf);
}
@font-face {
	font-family: minion;
	src: url(../fonts/minion.ttf);
}
* {
	font-family: arial;
}
h1, h2, h3, h4, h5, h6{
    font-family: vavob;
}
body, html {
	padding: 0px;
	margin: 0px;
	background: url('../images/bodybg.png') repeat-x;
	background-size: auto 100%;
}
.cbody{
   /* background: linear-gradient(180deg, rgba(0, 0, 0, 1) 32%, rgba(255, 255, 255, 1) 65%, rgba(0, 0, 0, 1) 98%); */
   background-size: auto 140%; 
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.upper{
	text-transform: uppercase !important;
}
.capital{
	text-transform: capitalize !important;
}
.m-0{
	margin: 0px;
}
a {
	text-decoration: none;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
.center {
	width: 98%;
	margin: auto;
	position: relative;
}
.half{
	width: 50%;
}
.left{
	float: left !important;
}
.right{
	float: right !important;
}
.bold{
	font-weight: bold;
}
.dblock{
	display: block;
}
.container {
	width: 93%;
	max-width: 1920px;
	margin: auto;
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}
.innerContainer {
	width: 100%;
	float: left;
	position: relative;
	/*left: 50%;
	transform: translateX(-50%);
	margin: 0px 0px 20px 0px;
	overflow: hidden;*/
	
}
header, section, footer, .row {
	width: 100%;
	float: left;
	position: relative;
}
header {
	height: auto;
	background: url('../images/banner.png') no-repeat;
	background-size: cover;
	padding-bottom: 20px;
	margin: 30px 0px 10px 0px;
	border-radius: 7px;
	height: 500px;
	
}
.headerBox{
	margin-top: 5px;
}
.headerBox a{
	color: #191919;
	font-size: 15px;
	text-decoration: none;
	transition: all ease 0.3s;
}
.headerBox a:hover{
    font-weight: bold;
    font-size: 14px;
}
.headerBox img{
	width: 20px;
	vertical-align: bottom;
	margin: 0px 5px 0px 0px;
}

.contactBox{
    display: flex;
    justify-content: center;
    gap: 50px;
    z-index: 9999;
    position: relative;
    
}
.phone, .email {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.phone svg, .email svg {
    width: 20px;
    margin-right: 5px;
}
.bannerImgs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -15px;
    height: 100%;
}
.bannerImgs img{
	width: 80%;
	
}
.logo{
    min-width: 30%;
    text-align: center;
    margin-left: 4%;
    
    a{
        display: block;
        text-align: center;
        p{
        text-align: center;
        color: #191919;
        font-size: 35px;
        font-family: Times New Roman;
        margin: 10px 0px 0px 0px;
        font-weight: bold;
        }
        img{
            width: 60%;
        }
    }
}
#slider{
    height: 550px;
    border-radius: 7px;
    overflow: hidden;
}
.glider-arrow{
    display: none;
}
.carousel{

	height: 550px;
	
}
.carousel-inner
{
	margin-top:0px;
	height: 100%;
	position: relative;
	width: 100%;
}

.item
{
	width:100%;
	height: 100% !important;
	text-align:center;
	float:left;
	position:relative;
		
}
.item Img
{
	width: 100%;
	height: 100% !important;
	border-radius: 7px;

}
.carousel-indicators li, .carousel-indicators .active {
    width: 22px;
    height: 15px;
    border-radius: 50%;
}

.leftArrow
{
	left:10px;
	top:45%;
	position:absolute;
}
.rightArrow
{
	right:10px;
	top:45%;
	position:absolute;
}
.leftArrow svg, .rightArrow svg
{
	color: #fff;
	font-size: 40px;
}

/*************slider end****/

.navSec{
	margin: 20px 0px 0px;
}
.nav {
	padding: 5px 0px 5px 0px;
}
.nav ul {
	
	list-style: none;
	text-align: right;
}
.nav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 10px 0px 10px;
	line-height: 30px;
}
.nav ul li a {
	color: #f6c71e;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
	font-family: vavob;
}
.nav ul li a:hover {
	font-weight: bold;
	font-size: 14px;
}
.nav ul li .active {
	font-weight: bold;
}
.active{
}
.contentSec{
    h1{
        color: #a6a6a6;
	    font-size: 19px;
    }
	ul{
	    margin-left: 25px;
        li{
            color: #a6a6a6;
	        font-size: 14px;
        }
        li::marker {
            color: #f6c71e;
            font-size: 18px;
        }
    }
}
.content p{
	color: #a6a6a6;
	font-size: 14px;
}
.contentSection .contentSec a {
    color: #F6C71E; /* Change this to your preferred color (e.g., red: #FF0000) */
    text-decoration: none;
}

.contentSection .contentSec a:hover {
    color: #F6C71E; /* Optional: color on hover */
    text-decoration: underline;
}
.sectionHeading{
	font-size: 25px;
	color: #a88752;
	font-family: bernard;
	letter-spacing: 2px;
}
.choosusSec{
    background: url('../images/profileImg.png') no-repeat;
    background-size: cover;
    height: 500px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 40px;
    border-radius: 7px;
    
}
.innerChoosus{
    
}
.greychooseBox {
    width: 35%;
    min-height: 150px;
    border-radius: 7px;
    background: rgba(228, 227, 226, 0.7);
    margin: 0px 10px 20px 10px;
    padding: 0px 5px 0px 5px;
    display: inline-block;
    ul li{
        text-align: left;
        color: #6a656e;
        margin-left: 20px;
    }
    
    .email, .phone{
        justify-content: left;
        margin-bottom: 12px;
        a{
            color: #6a656e;
            transition: all ease 0.2s;
        }
        a:hover{
            color: #0e0e0e;
        }
    }
    
    h3{
        text-align: center;
        text-transform: uppercase;
        color: #0e0e0e;
        letter-spacing: 1px;
        margin: 5px 0px 5px 0px;
        font-size: 16px;
        
    }
    p{
        color: #79707f;
        font-size: 16px;
        text-align: left;
    }
}


.pageLinks{
	display: flex;
	justify-content: space-between;
	margin: 40px 0px 40px 0px;
	position: relative;
}
.pageLinkBox{
	width: 32.5%;
	height: 260px;
	border-radius: 7px;
	transition: all .3s ease;
	position: relative;
	overflow: hidden;
	a{
	    display: block;
	    height: 100%;
	    position: relative;
	}
}
.pageLinkBox::before,
.pageLinkBox::after {
  content: '';
  position: absolute;
  background: #f6c71e;
  transition: all 0.4s linear;
}

/* Top & Bottom border (width grows) */
.pageLinkBox::before {
  height: 2px;
  width: 0;
  top: 0;
  left: 0;
  z-index: 99999;
}
.pageLinkBox::after {
  height: 2px;
  width: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}

/* Side borders using additional elements */
.pageLinkBox span::before,
.pageLinkBox span::after {
  content: '';
  position: absolute;
  background: #f6c71e;
  transition: all 0.4s linear;
}

/* Left & Right border (height grows) */
.pageLinkBox span::before {
  width: 2px;
  height: 0;
  top: 0;
  left: 0;
  z-index: 99999;
}
.pageLinkBox span::after {
  width: 2px;
  height: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}

/* Add span inside box */
.pageLinkBox span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 99999;
}

.pageLinkBox:hover::before,
.pageLinkBox:hover::after {
  width: 100%;
  z-index: 99999;
}

.pageLinkBox:hover span::before,
.pageLinkBox:hover span::after {
  height: 100%;
  z-index: 99999;

}




.pageLinkBox img{
	width: 100%;
	height: 100%;
	transition: all .3s ease;
}

.pageLinkBox p{
	text-align: center;
	background: #f6c71e;
	height: 28px;
	line-height: 25px;
	color: #0e0e0e;
	padding: 0px;
	margin: 0px;
	transition: all .3s ease;
	position: relative;
	text-transform: uppercase;
	font-family: vavob;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
}
.pageLinkBox:hover p{
	/*top: 91%; */
}
.pageLinkBox:hover {
     transform: scale(0.95); 
}

.contentHeading h3{
	color: #fff;
	font-size: 22px;
	font-weight: normal;
}

footer{
    display: flex;
    justify-content: space-around;
    margin: 40px 0px 0px 0px;

}
 .lady{
        width: 20%;
       display: flex;
        justify-content: end;
    }
     .lady img{
        width: 70%;
    }
    .footerLogo{
        width: 20%;
        display: flex;
    align-items: center;
    transition: all ease 0.2s;
    }
    .footerLogo img{
        width: 70%;
        transition: all ease 0.2s;
    }
    .footerLogo img:hover {
        transform: scale(0.9);
    }

.footerNav{
    display: flex;
    justify-content: space-around;
    width: 55%;
    flex-wrap: wrap;
    align-items: end;
	p{
	    color: #8f9ba6;
	    font-size: 22px;
	}
}
.footerNav ul{
	
}
.footerNav ul li{
	list-style: none;
	display: inline-block;
}
.footerNav ul li a{
	color: #f6c71e;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0px;
	display: block;
	margin: 0px 10px 0px 10px;
	letter-spacing: 1px;
}
.footerNav ul li a.active{
	font-weight: bold;
}
.footerNav ul li a:hover{
	font-weight: bold;
}

.rights{
}
.rights p, .rights a{
	color: #8f9ba6 ;
	font-size: 13px;
	text-align: center;
}
.rights a{
    color: #f6c71e;
}

/*************contactus page***************/
.contactusItems 
{
    .email, .phone{
        justify-content: left;
        margin-bottom: 12px;
        a{
            color: #a6a6a6;
            font-size: 14px;
            transition: all ease 0.2s;
        }
        a:hover{
            color: #a6a6a6;
            font-weight: bold;
            font-size: 13px;
        }
        svg, path{
            fill: #a6a6a6 !important;
        }
    }
}
.threeImgs{
    display:flex;
    justify-content: space-between;
    img{
        width: 32.5%;
        border: 1px solid #f6c71e;
        border-radius: 7px;
        box-sizing: border-box;
    }
}
.map{
    margin: 40px 0px 40px 0px;
    border: 1px solid #f6c71e;
        border-radius: 7px;
        box-sizing: border-box;
        height: 400px;
        overflow: hidden;
}
.map iframe{
    width: 100%;
    height: 100%;
    
}

/*****responsive*****/
@media only screen and (max-width:1400px) {
	header{
	    height: 400px;
	}
	#slider{
	    height: 420px;
	}
}
@media only screen and (max-width:1024px) {
.innerContainer {
	max-width: 100%;
}
.choosusSec{
    height: 300px;
}
.greychooseBox{
    width: 50%;
}
}

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

	header{
		height: auto;
	}
	.headerBox{
	
	}
	.contactBox {
    gap: 20px;
    justify-content: start;
}

	.bannerImgs{
	    margin: 0px;
	}
	.logo img{
		width: 110px;
	}
	.bannerImgs img {
    width: 115px;
}
#slider{
 height: 300px;   
}
	.smoothslides, .smoothslides-on {
	    height: 220px;
	}
	.ss-slide-stage, .ss-slide{
	    height: 100%;
	    border-radius: 7px;
	}
.ss-slide img {
    height: 100%;
}
	.nav {
	width: 100%;
	margin: 0px;
	z-index: 9999;
	float: left;
	position: relative;
	background: none;
}
.nav p {
	
}
#menu {
	display: block !important;
	width: 35px;
	height: 28px;
	top: 14px;
    right: 4px;
	position: absolute;
	border-radius: 2px;
	cursor: pointer;
	z-index: 99999999;
}
#nav {
	display: none;
	width: 100%;
	float: none;
	top: -254px;
	left: 0px;
	position: absolute;
	background: #0e0e0e;
	z-index: 9999;
	padding: 0px;
}
.nav ul li {
	width: 100%;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #f6c71e;
	line-height: 40px;
	height: 40px;
}
.nav ul li .active {
}
.nav ul li a {
	font-size: 16px;
	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%;
}
	.carousel{
	height: 240px;
}
.item img{
}
.choosusSec{
    height: auto;
    flex-wrap: wrap;
}
.greychooseBox{
    width: 100%;
    margin: 10px 10px 10px 10px;
}
.pageLinks {
	flex-direction: column;
}
.pageLinkBox{
	width: 100%;
	margin-bottom: 20px;
}

	
	.content p{
		font-size: 12px;
	}
footer{
    flex-direction: column;
}
.footerNav{
    order: 2;
    width: 100%;
    justify-content: center;
    
}	
.footerLogo{
    order: 1;
    width: 100%;
    a{
        width: 100%;
        display: block;
        text-align: center;
    }
}
.lady{
    display: none;
}
	
	
	.footerNav ul{
		width: 100%;
		margin-bottom: 20px;
	}
	.footerNav ul li a {
   
	}
	.rights p{
		margin-top: 0px;
		font-size: 13px;
	}
	.rights p > a{
		font-size: 13px;
	}

.threeImgs{
    display:flex;
    flex-wrap: wrap;
    img{
        width: 100%;
        margin-bottom: 20px;
    }
}
.map{
    height: 250px;
    margin-top: 20px;
}


}