body {
    font-family: 'Outfit', sans-serif;
    background-image: url(../images/bg-back.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
h1, h2. h3, h4, h5{font-family: 'Oswald', sans-serif;}
img{max-width: 100%;}
ul {
    padding: 0;
    margin: 0;
}
p {
    color: #0d0d0d;
    font-size: 16px; 
    margin-bottom: 8px;
}
.align{
    align-items: center;
}
.text-end { 
    justify-content: end;
}
/**/ 
.container-fluid {
    max-width: 1365px;
}
.zoom-in-zoom-out { 
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
 
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
} 
 
 /**/

 a.navbar-brand img {
    width: 220px;
}
.navbar-nav li a {
    color: #0d0d0d !important;
    font-size: 17px; 
    position: relative; 
        transition: 0.6s;
}
.navbar-nav li {
    margin-left: 10px;
}
.navbar-nav li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 29px;
    z-index: 3;
    left: 0;
    transition: 0.6s;
    background-image: linear-gradient(to right, #fff0, #dab05aad, #fff0);
}
.navbar-nav li a:hover::after { 
    width: 100%; 
}
.navbar-nav li a span{ 
    position: relative;
    z-index: 9;
}
.btn-design {
    color: #000;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 6px 7px 0px;
    display: block;
    width: fit-content;
    background-image: linear-gradient(to right, #dcb25b, #e5c998);
    font-weight: 600;
    text-decoration: none;
    padding: 12px 15px;
    transition: 0.6s;
    margin: 0 auto;
    border-radius: 50px;
}
.btn-design:hover{
    background: #0d0d0d !important;
    color: #fff ;
}
.btn-design i {
    margin-right: 3px;
}
.navbar-light .navbar-toggler {
    color: rgb(0 0 0)!important;
    border-color: rgb(0 0 0 / 0%)!important;
    background: #e5c797!important;
}
.header-part {
    background-image: linear-gradient(#ffffff, #ffffffc2);
    border-bottom: solid 1px #eed9af;
    position: relative;
    z-index: 8;
}
/**/
.slider-part {
    margin-top: -100px;
    position: relative;
    z-index: 5;
}
 
.s-space{
    padding: 50px 0;
}
.title-h2 {
    font-size: 45px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #2e2e2e;
    font-weight: 700;
}
.sab-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 26px 5px;
    border-radius: 0;
    background: linear-gradient(to right, #ffdd9805, #dab05a57, #dab05a, #dab05a57, #ffdd9805);
    color: #0a0a0a;
    width: fit-content;
    margin-bottom: 10px;
}

/**/
.main-services {
    position: relative;
}
.main-services1 {
    padding: 10px; 
    text-align: center;
}
.main-services2 {
    padding: 23px 10px;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 9;
    border-radius: 15px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
}
.main-services2:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    left: 0;
    top: 0;
        background-image: linear-gradient(to right, #dcb25b, #e5c998);
    z-index: -9;
    transition: transform .5s ease;
    transform: scaleX(0);
    transform-origin: right;
}
.main-services2:after {
    height: 300px;
    width: 200px;
    background: #ffffff;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    opacity: 0;
    top: 200px;
    transform-origin: left;
    transition: transform .5s ease,opacity .5s ease;
}
.main-services2 span {
    background: #f5f5f5;
    border: solid 1px #ffd06d;
    height: 100px;
    width: 100px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    padding: 10px;
}
.main-services2 strong {
    font-size: 18px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    padding: 16px  0 0 0;
    display: block;
}
.main-services2 p {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    padding: 9px 0 0 0;
}
.main-services2:hover:before {
    transform: scale(1);
    transform-origin: left;
}
.main-services2:hover:after {
    opacity: 0.1;
    transform: perspective(150px) scaleX(1);
}
 .main-services2:hover  strong {
   color: #000 !important;
}
/**/
.text-left a.btn-design {
    margin: 16px 0;
}

.ser-back {
    background-image: url(../images/back-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.over-lay {
    background-image: linear-gradient(to right, #dcb25bd4, #e5c998db);
}
.over-lay .sab-title.m-auto {
    background: linear-gradient(to right, #ffdd9805, #fff3dc57, #ffffff, #fff3dc57, #ffdd9805);
}
.ser-card {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border: solid 2px #deb467;
    background: linear-gradient(to right, #fff3dcc2, #fff3dcc2, #ffffff, #fff3dcc2, #fff3dcc2);
    text-align: center;
    padding: 30px 10px;
    padding-top: 5px;
    margin-bottom: 20px;
    border-radius: 15px;
}
.ser-card h4 {
    font-size: 17px;
    font-weight: 700;
    background: linear-gradient(to right, #ffdd9805, #dab05a57, #dab05a, #dab05a57, #ffdd9805);
    padding: 7px 0;
}
.ser-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
}
.ser-card img {
    border-radius: 12px;
    margin-top: 5px;
    border: solid 2px #deb467;
}

/**/
.testimonial {
    padding: 0 10px;
    text-align: center;
}
.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 0px;
    overflow: hidden;
    border: solid 4px #deb467;
}

.testimonial-prt .testimonial-title {
    margin: 0;
    color: #ffc564;
    font-size: 18px;
}
.testimonial-prt{
       background-image: url(../images/back-img2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; 
} 
.testimonial-prt .over-lay {
    background-image: linear-gradient(to right, #0c1c2dc4, #000000c9);
}
.testimonial .description {
    color: #171717;
    border-radius: 10px;
    padding: 60px 20px 20px 20px;
    margin-top: 15px;
    font-size: 18px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border: solid 2px #deb467;
    background: linear-gradient(to right, #fff3dcc2, #fff3dcf7, #ffffff, #fff3dcf7, #fff3dcc2);
}
.testimonial .pic {
    margin-bottom: -68px;
}
.owl-theme .owl-controls .owl-page span {
    background: #e0b56e !important;
}
.testimonial-prt h3 {
    color: #000000;
    font-size: 18px;
}
.testimonial-prt .line-style {
    background: #860747;
}
.center-title {
    margin: 0 auto;
    background: linear-gradient(to right, #ffdd9805, #fff3dcde, #ffffff, #fff3dcde, #ffdd9805);
}
.testimonial-prt h2.title-h2 {
    color: #fff;
}
/**/
 
.main-services2 {
    background-image: url(../images/card-img.png);
    background-position: center;
    background-size: cover;
}
/**/
.ftr-sec {
    display: block;
    text-align: center;
    padding: 10px 0;
    background: #000000;
}
.ftr-sec .dsclmr p {
    padding-top: 30px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}
.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    color: #f9c26c;
    border-top: 1px solid #f9c26c;
    padding: 10px 0;
}
.ftr-sec .dsclmr p b {
    color: #000;
    font-size: 15px;
    background-image: linear-gradient(to right, #dcb25b, #e5c998);
    font-weight: 600;
    border-radius: 100px;
    padding: 5px 12px;
}
.ftr-sec {
    display: block;
    text-align: center;
    padding: 10px 0;
    background-image: linear-gradient(to right, #151b28, #000000);
    border-top: solid 2px #e4c693;
}
.vid-card video {
    border-radius: 15px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
}
.card-img img{
      border-radius: 15px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #ffca4c;
}

@media (min-width:1199px){
.main-services2 {
    min-height: 284px;
}

}

@media (max-width:1199px){
.navbar-nav li a { 
    font-size: 14px; 
}
.btn-design { 
    font-size: 12px; 
}
.slider-part {
    margin-top: 0px; 
}
.main-services2 {
    padding: 25px 15px 35px; 
}
}
 
@media (max-width:991px){
 .navbar-nav li a {
    text-align: center;
}
.header-part .row.align {
    align-items: baseline;
}
.header-part ul.navbar-nav {
    background: #ffffff6b;
    border-radius: 12px;
    border: solid 1px #e6c79b;
    margin-top: 10px;
}
.navbar-nav li a {
    font-size: 20px;
    padding: 7px;
    border-bottom: solid 1px #e6c79b63;
}
.navbar-nav li a::after { 
    height: 44px; 
    top: 0; 
}
.header-part ul.navbar-nav { 
    padding: 16px 8px;
}
.navbar-toggler:focus { 
    box-shadow: unset !important;
}
.sab-title {
    font-size: 17px; 
}
.title-h2 {
    font-size: 30px; 
}
.main-services1 { 
    width: 30%; 
}
.main-services .row {
    justify-content: center;
}

}

@media (max-width:767px){
.m-none{
    display: none;
}
.about-inn {
    text-align: center;
}
.about-inn .sab-title {
    margin: 12px auto;
}
.main-services1 {
            width: 50%;
        max-width: 190px;
}
.main-services2 span { 
    height: 85px;
    width: 85px; 
    line-height: 85px;
}
.main-services2 strong {
    font-size: 18px; 
}
.main-services2 p {
    font-size: 14px; 
    line-height: 18px; 
}
.d-none-m{display: none;}
.main-services2 {
    padding: 24px 15px 15px;
}
.btn-design {
    font-size: 16px;
}
.about-inn .text-left a.btn-design {
    margin: 18px auto;
}
.title-h2 {
    font-size: 26px;
}
.row-reverse {
    display: flex;
    flex-direction: column-reverse;
}
nav.navbar.navbar-expand-lg {
    padding: 3px 0;
}
.s-space {
    padding: 30px 0;
}

}