.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.head-section .navbar {
    min-height: 0 !important;  
}
.head-section .mainmenu{
  background: #ffffff !important;
  
}
.head-section .navbar-nav > li{
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    /* padding-left: 30px;
    padding-right: 30px; */
    
}
/* navbar link css */
.head-section .navbar-nav > .dropdown .custom-link{
    color: #ffffff !important;
}
/* .head-section .navbar-nav > .dropdown > .custom-link:hover{
  background: #ffffff !important;
  color: #000000 !important;
} */

.head-section .mainmenu #fresponsive{
  margin-left: 50px !important;
}

.head-section .logo-area img{
    width: 15%;
    margin: 5px 0 10px 60px;
}

#main-content .solution-provider .main-hading{
    color: #2c9299 !important;
    margin: 0 !important;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 5px;
}
.blue-hading{
    color: #013067 !important;
    margin: 20px 0 20px 0;
    font-size: 36px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 5px;
    text-align: center;
}
.partnars .pm-lr{
    margin-top: 20px;
    margin-bottom: 20px;
}
.partnars .partners-logo{
    width: 100%;
}
.pm-lr{
    margin-left: 1.5%;
    margin-right: 1.5%;
}
.our-offering_image{
    width: 100%;
}
.speciality_heading{
    width: 90%;
    background: #2c9299;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    margin:auto;
    font-size: 24px;
    margin-top: 25px;
}
.sp_content{
    width: 90%;
    margin:auto;
    padding: 15px;
    margin-bottom: 20px;
    
}
.sp_content p{
    font-size: 20px;
    line-height: 25px;
    color: #262226;
    line-height: 34px;
}
.sp_image_conatiner{
    height: 450px;
    background-size: cover;
    background-position: 20%;
    position: relative;
    background-repeat: no-repeat;
}
.sp_image_conatiner::after {
    content: "";
    background-image: url(../img/our_offering/UI_Photos-10.png);
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-position: 40% 70%;
    background-size: cover;
  }
  .notable-client-image{
    border: 1px solid #2c9299;
    height: 300px;
    background-size: cover;
    background-position: 20%;
    position: relative;
    background-repeat: no-repeat;
  }
  .notable-client-image::after {
    content: "";
    background-image: url(../img/our_offering/31_KV_LG-hospitality_D.jpg);
    opacity: 0.3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-position: 49% 33%;
    background-size: cover;
  }
  .notable-client-image p{
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    color: #262226;
    line-height: 34px;

  }
  .notable-client-image .content{
      width: 60%;
      margin: auto;
  }

  /* Our offering Image Start */
  .image-warpper
  {
    position: relative;
    overflow: hidden;
  }
  .image01{
    background-image: url(../img/our_offering/UI_Photos-03.png);
    height: 250px;
    background-size: cover;
    background-position: 20%;
    position: relative;
    background-repeat: no-repeat;
    margin-top: 20px;
    transition: all 3s ease-in-out;
    overflow: hidden;
  
  }
  .image01:hover{
    cursor: pointer;
    transform: scale(1.4, 1.4);
  }
  .image01:hover .overlay {
    height: 20%;
  }
  .image-warpper .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c9299;
    overflow: hidden;
    width: 100%;
    height: 50px;
    transition: .5s ease;
  }

  .image-warpper:hover .overlay {
    height: 25%;
    bottom: -13%;
    left: -5%;
    transform: rotate(10deg);
    width: 120%;
  }
  
  .image-warpper:hover .text {
    left: 8%;
    font-size: 16px;
    transition-delay: .3s;
  }
  
  .image-warpper .text {
    transform: rotate(0deg);
    color: black;
    font-size: 10px;
    position: absolute;
    overflow: hidden;
    top: 22%;
    left: 5%;
    transition: all 1s cubic-bezier(0.6,.1,.3,.8);
  }

.image-warpper .quote {
  transform: rotate(0deg);
    margin: 0 !important;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

/* image 02 */
  .image02{
    background-image: url(../img/our_offering/nec.jpg);
    height: 250px;
    background-size: cover;
    background-position: 20%;
    position: relative;
    background-repeat: no-repeat;
    margin-top: 20px;
    transition: all 3s ease-in-out;
    overflow: hidden;
  }

  .image02:hover{
    cursor: pointer;
    transform: scale(1.4, 1.4);
  }
  .image02:hover .overlay {
    height: 20%;
  }
 

/* image 03 */
  .image03{
    background-image: url(../img/our_offering/UI_Photos-05.png);
    height: 250px;
    background-size: cover;
    background-position: 20%;
    position: relative;
    background-repeat: no-repeat;
    margin-top: 20px;
    transition: all 3s ease-in-out;
    overflow: hidden;
  }
  .image03:hover{
    cursor: pointer;
    transform: scale(1.4, 1.4);
  }
  .image03:hover .overlay {
    height: 20%;
  }

  .image04{
    background-image: url(../img/our_offering/UI_Photos-06.png);
    height: 250px;
    background-size: cover;
    background-position: 20%;
    position: relative;
    background-repeat: no-repeat;
    margin-top: 20px;
    transition: all 3s ease-in-out;
    overflow: hidden;
  }
  .image04:hover{
    cursor: pointer;
    transform: scale(1.4, 1.4);
  }
  .image04:hover .overlay {
    height: 20%;
  }

  .image05{
    background-image: url(../img/our_offering/UI_Photos-07.png);
    height: 250px;
    background-size: cover;
    background-position: 20%;
    position: relative;
    background-repeat: no-repeat;
    margin-top: 20px;
    transition: all 3s ease-in-out;
    overflow: hidden;
  }
  .image05:hover{
    cursor: pointer;
    transform: scale(1.4, 1.4);
  }
  .image05:hover .overlay {
    height: 20%;
  }

  .image06{
    background-image: url(../img/our_offering/UI_Photos-08.png);
    height: 250px;
    background-size: cover;
    background-position: 20%;
    position: relative;
    background-repeat: no-repeat;
    margin-top: 20px;
    transition: all 3s ease-in-out;
    overflow: hidden;
  }
  .image06:hover{
    cursor: pointer;
    transform: scale(1.4, 1.4);
  }
  .image06:hover .overlay {
    height: 20%;
  }
  .offering-content{
    font-size: 20px;
    text-align: center;
    padding: 15px;
    color: #262226;
    border: 2px solid #2c9299;
  }


.margin-div
  {
   margin-top: 50px; 
   margin-bottom:70px;
  }
 
/* slider image css */
.slider-image-00{
  background-image: url(../img/slider/slider_19.png);
  height:500px;
  background-size: cover;
  background-position: 20% 50%;
  position: relative;
  background-repeat: no-repeat;
}
.slider-image-01{
    background-image: url(../img/slider/slider_8.jpg);
    height:500px;
    background-size: cover;
    background-position: 20% 18%;
    position: relative;
    background-repeat: no-repeat;
}

.slider-image-02{
  background-image: url(../img/slider/slider_5.jpg);
  height:500px;
  background-size: auto;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}
.slider-image-03{
  background-image: url(../img/slider/slider_9.jpg);
  height:500px;
  background-size: cover;
  background-position: 20% 50%;
  position: relative;
  background-repeat: no-repeat;
}
.notable-container{
  width: 98%;
  margin: auto;
}
.btn.btn-success{
  background-color: #2c9299 !important;
}
.btn.btn-danger{
  background-color: #013067 !important;
}

.heading-sub{
  margin-top: 57px;
  z-index: 111111;
}