@charset "utf-8";
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
     font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
     box-sizing:border-box;
}
 body {
     text-decoration: none;
     background:#fff;
     font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
     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: #4b5563;
    line-height: 1.7;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}
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);
}

.sexy-menu.detached  .header-contact {
    display: none;
}
video {
    width: 100%;
  }
.sexy-menu.detached .tophead{
display: none;
}

.sexy-menu.detached .nav-brand img{
     margin-top: 14px;
    width: 65%;
}
.sexy-menu.detached .large{
display: none;
}
.sexy-menu.detached .small{display: block;}

.wh-top {
    margin-right: 15px;
    display: flex;
    align-items: center;
    position: relative;
}
.nav-menu>li>a{
    margin: 35px 20px;
    display:inline-block;
    position:relative;
    color: #fff;  
    font-size: 1em; line-height: 20px;
    font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    font-weight: 500;
    font-style: normal;  letter-spacing: .5px;
    font-display: swap; 
    text-transform: capitalize;
}
.logo-text {
    font-size: 20px; color: #fff;
    font-weight: 700;    margin-left: 10px;
}

.logo-flex svg {
    color: #fff;    width: 32px;
    height: 32px;
}
.sexy-menu.detached .logo-flex svg   {
  color: #dc2626;
}
.sexy-menu.detached .logo-text  {
  color: #111827;
}
.logo-flex{display: flex; align-items: center;}
.header-phone{
   display: flex !important;    margin-left: 8px !important;letter-spacing: 1px;
    align-items: center;    margin-top: 33px !important; margin-right: 0px !important
}
.wh-img{ margin-right: 10px; }
.sexy-menu.detached  .header-phone{display: none;}

.nav-menu>li:last-child a,ul.header-social li:last-child,.nav-menu2>li>a:last-child{
  margin-right: 0 !important
}
.nav-menu>li:first-child a,.nav-menu2>li:first-child a{ margin-left: 0 !important }

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

.resp-show{
  display: none !important;
}
.nav-menu>li>a:hover{
 color: #dc2626 !important
}

.sexy-menu.detached .nav-menu > li > a {
    margin: 20px 18px ; color: #393939;
}
.sexy-menu.detached  .nav-menu{ border-top:0; }
.sexy-menu.detached .header-phone{
margin: 28px 18px !important;
}
 .top-quickwraper{
     width:100%;
     height:auto;
}
.nav-brand img{
    width: 95%; 
    margin-top: 8px;
}
 .sexy-menu.detached  .header-call{
    margin-top: 13px;
 }
#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: #168cb9;
    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: #000000;
    display: inline-block;
    transition: all 1.25s ease;
    width: 70px;
    right: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;    
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
  #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;
}

.side-form-title {
    font-size: 1.333em;
        color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'Gilroy'; letter-spacing: 1px;
    font-weight: 500;
    text-align: center;margin-bottom: 20px;
}

/**/

/**/
 .clear {
     clear: both 
}
 audio, ::selection{
     background: #daa289!important;
     color: #fff !important;   
}
span::selection {   -webkit-background-clip: unset!important;
    -webkit-text-fill-color: #fff !important; background: #daa289 !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: 100vh;
     position: relative;
    background-image: linear-gradient(to bottom right,#111827, #1f2937, #7f1d1d);

}
.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;}
 .top-wraper{
     width:100%;
     height: auto;
}
 .top-container{
     width:100%;
     padding-left: 3%;
     padding-right: 3%;
}
.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;
}

/**/



/**/

.btn-flex {
    display: flex;
}

.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;
}
.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%;
    left: 50%;
}
.owl-nav .owl-next:before {
    right: 0;
    left: 0;
    top: 0;
    bottom: unset;
    content: '';
    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,.new-slider .owl-nav .owl-prev{
    top: 50%;
      height: 55px;  background-color: #fff !important;
    width: 55px; border-radius: 100%;
    border: 1px solid rgb(0 0 0 / 22%);
}
.new-slider .owl-nav .owl-next {
    left: 49%; 
}
.new-slider .owl-nav .owl-prev {
    right: 45%; 
}
.owl-controls {
    position: absolute;
    left: -348px;
    top: 72%;
}

.line3 {
    position: absolute;
    top: 160px;
    left: 0;
}
.line4 {
    position: absolute;
    top: 160px;
    right: 56px;
}
/**/


/*section.contact-container*/
.mt-0{margin-top: 0px !important}
.contact-container{
  position: relative;     z-index: 9; overflow: hidden;
}
.contact-top{
 margin: 2em 0;
}
iframe {
    height: 100%; 
}
.con-rgt {
    margin-left: 20px;
}
.mbtm{margin-bottom: 15px;}
.contact-item p {
    font-size: 1em; color: #4b5563; 
    margin-top: 5px;    font-weight: normal;
}
.contact-item p a{
    font-weight: normal;    color: #4b5563;
  display: block;
}
.why-title{
    font-size: 1.125em; margin-bottom: 1rem;
    line-height: 1.75; font-family: inherit;
    font-weight: 600;    color: #111827;
}
.contact-item {
    position: relative;
    z-index: 9; margin-bottom: 25px;
        display: flex;
    align-items: center;
}
.con-icon{
  background: #fee2e2;
  height: 48px; width: 48px; 
  border-radius: 100%;    display: flex;
    align-items: center;
    justify-content: center;
}
.con-icon svg{ color:  #dc2626}
.c-title {
    font-weight: 600;
    font-family: inherit;
    color: #111827;
    font-size: 1em;
}



/**/
.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: inherit; font-weight: normal;margin-right: 5%;
  font-size: 0.875em; line-height: 20px; color: #000;
}


/**/
 .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:  #000000;
    padding: 10px 20px;
    font-family: 'Montserrat';
    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;
    border-top: 1px solid #1f2937;
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
}

 .footer-wraper {
     width:100%;  background-color: #111827;
     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;
           font-family:inherit;
     font-weight:normal; 
     font-size:1em;color: #9ca3af;
     line-height: 60px 
}
 .copy-right span {
      font-family:inherit;
     font-weight:normal; 
}
 .designed {
     width: auto;
     height: auto; padding-left: 5px;
     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: inherit;
     font-weight:normal; 
     font-size:1em;
     line-height: 60px;
     margin: 0; color: #9ca3af;
}
 .designed p a {
     text-decoration: none; 
      font-family: inherit;
     font-size:1em;color:#9ca3af;
     font-weight:normal; 
}
 .designed p a:hover {
     text-decoration: none;
}
 .whats-app{
   position: fixed;
    bottom: 44vh;
    right: 0;
    background: #168cb9;
    width: 70px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

 .mob-hide{display: block;}
  .mob-show{display: none;}
.address p  a{ 
color: #212121; }
.client-container {
    position: relative;
    padding-bottom: 75px;
}
.footer-address-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; 
    justify-content: center; padding-top: 50px;
}
.footer-address {
    width: auto;
    margin-right: auto;
    height: auto;
    float: left;
}
.footer-address:nth-child(4){     padding-right: 0; margin-right: 0 }
.icon-f {
    display: flex;
    align-items: center;
}

.btm-link p {
    font-size: 1em;
    margin-bottom: 0;
         font-family: inherit;
    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-social-links {
    display: flex;
    align-items: center;
    float: right;
    width: auto;
}

.footer-content-title {
    color: #fff;
        margin-bottom: 1rem;
    font-size: 1.18em;
    line-height: 25px;  
    font-family: inherit;
    position: relative;
   font-weight: 600; position: relative;
}
.footer-address p {
    color: #9ca3af;
}
.footer-logo {
    margin-bottom: 1rem;
}
.footer-logo svg{ color: #f87171 }
.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{
 
   font-size: 1.333em
}
.footer-social-links ul li a{
  color: #168cb9
}

.footer-menu li a{
      font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    line-height: 30px;
    color: #9ca3af;
}
.icon-bg{margin-right: 10px;}
.footer-menu li a:hover{ color: #fff}
.footer-social-links {
    justify-content: flex-start;
    display: flex;
    align-items: center;
}
.main-container{
    width: 100%;
    height: auto;
    padding-top: 60px;
}
.welcome-container {
    position: relative;
    overflow: hidden;
    padding: 100px 0 60px;
}
.footer-logo img{width: 85%; mix-blend-mode: multiply;}


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

.p5{
    padding: 5px;
}
.p8 {
    padding: 8px;
}
.d-flex {
    display: flex!important;
}
.mb-0{margin-bottom: 0 !important}



/**/
.more-btn{
    position: relative;
    font-family: 'Gilroy';
    font-weight: 500;
    font-style: normal;
    font-size: 1.02em;
    line-height: 25px;
    color: #585858;   
    letter-spacing: 1px;
    margin-top: 2em;  
    display: flex;
    align-items: center;
    width: fit-content; padding: 10px 30px; 
    border: 2px dashed rgb(54 54 54 / 35%);
    border-radius: 25px;
}
.more-btn img{margin-left: 5px;}
.more-btn:hover{
  background: #168cb9; color: #fff
}

.welcome-detail {
   position: relative;
  padding-left: 20px; text-align: justify;
}
.abt-b{
  font-family: 'Montserrat'; font-weight: normal;
  display: block; margin: 20px 0;
  font-size: 1.32em; color:rgb(57 57 57 / 52%); 
}
 .c-blue{color: #18609d; }
.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: translate( -50%,-50%);
    top: 50%;
    left: 50%; text-align: center;
}
.hero-hd{
      font-size: 4.5em;  
      position: relative;  
    font-style: normal; text-align: center; 
 font-family: inherit;margin-bottom: 24px;
    line-height: 1;    color: #fff;      font-weight: 700; 
}
.hero-hd span{
font-family: inherit;
  color: #f87171;    font-weight: 700; display: block;
}
.red-btn{
      font-size: 1.125em;
  background: #dc2626;font-weight: 600; color: #fff;
  font-family: inherit; padding: 20px 33px; 
  border-radius: 40px;    
  display: flex;
  align-items: center;
  width: fit-content;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
     transform: scale3d(1, 1, 1);
}
.red-btn:hover{
  background: #b91c1c; color: #fff;
     transform: scale3d(1.04, 1.04, 1);
}

.trans-btn{
      font-size: 1.125em; 
    border: 2px solid #fff;
  background: transparent;font-weight: 600; color: #fff;
  font-family: inherit; padding: 18px 32px; 
  border-radius: 40px;    
  display: flex;
  align-items: center;
  width: fit-content; margin-left: 15px;
      transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
     transform: scale3d(1, 1, 1);
}
.trans-btn:hover{
  background: #fff; color: #111827;
     transform: scale3d(1.04, 1.04, 1);
}

.bnr-btns{
   display: flex;
  align-items: center;    justify-content: center;
}
.arrow-right {
    height: 20px;
    width: 20px; margin-left: 5px;
}
.bnr-para{
          font-size: 1.5em; color: #fff;
        line-height: 1.5;    max-width: 48rem;      margin: 0 auto 1em;
}
.animate-bounce {
    animation: bounce 1s infinite;
}
@keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}
.bm-icon{
  position: absolute; left: 50%; bottom: 5%;
  transform: translateX(-50%);
}
.bm-icon svg {
    transform: rotate(90deg);
    color: #fff;
    height: 35px;
    width: 35px;
}

/**/
.icon-h{
    font-size: 1.18em;
    position: relative;
    font-style: normal;
    font-family: 'Gilroy';
    font-weight: 500;
    line-height: 25px;
    color: #f4f9fb;
}
.icon-content {
    padding-left: 20px;
}
.icon-h1{
   font-size: 2.71em;
    position: relative;
    font-style: normal;
    font-family: 'Gilroy';
    font-weight: 500; letter-spacing: -1px;
    line-height: 35px;
    background: linear-gradient(to right, #fff 0%, #168CB9 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}
.icon-col {
    display: flex;    margin-right: auto;
    align-items: center;
    width: auto; float: left;
}
.icon-col:last-child{margin-right: 0}
.icon-row {
    display: flex;
    align-items: center;
}
.icon-content-main {
    display: flex;
    align-items: center;
}



/**/
.abt-container {
  padding: 70px 0;
    position: relative;
    z-index: 9;
}

.abt-img{position: relative; }
.abt-img img{border-radius: 15px; box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25)}
.product-top {
    margin-bottom: 1.5em;
}

.abt-top2 {
    margin-bottom: 1.5em;
}
.content1 p+p {
    margin-top: 1.5em;
}

.abt-content {
    padding-right: 50px;
}
.abt-top {
    margin-bottom: 4em;
}
.ser-item {
   position: relative;  height: 100%;
  transition-duration: .3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    padding: 2rem; background: #fff;
        border-radius: 1rem;transform: scale3d(1, 1, 1);
}
.ser-item:hover{
  box-shadow:  0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
  transform: translateY(-1px);
}
.ser-row .col-md-4 {
    margin-bottom: 2em;
}
.ser-btm p{ margin-bottom: 20px }
.ser-item:hover .ser-mg::after {
    opacity: 1;
}
.ser-li li{ color: #4b5563; position: relative; padding-left: 25px; margin-bottom: 10px; }
.ser-li li:before{
  position: absolute; left: 0;
  height: 16px; width: 16px; content: "";
  transform: translateY(-50%);
  background-size: cover;     top: 50%;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2322c55e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpath d='m9 11 3 3L22 4'/%3E%3C/svg%3E");
}

.ser-mg img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
.ser-container{
  position: relative; 
  padding: 80px 0;
  z-index: 9; background: #f9fafb
}
.welcome-title{
    font-size: 3em; color: #111827;
  position: relative;     margin-bottom: 15px;
  font-style: normal; text-transform: capitalize;
  text-align: left;
  font-family: inherit;
  font-weight: 700;
  line-height: 50px;
}
.abt-top  p{
    font-size: 1.25em; color: #4b5563; text-align: center;
    line-height: 1.5; max-width: 48rem;    margin: 0 auto;
}
.ser-title{
      font-size: 1.5em;
    color: #111827;
  position: relative;
  font-style: normal;
  text-align: left;
  font-family: inherit;
  font-weight: 700;     margin-bottom: 10px;
  line-height: 25px;
}
.ser-mg img {
    color: #dc2626;
    margin-bottom: 15px;
    height: 35px;
    width: 35px;
}
.ser-title span {color: #82dcff}
.view-det {
    font-family: inherit;
    color: #ea7000; border-bottom: 1px solid #ea7000;
    line-height: 40px;
    font-weight: 500;
    font-size: 0.94em;
    letter-spacing: 2px;
}
.abt-btm-mrg{margin-bottom: 2em;}
/**/
/*count*/
.count-num{
    font-weight: 700;    font-size: 1.875em;
   margin-bottom: .25rem; color: #dc2626; font-family: inherit;
}
.count-item {
    width: 50%;
    float: left;    margin-top: 2em;
    text-align: center;
}
.count-text {
    color: #4b5563; font-size: 1em;
}

/**/
.project-title {
    font-size: 1.25em;
    color: #111827;
    position: relative;
    font-style: normal;
    text-align: left;
    font-family: inherit;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 25px;
}
.project-item{padding: 0}
.project-btm {
    padding: 1.5rem;
}
.project-mg img {
      /*height: 190px;*/ object-fit: cover;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    height:auto;
}
.prj-span{
  color: #991b1b;
  font-weight: 500;
      font-size: .875em;
    line-height: 1.25;
    background: #fee2e2;
    border-radius: 25px;
    padding: 5px 15px;
}
.prj-flex {
    display: flex;    gap: .5rem;
    flex-wrap: wrap;margin-top: 15px;
}
/**/
.testimonial-container {
    background: #111827;
    padding: 70px 0;
}
.c-white
{
color: #fff;
}
.testimonial-bg{
  padding: 2rem; background-color: #1f2937;
  border-left: 4px solid  #dc2626;
      border-radius: 1rem; height: 100%;
}
.stars i {
    color: #f87171;
}
.stars {
    margin-bottom: 1rem;
}
.testimonial-bg p {
    font-size: 1.125em;
    line-height: 1.5;
    font-style: italic;font-family: inherit;
    color: #fff;margin-bottom: 1.5rem;
}
.name{
  font-weight: 600;
   color: #fff; font-family: inherit;
}
.desg{
    color: #9ca3af;font-weight: 400; font-family: inherit;
}


/**/
.view-all{
  font-family: inherit; color: #545454;  line-height: 20px; position: relative;
  font-weight: 500;    font-size: 0.94em; text-transform: capitalize;  
    text-align: center;    display: flex;
    width: fit-content; background-color: #fff;
  letter-spacing: 1px; border-bottom: 1px solid #545454;    margin: 0 auto;
}
.view-all-wrap{
  position: relative;  width: 100%;
}
.view-all-wrap:before{
  content: "";
    position: absolute;
    background-color: rgb(27 80 118 / 21%);
    width: 44%;
    height: 1px;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}
.view-all-wrap:after{
  content: "";
    position: absolute;
    background-color: rgb(27 80 118 / 21%);
    width: 44%;
    height: 1px;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}
.view-all:hover{color: #ea7000; border-color: #ea7000 }


/**/

.know-more{
 position: relative;
    font-family: inherit;
    font-weight: 300;
    font-style: normal;
    font-size: 1em;
    line-height: 28px;
    color: #0936a8; background-color: #ffb629;
    padding: 8px 20px; border-radius: 10px;
        display: block;
    width: fit-content;
    margin-top: 1em;
}
.know-more:hover{
   color: #fff; background-color: #0936a8;
}
.room-btm{
  display: block; align-items: center; margin-top: 20px;     padding-bottom: 40px;
}
.link-btn {
    position: relative;
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;
    font-size: 0.75em;
    line-height: 25px;
    color: rgb(218 162 137 / 75%);
    letter-spacing: 3px;
}
.link-btn:hover,.btm-txt .link-btn:hover{color: #bc3478}

.product-top p{color: #fff; font-size: 1.125em}

.product-btm{
  margin-bottom: 1.5em
}
/**/

/**/

.new-slider-wrp{
  position: relative;
}

/**/
.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: #b4b9c1;
    width: 100%; 
    height: 50px;  font-size: 1em; 
    background: #ffff;  
    font-family: inherit; font-weight: normal;
    font-style: normal; border-radius: .5rem;
    padding: 0 22px;  border: 1px solid #d1d5db;
}
.contact-form .col-md-6:nth-child(2n){padding-left:0;}
.contact-form textarea{
   height: unset;  padding: 20px 25px 0;
}
select.input-box{ color: #374151;}
.submit-btn  {
      border: none;
    color: #fff;     border-radius: .5rem;
    cursor: pointer; display: flex; align-items: center;
    background: #dc2626;    font-weight: 600;
    padding: 13px 25px;
    font-family: inherit;
    font-size: 1em;   
    width: 100%;
    text-align: center;
    justify-content: center;
}
.submit-btn:hover {
  background : #b91c1c
}
.view-loc {
    float: right;    margin-top: -2px;
}
.icon-container {
    padding: 100px 0;
}
.form-group {
    margin-bottom: 25px;
}

.enq-container{position: relative;    padding: 60px 0;  
    margin-top: -250px;
    z-index: 9; }
   
.en-head2{
    color: #fff;
    font-weight: normal;
    font-family: 'ProductSans';
    font-size: 2.29em;
    line-height: 42px;
}
.enq-txt {
    margin-bottom: 30px;
}
.contact-title{
      font-weight: 700; font-size: 1.5em;
    line-height: 2; color: #111827;
}
.in-contact-page-content {
background-color: #f9fafb;
padding: 35px; border-radius: 1rem;
}
label {
    font-size: .875em;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: .5rem;
    display: block;
    color: #374151;
}
/**/


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

 
/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-md-15 {
    width: 20%;
    float: left;
}

.ser-abs-txt{
  font-family: 'Gelion'; font-weight: normal;    margin-bottom: 25px;
  font-size: 2em; color: #214279; line-height: 40px; letter-spacing: -1px
}
.ser-abs{
  position: absolute;
  transform: translate(0%,-50%); left: 50%; top: 50%
}
a.know-btn.submit-btn {
    padding: 14px 30px;
}

/**/

/************************************************** START LOCATION **************************************************/
 
 .bredcum-wraper{
     width:100%;
     height:auto;
     padding-top: 20px;
     text-align: center;
    display: flex;
    margin: 0 auto;
    align-items: center;
    position: relative;
    z-index: 9;

}
 .bredcum-container{
     width:auto;
     height:auto;
}
 .bred-home{
     width:auto;
     height:auto;
     float:left;
}
 .bred-home a, .bred-home {
     width:auto;
     height:auto;
     float:left;
         font-family: 'Montserrat';
    font-weight: normal;
     font-size:0.75em; 
     color:#1f1f1f; letter-spacing: 1px;
     line-height:30px;
     text-transform: uppercase; 
}
 .bred-home a{font-size: 1em}
 .bred-home a:hover{
     width:auto;
     height:auto;
     float:left;
     color:#070606;
}
 .bred-arrow{
     width:auto;
     height:auto;
     float:left;
     font-size:0.85em;
     color:#1f1f1f;
     line-height:30px;
     padding-left:8px;
     padding-right:8px; 
}
 .bred-next{
     width:auto;
     height:auto;
     float:left;
         font-family: 'Montserrat';
    font-weight: normal; 
     font-size:0.75em;letter-spacing: 1px;
     color: #1f1f1f;
     line-height:30px;
     text-transform: uppercase;
}

.whatsapp-btn {position: fixed;bottom: 100px;right: 30px;z-index: 9999;width: 60px;height: 60px;border-radius: 50%;background-color: #25D366;display: flex;align-items: center;justify-content: center;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);animation: breathe 2s ease-in-out infinite;}.whatsapp-btn i {color: #fff;font-size: 24px;animation: beat 2s ease-in-out infinite;text-decoration: none;}@keyframes beat {0% {transform: scale(1);}50% {transform: scale(1.3);}100% {transform: scale(1);}}

/************************************************** 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: 56%;
        margin-top: 12px;
}
.nav-menu>li>a{
  margin: 25px 10px
}
.sexy-menu.detached .nav-brand img {
  margin-top: 11px;
        width: 45%;
}
.header-phone{
  margin-top: 22px !important
}
.sexy-menu.detached .nav-menu > li > a {
    margin: 18px 10px;
  }
  .sexy-menu.detached .header-phone {
    margin: 16px 10px !important;
}
#button{
  height: 40px; width: 40px; line-height: 40px; right: 15px;
}


.hero-hd{ font-size: 3em; }
.bnr-para {
  font-size: 1.1em;
}
.red-btn,.trans-btn {
    font-size: 1em;    padding: 10px 20px;
}
.ser-container {
    padding: 50px 0;
}
.welcome-title{ font-size: 2.3em;margin-bottom: 5px;line-height: 35px; }
.ser-title { font-size: 1.3em;}
.prj-span{ padding: 5px 12px; }
.project-mg img { height: 160px;}
.testimonial-container {
    padding: 50px 0;
}
.input-box{ height: 40px; }
.form-group {
    margin-bottom: 12px;
}
.footer-bottom-container{ padding-top: 10px; padding-bottom: 10px;  }
.footer-menu li a{ line-height: 24px; }

}


 @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: 65%;
        margin-top: 14px;
}
.nav-menu>li>a{
  margin: 28px 12px
}
.sexy-menu.detached .nav-brand img {
 margin-top: 3px;
        width:55%;
}
.header-phone{
  margin-top: 28px !important
}
.sexy-menu.detached .nav-menu > li > a {
    margin: 22px 14px;
  }
  .sexy-menu.detached .header-phone {
    margin: 20px 14px !important;
}
#button{
  height: 40px; width: 40px; line-height: 40px; right: 15px;
}

.hero-hd{ font-size: 3em; }
.bnr-para {
  font-size: 1.1em;
}
.red-btn,.trans-btn {
    font-size: 1em;    padding: 10px 20px;
}
.ser-container {
    padding: 50px 0;
}
.welcome-title{ font-size: 2.3em;margin-bottom: 5px;line-height: 35px; }
.ser-title { font-size: 1.3em;}
.prj-span{ padding: 5px 12px; }
.project-mg img { height: 10rem;}
.testimonial-container {
    padding: 50px 0;
}
.input-box{ height: 45px; }
.form-group {
    margin-bottom: 18px;
}
.footer-bottom-container{ padding-top: 10px; padding-bottom: 10px;  }
.footer-menu li a{ line-height: 24px; }

}

 @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: 75%;
        margin-top: 10px;
}
.nav-menu>li>a{
  margin: 30px 14px
}
.sexy-menu.detached .nav-brand img {
 margin-top: 3px;
        width:55%;
}
.header-phone{
  margin-top: 28px !important
}
.sexy-menu.detached .nav-menu > li > a {
    margin: 22px 14px;
  }
  .sexy-menu.detached .header-phone {
    margin: 20px 14px !important;
}
#button{
  height: 40px; width: 40px; line-height: 40px; right: 15px;
}

.hero-hd{ font-size: 3em; }
.bnr-para {
  font-size: 1.1em;
}
.red-btn,.trans-btn {
    font-size: 1em;    padding: 10px 20px;
}
.ser-container {
    padding: 50px 0;
}
.welcome-title{ font-size: 2.3em;margin-bottom: 5px;line-height: 35px; }
.ser-title { font-size: 1.3em;}
.prj-span{ padding: 5px 12px; }
.project-mg img { height: 10rem;}
.testimonial-container {
    padding: 60px 0;
}
.input-box{ height: 45px; }
.form-group {
    margin-bottom: 18px;
}
.footer-bottom-container{ padding-top: 10px; padding-bottom: 10px;  }
.footer-menu li a{ line-height: 25px; }

}

 @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: 75%;
        margin-top: 10px;
}
.nav-menu>li>a{
  margin: 30px 14px
}
.sexy-menu.detached .nav-brand img {
 margin-top: 3px;
        width:55%;
}
.header-phone{
  margin-top: 28px !important
}
.sexy-menu.detached .nav-menu > li > a {
    margin: 22px 14px;
  }
  .sexy-menu.detached .header-phone {
    margin: 20px 14px !important;
}
#button{
  height: 40px; width: 40px; line-height: 40px; right: 15px;
}
.hero-hd{ font-size: 3.2em; }
.bnr-para {
  font-size: 1.2em;
}

.ser-container {
    padding: 50px 0;
}
.welcome-title{ font-size: 2.3em;margin-bottom: 5px;line-height: 35px; }
.ser-title { font-size: 1.3em;}
.prj-span{ padding: 5px 12px; }
.project-mg img { height: 170px;}
.testimonial-container {
    padding: 60px 0;
}
.input-box{ height: 45px; }
.form-group {
    margin-bottom: 18px;
}
.footer-bottom-container{ padding-top: 10px; padding-bottom: 10px;  }
.footer-menu li a{ line-height: 28px; }

}
 @media (min-width: 1441px) and (max-width: 1599px) {
   li,body{font-size:15px !important;}
 .d-container{
         width:100%;
         padding-left: 10%;
         padding-right: 10% 
    }
 
.nav-brand img {
           width: 75%;
        margin-top: 10px;
}
.nav-menu>li>a{
  margin: 30px 14px
}
.sexy-menu.detached .nav-brand img {
 margin-top: 3px;
        width:55%;
}
.header-phone{
  margin-top: 28px !important
}
.sexy-menu.detached .nav-menu > li > a {
    margin: 22px 14px;
  }
  .sexy-menu.detached .header-phone {
    margin: 20px 14px !important;
}
#button{
  height: 40px; width: 40px; line-height: 40px; right: 15px;
}
.hero-hd{ font-size: 3.2em; }
.bnr-para {
  font-size: 1.2em;
}

.ser-container {
    padding: 50px 0;
}
.welcome-title{ font-size: 2.3em;margin-bottom: 5px;line-height: 35px; }
.ser-title { font-size: 1.3em;}
.prj-span{ padding: 5px 12px; }
.project-mg img { height: 170px;}
.testimonial-container {
    padding: 60px 0;
}
.input-box{ height: 45px; }
.form-group {
    margin-bottom: 18px;
}
.footer-bottom-container{ padding-top: 10px; padding-bottom: 10px;  }
.footer-menu li a{ line-height: 28px; }

}
 @media (min-width:1600px) and (max-width:1680px) {
     body {
         font-size:15px !important;
    }
    li{font-size:15px !important;}

 
.nav-brand img {
    width: 88%;
}
  .d-container{
       width:100%;
       padding-left:8%;
       padding-right:8% 
  }

#button{
  height: 40px; width: 40px; line-height: 40px
}

#plus { bottom: 60%;}


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

}
 

 @media (max-width:420px) { 
    body,li {
       font-size:14px !important;
  }
  p{font-size: 1em; line-height: 1.7}
  .d-container { padding-left: 5%; padding-right: 5% }
  .nav-brand img {
    width:95%;
     margin: 0px auto
  }
  .sexy-menu {
    height: 75px;
  }
  .whats-app{width: 40px;right: 10px;}


  .hero-text-area{width: 90%}
  .hero-hd{ font-size: 1.8em; line-height: 1.1; margin-bottom: 10px;}
  .bnr-para {
    font-size: 1.1em;
  }
  .red-btn,.trans-btn {
      font-size: 1em;    padding: 10px 20px;
  }
  .ser-container {
      padding: 50px 0;
  }
  .welcome-title{ font-size: 1.8em;margin-bottom: 5px;line-height: 30px; }
  .abt-top p {
    font-size: 1.1em;
  }
  .abt-top {
    margin-bottom: 2em;
  }
  .abt-content {
    padding-right: 0;
  }
  .abt-container {
    padding: 30px 0;
  }
  .content1 {
    margin-bottom: 25px;
  }
  .testimonial-bg{height: unset; margin-bottom: 20px}
  .abt-con1 { display: block; margin-right: -15px; margin-left: -15px;}
  .ser-title { font-size: 1.3em;}
  .prj-span{ padding: 5px 12px; }
  .testimonial-container {
      padding: 50px 0;
  }
  .input-box{ height: 40px; }
  .form-group {
      margin-bottom: 17px;
  }
  .abt-top2 {
    margin-bottom: 1em;
  }
  .footer-bottom-container{ padding-top: 10px; padding-bottom: 10px;  }
  .footer-menu li a{ line-height: 26px; }
  .enq-txt {
      margin-bottom: 15px;
  }
  .contact-title {
    font-size: 1.3em;
  }
  .con-icon {
    height: 38px;
    width: 38px;
  }
  .con-icon img {
    height: 20px;
  }
  .contact-item {
    margin-bottom: 15px;
  }
  .why-choose {
      margin-bottom: 25px;
  } 
  .contact-form .col-md-6:nth-child(2n) {
    padding-left: 15px;
  }
  .arrow-right {
    height: 15px;
    width: 15px;
    margin-left: 5px;
  }
  .in-contact-page-content{ padding: 35px 25px }
  .footer-address-container{display: block;}
  .footer-address{ width: 100%; float: none; margin-bottom: 20px; }
  .footer-address:nth-child(1) p br{display: none;}
  .footer-content-title{margin-bottom: 6px}
  .copy-right{ line-height: 26px; text-align: center; }
  .testimonial-row{ margin: 0 2px; }

}
 @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% }
  .nav-brand img {
    width: 83%;
     margin: 0px auto
  }
  .sexy-menu {
    height: 73px;
  }
  .whats-app{width: 40px;right: 10px;}


  .hero-text-area{width: 90%}
  .hero-hd{ font-size: 1.8em; line-height: 1.1; margin-bottom: 10px;}
  .bnr-para {
    font-size: 1.1em;
  }
  .red-btn,.trans-btn {
      font-size: 1em;    padding: 10px 20px;
  }
  .ser-container {
      padding: 50px 0;
  }
  .welcome-title{ font-size: 1.8em;margin-bottom: 5px;line-height: 30px; }
  .abt-top p {
    font-size: 1.1em;
  }
  .abt-top {
    margin-bottom: 2em;
  }
  .abt-content {
    padding-right: 0;
  }
  .abt-container {
    padding: 30px 0;
  }
  .content1 {
    margin-bottom: 25px;
  }
  .testimonial-bg{height: unset; margin-bottom: 20px}
  .abt-con1 { display: block; margin-right: -15px; margin-left: -15px;}
  .ser-title { font-size: 1.3em;}
  .prj-span{ padding: 5px 12px; }
  .testimonial-container {
      padding: 50px 0;
  }
  .input-box{ height: 40px; }
  .form-group {
      margin-bottom: 17px;
  }
  .abt-top2 {
    margin-bottom: 1em;
  }
  .footer-bottom-container{ padding-top: 10px; padding-bottom: 10px;  }
  .footer-menu li a{ line-height: 26px; }
  .enq-txt {
      margin-bottom: 15px;
  }
  .contact-title {
    font-size: 1.3em;
  }
  .con-icon {
    height: 38px;
    width: 38px;
  }
  .con-icon svg {
    height: 20px;
  }
  .contact-item {
    margin-bottom: 15px;
  }
  .why-choose {
      margin-bottom: 25px;
  } 
  .contact-form .col-md-6:nth-child(2n) {
    padding-left: 15px;
  }
  .arrow-right {
    height: 15px;
    width: 15px;
    margin-left: 5px;
  }
  .in-contact-page-content{ padding: 35px 25px }
  .footer-address-container{display: block;}
  .footer-address{ width: 100%; float: none; margin-bottom: 20px; }
  .footer-address:nth-child(1) p br{display: none;}
  .footer-content-title{margin-bottom: 6px}
  .copy-right{ line-height: 26px; text-align: 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}
   .nav-brand img {
    width: 75%;
     margin: 0px auto
  }
  .sexy-menu {
    height: 73px;
  }
  .whats-app{width: 40px;right: 10px;}
  .hero-text-area{width: 90%}
  .hero-hd{ font-size: 1.8em; line-height: 1.1; margin-bottom: 10px;}
  .bnr-para {
    font-size: 1.1em;
  }
  .red-btn,.trans-btn {
      font-size: 1em;    padding: 10px 20px;
  }
  .ser-container {
      padding: 50px 0;
  }
  .welcome-title{ font-size: 1.8em;margin-bottom: 5px;line-height: 30px; }
  .abt-top p {
    font-size: 1.1em;
  }
  .abt-top {
    margin-bottom: 2em;
  }
  .abt-content {
    padding-right: 0;
  }
  .abt-container {
    padding: 30px 0;
  }
  .content1 {
    margin-bottom: 25px;
  }
  .testimonial-bg{height: unset; margin-bottom: 20px}
  .abt-con1 { display: block; margin-right: -15px; margin-left: -15px;}
  .ser-title { font-size: 1.3em;}
  .prj-span{ padding: 5px 12px; }
  .testimonial-container {
      padding: 50px 0;
  }
  .input-box{ height: 40px; }
  .form-group {
      margin-bottom: 17px;
  }
  .abt-top2 {
    margin-bottom: 1em;
  }
  .footer-bottom-container{ padding-top: 10px; padding-bottom: 10px;  }
  .footer-menu li a{ line-height: 26px; }
  .enq-txt {
      margin-bottom: 15px;
  }
  .contact-title {
    font-size: 1.3em;
  }
  .con-icon {
    height: 38px;
    width: 38px;
  }
  .con-icon svg {
    height: 20px;
  }
  .contact-item {
    margin-bottom: 15px;
  }
  .why-choose {
      margin-bottom: 25px;
  } 
  .contact-form .col-md-6:nth-child(2n) {
    padding-left: 15px;
  }
  .arrow-right {
    height: 15px;
    width: 15px;
    margin-left: 5px;
  }
  .in-contact-page-content{ padding: 35px 25px }
  .footer-address-container{display: block;}
  .footer-address{ width: 100%; float: none; margin-bottom: 20px; }
  .footer-address:nth-child(1) p br{display: none;}
  .footer-content-title{margin-bottom: 6px}
  .copy-right{ line-height: 26px; text-align: center; }

}
 @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% }
   .nav-brand img {
    width: 65%;
     margin: 0px auto
  }
  .sexy-menu {
    height: 73px;
  }
  .whats-app{width: 40px;right: 10px;}
   .hero-text-area{width: 90%}
  .hero-hd{ font-size: 1.8em; line-height: 1.2; margin-bottom: 10px;}
  .bnr-para {
    font-size: 1.1em;
  }
  .red-btn,.trans-btn {
      font-size: 1em;    padding: 10px 20px;
  }
  .ser-container {
      padding: 50px 0;
  }
  .welcome-title{ font-size: 1.8em;margin-bottom: 5px;line-height: 30px; }
  .abt-top p {
    font-size: 1.1em;
  }
  .abt-top {
    margin-bottom: 2em;
  }
  .abt-content {
    padding-right: 0;
  }
  .abt-container {
    padding: 30px 0;
  }
  .content1 {
    margin-bottom: 25px;
  }
  .testimonial-bg{height: unset; margin-bottom: 20px}
  .abt-con1 { display: block; margin-right: -15px; margin-left: -15px;}
  .ser-title { font-size: 1.3em;}
  .prj-span{ padding: 5px 12px; }
  .testimonial-container {
      padding: 50px 0;
  }
  .input-box{ height: 40px; }
  .form-group {
      margin-bottom: 17px;
  }
  .abt-top2 {
    margin-bottom: 1em;
  }
  .footer-bottom-container{ padding-top: 10px; padding-bottom: 10px;  }
  .footer-menu li a{ line-height: 26px; }
  .enq-txt {
      margin-bottom: 15px;
  }
  .contact-form .col-md-6 {
    width: 50%;
    float: left;
  }
  .contact-title {
    font-size: 1.3em;
  }
  .con-icon {
    height: 38px;
    width: 38px;
  }
  .con-icon svg {
    height: 20px;
  }
  .contact-item {
    margin-bottom: 15px;
  }
  .why-choose {
      margin-bottom: 25px;
  } 
  .contact-form .col-md-6:nth-child(2n) {
    padding-left: 15px;
  }
  .arrow-right {
    height: 15px;
    width: 15px;
    margin-left: 5px;
  }
  .in-contact-page-content{ padding: 35px 25px }
  .footer-address-container{display: block;}
  .footer-address{
    width: 50%;
    float: left; 
    margin-bottom: 20px; 
  }
  .footer-address:nth-child(3) {
    clear: both;
  }
  .footer-content-title{margin-bottom: 6px}
  .copy-right{ line-height: 26px; text-align: center; }

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

    body,li {
       font-size:14px !important;
  }
   .d-container { padding-left: 3%; padding-right: 3% }
   .hero-text-area{width: 90%}
  .hero-hd{ font-size: 2em; line-height: 1.3; margin-bottom: 10px;}
  .bnr-para {
    font-size: 1.1em;
  }
  .red-btn,.trans-btn {
      font-size: 1em;    padding: 10px 20px;
  }
  .ser-container {
      padding: 50px 0;
  }
  .welcome-title{ font-size: 1.8em;margin-bottom: 5px;line-height: 30px; }
  .abt-top p {
    font-size: 1.1em;
  }
  .abt-top {
    margin-bottom: 2em;
  }
  .abt-content {
    padding-right: 0;
  }
  .abt-container {
    padding: 30px 0;
  }
  .content1 {
    margin-bottom: 25px;
  }
  .ser-row .col-md-4,.testimonial-row .col-md-4{ width: 50%; float: left; }
  .testimonial-bg{height: unset; margin-bottom: 20px}
  .abt-con1 {  margin-right: -15px; margin-left: -15px;}
  .ser-title { font-size: 1.3em;}
  .prj-span{ padding: 5px 12px; }
  .testimonial-container {
      padding: 50px 0;
  }
  .input-box{ height: 40px; }
  .form-group {
      margin-bottom: 17px;
  }
  .abt-top2 {
    margin-bottom: 1em;
  }
  .footer-bottom-container{ padding-top: 10px; padding-bottom: 10px;  }
  .footer-menu li a{ line-height: 26px; }
  .enq-txt {
      margin-bottom: 15px;
  }
  .contact-form .col-md-6 {
    width: 50%;
    float: left;
  }
  .contact-title {
    font-size: 1.3em;
  }
  .con-icon {
    height: 38px;
    width: 38px;
  }
  .con-icon svg {
    height: 20px;
  }
  .contact-item {
    margin-bottom: 15px;
  }
  .why-choose {
      margin-bottom: 25px;
  } 
  .contact-form .col-md-6:nth-child(2n) {
    padding-left: 15px;
  }
  .arrow-right {
    height: 15px;
    width: 15px;
    margin-left: 5px;
  }
  .in-contact-page-content{ padding: 35px 25px }
  .footer-address-container{display: block;}
  .footer-address{
    width: 50%;
    float: left; 
    margin-bottom: 20px; 
  }
  .footer-address:nth-child(3) {
    clear: both;
  }
  .footer-content-title{margin-bottom: 6px}
  .copy-right{ line-height: 26px; text-align: center; }

}

 @media  (max-width: 768px){ 
     .whatsapp-btn{width: 48px;  height: 48px;}

.nobg{background: unset !important; }
.side-form-title { margin-bottom: 7px; }
img.wh-img.mob-vew{display: block !important;}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open  #nav-toggle {
    opacity: 0;
}

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

    .nav-toggle:before {
      position: absolute;
      content: "";
      width: 40px;
      border-bottom: 3px solid #fff;
      right: 0;
    }
    .nav-toggle:after {
    content: "";
    width: 33px;
    border-bottom: 3px solid #fff;
    position: absolute;
    top: -2px;
    right: 0;
    }
    .nav-toggle {
        display: flex !important;
        align-items: center;
        width: 25px;
        height: 20px;
        cursor: pointer;
        /* border-top: 3px solid #000; */
        border-bottom: 3px solid #fff;
        text-align: center;
        justify-content: center;
        position: absolute;
        top: 25px;
        right: 15px !important;
    }
    .logo {
        margin-top: 10px;        margin-left: 10px;
    }
  .header-contact{display: none;}
  .submenu-indicator-chevron{
    border-color:transparent #fff #fff transparent !important;
  }
  .nav-dropdown {
    min-width: 100% !important;
  }
    .sexy-menu.detached {
    opacity: 1 !important;        position: unset !important;
}
.scrolled-color.nav-toggle:before, .scrolled-color.nav-toggle:after, .scrolled-color.nav-toggle {
        border-color: #dc2626 !important;
    }
.navigation-portrait li {font-size: 16px !important}
.nav-brand img {
    display: flex;
    align-items: center;
}


.hide-menu a {
    width: 27%;
    line-height: 1;
    font-size: 1em;
    display: inline-block;
    float: left;
    text-align: center;
         font-weight: normal;
    font-family: inherit; 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: 75vh!important;
    width: 100%;
    object-fit: cover;
}

.sexy-menu.detached .header-phone a {
    margin: 12px 20px !important;
}
}



 @media (min-width:769px) and (max-width:991px){
      body,li {
       font-size:14px !important;
  }
   .d-container{
         width:100%;
         padding-left: 3%;
         padding-right: 3% 
    }
 
.nav-brand img {
    width: 46%;
     margin-top: 5px;
}
.nav-menu>li>a {
    margin: 20px 11px; font-size: .67em;
}
.header-phone {
    margin: 18px 5px !important;
}
.sexy-menu.detached .nav-menu > li > a {
    margin: 17px 10px;
}
.sexy-menu.detached .nav-brand img{
      margin-top: 6px;
      width: 40%;
  } 
.sexy-menu.detached .header-phone {
    margin: 15px 0px !important;
}
 .hero-text-area{width: 90%}
  .hero-hd{ font-size: 2em; line-height: 1.3; margin-bottom: 10px;}
  .bnr-para {
    font-size: 1.1em;
  }
  .red-btn,.trans-btn {
      font-size: 1em;    padding: 10px 20px;
  }
  .ser-container {
      padding: 50px 0;
  }
  .welcome-title{ font-size: 1.8em;margin-bottom: 5px;line-height: 30px; }
  .abt-top p {
    font-size: 1.1em;
  }
  .abt-top {
    margin-bottom: 2em;
  }
  .abt-content {
    padding-right: 0;
  }
  .abt-container {
    padding: 30px 0;
  }
  .content1 {
    margin-bottom: 25px;
  }
  .ser-row .col-md-4,.testimonial-row .col-md-4{ width: 50%; float: left; }
  .testimonial-bg{height: unset; margin-bottom: 20px}
  .abt-con1 {  margin-right: -15px; margin-left: -15px;}
  .ser-title { font-size: 1.3em;}
  .prj-span{ padding: 5px 12px; }
  .testimonial-container {
      padding: 50px 0;
  }
  .input-box{ height: 40px; }
  .form-group {
      margin-bottom: 17px;
  }
  .abt-top2 {
    margin-bottom: 1em;
  }
  .footer-bottom-container{ padding-top: 10px; padding-bottom: 10px;  }
  .footer-menu li a{ line-height: 26px; }
  .enq-txt {
      margin-bottom: 15px;
  }
  .contact-form .col-md-6 {
    width: 50%;
    float: left;
  }
  .contact-title {
    font-size: 1.3em;
  }
  .con-icon {
    height: 38px;
    width: 38px;
  }
  .con-icon svg {
    height: 20px;
  }
  .contact-item {
    margin-bottom: 15px;
  }
  .why-choose {
      margin-bottom: 25px;
  } 
  .contact-form .col-md-6:nth-child(2n) {
    padding-left: 15px;
  }
  .arrow-right {
    height: 15px;
    width: 15px;
    margin-left: 5px;
  }
  .in-contact-page-content{ padding: 35px 25px }
  .footer-address-container{display: block;}
  .footer-address{
    width: 50%;
    float: left; 
    margin-bottom: 20px; 
  }
  .footer-address:nth-child(3) {
    clear: both;
  }
  .footer-content-title{margin-bottom: 6px}
  .copy-right{ line-height: 26px; text-align: center; }
  

}
 @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: 56%;
        margin-top: 4px;
}
.nav-menu>li>a{
  margin: 25px 10px; font-size: .9em
}
.sexy-menu.detached .nav-brand img {
        margin-top: 2px;
        width: 45%;
}
.header-phone{
  margin-top: 22px !important
}
.sexy-menu.detached .nav-menu > li > a {
    margin: 18px 10px;
  }
  .sexy-menu.detached .header-phone {
    margin: 16px 10px !important;
}
#button{
  height: 40px; width: 40px; line-height: 40px; right: 15px;
}
.whats-app{
  right: 0;
}
.whats-app img{width: 45px; }

.hero-hd{ font-size: 2.5em; }
.bnr-para {
  font-size: 1.1em;
}
.red-btn,.trans-btn {
    font-size: 1em;    padding: 10px 20px;
}
.ser-container {
    padding: 50px 0;
}
.welcome-title{ font-size: 2.3em;margin-bottom: 5px;line-height: 35px; }
.ser-title { font-size: 1.3em;}
.prj-span{ padding: 5px 12px; }
.project-mg img { height: 160px;}
.testimonial-container {
    padding: 50px 0;
}
.input-box{ height: 40px; }
.form-group {
    margin-bottom: 12px;
}
.footer-bottom-container{ padding-top: 10px; padding-bottom: 10px;  }
.footer-menu li a{ line-height: 24px; }

}
@media (max-width:992px) {
#button{display: none;}
 .whatsapp-btn{width: 48px;  height: 48px;}
}


