.services-banner{
    width: 100%;
    height: 390px;
   background-image: url(../image/Services/1-1.jpg);
   background-size: cover !important;
   background-position: 50% 50%;
   background-repeat: no-repeat !important;
   position: relative;
   text-align: center;
}


.sv-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 390px;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.25);
    z-index: 1;
}
.sv-txt{
    position: relative;
  color: #fff;
    font-size: 1.7em;
    letter-spacing: .05em;
    z-index: 3;
    top: 45%;
 
}
.sv-txt h1{
    font-size: 25px;
    letter-spacing: .05em;
    font-weight: bolder;
   
}
/* End Services banner */

/* Service txt */
.intro-header{
    width: 100%;
    text-align: center;
}
.intro-txt{
    padding-top: 5%;
    padding-left: 20%;
    padding-right: 20%;
}
.intro-txt-1{
    font-family: 'Karla', 'Nimbus Sans L', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #c0b7af;
}
.intro-txt h2{
    font-size: 32px;
    line-height: 44px;
    font-family: 'Marcellus', 'Century Schoolbook L', serif;
    color: #555;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .5em;
}
.intro-txt-2{
    line-height: 1.6;
    margin-bottom: 40px;
}
.divider{
    display: block;
    background-color:rgba(0,0,0,0.1);
    margin: 1em 0 1em;
    width: 100%;
    z-index: 1;
    max-width: 1000px;
    height: 1px;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
}
/* End Service txt */

/* Service main */
#sv-main{
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}
#sv-main .row{
    max-width: 1230px;
}
.panel{
   padding: 5%;
}
.panel-heading a{
    color: #000;
    text-decoration: none;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: .5em;
}
.panel-heading a:hover{
    color: #b8a48d;
}
.sv-body{
  box-shadow:none;
}
.divider-1{
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    max-width: 114px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: rgba(0,0,0,0.1);
}

/*  End Service main */

/* Section content */
#section-ct{
    height: 495px;
    background-image:url(../image/Services/2-1.jpg);
    background-size: cover !important;
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    text-align: center;
    padding: 6% 10% 0 10%;

}
.panel-section{
    height: 329px;
    background-color: rgb(255, 255, 255);
    padding: 10% 10% 0 10%;
}
.section-header h3{
    font-family: 'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 2px;
    background-color: #000;
    color: #fff;
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
}
.section-body h3{
    font-family: 'Marcellus', Georgia, Times, 'Century Schoolbook L', serif;
    font-size: 20px;
    line-height: 46px;
    font-weight: normal;
    font-style: normal;
    color: #000;
}
.st-txt{
    font-family: 'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 10px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 2px;
}
.st-txt-1{
    font-size: 12px;
}
.section-footer button {
    background: #fff;
    color: #000;
    border: 1px solid;
    display: inline-block;
    font-size: .97em;
    letter-spacing: .03em;
    font-weight: bolder;
    padding: 7px 1.2em;
    max-width: 100%;
    margin-top: 10px;
}
.section-footer button:hover{
    background: #000;
    color: #fff;
}
/* End Section content */

/* Section content-1 */
#section-ct-1{
    background-image: url(../image/Services/3-1.jpg);
    background-size: cover !important;
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
}
#section-inner{
    padding-top: 5%;
}
.section-text h2{
    font-family: 'Marcellus', 'Century Schoolbook L', serif;
    font-size: 36px;
    line-height: 46px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: .5em;
}
.section-text h4{
    font-size: 16px;
    line-height: 28px;
    color: rgba(255,255,255,0.3);
    margin-top: -10px;
    font-weight: 700;
    margin-bottom: .5em;
}
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin-left: auto;
    margin-right: auto;
    padding: 2%;
  
}
.grid-inner {
    position: relative;
    overflow: hidden;
}
.grid-inner:hover .overlay{
   opacity: 1;
}
.grid-inner img{
    width: 100%;
    transition: transform 6s; 
}
.grid-inner:hover img{
    transform: scale(1.5);
}
.overlay{
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(106, 101, 96, 0.59);
    z-index: 2; 
    opacity: 0;
    transition: .5s ease;
}
.grid-txt{
    position: absolute;
    top: 43%;
    z-index: 3;
    color: #f1f1f1;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    font-size: .9em;
    left: 0;
    right: 0;
}
.grid-txt1{
    position: absolute;
    top: 43%;
    z-index: 3;
    color: #f1f1f1;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    font-size: .9em;
    left: 0;
    right: 0;
}
#gap{
    display:block; 
    height:auto; 
    padding: 30px; 
}

/* End Section content-1 */

/* Service main-1 */
#sv-main-1{
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}
#sv-main-1 .row{
    max-width: 1230px;
}
.panel-1{
   padding: 5%;
}
.panel-heading-1 a{
    color: #000;
    text-decoration: none;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: .5em;
}
.panel-heading-1 a:hover{
    color: #b8a48d;
}

.divider-2{
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    max-width: 114px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: rgba(0,0,0,0.1);
}
.sv-main-txt{
    font-size: 36px;
    text-align: center;
    font-family: 'Marcellus', 'Century Schoolbook L', serif;
    line-height: 34px;
    font-weight: normal;
    font-style: normal;
    color: #555;
}
/* End Service main-1 */
