/*--font-family: 'Montserrat', sans-serif;
    font-family: 'Prata', serif;--*/
    body{
      margin: 0;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      font-family: 'Montserrat', sans-serif;
      background-color: #fff;
  }
  h1, h2, h3, h4, h5, h6{
      margin: 0
  }
  p{
      margin: 0;
  }
  ul{
      margin: 0;
      padding: 0;
  }
  ul li{
      list-style: none;
  }
  a{
      text-decoration: none;
      color: #fff;
  }
  a:hover{
      text-decoration: none;
      color: #fff;
  }
  
  
  
  /*fixed left icon*/
  
  .sidebar {
    height: auto;
    width: 0px;
    position: fixed;
    text-align: center;
    top: 50vh;
    z-index:99999;
    left:0;
   
  }
  
  .sidebar p {
      color:#fff;
      padding: 12px;
  }
  
  .sidebar p span{
      font-size: 13px;
      color:#fff;
  }
  
  .sidebar p i {
    /*left: 30px;*/
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
  }
  
  .social {
    /*margin-left: -200px;*/
    width: 95px;
    padding: 0;
    display: inline-table;
    height: 0px;
    background-color: #deb30e;
    cursor: pointer;
    border-bottom: 1px solid #ffffff;
  }
  
  .blink-soft {
    animation: blinker 1.5s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
  
  
  /*-------------------------
          Home-page
  ---------------------------*/
  /*-------------------------
          Top-header
  ---------------------------*/
  .top-header{
      background: #deb30e;
      padding: 15px 0;
  }
  .contact ul li{
      display: inline-block;
      padding-left: 5px;
  }
  .contact ul li a img{
      width: 20px;
      margin-right: 5px;
  }
  .contact ul li a{
      text-transform: lowercase;
      font-size: 15px;
      line-height: 19px;
      font-weight: 600;
  }
  .header-btn{
      background: #ffffff;
      padding: 8px 14px;
      text-transform: capitalize !important;
      color: #000;
      font-size: 14px !important;
      line-height: 18px !important;
  }
  .header-btn:hover{
      color: #000;
  }
  /*-------------------------
          Bottom-header
  ---------------------------*/
  .bottom-header .navbar-brand img {
      width: 100%;
  }
  .bottom-header .navbar-brand{
      padding: 0;
  }
  .bottom-header nav{
     background: #fff;
     box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  }
  .bottom-header .navbar .navbar-nav .nav-link{
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
      color: #000;
      text-transform: uppercase;
      text-align: center;
      padding: 15px 10px;
  }
  .bottom-header .navbar .navbar-nav .nav-link.active, .bottom-header .navbar .navbar-nav .nav-link:hover{
      color: #deb30e;
  }
  .bottom-header .navbar-toggle-icon img{
      width: 30px;
  }
  /*-------------------------
          Home-banner
  ---------------------------*/
  .home-banner {
      margin-top: 135px;
  }
  .home-banner .carousel-inner .carousel-item img{
      width: 100%;
  }
  /*-------------------------
          White-bg
  ---------------------------*/
  .white-bg{
      padding: 80px 0 60px;
  }
  .heading h2{
      font-size: 30px;
      line-height: 36px;
      color: #deb30e;
      font-family: 'Prata', serif;
      padding-bottom: 60px;
  }
  .abt-content h2{
      font-size: 26px;
      line-height: 30px;
      font-weight: 800;
      color: #000;
  }
  .abt-content h3{
      font-size: 18px;
      line-height: 24px;
      font-weight: 800;
      color: #000;
      padding: 4px 0 25px;
  }
  .red-font{
      color: #deb30e;
  }
  .abt-content p{
      padding-bottom: 20px;
  }
  .video-box img{
      width: 100%;
  }
  .video-box{
      position: relative;
  }
  .play-btn img{
      width: 60px;
      border: 8px solid rgba(222, 179, 14, 0.8);
      height: 60px;
      border-radius: 50%;
  }
  .play-btn{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      margin: 0 auto;
      width: 100px;
      padding: 25% 0;
      text-align: center;
  }
  .abt-content .details-btn{
      width: 300px;
      padding: 10px 10px;
  }
  /*-------------------------
          Grey-bg
  ---------------------------*/
  .grey-bg{
      background: #ececec;
  }
  .gallery-pic img{
      width: 100%;
      border: 10px solid #fff;
      transition: 0.3s all ease;
      position: relative;
  }
  .overlay{
      position: absolute;
      left: 0;
      right: 0;
      top: 30%;
      opacity: 0;
  }
  .gallery-pic img:hover{
      border-radius: 50%;
      transition: 0.3s all ease;
  }
  .gallery-pic:hover .overlay{
      opacity: 1;
  }
  .details-btn{
      font-size: 18px;
      line-height: 22px;
      font-weight: 600;
      color: #fff;
      background: #deb30e;
      text-transform: uppercase;
      border-radius: 0;
  }
  .details-btn:hover{
      color: #fff;
  }
  .gallery-text h4{
      font-size: 24px;
      line-height: 28px;
      font-weight: 600;
      color: #04085a;
      text-transform: capitalize;
      padding: 20px 0 15px;
  }

  .gallery-text p{
    padding-bottom: 20px;
    font-size: 18px;
      line-height: 26px;
      color: #272727;
  }

  .gallery-text ul{
      padding-bottom: 20px;
  }
  .gallery-text ul li{
      display: inline-block;
  }
  .gallery-text ul li a{
      font-size: 18px;
      line-height: 26px;
      font-weight: 800;
      color: #272727;
  }
  .gallery-text ul li a:hover{
      background: #deb30e;
      color: #fff;
      padding: 3px 3px;
  }
  /*-------------------------
          White-bg
  ---------------------------*/
  .normal-font h3{
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
  }
  .ser-list li{
      display: inherit;
      padding-bottom: 15px;
  }
  .ser-list li .media img{
      width: 20px;
      margin-right: 12px;
  }
  .bg-pic img{
      width: 100%;
  }
  /*-------------------------
          Box-bg
  ---------------------------*/
  .box-bg{
      background: #fff;
      padding: 30px 20px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
  .box-bg img{
      width: 60px;
  }
  .box-bg h4{
      font-size: 22px;
      line-height: 26px;
      font-weight: 600;
      padding: 15px 0;
  }
  /*-------------------------
          Gallery
  ---------------------------*/
  .image-grid {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    background-color: #fff;
    overflow: hidden;
  }
  
  .image-grid * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  
  .image-grid img {
    width: 100%;
  }
  
  .image-grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .image-grid p {
    margin: 0;
    opacity: 0;
    letter-spacing: 1px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  
  .image-grid a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  
  .image-grid:hover > img,
  .image-grid.hover > img {
    opacity: 0.1;
  }
  
  .image-grid:hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  
  .js-modal-image {
    max-width: 100%;
  }
  
  .modal-body {
    padding: 0;
  }
  
  .modal-open .modal {
      padding-top: 26vh;
      background-color: transparent;
  }
  
  @media (max-width: 992px) {
    .modal-open .modal {
      padding-top: 100px;
    }
  
    .image-grid {
      width: 100%;
      height: 180px;
    }
  
  }
  
  
  @media (max-width: 768px) {
    .gallery-row.row.pdtb-40 {
      padding-top: 10px;
    }
  
    .horizontal-nav {
      margin-bottom: 0;
    }
  
    .modal-open .modal {
      padding-top: 30vh;
    }
  
  }
  
  /*-------------------------
          Parallax
  ---------------------------*/
  .parallax{
      padding: 100px 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
  }
  .review{
      color: #fff;
  }
  .review img{
      width: 30px !important;
  }
  .user-pic img{
      width: 100px !important;
      border-radius: 50%;
  }
  .review h3{
      font-size: 18px;
      line-height: 22px;
      padding-top: 30px;
  }
  .p-t-30{
      padding-top: 30px;
  }
  /*-------------------------
          White-bg
  ---------------------------*/
  .black-font h2{
      font-size: 50px;
      line-height: 56px;
      font-weight: 600;
      color: #000;
      padding-bottom: 30px;
  }
  .red-big-btn img{
      width: 30px;
      margin-right: 20px;
  }
  .red-big-btn{
      background: #deb30e;
      font-size: 23px;
      line-height: 36px;
      font-weight: 600;
      color: #fff;
      width: 354px;
      padding: 10px 10px;
      border-radius: 35px;
      margin-top: 30px;
  }
  .red-big-btn:hover{
      color: #fff;
  }
  /*-------------------------
          Site-footer
  ---------------------------*/
  .site-footer{
      background: #000;
      padding: 100px 0 40px;
      color: #fff;
  }
  .footer-logo a img{
      width: 100%;
  }
  .footer-content p{
      padding-top: 22px;
      color: #adadad;
  }
  .social-icon{
      padding-top: 35px;
  }
  .social-icon li{
      display: inline-block;
      padding-right: 8px;
  }
  .social-icon li a img{
      width: 35px;
  }
  .footer-content h5{
      font-size: 18px;
      line-height: 22px;
      font-family: 'Prata', serif;
      padding-bottom: 30px;
  }
  .footer-content ul li a{
      padding-bottom: 10px;
      display: inline-block;
      text-transform: capitalize;
      color: #adadad;
  }
  .footer-content .media img{
      width: 16px;
      margin-right: 10px;
      margin-top: 2px;
  }
  .footer-content .media{
      padding-bottom: 15px;
  }
  .footer-content .media a{
      color: #adadad;
      line-height:26px;
  }
  .bottom-footer{
      background: #232323;
      padding: 25px 0 15px;
  }
  .footer-link ul li{
      display: inline-block;
      border-right: 1px solid #c1c0c0;
  }
  .footer-link ul li a{
      padding: 0 15px;
      font-size: 15px;
      font-weight: 100;
      line-height: 19px;
      color: #c1c0c0;
  }
  .footer-link ul li:last-child{
      border-right: 0;
  }
  .footer-link p{
      padding-top: 6px;
      font-size: 15px;
      font-weight: 100;
      line-height: 19px;
      color: #c1c0c0;
  }
  .submit-btn {
      border-radius: 0;
      background: #deb30e;
      font-size: 18px;
      line-height: 22px;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
      padding: 10px 30px;
  }
  /*---------------------Placeholder-color------------------------------*/
  
  .footer-content .fill::placeholder, .footer-content .fill-area::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #adadad;
    opacity: 1; /* Firefox */
  }
  
  .footer-content .fill:-ms-input-placeholder, .footer-content .fill-area:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: #adadad;
  }
  
  .footer-content .fill::-ms-input-placeholder, .footer-content .fill-area::-ms-input-placeholder{ /* Microsoft Edge */
    color: #adadad;
  }
  
  /*-------------------------
          About-page
  ---------------------------*/
  /*-------------------------
              Banner
  ---------------------------*/
  .banner-margin{
      margin-top: 135px;
  }
  .banner-content p{
      font-size: 22px;
      line-height: 26px;
      color: #fff;
      padding-bottom: 30px;
  }
  .banner-content h2{
      font-size: 42px;
      line-height: 48px;
      font-family: 'Prata', serif;
      color: #fff;
      text-transform: capitalize;
  }
  /*-------------------------
          Service-details
  ---------------------------*/
  .service-details img{
      width: 60px;
  }
  .service-details h3{
      font-size: 24px;
      line-height: 28px;
      font-family: 'Prata', serif;
      padding: 25px 0;
  }
  /*---------------------------------
              Parallax
  ----------------------------------*/
  .para-text h4{
      font-size: 30px;
      line-height: 36px;
      color: #ffca00;
      font-family: 'Prata', serif;
      padding: 25px 0;
  }
  .para-text p{
      font-size: 18px;
      line-height: 22px;
  }
  /*---------------------------------
              Counter
  ----------------------------------*/
  .service-counter h5{
      font-size: 18px;
      line-height: 22px;
      text-transform: uppercase;
      padding-top: 15px;
  }
  .service-counter .counter-value{
      font-size: 60px;
      line-height: 66px;
      font-family: 'Prata', serif;
      color: #deb30e;
  }
  .service-counter img{
      width: 40px;
      position: absolute;
      top: 10px;
      right: 28%;
  }
  
  /*-------------------------
          Practice-page
  ---------------------------*/
  /*-------------------------
              White-bg
  ---------------------------*/
  .p-b-30{
      padding-bottom: 30px !important;
  }
  .practice-content img{
      width: 100%;
  }
  .practice-content .gallery-text{
      padding: 5px 60px;
  }
  .practice-content .gallery-text h4{
      font-size: 30px;
      line-height: 34px;
  }
  .practice-content .gallery-text p{
      padding-bottom: 30px;
  }
  .practice-content .gallery-text ul li{
      display: inherit;
      font-size: 18px;
      line-height: 24px;
      font-weight: 800;
      color: #272727;
      padding: 2px 10px;
  }
  .practice-content .gallery-text ul li:hover{
      background: #ca500a;
      color: #fff;
      transition: 0.5s all ease;
  }
  /*-------------------------
          Contact-page
  ---------------------------*/
  /*-------------------------
          Contact-details
  ---------------------------*/
  .contact-details{
      padding-top: 60px;
  }
  .contact-details .footer-content h5{
      font-size: 30px;
      line-height: 36px;
      font-weight: 600;
  }
  .contact-details .footer-content .media .media-body a{
      font-size: 18px;
      line-height: 22px;
      color: #000;
  }
  .contact-details .footer-content .media img{
      width: 25px;
      margin-right: 15px;
  }
  .contact-details .footer-content .media .media-body a img{
      width: 25px;
      margin: 0 0 0 10px;
  }
  .contact-details .footer-content .media{
      padding-bottom: 40px;
  }
  .contact-details .form-group .fill, .contact-details .form-group .fill-area{
      border-radius: 0;
      border: 1px solid #fff;
      box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.15);
      margin-bottom: 25px;
      height: 50px;
  }
  .contact-details .form-group .fill:focus, .contact-details .form-group .fill-area:focus{
      box-shadow: none;
      box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.15);
  }
  .contact-details .form-group .fill-area{
      resize: none;
      height: 150px;
  }
  
  /*-------------------------
          Faq-page
  ---------------------------*/
  /*-------------------------
           White-bg
  ---------------------------*/
  .faq-details .panel-group .panel h4 a{
      font-size: 17px;
      line-height: 21px;
      color: #000;
      text-transform: capitalize;
      display: block;
      padding: 10px 15px;
      margin-bottom: 30px;
  }
  .faq-details .panel-heading{
      background: #fff;
      box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.15);
  }
  .faq-details .panel-group .panel-body{
      padding-bottom: 30px;
  }
  
  
  /* floating btn */
  .float{
    position:fixed;
    bottom:20px;
    right:40px;
    color:#FFF;
    text-align:center;
    font-size:16px;
    z-index:100;
  }
  
  .my-float{
    margin-top:16px;
        font-weight: 800;
  }
  
  .my-float img{
      max-width:32px;
      margin-right: 5px;
  }
  
  .pn-text{
      margin:20px 0 40px;
  }
  
  .pn-text h3{
      font-size: 30px;
      color: #deb30e;
      font-weight: 700;
      margin-bottom: 12px;
      text-align:center;
  }
  
  .pn-text h4{
      font-size: 22px;
      color: #deb30e;
      font-weight: 600;
      margin-bottom: 12px;
      text-align:center;
  }
  
  .pn-text p{
      margin-bottom: 12px;
  }
  
  .pn-list{
      margin:20px 0;
  }
  
  .pn-list ul li{
     margin: 10px 0;
  }
  
  .how-sec{
      padding:40px 0;
  }
  
  .how-text{
      text-align:center;
  }
  
  .how-text h3{
      font-size: 65px;
      font-weight: 700;
  }
  
  .how-text h4{
      font-size: 22px;
      color: #deb30e;
      padding: 20px 0 15px;
  }
  
  .acq-list ul li{
      display:inline-block;
      font-size:17px;
      color:#fff;
      padding: 2px 10px;
      line-height: 24px;
      font-weight: 800;
      cursor: context-menu;
  }
  
  .acq-list ul li:hover {
      background: #ca500a;
      color: #fff;
      transition: 0.5s all ease;
  }
  
  .acq-list ul li img{
      max-width:16px;
      margin-right: 3px;
}


.socl ul{
    text-align:center;
}

.socl ul li{
    display:inline-block;
    margin-right: 25px;
    margin-top: 15px;
}

.socl ul li img{
    max-width:40px;
}




/*map css*/

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}








  
  
  
  /*-------------------------
            Responsive
  ---------------------------*/
  @media only screen and (max-width: 1199px){
      /*------About-page----*/
      /*------Counter-sec----*/
      .service-counter img{
          right: 25%;
      }
  }
  
  
  @media only screen and (max-width: 991px){
      /*------Home-page----*/
      /*------Site-header----*/
      .contact ul li {
          padding: 0 0 5px;
      }
      .header-btn{
          padding: 5px;
      }
      /*------Home-banner---------*/
      .home-banner, .banner-margin{
          margin-top: 166px;
      }
      /*------About-page----*/
      /*------Counter-sec----*/
      .service-counter img{
          right: 15%;
      }
  }
  
  @media only screen and (max-width: 767px){
      /*------Home-banner---------*/
      .home-banner, .banner-margin{
          margin-top: 189px;
      }
      .black-font h2 {
          font-size: 34px;
          line-height: 40px;
      }
      .heading h2 {
          font-size: 24px;
          line-height: 32px;
          padding-bottom: 30px;
      }
      .abt-content h2 {
          font-size: 20px;
          line-height: 24px;
      }
      /*------About-page--------*/
      .banner-content h2 {
          font-size: 32px;
          line-height: 38px;
      }
      .service-details {
          padding: 15px 0;
      }
      /*------About-page----*/
      /*------Counter-sec----*/
      .service-counter{
          padding-bottom: 30px;
      }
      .service-counter img{
          width: 20px;
          top: 5px;
          right: 41%;
      }
      .service-counter .counter-value {
          font-size: 30px;
          line-height: 36px;
      }
      /*------Service-page----*/
      .practice-content .gallery-text {
          padding: 5px 5px;
      }
      .practice-content {
          padding: 15px 0;
      }
      .gallery-text h4{
          padding: 0 0 15px;
      }
  }
  
  @media only screen and (max-width: 575px){
      /*------Home-page----*/
      /*------Top-header--------*/
      .contact ul li{
          padding-left: 5px;
      }
      /*------Bottom-header----*/
      .bottom-header .navbar-brand img, .footer-logo a img {
          width: 215px;
      }
       /*-----Home-banner-------*/
      .home-banner, .banner-margin{
          margin-top: 149px;
      }
      /*------White-bg-----------*/
      .up-pic img {
          width: 230px;
      }
      .up-pic {
          left: 26%;
          top: 30%;
      }
      .red-big-btn{
          width: 280px;
      }
      /*------About-page--------*/
      
  }
  
  @media only screen and (max-width: 555px){
      /*------Home-banner---------*/
      .home-banner, .banner-margin{
          margin-top: 226px;
      }
  }
  
  @media only screen and (max-width: 440px){
      /*------About-page----*/
      /*------Counter-sec----*/
      .service-counter img{
          right: 38%;
      }
  }
  
  @media only screen and (max-width: 382px){
      /*------Home-banner---------*/
      .home-banner, .banner-margin{
          margin-top: 198px;
      }
  }
  
  
  
  .q-form{
    padding: 0px 15% 20px 60px;
}

.q-form h2{
    font-weight: 800;
    font-size: 32px;
    max-width: 550px;
    margin-bottom: 35px;
    letter-spacing: 0.005em;
}

.q-form .form-control{
    height: 50px;
    border-radius: 8px;
}

  
  
  
  
  