*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

 
a{
    text-decoration: none;

}
li{
    list-style: none;
}

h1{
font-family: "Roboto", sans-serif;
}

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    scroll-behavior: smooth;font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}

:root{
   --blck-clr: #000000;
   --whyt-clr:#ffffff;
   --main-clr:#00637C;
   --sec-clr:#d3a71a;
   --sec-clr2:#e0a774;
   --head-clr:#AE1819;

}

.m-no{
    display: none;
}

.m-no a{
    text-decoration: none;
    color: var(--blck-clr);
    font-size: 1.2rem;
    font-weight: 600;
}

 
 .topBar{
    background: #b19a4d;
    display: inline-block;
    width: 100%;
    line-height: 100%;
    text-align: center;
    padding: 10px 0;
}
 
.pl-50 { padding-left:10%;}
 
header {background:#010101; }

 

.headerTop ul {
    margin: 0 0 11px;
    gap: 18px;
    align-items: center;        justify-content: center;
    background: #fff;
    border-radius:12px;
    display: inline-flex;
    float: right;
    padding: 8px 10px;
}
.headerTop ul  li a{ text-decoration: none; }

.headerTop li i {
    float: left;
    margin:0px 0 0;
}
.headerTop li a {
    display: flex;
    align-items: center;
    color:#b19a4d;   font-size:18px;
    gap: 7px;   font-weight:500;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 17px;
    padding: 6px 13px 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #b19a4d 
}
 .navbar-expand-lg ul{
    margin: 20px 0 0;
}

.logo  {
    height: 100%;
    object-fit: contain;
}
 
 
 
.sliderBanner{
    position: relative;
}


  .sliderContent{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
}


 .sliderForm   {
    background: #fff;
    padding: 20px 20px;
    box-shadow: 0 0 11px #000;
    border-radius: 11px;
}


 .sliderForm h4 {
    font-size: 22px;
    margin: 10px 0 20px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    color: #b19a4d;
}

   
.sliderForm .getFree {
    width: 100%;
    background: #000;
    border: none;
    color: #fff;
    padding: 10px 0;
}
.sliderForm .form-control {
    box-shadow: inherit;
    height: 44px;
    border-radius: 0;
    background: #f2f2f2;
} 

 .sldBox h4 {
    color:#E79E51;
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 600;
}


.sldBox h2 {
    font-size: 30px;
    color: #fffdf7;
    text-shadow: 0 0 2px #0a0606;
}

.sldBox p {  color: #fffdf7;}
  .slideBtn{
    border: solid 2px #fff;
    padding: 7px 20px;
    text-decoration: none!important;    background: #000;
    color: #fff!important;
    margin: 10px 0 0;
    display: inline-block;
}

 .slideBtn:hover{
    border: solid 2px #fff;    background: #b19a4d; 
}





.aboutContent h2  {
    color: #b19a4d;
    font-size: 20px;
    margin: 0 0 5px;
}
.aboutContent h1 {
    color: #000;
    font-size:40px;
    margin: 0 0 10px;
}
 
.aboutContent p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px;
}



  .service h3  {
    color: #9a7a10;
    margin: 0 0 10px;
    font-size: 27px;
}


  .service {
    background: #d4d2cd;
    text-align: center;
}

.serviceBox {
    background: #fff;    height: 100%;
    box-shadow: 0 0 2px #a59d9d;    display: inline-block;
    width: 100%;  
}


.serviceBox h2 {
    font-weight: 500;
    font-size: 17px;
    padding: 10px 10px 0px;
    color:#9a7a10;
 
    margin: 10px 0 10px;
}
.serviceBox p {
    margin: 0 0 20px;
    
    font-size: 14px;
    padding: 0 10px;
}
 .serviceBox  img{
    width: 70px;
    margin: 0;
}

.gt1  {
    height: 390px;
    object-fit: cover;
    border-radius: 30px;
}

.bg-gray {background:#f2f2f2;}
.info li a {color:#000; text-decoration:none; }
.copy {background:#000; color:#fff; text-align:center; padding:10px 0; font-size:13px;}
.card {
    border: none;
    margin: 0 0 10px;
}

  .card-header{
    padding: 0 0;
    border-radius: 0;
    background: #f2f2f2;
}

  .card-header button {
    padding: 10px 10px;
    color: #000;text-decoration: none!important;
}

.ats {
    object-fit: cover;
}	


#services  .col-md-3 { margin-bottom:20px; }

