/*@import '~ngx-owl-carousel-o/lib/styles/scss/owl.carousel';
@import '~ngx-owl-carousel-o/lib/styles/scss/owl.theme.default';*/

body {
  padding: 0px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}


header {
  width: 100%;
  height: 0vh;
}

nav {
  position: fixed;
  width: 100%;
  z-index: 7;
}

  nav ul {
    transition: 1s;
  }

  nav.navbar.navbar-expand-lg.black {
    background: #1e0845d1;
  }

  nav.black ul a {
    color: #fff;
  }

  nav ul li {
    display: inline-block;
  }

.container {
  max-width: 1170px;
}

.mein-nav a {
  color: #fff !important;
  font-size: 15px;
  margin: 5px 18px;
  text-shadow: 0px 0px 3px #212529;
  font-weight: 400;
}

.dropdown-change a {
  font-size: 16px;
}

.mein-nav a:hover {
  color: #ff4500;
}

.mein-nav {
  background: #ffffff36;
  box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 75%);
}


.navbar-toggler:hover {
  outline: none;
  border: none;
}

.navbar-toggler {
  /* padding: .25rem .75rem; */
  font-size: 22px;
  /* line-height: 1; */
}

.navbar-toggler-icon {
  /* display: inline-block; */
  /* width: 1.5em; */
  /* height: 1.5em; */
  /* vertical-align: middle; */
  /* content: ""; */
  /* background: no-repeat center center; */
  /* background-size: 100% 100%; */
}

.navbar-toggler {
  padding: .10rem .0rem;
  /*font-size: 1.25rem;*/
  /*line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;*/
}
/*.logo{
	
	margin-left: -25px;
        padding-top: 16px;
} */

.logo {
  width: 50%;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 0rem;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  ;
  min-width: 368px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

  .dropdown-content a {
    color: black !important;
    padding: 9px;
    text-decoration: none;
    display: block;
    transition: all .3s;
    font-size: 16px;
  }

    .dropdown-content a:hover {
      display: block;
      color: #ff4500 !important;
      width: 100%;
      box-sizing: border-box;
      overflow: hidden;
      transition: all .3s ease;
      font-size: 17px;
      z-index: 1;
      padding-left: 0px;
    }

.dropdown:hover .dropdown-content {
  display: block !important;
  z-index: 999;
}

.hadding h1 {
  font-size: 49px;
  color: #fff;
  font-weight: 600;
  margin-top: 190px;
}

/*.mein-nav i{
	padding-left: 5Px;

}*/

.navbar-toggler-icon {
  display: inline-block;
  width: 40px;
  height: 39px;
  vertical-align: middle;
  content: "";
  background: #2c125b;
  background-size: 100% 100%;
  padding-top: 7px;
  color: #fff;
  margin-top: 8px;
  border-radius: 5px;
}

.btn-book {
  border: solid 2px #fff;
  padding: 13px 40px;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
  background: none;
}

  .btn-book:hover {
    background: #000;
    color: #fff;
  }

.About-hadding h2 {
  color: #000;
  font-size: 20px;
}

.About-page {
  background: #fcad44;
  padding: 36px;
  margin-top: 20px;
}

.About-hadding h2 {
  color: #fff;
  font-size: 30px;
}

.About-hadding p {
  color: #fff;
  font-size: 15px;
  padding-top: 20px;
}

.services-hadding h2 {
  color: #000;
  margin-top: 50px;
  font-size: 30px;
}


.services-page h5 {
  padding-top: 20px;
}

.services-page p {
  text-align: left;
  font-size: 14px;
}

.bg-1:hover {
  background: #fcad44;
  padding: 10px 20px;
  color: #fff;
}

.bg-2:hover {
  background: #fcad44;
  padding: 10px 20px;
  color: #fff;
}

.bg-3:hover {
  background: #fcad44;
  padding: 10px 20px;
  color: #fff;
}

.contact-page h2 {
  color: #000;
  margin-top: 50px;
  font-size: 30px;
  text-align: center;
}

/* jssor slider loading skin spin css */
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/*jssor slider bullet skin 132 css*/
.jssorb132 {
  position: absolute;
}

  .jssorb132 .i {
    position: absolute;
    cursor: pointer;
  }

    .jssorb132 .i .b {
      fill: #fff;
      fill-opacity: 0.8;
      stroke: #000;
      stroke-width: 1600;
      stroke-miterlimit: 10;
      stroke-opacity: 0.7;
    }

    .jssorb132 .i:hover .b {
      fill: #000;
      fill-opacity: .7;
      stroke: #fff;
      stroke-width: 2000;
      stroke-opacity: 0.8;
    }

  .jssorb132 .iav .b {
    fill: #000;
    stroke: #fff;
    stroke-width: 2400;
    fill-opacity: 0.8;
    stroke-opacity: 1;
  }

  .jssorb132 .i.idn {
    opacity: 0.3;
  }

.jssora051 {
  display: block;
  position: absolute;
  cursor: pointer;
}

  .jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
  }

  .jssora051:hover {
    opacity: .8;
  }

  .jssora051.jssora051dn {
    opacity: .5;
  }

  .jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
  }




.services-page {
  /*  background-image: url(../imgaes/sap-.png);*/
  width: 100%;
  background-size: cover;
  height: 700px;
}

.services-menu h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  padding-top: 42px;
  padding-bottom: 20px;
}

.services-menu h3 {
  color: #fff;
  font-size: 22px;
  padding-top: 20px;
}








.Hotel:hover {
  background: #13ff92;
  border-radius: 100px;
  transition: all 0.4s ease;
  cursor: pointer;
}

.Hotel {
  background: #fff;
  border-radius: 100px;
  width: 27%;
  min-height: 93px;
  height: 69px;
  position: relative;
  left: 25%;
}


  .Hotel img {
    width: 66%;
    padding-top: 14px;
  }


.Hotel-1:hover {
  background: #fb12ff;
  border-radius: 100px;
  transition: all 0.4s ease;
  cursor: pointer;
}

.Hotel-1 {
  background: #fff;
  border-radius: 100px;
  width: 27%;
  min-height: 93px;
  height: 69px;
  position: relative;
  left: 31%;
}


  .Hotel-1 img {
    width: 66%;
    padding-top: 14px;
  }




.Hotel-2:hover {
  background: #0dc5ef;
  border-radius: 100px;
  transition: all 0.4s ease;
  cursor: pointer;
}

.Hotel-2 {
  background: #fff;
  border-radius: 100px;
  width: 27%;
  min-height: 93px;
  height: 69px;
  position: relative;
  left: 25%;
}


  .Hotel-2 img {
    width: 66%;
    padding-top: 14px;
  }

.services-page {
  margin-top: 70px;
}

p, a, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
}

.section-services {
  font-family: "Poppins", sans-serif;
  color: #202020;
  padding-top: 10px;
  padding-bottom: 50px;
}

  .section-services .header-section {
    margin-bottom: 34px;
  }

    .section-services .header-section .title {
      position: relative;
      padding-bottom: 14px;
      margin-bottom: 25px;
      font-weight: 400;
      font-size: 44px;
      color: #000;
      padding-top: 40px;
      text-align: left;
    }

    .section-services .header-section h2:hover {
      color: #ff4500;
      transition: all 0.3s ease;
      cursor: pointer;
    }

.product-item h2 {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 32px;
  color: #000;
  text-align: center;
  padding-top: 35px;
  font-size: 44px;
}

  .product-item h2:hover {
    color: #ff4500;
    transition: all 0.3s ease;
    cursor: pointer;
  }

.section-services .header-section .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 172px;
  height: 3px;
  background-color: #1d0d35;
  border-radius: 3px;
}

.section-services .header-section .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(30px);
  width: 10px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 3px;
}

.section-services .header-section .description {
  font-size: 14px;
  color: #282828;
}

.section-services .single-service {
  position: relative;
  margin-top: 7px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0px 0px;
  overflow: hidden;
  height: 360px;
  background: #fff;
  box-shadow: 0px 5px 3px 0px rgb(0 0 0 / 31%);
  width: 350px;
}

  .section-services .single-service .content {
    position: relative;
    z-index: 20;
  }

  .section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #2c125b;
    border: 6px solid #504f93;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
  }

  .section-services .single-service:hover .circle-before {
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
  }

  .section-services .single-service .icon {
    display: inline-block;
    margin: 42px 1px 0px 27px;
    width: 70px;
    height: 70px;
    background-color: #ff4500;
    border-radius: 5px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
    z-index: 9999999999999999;
  }

  .section-services .single-service:hover .icon {
    background-color: #fff;
    color: #ff4500;
  }


  .section-services .single-service .title {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 18px;
    transition: color .3s;
    color: #000;
  }

    .section-services .single-service .title a {
      margin-bottom: 18px;
      font-weight: 700;
      font-size: 18px;
      transition: color .3s;
      color: #000;
    }

  .section-services .single-service:hover .title {
    color: #fff;
  }

  .section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
  }

  .section-services .single-service:hover .description {
    color: #fff !important;
    z-index: 9999999;
    position: relative;
  }

  .section-services .single-service a {
    position: relative;
    font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 600;
    transition: color .3s;
  }

  .section-services .single-service:hover a {
    color: #fff !important;
    z-index: 99;
  }

    .section-services .single-service:hover a.btn.open-form.open-form-product.button_enquiry {
      background-image: linear-gradient(#010a57, #0a0c25);
    }

  .section-services .single-service a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ff4500;
    transition: background-color .3s;
  }

  .section-services .single-service a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ff4500;
    transition: background-color .3s;
    display: none;
  }

  .section-services .single-service:hover a:after {
    background-color: #fff;
  }

.pg-1 {
  position: relative;
  top: 148%;
  left: 55px;
  color: #fff;
  z-index: 999;
  font-size: 22px;
}


.pg-2 {
  position: relative;
  top: 50%;
  /* left: 55px; */
  color: #1e0845;
  z-index: 999;
  font-size: 22px;
  text-align: center;
}

.pg-3 {
  position: relative;
  top: 58%;
  /* left: 55px; */
  color: #fff;
  z-index: 999;
  font-size: 22px;
  text-align: center;
}

.pg-4 {
  position: relative;
  top: 45%;
  /* left: 55px; */
  color: #fff;
  z-index: 999;
  font-size: 22px;
  text-align: center;
}

.pg-5 {
  position: relative;
  top: 54%;
  left: 151px;
  color: #fff;
  z-index: 999;
  font-size: 22px;
  text-align: left;
}


.footer-detail {
  background-image: url('../imgaes/background-img.png');
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 44px;
  margin-top: 0px;
}

  .footer-detail h4 {
    color: #ffffff;
    margin-top: 60px;
    font-weight: 500;
    font-size: 23px;
    border-bottom: 2px solid #ff4500;
    padding: 0 0 14px;
  }

  .footer-detail p {
    color: #ccc;
    padding-top: 8px;
    font-size: 14px;
  }

.footer-pg {
  border: solid 1px #ff4500;
  margin-top: 15px;
  width: 97%;
}

.footer-detail li {
  list-style: none;
  display: inline-block;
}

.footer-detail i {
  color: #fff;
  font-size: 24px;
  margin-top: 0px;
  padding: 13px 13px;
}

.facebook i:hover {
  color: #ffffff;
  transition: all 0.6s ease;
  border-radius: 50px;
  background: #1b77f2;
  box-sizing: border-box;
}

.instagram i:hover {
  background: linear-gradient(to right, #ffc400 0%, #9300ff 100%) !important;
  color: #fff;
  transition: all 0.3s ease;
  border-radius: 50px;
  box-sizing: border-box;
}

.twitter i:hover {
  color: #fff;
  transition: all 0.3s ease;
  border-radius: 50px;
  background: #4ea0ec;
  box-sizing: border-box;
}

.linkedin i:hover {
  color: #fff;
  transition: all 0.3s ease;
  border-radius: 50px;
  background: #15487d;
}

.company-hedding {
  color: #fff;
  margin-top: 60px;
}

.company {
  border: solid 1px #ff4500;
  margin-top: 15px;
  width: 100%;
}



.company-title {
  display: grid;
  margin-top: 0px;
}

  .company-title li {
    padding: 7px 0px;
  }

  .company-title a {
    color: #fff;
    font-weight: 500;
  }

    .company-title a:hover {
      color: #ff4500;
      transition: all 0.2s ease;
    }


.contact-hedding {
  color: #fff;
  margin-top: 60px;
}

.contact {
  border: solid 1px #ff4500;
  margin-top: 15px;
  width: 78%;
}

.contact-title {
  display: grid;
  margin-top: 19px;
}

  .contact-title i {
    color: #fff;
    font-size: 19px;
    margin-top: 0px;
    margin-left: -11px;
  }

  .contact-title a {
    color: #fff;
    font-weight: 500;
  }

    .contact-title a:hover {
      color: #ff4500;
      transition: all 0.2s ease;
    }

  .contact-title p {
    color: #fff;
    padding-top: 16px;
    font-size: 14px;
    position: relative;
    top: -50%;
    left: 37px;
    font-weight: 600;
  }





.phone {
  position: absolute;
  bottom: 69px;
}

.phone-1 {
  position: absolute;
  bottom: 34px;
}

.phone-2 {
  position: absolute;
  bottom: 0px;
}

.product-item { /*background-image: url(../imgaes/sap-1.png) ;background-repeat: repeat-y; 
    width: 100%; min-height: 780px; background-size: cover;    margin-top: 50px; */
}

.product-item {
  padding-bottom: 120px;
}

/*..........about..............*/


.about-bg {
  background-image: url('../imgaes/background-img.png');
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-pg.aos-init.aos-animate {
  margin-top: 18px;
}

.about-details h2 {
  position: relative;
  top: -25px;
  padding-bottom: 14px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 44px;
  color: #000;
  text-align: center;
  padding-top: 0px;
}

  .about-details h2:hover {
    color: #ff4500;
    transition: all 0.3s ease;
    cursor: pointer;
  }

.about-pg strong {
  color: #ffffff;
  font-size: 25px;
  border-bottom: 2px solid #ff4500;
  padding: 0 0 5px;
}

.about-pg p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-top: 17px;
  text-align: justify;
}

.about-img img {
  width: 90%;
  margin-top: -44px;
}

/*
.card-body button {
    background: no-repeat;
    border: none;
    font-size: 18px;
    color: orangered;
    font-weight: 600;
    outline: none;
    cursor: pointer;
}
*/

.card-body span {
  position: relative;
  bottom: 0px;
}

/*.btn-read:hover{
    outline: none;
    border: none;
    text-decoration: none;
}*/

.btn-read:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.btn-read {
  background: none;
  border: none;
  font-size: 17px;
  font-weight: 500;
  color: red;
  padding: 0px 0px 0px 0px;
}

.card-title a {
  font-size: 20px;
  font-weight: 700;
  color: #1c0845;
  text-decoration: none;
}

  .card-title a:hover {
    color: orangered;
    transition: all 0.4s ease;
  }

.card-text {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: none;
}

.card-body {
  height: 245px;
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 31%);
  border-radius: 5px;
  max-height: 244px;
}


.card {
  position: relative;
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: solid 10px #fff;
  max-height: 542px;
}


li, ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: justify;
}

.sec-title {
  position: relative;
  padding-bottom: 40px
}

  .sec-title .title {
    color: #ff4500;
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    text-transform: capitalize
  }

    .sec-title .title:before {
      position: absolute;
      content: '';
      right: 0;
      bottom: 7px;
      width: 40px;
      height: 1px;
      background-color: #bbb
    }

  .sec-title h2 {
    position: relative;
    color: #252525;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
    display: block
  }

  .sec-title.light h2 {
    color: #fff
  }

.contact-page-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 110px;
}

  .contact-page-section .inner-container {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
  }

  .contact-page-section .form-column {
    position: relative;
    padding: 0 0 0 15px
  }

    .contact-page-section .form-column .inner-column {
      position: relative;
      padding: 60px 45px 160px;
      background-color: #fff
    }

  .contact-page-section .info-column {
    position: relative;
    background: #2e1661;
  }

    .contact-page-section .info-column .inner-column {
      position: relative;
      padding: 60px 21px;
    }

    .contact-page-section .info-column h2 {
      position: relative;
      color: #fff;
      font-size: 30px;
      font-weight: 700;
      line-height: 1.4em;
      margin-bottom: 45px
    }

    .contact-page-section .info-column .list-info {
      position: relative;
      margin-bottom: 60px
    }

      .contact-page-section .info-column .list-info li {
        position: relative;
        margin-bottom: 25px;
        font-size: 18px;
        color: #fff;
        line-height: 1.8em;
        padding-left: 45px
      }

        .contact-page-section .info-column .list-info li:last-child {
          margin-bottom: 0
        }

        .contact-page-section .info-column .list-info li i {
          position: absolute;
          left: 0;
          top: 8px;
          color: #fff;
          font-size: 30px
        }

.contact-form {
  position: relative
}

  .contact-form .form-group {
    position: relative;
    margin-bottom: 20px
  }

  .contact-form input[type=text], .contact-form input[type=email], .contact-form textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    color: #222;
    font-size: 14px;
    line-height: 38px;
    padding: 10px 30px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease
  }

    .contact-form input[type=text]:focus,
    .contact-form input[type=email]:focus,
    .contact-form textarea:focus {
      border-color: #00b8ca
    }

  .contact-form textarea {
    height: 250px;
    resize: none
  }

  .contact-form .theme-btn {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
    padding: 16px 39px;
    border: 2px solid #fff;
    font-family: Arimo,sans-serif;
    background: #2e1661;
    display: inline-block;
    position: relative;
    line-height: 24px;
    cursor: pointer;
    color: #fff
  }

    .contact-form .theme-btn:hover {
      color: #000000;
      border-color: #ff4500;
      background: 0 0;
    }

  .contact-form input.error, .contact-form select
  .error, .contact-form textarea
  .error {
    border-color: red !important
  }

  .contact-form label
  .error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: red;
    font-weight: 500
  }

.social-icon-four {
  position: relative
}

  .social-icon-four li {
    position: relative;
    margin-right: 18px;
    display: inline-block
  }

    .social-icon-four li.follow {
      color: #fff;
      font-weight: 600;
      font-size: 24px;
      display: block;
      margin-bottom: 20px;
      margin-top: 38px;
    }

    .social-icon-four li a {
      position: relative;
      font-size: 20px;
      color: #fff;
      -webkit-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease
    }

      .social-icon-four li a:hover {
        color: #ff4500;
      }

.Contact-information strong {
  color: #ff4500;
  position: relative;
  bottom: 16px;
}




/*.company-side {
   position: relative : 
   left 120px !important;
}
*/











/*................about us css ..............*/

.about-pg-1 {
  margin-top: 100px;
}



  .about-pg-1 strong {
    color: #000;
    font-size: 23px;
  }

  .about-pg-1 p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding-top: 17px;
    text-align: justify;
  }

.about-img-1 img {
  width: 100%;
  margin-left: 0px;
  margin-top: 60px;
}



/*.................Hotel Management Software.css...............*/


.Hotel-pg-1 {
  margin-top: 100px;
}

  .Hotel-pg-1 strong {
    font-size: 34px;
    color: #2385ff;
    font-weight: 600;
  }

  .Hotel-pg-1 p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
  }

.Hotel-img-1 img {
  width: 100%;
  margin-left: 0px;
  margin-top: 150px;
}

.web-img-1 img {
  width: 100%;
  margin-left: 65px;
  margin-top: 150px;
}

.Hotel-pg-1 h6 {
  font-size: 23px;
  padding-bottom: 10px;
  color: #f05a24;
  font-weight: 500;
}


/*....................Restaurant css....................*/


.Restaurant-pg-1 {
  margin-top: 100px;
}

  .Restaurant-pg-1 h4 {
    font-size: 35px;
    color: #2385ff;
    font-weight: 500;
  }

  .Restaurant-pg-1 strong {
    color: #000;
    font-size: 23px;
    font-weight: 600;
  }

  .Restaurant-pg-1 p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
  }

.Restaurant-img-1 img {
  width: 100%;
  margin-left: 0px;
  margin-top: 150px;
}


.Restaurant-pg-1 h6 {
  font-size: 23px;
  padding-bottom: 10px;
}

.Restaurant-pg-1 li {
  font-size: 14px;
}

/*..........Inventory css.........................*/



.Inventory-pg-1 {
  margin-top: 100px;
}


  .Inventory-pg-1 h4 {
    font-size: 35px;
    color: #2385ff;
    font-weight: 500;
  }

  .Inventory-pg-1 strong {
    color: #000;
    font-size: 17px;
    font-weight: 600;
  }

  .Inventory-pg-1 p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
  }

.Inventory-img-1 img {
  width: 100%;
  margin-left: 0px;
  margin-top: 150px;
}

.School-img-1 img {
  width: 100%;
  margin-left: 0px;
  margin-top: 199px;
}

.Inventory-pg-1 p {
  padding-top: 13px;
}


.google-map iframe {
  width: 100%;
  padding-bottom: 20px;
}

.footer-contact {
  margin-top: -78px;
}




/*..............School Management css.................*/

.School-pg-1 {
  margin-top: 100px;
}



  .School-pg-1 strong {
    color: #000;
    font-size: 22px;
    font-weight: 600;
  }

  .School-pg-1 p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
    padding-top: 5px;
  }

  .School-pg-1 h3 {
    font-size: 35px;
    padding-bottom: 10px;
    color: #2385ff;
    font-weight: 600;
  }




  .School-pg-1 h5 {
    font-size: 25px;
    padding-bottom: 10px;
  }



/*....................Banquet Hall Management css..................................*/



.Banquet-Hall-Management-pg-1 {
  margin-top: 100px;
}


  .Banquet-Hall-Management-pg-1 h4 {
    font-size: 35px;
    color: #2385ff;
    font-weight: 500;
  }

  .Banquet-Hall-Management-pg-1 strong {
    color: #000;
    font-size: 17px;
    font-weight: 600;
  }

  .Banquet-Hall-Management-pg-1 p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
  }

.Banquet-Hall-Management-img-1 img {
  width: 100%;
  margin-left: 0px;
  margin-top: 150px;
}


.Banquet-Hall-Management-pg-1 p {
  padding-top: 13px;
}
/*................................Bar Management Software css............................*/



.Bar-Management-Software-pg-1 {
  margin-top: 100px;
}


  .Bar-Management-Software-pg-1 h4 {
    font-size: 35px;
    color: #2385ff;
    font-weight: 500;
  }

  .Bar-Management-Software-pg-1 strong {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    bottom: 10px;
  }

  .Bar-Management-Software-pg-1 p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
  }

.Bar-Management-Software-img-1 img {
  width: 100%;
  margin-left: 0px;
  margin-top: 150px;
}


.Bar-Management-Software-pg-1 p {
  padding-top: 13px;
}



/*..................Gym Management css............................*/



.Gym-Management-pg-1 {
  margin-top: 100px;
}


  .Gym-Management-pg-1 h4 {
    font-size: 35px;
    color: #2385ff;
    font-weight: 500;
  }

  .Gym-Management-pg-1 strong {
    color: #ee792d;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    bottom: 0px;
  }


  .Gym-Management-pg-1 p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
  }

.Gym-Management-img-1 img {
  width: 100%;
  margin-left: 0px;
  margin-top: 150px;
}


.Gym-Management-pg-1 p {
  padding-top: 9px;
}


/*...............Spa-Salon css...................*/

.Spa-Salon-pg-1 {
  margin-top: 100px;
}


  .Spa-Salon-pg-1 h4 {
    font-size: 35px;
    color: #2385ff;
    font-weight: 500;
  }

  .Spa-Salon-pg-1 strong {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    bottom: 10px;
  }

  .Spa-Salon-pg-1 p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
  }

.Spa-Salon-img-1 img {
  width: 100%;
  margin-left: 0px;
  margin-top: 150px;
}


.Spa-Salon-pg-1 p {
  padding-top: 13px;
}


/*............................Hospital Management css....................*/



.Hospital-Management-pg-1 {
  margin-top: 100px;
}


  .Hospital-Management-pg-1 h4 {
    font-size: 35px;
    color: #2385ff;
    font-weight: 500;
  }

  .Hospital-Management-pg-1 strong {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    bottom: 10px;
  }

  .Hospital-Management-pg-1 p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
  }

.Hospital-Management-img-1 img {
  width: 100%;
  margin-left: 0px;
  margin-top: 100px;
}


.Hospital-Management-pg-1 p {
  padding-top: 13px;
}

/*.....................Diagnostic Management css ........................*/


.Diagnostic-Management-pg-1 {
  margin-top: 100px;
}


  .Diagnostic-Management-pg-1 h4 {
    font-size: 35px;
    color: #2385ff;
    font-weight: 500;
  }

  .Diagnostic-Management-pg-1 strong {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    bottom: 10px;
  }

  .Diagnostic-Management-pg-1 p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
  }

.Diagnostic-Management-img-1 img {
  width: 100%;
  margin-left: 0px;
  margin-top: 150px;
}


.Diagnostic-Management-pg-1 p {
  padding-top: 13px;
}

/*...............Garment-Management css...............................*/


.Garment-Management-pg-1 {
  margin-top: 100px;
}


  .Garment-Management-pg-1 h4 {
    font-size: 35px;
    color: #2385ff;
    font-weight: 500;
  }

  .Garment-Management-pg-1 strong {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    bottom: 10px;
  }

  .Garment-Management-pg-1 p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
  }

.Garment-Management-img-1 img {
  width: 100%;
  margin-left: 0px;
  margin-top: 150px;
}


.Garment-Management-pg-1 p {
  padding-top: 13px;
}

/*...............Departmental-Store css...........................*/

.Departmental-Store-pg-1 {
  margin-top: 100px;
}


  .Departmental-Store-pg-1 h4 {
    font-size: 35px;
    color: #2385ff;
    font-weight: 500;
  }

  .Departmental-Store-pg-1 strong {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    bottom: 10px;
  }

  .Departmental-Store-pg-1 p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
  }

.Departmental-Store-img-1 img {
  width: 100%;
  margin-left: 0px;
  margin-top: 150px;
}


.Departmental-Store-pg-1 p {
  padding-top: 13px;
}
/*..................clouse,......................*/
#myBtn i {
  font-size: 22px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: orangered;
  color: white;
  cursor: pointer;
  padding: 13px 19px;
  border-radius: 3px;
}

  #myBtn:hover {
    background-color: #555;
  }

/*...............................*/
/*.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 80%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    padding: 40px 30px;
  
}

.bt {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 22px;
}
.form-label-1 label {
    display: inline-block;
    color: #ff4500;
    font-size: 15px;
    font-weight: 500;
}

.stackbox-footer {
     position: relative; 
    text-align: end;
    position: relative;
    top: -96px;
    left: 30px;
    z-index: 999;
    border-radius: 10px;
}

.stackbox-footer button {
    border: navajowhite;
    background: #ff4500;
}

.stackbox-footer i{
      padding: 10px 10px;
      color: #fff;
}


.btn-primary {
    color: #fff;
    background-color: #ff4500;
    border-radius: inherit;
    padding: 10px 20px;
    border:none;
        font-weight: 500;

}

.btn-primary:hover{
  color: #fff;
  background: #000;
   outline: none;
}
*/


/*.............MFG Software css...............*/


.MFG-Software-pg-1 {
  margin-top: 100px;
}


  .MFG-Software-pg-1 h4 {
    font-size: 35px;
    color: #2385ff;
    font-weight: 500;
  }

  .MFG-Software-pg-1 strong {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    position: relative;
  }

  .MFG-Software-pg-1 p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
  }

.MFG-Software-img-1 img {
  width: 100%;
  margin-left: 0px;
  margin-top: 150px;
}


.MFG-Software-pg-1 p {
  padding-top: 13px;
}




/*...................Property-Software css.........................*/

.Property-Software-pg-1 {
  margin-top: 100px;
}


  .Property-Software-pg-1 h4 {
    font-size: 35px;
    color: #2385ff;
    font-weight: 500;
  }

  .Property-Software-pg-1 strong {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    position: relative;
  }

  .Property-Software-pg-1 p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
  }

.Property-Software-img-1 img {
  width: 100%;
  margin-left: 0px;
  margin-top: 150px;
}


.Property-Software-pg-1 p {
  padding-top: 13px;
}



.open-form, .reset-form {
  cursor: pointer;
  color: white;
  padding: 10px 118px;
  box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
  border-radius: 40px 40px 40px 0px;
  /*    background-image: linear-gradient(#010a57, #0a0c25);*/
  text-transform: uppercase;
  font-size: 14px;
  transition: .3s;
  position: relative;
  bottom: 85px;
  left: 23px;
  top: -63px;
}

.open-form-product, .reset-form {
  width: 49%;
  cursor: pointer;
  color: white;
  padding: 9px 6px;
  box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
  /* border-radius: 40px 0px 40px 0px; */
  /* background-image: linear-gradient(#010a57, #0a0c25); */
  background-color: #ff6830;
  text-transform: uppercase;
  font-size: 14px;
  transition: .3s;
  position: relative;
  bottom: 85px;
  /* left: 11px; */
  top: 27px;
  z-index: 999;
  border-radius: 50px;
  /* text-align: center; */
  margin: 0 0 10px 0;
}

  .open-form-product:hover {
    background: #ff4500;
    overflow: hidden;
    border-radius: 0px 40px 40px 40px;
  }

.open-form:hover {
  /*background-image: linear-gradient(#2c0c6f, #110529);*/
  border: none;
  border-radius: 0px 40px 40px 40px;
  overflow: hidden;
}





.form-popup,
.success-message {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, .5);
  transition: .5s;
}

  .form-popup .form-wrapper {
    top: 2em;
    max-width: 430px;
    background: white;
    padding: 50px;
    padding-top: 50px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

.form-title {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.close-form {
  border-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  cursor: pointer;
  padding: 10px 20px;
  background-color: #ff4500;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: .3s;
}

.send-form {
  cursor: pointer;
  padding: 10px 30px;
  background-color: #ff4500;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  transition: .3s;
}

.form-control:focus {
  border-color: #83b566;
  box-shadow: 0 0 0 0.2rem rgba(131, 181, 102, 0.25);
}

.btn:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.35);
}

.success-message {
  text-align: center;
}

  .success-message h1 {
    color: #ffffff;
    margin-top: 3em;
  }
/*
.toggle{
    font-size: 20px;
}
*/


/*..........background-img........................*/
.contact-background-img {
  background-image: url(../imgaes/contact-1.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
}

.About-background-img {
  background-image: url(../imgaes/Inventory-2.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
}

.web-background-img {
  background-image: url('../imgaes/images1.jpg');
  width: 100%;
  height: 350px;
  background-size: cover;
}

.mobile-app-img {
  background-image: url(../imgaes/app_mobile.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position-y: 475px;
}

.seo-background-img {
  background-image: url(../imgaes/Background-SEO.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
}

.web-development-background-img {
  background-image: url(../imgaes/web-dev-banner.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
}

.software-development-background-img {
  background-image: url(../imgaes/software-banner.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center
}



.web-background-img {
  background-image: url('../imgaes/images1111.jpg');
  width: 100%;
  height: 699px;
  background-size: cover;
}

.hotel-background-img {
  background-image: url(../imgaes/hospitle-1.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
}

.Restaurant-background-img {
  background-image: url(../imgaes/Restaurant-1.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
}

.School-background-img {
  background-image: url(../imgaes/School-1.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position-x: 0% !important;
}

.Inventory-background-img {
  background-image: url(../imgaes/Inventory-1.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
}



.Banquet-background-img {
  background-image: url(../imgaes/Banquet-1.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
}

.bar-background-img {
  background-image: url(../imgaes/BAR-1.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: right;
}

.gym-background-img {
  background-image: url(../imgaes/gym-1.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
}

.spa-background-img {
  background-image: url(../imgaes/spa-2.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
}

.Hospital-background-img {
  background-image: url(../imgaes/hospitle-2.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
}

.Diagnostic-background-img {
  background-image: url(../imgaes/Diagnostic.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
}


.Garment-background-img {
  background-image: url(../imgaes/Garment-1.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: left;
}

.Departmental-background-img {
  background-image: url(../imgaes/DEPARTMENTAL-0.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
}

.Property-background-img {
  background-image: url(../imgaes/Property-02.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
}


.MANUFACTURING-background-img {
  background-image: url(../imgaes/MANUFACTURING.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
}






.hotel-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 0%;
  font-size: 55px;
}

.mobile-app-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 14%;
  font-size: 55px;
}

.software-development-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 14%;
  font-size: 55px;
}

.seo-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 14%;
  font-size: 55px;
}

.Restaurant-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 14%;
  font-size: 55px;
}

.Banquet-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 14%;
  font-size: 55px;
}

.gym-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 14%;
  font-size: 55px;
}

.spa-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 14%;
  font-size: 55px;
}

.Hospital-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 14%;
  font-size: 55px;
}

.Diagnostic-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 14%;
  font-size: 55px;
}

.School-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 14%;
  font-size: 55px;
}

.Property-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 14%;
  font-size: 55px;
}

.MANUFACTURING-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 14%;
  font-size: 55px;
}

.Departmental-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 14%;
  font-size: 55px;
}

.Garment-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 14%;
  font-size: 55px;
}

.Inventory-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 14%;
  font-size: 55px;
}

.Toggle-btn {
  position: relative;
  top: 0px;
}

.product-item .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 172px;
  height: 3px;
  background-color: #1d0d35;
  border-radius: 3px;
}

.product-item .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(30px);
  width: 10px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 3px;
}

/*.services-bg{
    background-image: url(../imgaes/1.png); width: 100%;
    background-position: left;
    height: auto;
    background-repeat: no-repeat;
}
*/
.section-services .single-service .icon i.fa.fa-code {
  position: absolute;
  left: 38%;
  top: 34%;
  font-size: 13px;
}

.section-services .single-service .icon i.fa.fa-paint-brush {
  position: absolute;
  left: 16%;
  top: 18.7%;
  font-size: 13px;
}

.section-services .single-service .icon i.fa.fa-cogs {
  position: absolute;
  left: 16%;
  top: 20%;
  font-size: 11px;
}

.dropdown-content.products {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 786px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  column-count: 2;
  left: -246%;
  column-rule: 1px solid #ef8134;
  padding: 19px 6px;
}

.contact-form span {
  position: relative;
  bottom: 0px !important;
}

.form-group span {
  position: relative;
  bottom: 0px !important;
}

.section-services .single-service .icon i {
  position: relative;
  top: 18.5px;
}

/*whatapp css start*/
.whatsapp-icon-bar {
  position: fixed;
  top: 89%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3%;
  z-index: 9;
}

  .whatsapp-icon-bar a {
    display: block;
    text-align: center;
    padding: 0px 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 40px;
    border-radius: 100%;
    border: 2px solid #21bd24;
    box-shadow: 0 2px 9px 0px rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(33 189 36);
  }

.whatsapp {
  background: #21bd24;
  color: white;
}

.whatsapp-icon-bar a:hover {
  background-color: #189a1b;
  border: 2px solid #189a1b;
  color: #fff;
}
/*whatapp css start*/


a.btn.open-form-products {
  width: 49%;
  cursor: pointer;
  color: white;
  padding: 9px 6px;
  box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
  /* border-radius: 40px 0px 40px 0px; */
  /* background-image: linear-gradient(#010a57, #0a0c25); */
  background-color: #ff6830;
  text-transform: uppercase;
  font-size: 14px;
  transition: .3s;
  position: relative;
  bottom: 85px;
  /* left: 11px; */
  top: 27px;
  z-index: 999;
  border-radius: 50px;
  /* text-align: center; */
  margin: 0 0 10px 0;
}

a.open-form-products:hover {
  background: #ff4500;
  overflow: hidden;
  border-radius: 0px 40px 40px 40px;
}

.card .card-body p {
  max-height: 57px !important;
  min-height: 57px !important;
}

.card-title h5.card-title {
  max-height: 46px !important;
  min-height: 46px !important;
}

.contant_page_ul li {
  list-style-position: outside;
  list-style-type: circle;
  color: #000;
  padding: 16px 6px 0px 5px;
}

.contant_page_ul {
  padding-left: 36px;
}

.yashraj {
  color: #007bff !important;
  font-size: 15px;
  font-weight: 600;
}

.Hotel-pg-1 ::marker {
  content: "\2022";
  color: #2385ff;
  font-weight: bold;
  display: inline-block;
  font-size: 19px;
  line-height: 13px;
}

.about-background-heddind h1 {
  font-weight: 500;
  color: #fff;
  padding-top: 14%;
  font-size: 55px;
}

b {
  font-weight: bolder;
  color: #2385ff;
}

.alert-success strong:before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
}

a.btn.open-form-product {
  width: 100%;
  cursor: pointer;
  color: white;
  padding: 13px 118px;
  box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
  border-radius: 40px 0px 40px 0px !important;
  background-image: linear-gradient(#010a57, #0a0c25);
  background-color: #1c0845;
  text-transform: uppercase;
  font-size: 14px;
  transition: .3s;
  position: relative;
  bottom: 85px;
  left: 0px;
  top: 27px;
  z-index: 999;
  border-radius: 50px;
  text-align: center;
  margin: 0 0 10px 0;
}

.product-item .controls-top {
  position: absolute;
  top: 100%;
  left: 46%;
  margin: 6px 0px;
}

a.btn-floating {
  border: 2px solid #1c0845;
  padding: 6px 10px;
  margin: 0 5px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none !important;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.card {
  box-shadow: 0 0px 0px #00000029, 0 0px 0px #0000001f;
  border: 1px solid #fff;
  font-weight: 400;
  padding: 0px !important;
}

.h-100 {
  height: 100% !important;
  padding: 20px !important;
}

.mein-nav .dropdown-content a {
  text-shadow: 0px 0px 0px black;
}

.section-services .card-body {
  height: 245px;
  background: #fff;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 31%);
  border-radius: 5px;
  max-height: 244px;
}

.section-services .text-center {
  text-align: left !important;
}

.section-services [data-aos=fade-right] {
  transform: translate3d(0px,0,0);
}

.section-services .controls-top {
  position: absolute;
  top: 100%;
  left: 46%;
  margin: 6px 0px;
}

section.about-details [data-aos=fade-up] {
  transform: translate3d(0,30px,0);
}

h4 {
  font-weight: 500;
}

.service_title {
  text-align: center !important;
}

.yash_header div#navbar ul {
  margin-bottom: 0rem !important;
}

.yash_header .black {
  background-color: #1c084585 !important;
}

.modal-dialog {
  max-width: 992px !important;
  margin: 30px auto;
}

img.popup_img {
  width: 100%;
  padding: 83px 1px 63px 0;
}

.modal-content {
  padding: 38px 28px 26px;
}

.modal-dialog button.btn.close-form {
  padding: 0px 0px;
  font-size: 22px;
  color: #fff;
  margin: 0px;
}

  .modal-dialog button.btn.close-form .fa.fa-times {
    font-size: 23px;
    padding: 13px 17px;
  }

input#ContentPlaceHolder1_btnSaveChange {
  cursor: pointer;
  padding: 10px 30px;
  background-color: #ff4500;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  transition: .3s;
}

section.School-details span {
  position: relative;
  bottom: 0px !important;
}

section.School-details dl, ol, ul {
  margin-top: 0;
  margin-bottom: -0.7rem !important;
}

a.nav-link.enquirylink {
  color: #fff !important;
}

  a.nav-link.enquirylink:hover {
    color: #ff4500 !important;
  }
/*home slider start*/
.home_slider .wrapper {
  width: 100%;
}

.home_slider img {
  width: 100% !important;
  height: 600px;
}

h1.home_slider_1_tital {
  font-size: 76px;
  font-weight: 700;
  text-transform: capitalize;
  position: absolute;
  top: -1025%;
  left: 60px;
  letter-spacing: 15px;
  text-shadow: 0px 14px #ffffff38;
}

h3.home_slider_1_tital_sec {
  font-size: 76px;
  font-weight: 700;
  text-transform: capitalize;
  position: absolute;
  top: -767%;
  left: 60px;
  letter-spacing: 15px;
}

p.home_slider_1_tital_paragarap {
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  top: -215%;
  left: 60px;
  font-size: 17px;
}

h3.home_slider_main_1_tital_sec {
  font-size: 76px;
  font-weight: 700;
  text-transform: capitalize;
  position: absolute;
  top: -513%;
  left: 60px;
  letter-spacing: 15px;
}


h1.home_slider_2_tital {
  font-size: 73px;
  font-weight: 500;
  position: absolute;
  top: -347px;
  left: 145px;
}

h3.home_slider_2_tital_sec {
  position: absolute;
  top: -667%;
  left: 205px;
  font-size: 48px;
  font-weight: 700;
}

p.home_slider_2_tital_paragarap {
  position: absolute;
  top: -484%;
  font-size: 18px;
}

h1.home_slider_3_tital {
  left: 56px;
  position: absolute;
  top: -915%;
  font-size: 61px;
  transform: rotate(-22deg);
  font-weight: 400;
}

h3.home_slider_3_tital_sec {
  left: 233px;
  position: absolute;
  top: -903%;
  font-size: 39px;
  transform: rotate(-22deg);
  font-weight: 400;
  background-color: #ffffff69;
  padding: 4px 27px;
}

p.home_slider_3_tital_paragarap {
  font-size: 18px;
  position: absolute;
  top: -585%;
  left: 128px;
}


h1.home_slider_4_tital {
  font-size: 62px;
  font-weight: 600;
  position: absolute;
  top: -381px;
  left: -35px;
  color: #fff9;
}

h3.home_slider_4_tital_sec {
  font-size: 62px;
  font-weight: 600;
  position: absolute;
  top: -317px;
  left: -35px;
  color: #fff9;
}

h3.home_slider_main_4_tital_sec {
  font-size: 62px;
  font-weight: 600;
  position: absolute;
  top: -253px;
  left: -35px;
  color: #fff9;
}

p.home_slider_4_tital_paragarap {
  position: absolute;
  top: -172px;
  left: -3%;
  font-size: 18px;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .modal-content {
    padding: 0px 0px 0px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 320px) {
  .home_slider img {
    width: 100% !important;
    height: auto !important;
  }

  .mein-nav {
    background: #1e0845;
    box-shadow: 0px -1px 5px 0px rgb(0 0 0 / 75%);
  }

  p.home_slider_1_tital_paragarap {
    top: -62%;
    left: 0px;
    font-size: 11px;
  }

  h1.home_slider_1_tital {
    font-size: 19px;
    top: -325%;
    left: 6px;
    letter-spacing: 8px;
  }

  h3.home_slider_1_tital_sec {
    font-size: 19px;
    top: -245%;
    left: 6px;
    letter-spacing: 8px;
  }

  h3.home_slider_main_1_tital_sec {
    font-size: 19px;
    top: -162%;
    left: 6px;
    letter-spacing: 8px;
  }



  p.home_slider_2_tital_paragarap {
    top: -143%;
    left: 0px;
    font-size: 11px;
  }

  h1.home_slider_2_tital {
    font-size: 35px;
    font-weight: 600;
    position: absolute;
    top: -143px;
    left: 50px;
  }

  h3.home_slider_2_tital_sec {
    position: absolute;
    top: -244%;
    left: 82px;
    font-size: 23px;
    font-weight: 700;
  }

  h1.home_slider_3_tital {
    left: 4px;
    position: absolute;
    top: -319%;
    font-size: 27px;
    transform: rotate(-27deg);
    font-weight: 400;
  }

  h3.home_slider_3_tital_sec {
    left: 70px;
    position: absolute;
    top: -324%;
    font-size: 20px;
    transform: rotate(-28deg);
    font-weight: 400;
    background-color: #ffffff69;
    padding: 4px 27px;
  }

  p.home_slider_3_tital_paragarap {
    font-size: 11px;
    position: absolute;
    top: -124%;
    left: 18px;
  }

  h1.home_slider_4_tital {
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    top: -144px;
    left: -8px;
    color: #fff9;
    font-family: Georgia, "Times New Roman", Times, serif;
  }

  h3.home_slider_4_tital_sec {
    font-size: 28px;
    font-weight: 600;
    position: absolute;
    top: -106px;
    left: -8px;
    color: #fff9;
    font-family: Georgia, "Times New Roman", Times, serif;
  }

  h3.home_slider_main_4_tital_sec {
    font-size: 28px;
    font-weight: 600;
    position: absolute;
    top: -68px;
    left: -8px;
    color: #fff9;
    font-family: Georgia, "Times New Roman", Times, serif;
  }

  p.home_slider_4_tital_paragarap {
    position: absolute;
    top: -27px;
    left: 0%;
    font-size: 11px;
  }
}
/*home slider end*/
/*footer bottom css start*/
#footer .footer_bottom {
  background-color: black;
  padding: 10px 0;
  text-align: center;
  color: #acacac;
  font-size: 12.22px;
}

  #footer .footer_bottom p {
    margin-bottom: 0;
    font-size: 14px;
  }

.footer_bottom {
  background-color: #1e0845;
  padding: 10px 0;
  text-align: center;
  color: #acacac;
}

  .footer_bottom p.copy {
    text-align: center;
    padding: 1px 0;
    margin-bottom: 0px;
    font-size: 13px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
  }

.footer_bottom {
  border-top: 2px solid #ff4500;
}

/*footer bottom css end*/

.pages_forms {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  top: 145px;
  padding: 0 26px;
}

.forms_pages_box {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background-color: #1e0845ad;
  padding: 30px 30px;
  height: auto;
}

  .forms_pages_box label {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0px;
  }

  .forms_pages_box .form-group {
    margin-bottom: 0.6rem;
  }

.text-stats-bg-image-logos .masthead-content .header-button-group {
  display: flex;
}

.masthead-pages .masthead-content .buttons-bar {
  max-width: 520px;
  width: 100%;
  margin-left: inherit;
}

.text-stats-bg-image-logos .masthead-content .header-button-group .fx-btn {
  display: block;
}

.fx-primary-btn-light {
  background: #2385ff;
  color: #ffff;
  border: 1px solid #ffffff;
  font-size: 20px;
  line-height: 4.333em;
  font-weight: 600;
  transition: background .35s,color .35s;
  padding: 12px 16px;
}

.fx-primary-btn {
  color: #fff;
  border: 1px solid #fff;
  font-size: 19px;
  line-height: 1.333em;
  background-color: #ff4500;
  font-weight: 500;
  transition: background .35s,color .35s;
  padding: 13px 16px;
  margin: 0 17px;
}

.web_form_box {
  width: 90%;
}

  .web_form_box p {
    color: #fff;
    font-size: 19px;
    text-align: justify;
  }

.pages_top_banner {
  width: 100%;
  height: 699px;
  background-size: cover;
}

section.section-services {
  padding: 00px 0;
  background-image: url(../imgaes/why_bg.png);
  background-position: center;
  background-repeat: no-repeat;
}

section.slider_products {
  padding: 10px 0;
  background-image: url(../imgaes/map-1.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

section.Hotel-details {
  background-image: url(https://mccinc.ca/wp-content/themes/mcc/img/why_bg.png);
  background-position: center;
  background-repeat: repeat;
}



/*progress start*/

/*.progress-images-group, .progress-images-group *, .col-solutions_carousel, .col-solutions_carousel
* {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out
}

  .progress-images-group .group-01 {
    z-index: 1;
    top: 111px
  }

.progress-images-group {
  height: 300px;
  position: relative;
  width: 100%
}

  .progress-images-group [class*="group-"] {
    position: absolute;
    right: 0;
    left: 0
  }

.progress-images-group {
}

  .progress-images-group .group-02 {
    bottom: 61px;
    height: 38px;
    overflow: hidden;
    z-index: 0
  }

  .progress-images-group .group-03 {
    z-index: -1
  }

  .progress-images-group .group-03 {
    top: 206px
  }

  .progress-images-group:hover .group-01 {
    top: 50px
  }

  .progress-images-group:hover .group-02 {
    bottom: 61px;
    height: 116px;
    overflow: hidden
  }

.title_pro {
  position: absolute;
  top: 74px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #e77817 !important;
}

.progress-images-group:hover
.title_pro {
  top: 0px
}

.border-hr {
  position: relative;
  margin-top: 2em
}

  .border-hr:after {
    background-image: url(/wp-content/themes/rginfotech/assets/images/border.png);
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: absolute;
    bottom: 0px
  }

.sec-heading.text-center h2::after {
  margin: 0px auto;
  right: 0px;
}

.sec-heading h2::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 5px;
  background-color: #e77817;
  border-radius: 5px;
  top: 0px;
  left: 0px;
}

.sec-heading {
  padding-bottom: 50px;
}

  .sec-heading h2 {
    font-size: 36px;
    margin-bottom: 25px;
    padding-top: 30px;
    position: relative;
    font-weight: bold;
  }

  .sec-heading p {
    font-size: 18px;
    font-weight: 300;
    color: #666;
    font-family: 'Rubik',sans-serif;
  }

  .sec-heading h2 {
    font-size: 36px;
  }*/
/*progress End*/
/* Privacy Banner */
#privacy-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 1rem .5rem;
  background: #ff4500;
  z-index: 1030;
  color: #000;
  font-size: 14px;
  margin: 0;
  display: none;
  border-top: 2px solid #fff;
}

  #privacy-banner p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
  }

  #privacy-banner a {
    text-decoration: none;
    margin: 20px auto 0 auto;
    display: block;
    max-width: 150px;
  }

    #privacy-banner a:hover {
      text-decoration: underline;
    }

#banner-learn {
  padding: 4px 25px !important;
  color: #000 !important;
  border-radius: 5px;
  background: #d5d1d1;
}

#banner-accept {
  padding: 4px 25px !important;
  color: #fff !important;
  border-radius: 5px;
  background: #1e0845;
}

@media (min-width: 768px) {

  #privacy-banner {
    padding: 1.5rem .5rem;
    display: none
  }

    #privacy-banner a {
      display: inline-block;
      margin: 0 10px;
    }
}

button.btn.send-form.top_banner_button {
  padding: 8px 42px;
  font-size: 16px;
  font-weight: 600;
}

.form-group.col-md-12.col-sm-12.co-xs-12.button_banner_main {
  max-width: 156px;
  margin: auto auto;
}

body::-webkit-scrollbar {
  width: 0.4em;
}

body::-webkit-scrollbar-track {
}

body::-webkit-scrollbar-thumb {
  background-color: #c3c1bc;
  /*  outline: 1px solid slategrey;*/
  border-radius: 15px;
}
