@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 */
/* sec-one-start */
/*.sec-one{
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    background: transparent;
}*/
.sec-one{
    padding: 70px 0px;
}
.sec-one .main-heading{
    font-size: 24px;
    color: var(--golden);
    text-transform: uppercase;
    line-height: 1.7;
	margin-bottom: 65px;
}
.sec-one .ser_heading{
    font-size: 24px;
    color: var(--golden);
    text-transform: uppercase;
    line-height: 1.7;
}
.sec-one .heading{
    font-size: 26px;
    color: var(--golden);
}
.sec-one .para{
    font-size: 24px;
    line-height: 1.5;
}


.sec-one .disc{
    font-size: 20px;
    color: var(--black);
    line-height: 1.6;
    font-weight: 300;
	text-align: justify;
}
.sec-one .small-heading{
    font-size: 20px;
    color: var(--black);
	font-weight: 300;
}
.sec-one .small-heading a{
    color: var(--black);
	text-decoration: none;
}
.sec-one .small-heading a:hover{
    color: var(--golden);
	text-decoration: none;
}
.sec-one .small-heading a:active{
    color: var(--golden);
	text-decoration: none;
}
.sec-one hr{
    border: 1px solid var(--golden);
}
.sec-one hr{
    border: 1px solid var(--golden);
}
/* sec-one-end */
.card-body {
	margin-right: 100px;
	margin-left: 20px;
	padding-top: 10px;
    padding-bottom: 10px;	
}
/**/
/* Style the tab */

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0px solid #ccc;
  border-top: none;
}
/**/
/*card*/




.card{
    position: relative;
    margin-bottom: 100px;
    color: #000;
    border-radius: 0;
    border: none;
    background-color: transparent;
}
.card a {
	text-decoration: none;
	color: var(--black);
}
.card a:hover {
	color: var(--golden);

}

.card-head{
    position: relative;
    overflow: hidden;
}
.service_icon_w{
    width: 55px;
	margin-bottom: 5px;
	margin-top: 5px;
}
/*card end*/
/* footer-start */
footer{
    height: 80px;
    background: var(--black-1);
}
footer .copy-right{
    color: var(--white);
    text-decoration: none;
}
footer .foot-link a{
    color: var(--white);
    font-size: 14px;
    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-End */

.set_margin_b{
    margin-bottom: 12%;
	margin-top: 11%;
}

/*btn*/
.btn-primary {
    color: #fff;
    background-color: darkgoldenrod;
    border: none;
	margin-top: 7px;
}
.btn-primary:hover {
    color: #fff;
    background-color:goldenrod;
	border: none;
}
.sl_icon{
	width: 90px;
    
}
.ser_links{
	font-size: 18px; 
}


@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: 10px 0px;
    }
	.nav_style{
	padding: 13px 16px;
}
	.logo-img{
    width: 45px;
}
	.set_margin_b{
    margin-bottom: 0px;
	margin-top: 25px;
}
	.card-body {
	margin: 0px;
    padding: 0px;	
}
.sec-one .disc{
    font-size: 16px;
    color: var(--black);
    line-height: 1.6;
    font-weight: 300;
	text-align: justify;
}	
	
.sec-one .main-heading{
    font-size: 16px;
    color: var(--golden);
    text-transform: uppercase;
    line-height: 1.7;
		margin-left: 10px;
		margin-right: 10px;
	margin-bottom: 0px;
}
.sec-one .ser_heading{
    font-size: 18px;
    color: var(--golden);
    text-transform: uppercase;
    line-height: 1.7;
}	
	
	.sec-one .small-heading{
    font-size: 16px;
    color: var(--black);
	font-weight: 300;
}
.sec-one .heading{
    font-size: 18px;
    color: var(--golden);
}
.sec-one .para{
    font-size: 18px;
    line-height: 1.5;
}
	.service_icon_w{
    width: 40px;
		margin-bottom: 5px;
	margin-top: 5px;
}
	.sl_icon{
	width: 60px;
    
	}}
@media screen and (max-width:400px){
    footer .foot-link a{
        font-size: 12px;
    }
}