@charset "utf-8";
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
        font-family: 'SegoeUI';
    font-weight: normal;
     box-sizing:border-box;
}
 body {
     text-decoration: none;
     background:#fff;
       font-family: 'SegoeUI';
    font-weight: normal;
     font-size:16px;
     color:#000;
}
html {
  scroll-behavior: smooth;
}
a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.p0{
    padding:0!important
}
.p3{
    padding:3px!important
}
.p4{
    padding:4px;
}
.m0{
    margin:0!important
}
.fl{
    float:left
}
.fr{
    float:right
}
b{
    padding:10px 0
}
li{
    list-style:none;
    text-decoration:none
}
p{
    font-style: normal;
    font-display: swap;
    height: auto;
    font-size: 1em;
    color:#2c2c2c;
    line-height: 1.8;  
    font-family: 'SegoeUI';
    font-weight: normal;
}
li{
    font-size:16px;
     font-weight: normal;
}

 .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: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUIThis.eot');
    src: url('../fonts/SegoeUIThis.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUIThis.woff2') format('woff2'),
        url('../fonts/SegoeUIThis.woff') format('woff'),
        url('../fonts/SegoeUIThis.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.wh-img{ margin-right: 10px; }

.wh-top {
    display: flex;
    align-items: center;
    position: relative;
}
.wh-top a {
    color: #1f1f1f; background: #fffefe; border-radius: 10px;
    transition: all .4s ease-in-out; letter-spacing: 1px;
   font-size: 0.9em; line-height: 20px;
    font-family: 'PalatinoLinotype';
    font-weight: bold; padding: 3px 13px;
    position: relative;display: flex;
    align-items: center;
}
.header-contact {
    display: flex;
    align-items: center;    justify-content: space-between;

}
header.is-fixed {
    background: rgba(255, 255, 255, 0.9);
    transform: translate3d(0, -100%, 0);
}
header.can-animate {
    transition: transform 0.3s ease, visibility 0s 0.3s linear;
}
 .top-wraper{
     width:100%;
     height: auto;    position: fixed;
    z-index: 9;
}
 .top-container{
     width:100%;
     padding-left: 4%;
     padding-right: 4%;
}
.nav-menu {
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.nav-menu2{border:0 !important;}
.nav-menu2>li>a {
    margin: 20px 30px;
}
.center{
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
}
.nav-brand img {
    width: 100%; margin-top: 20px;
}
.resp-show{
  display: none !important;
}
.nav-menu>li>a:hover{
 color: #35ae49
}

.sexy-menu.detached .nav-menu > li > a {
    margin: 30px 18px ; color: #393939;
}
.sexy-menu.detached  .nav-menu{ border-top:0; }
.sexy-menu.detached .header-phone{
margin: 28px 18px !important;
}

#button {
  display: inline-block;
  background-color: #333;
  line-height: 50px;
  width: 50px;color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
#button i{color: #fff}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/*popup*/

#popUp {
    position: fixed;
    width: 400px;
    height: auto;
    background: #124dc6;
    bottom: 8%;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index:9999;
    padding:2% 2% 2%;
    right:0; opacity: 0
  }

  #popUp .close {
    position: absolute;
    top: -40px;opacity: 1;
    left: -4%;
    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: 56%;
    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: 100%;
    right:0;
  }
.side-btn {
       position: absolute;
    background: #22b130;
    color: #fffefe;
    font-family: 'PalatinoLinotype';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 20px;
    letter-spacing: 2px;
    display: inline-block;
    padding: 20px 15px;
    transition: all 1.25s ease;
    right: 0px;  border-top-left-radius: 10px;border-bottom-left-radius: 10px;
    word-wrap: break-word;
    text-align: center;
}
.side-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
     font-family: 'PalatinoLinotype';
    font-weight: bold;
}
.mob-icon {
    display: none;
}
  #plus::after {
    display: block;
    display: relative;
  }
  .mob-txt{ display: block; text-transform: capitalize; font-style:normal;font-family: 'Montserrat';
  font-weight: 500;}

.side-form .form-group{margin-bottom: 12px;}

.side-form input[type="text"],
.side-form textarea
{
    background: #fff;
    color: #3f3f3f;
    width: 100%;
    padding: 15px 20px; font-family: 'SegoeUI';
    font-weight: normal;
}

.side-form-title {
    font-size: 1.333em;
        color: #fff;
    text-transform: uppercase;
    line-height: 30px;
     font-family: 'SegoeUI';
    font-weight: normal;
    text-align: center;margin-bottom: 20px;
}
.home-img-landsc {
    display: none !important;
}
.carousel-indicators .active,.carousel-indicators li{
    width: 12px!important;
    height: 12px!important; border:0 !important;
}
.carousel-indicators .active{  background: #d39c4a !important  }

.carousel-indicators li{
  background: #6a4020 !important; margin: 0 3px !important;
      border-radius: 0;
    transform: rotate(45deg);
}
.carousel-indicators{
  bottom: 50px!important;
}
/**/

 .clear {
     clear: both 
}
 audio, ::selection{
     background: #3ec03b!important;
     color: #fff !important;   
}
span::selection {   -webkit-background-clip: unset!important;
    -webkit-text-fill-color: #fff !important; background: #3ec03b !important; }
::-moz-selection {
   color: #fff !important;
}

 .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;
}
.sexy-menu.detached .navigation{
  top: 0
}

 .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;}

.header-social-links {
    float: left;
}
 .tophead{
     width:100%;
     position:relative;
         padding: 0em;
    background: #6a446e;
        display: flex;
    justify-content: space-between;
}

.img-design{
position: absolute;bottom: 0;
    right: 0;
}

/**/
.icon-container {
    padding: 100px 0;
}
.form-group {
    margin-bottom: 18px;
}
.enq-lft2{height: 100%}
.enq-lft {
    padding-left: 60px;
}
.enq-container{position: relative;    padding: 60px 0;  
    margin-top: -250px;
    z-index: 9; }
   
.en-head2{
      font-size: 2.13em;  
    line-height: 40px; color: #124dc6;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 5px;
    font-family: 'PalatinoLinotype';
    font-style: normal;
}
.enq-txt {
    margin-bottom: 30px;
}
.enq-txt span{
color: #211e1e; font-style: italic; 
       font-family: 'PalatinoLinotype'; line-height: 30px;
    font-weight: normal; font-size: 1.97em;
}
 
 .contact-container2{position: relative; padding: 70px 0;}

/*
*/



/**/
a.view-det {
        background: #146472;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 0.875em;
    display: inline-block;
    padding: 10px 15px; letter-spacing: 2px;
}
.btn-flex {
    display: flex;
}
a.view-det:hover{
    background: #299d77 ;
    color: #fff;
}
.p1{
  padding: 1px !important
}

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


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

/**/

.owl-theme .owl-nav [class*=owl-] {
    padding: 0 !important;
    transform: translate(0%, -50%);
 font-size: 0px !important; 
    position: absolute;
    box-shadow: unset !important;
        background-color: #343434 !important;
    border-radius: 100%;
    top: -60px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.owl-nav .owl-prev:before {
    right: 0;
    left: 0;
    top: 0;
    bottom: unset;
    content: '';
    position: absolute;
    background-image: url(../images/arrow-lft.png);
    background-size: cover;
       height: 24px;
    width: 29px;
        transform: translate(-50%, -50%);
    top: 50%; filter: invert(1);
    left: 50%;
}
.owl-nav .owl-next:before {
    right: 0;
    left: 0;
    top: 0;
    bottom: unset;
    content: '';filter: invert(1);
    position: absolute;
    background-image: url(../images/arrow-rgt.png);
    background-size: cover;
    height: 24px;
    width: 29px;
        transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.new-slider .owl-nav .owl-next {
 left: 72%; 
}
.new-slider .owl-nav .owl-prev {
    left: 67%; 
}

/**/


/*section.contact-container*/
.mt-0{margin-top: 0px !important}


/**/
.eng-spans {
    display: flex; margin-top: 1em;
    align-items: center;
}
.view-btn1:after,.view-btn3:after{filter: brightness(0);}
.view-btn2{ text-align: center;    margin: 2em auto 0; }
.view-btn2:before{
  background: #ffe246;
  width: 100%;
    height: 10px;
    position: absolute;
    bottom: -8px; opacity: 28%;
    transform: translate(-50%, -50%); left: 50%;
    content: ""; z-index: -1;
}

.view-btn1:before,.view-btn3:before{
  background: #ffe246;
  width: 100%;
    height: 10px;
    position: absolute;
    bottom: -7px; 
    transform: translate(-50%, -50%); left: 50%;
    content: ""; z-index: -1;
}
.view-btn3:before{
background:  #99ddc8;
}
.view-btn3 {
    width: 100px !important;    padding-left: 10px;
}
.view-btn1{ font-size: 0.753em; }
.eng-span{
  font-family: 'InterTight'; font-weight: normal;margin-right: 5%;
  font-size: 0.875em; line-height: 20px; color: #000;
}
.gallery-container{position: relative; padding: 70px 0;}

.pro-container{
  background: #000; position: relative; padding: 50px 0;
}
.prj-head{
  position: relative;
    font-size: 2.13em; text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 5px;
    font-family: 'PalatinoLinotype';
    font-style: normal;
    font-display: swap;
        background: linear-gradient(to right, #96e499 33%, #7dd1e1 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.dig-title{
    font-size: 1.88em; margin-top: 30px; margin-bottom: 15px;
    line-height: 36px; color: #e6e6e6;
    text-transform: capitalize;
    font-weight: normal;
     letter-spacing: 1px;
    font-family: 'PalatinoLinotype';
    font-style: normal;
}
.dig-ul li{
  position: relative; font-size: 1em;  padding-left: 40px;
  color: #ffffff;  
      line-height: 27px;
    letter-spacing: .5px;
    margin-bottom: 15px;
} 
.dig-ul{margin-top: 20px;}
.dig-ul li:before{
  position: absolute;
  content: "";
  background: #96e49a; border-radius: 100%;
  height: 14px; width: 14px; left: 0; top: 9px
}
.prod-itm p{ color: #fff;     letter-spacing: .5px; }

.dig-ul2 li{
  position: relative; font-size: 1em;  
  font-family: 'SegoeUI'; font-weight: normal;
  color: #ffffff;   display: flex; align-items: center;
      line-height: 27px;
    letter-spacing: .5px;
    margin-bottom: 10px;
} 
.dig-ul2 li img{padding-right: 10px;}
.prod-itm {
    padding: 0 30px; position: relative;    z-index: 9;
}

.shape1 {
    position: absolute;
    top: -120px;
    z-index: -1;
    left: -215px;
}

.shape2 {
   position: absolute;
    top: -170px;
    z-index: -1;
    left: -230px;
}

.shape3 {
    position: absolute;
    top: -80px;
    z-index: -1;
    left: -125px;
}


.prod-row
{
      margin-right: -30px;
    margin-left: -30px;
}
.prod-row .col-md-4:nth-child(2) .prod-content {
    padding-left: 40px;
}
.prod-row .col-md-4:nth-child(3) .prod-content {
    padding-left: 70px;
}

/**/
 .menu-container{
     width: auto;
     height: auto;
     float:right;
     margin-top:1em 
}
 .logo{
     width:auto;
     height:auto;
     float:left;
}

  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;
  }

.submit-btn1{
    border: none;
     cursor: pointer;
       color: #fff;
    cursor: pointer;
    background:  #22b130;
    padding: 10px 20px;
    font-family: 'SegoeUI';
    font-weight: normal; border-radius: 10px;
    font-size: 1em;
    text-transform: uppercase;
}
.submit-btn1:hover{
    background:#000 ; color: #fff;
}

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


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

/* Dropdown styles */

 
.footer-bottom-container {
    position: relative;  background: #fff; border-top: 1px solid rgb(0 0 0 / 11%); 
}

 .footer-wraper {
     width:100%;  background: #f6f6f6; border-top: 1px solid rgb(0 0 0 / 11%); 
     height:auto; position: relative;    z-index: 9;
}
.footer-bottom-wraper{
  width: 100%;
    height: 50px;
    background-color: #fff
}
.space{ justify-content: space-between; }

 .copy-right {
     width:auto;
     height:auto;
     float:left; letter-spacing: 1px;
      font-family:'SegoeUI';
     font-size:1em; color: #000000;
     font-weight:normal; 
     line-height: 60px 
}
 .copy-right span {
      font-family:'SegoeUI';
     font-weight: normal;  letter-spacing: 1px;
}
 .designed {
     width: auto;
     height: auto;
     float: right 
}
 .designed-ido {
     float: right;
     height: auto;
     padding-left: 8px;
     padding-top:15px;
     width: auto; 
}
 .designed p {
     width: auto;
     height: auto; 
     float: right;
      font-family:'SegoeUI';
     font-size:1em;
     font-weight: normal;
     line-height: 60px;
     margin: 0; color: #000000;
}
 .designed p a {
     text-decoration: none; 
      font-family:'SegoeUI';
     font-size:1em; color: #000000;
     font-weight:normal; 
}
 .designed p a:hover {
     text-decoration: none;
}
 .whats-app{
    position:fixed;
        bottom: 20vh;
    right:25px;
    width: 60px;
    z-index:99
}
.whats-app img{
    animation-name:floating;
    animation-duration:3s;    width: 100%;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
    opacity:1;
}
.whats-app:hover img{
    opacity:1
}
@keyframes floating{
    from{
        transform:translate(0,0)
    }
    65%{
        transform:translate(0,15px)
    }
    to{
        transform:translate(0,0)
    }
}
 .mob-hide{display: block;}
  .mob-show{display: none;}
.address p  a{ 
color: #212121; }

.footer-address-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; padding: 40px 0;

}
.footer-address {
    width: auto;
    margin-right: auto;
    height: auto;
    float: left;
}
.mb-10{ margin-bottom: 10px; }
.footer-address:nth-child(5){     padding-right: 0; margin-right: 0 }
.icon-f {
    display: flex;
    align-items: center;
}
.icon-bg {
  background: #ffffff; border-radius: 100%;
  height: 40px; width: 40px; line-height: 40px; text-align: center;
    margin-right: 20px;box-shadow: 0px 2px 10px rgb(0 0 0 / 17%);
    display: flex; align-items: center; justify-content: center;
}
.btm-link p  {
    margin-bottom: 0;
    color: #191919; font-size: 1em;
    line-height: 27px;
    font-family: 'SegoeUI';
    font-weight: normal;
}

.footer-social-links li a{
    margin-left: 20px;
    display: block;
    text-align: center;
}

.footer-social-links li a:hover{
 color: #000  !important;
}
.footer-social-links ul li {
   float: left;
    margin: 0;  
}
.footer-menu-brdr {
    padding-bottom: 2em;    display: flex; padding-top: 2em;
    align-items: baseline;   border-top: 1px solid rgb(255 255 255 / 18%);
    justify-content: space-between;    border-bottom: 1px solid rgb(255 255 255 / 18%);
}
.footer-menu-item{
  width: auto; float: left;
}
.footer-social-links ul li:last-child{margin-left: 0; padding-right: 0}
.footer-social-links ul li:first-child a{margin-left: 0}
.footer-social-links ul li:last-child a{margin-right: 0; padding-right: 0}
.footer-social-links ul li a{
    color: #124dc6;
   font-size: 1.333em
}
.footer-content-title {
    color: #124dc6; margin-bottom: 15px;
    font-size: 1.24em;    line-height: 25px;  
        font-weight: normal;
    font-family: 'PalatinoLinotype';
    font-style: normal; padding-left: 60px;
}

/**/

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

.p5{
    padding: 5px;
}

.d-flex {
    display: flex!important;
}
.mb-0{margin-bottom: 0 !important}



.welcome-detail {
   position: relative;
  padding-right: 20px;  
}
.eq-ht{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/**/

/*banner*/
.hero-text-area {
    position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    white-space: normal;
    transform: translateX(-50%);
        bottom: 5%; left: 50%; text-align: center;
}

.bnr-top-title{
      font-size: 3.62em;  position: relative;
    font-style: normal;  letter-spacing: 1px;
  font-family: 'PalatinoLinotype'; font-weight: normal; font-style: normal;
    line-height: 50px;    color: #ffffff;   
}
.fet-span{
     font-size: 2.18em;  position: relative;
    font-style: normal; letter-spacing: 1px;
  font-family: 'PalatinoLinotype'; font-weight: normal; font-style: italic;
    line-height: 50px;    color: #ffffff;       
}

.fet-hd{
      font-size: 3.62em;  position: relative;
    font-style: normal; 
  font-family: 'PalatinoLinotype'; font-weight: normal; font-style: normal;
    line-height: 60px;    color: #3ec03b;   padding-left: 15px;
}
.featured-text {
    display: flex;    justify-content: center;
    align-items: center;
}

.hero-text-area.inner-hero {
    left: 50%; transform: translate(-50%,-50%);
}



/**/

/**/
.welcome-detail-title2 {
    margin-bottom: 10px;
}
.abt-container {
  padding: 80px 0;
    position: relative;
    z-index: 9;
}
.abt-con1 .col-md-3 {
        width: 20%;
}
.abt-con1 .col-md-4 {
        width: 40%;padding-right: 40px;
}
.abt-con1 .col-md-5 {
        width: 40%;
}

.vision-items {
    padding-left: 60px;
}

.welcome-detail2 {
    text-align: center;
    background: #f7f7f7;
    padding: 40px  30px 20px;
    border-radius: 15px;
}
.icon-home{
  background: #fff;
    padding: 30px;   box-shadow: 0 0 10px rgb(0 0 0 / 3%);
    border-radius: 15px; height: 100%;
}
.home-icons {
    margin-top: 2em;
}
.icon-home span {
    font-size: 0.937em; display: block; text-align: center;
    letter-spacing: .5px;    border-radius: 15px; line-height: 20px;
}
.prod-p{padding-left: 30px}
.abt-imgs, .abt-imgs img {
    height: 100%; 
    object-fit: cover;
}

.welcome-detail3 {
    padding-right: 60px;
}
.welcome-title {
   position: relative;
    font-size: 2.18em;  
    line-height: 55px; color: #124dc6;
     font-weight: normal;
    font-family: 'PalatinoLinotype';
    font-style: normal;
    font-display: swap;  text-transform: uppercase;
}
.welcome-title span{  color: #3ec03b; font-weight: normal;font-family: 'PalatinoLinotype'; font-style: italic;  }
.vision-img {
    display: flex;
    align-items: center; margin-bottom: 10px;
}
.vision-span{
    font-size: 1.03em;  position: relative;
    font-style: normal;  letter-spacing: 1px;
  font-family: 'PalatinoLinotype'; font-weight: normal; font-style: italic;
    line-height: 30px;    color: #3ec03b;   
}
.vision-hd{
    font-size: 1.93em;  position: relative;
    font-style: normal;  letter-spacing: 1px;
  font-family: 'PalatinoLinotype'; font-weight: normal; font-style: normal;
    line-height: 35px;    color: #124dc6;  
}
.vision-title {
    padding-left: 10px;
}
.vision-item {
    margin-bottom: 2em;
}

.luxury-container{position: relative;    z-index: 9;}
.ser-container{position: relative; 
  padding: 40px 0px;overflow: hidden;
  z-index: 9;
}
 
.ser-img img{border-radius: 8px;}

.ser-title{
       font-size: 1.125em; margin-bottom: 6px;
    line-height: 27px; margin-top: 10px;
    font-weight: bold; color: #2c2c2c;
      letter-spacing: .5px;
    font-family: 'PalatinoLinotype';
}
.ser-item p {
    padding-right: 50px; line-height: 1.6
}
.m-title{
    font-size: 2.13em; margin-bottom: 40px;
    line-height: 35px;   text-transform: uppercase;
    font-weight: normal; color: #2c2c2c;
      letter-spacing: .5px;
    font-family: 'PalatinoLinotype';
}
.ser-imgl {
    margin-left: -85px;
}
 .ser-item{
  position: relative;  transition: .4s; 
 }

/**/
.new-slider-wrp{
  position: relative;margin-right: -100px;
}

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

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

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

/**/

.inner-box p{font-weight: 500; margin-bottom: 0}
.input-box {
    color: #3f3f3f;
    width: 100%; 
    height: 60px;  font-size: 1em;
    font-family: 'SegoeUI'; font-weight: normal;
    font-style: normal; border-radius: 8px;
    padding: 0 22px;  
}
.contact-form .col-md-6:nth-child(2n){padding-left:0;}
.contact-form textarea{
   height: unset;  padding: 20px 25px 0;
}
.submit-btn {
      border: none;
    color: #fff;
    cursor: pointer;
    background: #124dc6;
    padding: 10px 30px;
        font-family: 'SegoeUI';
    font-weight: normal;
    font-size: 1em;   letter-spacing: 1px;
     border-radius: 10px; margin-top: 20px;
}
.submit-btn:hover,.view-loc:hover{
  background :  #2045a2; color: #fff
}
.enq-box2 {
    padding-left: 35px;
}

.enq-box2 .input-box {
  border: 1px solid rgb(20 20 20 / 23%)
}

/**/


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

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

.d-flex{
    display: flex;
}


ul.slick-dots {
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    justify-content: center;
}
.mar0{
    margin: 0
}
/*end*/
.facility-wraper {
    padding: 60px 0;
}


/************************************************** START CONTACT **************************************************/
.hide-menu{ display: none;}
 @media (min-width: 1023px) and (max-width: 1279px) {
 body,li {
     font-size:12px !important;
  }
 .d-container{
     width:100%;
     padding-left: 4%;
     padding-right: 4% 
} 
 
  .nav-brand img {width: 70%; }

  .shape1 {
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape2{ 
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape3{
    width: 300px;
    top: 0px;
    left: -36px;
  }
  .dig-title{
        font-size: 1.5em;
    margin-top: 20px;
    margin-bottom:  5px;
    line-height: 24px;
  }
  .dig-ul li:before{
        height: 10px;
    width: 10px;
  }
  .dig-ul li{ line-height: 20px; padding-left: 20px; }
  .dig-ul2 li img {
    width: 35px;
  }
  .dig-ul2 li{ margin-bottom: 4px; }
  .whats-app{width: 45px;}
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;}
  .side-btn{
    line-height: 15px; padding: 17px 10px
  }
  .input-box{     height: 45px; }
  .form-group {
    margin-bottom: 10px;
  }
  .footer-logo img {
    width: 120px;
  }
  .icon-bg{
        height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .icon-bg{     margin-right: 10px; }
  .btm-link p{     line-height: 20px; }
  .ser-left{ width: 100% }
  .owl-theme .owl-nav [class*=owl-]{
        height: 35px;
    width: 35px;
    line-height: 35px;
  }

  .new-slider .owl-nav .owl-prev {
    left: 66%;
  }
  .abt-container {
    padding: 50px 0;
  }
  .img-mis {
    width: 45px;
  }
  .vision-hd{
    line-height: 18px;
  }
  .vision-items {
    padding-left: 25px;
  }
  .fet-hd{
    line-height: 45px;
  }
  .bnr-top-title{
    line-height: 40px;
  }
  .fet-span{
      line-height: 35px;
  }
  .wh-img {
    width: 20px;
  }
  .ser-title{ line-height: 20px; }
  .ser-item p {
    padding-right: 30px;
  }
.top-container {
    padding-left: 2%;
    padding-right: 2%;
}
.micon {
    width: 25px;
}
.footer-content-title { padding-left: 40px; margin-bottom: 10px }
.footer-address-container{ padding: 25px 0 }

}


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

  .nav-brand img {width: 70%; }

  .shape1 {
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape2{ 
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape3{
    width: 300px;
    top: 0px;
    left: -36px;
  }
  .dig-title{
        font-size: 1.5em;
    margin-top: 20px;
    margin-bottom:  5px;
    line-height: 24px;
  }
  .dig-ul li:before{
        height: 10px;
    width: 10px;
  }
  .dig-ul li{ line-height: 20px; padding-left: 20px; }
  .dig-ul2 li img {
    width: 35px;
  }
  .dig-ul2 li{ margin-bottom: 4px; }
  .whats-app{width: 45px;}
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;}
  .side-btn{
            line-height: 18px;
        padding: 11px 10px
  }
  .input-box{     height: 45px; }
  .form-group {
    margin-bottom: 10px;
  }
  .footer-logo img {
    width: 140px;
  }
  .icon-bg{
        height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .btm-link p{     line-height: 24px; }
  .ser-left{ width: 100% }
  .owl-theme .owl-nav [class*=owl-]{
        height: 35px;
    width: 35px;
    line-height: 35px;
  }

  .new-slider .owl-nav .owl-prev {
    left: 66%;
  }
  .abt-container {
    padding: 50px 0;
  }
  .img-mis {
    width: 45px;
  }
  .vision-hd{
    line-height: 18px;
  }
  .vision-items {
    padding-left: 25px;
  }
  .fet-hd{
    line-height: 50px;
  }
  .bnr-top-title{
    line-height: 50px;
  }
  .fet-span{
      line-height: 35px;
  }
  .wh-img {
    width: 25px;
  }
  .ser-title{ line-height: 23px; }
 .footer-content-title { padding-left: 55px; }
}

 @media (min-width: 1360px) and (max-width: 1399px) {
  body,li {
         font-size:14px !important;
    }
    .d-container{
         width:100%;
         padding-left: 8%;
         padding-right: 8% 
    }
  .nav-brand img {width: 80%; }

  .shape1 {
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape2{ 
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape3{
    width: 300px;
    top: 0px;
    left: -36px;
  }
  .dig-title{
        font-size: 1.5em;
    margin-top: 20px;
    margin-bottom:  5px;
    line-height: 24px;
  }
  .dig-ul li:before{
        height: 10px;
    width: 10px;
  }
  .dig-ul li{ line-height: 20px; padding-left: 20px; }
  .dig-ul2 li img {
    width: 35px;
  }
  .dig-ul2 li{ margin-bottom: 4px; }
  .whats-app{width: 45px;}
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;}
  .side-btn{
            line-height: 18px;
        padding: 11px 10px
  }
  .input-box{     height: 50px; }
  .form-group {
    margin-bottom: 12px;
  }
  .footer-logo img {
    width: 180px;
  }
  .icon-bg{
        height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .btm-link p{     line-height: 24px; }
  .ser-left{ width: 100% }
  .owl-theme .owl-nav [class*=owl-]{
        height: 35px;
    width: 35px;
    line-height: 35px;
  }

  .new-slider .owl-nav .owl-prev {
    left: 66%;
  }
  .abt-container {
    padding: 50px 0;
  }
  .img-mis {
    width: 45px;
  }
  .vision-hd{
    line-height: 18px;
  }
  .vision-items {
    padding-left: 25px;
  }
  .fet-hd{
    line-height: 50px;
  }
  .bnr-top-title{
    line-height: 50px;
  }
  .fet-span{
      line-height: 35px;
  }
  .wh-img {
    width: 25px;
  }
  .ser-title{ line-height: 23px; }
   .footer-content-title { padding-left: 55px; }

}

 @media (min-width: 1400px) and (max-width: 1441px) {
     body {
         font-size:15px !important;
    }
    li{font-size:15px !important;}
   .d-container{
         width:100%;
         padding-left:8%;
         padding-right:8% 
    }
 
 .nav-brand img {width: 80%; }

  .shape1 {
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape2{ 
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape3{
    width: 300px;
    top: 0px;
    left: -36px;
  }
  .dig-title{
        font-size: 1.5em;
    margin-top: 20px;
    margin-bottom:  5px;
    line-height: 24px;
  }
  .dig-ul li:before{
        height: 10px;
    width: 10px;
  }
  .dig-ul li{ line-height: 20px; padding-left: 20px; }
  .dig-ul2 li img {
    width: 35px;
  }
  .dig-ul2 li{ margin-bottom: 4px; }
  .whats-app{width: 45px;}
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;}
  .side-btn{
            line-height: 18px;
        padding: 11px 10px
  }
  .input-box{     height: 50px; }
  .form-group {
    margin-bottom: 12px;
  }
  .footer-logo img {
    width: 180px;
  }
  .icon-bg{
        height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .btm-link p{     line-height: 24px; }
  .ser-left{ width: 100% }
  .owl-theme .owl-nav [class*=owl-]{
        height: 35px;
    width: 35px;
    line-height: 35px;
  }

  .new-slider .owl-nav .owl-prev {
    left: 66%;
  }
  .abt-container {
    padding: 50px 0;
  }
  .img-mis {
    width: 45px;
  }
  .vision-hd{
    line-height: 18px;
  }
  .vision-items {
    padding-left: 25px;
  }
  .fet-hd{
    line-height: 50px;
  }
  .bnr-top-title{
    line-height: 50px;
  }
  .fet-span{
      line-height: 35px;
  }
  .wh-img {
    width: 25px;
  }
  .ser-title{ line-height: 23px; }
 .footer-content-title { padding-left: 55px; }


}
 @media (min-width: 1441px) and (max-width: 1599px) {
   li,body{font-size:15px !important;}
 .d-container{
         width:100%;
         padding-left:8%;
         padding-right:8% 
    }
 
 .nav-brand img {width: 80%; }

  .shape1 {
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape2{ 
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape3{
    width: 300px;
    top: 0px;
    left: -36px;
  }
  .dig-title{
        font-size: 1.5em;
    margin-top: 20px;
    margin-bottom:  5px;
    line-height: 27px;
  }
  .dig-ul li:before{
        height: 10px;
    width: 10px;
  }
  .dig-ul li{ line-height: 20px; padding-left: 20px; }
  .dig-ul2 li img {
    width: 35px;
  }
  .dig-ul2 li{ margin-bottom: 4px; }
  .whats-app{width: 45px;}
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;}
  .side-btn{
            line-height: 18px;
        padding: 11px 10px
  }
  .input-box{     height: 50px; }
  .form-group {
    margin-bottom: 12px;
  }
  .footer-logo img {
    width: 180px;
  }
  .icon-bg{
        height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .btm-link p{     line-height: 24px; }
  .ser-left{ width: 100% }
  .owl-theme .owl-nav [class*=owl-]{
        height: 35px;
    width: 35px;
    line-height: 35px;
  }

  .new-slider .owl-nav .owl-prev {
    left: 66%;
  }
  .abt-container {
    padding: 50px 0;
  }
  .img-mis {
    width: 45px;
  }
  .vision-hd{
    line-height: 18px;
  }
  .vision-items {
    padding-left: 25px;
  }
  .fet-hd{
    line-height: 50px;
  }
  .bnr-top-title{
    line-height: 50px;
  }
  .fet-span{
      line-height: 35px;
  }
  .wh-img {
    width: 25px;
  }
  .ser-title{ line-height: 23px; }
  .footer-content-title { padding-left: 55px; }
}
 @media (min-width:1600px) and (max-width:1680px) {
     body {
         font-size:15px !important;
    }
    li{font-size:15px !important;}


 .whats-app{
    width: 60px
   }
  .d-container{
       width:100%;
       padding-left:8%;
       padding-right:8% 
  }

#button{
  height: 40px; width: 40px; line-height: 40px
}
}
 @media (min-width:1681px){
     body {
         font-size:16px !important;
    }
   .d-container {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
}

}
 

 @media (max-width:420px) { 
    body,li {
       font-size:14px !important;
  }
  p{font-size: 1em; line-height: 1.7}
  .d-container { padding-left: 3%!important; padding-right: 3%!important; }

  .whats-app{width: 40px;right: 10px;}

    .mob-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        margin-left: 3px;
        line-height: 18px;
    }
    .side-btn {
    padding: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: fixed;
    bottom: 29vh;
    right: 12px;
    background: #124dc6;
    color: #fffcff; transform:unset;
    }
    .side-btn span{display: none;}
  .side-form .form-group{margin-bottom: 8px;}
  
  .nav-brand img {width: 85%; }

  .shape1 {
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape2{ 
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape3{
    width: 300px;
    top: 0px;
    left: -36px;
  }
  .dig-title{
        font-size: 1.5em;
    margin-top: 20px;
    margin-bottom:  5px;
    line-height: 24px;
  }
  .dig-ul li:before{
        height: 10px;
    width: 10px;
  }
  .dig-ul li{ line-height: 20px; padding-left: 20px; }
  .dig-ul2 li img {
    width: 35px;
  }
  .dig-ul2 li{ margin-bottom: 4px; }
  .whats-app{width: 45px;}
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;}
  
  .input-box{     height: 45px; }
  .form-group {
    margin-bottom: 10px;
  }
  .footer-logo img {
    width: 140px;
  }
  .icon-bg{
        height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .micon {
    width: 23px;
  }
  .icon-bg{     margin-right: 10px; }
  .btm-link p{ text-align: left;    line-height: 20px; }
  .ser-left{ width: 100% }
  .owl-theme .owl-nav [class*=owl-]{
        height: 30px;
    width: 30px;
    line-height: 30px;
    top: unset;
        bottom: -60px;
  }
  .new-slider .owl-nav .owl-next {
    left: 49%;
  }
  .new-slider .owl-nav .owl-prev {
    left: 39%;
  }
  .owl-nav .owl-next:before,.owl-nav .owl-prev:before{
    height: 17px;
    width: 20px;
  }
  .abt-container {
    padding: 30px 0;
  }
  .img-mis {
    width: 45px;
  }
  .vision-hd{
    line-height: 18px;
  }
  .vision-items {
    padding-left: 0px; padding-top: 20px;
  }
  .fet-hd{
    line-height: 35px;font-size: 2.3em;
  }
  .bnr-top-title{
    line-height: 30px; font-size: 2.3em;
  }
  .fet-span{
      line-height: 30px;    font-size: 1.4em;
  }
  .hero-text-area{ width: 100%; text-align: center; }
  .wh-img {
    width: 20px;
  }
  .ser-title{ line-height: 20px; }
  .ser-item p {
    padding-right: 0px;
  }
  
  .logo{ 
      transform: translate(-50%, 0%); left: 50%; position: absolute;        text-align: center;
  }
  .wh-top{ display: none; }
  .abt-con1 .col-md-4,.abt-con1 .col-md-3,.abt-con1 .col-md-5{ width: 100%; float: none; }
  .abt-con1{display: block;        text-align: center;}
  .vision-img{ justify-content: center;}
  .vision-title{text-align: left;}
  #popUp{ width: 340px; padding: 4% 6% 3%; }
  .welcome-title{ font-size: 1.8em; line-height: 40px; }
  .welcome-detail {
    padding-right: 0;
  }
  .abt-con1 .col-md-4 {
    padding-right: 0;
  }
  .abt-img,.ser-imgl{display: none;}
  .new-slider-wrp {text-align: center;
      margin-right: 0;
  }
  .ser-row{display: block;}
  .ser-container{padding-top: 0}
  .m-title{  font-size: 1.8em; margin-bottom: 36px; margin-bottom: 13px;text-align: center; }
  .prj-head{ font-size: 1.6em; line-height: 30px; }
  .prod-itm .img-full {
      width: 85%;
      margin: 0 auto;
  }
  .prod-content{text-align: center;}
  .prod-ul2 {
    display: flex; margin-top: 10px;
    justify-content: center;
  }
  .prod-row .col-md-4:nth-child(3) .prod-content,.prod-row .col-md-4:nth-child(2) .prod-content{padding-left: 0}
  .con-row{display: block;}
  .enq-lft2{display: none;}
  .contact-container2{ padding: 25px 0; }
  .enq-box2 {
    padding-left: 0;text-align: center;
  }
  .en-head2{  font-size: 1.8em;  line-height: 30px; }
  .enq-txt span{line-height: 20px; font-size: 1.3em; }
  .pro-container{ padding: 30px 0; overflow: hidden; }
  .footer-address {
    width: 100%; text-align: center;
    margin-bottom: 20px;
  }
 
  .copy-right span{ display: none; }
  .footer-social-links {
    position: absolute;
    top: -45px;left: 50%;
        transform: translateX(-50%);
  }
  .footer-address-container { display: block; padding: 40px 0 70px }
    .footer-content-title{padding-left: 0; text-align: center; margin-bottom: 5px;}
  .hmob{display: none;}
  .icon-f {
      display: flex;
      align-items: center;
      justify-content: center;
  }

  
}
 @media (min-width:421px) and (max-width:460px){

    body,li {
       font-size:14px !important;
  }
  p{line-height: 1.8; font-size: 1em}
  .d-container { padding-left: 3%; padding-right: 3% }
  

.footer-address:nth-child(5) .btm-link {
    width: 50%;
    float: left;
}
  .whats-app{width: 40px;right: 10px;}

    .mob-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        margin-left: 3px;
        line-height: 18px;
    }
    .side-btn {
    padding: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: fixed;
    bottom: 29vh;
    right: 12px;
    background: #124dc6;
    color: #fffcff; transform:unset;
    }
    .side-btn span{display: none;}
  .side-form .form-group{margin-bottom: 8px;}
  
  .nav-brand img {width: 85%; }

  .shape1 {
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape2{ 
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape3{
    width: 300px;
    top: 0px;
    left: -36px;
  }
  .dig-title{
        font-size: 1.5em;
    margin-top: 20px;
    margin-bottom:  5px;
    line-height: 24px;
  }
  .dig-ul li:before{
        height: 10px;
    width: 10px;
  }
  .dig-ul li{ line-height: 20px; padding-left: 20px; }
  .dig-ul2 li img {
    width: 35px;
  }
  .dig-ul2 li{ margin-bottom: 4px; }
  .whats-app{width: 45px;}
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;}
  
  .input-box{     height: 45px; }
  .form-group {
    margin-bottom: 10px;
  }
  .footer-logo img {
    width: 140px;
  }
  .icon-bg{
        height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .micon {
    width: 23px;
  }
  .icon-bg{     margin-right: 10px; }
  .btm-link p{     line-height: 20px; }
  .ser-left{ width: 100% }
  .owl-theme .owl-nav [class*=owl-]{
        height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .new-slider .owl-nav .owl-next {
    left: 80%;
  }
  .new-slider .owl-nav .owl-prev {
    left: 68%;
  }
  .owl-nav .owl-next:before,.owl-nav .owl-prev:before{
    height: 17px;
    width: 20px;
  }
  .abt-container {
    padding: 30px 0;
  }
  .img-mis {
    width: 45px;
  }
  .vision-hd{
    line-height: 18px;
  }
  .vision-items {
    padding-left: 0px; padding-top: 20px;
  }
  .fet-hd{
    line-height: 35px;font-size: 2.3em;
  }
  .bnr-top-title{
    line-height: 30px; font-size: 2.3em;
  }
  .fet-span{
      line-height: 30px;    font-size: 1.4em;
  }
  .hero-text-area{ width: 100%; text-align: center; }
  .wh-img {
    width: 20px;
  }
  .ser-title{ line-height: 20px; }
  .ser-item p {
    padding-right: 0px;
  }
  
  .logo{ 
      transform: translate(-50%, 0%); left: 50%; position: absolute;        text-align: center;
  }
  .wh-top{ display: none; }
  .abt-con1 .col-md-4,.abt-con1 .col-md-3,.abt-con1 .col-md-5{ width: 100%; float: none; }
  .abt-con1{display: block; text-align: center;}
  #popUp{ width: 340px; padding: 4% 6% 3%; }
  .welcome-title{ font-size: 1.8em; line-height: 40px; }
  .welcome-detail {
    padding-right: 0;
  }
  .vision-img{justify-content: center;}
  .abt-con1 .col-md-4 {
    padding-right: 0;
  }
  .abt-img,.ser-imgl{display: none;}
  .new-slider-wrp {
      margin-right: 0;text-align: center;
  }
  .ser-row{display: block;}
  .ser-container{padding-top: 0}
  .m-title{  font-size: 1.8em; margin-bottom: 36px; }
  .prj-head{ font-size: 1.6em; line-height: 30px; }
  .prod-itm .img-full {
      width: 85%;
      margin: 0 auto;
  }
  .prod-content{text-align: center;}
  .prod-ul2 {
    display: flex; margin-top: 10px;
    justify-content: center;
  }
  .prod-row .col-md-4:nth-child(3) .prod-content,.prod-row .col-md-4:nth-child(2) .prod-content{padding-left: 0}
  .con-row{display: block;}
  .enq-lft2{display: none;}
  .contact-container2{ padding: 25px 0; }
  .enq-box2 {
    padding-left: 0;text-align: center;
  }
  .en-head2{  font-size: 1.8em;  line-height: 30px; }
  .enq-txt span{line-height: 20px; font-size: 1.3em; }
  .pro-container{ padding: 30px 0; overflow: hidden; }
  .footer-address {
    width: 100%;text-align: center;
    margin-bottom: 20px;
  }

  .copy-right span{ display: none; }
  .footer-social-links {
    position: absolute;
    top: -45px;        left: 50%;
        transform: translateX(-50%);
  }
  .footer-address-container { display: block; padding: 40px 0 70px }
  .footer-content-title{padding-left: 0; text-align: center;}

  .icon-f {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
} 
 @media (min-width:461px) and (max-width:560px){

    body,li {
       font-size:14px !important;
  }
  .d-container { padding-left: 3%; padding-right: 3% }
   p{line-height: 1.8; font-size: 1em}
    
  .whats-app{width: 40px;right: 10px;}

    .mob-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        margin-left: 3px;
        line-height: 18px;
    }
    .side-btn {
    padding: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: fixed;
    bottom: 29vh;
    right: 12px;
    background: #124dc6;
    color: #fffcff; transform:unset;
    }
    .side-btn span{display: none;}
  .side-form .form-group{margin-bottom: 8px;}
  
  .nav-brand img {width: 85%; }

  .shape1 {
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape2{ 
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape3{
    width: 300px;
    top: 0px;
    left: -36px;
  }
  .dig-title{
        font-size: 1.5em;
    margin-top: 20px;
    margin-bottom:  5px;
    line-height: 24px;
  }
  .dig-ul li:before{
        height: 10px;
    width: 10px;
  }
  .dig-ul li{ line-height: 20px; padding-left: 20px; }
  .dig-ul2 li img {
    width: 35px;
  }
  .dig-ul2 li{ margin-bottom: 4px; }
  .whats-app{width: 45px;}
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;}
  
  .input-box{     height: 45px; }
  .form-group {
    margin-bottom: 10px;
  }
  .footer-logo img {
    width: 140px;
  }
  .icon-bg{
        height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .micon {
    width: 23px;
  }
  .icon-bg{     margin-right: 10px; }
   .footer-content-title { padding-left: 40px; margin-bottom: 10px }
   .footer-address:nth-child(1){display: none;}
  .btm-link p{     line-height: 20px; }
  .ser-left{ width: 100% }
  .owl-theme .owl-nav [class*=owl-]{
        height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .new-slider .owl-nav .owl-next {
    left: 80%;
  }
  .new-slider .owl-nav .owl-prev {
    left: 68%;
  }
  .owl-nav .owl-next:before,.owl-nav .owl-prev:before{
    height: 17px;
    width: 20px;
  }
  .abt-container {
    padding: 30px 0;
  }
  .img-mis {
    width: 45px;
  }
  .vision-hd{
    line-height: 18px;
  }
  .vision-items {
    padding-left: 0px; padding-top: 20px;
  }
  .fet-hd{
    line-height: 35px;font-size: 2.3em;
  }
  .bnr-top-title{
    line-height: 30px; font-size: 2.3em;
  }
  .fet-span{
      line-height: 30px;    font-size: 1.4em;
  }
  .hero-text-area{ width: 100%; text-align: center; }
  .wh-img {
    width: 20px;
  }
  .ser-title{ line-height: 20px; }
  .ser-item p {
    padding-right: 0px;
  }
  
  .logo{ 
      transform: translate(-50%, 0%); left: 50%; position: absolute;        text-align: center;
  }
  .wh-top{ display: none; }
  .abt-con1 .col-md-4,.abt-con1 .col-md-3,.abt-con1 .col-md-5{ width: 100%; float: none; }
  .abt-con1{display: block;}
  #popUp{ width: 340px; padding: 4% 6% 3%; }
  .welcome-title{ font-size: 1.8em; line-height: 40px; }
  .welcome-detail {
    padding-right: 0;
  }
  .abt-con1 .col-md-4 {
    padding-right: 0;
  }
  .abt-img,.ser-imgl{display: none;}
  .new-slider-wrp {
      margin-right: 0;
  }
  .ser-row{display: block;}
  .ser-container{padding-top: 0}
  .m-title{  font-size: 1.8em; margin-bottom: 36px; }
  .prj-head{ font-size: 1.6em; line-height: 30px; }
  .prod-itm .img-full {
      width: 85%;
      margin: 0 auto;
  }
  .prod-row .col-md-4:nth-child(1) .prod-content {
    padding-left: 30px;
  }
  .con-row{display: block;}
  .enq-lft2{display: none;}
  .contact-container2{ padding: 25px 0; }
  .enq-box2 {
    padding-left: 0;
  }
  .en-head2{  font-size: 1.8em;  line-height: 30px; }
  .enq-txt span{line-height: 20px; font-size: 1.3em; }
  .pro-container{ padding: 30px 0; overflow: hidden; }
  .footer-address {
    width: 100%;
    margin-bottom: 20px;
  }
 .footer-address:nth-child(3),.footer-address:nth-child(2), .footer-address:nth-child(4),.footer-address:nth-child(5) {
    width: 50%;  
  }
  .copy-right span{ display: none; }
  .footer-social-links {
    position: absolute;
    top: -45px;
  }
  .footer-address-container {flex-wrap: wrap; padding: 40px 0 70px }

 

}
 @media (min-width:561px) and (max-width:680px){

   body,li {
       font-size:14px !important;
  }

   p{line-height: 1.8; font-size: 1em}
  .d-container { padding-left: 3%; padding-right: 3% }
    .whats-app{width: 40px;right: 10px;}

    .mob-icon {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        margin-left: 3px;
        line-height: 18px;
    }
    .side-btn {
    padding: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: fixed;
    bottom: 29vh;
    right: 12px;
    background: #124dc6;
    color: #fffcff; transform:unset;
    }
    .side-btn span{display: none;}
  .side-form .form-group{margin-bottom: 8px;}
  
  .nav-brand img {width: 65%; }

  .shape1 {
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape2{ 
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape3{
    width: 300px;
    top: 0px;
    left: -36px;
  }
  .dig-title{
        font-size: 1.5em;
    margin-top: 20px;
    margin-bottom:  5px;
    line-height: 24px;
  }
  .dig-ul li:before{
        height: 10px;
    width: 10px;
  }
  .dig-ul li{ line-height: 20px; padding-left: 20px; }
  .dig-ul2 li img {
    width: 35px;
  }
  .dig-ul2 li{ margin-bottom: 4px; }
  .whats-app{width: 45px;}
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;}
  
  .input-box{     height: 45px; }
  .form-group {
    margin-bottom: 10px;
  }
  .footer-logo img {
    width: 140px;
  }
  .icon-bg{
        height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .micon {
    width: 23px;
  }
  .icon-bg{     margin-right: 15px; }
  .btm-link p{     line-height: 20px; }
   .footer-content-title { padding-left: 45px; margin-bottom: 10px }
  .ser-left{ width: 100% }
  .owl-theme .owl-nav [class*=owl-]{
        height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .new-slider .owl-nav .owl-next {
    left: 80%;
  }
  .new-slider .owl-nav .owl-prev {
    left: 68%;
  }
  .owl-nav .owl-next:before,.owl-nav .owl-prev:before{
    height: 17px;
    width: 20px;
  }
  .abt-container {
    padding: 30px 0;
  }
  .img-mis {
    width: 45px;
  }
  .vision-hd{
    line-height: 18px;
  }
  .vision-items {
    padding-left: 0px; padding-top: 20px;
  }
  .fet-hd{
    line-height: 35px;font-size: 2.3em;
  }
  .bnr-top-title{
    line-height: 30px; font-size: 2.3em;
  }
  .fet-span{
      line-height: 30px;    font-size: 1.4em;
  }
  .hero-text-area{ width: 100%; text-align: center; }
  .wh-img {
    width: 20px;
  }
  .ser-title{ line-height: 20px; }
  .ser-item p {
    padding-right: 30px;
  }
  
  .logo{ 
      transform: translate(-50%, 0%); left: 50%; position: absolute;        text-align: center;
  }
  .wh-top{ display: none; }
  .abt-con1 .col-md-4,.abt-con1 .col-md-3,.abt-con1 .col-md-5{ width: 100%; float: none; }
  .abt-con1{display: block;}
  #popUp{ width: 340px; padding: 4% 6% 3%; }
  .welcome-title{ font-size: 1.8em; line-height: 40px; }
  .welcome-detail {
    padding-right: 0;
  }
  .abt-con1 .col-md-4 {
    padding-right: 0;
  }
  .abt-img,.ser-imgl{display: none;}
  .new-slider-wrp {
      margin-right: 0;
  }
  .ser-row{display: block;}
  .ser-container{padding-top: 0}
  .m-title{  font-size: 1.8em; margin-bottom: 36px; }
  .prj-head{ font-size: 1.6em; line-height: 30px; }
  .prod-itm .img-full {
      width: 85%;
      margin: 0 auto;
  }
  .prod-row .col-md-4:nth-child(1) .prod-content {
    padding-left: 30px;
  }
  .con-row{display: block;}
  .enq-lft2{display: none;}
  .contact-container2{ padding: 25px 0; }
  .enq-box2 {
    padding-left: 0;
  }
  .en-head2{  font-size: 1.8em;  line-height: 30px; }
  .enq-txt span{line-height: 20px; font-size: 1.3em; }
  .pro-container{ padding: 30px 0; overflow: hidden; }
  .footer-address {
    width: 50%;
    margin-bottom: 20px;
  }
  .copy-right span, .footer-address:nth-child(1) { display: none; }
  .footer-address-container { flex-wrap: wrap; padding: 40px 0 10px } 
  
}
 @media (min-width:681px) and (max-width: 768px){

    body,li {
       font-size:14px !important;
  }
   .d-container { padding-left: 3%; padding-right: 3% }
 
   p{line-height: 1.8; font-size: 1em}
  .d-container { padding-left: 3%; padding-right: 3% }
  .whats-app{width: 40px;right: 10px;}
     .nav-brand img {width: 65%; }
     .side-btn{
      padding: 13px 11px; line-height: 17px;
     }
  .shape1 {
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape2{ 
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape3{
    width: 300px;
    top: 0px;
    left: -36px;
  }
  .dig-title{
        font-size: 1.5em;
    margin-top: 20px;
    margin-bottom:  5px;
    line-height: 24px;
  }
  .dig-ul li:before{
        height: 10px;
    width: 10px;
  }
  .dig-ul li{ line-height: 20px; padding-left: 20px; }
  .dig-ul2 li img {
    width: 35px;
  }
  .dig-ul2 li{ margin-bottom: 4px; }
  .whats-app{width: 45px;}
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;}
  
  .input-box{     height: 45px; }
  .form-group {
    margin-bottom: 10px;
  }
  .footer-logo img {
    width: 140px;
  }
  .icon-bg{
        height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .micon {
    width: 23px;
  }
  .icon-bg{     margin-right: 15px; }
  .footer-content-title { padding-left: 45px; margin-bottom: 10px }
  .btm-link p{     line-height: 20px; }
  .ser-left{ width: 100% }
  .owl-theme .owl-nav [class*=owl-]{
        height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .new-slider .owl-nav .owl-next {
    left: 80%;
  }
  .new-slider .owl-nav .owl-prev {
    left: 74%;
  }
  .owl-nav .owl-next:before,.owl-nav .owl-prev:before{
    height: 17px;
    width: 20px;
  }
  .abt-container {
    padding: 30px 0;
  }
  .img-mis {
    width: 45px;
  }
  .vision-hd{
    line-height: 18px;
  }
  .vision-items {
    padding-left: 0px; padding-top: 20px;
  }
  .fet-hd{
    line-height: 35px;font-size: 2.3em;
  }
  .bnr-top-title{
    line-height: 30px; font-size: 2.3em;
  }
  .fet-span{
      line-height: 30px;    font-size: 1.4em;
  }
  .hero-text-area{ width: 100%; text-align: center; }
  .wh-img {
    width: 20px;
  }
  .ser-title{ line-height: 20px; }
  .ser-item p {
    padding-right: 30px;
  }
  
  .logo{ 
      transform: translate(-50%, 0%); left: 50%; position: absolute;        text-align: center;
  }
  .wh-top{ display: none; }
  .abt-con1 .col-md-4,.abt-con1 .col-md-3,.abt-con1 .col-md-5{ width: 100%; float: none; }
  .abt-con1{display: block;}
  #popUp{ width: 340px; padding: 4% 4% 3%; }
  .welcome-title{ font-size: 1.8em; line-height: 40px; }
  .welcome-detail {
    padding-right: 0;
  }
  .abt-con1 .col-md-4 {
    padding-right: 0;
  }

  .vision-item {
      margin-bottom: 2em;
      width: 50%;
      float: left;
  }
  .abt-img,.ser-imgl{display: none;}
  .new-slider-wrp {
      margin-right: 0;
  }
  .ser-row{display: block;}
  .m-title{  font-size: 1.8em; margin-bottom: 36px; }
  .prj-head{ font-size: 1.6em; line-height: 30px; }
  .prod-itm .img-full {
      width: 85%;
      margin: 0 auto;
  }
  .prod-row .col-md-4:nth-child(1) .prod-content {
    padding-left: 30px;
  }
  .row.prod-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .prod-row .col-md-4 {
      width: 50%;
      float: left;
  }

  .contact-form .col-md-12 {
    width: 50%;
    float: left;
  }
  .con-row{display: block;}
  .enq-lft2{display: none;}
  .contact-container2{ padding: 25px 0; }
  .enq-box2 {
    padding-left: 0;
  }
  .en-head2{  font-size: 1.8em;  line-height: 30px; }
  .enq-txt span{line-height: 20px; font-size: 1.3em; }
  .pro-container{ padding: 30px 0; overflow: hidden; }
  .footer-address {
    width: 50%;
    margin-bottom: 20px;
  }
  .copy-right span, .footer-address:nth-child(1) { display: none; }
  .footer-address-container { flex-wrap: wrap; padding: 40px 0 10px }



}

 @media  (max-width: 768px){ 

.side-form-title { margin-bottom: 7px; }
img.wh-img.mob-vew{display: block !important;}

.bredcum-wraper{ padding-top: 10px }
  
  .sexy-menu.detached .header-phone {
    margin: 0 !important; }



.hide-menu a {
    width: 27%;
    line-height: 1;
    font-size: 1em;
    display: inline-block;
    float: left;
    text-align: center;
         font-weight: normal;
    font-family: 'InterTight'; text-transform: capitalize;
}
    .hide-menu a i {
        display: block;
        justify-content: center;
        background: linear-gradient(270deg, #d44798 0%, #7b3a62 83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        margin: 0 auto 10px;
        font-size: 1.6em;
    }

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

  .nav-menu>li>a
  {
      color: #fff !important; 
  }

   .nav-toggle, .navigation-hidden .nav-header {display: block !important;}
    
.hide-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
        padding: 15px 20px;
        display: block;
}
   
.hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px
}
.home-img {
    height: 100vh!important;
    width: 100%;
    object-fit: cover;
}

}



 @media (min-width:769px) and (max-width:991px){
      body,li {
       font-size:14px !important;
  }
   .d-container{
         width:100%;
         padding-left: 3%;
         padding-right: 3% 
    }
   .whats-app{width: 40px;right: 10px;}
     .nav-brand img {width: 65%; }
     .side-btn{
      padding: 13px 11px; line-height: 17px;
     }
  .shape1 {
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape2{ 
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape3{
    width: 300px;
    top: 0px;
    left: -36px;
  }
  .dig-title{
        font-size: 1.5em;
    margin-top: 20px;
    margin-bottom:  5px;
    line-height: 24px;
  }
  .dig-ul li:before{
        height: 10px;
    width: 10px;
  }
  .dig-ul li{ line-height: 20px; padding-left: 20px; }
  .dig-ul2 li img {
    width: 35px;
  }
  .dig-ul2 li{ margin-bottom: 4px; }
  .whats-app{width: 45px;}
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;}
  
  .input-box{     height: 45px; }
  .form-group {
    margin-bottom: 10px;
  }
  .footer-logo img {
    width: 140px;
  }
  .icon-bg{
        height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .micon {
    width: 23px;
  }
  .icon-bg{     margin-right: 10px; }
  .btm-link p{ font-size: .9em; line-height: 20px; }
  .ser-left{ width: 100% }
  .owl-theme .owl-nav [class*=owl-]{
        height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .new-slider .owl-nav .owl-next {
    left: 80%;
  }
  .new-slider .owl-nav .owl-prev {
    left: 74%;
  }
  .owl-nav .owl-next:before,.owl-nav .owl-prev:before{
    height: 17px;
    width: 20px;
  }
  .abt-container {
    padding: 30px 0;
  }
  .img-mis {
    width: 45px;
  }
  .vision-hd{
    line-height: 18px;
  }
  .vision-items {
    padding-left: 0px; padding-top: 20px;
  }
  .fet-hd{
    line-height: 35px;font-size: 2.3em;
  }
  .bnr-top-title{
    line-height: 30px; font-size: 2.3em;
  }
  .fet-span{
      line-height: 30px;    font-size: 1.4em;
  }
  .hero-text-area{ width: 100%; text-align: center; }
  .wh-img {
    width: 25px;
  }
  .footer-address:nth-child(1) {
    display: none;
  }
  .ser-title{ line-height: 20px; }
  .ser-item p {
    padding-right: 30px;
  }
  
  .abt-con1 .col-md-4,.abt-con1 .col-md-3,.abt-con1 .col-md-5{ width: 100%; float: none; }
  .abt-con1{display: block;}
  #popUp{ width: 340px; padding: 4% 4% 3%; }
  .welcome-title{ font-size: 1.8em; line-height: 40px; }
  .welcome-detail {
    padding-right: 0;
  }
  .abt-con1 .col-md-4 {
    padding-right: 0;
  }

  .vision-item {
      margin-bottom: 2em;
      width: 50%;
      float: left;
  }
  .abt-img,.ser-imgl{display: none;}
  .new-slider-wrp {
      margin-right: 0;
  }
  .ser-row{display: block;}
  .m-title{  font-size: 1.8em; margin-bottom: 36px; }
  .prj-head{ font-size: 1.6em; line-height: 30px; }
  .prod-itm .img-full {
      width: 85%;
      margin: 0 auto;
  }
  .prod-row .col-md-4:nth-child(1) .prod-content {
    padding-left: 30px;
  }
  .row.prod-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .prod-row .col-md-4 {
      width: 50%;
      float: left;
  }

  .contact-form .col-md-12 {
    width: 50%;
    float: left;
  }
  .con-row{display: block;}
  .enq-lft2{display: none;}
  .contact-container2{ padding: 25px 0; }
  .enq-box2 {
    padding-left: 0;
  }
  .en-head2{  font-size: 1.8em;  line-height: 30px; }
  .enq-txt span{line-height: 20px; font-size: 1.3em; }
  .pro-container{ padding: 30px 0; overflow: hidden; }
   .top-container {
    padding-left: 2%;
    padding-right: 2%;
}
.micon {
    width: 25px;
}
.footer-content-title { padding-left: 40px; margin-bottom: 10px }
.footer-address-container{ padding: 25px 0 }
}
 @media (min-width:992px) and (max-width:1022px){
   body,li {
       font-size:14px !important;
  }
   .d-container{
         width:100%;
         padding-left: 4%;
         padding-right: 4% 
    }
.nav-brand img {width: 70%; }

  .shape1 {
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape2{ 
      width: 500px;
      top: -70px;
      left: -100px;
  }
  .shape3{
    width: 300px;
    top: 0px;
    left: -36px;
  }
  .dig-title{
        font-size: 1.5em;
    margin-top: 20px;
    margin-bottom:  5px;
    line-height: 24px;
  }
  .dig-ul li:before{
        height: 10px;
    width: 10px;
  }
  .dig-ul li{ line-height: 20px; padding-left: 20px; }
  .dig-ul2 li img {
    width: 35px;
  }
  .dig-ul2 li{ margin-bottom: 4px; }
  .whats-app{width: 45px;}
  #button{
    line-height: 40px;
    width: 40px;
    height: 40px;}
  .side-btn{
    line-height: 15px; padding: 17px 10px
  }
  .input-box{     height: 45px; }
  .form-group {
    margin-bottom: 10px;
  }
  .footer-logo img {
    width: 140px;
  }
  .icon-bg{
        height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .icon-bg{     margin-right: 10px; }
  .btm-link p{     line-height: 20px; }
  .ser-left{ width: 100% }
  .owl-theme .owl-nav [class*=owl-]{
        height: 35px;
    width: 35px;
    line-height: 35px;
  }

  .new-slider .owl-nav .owl-prev {
    left: 66%;
  }
  .abt-container {
    padding: 50px 0;
  }
  .img-mis {
    width: 45px;
  }
  .vision-hd{
    line-height: 18px;
  }
  .vision-items {
    padding-left: 25px;
  }
  .fet-hd{
    line-height: 45px;
  }
  .bnr-top-title{
    line-height: 40px;
  }
  .fet-span{
      line-height: 35px;
  }
  .wh-img {
    width: 20px;
  }
  .ser-title{ line-height: 20px; }
  .ser-item p {
    padding-right: 30px;
  }
  .hero-text-area {
    font-size: 11px;
  }
  .top-container {
    padding-left: 2%;
    padding-right: 2%;
}
.micon {
    width: 25px;
}
.footer-content-title { padding-left: 40px; margin-bottom: 10px }
.footer-address-container{ padding: 25px 0 }
.footer-address:nth-child(1){display: none;}

}
@media (max-width:992px) {
#button{display: none;}
}


