@charset "utf-8";
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
      font-family: 'Gelion';
     box-sizing:border-box;
}
 body {
     text-decoration: none;
     background: #0e0e0e;
      font-family: 'Gelion';
     font-size: 18px;
     color:#000;
}
html {
  scroll-behavior: smooth;
}
a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.p0{
    padding:0!important
}
.p3{
    padding:3px!important
}
.p4{
    padding:4px;
    padding-top:0
}
.m0{
    margin:0!important
}
.fl{
    float:left
}
.fr{
    float:right
}
b{
    padding:10px 0
}
li{
    list-style:none;
    text-decoration:none
}
p{
    font-style: normal;
    font-display: swap;
    height: auto;
    font-size: 1.111em;
    color: rgb(255 255 255 / 55%);
    line-height: 1.6;
    font-family: 'Gelion';
    font-weight: normal;
}
li{
    font-size:1.111em;
    font-weight:500
}
 .c1 {
     background-color:#fff !important;
     color:#333 !important;
}
 .fa-rotate-90 {
     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
     transform: rotate(90deg);
}

@font-face {
    font-family: 'Bahagia';
    src: url('../fonts/Bahagia.eot');
    src: url('../fonts/Bahagia.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bahagia.woff2') format('woff2'),
        url('../fonts/Bahagia.woff') format('woff'),
        url('../fonts/Bahagia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gelion';
    src: url('../fonts/Gelion-Light.eot');
    src: url('../fonts/Gelion-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gelion-Light.woff2') format('woff2'),
        url('../fonts/Gelion-Light.woff') format('woff'),
        url('../fonts/Gelion-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gelion';
    src: url('../fonts/Gelion-Regular.eot');
    src: url('../fonts/Gelion-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gelion-Regular.woff2') format('woff2'),
        url('../fonts/Gelion-Regular.woff') format('woff'),
        url('../fonts/Gelion-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gelion';
    src: url('../fonts/Gelion-Bold.eot');
    src: url('../fonts/Gelion-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gelion-Bold.woff2') format('woff2'),
        url('../fonts/Gelion-Bold.woff') format('woff'),
        url('../fonts/Gelion-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gelion';
    src: url('../fonts/Gelion-SemiBold.eot');
    src: url('../fonts/Gelion-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gelion-SemiBold.woff2') format('woff2'),
        url('../fonts/Gelion-SemiBold.woff') format('woff'),
        url('../fonts/Gelion-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gelion';
    src: url('../fonts/Gelion-Medium.eot');
    src: url('../fonts/Gelion-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gelion-Medium.woff2') format('woff2'),
        url('../fonts/Gelion-Medium.woff') format('woff'),
        url('../fonts/Gelion-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Medium.eot');
    src: url('../fonts/Sora-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora-Medium.woff2') format('woff2'),
        url('../fonts/Sora-Medium.woff') format('woff'),
        url('../fonts/Sora-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.center{
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.resp-show{
  display: none !important;
}

#button {
  display: inline-block;
  background-color: #333;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.submit-btn1{
    border: none;
    background: #b169c8;
    color: #fff;
    font-weight: normal;
    padding: 5px 20px;
    font-family: 'Apercu';
    font-size: 1em;
    text-transform: uppercase;
}
.submit-btn1:hover{
    background:#1a1a1a
}

.home-img-landsc {
    display: none;
}
/**/
 .clear {
     clear: both 
}
 audio, ::selection {
     background:#8cc248;
     color: #fff;
}

 .grecaptcha-badge{
     display:none !important;
}
 .img-full{
     width: 100%;
     height:auto;
     display: block 
}
 .img-responsive {
     max-width: 100%;
     height:auto;
}

 .logo1{
     display:none 
}
 .banner-wraper{
     width:100%;
     height:auto;
     position:relative;
     z-index:9;  
}

 .footer-container{
     width:100%;
     height:auto;
     padding-top:2em;
     padding-bottom:2em;
}
.footer-top-for{ display: flex; align-items: center;}
.footer-top-for img{ max-width: 35px; margin-left: 10px;}


 .logo-container{
     width:auto;
     height:auto;
     position:absolute;
     left:0;
     top:0;
     padding-top:10px;
}


/**/
  

/**/
.icon-container {
    padding: 40px 0; 
    background-image: url(../images/icon-bg.jpg); background-size: cover;
}
.form-group {
    margin-bottom: 14px;
}
.step-con span{
  background: linear-gradient(to right, #225B5F 0%, #000000 100%); text-align: center;
  height: 50px; width: 55px; line-height: 50px; display: flex; border-radius: 10px;justify-content: center;
}
.step-con span img{text-align: center;}
.enq-lft img{ border-radius: 15px }
.enq-container{position: relative;    padding: 0; overflow: hidden;
    z-index: 9;}
    .shape2{
      position: absolute; top: 0; left: 0; width: 100%
    }

.enq-txt {
    margin-bottom: 20px;
}
.enq-span span{
    background: rgb(222,170,76);
  background: linear-gradient(90deg, rgba(222, 170, 76, 1) 50%, rgb(255 255 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: left;
    font-size:1.333em;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Gelion';    opacity: .70;
}

.get{
  font-family: 'Bahagia'; font-weight: normal;
  font-size: 7.024em; color: #c69a4c; line-height: 50px;
      position: absolute;
    top: 23%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: -1;
    width: 100%;
    text-align: center;
}
.enq-lft{ position: relative; }
.enq-lft:after{
position: absolute;
    content: "";
    width: 1px;
    height: 120px;
    top: 10%;
    right: 50px;
    background: rgb(198 154 76 / 34%);
    z-index: -1;
}
.eng-shape{
  position: absolute; left: 0; top: -100px
}
/**/

.p1{
  padding: 1px !important
}

.project-container{
 overflow: hidden;padding-top: 60px;
position: relative;  z-index: 9;
}
.ser-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.dots {
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    left: 50%;
}


.c-white{color: #fff !important}
/* Style the tab content */

/*ser-title*/
.proj-title{
   color: #171717;
    text-align: left;
    font-size: 1.867em; margin-top: 0;
    line-height: 33px;
    font-weight: normal;    margin-bottom: 15px;
    font-family: 'Gelion';
}
.sub-title{
    color: rgb(23 23 23 / 65%);
    text-align: left;
    font-size: 1.333em; margin-top: 15px;
    line-height: 33px;
    font-weight: normal;    margin-bottom: 15px;
    font-family: 'Gelion';
}
.proj-content p{font-size: 1em}
.ser-title{
  padding-bottom: 15px; border-bottom: 1px solid rgb(23 23 23 / 35%);
}
.ser-img img,.ser-img1 img{border-radius: 15px}
.proj-content
{
  background-image: url(../images/proj-bg.jpg); background-size: cover;
   border-radius: 15px; height: 100%;
  padding: 35px 70px ;
}
.ser-img img,.ser-img{height: 100%; object-fit: cover }

.services-container2{
  padding-top: 50px; border-top: 1px solid rgb(23 23 23 / 15%); margin-top: 50px;
}
/*products*/
.product-container{
  padding: 0px 0 80px;
}
.product-div img{border-radius: 15px}

.pro-title{
   font-size: 1.111em; color: rgb(255 255 255 / 51%);    width: 100%;
    line-height: 29px; position: relative;
    font-weight: 500; 
    font-family: 'Gelion';  
}
.product-div {
    padding-bottom: 15px;
}
.pro-title:after{ 
    width: 85%;
    height: 1px;
    position: absolute;
    top: 50%;
    content: "";
    display: inline-block;
    vertical-align: text-top;
    margin-left: 10px;
    border-top: 1px solid rgb(213 169 122 / 38%);
 }
.product-item {
    overflow: hidden;
}
.main-title{
  font-size: 2.739em;
    font-family: 'Gelion'; text-align: center;
    font-weight: 500; letter-spacing: -1px;
    margin-bottom: 25px;
   background: rgb(160,138,61);
background: linear-gradient(90deg, rgba(160,138,61,1) 45%, rgba(255,255,255,1) 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/**/

.rght-txt{
    display: flex;
    align-items: center;
     font-size: 1.333em;color: #138b96;
    line-height: 33px;
    font-weight: 600; text-transform: uppercase;
    font-family: 'Gelion'; 
}
/**/


/**/
.step-icon {
    width: 11%; position: relative;
    float: left;
}
.step-img {
  background: rgb(245,203,160);    margin: 0 auto; position: relative; z-index: 9;
background: linear-gradient(90deg, rgba(245,203,160,1) 0%, rgba(130,89,30,1) 71%);
height: 80px; width: 90px; line-height: 80px; text-align: center; border-radius: 15px;
}
.step-con{ margin-top: 10px; }
.step-h3{
  color: #fff;
    text-align: center;
    font-size: 1.1em; margin-top: 20px;
    line-height: 25px;
    font-weight: normal;
    font-family: 'Gelion';
}
.step-img span{
  font-family: 'Sora';
  font-weight: 500;
  font-size: 1em;
  color: #787878; 
 display: block;
}
.step-img img{width: 80px}
.step-line:after{
    position: absolute;
    content: "";
        width: 90%;
    height: 10px;
    background-image: url(../images/line1.png);
    background-repeat: repeat;background-size: contain;
    /*border-bottom: 2px dashed #c5994b;*/
    transform: translate(0%, -50%);
    top: 30%;
    left: 5%;
    z-index: -1;
}
.step-line{position: relative; z-index: 9}
.icon-container .col-md-3:nth-child(4) .step-icon:after{
  display: none;
}
/**/
 .menu-container{
     width: auto;
     height: auto;
     float:right;
     margin-top:1em 
}

  a.button {
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    width: 120px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid #18729f;
    background: #1c8dc4;
    border-radius: 4px;
    padding: 8px 0;
  }

.mt-1
{
    margin-top: 1em !important;
}
.mt-2
{
    margin-top: 2em !important;
}
.mt-5
{
    margin-top: 5em;
}
.mb-2
{
    margin-bottom: 2em;
}
.mb-5
{
    margin-bottom: 5em;
}


.nav-brand img{
    width: 160px; 
}
 .logo{
    z-index: 99;
    width: auto;
    height: auto;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    top:30px;
}

 .desk-view{
     display:block;
     width: 100%; 
}
 .mob-view{
     display:none !important
}

/* Dropdown styles */
 .footer-wraper {
     width:100%;
     height:auto; position: relative;
     background-image: url(../images/footer-bg.jpg);
     background-size: cover;
}
.footer-bottom-wraper{
  width: 100%;
    height: 50px;
    background-color: #ce9b53
}
.space{ justify-content: space-between; }
.footer-logo{margin-bottom: 15px}
.bg-foot
{
  background: #3c478d;
  border-radius: 10px; padding: 10px 30px;
}

 .copy-right {
     width:auto;
     height:auto;
     float:left;
      font-family:'Sora';
     font-size:0.916em;color:  #000;
     font-weight:500; 
     line-height:50px 
}
 .copy-right span {
      font-family:'Sora';
     font-weight:500; 
}
 .designed {
     width: auto;
     height: auto;
     float: right 
}
 .designed-ido {
     float: right;
     height: auto;
     padding-left: 8px;
     padding-top:15px;
     width: auto; 
}
 .designed p {
     width: auto;
     height: auto;
     float: right;
      font-family:'Sora';
     font-size:0.916em;
     font-weight:500;
     line-height:50px;
     margin: 0; color: #000;
}
 .designed p a {
     text-decoration: none;
      font-family:'Sora';
     font-size:1em;color:#000;
     font-weight:500; 
}
 .designed p a:hover {
     text-decoration: none;
}
 .whats-app{
    position:fixed;
        bottom: 20vh;
    right:20px;
    width: 70px;
    z-index:99
}
.whats-app img{
    animation-name:floating;
    animation-duration:3s;    width: 100%;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
    opacity:1;
}
.whats-app:hover img{
    opacity:1
}
@keyframes floating{
    from{
        transform:translate(0,0)
    }
    65%{
        transform:translate(0,15px)
    }
    to{
        transform:translate(0,0)
    }
}
.btm-wrap{
  background-image: url(../images/c-bg.png); background-size: cover;
  padding: 20px 0;
}
.btm-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon-f span{
  background: #ce9b53; height: 50px; width: 50px; line-height: 50px;
  border-radius: 100%;  margin-right: 22px; text-align: center;
      text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.micon {
    width: 60px;
}

.btm-link p {
   font-size: 1.1em; margin-bottom: 0; color: #fff;
   font-family: 'Gelion'; font-weight: 300;
}
.icon-f{
    display: flex; align-items: center; 
}
.btm-item {
       display: flex;
    float: right;
    align-items: center;
    width: 70%;
    justify-content: flex-end;
}
.btm-logo {
      width: 30%;
    float: left;
}
.footer-btm-item {
    width: auto;
    float: left;
    margin-right: auto;
    min-height: 185px;
    display: flex;
    align-items: center;
}
.footer-btm {
    display: flex;    align-items: center;
}
.flogo {
    width: 140px;
}
.footer-btm-item:nth-child(5){margin-right: 0;padding-left: 50px;border-left: 1px solid rgb(198 154 76 / 34%); }


 .mob-hide{display: block;}
  .mob-show{display: none;}
.address p  a{ 
color: #212121; }

img.ficon {
    display: flex;
    margin: 0 auto;
    border: 1px solid #dcd7ce;
    border-radius: 100%; 
}
.footer-content .address{
  margin-bottom: 30px;    margin-top: 20px;
}
.footer-bg{
 padding: 30px;
}


.address p img {
    padding-right: 0px;
}
.footer-top {
    display: flex; margin-bottom: 1.5em;padding-top: 1.5em;
    align-items: center;
}

.footer-social-links li a{
    font-size: 1.1em;color: #000000;
    display: block;
    text-align: center;
        background: #ce9b53;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
}

.footer-social-links li a:hover{
 background: #fff  !important;
}
.footer-social-links ul li {
   float: left;
    margin-right: 10px;  
}
.footer-social-links ul li:last-child{margin-right: 0}
.footer-btm-item:nth-child(4) ul+ul {
    width: fit-content; margin-right: 0;
    float: right;
}
.footer-btm-item:nth-child(4) ul {
    width: 55%;
    float: left;
    margin-right: 5%;
}

.footer-content-title {
    width: 100%;
    height: auto; color: #138b96;
    font-size: 1.142em;
    font-family: 'Sora';
    font-weight: normal; text-transform: capitalize;
    margin-bottom: 15px;
    border-bottom: 1px solid #b8b0b0;
    padding-bottom: 15px;
}

.main-container{
    width: 100%;
    height: auto;
    padding-top: 60px;
}
.welcome-container {
    position: relative;
    overflow: hidden;
    padding: 100px 0 60px;
}

/**/

.pt-0{
    padding-top: 0px !important;
}
.pb-0{
    padding-bottom: 0px !important;
}

.p5{
    padding: 5px;
}

.d-flex {
    display: flex!important;
}

/**/
/*icon*/
/*why*/
.ad-item{display: flex; align-items: center; position: relative; padding-bottom: 30px;}
.ad-num{
     font-family: 'Gelion';
    font-weight: normal;
    font-size: 1.2em;
    color: #fff;
    background: #c5994b;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 45px;
    border: 12px solid #955b22;
    box-shadow: 0 0 50px #997440;
}
.ad-right p{
font-family: 'Gelion'; font-weight: 300;
 color: #fff; letter-spacing: 1px;
}
.ad-right {
    padding-left: 40px;
}
.why-item-lft{ position: relative; left: -55px;} 
.ad-item:before{
position: absolute;
    content: "";
    width: 33px;
    height: 100%;
    border-left: 3px dashed #c5994b;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 10%;
    z-index: -1;
}
.ad-item:last-child{padding-bottom: 0}
.ad-item:last-child:before{ border: 0 }
.ad-img img{ border-radius: 15px }
.why-container {
    padding: 50px  150px 90px; position: relative;
}
.why-container .col-md-7{     width: 65%; }
/**/


/**/

.abt-container {
    padding: 0px 0px 60px;
    position: relative;
    overflow: hidden; margin-top: -200px;  
}
.pl-0{padding-left: 0}
.ml-0{margin-left: 0}
.mission-list{position: relative;    margin-top: 1em;}

.mission-list li:before{
  position: absolute;
    content: "";
    width: 32px; height: 32px;
    background-image: url(../images/check.png); background-size: cover;
    left: 0;
}
.mission-list li{ 
  padding-left: 40px; 
  font-family: 'Gelion'; font-weight: normal;
  font-size: 1em;
   color: #b8b8b8;    margin-bottom: 15px;
 }
.abt-img {
    position: relative;
  
}
.abt-lft{
  padding-top: 2em
}
.welcome-detail {
  text-align: justify; position: relative; padding-bottom: 30px;
  border-bottom: 1px solid rgb(255,255,255,.12);
      padding-bottom: 25px;
    margin-bottom: 25px;
}
.mission-btm p{  color:  #d5a97a;}
.abt-shape1{
  position: absolute; right: 0; 
}

.welcome-title {
  font-size: 1.667em; 
  font-family: 'Gelion'; font-weight: normal;
 margin-bottom: 5px;
 background: rgb(198,160,84);
background:linear-gradient(90deg, rgba(198,160,84,1) 2%, rgba(255,255,255,1) 23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bank-item {
    height: 80px;
}
.bank-item img {
    width: 60% !important;
}
.owl-dots{display: none !important;}
.banks-logos{
  padding: 40px 0 0;
}
.b-top{
  border-top: 1px solid rgb(213 169 122 / 20%);    padding-top: 30px;
}
.bank-title{
  font-family: 'Gelion'; font-weight: normal;    margin-bottom: 1em;
  font-size: 1.1em; color: rgb(255 255 255 / 90%);
}
/*about page*/

.eq-ht{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/**/

.hero-text-area-inner{
    position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    top: 75%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
}
.featured-text{
    font-size: 3.458em; letter-spacing: -1px;
    font-style: normal; text-align: left;
  font-family: 'Gelion'; font-weight: 500;
    line-height: 45px; 
    background: #C69A4C;
background: linear-gradient(to right, #C69A4C 54%, #A2711B 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.inner-text{
    font-size: 2.979em;
    font-style: normal; text-align: center;
  font-family: 'Bahagia'; font-weight: normal;
    color: #c69a4c;    margin-bottom: 5px;
    line-height: 30px; 
}
.apply-btn{
  font-family: 'Gelion'; width: fit-content;
    font-weight: normal; border-radius: 10px;
    color: #fff;background: linear-gradient(to right, #C69A4C 54%, #A2711B 100%);
    text-transform: capitalize;
    display: block;
    font-size: 1.025em;
    padding: 8px 20px;    margin: 10px auto 0;
}


.page-hero .hero-text-area {
       position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    white-space: normal;
    left: 14%; top: 42%;
    transform: translate(0%, -50%);
    width: max-content;
  }
  .dflex{display: flex;}

/**/

.service-container{ padding: 100px 0; position: relative; 
  background-image: url(../images/service-bg.jpg); background-size: cover; z-index: 9;
 }
/**/


.products-container{
  position: relative; 
  background-size: cover; padding: 130px 0 80px;
}

/**/
/*services*/


.lux-wrap .know-more{
  text-align: center;
    justify-content: center
}
.dark-bg .owl-nav {
    display: none;
}

.plr-0{
  padding-right: 0px !important;
  padding-left: 0px !important
}
.p6 {
    padding: 6px !important;
}

.mt-4{
  margin-top: 4em !important
}
.mt-3{
  margin-top: 3em !important
}
.mt-6
{
  margin-top: 6em !important;
}
.pr-0{padding-right: 0 !important}
.pl-0{padding-left: 0 !important}
/**/

/**/

.inner-box p{font-weight: 500; margin-bottom: 0}
.contact-form input[type="date"],.contact-form textarea,
 .contact-form input[type="text"],
  .contact-form select {
    color: rgb(255 255 255 / 84%);
    width: 100%; font-size: 1em;
    height: 55px; 
    background: transparent;
    font-family: 'Gelion'; font-weight: 300;
    font-style: normal;
    padding: 0 22px; 
   border-radius: 10px;
   border: 1px solid rgb(213 169 122 / 38%)
}
.contact-form .col-md-6:nth-child(2n){padding-left: 0}
.contact-form textarea{
   height: unset;  padding: 20px 25px 0;
}
.submit-btn {
    color: #0e0e0e;
    font-family: 'Gelion';
    font-weight: 500; 
    font-size: 1em;
    border-radius: 10px;  cursor: pointer;
    padding: 14px 30px;  text-transform: uppercase;
 background: rgb(245,203,160);
background: linear-gradient(90deg, rgba(245,203,160,1) 0%, rgba(130,89,30,1) 71%);

}
.submit-btn:hover{
  color: #fff;
  background: #82591e
}
/**/
.welcome-detail2 p{
  text-align: justify;
}

.know-more{
    font-family: 'Geomanist';
    font-weight: 300; 
    font-size: 1em;   text-transform: capitalize;
    color: #231f20;  position: relative; letter-spacing: 1px;
    border: 1px solid rgb(0 0 0 / 17%);
    padding: 11px 43px 11px 17px; top: 30px;
    border-radius: 25px; position: relative;
}

.know-more:hover{ background: #e9b425; color: #fff }
.right-arrow{
  width: 40px; 
}
.right-arrow1{
  width: 14px;
}
.know-more span{
  font-size: 1.333em; margin-left: 10px;
}
.rest-title .know-more:hover{
  color: #fff
}
.know-more:hover i{
      background: #333;
}

.text-center{
    text-align: center !important; 
}


.mb-3{
    margin-bottom: 3em
}

.d-flex{
    display: flex;
}


/*end*/
.facility-wraper {
    padding: 60px 0;
}



/************************************************** START CONTACT **************************************************/
 @media (min-width: 1023px) and (max-width: 1279px) {
     body,li {
         font-size:12px !important;
    }
     .d-container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
 .nav-brand img {
  width: 100px
}
.logo{ top: 15px }
img.micon {
    width: 50px;
}
.footer-btm-item:nth-child(5){ padding-left: 20px }
.inner-text{margin: 0}
.featured-text{ line-height: 30px }
.page-hero .hero-text-area{left: 10%}
.abt-container{ margin-top: -120px; }
.bank-item {
    height: 40px;
}
.why-container {
    padding: 30px 60px 40px;
  }
  .ad-num{
        height: 45px;
    width: 45px;
    text-align: center;
    line-height: 35px;    border: 7px solid #955b22
  }
  .ad-item{ padding-bottom: 20px }
  .why-item-lft {
    left: -40px;
}
.step-img{ width: 50px; height: 50px; line-height: 50px;     border-radius: 10px; }
.step-h3{     margin-top: 10px;
    line-height: 15px; }
    .contact-form input[type="date"],  .contact-form input[type="text"], .contact-form select{
        height: 40px;    border-radius: 5px;
    }
    .form-group {
    margin-bottom: 7px;
}
.submit-btn{ padding: 8px 20px }
.footer-social-links li a,.icon-f span{    
 height: 40px;
    width: 40px;
    line-height: 40px }
.flogo {
    width: 100px;
}
.whats-app{ width: 50px }
.footer-btm-item{ min-height: 140px }
.step-img img {
    width: 50px;
}

}
 @media (min-width: 1280px) and (max-width: 1359px) {
     body,li {
         font-size:14px !important;
    }
     .d-container{
         width:100%;
         padding-left:7%;
         padding-right:7% 
    }

.page-hero .hero-text-area{ left: 10% }
.inner-text{margin: 0}
.featured-text{ line-height: 30px }
.page-hero .hero-text-area{left: 10%}
.abt-container{ margin-top: -120px; }
.bank-item {
    height: 50px;
}
.enq-span span{ line-height: 20px }
.b-top{padding-top: 20px}
.why-container {
    padding: 30px 60px 40px;
  }
  .ad-num{
        height: 45px;
    width: 45px;
    text-align: center;
    line-height: 35px;    border: 7px solid #955b22
  }
  .ad-item{ padding-bottom: 20px }
  .why-item-lft {
    left: -40px;
}
.step-img{ width: 50px; height: 50px; line-height: 50px;     border-radius: 10px; }
.step-h3{     margin-top: 10px;
    line-height: 15px; }
    .contact-form input[type="date"],  .contact-form input[type="text"], .contact-form select{
        height: 40px;    border-radius: 5px;
    }
    .form-group {
    margin-bottom: 7px;
}
.submit-btn{ padding: 8px 20px }
.footer-social-links li a,.icon-f span{    
 height: 40px;
    width: 40px;
    line-height: 40px }
.flogo {
    width: 100px;
}
.footer-btm-item{ min-height: 140px }
.whats-app{width: 60px}
img.micon {
    width: 50px;
}
.step-img img {
    width: 50px;
}
}
 @media (min-width: 1360px) and (max-width: 1399px) {
     body {
         font-size:14px !important;
    }
    li{font-size:14px !important;}
 .d-container{
         width:100%;
         padding-left:6%;
         padding-right:6% 
    }
img.micon {
    width: 50px;
}
.form-group {
    margin-bottom: 6px !important;
}

 .whats-app{
    width: 60px
   }
.nav-brand img {
  width: 120px
}
.page-hero .hero-text-area{ left: 10% }
.featured-text{ line-height: 30px }
.page-hero .hero-text-area{left: 10%}
.abt-container{ margin-top: -120px;  }
.bank-item {
    height: 50px;
}
.enq-span span{ line-height: 25px }
.b-top{padding-top: 20px}
.why-container {
    padding: 30px 90px 60px;
  }
  .ad-num{
        height: 60px;
    width: 60px;
    text-align: center;
    line-height: 50px;    border: 8px solid #955b22
  }
  .ad-item{ padding-bottom: 20px }
  .why-item-lft {
    left: -40px;
}
.step-img{ width: 60px; height: 60px; line-height: 60px;     border-radius: 10px; }
.step-h3{     margin-top: 15px;
    line-height: 15px; }
    .contact-form input[type="date"],  .contact-form input[type="text"], .contact-form select{
        height: 40px;    border-radius: 5px;
    }
    .form-group {
    margin-bottom: 7px;
}
.submit-btn{ padding: 8px 20px }
.footer-social-links li a,.icon-f span{    
 height: 40px;
    width: 40px;
    line-height: 40px }
.flogo {
    width: 100px;
}
.footer-btm-item{ min-height: 140px }
.step-img img {
    width: 60px;
}
}
 @media (min-width: 1400px) and (max-width: 1441px) {
     body {
         font-size:15px !important;
    }
    li{font-size:15px !important;}
   .d-container{
         width:100%;
         padding-left:6%;
         padding-right:6% 
    }

.form-group {
    margin-bottom: 6px !important;
}
.step-img img {
    width: 60px;
}
 .whats-app{
    width: 60px
   }
.nav-brand img {
   width: 130px; 
}
  .page-hero .hero-text-area{ left: 10% }
.featured-text{ line-height: 30px }
.page-hero .hero-text-area{left: 10%}
.abt-container{ margin-top: -120px; }
.bank-item {
    height: 50px;
}
.enq-span span{ line-height: 25px }
.b-top{padding-top: 20px}
.why-container {
    padding: 30px 90px 60px;
  }
  .ad-num{
        height: 65px;
    width: 65px;
    text-align: center;
    line-height: 54px;    border: 8px solid #955b22
  }
  .ad-item{ padding-bottom: 20px }
  .why-item-lft {
    left: -40px;
}
.step-img{ width: 70px; height: 70px; line-height: 70px;     border-radius: 10px; }
.step-h3{     margin-top: 15px;
    line-height: 15px; }
    .contact-form input[type="date"],  .contact-form input[type="text"], .contact-form select{
        height: 50px;    border-radius: 5px;
    }
    .form-group {
    margin-bottom: 10px;
}
.submit-btn{ padding: 8px 20px }
.footer-social-links li a,.icon-f span{    
 height: 40px;
    width: 40px;
    line-height: 40px }
.flogo {
    width: 100px;
}
.footer-btm-item{ min-height: 140px }    
}
 @media (min-width: 1441px) and (max-width: 1599px) {
   li,body{font-size:15px !important;}
 .d-container{
         width:100%;
         padding-left:7%;
         padding-right:7% 
    }

.form-group {
    margin-bottom: 6px !important;
}
.step-img img {
    width: 60px;
}
.nav-brand img {
   width: 130px
}
     .whats-app{
    width: 60px
   }
  .page-hero .hero-text-area{ left: 10% }
.featured-text{ line-height: 30px }
.page-hero .hero-text-area{left: 10%}
.abt-container{ margin-top: -120px;  }
.bank-item {
    height: 50px;
}
.enq-span span{ line-height: 25px }
.b-top{padding-top: 20px}
.why-container {
    padding: 30px 90px 60px;
  }
  .ad-num{
        height: 65px;
    width: 65px;
    text-align: center;
    line-height: 54px;    border: 8px solid #955b22
  }
  .ad-item{ padding-bottom: 20px }
  .why-item-lft {
    left: -40px;
}
.step-img{ width: 70px; height: 70px; line-height: 70px;     border-radius: 10px; }
.step-h3{     margin-top: 15px;
    line-height: 15px; }
    .contact-form input[type="date"],  .contact-form input[type="text"], .contact-form select{
        height: 50px;    border-radius: 5px;
    }
    .form-group {
    margin-bottom: 10px;
}
.submit-btn{ padding: 8px 20px }
.footer-social-links li a,.icon-f span{    
 height: 40px;
    width: 40px;
    line-height: 40px }
.flogo {
    width: 100px;
}
.footer-btm-item{ min-height: 140px }
}
 @media (min-width:1600px) and (max-width:1680px) {
     body {
         font-size:15px !important;
    }
    li{font-size:15px !important;}

.form-group {
    margin-bottom: 6px !important;
}
#plus span{
  padding: 12px 18px;right: -48px
}
 .whats-app{
    width: 60px
   }
.nav-brand img {
   width: 140px
}
  .d-container{
         width:100%;
         padding-left:7%;
         padding-right:7% 
    }

}
 @media (min-width:1681px){
     body {
         font-size: 18px !important;
    }
   .d-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

}
@media (max-width:992px) {
    .desk-view{
        display: none !important 
   }
    .mob-view{
        display: block !important; width: 100% 
   }

   .nav-menu>li>a
   {
       color: #fff !important; font-size: 1em !important
   }
#button{display: none;}
.footer-btm-item:nth-child(1){ display: none;}
.why-container{padding: 0px 10px;}
.col-md-5{ width: 100%;}
.why-container .center{ display: inherit;}
.banner-wraper{ height: 100vh;}
.page-hero .hero-text-area{ top: inherit; bottom: 10%; left: 0%; width: 100%;}
.pl-0 {padding-left:3% !important;}
.featured-text{ width: 100%; text-align: center; font-size: 2.5em;}
.abt-container{ margin-top: 0px;}
.bank-item{ height: auto;}
.owl-carousel .owl-stage{ display: flex; align-items: center;}
.abt-container{padding: 0px 0px 30px;}
.product-container {padding: 0px 0 30px;}
.whats-app{ bottom: 5vh; right: 10px;}
.btm-link p br{ display: none;}
.footer-btm-item:nth-child(5){ border: none;  padding-left: 0px;}
}
 

 @media (max-width:420px) { 
    body,li {
       font-size:14px !important;
  }
  .d-container{ padding-left: 3%; padding-right: 3% }
  .footer-btm{ display: inherit;}
  .footer-btm-item{ width: 100%; min-height: inherit; margin: 1em 0em;}
  .enq-bg .center{ display: inherit;}
  .step-icon{ width: 32%; margin-bottom: 1em;}
  .step-line{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
  }
  .step-con{ margin-top:0px;}
  .step-h3{ margin-top: 5px;}
  .step-line::after{ display: none;}
  .nav-brand img{  width: 90px;}
  .product-item{ margin-bottom: 2em;}
  .why-container .col-md-7{ width: 100%; margin-bottom: 1em;}
  .why-item-lft{ left: 0;}
  
.ad-item::before{ width: auto;}
.ad-right{ padding-left: 20px;}
.copy-right span{ display: none;}
  
}
 @media (min-width:421px) and (max-width:460px){

    body,li {
       font-size:14px !important;
  }
  .d-container{ padding-left: 3%; padding-right: 3% }
  
  .footer-btm{ display: inherit;}
  .footer-btm-item{ width: 100%; min-height: inherit; margin: 1em 0em;}
  .enq-bg .center{ display: inherit;}
  .step-icon{ width: 32%; margin-bottom: 1em;}
  .step-line{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
  }
  .step-con{ margin-top:0px;}
  .step-h3{ margin-top: 5px;}
  .step-line::after{ display: none;}
  .nav-brand img{  width: 90px;}
  .product-item{ margin-bottom: 2em;}
  .why-container .col-md-7{ width: 100%; margin-bottom: 1em;}
  .why-item-lft{ left: 0;}
  
.ad-item::before{ width: auto;}
.ad-right{ padding-left: 20px;}
 
}
 @media (min-width:461px) and (max-width:560px){

    body,li {
       font-size:14px !important;
  }
    .inner-text-area{ bottom: 8px }
  .d-container{ padding-left: 3%; padding-right: 3% }
  .footer-btm{ display: inherit;}
  .footer-btm-item{ width: 100%; min-height: inherit; margin: 1em 0em;}
  .enq-bg .center{ display: inherit;}
  .step-icon{ width: 32%; margin-bottom: 1em;}
  .step-line{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
  }
  .step-con{ margin-top:0px;}
  .step-h3{ margin-top: 5px;}
  .step-line::after{ display: none;}
  .nav-brand img{  width: 90px;}
  .product-item{ margin-bottom: 2em;}
  .why-container .col-md-7{ width: 100%; margin-bottom: 1em;}
  .why-item-lft{ left: 0;}
  
.ad-item::before{ width: auto;}
.ad-right{ padding-left: 20px;}
  
}
 @media (min-width:561px) and (max-width:680px){

   body,li {
       font-size:14px !important;
  }
  .d-container{ padding-left: 3%; padding-right: 3% }
 
   .whats-app{
    width: 40px
   }
      .home-img-landsc {
        display: block;
        height: auto;
        width: 100%;
        object-fit: cover;
    }
      
    .footer-btm{ display: inherit;}
  .footer-btm-item{ width: 100%; min-height: inherit; margin: 1em 0em;}
  .enq-bg .center{ display: inherit;}
  .step-icon{ width: 32%; margin-bottom: 1em;}
  .step-line{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
  }
  .step-con{ margin-top:0px;}
  .step-h3{ margin-top:5px;}
  .step-line::after{ display: none;}
  .nav-brand img{  width: 100px;}
  .product-item{ margin-bottom: 2em;}
  .why-container .col-md-7{ width: 100%; margin-bottom: 1em;}
  .why-item-lft{ left: 0;}
  
.ad-right{ padding-left: 20px;}

.product-container .col-md-3{ width: 48.5%; float: left; margin-right: 3%;}
.product-container .col-md-3:nth-child(2n+2){ margin-right: 0%;}


}
 @media (min-width:681px) and (max-width: 768px){

    body,li {
       font-size:14px !important;
  }
  .d-container{ padding-left: 3%; padding-right: 3% }
 
   .whats-app{
    width: 40px
   }
   .footer-content-title{width: fit-content}
   .home-img-landsc {
        display: block;
        height: auto;
        width: 100%;
        object-fit: cover;
    }
       
    .footer-btm{ display: inherit;}
  .footer-btm-item{ width: 100%; min-height: inherit; margin: 1em 0em;}
  .enq-bg .center{ display: inherit;}
  .step-icon{ width: 32%; margin-bottom: 1em;}
  .step-line{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
  }
  .step-con{ margin-top:0px;}
  .step-h3{ margin-top:5px;}
  .step-line::after{ display: none;}
  .nav-brand img{  width: 100px;}
  .product-item{ margin-bottom: 2em;}
  .why-container .col-md-7{ width: 100%; margin-bottom: 1em;}
  .why-item-lft{ left: 0;}
  
.ad-item::before{ width: auto;}
.ad-right{ padding-left: 20px;}
.product-container .col-md-3{ width: 48.5%; float: left; margin-right: 3%;}
.product-container .col-md-3:nth-child(2n+2){ margin-right: 0%;}
  

}




 @media (min-width:769px) and (max-width:991px){
      body,li {
       font-size:14px !important;
  }
  .d-container{ padding-left: 3%; padding-right: 3% }

}
 @media (min-width:992px) and (max-width:1022px){
   body,li {
       font-size:14px !important;
  }
  .d-container{ padding-left: 3%; padding-right: 3% }
  .footer-btm{ display: inherit;}
  .footer-btm-item{ width: 100%; min-height: inherit; margin: 1em 0em;}
  .enq-bg .center{ display: inherit;}
  .step-icon{ width: 32%; margin-bottom: 1em;}
  .step-line{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
  }
  .step-con{ margin-top:0px;}
  .step-h3{ margin-top: 10px;}
  .step-line::after{ display: none;}
  .nav-brand img{  width: 100px;}
  .product-item{ margin-bottom: 2em;}
  .why-container .col-md-7{ width: 100%; margin-bottom: 1em;}
  .why-item-lft{ left: 0;}
  
.ad-item::before{ width: auto;}
.ad-right{ padding-left: 20px;}



}



