@import './utilities.css';
:root{
    --black:#231F20;
    --white:#ffffff;
    --black-1:#313f3f;
    --bg-color:#f9f5ed;
    --golden:#c09959;
}
body{
    background: var(--bg-color);
}

/* navbar-code-start */
nav{
    background: var(--white);
    height: 120px;
}
nav .nav-link{
    font-size: 18px;
    color: var(--black);
    border-bottom: 2px solid transparent;
}
nav .nav-link span {
    font-size: 18px;
    color: var(--golden);
    border-bottom: 2px solid transparent;
}
nav .nav-link:hover{
   border-bottom: 2px solid var(--golden);
}
nav .mobile-manu{
    display: none;
}
nav .mobile-manu .bar-icon{
    cursor: pointer;
    font-size: 20px;
}

.nav_style{
	padding: 20px 30px;
}

.logo-img{
    width: 100px;
}

/* navbar-code-end */
/* sec-one-start */
.sec-one{
    width: 100%;
    height: 90vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    background: transparent;
}

.sec-one2{
    width: 100%;
    background: var(--bg-color);
    padding: 120px 0px;
}
.sec-one .underline {
    display: inline-block;
    position: relative;
	border-bottom: 5px solid var(--golden);
}

.sec-one .underlinePic {
	text-decoration: none;
	padding-bottom: 4px;
	background: url(../images/right_underline_text2.svg) bottom repeat-x;}


.hover_img a { position:relative; 
	text-decoration-color: black;
	text-decoration: none;
	color: var(--golden);}
	
.hover_img a span { 
	position:absolute;
	display:none;
	text-decoration: none;
	color: var(--golden);
	z-index:99; }

.hover_img a:hover span { 
	display:block;
	top: -40px;
	left: 0px;
	text-decoration-color: black;
	color: var(--golden);
	}

/* .sec-one .underline::before{
    content: url(../images/underline\(new\).svg);
} */
.sec-one .heading{
    font-size: 26px;
    color: var(--golden);
}
.sec-one .para{
    font-size: 24px;
    line-height: 1.5;
	text-align: justify;
	font-weight: 300;
}

.h5 {
    font-weight: 300;
  }
/* sec-one-end */
/* sec-two-start */
.sec-two{
   width: 100%;
    height: 90vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    background: transparent;
}

.sec-two .left-sec{
background: var(--black-1);
}
.sec-two .left-sec .heading{
   color:var(--white) ;
}
/* sec-two-end */
/* sec-three-start */
.sec-three .title{
    font-size: 18px;
    color: var(--black);
	text-transform: uppercase;
    text-decoration: none;
}
.sec-three .title:hover{
    /*color: var(--golden); */
	text-decoration: none;
}
.sec-three .heading{
    font-size: 25px;
    color: var(--golden);
	line-height: 1.3;
	font-weight: 300;
	margin-top: 130px;
	margin-bottom: 75px;

}
.sec-three .icon_link{
    font-size: 18px;
	text-transform: uppercase;
    color: var(--black);
    text-decoration: none;
}
.sec-three .icon_link a {
	 color: var(--black);
    font-size: 18px;
	text-transform: uppercase;
    text-decoration: none;
}
.sec-three .icon_link a:hover{
    color: var(--golden);
    text-decoration: none;
}


.sec-three .box-1{
    width: 44%;
}
.sec-three .box-2{
    width: 26%;
}
.sec-three .box-3{
    width: 26%;
}
/* sec-three-end */
/*btn*/
.btn-primary {
    color: #fff;
    background-color: darkgoldenrod;
    border: none;
	margin-top: 7px;
}
.btn-primary:hover {
    color: #fff;
    background-color:goldenrod;
	border: none;
}

.line_mar {
	margin-top: 20%;
}

.servic_box {
  margin-top: 120px;
  margin-bottom: 45px;
}
.servic_box a {
	color: var(--black);
}
.servic_box a:hover {
	color: var(--golden);
	text-decoration: none;
}

.icon_w{
    width: 70px;
}
.m_top{
	margin-top: 130px;
}
.ser_top_mg{
	margin-bottom: 100px;
}

/* footer-start */
footer{
    height: 80px;
    background: var(--black-1);
}
footer .copy-right{
    color: var(--white);
    text-decoration: none;
}
footer .copy-right a{
    color: var(--white);
    text-decoration: none;
	text-decoration:underline;
}
footer .copy-right a:hover {
    color: var(--golden);
    text-decoration: none;
}

footer .foot-link a{
    color: var(--white);
    font-size: 14px;
    text-decoration: none;
}
footer .foot-link a:hover {
    color: var(--golden);
    text-decoration: none;
}
/* footer-End */

@media screen and (max-width:992px){
    .slide-img{
        min-width: 1050px
    }
    .sec-three .box-1{
        width: 350px;
        margin-right: 20px;
    }
    .sec-three .box-2{
        width: 350px;
        margin-right: 20px;
    }
    .sec-three .box-3{
        width: 350px;
		 margin-right: 20px;
    }
	
	.sec-one .heading{
    font-size: 20px;
    color: var(--golden);
}
	
.sec-one .para{
    font-size: 16px;
    line-height: 24px;
	text-align: justify;
}
	
}
@media screen and (max-width:600px){
    nav .desktop-manu{
        display: none !important;
    }
    nav .mobile-manu{
        display: block;
    }
	nav{
    background: var(--white);
    height: 60px;
}
    .sec-one{
        height: auto;
        padding: 60px 0px;
		margin: 20% 0;
    }
	
	.sec-two{
        height: auto;
        padding: 10px 0px;
    }
	.ser_top_mg{
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
	.nav_style{
	padding: 13px 16px;
}
	.logo-img{
    width: 45px;
}
	.icon_w{
    width: 50px;
}
	.sec-three .heading{
    font-size: 18px;
    color: var(--golden);
	line-height: 1.3;
	font-weight: 300;
		margin: 60px 40px;

}
	.sec-three .title{
    font-size: 14px;
    color: var(--black);
	text-transform: uppercase;
    text-decoration: none;
}
	.m_top{
	margin-top: 60px;
}
	.servic_box {
  margin-top: 0px;
  margin-bottom: 35px;
}
}
@media screen and (max-width:400px){
    footer .foot-link a{
        font-size: 12px;
    }
}