  @import url('https://fonts.googleapis.com/css2?family=Noto Sans&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body
{
    margin:0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    height:100%;
    font-family: Noto Sans, sans-serif;

}

/*.con*/
/*{*/
/*    width:1231px  !important;*/
/*}*/

/*.fa-check-square*/
/*{*/
/*      font-size: 16px !important;*/
/*}*/

/* Services */

.text-left3
{
    margin-left:-250px !important;
}
.text-left1
{
  margin-left: 75px !important;
  margin-top: 50px !important;  
}

a
{
    color:none;
}
.whiteColor2
{
  color: #fff;
  padding-left: 60px;
  padding-top: 45px !important;
}
.color2
{
    background-color:#0039a6 !important;
}
.passa
{
    margin-top:30px !important;
}
.card1
{
      padding-left: 40px !important;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 34%;
  display: inline-flex;
  background-color: #effafc;
  height: 85px !important;
  margin-top: 22px !important;
  margin-left: 22px !important;
  border-radius: 12px !important;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.passage1 {
  padding: 2px 16px;
}



.passage
{
    font-size: 40px !important;
  font-weight: 800;
  padding-top: 0px !important;
  margin-left: 42px !important;
}

.text-left
{
    margin-left:42px !important;
      margin-top: 50px !important;
}
#pricingId
{
    background-color: #9a49c0 !important;
}
strong 
{
  font-weight: 700;
  background-color: #04178f !important;
  border-radius: 46px !important;
  padding: 1px 15px !important;
    font-size: 18px !important;
      color: #fff !important;
}
.sec9
{
  font-size: 34px !important;
  font-weight: 700;
  
}
.whiteColor h1
{
    font-size:30px !important;
    margin-top: 60px !important;
  font-weight: 700 !important;
}
.text-center h3
{
    font-size:30px !important;
}
.divPaddingTop2
{
   padding-bottom: 50px !important;  
}
.divPaddingTop1
{
  padding-top: 80px;
    padding-bottom: 50px !important;
}
.lightBlue2
{
  background-color: #effafc;
}

.num
{
    padding-left:20px !important;
}
.sec-title1 h2
{
    margin-top:-1px !important;
    font-size:30px !important;
        color: #fff;
  font-weight: 700;
}
.sec-title3 a
{
    Font-size:18px !important;
   
}
.sec-title3 
{
        padding-top:60px !important;
 /*color:#fff !important;*/
 /*     padding-left: 77px !important;*/
}
.sec-title4 
{
        Font-size:18px !important;
padding-top: 45px !important;
}
.sec-title4 a
{
      color: #fff !important;
  padding-left: 73px !important;
}
.sec-title2 h2
{
      font-size:18px !important;
    color: #fff;
      padding-top: 40px !important;
}
.follow h2
{
    font-size:18px !important;
}
.follow
{
  padding-left: 265px !important;
  display: inline-flex; 
}
hr
{
  width: 1160px !important;
  border: 1px dotted #000;
}
.lightBlue1
{
      background-color: #234780;
}
.padTop-4 h5
{
        font-size:20px !important;
    color: #fff !important;
}
.padTop-3 h4
{
    margin-top:4px !important;
      font-size: 16px !important;
}
/*.price-col h3:hover*/
/*{*/
/*    color:#fff;*/
/*}*/
.price-col ul li:hover
{
     color:#fff;
}
.title h5
{
    /*text-align:left;*/
      font-size: 38px !important;
}
.phone1
{
    font-size:16px !important;
    margin-left: 10px !important;
  color: #fff;
  font-weight:600;
}
.text-header a
{
    font-size:18px !important;
    color: #fff;
  margin-left: 0px !important;
    font-weight: 600;
}
.priceplan { 
    width: 100%; 
    min-height: 100vh; 
    /*background: #effafc; */
    padding-top: 50px !important;
  padding-bottom: 80px !important;
} 
  
.priceplan h2 { 
    color: #000; 
    font-size: 32px; 
    padding: 0px 0 20px 0; 
    text-align: left; 
    margin-left: 145px !important; 
} 
  
.priceplan h3 { 
    margin: 0% 0 2% 10%; 
    font-size: 20px; 
    color: #000; 
        text-align: left; 

} 
  
.price-row { 
    width: 81%; 
    margin: auto; 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    grid-gap: 30px; 
} 
  .priceplan h1
  {
      margin-left: 145px !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  }
.price-col { 
    transition: box-shadow .5s; 
    transition: transform; 
    background: #E5E4E2; 
    padding: 10% 10%; 
    border-radius: 20px; 
    color: #D8D9DA; 
    text-align: center; 
} 
  
/*hr { */
/*    padding: -10% !important; */
/*} */
  
.price-col:hover { 
    box-shadow: 0 0 20px rgba(9, 157, 194, 0.2); 
    transform: scale(1.04); 
} 
  
.price-col p { 
    font-size: 22px; 
} 
  
.price-col h3 {
    color: #01a0fe;
    font-size: 30px; 
    margin: 15px 0 20px; 
    font-weight: 500; 
      text-align: left;
} 
 
.price-col h3 span { 
    font-size: 25px; 
} 
  
.price-col ul { 
    text-align: left; 
    margin: 10px 0; 
    color: #0C356A; 
    list-style: none; 
} 
  
.price-col ul li { 
    border-bottom: 2px solid #feffff; 
    font-size: 20px; 
    color: #000; 
    padding: 8px; 
    text-align: left; 
} 
  /*#best:hover*/
  /*{*/
  /*      background: #234780 !important;*/
  /*      color:#fff;*/
  /*}*/
.price-col button { 
    /*background-color: #EEE0C9; */
    border: 2px solid deepskyblue; 
    border-radius: 30px; 
    margin: 20px 0 0 0; 
    color: #001c38; 
    padding: 10px 111px; 
    text-align: center; 
    text-decoration: none; 
    font-size: 18px; 
} 
  
/*.price-col button:hover { */
/*    background: #091c23; */
/*    color: white; */
/*} */
  
/*#best { */
/*    background: #272829 !important; */
/*} */
  
 h5 { 
    font-size: 24px !important; 
    margin-bottom: 10px; 
    margin-top: -10px; 
      color: #000 !important;
        text-align: left;
          font-weight: 600;
} 
  
/*#prem { */
/*    color: #01a0fe !important; */
    /*text-shadow: 1px 1px gold; */
/*}*/





.but2 
{
   font-size: 22px !important;
  color: #893c7e;
  border-radius: 35px !important;
  margin-top: -42px;
  border: none;
  background-color: #fff;
  padding: 6px 19px !important;
  margin-left: 318px !important;
  margin-right: 215px !important;
    font-weight: 700;
}
.firstheader
{
      background-color: #234780;
      
}
.stars
{
margin-left: 25px !important;
  margin-top: -25px !important;
  font-size: 24px !important;
    
}

.testimonials .testi .item 
{
  background: #fff;
  padding: 50px 30px;
  border-radius: 15px;
    margin-top: 90px !important;
}

.owl-carousel .owl-stage::after
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.testimonials
{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding:50px 0;
    background:#effafc;
    font-family: Noto Sans, sans-serif;
}

.testimonials::before
{
    content:'';
    position: absolute;
    right:0;
    left:0;
    top:0;
    bottom:0;
}

.testimonials .title 
{
    /*text-align: center;*/
    margin-bottom: 50px;
    position: relative;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
    
}

/*.testimonials .title h1 */
/*{*/
/*    color: #000;*/
/*line-height: 1.2em;*/
/*font-size: 40px;*/
/*font-weight: 700;*/
/*margin-bottom: -3px;*/
/*}*/

.testimonials .title h2 
{
    color: #000;
    line-height: 25px;
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 1px;
    margin:0;
    padding-top: 20px;
    text-align: left;
  margin-left: -250px !important;
    /*  padding-bottom: 60px !important;*/
}

.testimonials .title img 
{
    margin-top: -10px;
    
}

.testimonials .title p 
{
    margin: 0 0 10px;
    margin-bottom: 0;
    color: #000;
    margin-top:10px !important;
      font-size: 18px !important;
      text-align: left;
  margin-left: -250px !important;
}

.testimonials .testi .item 
{
    background: #fff;
padding: 50px 30px;
border-radius:15px;
    
}

.testimonials .testi .item .profile 
{
    display:flex;
    padding-left: 15px;
    
}

.testimonials .testi .item .profile img 
{
    /*border-radius: 100%;*/
    width:90px;
    height:90px;
    /*object-fit:cover;*/
    margin-top: -80px !important;
  margin-left: -20px !important;
}

.testimonials .testi .item .profile .information 
{
    padding-left:20px;
    margin-bottom:15px;
      font-size: 24px !important;
}

.testimonials .testi .item .profile .information .stars i 
{
    color:#893c7e;
    
}

.testimonials .testi .item .profile .information p 
{
    font-size: 18px;
/*margin: 0px auto 0px;*/
color: #000;
font-weight: 500;
/*line-height: 1;*/
    margin-left: -105px !important;
  margin-top: 21px !important;
}

.testimonials .testi .item .profile .information span 
{
    color: #000;
    
    margin-top: -4px;
    line-height: 1.6em;
    font-size: 14px;
    
}

.testimonials .testi .item>p 
{
    /*margin-bottom: 15px;*/
font-size: 20px;
/*line-height: 1.6em;*/
/*display: block;*/
/*z-index: 2;*/
/*font-style: italic;*/
color: #000;
text-align: left;
      margin-top: -10px !important;
}

.testimonials .testi .item .icon 
{
    text-align: center;
    
}

.testimonials .testi .item .icon i 
{
    font-size: 32px;
    color: #FFD832;
    
}




#inner-circle h2 {
  font-size: 36px !important;
  color: #fff;
  text-align: center;
  margin-top: 15px !important;
  font-weight: bolder;
    
}
.center-block1 
{
    background: #3457D5;
    /*padding: 20px 78px !important;*/
  /*  height: 150px !important;*/
  /*width: 100% !important;*/
  border-radius: 20px !important;
    padding: 10px 10px !important;
}

.bgCol1
{
    background:auto !important;
}


.section1
    {
      /*background-color:#7FC8FD !important;*/
      background-image: url("../images/Hero.png") !important;
      background-size:auto;
      background-repeat: no-repeat;
      background-attachment: fixed; 
      /*background-image: repeating-conic-gradient(#007FFF 5%, #89CFF0 20%);*/
     /*background-image: url("images/Port.jpeg") !important;*/
     padding-top: 250px  !important;
       /*padding-bottom: 100px !important;*/
      /*background-size: cover !important;*/
    }
    .first
    {
        font-size: 48px !important;
        margin-top: 100px !important;
        color: #000 !important;
        font-weight: 700 !important;
    }
    .para
    {
        font-size: 22px !important;
        color: #000 !important;
        margin-top: 35px ;
    }
    .bt
    {
        font-size: 20px !important;
        border-radius: 20px !important;
        font-weight: 500 !important;
        color: #fff !important;
        background-color: #000 !important;
          padding: 7px 20px !important;
            margin-top: 20px !important;
    }
    
    .para1
    {
        font-size: 18px !important;
        text-align: center;
        color: #000 !important;
    }
    .counter
    {
          font-size: 38px !important;
          font-weight: 600 !important;
            margin-left: 14px !important;
    }
    .but
    {
        font-size: 18px !important;
        font-weight: 500;
        background-color:#fff;
        border-radius: 30px !important;
        padding: 10px 20px !important;
        margin-top: 20px;
          border: none;
            margin-left: 45px !important;
    }
    .sec
    {
        font-size: 30px !important;
          font-weight: 700;
            padding-top: 30px !important;
               margin-left: 0px !important;
    }
    .letter
    {
       font-size: 20px !important;
  margin-left: 14px !important;
  font-weight: bold;
  color: #fff;
    }
    .color2
    {
        background-color: #0039a6 !important;
    }
    .head1 a
    {
        font-size: 18px !important;
        color: #893c7e !important;
        background-color: #fff !important;
        border-radius: 25px !important;
  padding: 10px 26px !important;
    }
    /*.cont
    {
        justify-content: space-between;
          display: inline-flex;
          margin-left: 250px !important;
            margin-top: 5px !important;
    }*/
     .head2 a
    {
        font-size: 18px !important;
        color: #fff !important;
        background-color: #893c7e !important;
        border-radius: 26px !important;
  padding: 10px 22px !important;
  margin-left: 33px !important;
    }
   
    .head3 a
    {
        font-size: 16px !important;
        color: #fff !important;
        background-color:#04178f !important;
        border-radius: 26px !important;
  padding: 10px 22px !important;
  margin-left: 14px !important;
  }
    .head4 a
    {
        font-size: 18px !important;
        color: #fff !important;
        background-color: #ad37e1 !important;
        border-radius: 15px !important;
  padding: 10px 33px !important;
  margin-left: 0px !important;
    }
    .about1
    {
        margin-top: 35px !important;
     }
    
    .header2
    {
       border:none;
      float: right; 
      display: inline-flex;
       margin-top: -27px !important;
  margin-right: -488px !important;
    }
    .about
    {
        padding-top: 80px !important;
        /*background-color: honeydew !important;*/
  padding-bottom: 120px !important;
    }
    .abt1
    {
        font-size: 32px !important;
        font-weight: 600 !important;
          margin-top: 35px !important;
    }
    .abt2
    {
       font-size: 34px;
       color: black;
       font-weight: 600 !important;  
    }
    .bg{
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 28px;
  /*background-color: deepskyblue;*/
}
.back{
    border:1px  !important;
    color:#fff !important;
    border-radius:10px !important;
      /*background: #fff;*/
      width: 285px !important;
        margin-left: 30px !important;
}
/*.back:hover{*/
/*    box-shadow: 2px 5px #024;*/
/*  background: #B2FFFF !important;*/

/*}*/
.back1{
    border:1px  !important;
    color:#fff !important;
    border-radius:10px !important;
      /*background: #fff;*/
      margin-left: 27px !important;
  width: 285px !important;
}
/*.back1:hover{*/
/*    box-shadow: 2px 5px #024;*/
/*  background: #B2FFFF !important;*/
/*}*/
.back2{
    border:1px  !important;
    color:#fff !important;
    border-radius:10px !important;
      /*background: #fff;*/
      width: 285px !important;
        margin-left: 30px !important;
}
/*.back2:hover{*/
/*   box-shadow: 2px 5px #024;*/
/*  background: #B2FFFF !important;*/

/*}*/
.back3{
    border:1px  !important;
    color:#fff !important;
    border-radius:10px !important;
      /*background: #fff;*/
      margin-left: 27px !important;
  width: 285px !important;
}
/*.back3:hover{*/
/*    box-shadow: 2px 5px #024;*/
/*  background: #B2FFFF !important;*/

/*}*/
.counter{
    color:#fff !important;
}
.sec1
{
    font-size: 36px !important;
  font-weight: 600 !important;
  color: #fff !important;
  padding-top: 0px !important;
  padding-left: 75px !important;
  padding-right: 17px !important;
  line-height: 55px !important;
}
.letter1
{
    font-size: 22px !important;
  padding-left: 75px !important;
  padding-right: 17px !important;
  line-height: 32px !important;
    color: #fff !important;
}
.phone
{
     /*padding-left: 60px !important;*/
  font-size: x-large;
  /*padding-top: 27px !important;*/
     color: #fff;
}
.number
{
    font-size:26px !important;
}
.but1
{
    font-size: 22px !important;
  color: #fff;
  border-radius: 35px !important;
  margin-top: 75px;
  border: none;
  background-color: #893c7e;
  padding: 5px 25px !important;
  margin-left: 70px !important;
    font-weight: 700;
}

.color1
{
     
background:  linear-gradient(90deg, rgba(151,183,217,1) 39%, rgba(5,41,145,1) 99%, rgba(9,9,121,0.7847338764607406) 99%) !important;
padding-top:55px !important;
padding-bottom:65px !important;
margin-bottom:40px !important;
}

/*#content {*/
/*   position:absolute;*/
/*   left:0;*/
/*   right:0;*/
/*   margin-left:auto;*/
/*   margin-right:auto;*/
/*   width: 100px;*/
/*}*/

#outer-circle {
     background:#0039a6;
   border-radius: 50%;
   height: 210px;
  width: 210px;
   position: absolute;
  margin-top: 27%;
  margin-left: -15%;
   /* 
    Child elements with absolute positioning will be 
    positioned relative to this div 
   */
 }
 #inner-circle {
  position: absolute;
  background: #04178f;
  border-radius: 50%;
  height: 155px;
  width: 155px;
  top: 13%;
  left: 13%;
   /*
    Put top edge and left edge in the center
   */
   /*top: 50%;*/
   /*left: 50%;*/
   /*margin: -150px 0px 0px -150px;*/
   /* 
    Offset the position correctly with
    minus half of the width and minus half of the height 
   */
 }
  #inner-circle h3
  {
      font-size:26px !important;
      color:#fff;
      text-align: center;
  margin-top: 45px !important;
    font-weight: 500;
  }
 .row1 h2
 {
     font-size: 24px !important;
  color: #fff;
  padding-top: 10px !important;
  font-weight: 600;
 }
/*.mcontent {
  display: flex;
  justify-content: space-between;
  padding: 30px !important;
}*/




.contact
{
    padding-top: 80px !important;
      padding-bottom: 80px !important;
}
.header-left
{
    margin-left: -80px !important;
      /*margin-top: -21px !important;*/
}
.text-center
{
    text-align: center;

}
.terms
{
    margin:40px 0px !important;
}
.fa-circle-check
{
   margin: 14px !important;
}
.fa-solid, .fas 
{
  font-weight: 900;
}

.terms1 h2 
{
  font-size: 30px;
  margin-top: 260px;
  margin-bottom: 10px;
}
.terms h6
{
    font-size:18px !important;
    line-height:25px !important;
}
.name
{
    color:#204881 !important;
    font-size: 30px !important;
    font-weight: 600 !important;
/*    margin-left: -23px  !important;
*/}
.Number
{
    margin-left:10px !important;
}
.header1
{
    height: 60px !important;
    background-color: #04178f;
  padding: 0px 20px !important;
}
.footer
{
    background:#afcb1f !important;
}
.bgCol
{
    background:#01a0fe!important;
}
/*.letter-spacing {
    letter-spacing: 5px;
}*/
.padTB-5 {
    padding: 5% 0;
      margin-left: 10px !important;
}

.headTitle {
    margin: 20px 0px;
}

.padTop-3 {
    padding: 2%;
      display: -webkit-inline-box;
        color: #fff !important;
          margin-left: -14px !important;
}

.padTB-2 {
    padding: 2% 0;
}

.grayColor {
    background-color: #F5F5F5;
}

/*.button #btn1 {*/
/*    background-color: #4CAF50;*/
/*     Green */
/*    border: none;*/
/*    color: white;*/
/*    padding: 15px 32px;*/
/*    text-align: center;*/
/*    text-decoration: none;*/
/*    display: inline-block;*/
/*    font-size: 16px;*/
/*}*/

.square {
    background-color: #555;
}

.whiteColor {
    color: #fff;
      /*padding-left: 60px;*/
        padding-top: 20px !important;
}

.service-title-block {
    margin: 25px 0 15px;
}

.pad6 {
    padding: 5%;
}

.padTop-5 {
    padding-top: 5%;
}

.pad10 {
    padding: 10%;
}

.mb-60 {
    margin-bottom: 60px;
}

.services-inner {
    border: 2px solid #01a0fe;
    transition: .3s;
    height: 180px;
}

.our-services-img {
    float: left;
    margin-left: 2px;
    margin-right: 10px;
    margin-top: 28px;
      /*background-color: #BEE4F4;*/
        padding: 10px 10px !important;
}

.our-services-text {
    padding-right: 10px;
}

.our-services-text {
    overflow: hidden;
    /*padding: 28px 0 25px*/
    ;
}

.our-services-text h4 {
    color: #000 !important;
    font-size: 20px;
    font-weight: 550;
    letter-spacing: 0px;
    margin-bottom: 8px;
    padding-bottom: 0px;
    position: relative;
    text-transform: capitalize;
}

.our-services-text h4::before {
   /* background: #1d9f95 none repeat scroll 0 0;*/
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 35px;
}

.our-services-wrapper:hover .services-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.our-services-text p {
    margin-bottom: 0;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
    margin-bottom: 15px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    height: 420px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1;
}

.navbar {
    margin-bottom: 0;
}
/*.lightBlue*/
/*{*/
/*   background-color: #effafc;*/
/*}*/

.lightBlue1 {
    background-color: #04178f;
}

  .col-lg-2 {
    width: 19.667%;
  }
.process-inner1 {
    background: #fff none repeat scroll 0 0;
    /*border: 2px solid transparent;*/
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.process-inner:hover .headTitle>h3 {
    color: #00aeef;
}

/*.process-inner:hover {*/
/*    border-radius: 5%;*/
/*      background: skyblue;*/
/*}*/

.sec-title h2 {
    /*left: 50%;*/
    position: relative;
    padding-bottom: 7px;
    /*margin-left: -25%;*/
      font-weight: 700;
}

.sec-title h2:before {
    content: "";
    position: absolute;
    left: 47%;
    bottom: 0;
    width: 50px;
    /*border-bottom: 2px solid #01a0fe;*/
}

.sec-title1 h2 {
    /*left: 50%;*/
    position: relative;
    padding-bottom: 16px;
    /*margin-left: -25%;*/
}

.sec-title1 h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    /*border-bottom: 2px solid #204881;*/
}

.sec-title3 h1 {
    /*left: 50%;*/
    position: relative;
    padding-bottom: 16px;
    /*margin-left: -25%;*/
}

.sec-title3 h1:before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 50px;
    /*border-bottom: 2px solid #01a0fe;*/
}

.theme-btn {
    /*position: absolute;*/
    right: 0px;
    top: 0px;
    width: 200px;
    height: 51px;
    margin: 16px 30px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.11);
    /*font-family: 'Open Sans', sans-serif;*/
    background: #00aeef;
    border-radius: 28px;
}

.marginTop-8 {
    margin-top: 8%;
}

.cleanup {
    background-image: url("../images/half-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.grayText {
    color: #ccc;
}

.pad-0 {
    padding: 0px;
      /*margin-left: 30px !important;*/
}

.blackbg {
    background-color: #000;
}

.displayFlex1 {
    display: flex;
    justify-content: flex-end;
}

.displayFlex2 {
    display: flex;
    justify-content: flex-start;
}

.whiteColor {
    color: #FFF;
}

.padXY {
    padding: 5% 20%;
}

.bgblue {
    border-top: 3px solid #01a0fe;
}

.more_details_bg {
    background-image: url(../images/washing.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.divMargin {
    margin: 0 20% !important;
}

.tablePrice {
    background-color: #ffffffb5;
}


/*.item-name {
    color: #808080;
    display: block;
    float: left;
    text-transform: capitalize;
    width: 60%;
}
.item-price {
    float: right;
    text-align: right;
    font-weight: 600;
}*/


/*.more_details {
    padding:4% 8%;
background-color: #f8f8f8;
}
.more_details>li {
    line-height: 2em;
}*/

/*a {*/
/*    color: #FFF;*/
/*}*/

.sec-title2 a {
  color: #fff;
  font-size: 18px !important;
}
.marginLG-2 {
    margin: 0 2%;
}

.marginZero {
    margin: 0px;
}

.marginLR-8 {
    margin: 0 8%;
}

.vertical-small-seperator {
    height: 26px;
    background: #d5dce4;
    width: 1px;
    /* height: 15px;*/
    display: inline-block;
    margin: 0px 20px;
}

.text-header 
{
    color: #fff;
    font-size: 15px  !important;
  /*margin-left: 40px  !important;*/
  margin-right: 30px   !important;
    text-align: center;
      padding-top: 15px !important;
    
}
/*.center*/
/*{*/
/*font-size: 14px !important;*/
/*  margin-left: 20px !important;*/
/*  margin-right: 21px !important;*/
    
/*}*/

.contactHeader {
    color: #00aeef;
    font-size: 25px;
    font-weight: bold;
}

.header-right {
    display: flex;
    justify-content: baseline;
    align-items: center;
    justify-content: flex-end;
    padding: 40px 0px;
}
.section2
{
  padding-top:50px; !important;

}
.about
{
    padding-top:240px; !important;

}
.section
{
    padding-top:125 !important;
}
.pricing
{
    padding-top:160px !important;
    
}
/*.menu*/
/*{*/
/*    background:#01a0fe !important;*/
/*    font-size:22px !important;*/
/*    font-weight: 600 !important;*/
/*}*/
.section7
{
     background:#234780 !important;
     margin-top: 80px !important;
}
.headerClass {
    display: flex;
    justify-content: center;
}

.contactSize a {
    font-size: 20px;
      color: #fff !important;
}

.fixed-top {
    /*background-color: #effafc !important;*/
    width: 99% !important;
    z-index: 500;
    padding-top: 0px;
    position: fixed;
    padding: 0px;
}

.navbar-inverse {
    background-color: #00aeef;
}

.navbar {
    border: 1px solid transparent;
    min-height: 35px !important;
    position: relative;
    display: block;
    margin-bottom: 0;
    border-radius: 0;
    /* z-index: -9999; */
      background: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse {
    border: none !important;
}

.navbar-inverse .navbar-nav>.active>a {
    background-color: #38c0f3 !important;
    color: #fff !important;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 7px 34px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-inverse .navbar-nav > li:hover {
    background-color: #38c0f3;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #38c0f3;
}

.divPaddingTop {
    padding-top: 22px;
}
/*.divPaddingTopSlider{
     padding-top: 52px;
}*/
.btnSubmit
{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}
.note
{
    text-align: center;
    /*height: 80px;*/
    background: -webkit-linear-gradient(left, #0072ff, #8811c5);
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}

.laundryMenu{
    width: 50%;
}
.callBlueButton{
    background-color: #00aeef;
}
.nav-pills>li>a {
    border-radius: 0px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #01a0fe;
}

@media (min-width: 992px) and (max-width: 1280px) {

  .name
  {
    font-size: 26px !important;
    font-weight: 600 !important;
    /*margin-left: 20px !important;*/
    margin-left: 70px  !important;
    margin-top: -217px !important;
    text-align: start;
  }
  .text-header {
    display: flex;
    margin-top: -37px !important;
    padding: 0px 25px !important;
        margin-left: -400px !important;
  }
    .header-right
    {
         margin-top: -33px !important;
    }
    .Number
    {
        /*margin-top:20px !important;*/
        /*margin-left:-10px !important;*/
            /*margin-top: 100px !important;*/
            /*margin-left: -250px !important;*/
            margin-top: 62px !important;
    margin-left: -354px !important;
    }
    .icon 
    {
            display: none;
    }
    .order
    {
          /*margin: 16px 2px !important;*/
          /*    margin-top: 30px !important;*/
    margin: 0px 20px !important;
    margin-top: 60px !important;
    }
    .header-left
    {
        width: 31% !important;
        margin-left: 10px  !important;
    }
    .about
{
    padding-top:100px; !important;

}
.section
{
    padding-top:100px; !important;
}
.pricing
{
    padding-top:100px; !important;
}
    .header-left
    {
        width:31% !important;
         margin-left: 47px !important;
    }
    .services-inner {
        border: 2px solid #234780 !important;
        margin-left: 0px;
        transition: .3s;
    }
    .mb-60 {
        margin-bottom: 30px;
    }
    .displayFlex2 {
        display: flex;
        justify-content: flex-end;
    }
    .displayFlex1 {
        display: flex;
        justify-content: flex-start;

    }
}

@media (min-width: 768px) and (max-width: 1024px) {
   .name {
    font-size: 28px  !important;
    font-weight: 600 !important;
/*    margin-left: 20px !important;
*/    margin-left: 2px   !important;
    margin-top: -17px  !important;
    text-align: start;
  }
  .icon 
    {
            display: none;
    }
    .text-header {
    display: flex;
    margin-top: -55px   !important;
    padding: 0px  50px   !important;
        margin-right: 12% !important;
            font-size: 18px !important;
            margin-left: -23% !important;
  }
  .Number 
  {
  margin-top: 75px !important;
    margin-left: -430px !important;
  }    
   .order 
   {
       margin: -8px 23px !important;
    margin-top: 69px !important;
}
  .header-left 
  {
    width: 21% !important;
    margin-left: 2px !important;
  }
    .about
{
    padding-top:100px; !important;

}
.section
{
    padding-top:100px; !important;
}
.pricing
{
    padding-top:100px; !important;
}
    /* .header-left*/
    /*{*/
    /*    width:70% !important;*/
    /*    margin-left: 47px !important;*/
    /*}*/
    .mb-60 {
        margin-bottom: 30px;
    }
    #bestFlex {
        display: contents;
    }
    .displayFlex1 {
        display: flex;
        justify-content: flex-start;
    }
    .displayFlex2 {
        display: flex;
        justify-content: flex-end;
    }
    .padXY {
        padding: 5%;
    }
    .fixed-top {
        background-color: #fff !important;
        width: 100%;
        z-index: 500;
        padding-top: 0px;
        position: unset;
        padding: 0px;
    }
    .divPaddingTop {
        padding-top: 0px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
   .name
  {
    font-size: 26px !important;
    font-weight: 600 !important;
    /*margin-left: 20px !important;*/
    margin-left: 70px !important;
    margin-top: -217px !important;
    text-align: start;
  }
  .text-header {
    display: flex;
    margin-top: -37px !important;
    /*padding: 0px 25px !important;*/
        margin-left: -400px !important;
  }
    .header-right
    {
         margin-top: -33px !important;
    }
    .Number
    {
        /*margin-top:20px !important;*/
        /*margin-left:-10px !important;*/
            /*margin-top: 100px !important;*/
            /*margin-left: -250px !important;*/
            margin-top: 62px !important;
    margin-left: -354px !important;
    }
   .icon 
    {
            display: none;
    }
    .order
    {
          /*margin: 16px 2px !important;*/
          /*    margin-top: 30px !important;*/
    margin: 0px 20px !important;
    margin-top: 60px !important;
    }
    .header-left
    {
        width: 31% !important;
        margin-left: 10px !important;
    }
     .about
{
    padding-top:100px; !important;

}
.section
{
    padding-top:100px; !important;
}
.pricing
{
    padding-top:100px; !important;
}
    .process-inner {
        background-color: transparent;
        box-shadow: none;
    }
    .mb-60 {
        margin-bottom: 30px;
 
    }

    .services-inner {
        border: 2px solid #234780;
        margin: 35px;
        transition: .3s;
        height: auto;
    }
    .padXY {
        padding: 5%;
    }
    .displayFlex1 {
        display: flex;
        justify-content: flex-start;
    }
    .centerText {
        text-align: center;
    }
    .padTB-20 {
        padding: 10% 0;
    }
    .mobPad {
        padding: 25px 0px;
    }
    .fixed-top {
        background-color: #fff !important;
        width: 100%;
        z-index: 500;
        padding-top: 0px;
        position: unset;
        padding: 0px;
    }
    .divPaddingTop {
        padding-top: 0px;
    }
    .divMargin {
        margin: 0 10%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    .name
  {
    font-size: 26px !important;
    font-weight: 600 !important;
    /*margin-left: 20px !important;*/
 margin-left: 70px !important;
    margin-top: -217px !important;
    text-align: start;
  }
  .text-header {
    display: flex;
        font-size: 14px !important;
    margin-top:  -37px !important;
    margin-left: -255px !important;
        margin-right: -9px !important;
  }
    .header-right
    {
         margin-top: -33px !important;
    }
    .Number
    {
        /*margin-top:20px !important;*/
        /*margin-left:-10px !important;*/
            /*margin-top: 100px !important;*/
            /*margin-left: -250px !important;*/
            margin-top:62px  !important;
    margin-left: -354px !important;
    }
   .icon 
    {
            display: none;
    }
    .order
    {
          /*margin: 16px 2px !important;*/
          /*    margin-top: 30px !important;*/
    margin: 0px 20px !important;
    margin-top: 60px !important;
    }
    .header-left
    {
        width: 32% !important;
        margin-left: 10px !important;
            margin-top: 65px !important;
    }
    .about
{
    padding-top:100px; !important;

}
.section
{
    padding-top:100px; !important;
}
.pricing
{
    padding-top:100px; !important;
}
    /* .header-left*/
    /*{*/
    /*    width:31% !important;*/
    /*    margin-left: 47px !important;*/
    /*}*/
    .process-inner {
        background-color: transparent;
        box-shadow: none;
    }
   .centerText {
    text-align: inherit;
  }
    .mb-60 {
        margin-bottom: 30px;
    }
    .services-inner {
        border: 2px solid #234780;
        margin: 0 5%;
        transition: .3s;
        height: auto;
    }
    .padXY {
        padding: 0;
    }
    .padTB-20 {
        padding: 10% 0;
    }
    .mobPad {
        padding: 25px 0px;
    }
    .headerClass {
        display: contents;
    }
    .vertical-small-seperator {
        display: none;
    }
    .text-header {
        display: flex;
    }
    .header-right {
        display: flex;
        justify-content: baseline;
        align-items: center;
        justify-content: center;
        padding: 20px 0px;
    }
    .fixed-top {
        background-color: #fff !important;
        width: 100%;
        z-index: 500;
        padding-top: 0px;
        position: unset;
        padding: 0px;
    }
    .divPaddingTop {
        padding-top: 0px;
    }
    .divMargin {
        margin: 0px;
    }
    
    .sec-title h2:before {
    left: 50%;
    margin-left: -25px;
    }
     .sec-title3 h1:before {
    left: 50%;
    margin-left: -25px;
    }
}


/*Gallery*/

.box {
    /*font-family: 'Merriweather Sans', sans-serif;*/
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.box:hover {
    box-shadow: 3px 3px 5px #999;
}

.box:before,
.box:after {
    content: "";
    background: radial-gradient(circle at 23% 70%, rgba(255, 255, 255, 0.8), #fff 30%);
    width: 150%;
    height: 150%;
    opacity: 0;
    transform: rotate(45deg);
    position: absolute;
    top: -10.5%;
    right: -150%;
    z-index: 1;
    transition: all 0.35s ease;
}

.box:after {
    background: rgba(255, 255, 255, 0.5);
    width: 65%;
    height: 65%;
    right: auto;
    left: -20%;
    top: -65%;
}

.box:hover:before {
    opacity: 1;
    right: -85%;
}

.box:hover:after {
    opacity: 1;
    top: -42%;
}

.box img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.box:hover img {
    transform: scale(1.2);
}

.box .box-content {
    text-align: right;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -100%;
    z-index: 2;
    transition: all .5s;
}

.box:hover .box-content {
    right: 5%;
}

.box .title {
    color: #1e272e;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px 0;
}

.box .post {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 10px;
    display: block;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box .icon li {
    display: inline-block;
    margin: 0 4px;
}

.box .icon li a {
    color: #fff;
    background-color: #1e272e;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}

.box .icon li a:hover {
    color: #1e272e;
    background-color: #fff;
    border-radius: 10%;
    box-shadow: 0 0 5px #1e272e inset;
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
/*    .back1 {*/
/*  border: 1px !important;*/
/*  color: #fff !important;*/
/*  border-radius: 10px !important;*/
/*  background: #fff;*/
/*  margin-left: 30px !important;*/
/*  width: 285px !important;*/
/*      margin-top: 10px !important;*/
/*}*/
/*.back3 {*/
/*    border: 1px !important;*/
/*    color: #fff !important;*/
/*    border-radius: 10px !important;*/
/*    background: #fff;*/
/*    margin-left: 30px !important;*/
/*    width: 285px !important;*/
/*    margin-top: 10px !important;*/
/*  }*/

 .back1
{
      margin-top: 35px !important;
        margin-left: 30px !important;
}

 .back2
{
      margin-top: 35px !important;
        margin-left: 30px !important;
}
 .back3
{
      margin-top: 35px !important;
        margin-left: 30px !important;
}

  .section1
  {
        padding-top: 20px !important;
  }
  .whiteColor
  {
      padding-left: 15px;
  padding-bottom: 30px !important;
  }
  .about
  {
        padding-top: 70px !important;
  }
  .phone
  {
        padding-left: 27px !important;
  }
.but1 {
  margin-left: 44px !important;
  margin-bottom: 30px !important;
}
/*.center-block1*/
/*{*/
/*      margin-left: 25px !important;*/
/*}*/
.sec1
{
      padding-left: 39px !important;
}
.letter1
{
      padding-left: 41px !important;
}

.padTB-2 {
  padding: 15% 0;
}
.centerText {
    text-align: inherit;
  }
  #outer-circle {
  /*    margin-top: 0%;*/
  /*margin-left: 20%;*/
  display:none;
  }
  #inner-circle
  {
      /*top: 13%;*/
      /*left: 29%;*/
        display:none;
  }
   .image
  {
        margin-left: -170px !important;
  }
  .pad6
  {
        margin-top: 20px !important;
  }
  .Newbar
  {
          margin-left: -37px !important;
              display: inline !important;
  }
  .testimonials .testi .item
 {
       margin-top: 44px !important;
 }
 .header-left
    {
        width: 32% !important;
        margin-left: 10px !important;
            margin-top: 65px !important;
    }
    .para 
    {
          margin-bottom: 70px !important;
    }
     .but2
    {
        padding: 10px 14px !important;
  margin-left: 44px !important;
  margin-right: 34px !important;
  margin-bottom: 25px !important;
      margin-top: 2px !important;
    }
    .price-col button
    {
          padding: 4px 84px;
    }
    .priceplan h3
    {
          margin-bottom: 30px !important;
          text-align: left;
    }
     .priceplan h2 
    {
          text-align: left;
    }
    .follow
    {
          display:inline;
            padding-top: 20px !important;
    }
    .sec-title4 a
    {
          padding-left: 17px !important;
    }
    .sec-title4
    {
          padding-top: 55px !important;
    }
    .priceplan h2
    {
          margin-left: 30px !important;
    }
    .priceplan h1
    {
          margin-left: 28px !important;
    }
    .app
    {
        margin-top:75px !important;
    }
    .text-left3
    {
        margin-left: 85px !important;
    }
    .testimonials .title h2
    {
          margin-left: 30px !important;
    }
    .testimonials .title p
    {
          margin-left: 30px !important;
    }
    .card
    {
          width: 42% !important;
    }
}

@media only screen and (max-width:479px) {
    .box .title {
        font-size: 20px;
    }
}

@media only screen and (min-width:400px) {

  .header-right 
  {
    display: flex;
    /*justify-content: baseline;*/
    align-items: center;
    justify-content: center;
    padding: 21px 0px;
    margin-top: 0px !important;
    margin-left: 45px !important;
  }
    .icon 
    {
            display: none;
    }
     
}

@media only screen and (max-width:800px) {
    
    .header-right 
    {
    display: flex;
    justify-content: baseline;
    align-items: center;
    justify-content: center;
    padding: 21px 0px;
    margin-top: 0px !important;
    margin-left: 255px  !important;
  }
/*   .back1 {*/
/*  border: 1px !important;*/
/*  color: #fff !important;*/
/*  border-radius: 10px !important;*/
/*  background: #fff;*/
/*  margin-left: 30px !important;*/
/*  width: 285px !important;*/
/*      margin-top: 10px !important;*/
/*}*/

 .back1
{
      margin-top: 35px !important;
        margin-left: 30px !important;
}
/*.back3 {*/
/*    border: 1px !important;*/
/*    color: #fff !important;*/
/*    border-radius: 10px !important;*/
/*    background: #fff;*/
/*    margin-left: 30px !important;*/
/*    width: 285px !important;*/
/*    margin-top: 10px !important;*/
/*  }*/

 .back2
{
      margin-top: 35px !important;
        margin-left: 30px !important;
}
 .back3
{
      margin-top: 35px !important;
        margin-left: 30px !important;
}
.but
{
      margin-left: 42px !important;
}
.header-left
    {
        width: 32% !important;
        margin-left: 10px !important;
            margin-top: 65px !important;
    }
 .name
  {
    font-size: 26px  !important;
    font-weight: 600 !important;
    margin-left: 20px !important;
 margin-left: 122px   !important;
    margin-top: -378px  !important;
    text-align: start;
  }
  .text-header {
    display: flex;
    margin-top:  -130px !important;
    /*padding: 0px  1px !important;*/
    /*margin-left: -240px   !important;*/
        font-size: 18px !important;
            /*margin-right: -5%   !important;*/
            margin-left: -246px  !important;
    margin-right: -11px   !important;
  }
    
    .Number
    {
        margin-top:20px !important;
        margin-left:-10px !important;
            margin-top: 100px !important;
            margin-left: -250px !important;
            margin-top:62px  !important;
    margin-left: -252px !important;
    }
    .whiteColor
  {
      padding-left: 15px;
  padding-bottom: 30px !important;
  }
  .about
  {
        padding-top: 70px !important;
  }
  .phone
  {
        padding-left: 27px !important;
  }
  .but1 {
  margin-left: 44px !important;
  margin-bottom: 30px !important;
}
/*.center-block1*/
/*{*/
/*      margin-left: 25px !important;*/
/*}*/
.sec1
{
      padding-left: 39px !important;
}
.letter1
{
      padding-left: 41px !important;
}

.padTB-2 {
  padding: 15% 0;
}
.centerText {
    text-align: inherit;
  }
   #outer-circle {
  /*    margin-top: 0%;*/
  /*margin-left: 20%;*/
  display:none;
  }
  #inner-circle
  {
      /*top: 13%;*/
      /*left: 29%;*/
      display:none;
  }
  .image
  {
        margin-left: -170px !important;
 
 }
 .testimonials .testi .item
 {
       margin-top: 44px !important;
 }
 .para 
    {
          margin-bottom: 70px !important;
    }
    .but2
    {
        padding: 10px 14px !important;
       margin-left: 44px !important;
       margin-right: 34px !important;
       margin-bottom: 25px !important;
       margin-top: 2px !important;
    }
    .price-col button
    {
          padding: 4px 84px;
    }
    .priceplan h3
    {
          margin-bottom: 30px !important;
              text-align: left;
    }
    .priceplan h2 
    {
          text-align: left;
    }
    .padTop-3 
    {
          display: flow-root;
              margin-left: -5px !important;
    }
    .follow
    {
          display: inline;
            padding-top: 20px !important;
    }
    .sec-title4 a
    {
          padding-left: 17px !important;
    }
    .sec-title4
    {
          padding-top: 55px !important;
    }
    .priceplan h2
    {
          margin-left: 30px !important;
    }
    .priceplan h1
    {
          margin-left: 28px !important;
    }
    .app
    {
        margin-top:75px !important;
    }
    .text-left3
    {
        margin-left: 85px !important;
    }
    .testimonials .title h2
    {
          margin-left: 30px !important;
    }
    .testimonials .title p
    {
          margin-left: 30px !important;
    }
}

@media  only screen (max-width: 1690px)

{
    .text-header 
    {
    display: flex;
    margin-top: -13px !important;
    /*padding: 0px 23px !important;*/
    margin-left: -246px  !important;
    margin-right: -11px   !important;
    font-size: 14px !important;
   
  }
 .header-left 
 {
    margin-top: 10px !important;
     margin-left: -229px !important;
}
}

/*@media  only screen (max-width: 1024px) {*/
/*    .name {*/
/*    font-size: 16px !important;*/
/*    font-weight: 600 !important;*/
/*    margin-left: 20px !important;*/
/*    margin-left: 15px !important;*/
/*    margin-top: -56px !important;*/
/*    text-align: start;*/
/*  }*/
/*  .icon*/
/*  {*/
/*    margin-top: -16px !important;*/
/*    margin-left: -102px !important;*/
/*  }*/
/*    .text-header {*/
/*    display: flex;*/
/*    margin-top: -65px !important;*/
/*    padding: 0px 25px !important;*/
/*  }*/
/*  .Number */
/*  {*/
/*  margin-top: 75px !important;*/
/*    margin-left: -430px !important;*/
/*  }    */
/*   .order */
/*   {*/
/*       margin: -8px 23px !important;*/
/*    margin-top: 69px !important;*/
/*}*/
/*  .header-left */
/*  {*/
/*    width: 16% !important;*/
/*    margin-left: 47px !important;*/
/*  }*/



/*modal*/