@import './utilities.css';
:root{
    --black:#000000;
    --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 */
/*btn*/
.btn-primary {
    color: #fff;
    background-color: darkgoldenrod;
    border: none;
	margin-top: 7px;
}
.btn-primary:hover {
    color: #fff;
    background-color:goldenrod;
	border: none;
}
/* sec-one-start */
.sec-one .left-sec{
    background: var(--black-1);
}
.sec-one .left-sec .heading{
    color:var(--golden) ;
}
.sec-one .para{
    font-size: 18px;
    line-height: 1.5;
    color: var(--white);	
	text-align: justify;
	font-weight: 300;
}
/* sec-one-end */
/* sec-two-start */
.sec-two{
	margin-bottom: 7%;
	margin-top:7%;
}
.wrapper{
    width: 1400px;
    margin: 7% auto;
}
.sec-two .para{
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
	text-align: right;
}

/* 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 */
.logo_01{
	width: 250px;
}
.logo_02{
	width: 250px;
}
.logo_03{
	width: 80px;
}
.main_text{
margin: 0 80px;
}
.ab_text{
		width: 100px;
		display: block;
		text-align: center;
}
	.ab_logo{
		width: 100px;
		display: block;
		align-items: center;
}
.ch_d{
		text-align: center;
}
.w_01{
		width: 250px;
		margin-bottom: 20px;
}
	.w_02{
		width: 80px;
		margin-bottom: 20px;
}
.m_top02{
		margin-top: 50px;
}
.align_itm{
		text-align: right;
}

@media screen and (max-width:600px){
    nav .desktop-manu{
        display: none !important;
    }
    nav .mobile-manu{
        display: block;
    }
	nav{
    background: var(--white);
    height: 60px;
}
	.nav_style{
	padding: 13px 16px;
}
	.logo-img{
    width: 45px;
}
	.logo_01{
		width: 155px;
		margin-bottom: 17px;
}
	.ab_text{
		width: 100px;
		display: inline;
}
	.ab_logo{
		width: 100px;
		display: block;
}
	.logo_03{
	width: 40px;
}
	.logo_02{
	font-size: 18px;
		display:inline;
}
	.m_top02{
		margin-top: 0px;
}
	
	.w_01{
		width: 100px;
		margin-left: 20px;
}
	.w_02{
		width: 47px;
		margin-left: 20px;
}
	.w_l_c{
		width: 130px;
		text-align: center;
}
	.w_l_c2{
		width: 121px;
		text-align: center;
}
	.ch_d{
		display: flex !important;
		text-align: right;
}
	.text-center {
  text-align: right!important;
}
	.sec-two .para{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}
	.main_text{
	margin: 0 0px;
}
	.align_itm{
		text-align: right;
}
	.sec-one .para{
    font-size: 16px;
    line-height: 1.5;
    color: var(--white);	
	text-align: justify;
	font-weight: 300;
	margin: 0px;
}
	.mt-3, .my-3 {
  margin-top: 0rem !important;
}
}
@media screen and (max-width:400px){
    footer .foot-link a{
        font-size: 12px;
    }
}