@charset "utf-8";
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
     font-family: 'Open Sans';
     box-sizing:border-box;
}
 body {
     text-decoration: none;
     background:#fff;
     font-family: 'Open Sans';
     font-size:16px;
     
     color:#505050;
}
html {
  scroll-behavior: smooth;
}
 .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: 'Merriweather Sans';
    src: url('../fonts/MerriweatherSans-Medium.eot');
    src: url('../fonts/MerriweatherSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MerriweatherSans-Medium.woff') format('woff'),
        url('../fonts/MerriweatherSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Sans';
    src: url('../fonts/MerriweatherSans-SemiBold.eot');
    src: url('../fonts/MerriweatherSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MerriweatherSans-SemiBold.woff') format('woff'),
        url('../fonts/MerriweatherSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Sans';
    src: url('../fonts/MerriweatherSans-Bold.eot');
    src: url('../fonts/MerriweatherSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MerriweatherSans-Bold.woff') format('woff'),
        url('../fonts/MerriweatherSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Sans';
    src: url('../fonts/MerriweatherSans-Regular.eot');
    src: url('../fonts/MerriweatherSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MerriweatherSans-Regular.woff') format('woff'),
        url('../fonts/MerriweatherSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Sans';
    src: url('../fonts/MerriweatherSans-Light.eot');
    src: url('../fonts/MerriweatherSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MerriweatherSans-Light.woff') format('woff'),
        url('../fonts/MerriweatherSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url(../fonts/'OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.eot');
    src: url('../fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Medium.woff') format('woff'),
        url('../fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#button {
  display: inline-block;
  background-color: #333;
  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: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

a.left.carousel-control{
    left: -100px;
}
.carousel-control.right
{
    right: -100px !important;
}

 .clear {
     clear: both;
}
 audio, ::selection {
     background:#0c4da2;
     color: #fff;
}
#panorama-360-view {
    width: 100vw;
    height: 100vh;
}
.not-reg {margin-top: 20px;
    color: #fff;text-align: center;}
    p.not-reg a {
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
    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:1;
}
 
 .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;}
 .top-wraper{
     width:100%;
     height: auto;
}
 .top-container{
     width:100%;
     padding-left:4%;
     padding-right:4%;
}
.header-social-links {
    float: left;
}
 .tophead{
     width:100%;
     height:40px;
     position:relative;
         padding-top: 1em;
    padding-bottom: 2.5em;
    background: #eff2f6;
        display: flex;
    justify-content: space-between;
}
 .top-header{
     width:100%;
     height:auto;
     position:relative;
     z-index:99 
}
 .top-contact{
     width: auto;
     height:40px;
     float:right;
     clear: both;
     padding-top:10px;
}
 .logo-container{
     width:auto;
     height:auto;
     position:absolute;
     left:0;
     top:0;
     padding-top:10px;
}
 .menu-container{
     width: auto;
     height: auto;
     float:right;
     margin-top:1em 
}
 .logo{
     width:auto;
     height:auto;
     float:left;
}
.mt-2
{
    margin-top: 2em !important;
}
.mt-5
{
    margin-top: 5em;
}
.mb-2
{
    margin-bottom: 2em;
}
.mb-5
{
    margin-bottom: 5em;
}

 .top-quickwraper{
     width:100%;
     height:auto;
    
}

 .header-contact{
     width:auto;
     height:auto;
     float:right;
}
.css_prefix-btn-container {
    position: absolute;
    bottom: 25%;
}

.css_prefix-button2{
     background-color: #d10400;
}

span.text-btn {
    font-family: inherit;
    font-weight: 500;
    font-style: normal;
}
.css_prefix-button:hover{
   color:#0c4da2 !important;
}
.css_prefix-button2:hover{
   color:#d10400 !important;
}
.nav-brand img{
    width: 20%;
}
.old-price-inner {
    height: auto;
    float: left;
    font-family: inherit;
    font-size: 1em;
    color: #333333b3;
    text-decoration: line-through;
    font-weight: 300;
    margin-right: 30px;
}
.css_prefix-button,.css_prefix-button2{
    padding: 10px 5px;
    font-size: 1em;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    text-transform: uppercase;
    font-weight: 500;
    font-family: inherit;
    position: relative;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    border-radius: 0;
    cursor: pointer;
    line-height: normal;
    border: none;
}

.enq-form{
    background-image: url(../images/PATTERN.png) !important;
    background-color:#206105 !important;
}

.header-call {
    width: auto;
    height: auto;
    float: left;
}
 .header-call i{
    color: #0163ea 
}
.header-call a {
    font-size: 1em;
    color: #333;
    position: relative;    font-family: inherit;
    font-weight: 500;    margin-right: 5px;
}
.header-call img {
    height: 30px;
}
.header-social-links li{
    float: left;
    margin-right: 3px;
}
.header-social-links ul li a{
    width: 40px;
    color: #0c4da2;
    font-size: 1.1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-menu>li>a{
    padding:40px 12px;
    display:inline-block;
    position:relative;
    color:#333;
    -webkit-transition:color .3s,background .3s;
    font-size:1em;
    transition:all .4s ease-in-out;
    font-family: inherit;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    text-transform: capitalize;
}

.sexy-menu.detached .nav-menu > li > a{
        padding: 25px 12px;
}
.header-call a{
        padding: 36px 12px !important;
}
.sexy-menu.detached .nav-menu > .header-call a {
    padding: 22px 12px !important;
}

 .header-call a:hover{
     color:#0163ea;
}
 
 
 .desk-view{
     display:block;
     width: 100%; 
}
 .mob-view{
     display:none !important
}
 .nav-menu > li:nth-last-child(1) a{
     padding-right:0% !important;
}
a.right.carousel-control i, a.left.carousel-control i {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.back-to-top {
    background: linear-gradient(to right, #0163ea, #00bcf9);
       border-radius: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    width: 5rem;
    height: 5rem;
    position: fixed;
      bottom: 75px;
    right: 30px;
    z-index: 20;
    box-shadow: 0px 3px 15px 0px rgb(18 18 18 / 25%);
}

/* Dropdown styles */
.dropdown {
  max-width: 13em;
  position: relative;
  width: max-content;
  float: left;
  margin-right: 10px;
}

.dropdown-btn {
  background: #0c4da2;
  font-size: 1em;
  width: 100%;margin-right: 10px;
  border: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55em 0.5em;
  cursor: pointer;
     
}
.dropdown-btn span{
     font-family: inherit;
    font-weight: 500;
    letter-spacing: .25rem;
}

.arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  transition: transform ease-in-out 0.3s;
}

.dropdown-content {
  list-style: none;
  position: absolute;
  width: 100%;
  visibility: hidden;
/*   overflow: hidden; */    z-index: 999;
  transform: translateY(-1em);
  transition: transform ease 0.3s;
}

input[type="checkbox"]:checked ~ .dropdown-content {
  visibility: visible;
  transform: translateY(0);
}

.dropdown-content li {
  background: #2f3238;padding: 0.2em 0.5em;
}

input[type="checkbox"]:checked + label > .arrow {
  transform: rotate(180deg);
}

input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}


.dropdown-content li:hover {
  background: #1d1f24;
}

.dropdown-content li a {
  display: block;
  padding:0;
  color: #fff;
  margin: 0.1em 0;
  text-decoration: none;
}

/* Dropdown styles */
 .footer-wraper {
     width:100%;
     height:auto;
     background-color:#0c4da2;
}
 .copy-right {
     width:auto;
     height:auto;
     /*float:left;*/ text-align: center;
     color:#fff;
     font-family:inherit;
     font-size:1em;
     font-weight:400;
     line-height:55px 
}
 .designed {
     width: auto;
     height: auto;
     float: right 
}
 .designed-ido {
     float: right;
     height: auto;
     padding-left: 8px;
     padding-top:15px;
     width: auto;
     color:#fff 
}
 .designed p {
     width: auto;
     height: auto;
     float: right;
     color:#fff;
     font-family:inherit;
     font-size:1em;
     font-weight:400;
     line-height:55px;
     margin: 0
}
 .designed p a {
     text-decoration: none;
     color:#fff;
     font-family:inherit;
     font-size:1em;
     font-weight:400 
}
 .designed p a:hover {
     text-decoration: none;
     color:#f7f7f7;
     font-family:inherit;
     font-size:1em 
}
 .footer-top-wraper {
     width:100%;
     height:auto;
     padding: 100px 0 50px;
     background: url('../images/footer-bg.jpg');    background-size: cover;
}
.bottom-wraper{
    width: 100%;
    height: auto;
    position: relative;
    bottom: -2em;

    overflow: initial;
}
.bottom-pic{
    width: 100%;
    height: auto;
}
 .whats-app{
    position:fixed;
    bottom:10vh;
    right:0;
    margin-right:4%;
    width:30px;
    z-index:120000
}
.whats-app img{
    animation-name:floating;
    animation-duration:3s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
    margin-left:30px;
    margin-top:5px;
    opacity:1;
    max-width:40px
}
.whats-app:hover img{
    opacity:1
}
@keyframes floating{
    from{
        transform:translate(0,0)
    }
    65%{
        transform:translate(0,15px)
    }
    to{
        transform:translate(0,0)
    }
}
.pay {
    float: left;
    margin-right: 5px;
}
.footer-content.qlinks ul+ul {
    float: right;
}
.footer-content.qlinks ul {
    width: 50%;
    float: left;
}
.footer-content.qlinks {
    width: 26%;
}
 .footer-content {
    height: auto;
    width: auto;
    z-index: 9;
    display: flex;
  justify-content: center;
  align-items: center;
}
.footer-address{ display: flex; align-items:  center;}
.footer-payment p{
    line-height: 2;
}

 .footer-content-icon {
     width:50px;
     float:left 

}
 .footer-content-details {
     width:88%;
     height:auto;
     float:left 
}
 .footer-content-details p {
     width:100%;
     height:auto;
     font-family:inherit;
     line-height:1.7;
     color:#333;text-transform: capitalize;
     font-size:1em 
}
 .footer-content-details p a {
     font-family:inherit;
     line-height:1.7;
     color:#333;
     font-size:1em 
}
 .footer-logo {
     width:230px;
     height:auto 
}
.footer-logo img {
    width: 100%;
}
.footer-logo img {
        width: 100%;  
}
.address:nth-child(1) {
    align-items: flex-start;
}
.address {
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    margin-left: 10px; margin-right: 10px;
}
.address p
{
    font-family: inherit;
    font-weight: normal;
    margin-bottom: 0px !important;
}

 .footer-top-title {
     width:100%;
     height:auto;
     text-align:left;
     color:#0c203b;
     font-size:1em;
     padding-bottom:25px;
     font-weight: bold;
     font-style: normal;
     font-display: swap;
     text-transform: uppercase;
     font-family: 'Merienda';
}
 .footer-content ul {
     margin:0px;
     padding:0px;
     list-style-type:none;
}
.footer-content-title {
    width: 100%;
    height: auto;
    font-size: 1em;
    font-family: inherit;
    font-weight: bold;
    
    text-transform: uppercase;
    color: #333;
    margin-bottom: 15px;
}
 .footer-content ul li {
     font-family: inherit;
     font-size:1em;
     line-height:36px;
     margin-right: 20px;
}
 .footer-content ul li a {
      font-family: inherit;
    font-weight: normal;
     font-size:1em;
     color:#333;
     -webkit-transition: padding .2s;
     -moz-transition: padding .2s;
     -o-transition: padding .2s;
     transition: padding .2s;
     font-weight: normal;
     text-transform: capitalize;
}
 .footer-content ul li a:hover {
    
     color:#0c4da2;
  
    
}
 .footer-social-links {
     width: auto;
     height: auto 
}
 .footer-social-links ul {
     margin: 0px;
     padding: 0px;
     list-style-type: none;
}
 .footer-social-links ul li{
     float: left;
     margin-right:3px !important;
}
 .footer-social-links ul li a{
     width:40px;
     height: 40px;
     background:#0c4da2;
    color: #fff;
     font-size:1em;
     display: flex;
     justify-content: center;
     align-items: center;
}
.footer-social-links ul li a:hover{
     background-color:#36b3e9;
     color:#fff;
}
 .main-wraper{
     width: 100%;
     height: auto;
     position: relative;
     background: url(../images/main-bg.jpg) repeat-y;
     padding-bottom: 3em;
     margin-bottom: -2em;
}
.main-container{
    width: 100%;
    height: auto;
    padding-top: 60px;
}
.welcome-container {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: #f8fafc;
}img.welcome-img {
    width: 90%;
}
.how-content{
    padding: 50px 
}

.welcome-detail.how-we p{
    margin-bottom: 5%;
}
section.client-div {
    background: #fff;
    padding: 80px 0 70px;
    position: relative;
}
.in-portfolio-item .inner-img {
    overflow: hidden;
    border-radius: 4px;
}
.inner-img img {
    width: 100%;
}
.in-portfolio-item .inner-text {
    min-height: 80px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
}


.position-relative {
    position: relative;
}
.in-portfolio-item .inner-img img {
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.in-portfolio-item:hover .inner-img img{
-webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.in-portfolio-item .inner-text h3 {
 font-size: 1.1em;
}
.in-portfolio-item .inner-text h3 a {
   line-height: 35px;
    font-weight: 500;
    padding-top: 5px;
    color: #333;
    font-family: inherit;
    font-style: normal
}

.how-container{
position: relative;
    overflow: hidden;
    padding: 100px 0;
}
.how-imgs{
    position: relative;
}
.shape1{
    position: absolute;
        top: -48px;
    right: -35px;
}
.shape2{
    position: absolute;
          top: 148px;
    right: -56px;
}
.shape3{
    position: absolute;
        bottom: 48px;
    left: -35px;
}
.welcome-detail.how-we {
    margin-right: 10%;
}
.in-testimonial-item-3 {
        min-height: 450px;
    padding: 35px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0.785px 14.979px 35px 0px rgb(0 0 0 / 6%);
    box-shadow: 0.785px 14.979px 35px 0px rgb(0 0 0 / 6%);
}
.in-testimonial-item-3 .quote-icon{
        margin-bottom: 18px;
}
.in-testimonial-item-3 .quote-icon i {
    font-size: 3em;
    background-image: linear-gradient(to right, #0163ea, #00bcf9);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.in-testimonial-item-3 .inner-text {
    margin-bottom: 25px;
    font-size: 1em;
    color: #333;
    line-height: 1.7;
    font-family:  inherit;
    font-weight: normal;
}
body.home .in-testimonial-item-3 .inner-text {
    display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.align-items-center {
    align-items: center!important;
}
.d-flex {
    display: flex!important;
}

.in-testimonial-item-3 .inner-author .inner-img{
    width: 100px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%;
    border: 5px solid #fff;
    background-color: rgb(16, 18, 118);
    -webkit-box-shadow: -0.209px 1.989px 10px 0px rgb(1 17 85 / 18%);
    box-shadow: -0.209px 1.989px 10px 0px rgb(1 17 85 / 18%);
}
.in-testimonial-item-3 .inner-author .author-meta h3 {
    font-size: 1em; font-family: 'Merriweather Sans';
    font-weight: bold;
    margin-bottom: 3px;
    color: #333;
}

.in-testimonial-item-3 .inner-author .author-meta span {
   color: #686868;
    font-size: .8em;
    font-family:inherit;
    font-weight: 300;
}
.view-all{
    display: flex;
    align-items: center;
    margin: 55px auto 0;
    justify-content: center;
    width: max-content;
}
.fac-container{
    padding: 100px 0
}
.fac-card {
        filter: drop-shadow(10px 0px 16px #cccc);
    transition: 0.3s;
      background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
        padding: 15px;
            min-height: 600px;
    margin-bottom: 30px;
}
.fac-card h6{
    font-size: 1.2em;
    font-weight: bold;
    font-style: normal;
     font-family: 'Marcellus';
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
}

.fac-card p {
    text-align: center;
}



a.view-detail-btn.gal-btn {
    top: 50px;
    left: 35px;
}

.gallery-container{
    padding: 100px 0
}
body.gallery .col-md-4 {
   padding-right: 10px;
    padding-left: 10px;
}
img.welcome-img2 {
    position: absolute;    width: 55%;
    right: 15%;
    bottom: -4%;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #FFFFFF;
}
.bg-color {
    margin: 0px 110px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #0c4da2;
    position: absolute;
    content: "";
    width: 40%;
    height: 65%;
    z-index: -1;
    top: 0;
}
.welcome-detail.abt-content{
    margin-right: 0px;
    text-align: center;
}
.welcome-detail.abt-content p{
    text-align: center;
}
.abt-container {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
        overflow: hidden;
}
.carousel-control.left,.carousel-control.right{
    background: unset !important;
}

.init-text{
    font-size:3em;
       font-weight: bold;
    font-style: normal;
    font-display: swap;
    font-family: 'Merriweather Sans';
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
}

.featured-text{
    font-size: 1.8em;
    font-family: 'Merriweather Sans';
    color: #34b5ee;
    text-transform: math-auto;
    line-height: 1.7;   
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    
}

.banner-caption.slide-title p,.inner-banner-caption p{
    color: #fff;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-family: inherit;
        margin-top: 25px;
}
.book{ width: 100%; height: auto; display: flex; justify-content: center;}
.book a {
    font-family: 'Merriweather Sans';
    font-weight: 500;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    background: #0c4ca3;
    border-radius: 3px;
    position: relative;
    padding: 15px 40px 14px;
    letter-spacing: 1px;
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
}
.book a:hover {
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    color: #fff;
  background-position: 120%;
  background: #38b6e9;
}

 .inner-banner-caption.slide-title .featured-text {
             font-size: 1.6em;
            line-height: 50px;
        }
        .inner-banner-caption.slide-title .init-text{
           font-size: 3em;
    line-height: 55px;
        }

.line-shape {
    position: relative;
    top: 130px;
}
.page-hero .hero-text-area {
    position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    white-space: normal;
    bottom: 0%;
    padding-bottom: 5%;
    width: 100%;
    text-align: center;
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.55), rgba(0,0,0,0.5), rgba(0,0,0,0.45), rgba(0,0,0,0.4), rgba(0,0,0,0.35), rgba(0,0,0,0.3), rgba(0,0,0,0.25), rgba(0,0,0,0.2), rgba(0,0,0,0.15), rgba(0,0,0,0.1), rgba(0,0,0,0.05), rgba(0,0,0,0.025), rgba(0,0,0,0.017), rgba(0,0,0,0.0075), rgba(0,0,0,0.0005) );
  }
  .title-logo{
    display: flex;
    align-self: center;
    justify-content: center;
    margin: 0 auto 50px;
    position: relative;    width: min-content;
  }

  
  .title-wraper{
    width: 100%;
    height: auto;
  }
 
  .welcome-detail-title h1{
    width: 100%;
    height: auto;
    text-align: center;
    color:#8a0000 ;
    font-size: 1.665em;
        line-height: 40px;
            margin: 0;
    font-weight: normal;
      font-family: inherit;
    text-transform: uppercase;
    font-style: normal;
    font-display: swap;
  }

  
  .welcome-detail-title {
    text-align: center;
}
  .welcome-detail-title span{
    text-align: center;margin-right: 10px;
    color:#0c4da2;
       font-family: inherit;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  .welcome-detail-title2 {
    margin-bottom: 20px;margin-top: 15px;
}

.welcome-detail-title2 h1 span{
 font-family: inherit;
    font-style: normal;
    color: #8a0000;
}

.welcome-detail-title2 h1{
    width: 100%;
    height: auto;
    text-align:  center;
    color:#333;
    font-size: 1.8em;
        line-height: 40px;
            margin: 0;
    text-transform: capitalize;
      font-weight: bold;
      font-family: 'Open Sans';
    font-style: normal;
    font-display: swap;
    margin-bottom: 20px;
  }
  .welcome-detail-title2 img {
    width: 108px;
}
  .c-green{
    color: #7ac45f;
  }
  .in-section-title-3.headline.pera-content{
    padding-top: 150px;
  }
   span.wl{
    text-align:  center;
    color:#333;
    font-size: 1.8em;
        line-height: 30px;
        font-family: 'Merriweather Sans';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
        background-image: linear-gradient(to right, #0163ea, #00bcf9);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  span.count {
    font-size: 6em;
     font-family: inherit;
    font-weight: 500;
    color: #F7F052;padding: 0 30px;
    }

    .year {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;margin: 30px 0;
    }
    h4.year-title:before {
    content: "";
    width: 2px;
    height: 0;
    background: #fff;
    position: absolute;
    left: 53%;
    top: 0;
    bottom: auto;
    transition: all .4s ease-in-out;
}
    h4.year-title{
        position: relative;
    font-size: 2em;
    color: #fff;
    font-family: inherit;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
    padding: 0px 0px 0px 50px;
    border-left: 1px solid #fff;
    }
    .icon-box-style-4 {
    display: block;
    padding: 40px 40px 55px 40px;
    background-color: #FBFAFA;
    position: relative;
    }

    .icon-box-style-4 .icon-box {
    position: absolute;
    right: 28px;
    bottom: 40px;
    color: #fff;
    z-index: 0;
    font-size: 118px;
    line-height: 118px;
}

.icon-box-title{
        color: #333;
    font-size: 1.333em;
    line-height: 30px;
    font-family: inherit;
    font-weight: bold;
    font-style: normal;
    
    text-align: center;
    margin-bottom: 20px;
}
body.home .in-service-item-3{
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
    height: 90%;
}

.process-wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
  }
.in-service-item-3 {
    min-height: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 40px 35px 30px;
    background-color: rgb(255, 255, 255);
    background: url(../images/port-bg.jpg);
    /*-webkit-box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);*/
}
.whyneed-item{
        min-height: 420px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 40px 35px 30px;
        background: url(../images/port-bg.jpg);
}
.whyneed-item .inner-text h3 a {
    font-size: 1em;
    font-weight: 600;
    position: relative;
    color: #333;
    text-align: left;
    direction: ltr;
}
.whyneed-item .inner-text h3 {
    position: relative;
    padding-bottom: 48px;
    text-align: left;
}
.whyneed-item .inner-text h3:before {
    top: 45px;
    left: 0;
    width: 50px;
    height: 4px;
    content: "";
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(90deg, #0163ea 0%, #00bcf9 50%, #0163ea);
    text-align: left;
}
.whyneed{
    position: relative;
}
.whyneed:nth-child(2n+2) .row{ direction: rtl; display: flex;}
.in-service-item-3:before {
    bottom: 0;
    right: 0;
    width: 0%;
    z-index: -1;
    content: "";
    height: 0%;
    position: absolute;
   /* background: linear-gradient(130deg, rgb(1, 94, 234) 0%, rgb(0, 192, 250) 100%);*/
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.in-service-item-3:hover:before {
    width: 100%;
    height: 100%;
}
.in-service-item-3:hover .inner-icon-btn .inner-icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
/*.in-service-item-3.active
{
    background: linear-gradient(130deg, rgb(1, 94, 234) 0%, rgb(0, 192, 250) 100%) !important;
}*/
.in-service-item-3.active .inner-text h3 a,
.in-service-item-3.active .inner-text  p
{
color:#333;
text-align: center;
}
.in-service-item-3 .inner-icon-btn .inner-icon {
    display: flex;line-height: 60px;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    /*background-image: linear-gradient(to right, #0163ea, #00bcf9);*/
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    justify-content: center;
}

.in-service-item-3 .inner-text h3:before {
    top: 45px;
    left: 0;
    width: 50px;
    height: 4px;
    content: "";
    border-radius: 10px;
    position: absolute;
    /*background: linear-gradient(90deg, #0163ea 0%, #00bcf9 50%, #0163ea);*/
}
.in-service-item-3 .inner-text h3 {font-size: 18px;
    position: relative;
    text-align: center;
}
.in-service-item-3 .inner-text h3 a{
    font-size: 1.2em; font-family: 'Merriweather Sans';
    font-weight: 500;
    position: relative;
    color: #333;
}
.in-service-item-3:hover .inner-text h3:before ,
.in-service-item-3:hover .inner-text p{
    color: #333;
}
.in-service-item-3:hover .inner-text h3 a{
    color: #333;
}
.inner-icon-btn {
       width: 60px;
    height: 60px;
    font-size: 2em;
    border-radius: 100%;
    background-color: #f0f3f9;
    float: right;
    font-weight: 600;
}

.in-about-bg {
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
}
span.adv-title {
    font-family: inherit;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 0.808em;
}

 ul.ul-li-block {
       margin-left: 30px;
    padding: 0;
}
.ul-li-block li{
    font-family: inherit;
    font-size: 1em;
    color:#333;
    font-weight: normal;
    position: relative;
    margin-bottom: 7px;
}
.ul-li-block li  .icon  {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 1.1em;
    color: #20a7f5;
    border-radius: 50%;
    /*background-color: #20a7f5;*/
}
.ul-li-block li .icon{
    position: relative;margin-right: 10px;
    display: inline-block;
}
.steps h6 {
    font-size: 1.1em;
    font-family: inherit;
        color: #333;
        margin-bottom: 20px;
}
.app-title{
    text-align: center;    margin-bottom: 50px;
}
.app-title p{
    text-align: center !important;
    width: 800px!important;
    margin: 0 auto
}
.pre-div {
    position: relative;
    background: #f5f5f5;
    width: 48%;
    float: left;
    padding: 30px 30px 0;
    margin-bottom: 30px;
    margin-right: 2%;
    min-height: 265px;
}


.approve-title{
        color: #00bcf9;
    font-size: 1.333em;
    line-height: 50px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-family: inherit;
    font-style: normal;
    text-align: center;
}
.steps {
position: relative;
    z-index: 9;
    padding: 50px;
       background-color: #fff;
    -webkit-box-shadow: 0px 3px 29px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 3px 29px 0px rgb(0 0 0 / 5%);
}
.right-shape{
    position: absolute;
    bottom: 0;
   right:0;    z-index: -1;
}
.left-shape{
    position: absolute;    z-index: -1;
    top: 0;
   left:0;
}
span.num {
background: linear-gradient(to right, #0163ea, #00bcf9);
    color: #fff;
    height: 40px;
    text-align: center;
    width: 40px;
    line-height: 45px;
    border-radius: 100%;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 1.5em;
    position: absolute;
    right: 3%;
    top: 10%;
}
li.fac-li.bank-img {
    padding: 11px;
}
li.fac-li.bank-img img { max-width: 65%; margin: 0 auto;}
section.adv-div {
    position: relative;
    padding: 100px 50px ;
    background: url('../images/tm-bg.png');
    background-size: 100% 100%;
}
.pera-content p{ text-align: center;}
 body.karunagapally .fac-li{
    margin-bottom: 25px;
  }
  span.loc {
    color: #fff;
    font-size: 1.333em;
    font-family: inherit;
    font-weight: 500;
    text-align: center;
}


.in-why-choose-feature-item .inner-icon img {
    height: 40px;
}
.in-why-choose-feature-item .inner-icon:before {
    top: 8px;
    width: 1px;
    right: 30px;
    content: "";
    height: 50px;
    position: absolute;
    background-color: #d9d9d9;
}
.in-why-choose-feature-item .inner-text h3 {
    font-size: 1.1em;
    text-transform: capitalize;
    font-weight: 500;
    color: #333;
}
.in-why-choose-feature-item {
    display: flex;
    align-items: center;
    padding-left: 35px;
    margin-bottom: 12px;
    padding-bottom: 18px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border-bottom: 1px solid #d9d9d9;
}
.in-why-choose-feature-item .inner-icon {
    padding-right: 55px;
    position: relative;
}
.shape-bef:before {
    left: 0;
    width: 42%;
    top: -26px;
    content: "";
    height: 105%;
    position: absolute;
    border-top-left-radius: 35px;
    background: #0c4da2;
}
.shape-bef img {
    position: relative;
    overflow: hidden;
    margin-left: 30px;
    border-top-left-radius: 35px;
    width: 90%
}

 .box-link img{
     width: 100%;
     height: auto;
     display:block;
     transform: scale(1);
     transition: all 0.5s ease 0s;
     mix-blend-mode: multiply;
     top: 5%;
    position: relative;
    margin: 26px 0px 0
}

 .box-link:hover img{
     transform: scale(1.1);padding: 20px;
}
 .box-link .box-content{
     width: 100%;
     height: 100%;
     background:rgb(56 53 53 / 89%);
     text-align: center;
     position: absolute;
     top: 0;
     left: 0;
     opacity: 0;
     transform: rotateY(180deg) scale(0.5);
     transition: all 0.45s ease-out 0s;
     display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
 .box-link:hover .box-content{
     opacity: 1; transition: all 0.45s ease-out 0s;
     transform: rotateY(0deg) scale(1);
}

 .box-content h3, .box-content span{
    color: #fff !important;
    margin: 3px;
    font-family: inherit;
    font-weight: 500;
    text-align: center;
    font-size: 1.1em;
 }
 .box-content span{
    font-weight: 300 !important;
    color: #c9c4c4 !important

 }

   .box-link:hover .view-det{
        background: #298601;    border: 0;
    }
.box-link:hover .price-for, .box-link:hover .fac-content 
{
  opacity: 0;
  max-height: 0;
  transition: max-height 300ms, opacity 200ms;
}
 .box-link {
    height: 330px;
}
 .box-link .icon{
     display: inline-block;
     padding: 0;
     margin: 0;
     list-style: none;
     position: relative;
    /*top: 40%;
    */
}
 .box-link .icon li{
     display: inline-block;
}
  .box-link .icon li i{
     display: block;
     width: 50px;
     height: 50px;
     line-height: 50px;
     border-radius: 50%;
     font-size: 1.5em;
     transition: all 0.5s ease 0s;
     background:#fff;
     color:#000;
}
.box-link .icon li i:hover{
     background:#8a0000;
     color:#fff;
}
 .box-link .content{
     padding: 10px;
     text-align: left;
     position: absolute;
     bottom: 5%;
     left: 5%;
}
 .box-link .title{
     font-size: 20px;
     font-weight: bold;
     color: #fff;
     text-transform: uppercase;
     margin: 0 0 5px;
}
 .box-link .post{
     display: block;
     font-size: 14px;
     color: #fff;
}
 .box-title {
     font-size:1em;
     font-family: inherit;
     font-weight:normal;
     width:100%;
     text-align: center;
     z-index:2;
     color:#333;
     padding-top:0.5em;
}
#fac-slider,#fac-slider2 {
    margin-top: 50px;
    height: unset !important;
}

.facility-div{
    background: #f8fafc;
    padding: 100px 0;    position: relative;
}
.fac-content h3,.fac-content h3 a {
    color: #333;
       margin: 0;
    font-family: inherit;
    font-weight: 500;
    text-align: center;
    font-size: 1em;
    position: relative;
}
h3.deal-product-title a{
    text-align: left;
    font-family: inherit;
    font-weight: 500;
    font-size: 1em;
    color: #000;
}
.fac-li span{
      color: #7d7c7c;
       margin: 0;
    font-family: inherit;
    font-weight: 500;
    text-align: center;font-size: .9em;
}

.fac-content{
     /*background: #fff;*/
     padding-top: 20px;
     padding-bottom: 10px;
     text-align: center;
     position: relative;
}
img.fac-shape {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.lSAction {
    display: flex;
    position: absolute;
    align-items: center;
    top: 16%;
    right: 8%;
}
.lSAction > .lSPrev{
    text-align: center;
    background: #0c4da2  !important;
    line-height: 35px;
    padding: 0 !important;
    height: 35px; position: unset !important;
    color: #fff !important;
    width: 35px; opacity: 1 !important;
    font-family: 'Poppins' !important;
    border-radius: 100% !important;    margin-right: 10px;
}
.lSAction > .lSNext{
text-align: center;
    background: #0c4da2  !important;
    line-height: 35px;
    padding: 0 !important;
    height: 35px;position: unset !important;
    color: #fff !important;
    width: 35px;opacity: 1 !important;
    font-family: 'Poppins' !important;
    border-radius: 100% !important;
}
  .welcome-detail p{
    width: 100%;
    height: auto;
    font-size: 1em;
    color: #333;
    line-height: 1.7;
    font-family: inherit;
    font-weight: normal;
    text-align: justify;
  }

.mb-3{
    margin-bottom: 3em
}

.d-flex{
    display: flex;
}
.product-container .welcome-detail-title2 h1{
text-transform: math-auto;
}
.product-container{
    position: relative;
    overflow: hidden;
    padding: 70px 0 0;
}
 .services-page__img, .services-page__img-box, .services-page__single {
    display: block;
    position: relative;
}
.services-page__single {
margin-bottom: 30px;
}
.services-page__img img {
    width: 100%;
}
.services-page__content {
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(0,0,0,.07);
    display: block;
    padding: 23px 30px 30px;
    position: relative;
}
.services-page__content:before {
    background-color: #34b5ee;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
}
.services-page__title {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;    margin: 0;
    font-family: inherit;
    color: #333;
}
.services-page__text {
    margin-bottom: 6px;
    margin-top: 11px;
}
.services-page__read-more {
    color: #081528;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
    position: relative;
    text-transform: uppercase;
}

.services-page__hover-single {
    background-position: 0 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    z-index: 2;
}
.services-page__hover-img img {
    width: 100%;
}
.services-page__hover-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.services-page__hover-img:before {
    background-color: #34b5ee;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    z-index: 2;
}
.services-page__hover-img:after {
    background-color: rgba(8,21,40,.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.services-page__hover-content {
    bottom: 30px;
    left: 30px;
    position: absolute;
    right: 30px;
    z-index: 2;
}
.services-page__hover-title {
    font-size: 1.2em; text-transform: uppercase;
    font-weight: bold;
    font-family: inherit;
    line-height: 30px;
    color: #fff;
}
.services-page__hover-text {
    color: hsla(0,0%,100%,.7);
    margin-bottom: 6px;
    margin-top: 11px;
}
.services-page__hover-read-more {
    color: #e40013;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
    position: relative;
    text-transform: uppercase;
    transition: all .5s ease;
}
.services-page__single:hover .services-page__hover-single {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.services-page__icon {
    bottom: 0;
    position: absolute;
    right: 0;background: linear-gradient(90deg,#0c4ca3,#00accc);
        height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
}
.services-page__icon img ,.services-page__hover-icon img{
    height: 60px;
    width: 60px;
}
.services-page__hover-icon {
    align-items: center;
    background: linear-gradient(90deg,#0c4ca3,#00accc);
        height: 90px;
    width: 90px;
    line-height: 90px;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.read-more {
    font-weight: bold;
    font-family: inherit;
    font-size: 1em;
    line-height: 16px; color: #0c4da2;
    text-transform: uppercase;
}
.hover-r{
    color: #fff;
}
.service-nav-info {
    height: 100%;
    padding: 40px 50px;
    background: #fff;
    margin-right: 50px;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
    display: flex;
    align-items: center;
}
.row.pro{
display: flex;
flex-wrap: wrap;
}
.row.pro .col-md-6{
    margin-bottom: 30px;
}
.service-nav-info::after {
position: absolute;
    content: "";
    height: 28px;
    width: 2px;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 0;
    background: linear-gradient(90deg,#004d6e,#00accc);
}

.service-nav-info::before {
    position: absolute;
    right: -15px;
    bottom: -15px;
    content: "";
    height: 100%;
    width: 100%;
    border-right: 15px solid #1d2027;
    border-bottom: 15px solid #1d2027;
    z-index: -1;
    opacity: 0.06;
}
.service-nav-info h2 {
    font-size: 1.33em;
    margin: 0;
    font-weight: bold;
    font-family: inherit;
}
.pro-qty {
    width: 140px;
    height: 50px;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 5px;
}
.pro-qty .qtybtn {
    width: 35px;
    font-size: 16px;
    color: #6f6f6f;
    cursor: pointer;
    display: inline-block;
}
    .number{
    display: flex;
    align-items: center;
    }
  .number input{
    margin: 0 10px;text-align: left;
  }
  input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  display: flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
      margin: 0;
    position: relative;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: #f2f2f2;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}


.number-input input[type=number] {
    background: #faf9f9;
    color: #333;
    width: 100%;
    height: 65px;
    padding: 0 30px;margin: 0 10px;
    text-align: left;
}

    .minus, .plus,.minus2, .plus2{
    width: 65px;
    height: 65px;
    line-height: 65px;
    background:#f2f2f2;
    border-radius:4px;
    border:1px solid #ddd;
      display: inline-block;
      vertical-align: middle;
      text-align: center; cursor: pointer;
        }
    .price-input{
    height:34px;
    width: 100px;
    text-align: center;
    font-size: 1em;
    border:1px solid #ddd;
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;
    }

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
      float: left;
    width: 100px;
  font-size: 1em;
  font-weight: normal;
  font-family: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.down-flex{
    display: flex;
    align-items: center;
}
.down {
    background: #eee;
    padding: 3px 10px;
    text-align: center;
    width: 180px;    height: 65px;
}
.down-flex span.txt {
    display: block;
}
.down-flex span.d-percentage{
    font-weight: 600;
}
.contact-form.calc-form{
    width: 100%;
}
.btn-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-group label{
    font-size: 1em;
    font-weight: normal;
    font-family: 'Calibri'
}
.calc-form .lightp{
    font-size: .75em;
}
button.pro-btn {
    background: #faf9f9;
    color: #333;
    /* width: 100%; */
    height: 65px;
    padding: 0 20px;
}
button.pro-btn:hover{
    background: #34b5ee ;
    color: #fff;
}
span.p-bold{
    font-weight: 600;
    font-family: 'Calibri'
}
span.years {
    display: block;
}
/*rangeslier*/
.ranges {
}
.ranges span{
    font-family: inherit;
    font-weight: normal;
    font-size: .8em
}
.ranges span:nth-child(2){
    float: right;
}
.order {
  display:inline-block;
  position: relative;
  width:100%;    margin-top: 15px;
  height:48px;
}
.bubble {
transform: translateX(-55%) scale(1);
    position: absolute;
    height: 35px;
    width: 35px;
    font-weight: 500;
    top: -50px;
    line-height: 45px;
    text-align: center;
    z-index: 2;
    color: #fff;
    transform-origin: bottom;
    transition: transform 0.3s ease-in-out;
}
.bubble::after {
      position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: dodgerblue;
    border: 3px solid #fff;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-bottom-left-radius: 50%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.order .input {display: flex;}
.order .input > div { padding:2px;background: linear-gradient(90deg,#0c4ca3,#00accc); }


.order .input.range2 ,.order .input.range { position:relative; margin: auto; outline: none; padding: 0; height: 4px; background: rgb(240, 240, 240); cursor: pointer; -webkit-appearance: none; transition: initial; z-index: 1; }
.range2 .dots + .ui-slider-range ,.range .dots + .ui-slider-range { margin:0 4px; border-radius: 100px; }
.range2 .ui-slider-handle,.range .ui-slider-handle { position: absolute; margin: -16px 0 0 -16px; border-radius: 100%; background: black; border: 0; height: 20px; width: 32px; height:32px; line-height: 32px; color: #fff; font-size: 10px; text-align: center; text-decoration: none; outline: none; cursor: pointer; transition: transform 0.1s ease; }

.buy .input.range .ui-slider-range2,.buy .input.range .ui-slider-range {  background: linear-gradient(90deg,#0c4ca3,#00accc);; 
}
.buy .ui-slider-handle{ background:#0c4ca3; }

.calc-content{
    padding: 40px 60px;
    border-radius: 5px;
    background-color: #eee;
}
.amount-det ul li {
    font-size: 1em;font-family: inherit;
    color: #1c1c1c;
    font-weight: 600;
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.amount-det ul li span {
    font-size: 1em;
    color: #0c4ca3;
    float: right;
}
.amount-det ul li p {
    font-weight: 300;
    font-style: italic;
    font-size: .9em;
}
 .amount-det h5 {
    font-family: inherit;
    font-weight: bold;
    line-height: 30px;font-size: 1.4em;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.am-btns .form-group {
    margin-right: 10px;
}
.amount-div {
    background: #fff;
    padding: 30px 0px 30px;
    text-align: center;    margin-bottom: 20px;
}
.amount-div h2 {
    font-family: inherit;
    font-weight: bold;
    line-height: 60px;
    font-size: 1.5em;
    text-transform: uppercase;
    background: #34b5ee;color: #fff;
}
.monthly p {
    margin: 0;
    font-size: 1.1em;
    text-align: center;
}
.monthly {
    margin-bottom: 20px;
}
.am-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.color1{
    background:#34b5ee !important;
}
.monthly h3{
    font-family: inherit;
    font-weight: bold;
    line-height: 30px;
    font-size: 1.8em;
    text-transform: uppercase; margin:0;
}
.amount-div h2 span{
    font-weight: normal;
}



/*testimonial*/

.owl-carousel .owl-wrapper:after
{
  content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
  .owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}
  .owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0,0,0)}
  .owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel .owl-item{float:left}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.grabbing{cursor:url(grabbing.png) 8 8,move}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}


.owl-theme .owl-controls{margin-top:10px;text-align:center}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    position: absolute;
        top: 35%;
    left: 35%;
    color: #808080;
        font-size: 40px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next{
    position: absolute;
       top: 35%;
    right: 15%;
    color: #808080;
        font-size: 40px;
    }
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#186db8}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}
 
.slick-dots li button {
    color:#eaeaea;
    display:inline-block;
    zoom:1;
    margin:0 5px;
       height: 20px;
    width: 20px;
    -webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;
    background:#eaeaea;
    /* more CSS */
}
.slick-dots li{
    display: inline;
}
.owl-theme .owl-controls{
    display: block !important;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    justify-content: center;
}

   .testimonial-content img.user {
    height: 100px;
    border-radius: 100%;
    background: #fff;
    /* padding: 10px; */
    -webkit-box-shadow: 2px 5px 20px 0px #eee;
    box-shadow: 4px 6px 0px 0px #6e8767;
}

span.qoute img {
    position: absolute;
       top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.testimonial-content .name {
    color: #000;
    margin-top: 20px;
    font-family: inherit;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 1.111em;
    text-align: center;
}
.testimonial-content .content p {
    text-align: center;
    line-height: 30px;
}
.testimonial-content .content {
    z-index: 0;
    position: relative;
}
.testimonial-content {
    text-align: center;
    position: relative;
    align-items: center;
    -moz-box-shadow: -1px 1px 8px 0px rgb(2 2 2 / 15%);
    -webkit-box-shadow:-1px 1px 8px 0px rgb(2 2 2 / 15%);
    box-shadow: -1px 1px 8px 0px rgb(2 2 2 / 15%);
    background: #fff;
    padding: 50px;
    margin:65px 5px 20px 150px;
}
.mar0{
    margin: 0
}
/*end*/
.facility-wraper {
    padding: 60px 0;
}

/*contact*/

.contact-container {
    width: 100%;
    height: auto;
    margin-top: 1.5em;
        display: flex;
    align-items: center;
}

.contact-left{
    width: 60%;
    height: auto;
    float: left;
    text-align: right;
 
}
.contact-right{
    width: 60%;
    height: auto;
    float: left;
    text-align: right;
 
}
.contact-form .col-md-6:nth-child(1), .contact-form .col-md-6:nth-child(3) {
    padding-right: 0;
}
.contact-form {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
}
.contact-details-section {
    position: relative;
    z-index: 9;padding-top: 60px;    padding-bottom: 60px;
}
.in-google-map {
    margin-top: -100px;
    z-index: -1;
    position: relative;
}
.accordion-body h6 {
        color: #0163ea;
    text-transform: capitalize;
    font-size: 1em;
    margin-bottom: 10px;
    border-bottom: 1px solid #cfc9c9;
    width: max-content;
    padding-bottom: 5px;
}
form#contact_form {
    width: 100%;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
.contact-form input[type="text"],.contact-form select,.contact-form input [type="date"]{
    background: #faf9f9;
    color: #333;
    width: 100%;
    height: 65px;
    padding: 0 30px;
}
option {
    font-size: 13px;
}
.contact-form textarea {
   background: #faf9f9;
    color: #333;
    width: 100%;
    padding: 30px 30px 0;
}

.submit-btn{
    border: none;
    background: #0c4ca3;
    color: #fff;
    font-weight: 600;
    padding: 15px 50px;
    font-family: inherit;
    font-size: 1em;
    border: 1px solid #f1f3f5;
    /*width: 100%;*/
}
.submit-btn:hover{
    background: #3eb1ea;
    color: #fff;
}
h2.css_prefix-title {
    color: #fff;
    font-size: 2.2em;    line-height: 50px;
    font-family: inherit;
    font-weight: bold;
    text-transform: capitalize;
    display: block;
    justify-content: center;
    text-align: center;
}

.bg-image {
        height: 660px;
        align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    background: url(../images/bg-img-12.jpg);
}

/*faq*/

/*faq*/

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}


.accordion-item .accordion-button {
    border-radius: 0 !important;
    background: #f5f5f7;
    border: 0;

}
.accordion-button:focus{
    box-shadow: unset !important;
}
.trigger.section {
    /*min-height: 260px;*/
    align-items: center;
        border-left: 2px solid #fff;

}
.accordion-button:not(.collapsed){
  background: linear-gradient(to right, #0163ea, #00bcf9);
  color: #fff !important;
}


.faq-container{
    padding: 60px 0;
    position: relative;
}
.accordion-header{
    font-size: 1em !important
}
.accordion-button  {
    transition: all .4s ease-in-out;
    font-family: inherit;
    font-weight: 500;
    color: #333;
    font-size: 1.2rem !important;
}
.accordion-body{
    font-size: 1em !important;
   
    width: 100%;
    height: auto;
    color: #333;
    line-height: 1.7;
    font-family: inherit;
    font-weight: normal;
    text-align: justify;

}
.qs-mark {
    background: #00bcf9;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    margin-right: 20px;
    color: #fff;
    border: 2px solid #fff;
}
.accordion-button:not(.collapsed) span.qs-mark
{
background: #fff;
color: #00bcf9;
}
.accordion-item {
    background: #f5f5f7;
    margin-bottom: 20px;
}

.accordion-collapse{
    border-radius: 0 !important;
      background: #f5f5f7;
}
.accordion-body {
    padding-left: 0;
}
.normal-p{
    font-size: 1em !important;
    line-height: 1.7!important;
}
/*terms*/
h2.term-tile {
    font-size: 1.2em;
    transition: all .4s ease-in-out;
  font-family: inherit;
    font-weight: bold;
}
.term-body {
    margin-bottom: 20px;
}
.term-div{
        background: #fbfafa;
    padding: 15px;
}
.border-line{

border: 1px solid #45ab49;
    border-style: solid;
    padding: 30px 40px;
  
}
section.contact-wrapper {
    padding: 100px 0px 90px;
position: relative;overflow: hidden;
}
.in-contact-page-content{
    padding: 65px 60px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 70px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 70px 0px rgb(0 0 0 / 6%);

}

.contact-box {
    display: flex;
     width: 100%;
     padding: 20px;
    position: relative;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.contact-details-section-outer {
    background: #edf7f8;
    padding: 156px 0 117px;
    position: relative;
    overflow: hidden;
}

.map-section {
    padding: 88px 0;
}
.contact-details-section-outer .design-img {
    position: absolute;
    top: 22px;
    left: -315px;
}
.contact-details-section-outer .design-img2 {
    position: absolute;
    top: 22px;
    right: -315px;
}
.map-section iframe {
    border: 5px solid #ffffff !important;
    border-radius: 50px;
}

.story-card-content {
    width: 590px;
    z-index: 1;
    padding: 74px 50px 77px;
    border-radius: 0 0 100px 0;
    top: 100px;
    left: -100px;
        position: absolute;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    background: #fff;
}
.story-card-img {
    margin-bottom: 30px;text-align: center;
}
.story-card-content p {
    text-align: center;
    text-transform: uppercase;
}
 .story-card-content h3 {
    font-size: 1.33em;
    margin-bottom: 20px;text-align: center;
}
.story-card-content .banner-btn {
    text-align: center;
    margin-top: 20px;
}
 .banner-btn a {
    color: #0c4da2;
    background: transparent;
    border-radius: 72px;
    padding: 15px 30px 16px 30px;
    display: inline-block;
    position: relative;
    font-weight: 400;
    transition: transform ease 300ms;
    line-height: 20px;
    word-spacing: 2px;
    font-size: 1em;
    transition: ease-in-out 0.3s;
    border: 2px solid #0c4da2;
}
.banner-btn a:hover {
    transform: translateY(-5px);
    background: #0c4da2;
    color: #fff;
    border: 2px solid var(--e-global-color-accent);
    transition: ease-in-out 0.3s;
}
.banner-btn a i{
    margin-right: 15px;
}
.contact-box figure svg {
    height: 35px;
    width: 35px;
    line-height: 35px;
      border-radius: 5px;
    background: linear-gradient(to right, #0163ea, #00bcf9);
    padding: 20px;
    width: 70px;
    height: 70px;
}

.contact-box figure {
    margin-right: 30px;
    margin-bottom: 15px;
}
.contact-box figure i {
  color: #0c4da2;
    font-size: 2.5em;
}
.contact-box figure img {
    width: 40px;
    display: inline-block;
}
.contact-box .content {
    display: inline-block;
    text-align: left;    width: 100%;
}

.contact-box .content p {
    margin: 0;
    font-size: 1.1em;
    color: #7d7c7c;
}
.contact-box .content h6 {
    display: block;
    font-size: 1.333em;
    color: #212529;
    font-weight: 500;
    font-family: inherit;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 8px;
}

 .about-content-img {
    position: relative;
}
 .about-section-f1 {
    position: absolute;
    top: 125px;
}
.about-content-img h2 {
    margin-bottom: 0px;
    font-family: inherit;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 60px;    font-size: 2em;
}
.about-content-img h2 span{
    color: #6e8767; font-family: inherit;
    text-transform: capitalize;
}
.about-content-img p {
    font-size: 1em;
    font-family: inherit;
    line-height: 40px;
    font-weight: normal;
    color: #777777;
    padding-right: 0px;
    margin-bottom: 28px;
}
.about-content-img h6 {
    margin-bottom: 16px;
   font-family: inherit;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.33em;
}

.reserv{
    padding: 90px 90px;
}
/*......................*/

a.date {
    font-size: 1em;
    transition: all .4s ease-in-out;
    font-family: inherit;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 3px;
}
.css_prefix-blog-details {
    padding: 30px;
    background: #fff;
}
.css_prefix .css_prefix-blog-box {
    box-shadow: 0 24px 84px 0 rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 24px 84px 0 rgb(0 0 0 / 8%);
    -moz-box-shadow: 0 24px 84px 0 rgba(0,0,0,.08);
}
h3.blog-text.css_prefix-heading-title {
    transition: all .4s ease-in-out;
   font-family: inherit;
    font-weight: bold;
    font-style: normal;
    color: #333;
    font-size: 1.2em;
    line-height: 35px;margin-top: 5px;
}
.profile-container-menu ul li a.active{
    color: #0c4da2;
}
.pull-right{
    float: right;
}
.center{
    margin:0 auto;
    align-items: center;
        display: flex;
        justify-content: center;
}
 
  .home-facility-wraper{
    width: 100%;
    height: auto;
    padding-top: 100px;
        padding-bottom: 100px;
  }


.enquiry-wrapper{
    padding: 60px 0
}
.gallery-item{
   width: 32%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    height: auto;
    float: left;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    position: relative;
}
.gallery-item:nth-child(3n){
margin-right: 0
}


.gallery-item:nth-child(4){
clear: both;
}
.booking-wraper {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 3em;
    overflow: initial;
        height: 600px;
}
img.booking {
    width: 35%;
    opacity: .08;
    /* z-index: -1; */
    position: absolute;
    bottom: -8%;
}

.img2, .img2 img {
    height: 385px;
    object-fit: cover;
}
.img1, .img2 {
    margin-bottom: 5px;
}
.mtop{
    margin-top: 1em
}

.mtop1{
    margin-top: 50px
}
.facilitybg{
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    top: 7%;
        z-index: -1;
            height: 100%;
            width: 100%;
}
.home-facility-wraper{
    position: relative;
}
.box-group{
    text-align: center;
    overflow: hidden;
    position: relative;
}

.box-group .icon img{
height: auto !important;
width: 70%
    }
.box-group img{
    max-width: 100%;
    max-height: 100%;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
    display:block;
    width: 100%;
    object-fit: cover;
    height: 250px;
}
.box-group:hover img{
    transform: scale3d(1.15, 1.15, 1);
}
.box-group .box-content{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    padding-top: 35%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.box-group:hover .box-content{
    opacity: 1;
}
.box-group .box-content:before, .box-group .box-content:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.box-group .box-content:before{
    border-top: none;
    border-bottom: none;
    left: 30px;
    right: 30px;
}
.box-group .box-content:after{
    border-left: none;
    border-right: none;
    top: 30px;
    bottom: 30px;
}
.box-group:hover .box-content:before, .box-group:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
}
.box-group .content-inner{
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.box-group:hover .content-inner{
    opacity: 1;
    transform: scale(1);
}
.box-group .title{
    font-size: 22px;
    font-weight: 700;
    color:#ffcc00;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.box-group .post{
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
}
.box-group-icon {
    position: absolute;
    bottom: 0;
    left: 0px;
    color: rgba(255,255,255,1) !important;
    font-size: 1.5em;
    font-family: inherit;
    width: 100%;
    text-align: left;
    z-index: 2;
    font-weight:500;
    padding-left: 2%;
    padding-right: 2%;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
a:hover .box-group-icon{
    display:none !important;
}
.group-link{
    position: absolute;
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-group .icon{
    list-style: none;
    padding: 0;
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease 0s;
    bottom:0;
    right:0;
    margin:auto;
}
.box-group:hover .icon{
    left: 0px;
    opacity: 1;
    transition-delay: 0.3s;
}
.box-group .icon li{
    display: inline-block;
}
 .box-group .icon li {
       width: 180px;
    height: 180px;
    line-height: 180px;
    background: #fff;
    font-size:18px;
    color: #fff;
    transition: all 0.5s ease 0s;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.box-title {
    font-size:1.333em;
    font-family: 'Merienda';
    width:100%;
    text-align: center;
    z-index:99;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    color:#fff;
    padding-top:0.5em;
    position: absolute;
    bottom: 2em;
    left: 0;
}
.box-title-sub {
    font-size:1.333em;
    font-family: 'FML-TTKaumudi';
    width:100%;
    text-align: center;
    z-index:2;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    color:#fff;
    padding-top:0.25em;
    position: absolute;
    bottom: 1em;
    left: 0;
}
a:hover .box-title{
    color:#3aaa35;
}
a:hover .box-title-sub{
    color:#3aaa35;
}
.cs-post_overlay2{
        position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(3 3 3 / 100%));
    opacity: .7;
}
.container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}


/************************************************** START LOCATION **************************************************/
 .inner-wraper-main{
     width:100%;
     height:auto;
     background-color:#ebede5;
     padding-bottom:90px;
}
 .inner-banner-caption-wrap{
     width:100%;
     height:auto;
     position:absolute;
     bottom:25%;
     right:0;
     left:0;
     display:flex;
     align-items:center;
     font-size: 0.65em
}
 .inner-banner{
     width:100%;
     height:auto;
}
 .inner-banner-wrap{
     width:100%;
     height:auto;
     position:relative;
}
 .inner-caption{
     width:100%;
     height:auto;
     position:absolute;
     left:0;
     bottom:25%;
}
 .bredcum-wraper{
     width:100%;
     height:auto;
     padding-top: 30px;
}
 .bredcum-container{
     width:auto;
     height:auto;
     float:right;
}
 .bred-home{
     width:auto;
     height:auto;
     float:left;
     font-family:inherit;
     font-weight: normal;
     font-size:1em;
     color:#333;
     line-height:30px;
     text-transform: capitalize;
}
 .bred-home a{
     width:auto;
     height:auto;
     float:left;
     font-family:'Calibri';
     font-weight: normal;
     font-size:1em;
     color:#333;
     line-height:30px;
     text-transform:uppercase 
}
 .bred-home a:hover{
     width:auto;
     height:auto;
     float:left;
     font-family: inherit;
     font-weight: normal;
     font-size:1em;
     color:#058d8b;
     line-height:30px;
}
 .bred-arrow{
     width:auto;
     height:auto;
     float:left;
     font-size:0.85em;
     color:#999;
     line-height:30px;
     padding-left:8px;
     padding-right:8px;
}
 .bred-next{
     width:auto;
     height:auto;
     float:left;
     font-family: inherit;
     font-weight: normal;
     font-size:1em;
     color:#0163ea;
     line-height:30px;
     text-transform:uppercase 
}

/************************************************** START CONTACT **************************************************/
.hide-menu{ display: none;}
.desk-view{ display: block !important;}
.mob-view{ display: none !important;}

.profile {
    width: 100%;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%;
    border: 5px solid #fff;
   /* background-color: rgb(16, 18, 118);*/
    -webkit-box-shadow: -0.209px 1.989px 10px 0px rgb(1 17 85 / 18%);
    box-shadow: -0.209px 1.989px 10px 0px rgb(1 17 85 / 18%);
} 
.side-form form{ width: 100%;}
#popUp {
    position: fixed;
    width:400px;
    height: auto;
    background:#0c4da2;
    border: 7px solid #0c4da2;
    bottom: 10%;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index:99999;
    padding:1% 1% 1%;
    right:0;
  }
  #new span {
    background: #fff;
    position: absolute;
    color: #1c8dc4;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -5px;
  }
  #popUp .close {
    position: absolute;
    top: -40px;opacity: 1;
    left: -6%;
    color: #666;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.5em;
    cursor: pointer;
    background-color: #f7f7f7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  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;
  }
  #plus {
    position: fixed;
    color: #fff;
    bottom: 60%;
    font-size: 1em;
    margin-right: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    z-index: 999;
    width: auto;
    right:0;
  }
  #plus span {
    position: absolute;
    right: 4px;
    background-color:#0c4da2 !important;
    font-size: 1em;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 500;
    display:inline-block;
    padding:8px 20px;


    -webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
    right: -94px;
  }
  #plus::after {
    display: block;
    display: relative;
  }
  .mob-txt{ display: block; text-transform: uppercase; font-style:normal;font-family: 'Poppins';
  font-weight: 500;}




  
  .biziq-review {
    padding: 70px 0;
    color: #555;
  }
  
  .biziq-review > div {
    max-width: 500px;
    margin: auto;
  }
  
  .review-rating svg {
    width: 14px;
    color: gold;
  }
  
  div[id*="biziqrecentreviews-"] {
    visibility: hidden;
    transition: 0.2s ease-in-out;
  }
  
  div[id*="biziqrecentreviews-"] .biziq-review > div {
    margin-bottom: 20px;
  }
  
  div[id*="biziqrecentreviews-"] .review-info span {
    display: block;
  }
  
  div[id*="biziqrecentreviews-"] .review-info .author-name {
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: 600;
  }
  
  div[id*="biziqrecentreviews-"] .review-date {
    opacity: 0.4;
    font-size: 0.8em;
  }
  
  div[id*="biziqrecentreviews-"] .review-rating {
    margin-bottom: 1em;
  }

  .process-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
  }


  .accordion-body ul{
    margin:0px;
    padding:0px;
    list-style-type:none;
}
.accordion-body ul li{
    background: url(../images/arrow_process.png) no-repeat left 12px;
    width: 100%;
    height: auto;
    font-size: 1em;
    font-weight: normal;
    font-family:  inherit;
    line-height: 28px;
    color: #666;
    padding-left:10px;
    margin-bottom:5px;
    padding-top:0px;
}

.common-title {
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    line-height: 40px;
    margin: 0;
      margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Open Sans';
    font-style: normal;
    font-display: swap;
    margin-bottom: 20px;
  } 
  .icon-for{ text-align: center; margin-bottom: 1em;}
  .icon-for img{ opacity: 0.5;}
  .proces-icon{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 1em;
    display: flex;justify-content: center;
  }
  .proces-icon img {filter:  brightness(0) invert(1); width: auto !important;}
  

 @media (min-width: 1023px) and (max-width: 1279px) {
    .services-page__content{
            min-height: 75px;
    }
 .services-page__title{
    font-size: 1em;line-height: 23px;
  }
.footer-content.qlinks {
    width: 35%;
}
.footer-content.qlinks ul{
width: 44%;
}
.footer-content.qlinks ul+ul{
float: left;
    width: 50%;
}
.footer-content{
    margin-right: 1%;
}
     .pre-div{
  min-height: 208px;
    padding: 24px 26px 0;
 }
 .in-why-choose-feature-item .inner-icon img {
    height: 25px;
}

.in-contact-page-content ,.calc-content{
    padding: 10px 25px;
    }
     body {
         font-size:13px !important;
    }
     .d-container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
     .top-container {
         width: 100%;
         padding-left: 2%;
         padding-right:2%;
    }
   .navigation{height: unset !important;}
.footer-social-links ul li a i{
    font-size: .9em
}
     
     .nav-menu > li > a{ font-size: .7em !important}

     .nav-menu>li>a{
            padding: 25px 6px;
     }
     .header-call a {
    padding: 20px 6px !important;
    }
     .sexy-menu.detached .nav-brand img {
    margin-top: -4px !important;
    }
    .nav-brand img {
    width: 16%; margin-top: 5px !important;
}
       .sexy-menu.detached .nav-brand img {
    margin-top: 0px !important;
        width: 15% !important;
}
.sexy-menu.detached .nav-menu > .header-call a {
    padding: 15px 12px  !important;
}
.header-call img {
    height: 25px;
}
.sexy-menu.detached .nav-menu > li > a {
    padding: 20px 6px;
}
.sexy-menu.detached{
    padding: 0 !important
}

.services-page__icon{
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.services-page__icon img, .services-page__hover-icon img{
        height: 40px;
    width: 40px;
}
.services-page__content{
    padding: 15px 20px 15px;
}

.services-page__text{
    margin: 0;
}
p.services-page__text br {
    display: none;
}
.in-service-item-3 .inner-text h3 a{
    font-size: 1em
}
.in-service-item-3{
   min-height: 350px;
}
.in-testimonial-item-3 {
    min-height: 450px;}
.init-text{
    font-size: 2.8em;
            line-height: 40px; 
}
.featured-text{
     font-size: 1.5em;

            line-height: 40px;  
}
.welcome-detail-title2 h1{
   line-height: 29px;
    font-size: 1.6em;
}.welcome-detail-title2 {
    margin-bottom: 3px;
    margin-top: 1px;
}
.in-portfolio-item .inner-text h3 {
    font-size: .9em;    margin: 0;
}
.in-portfolio-item .inner-text h3 a {
    line-height: 26px;
    }
    .in-portfolio-item .inner-text {
    min-height: 80px;
}
li.fac-li.bank-img img{
    width: 90%
}
.footer-content ul li{
        line-height: 26px;
}
section.adv-div{
        padding: 100px 0px 0;
}
 .inner-banner-caption.slide-title .featured-text {
             font-size: 1.3em;
            line-height: 40px;
        }
        .inner-banner-caption.slide-title .init-text{
           font-size: 2.5em;
    line-height: 40px;
        }
        .page-hero .hero-text-area{ font-size: 11px;}
}
 @media (min-width: 1280px) and (max-width: 1359px) {
     body {
         font-size:15px !important;
    }
     .d-container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .services-page__content{
            min-height: 75px;
    }
 .services-page__title{
    font-size: 1em;line-height: 23px;
  }

     .services-page__icon{
    height: 60px;
    width: 60px;
    line-height: 60px;
}
 .pre-div{
min-height: 225px;    padding: 24px 26px 0;
 }
.services-page__icon img, .services-page__hover-icon img{
        height: 40px;
    width: 40px;
}
.services-page__content{
    padding: 15px 20px 15px;
}

.services-page__text{
    margin: 0;
}
p.services-page__text br {
    display: none;
}
.in-service-item-3 .inner-text h3 a{
    font-size: 1em
}
    h2.css_prefix-title{
        font-size: 1.6em;
        line-height: 40px;
    }
     .top-container {
         width: 100%;
         padding-left: 3%;
         padding-right:3%;
    }
     .footer-logo img{
            margin-top: -30px;
    margin-bottom: 25px;
     }
    .in-service-item-3 .inner-text h3 a{
    font-size: 1em
}
.init-text{
    font-size: 2.6em;
            line-height: 46px; 
}
.featured-text{
     font-size: 1.5em;
            line-height: 40px;  
}
.welcome-detail-title2 h1{
    line-height: 35px;    font-size: 2em;
}
.in-portfolio-item .inner-text h3 {
    font-size: .9em;    margin: 0;
}
.in-portfolio-item .inner-text h3 a {
    line-height: 26px;
    }
    .in-portfolio-item .inner-text {
    min-height: 80px;
}
li.fac-li.bank-img img{
    width: 90%
}
.footer-content ul li{
        line-height: 26px;
}
section.adv-div{
        padding: 100px 0px 0;
}
 .inner-banner-caption.slide-title .featured-text {
             font-size: 1.3em;
            line-height: 40px;
        }
        .inner-banner-caption.slide-title .init-text{
           font-size: 2.5em;
    line-height: 40px;
        }
   .footer-content{
            margin-right:5%;
     }
    
     .nav-menu > li > a{ font-size: .8em !important}

     .nav-menu>li>a{
            padding: 25px 8px;
     }
     .header-call a {
    padding: 19px 8px !important;
    }
     .sexy-menu.detached .nav-brand img {
    margin-top: -4px !important;
    }
    .nav-brand img {
    width: 16%; margin-top: 0px !important;
}
       .sexy-menu.detached .nav-brand img {
    margin-top: 0px !important;
        width: 15% !important;
}
.sexy-menu.detached .nav-menu > .header-call a {
    padding: 15px 12px  !important;
}

.sexy-menu.detached .nav-menu > li > a {
    padding: 20px 8px;
}
.sexy-menu.detached{
    padding: 0 !important
}
.page-hero .hero-text-area{ font-size: 12px;}
      
}
 @media (min-width: 1360px) and (max-width: 1399px) {
     body {
         font-size:16px !important;
    }
    .page-hero .hero-text-area{ font-size: 13px;}
     .d-container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container {
         width: 100%;
         padding-left: 3%;
         padding-right:3%;
    }
    .nav-brand img {
    width: 18%;
}
       .sexy-menu.detached .nav-brand img {
    margin-top: 0px !important;
        width: 15% !important;
}
.sexy-menu.detached .nav-menu > .header-call a {
    padding: 19px 12px  !important;
}
.nav-brand img{
      margin-top: 7px !important;
}
.sexy-menu.detached .nav-menu > li > a {
    padding: 25px 8px;
}
}
 @media (min-width: 1400px) and (max-width: 1441px) {
     body {
         font-size:16px !important;
    }
     .d-container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
     .nav-brand img {
    width:18%;
}
    .sexy-menu.detached .nav-brand img {
    margin-top: 0px !important;
}
.nav-brand img{
      margin-top: 9px !important;
}
.sexy-menu.detached .nav-menu > li > a {
    padding: 25px 8px;
}

}
 @media (min-width: 1441px) and (max-width: 1599px) {
     body {
         font-size:16px !important;
    }
     .d-container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
.fac-card
{
    min-height: 550px
}

}
 @media (min-width:1600px) and (max-width:1680px) {
     body {
         font-size:17px !important;
    }
     .d-container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
    .footer-content:nth-child(1) {
    width: 12%;
}
.footer-content {
    margin-right: 3.5%;
}
.sexy-menu.detached .nav-brand img {
    margin-top: -8px !important;
}
}
 @media (min-width:1681px){
     body {
         font-size:16px !important;
    }
   .d-container {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
}


}
 @media (min-width:1360px) and (max-width:1680px) {

    p.services-page__text br{
        display: none;
    }
  .services-page__title{
    font-size: 1em;
  }
 .pre-div{
min-height: 220px;
    padding: 24px 26px 0;
 }
 .in-why-choose-feature-item .inner-icon img {
    height: 25px;
}

 .services-page__text {
    margin-bottom: 6px;
    margin-top: 0;
}

 .footer-content.qlinks {
    width: 32%;
}
.footer-content {
    margin-right: 4%;
    }

    .nav-menu>li>a{
        padding: 35px 8px; font-size: .9em !important
    }
    .header-call a{
          padding: 30px 8px !important;
    }
    .sexy-menu.detached{
        padding: 8px 0px 5px !important
    }
 

    .inner-featured-text{
         font-size: 1.3em;
            line-height: 30px;
    }
    .inner-init-text
    {
        font-size: 3em;
    }
    .inner-banner-title
    {
    bottom: 20%;
    }
    .featured-text {
             font-size: 1.7em;
            line-height: 1.7;
    
        }
        .init-text{
            font-size: 3.1em;
            line-height: 1.2;
        }


        .inner-banner-caption.slide-title .featured-text {
             font-size: 1.4em;
            line-height: 1;
        }
        .inner-banner-caption.slide-title .init-text{
           font-size: 2.8em;
    line-height: 50px;
        }

    }

 @media (max-width:420px) {

     body {
         font-size:14px !important;
    }
     .d-container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .top-container{
         width:100%;
         padding-left:2%;
         padding-right:2%;
    }
     .desk-view{
         display: none !important 
    }
     .mob-view{
         display: block !important 
    }
.footer-social-links ul li a{
    width: 30px;
    height: 30px;font-size: .8em;
}
    .footer-wraper{     padding-top: 5px;
    padding-bottom: 80px;}
    .footer-container{ display: inherit;}
    .bottom-container{ width: 100%; padding: 0px; display: inherit;}
    
    .footer-content ul li{ width: 43%; float: left;line-height: 30px;}
    .footer-social-links ul li {width: 30px;height: 30px; margin-right: 10px;}
    .footer-content:nth-child(1){ width: 100%;}
    .banner-caption-mid{ letter-spacing: -1px;}
    .whats-app img {margin-left: 0px;      }
    .footer-address{ display:inherit;}
    .footer-content{ display:inherit;}
    .footer-social-links{ margin-left:20px;}
    .owl-carousel{ margin: 10px !important}
   
    
}
 @media (min-width:421px) and (max-width:460px){

     body {
         font-size:14px !important;
    }
     .d-container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
     .desk-view{
         display: none !important 
    }
     .mob-view{
         display: block !important 
    }


    .footer-wraper{ padding-top:5px ; padding-bottom: 80px;}
    .footer-container{ display: inherit;}
    .bottom-container{ width: 100%; padding: 0px; display: inherit;}
    .footer-social-links ul li {width: 43px;height: 43px; margin-right: 10px;}
    .footer-content:nth-child(1){ width: 100%;}
    
     .footer-address{ display:inherit;}
    .footer-content{ display:inherit;}
    .footer-social-links{ margin-left:20px;}
}

 @media  (max-width:460px){

 .footer-address{ display:inherit;}
    .footer-content{ display:inherit;}
    .footer-social-links{ margin-left:20px;}

}

 @media (min-width:461px) and (max-width:560px){

   
}


@media (max-width:560px){


.sexy-menu.detached{
    position: unset !important;
}
.welcome-container .col-md-6{
    display: none;
}
.welcome-detail-title2 {
    margin-bottom: 10px;
    margin-top: 0;
}
span.wl{
    font-size: 1em;
}
.welcome-container
{
    padding: 40px 0;
}
.welcome-detail-title2 h1
{
    font-size: 1.33em;
    line-height: 29px; margin-bottom: 5px;
}
a.book{
    padding: 10px 25px 10px;
}
   .nav-brand img {
    width: 50%;margin-top: 5px !important
}
.inner-banner-caption.slide-title .featured-text{
          font-size: .9em;line-height: 20px;
    }
    .inner-banner-caption.slide-title .init-text {
     font-size: 1.2em;    line-height: 25px;
    }

.featured-text
    {
        font-size: 1em;line-height: 25px;
    }
    .init-text
    {
      letter-spacing: 1px;  font-size: 1.5em;    line-height: 25px;
    }


.footer-content ul{
    display: block;
}

.footer-content{
    margin-bottom: 20px;
    width: 100%;
}
   .tophead{
    display: none;
   }
   
    .footer-address{ display:inherit;}
    .footer-content{ display:inherit;}
    .footer-social-links{ margin-left:20px;}
      .footer-wraper { padding-bottom: 80px;}

}


 @media (min-width:561px) and (max-width:680px){
    img.mob-view.home-img{
        height: 84vh !important
    }
    .sexy-menu.detached{
        background: #fff !important
    }
   
    .featured-text
    {
        font-size: 1.1em;
         line-height: 30px;
    }
    .init-text
    {
        font-size: 2.3em;
        line-height: 40px;
    }
        
     .inner-banner-caption.slide-title .featured-text{
          font-size: 1.2em;line-height: 25px;
    }
    .inner-banner-caption.slide-title .init-text {
     font-size: 1.8em;    line-height: 30px;
    }

    body {
        font-size:14px !important;
   }
    .d-container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .top-container{
        width:100%;
        padding-left:1%;
        padding-right:1%;
   }
    .desk-view{
        display: none !important
   }
    .mob-view{
        display: block !important
   }

   .copy-right{  line-height: 30px;}
   .designed p{ line-height: 30px;}
   .footer-wraper{ padding-top: 5px;
    padding-bottom: 80px;}
   .footer-container{ display: inherit;}
    .footer-address{ display:inherit;}
    .footer-content{ display:inherit;}
    .footer-social-links{ margin-left:20px;}
      .footer-wraper { padding-bottom: 80px;}
  
}

 @media (max-width: 680px){

     .footer-logo{ display: none;}
        img.welcome-img{
            display: none;
        }
        
        body.about .welcome-detail span{
            padding-top: 10px;
        }
      }


@media (min-width:600px) and (max-width:768px) and (orientation:landscape) {
 
.navigation-portrait .nav-menu{
    overflow-y: scroll !important;    height: 400px !important;
}

}
 @media (min-width:681px) and (max-width: 768px){

    img.mob-view.home-img{
        height: 75vh !important
    }
    .shape1,.shape2,.shape3,.shape4,.shape5
    {
      width: 25%;
    }
    .featured-text
    {
        font-size: 1.2em; line-height: 40px;
    }
    .init-text
    {
        font-size: 2.5em;
        line-height: 30px;
    }
    .inner-banner-caption.slide-title .featured-text{
          font-size: 1.1em;line-height: 30px;
    }
    .inner-banner-caption.slide-title .init-text {
     font-size: 1.9em;    line-height: 30px;
    }

    body {
        font-size:14px !important;
   }
    .d-container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .top-container{
        width:100%;
        padding-left:1%;
        padding-right:1%;
   }
    .desk-view{
        display: none !important
   }
    .mob-view{
        display: block  !important
   }

   .copy-right{  line-height: 30px;}
   .designed p{ line-height: 30px;}
   .footer-wraper{ padding-top: 5px;
    padding-bottom: 80px;}
   .footer-container{ display: inherit;}
   .sexy-menu.detached{
    background: #fff !important
   }
  
}

 @media (max-width: 768px){

    .nav-menu>li>a
    {
        color: #fff !important
    }
    .header-call img{filter: brightness(0) invert(1);}

     .nav-toggle, .navigation-hidden .nav-header {display: block !important;}

    
    .banner-wrp{height: calc(100vh - 75px) !important; overflow: hidden !important }
    .carousel-inner {height: 100% !important;}
   

 .nav-header{ width: 100%; }
 
 .bottom-menu{ width: 45px; height:45px; border-radius: 50%; display: flex !important; justify-content: center; align-items: center; border:1px solid #e7e7e7; font-size: 1.2em;}
 .fine-arts-bg{ display: none;}
 .fine-arts-container{ padding-top: 0px;}

 .footer-container{ width: 100%; padding-top: 0;   padding-bottom: 0;}
 .footer-top-wraper {  padding-top: 30px;    padding-bottom: 30px;}
 .job-opportunity{ float: left;}
 #quick_view_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  background-color: #fff ;
 }

.sexy-menu.detached{
    opacity: 1 !important
}
.hide-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
        padding: 15px 20px;
        display: block;
}
    .hide-menu a {
    width: 20%;position: relative;
    line-height: 1;
    font-size: 1.3em;
    float: left;
    display: flex;
    justify-content: center; color: #0c4da2;
   
}
.hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
}

.nav-toggle{

display: flex!important;
    align-items: center;
    width: 25px;
    height: 20px;
    cursor: pointer;
    /*border-top: 3px solid #000;
    border-bottom: 3px solid #000;*/
    text-align: center;
    justify-content: center;
    position: inherit !important;
     top: auto !important;

    }
    .nav-toggle {
      top: auto !important;
    bottom:auto !important; 

}

    .nav-toggle:before{   
    position: absolute;
    content: "";
    width: 40px;
    border-bottom: 3px solid #000;
    right: 0;
        display: none
}
   .nav-toggle:after{    
           content: "";
    width: 33px;
    border-bottom: 3px solid #000;
    position: absolute;
    top: -2px;
    right: 0;
       display: none
}


.nav-toggle {margin-top: 3px !important;}
 
    .logo{ width: 100% !important; position: inherit !important; display: flex !important; justify-content: center; height: auto !important;}
    
body.contact .mob-view{
    object-position: top;
}
.sexy-menu{
    position: fixed;
}
    }
 @media (min-width:769px) and (max-width:991px){

.main-container{
    padding-top: 40px;
}
.inner-featured-text{
        font-size: 1.333em;
}
.inner-init-text{
    font-size: 2.333em
}

 body {
        font-size:14px !important;
   }
    .d-container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .top-container{
        width:100%;
        padding-left:1%;
        padding-right:1%;
   }

   .footer-logo img{
    width: 50%;
   }
   
.navigation{
height: unset !important; 
}
.tophead{
    padding-top: .3em !important
}
 .nav-menu>li>a{
        padding:0 8px 10px!important;
        height: unset !important; 
    }   

.sexy-menu.detached .nav-brand img {
    margin-top: -7px!important; 
    width: 35%!important
}
.whats-app{
        bottom: 25vh;
    right: 26px;
}
.footer-container{
    width: 100%;    padding-bottom: 0;    align-items: center;
    justify-content: center;
}

.footer-content ul li{
    width: 42%;
    float: left;
}
.footer-content {
    margin-bottom: 15px;
    width: 45%;
    margin-right: 3%;
}
.footer-content:nth-child(3) {
clear: both;
}
.footer-social-links ul li {
    font-size: .9em;
        width: auto;
}

.box-title
{
    font-size: 1em;
}
.box-title-sub{
    font-size: 1em;
}
    
    img.mob-view.home-img{
        height: 85vh
    }
    .featured-text
    {
        font-size: 1.33em;
        line-height: 40px;
    }
    .init-text
    {
        font-size: 2.55em; line-height: 40px;
    }
     .inner-banner-caption.slide-title .featured-text{
          font-size: 1.2em;line-height: 30px;
    }
    .inner-banner-caption.slide-title .init-text {
     font-size: 2.2em;    line-height: 30px;
    }
    .love-story__flowers img {
    width: 70%;
    }
    .welcome-detail.abt-content p {
        text-align: justify;
    }
    
    .abt-container {
    padding-top: 50px;
    padding-bottom: 30px;
    }
    .abt-container::before{
        background-size: contain;
        width: 103px;
    height: 106px;
    }
}
 @media (min-width:992px) and (max-width:1022px){
.sexy-menu.detached{
    padding: 0 !important
}

    .inner-featured-text{
        font-size: 1.55em;
}
.inner-init-text{
    font-size: 2.55em
}

    body {
        font-size:14px !important;
   }
    .d-container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .top-container{
        width:100%;
        padding-left:1%;
        padding-right:1%;
   }

   .footer-logo img{
    width: 50%;
   }
  
.navigation{
height: unset !important; 
}
.tophead{
    padding-top: .3em !important
}
 .nav-menu>li>a{
        padding:0px 10px 10px !important;
        height: unset !important; 
    }   

.whats-app{
        bottom: 25vh;
    right: 26px;
}
.footer-container{
    width: 100%;
    padding-bottom: 0
}

.footer-social-links ul li{
    width: unset;  
}
.footer-social-links ul li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.footer-content ul li{
    margin-right: 5px;
}
.footer-top-wraper{
        padding-bottom: 0;
        padding-top: 50px;
}
.nav-menu>li>a{
    font-size: .8em !important
}
 .copy-right{ width: 22%; text-align: left; line-height: 50px;}
 .designed {
    width: 78%;
    text-align: right;
    line-height: 50px;
}
.designed p{
      line-height: 50px;
}
.footer-wraper{
    display: flex;
}
.back-to-top{
    display: none;
}

.welcome-detail {
  margin-right: 8%
}
.welcome-title
 {
    font-size: 1.333em;
        line-height: 20px;
 }
 .welcome-title-middle{
    font-size: 2.6em
 }
.box-title
{
    font-size: 1.33em;
}
.box-title-sub{
    font-size: 1.33em;
}
    .featured-text
    {
        font-size: 1.33em;line-height: 40px
    }
    .init-text
    {
        font-size: 3em;line-height: 40px
    }
    .inner-banner-caption.slide-title .featured-text {
    font-size: 1.3em;
    line-height: 30px;
    }
    .inner-banner-caption.slide-title .init-text {
       font-size: 2.5em;line-height: 40px
    }
}

@media (max-width:420px) { 
    .page-hero .hero-text-area{ top: inherit; bottom: 5em;}
    a.book{ display: none;}
    .featured-text{ display: none;}
    section.adv-div{ padding: 0px;}
    .in-section-title-3.headline.pera-content{ padding-top: 50px;}
    #button{ display: none;}
    .footer-content.qlinks{ display: none;}
    .steps{ padding: 5px;}
    .pre-div{ width: 100%; margin-right:0%; margin-bottom: 1.5em; min-height: inherit;}
    .app-title p{ width: 100% !important;}
    .how-content{ padding: 10px;}
    .in-contact-page-content{ padding: 10px 10px;}
    .calc-content { padding: 10px 10px;}
    .in-why-choose-feature-item{ padding-left: 0px;}
    .in-why-choose-feature-item .inner-icon::before{ display: none;}
    .in-why-choose-feature-item .inner-icon{ padding-right: 20px;}
    .whyneed-item{ padding: 10px 10px; min-height: inherit;}
    .whyneed-item .inner-text h3{ padding-bottom: 20px;}
    .whyneed-item .inner-text h3::before{ top: 30px;}
    .sexy-menu.detached .nav-menu > li > a{padding: 12px 15px 12px 26px;}
    .product-container{ padding: 20px 0px;}
    .col-md-6{ padding: 0px !important;}
    .row{ margin: 0px !important;}
    .contact-form{ width: 100%;}
    .row{ width: 100%;}
    .col-sm-12{ padding: 0px !important;}
    .col-md-5{ padding: 0px !important;}
    .contact-box{ padding: 5px;}
    .contact-details-section{ padding-top: 20px;}
    .whyneed:nth-child(2n+2) .row{ display: inherit;}
    .in-service-item-3{ min-height: inherit; padding: 20px 20px; margin-bottom: 10px;}
    .in-service-item-3 .inner-text h3{ padding-bottom: 25px;}
    .in-service-item-3 .inner-text h3::before{ top: 35px;}
    .facility-div{ padding: 20px 0px;}
    #fac-slider, #fac-slider2{ margin-top: 20px;}
    .mt-2{ margin-top: 1em !important;}
    section.client-div{ padding: 20px 0px;}
    .submit-btn{ padding:15px 30px;}
    .app-title{ margin-bottom: 20px;}
    .welcome-container{ padding: 20px 0px;}
    #popUp{ width:90%;}
    
}
 @media (min-width:421px) and (max-width:460px){
    .page-hero .hero-text-area{ top: inherit; bottom: 5em;}
    a.book{ display: none;}
    .featured-text{ display: none;}
    section.adv-div{ padding: 0px;}
    .in-section-title-3.headline.pera-content{ padding-top: 50px;}
    #button{ display: none;}
    .footer-content.qlinks{ display: none;}
    .steps{ padding: 5px;}
    .pre-div{ width: 100%; margin-right:0%; margin-bottom: 1.5em; min-height: inherit;}
    .app-title p{ width: 100% !important;}
    .how-content{ padding: 10px;}
    .in-contact-page-content{ padding: 10px 10px;}
    .calc-content { padding: 10px 10px;}
    .in-why-choose-feature-item{ padding-left: 0px;}
    .in-why-choose-feature-item .inner-icon::before{ display: none;}
    .in-why-choose-feature-item .inner-icon{ padding-right: 20px;}
    .whyneed-item{ padding: 10px 10px; min-height: inherit;}
    .whyneed-item .inner-text h3{ padding-bottom: 20px;}
    .whyneed-item .inner-text h3::before{ top: 30px;}
    .sexy-menu.detached .nav-menu > li > a{padding: 12px 15px 12px 26px;}
    .product-container{ padding: 20px 0px;}
    .col-md-6{ padding: 0px !important;}
    .row{ margin: 0px !important;}
    .contact-form{ width: 100%;}
    .row{ width: 100%;}
    .col-sm-12{ padding: 0px !important;}
    .col-md-5{ padding: 0px !important;}
    .contact-box{ padding: 5px;}
    .contact-details-section{ padding-top: 20px;}
    .whyneed:nth-child(2n+2) .row{ display: inherit;}
    .in-service-item-3{ min-height: inherit; padding: 20px 20px; margin-bottom: 10px;}
    .in-service-item-3 .inner-text h3{ padding-bottom: 25px;}
    .in-service-item-3 .inner-text h3::before{ top: 35px;}
    .facility-div{ padding: 20px 0px;}
    #fac-slider, #fac-slider2{ margin-top: 20px;}
    .mt-2{ margin-top: 1em !important;}
    section.client-div{ padding: 20px 0px;}
    .submit-btn{ padding:15px 30px;}
    .app-title{ margin-bottom: 20px;}
    .welcome-container{ padding: 20px 0px;}
    .footer-content ul li {width: 47%; margin-right: 5px; float: left;}
    .footer-social-links ul li{ width:42px; margin-right: 5px !important;}

}
 @media (min-width:461px) and (max-width:560px){
    .page-hero .hero-text-area{ top: inherit; bottom: 5em;}
    a.book{ display: none;}
    .featured-text{ display: none;}
    section.adv-div{ padding: 0px;}
    .in-section-title-3.headline.pera-content{ padding-top: 50px;}
    #button{ display: none;}
    .footer-content.qlinks{ display: none;}
    .steps{ padding: 5px;}
    .pre-div{ width: 100%; margin-right:0%; margin-bottom: 1.5em; min-height: inherit;}
    .app-title p{ width: 100% !important;}
    .how-content{ padding: 10px;}
    .in-contact-page-content{ padding: 10px 10px;}
    .calc-content { padding: 10px 10px;}
    .in-why-choose-feature-item{ padding-left: 0px;}
    .in-why-choose-feature-item .inner-icon::before{ display: none;}
    .in-why-choose-feature-item .inner-icon{ padding-right: 20px;}
    .whyneed-item{ padding: 10px 10px; min-height: inherit;}
    .whyneed-item .inner-text h3{ padding-bottom: 20px;}
    .whyneed-item .inner-text h3::before{ top: 30px;}
    .sexy-menu.detached .nav-menu > li > a{padding: 12px 15px 12px 26px;}
    .product-container{ padding: 20px 0px;}
    .col-md-6{ padding: 0px !important;}
    .row{ margin: 0px !important;}
    .contact-form{ width: 100%;}
    .row{ width: 100%;}
    .col-sm-12{ padding: 0px !important;}
    .col-md-5{ padding: 0px !important;}
    .contact-box{ padding: 5px;}
    .contact-details-section{ padding-top: 20px;}
    .whyneed:nth-child(2n+2) .row{ display: inherit;}
    .in-service-item-3{ min-height: inherit; padding: 20px 20px; margin-bottom: 10px;}
    .in-service-item-3 .inner-text h3{ padding-bottom: 25px;}
    .in-service-item-3 .inner-text h3::before{ top: 35px;}
    .facility-div{ padding: 20px 0px;}
    #fac-slider, #fac-slider2{ margin-top: 20px;}
    .mt-2{ margin-top: 1em !important;}
    section.client-div{ padding: 20px 0px;}
    .submit-btn{ padding:15px 30px;}
    .app-title{ margin-bottom: 20px;}
    .welcome-container{ padding: 20px 0px;}
    .footer-content ul li {width: 47%; margin-right: 5px; float: left;}
    .footer-social-links ul li{ width:42px; margin-right: 5px !important;}
   
    
}
 @media (min-width:561px) and (max-width:680px){
    .page-hero .hero-text-area{ top: inherit; bottom: 5em;}
    a.book{ display: none;}
    .featured-text{ display: none;}
    section.adv-div{ padding: 0px;}
    .in-section-title-3.headline.pera-content{ padding-top: 50px;}
    #button{ display: none;}
    .footer-content.qlinks{ display: none;}
    .steps{ padding: 5px;}
    .pre-div{ width: 100%; margin-right:0%; margin-bottom: 1.5em; min-height: inherit;}
    .app-title p{ width: 100% !important;}
    .how-content{ padding: 10px;}
    .in-contact-page-content{ padding: 10px 10px;}
    .calc-content { padding: 10px 10px;}
    .in-why-choose-feature-item{ padding-left: 0px;}
    .in-why-choose-feature-item .inner-icon::before{ display: none;}
    .in-why-choose-feature-item .inner-icon{ padding-right: 20px;}
    .whyneed-item{ padding: 10px 10px; min-height: inherit;}
    .whyneed-item .inner-text h3{ padding-bottom: 20px;}
    .whyneed-item .inner-text h3::before{ top: 30px;}
    .sexy-menu.detached .nav-menu > li > a{padding: 12px 15px 12px 26px;}
    .product-container{ padding: 20px 0px;}
    .col-md-6{ padding: 0px !important;}
    .row{ margin: 0px !important;}
    .contact-form{ width: 100%;}
    .row{ width: 100%;}
    .col-sm-12{ padding: 0px !important;}
    .col-md-5{ padding: 0px !important;}
    .contact-box{ padding: 5px;}
    .contact-details-section{ padding-top: 20px;}
    .whyneed:nth-child(2n+2) .row{ display: inherit;}
    .in-service-item-3{ min-height: inherit; padding: 20px 20px; margin-bottom: 10px;}
    .in-service-item-3 .inner-text h3{ padding-bottom: 25px;}
    .in-service-item-3 .inner-text h3::before{ top: 35px;}
    .facility-div{ padding: 20px 0px;}
    #fac-slider, #fac-slider2{ margin-top: 20px;}
    .mt-2{ margin-top: 1em !important;}
    section.client-div{ padding: 20px 0px;}
    .submit-btn{ padding:15px 30px;}
    .app-title{ margin-bottom: 20px;}
    .welcome-container{ padding: 20px 0px;}
    .footer-content ul li {width: 47%; margin-right: 5px; float: left;}
    .footer-social-links ul li{ width:42px; margin-right: 5px !important;}
    .nav-brand img {width: 40%;}
    .footer-content{ width: 55%; margin-right: 0px;}
    .footer-content:nth-child(1){ width: 45%;}
    .col-md-4{ width: 48% !important; float: left;}

}
 @media (min-width:681px) and (max-width: 768px){ 
    .page-hero .hero-text-area{ top: inherit; bottom: 5em;}
    a.book{ display: none;}
    .featured-text{ display: none;}
    section.adv-div{ padding: 0px;}
    .in-section-title-3.headline.pera-content{ padding-top: 50px;}
    #button{ display: none;}
    .footer-content.qlinks{ display: none;}
    .steps{ padding: 5px;}
    .pre-div{ width: 100%; margin-right:0%; margin-bottom: 1.5em; min-height: inherit;}
    .app-title p{ width: 100% !important;}
    .how-content{ padding: 10px;}
    .in-contact-page-content{ padding: 10px 10px;}
    .calc-content { padding: 10px 10px;}
    .in-why-choose-feature-item{ padding-left: 0px;}
    .in-why-choose-feature-item .inner-icon::before{ display: none;}
    .in-why-choose-feature-item .inner-icon{ padding-right: 20px;}
    .whyneed-item{ padding: 10px 10px; min-height: inherit;}
    .whyneed-item .inner-text h3{ padding-bottom: 20px;}
    .whyneed-item .inner-text h3::before{ top: 30px;}
    .sexy-menu.detached .nav-menu > li > a{padding: 12px 15px 12px 26px;}
    .product-container{ padding: 20px 0px;}
    .col-md-6{ padding: 0px !important;}
    .row{ margin: 0px !important;}
    .contact-form{ width: 100%;}
    .row{ width: 100%;}
    .col-sm-12{ padding: 0px !important;}
    .col-md-5{ padding: 0px !important;}
    .contact-box{ padding: 5px;}
    .contact-details-section{ padding-top: 20px;}
    .whyneed:nth-child(2n+2) .row{ display: inherit;}
    .in-service-item-3{ min-height: inherit; padding: 20px 20px; margin-bottom: 10px;}
    .in-service-item-3 .inner-text h3{ padding-bottom: 25px;}
    .in-service-item-3 .inner-text h3::before{ top: 35px;}
    .facility-div{ padding: 20px 0px;}
    #fac-slider, #fac-slider2{ margin-top: 20px;}
    .mt-2{ margin-top: 1em !important;}
    section.client-div{ padding: 20px 0px;}
    .submit-btn{ padding:15px 30px;}
    .app-title{ margin-bottom: 20px;}
    .welcome-container{ padding: 20px 0px;}
    .footer-content ul li {width: 47%; margin-right: 5px; float: left;}
    .footer-social-links ul li{ width:42px; margin-right: 5px !important;}
    .nav-brand img {width: 40%;}
    .footer-content{ width: 55%; margin-right: 0px;}
    .footer-content:nth-child(1){ width: 60%;}
    .col-md-4{ width: 48% !important; float: left;}
    
}
 @media (min-width:769px) and (max-width:991px){
    .page-hero .hero-text-area{ top: inherit; bottom: 5em;}
    a.book{ display: none;}
    .featured-text{ display: none;}
    section.adv-div{ padding: 0px;}
    .in-section-title-3.headline.pera-content{ padding-top: 50px;}
    #button{ display: none;}
    .footer-content.qlinks{ display: none;}
    .steps{ padding: 5px;}
    .pre-div{ width: 100%; margin-right:0%; margin-bottom: 1.5em; min-height: inherit;}
    .app-title p{ width: 100% !important;}
    .how-content{ padding: 10px;}
    .in-contact-page-content{ padding: 10px 10px;}
    .calc-content { padding: 10px 10px;}
    .in-why-choose-feature-item{ padding-left: 0px;}
    .in-why-choose-feature-item .inner-icon::before{ display: none;}
    .in-why-choose-feature-item .inner-icon{ padding-right: 20px;}
    .whyneed-item{ padding: 10px 10px; min-height: inherit;}
    .whyneed-item .inner-text h3{ padding-bottom: 20px;}
    .whyneed-item .inner-text h3::before{ top: 30px;}
    .sexy-menu.detached .nav-menu > li > a{padding: 12px 15px 12px 26px;}
    .product-container{ padding: 20px 0px;}
    .col-md-6{ padding: 0px !important;}
    .row{ margin: 0px !important;}
    .contact-form{ width: 100%;}
    .row{ width: 100%;}
    .col-sm-12{ padding: 0px !important;}
    .col-md-5{ padding: 0px !important;}
    .contact-box{ padding: 5px;}
    .contact-details-section{ padding-top: 20px;}
    .whyneed:nth-child(2n+2) .row{ display: inherit;}
    .in-service-item-3{ min-height: inherit; padding: 20px 20px; margin-bottom: 10px;}
    .in-service-item-3 .inner-text h3{ padding-bottom: 25px;}
    .in-service-item-3 .inner-text h3::before{ top: 35px;}
    .facility-div{ padding: 20px 0px;}
    #fac-slider, #fac-slider2{ margin-top: 20px;}
    .mt-2{ margin-top: 1em !important;}
    section.client-div{ padding: 20px 0px;}
    .submit-btn{ padding:15px 30px;}
    .app-title{ margin-bottom: 20px;}
    .welcome-container{ padding: 20px 0px;}
    .footer-content ul li {width: 47%; margin-right: 5px; float: left;}
    .footer-social-links ul li{ width:42px; margin-right: 5px !important;}
    .nav-brand img {width: 40%;}
    .footer-content{ width: 55%; margin-right: 0px;}
    .footer-content:nth-child(1){ width: 45%;}
    .col-md-4{ width: 48% !important; float: left;}  
    
}
 @media (min-width:992px) and (max-width:1199px){
}
@media (max-width:992px) {
    .item img{ width: 100%;}
    .accordion-item .accordion-button{
        display: flex !important;
        flex-flow: wrap;
        padding-left: 50px;
    }
    span.qs-mark{
        position: absolute;
        left: 5px;
        top: 5px;
    }
    .accordion-button::after{position: absolute;
        right: 5px;
        top: 15px}
        .desk-view{ display: none !important;}
        .mob-view{ display: block !important;}
        .d-container{ padding: 0px 2%;}
        .bredcum-wraper{ padding-top: 10px;}

        
            .row.pro .col-md-6{ width: 100%;}
            .welcome-container .col-md-6{ display: block;}
            a .testi{ display: block !important;}
}

