* a{
    text-decoration: none;
}
.container{margin:auto}
 .navbar {
     transition: all 0.4s;
}
 .navbar-brand{
    width: 135px;
}
.logo-name{color:#d52339}
.navbar-brand{font-weight:600}
.navbar-brand span{font-weight:700}
.fixed-top{top:-7px !important}
 .navbar .nav-link {
     color: #1d1d1d;
     font-weight: 700;
     font-size: .9375rem;
     padding-right: 20px !important;
     letter-spacing: 0.6px;
}
 .navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #ea5c43;
}
 .navbar-expand-lg .navbar-nav .nav-link.active{
    color: #ea5c43;
}
 .navbar .nav-link:hover, .navbar .nav-link:focus {
}

.contact-a{background: #462c5c;border-radius: 30px;}
.contact-a a{color: #fff !important;padding-left: 20px !important;}
.contact-a a:hover{color: #ea5c43 !important;}
/* Change navbar styling on scroll */
 .navbar.active {
     background: #fff;
     box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
     height: 100px;
}
 .navbar.active .nav-link {
     color: #555;
}
 .navbar.active .nav-link:hover, .navbar.active .nav-link:focus {
     color: #555;
     text-decoration: none;
}
 .navbar.active .navbar-brand {
     color: #555;
}
 .arrow-after i{
    padding-left: 5px;
}
 .marg-wel{
    background: #dee5ff;
    min-height: 550px;position:relative
}
 .gst-bill span{
    font-size: 22px;
    padding-left: 20px;
}
 .gst-bill h4{color:#d52339;font-size:20px}
 .serv-icon{
    width: 130px;
     height: 130px;
     position: relative;
     margin: 5px auto 5px;
     border-radius: 50%;
     display: block;
     background: #fff;
     box-shadow: 0 0 2px #3a4172;
}

.pop-up{background:#fff;border-radius:10px;width:350px;text-align:center;padding-top:20px;position:absolute;top:20%;left:40%;padding-bottom:20px;display:none;z-index:1} 
.pop-up h2{font-size:30px;font-weight:700}
.book-form{padding:0 30px 0;position:relative}
.close-btn button{position:absolute;top:-76px;right:0;border:none;background:none;font-size:30px}
.book-form .input-group{margin-top:20px}
.form-book-btn button{    background: #0c75fb;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 30px;border-radius:30px;margin-top:20px}
.form-book-btn button:hover{background:#000;transition:.5s}
 .download-btn{
   background:#462c5c;border:none;padding:10px 20px;font-size:20px;margin-left:10px;color:#fff;font-weight:600;letter-spacing:.5px;border-radius:5px;
}
.download-btn:hover{background:#fff;color:#000;transition: .5s;}
.marg-wel .book-btn{background:#462c5c;border:none;padding:10px 20px;font-size:20px;margin-left:10px;color:#fff;font-weight:600;letter-spacing:.5px;border-radius:5px;}
.marg-wel .book-btn:hover{background:#fff;color:#000;transition: .5s;}
.main-btn{text-align:center;margin-top:20px}
.retail img{width: 50% !important;padding-top: 34px;}
.distribution img{width: 60% !important;padding-top: 25px;}
.manufacturing img{width: 60% !important;padding-top: 25px;}
 #slide{
     -webkit-animation-duration: 1s;
     -webkit-animation-name: slidein;
}
}
}
 @keyframes slidein {
     from {
         margin-left: 100%;
         width: 300%;
    }
     to {
         margin-left: 0%;
         width: 100%;
    }
}
 #slide2{
     -webkit-animation-duration: 1s;
     -webkit-animation-name: slidein;
}
 @keyframes slidein {
     from {
         margin-left: 100%;
         width: 300%;
    }
     to {
         margin-left: 0%;
         width: 100%;
    }
}
 #slide3{
     -webkit-animation-duration: 1s;
     -webkit-animation-name: slidein;
}
 @keyframes slidein {
     from {
         margin-left: 100%;
         width: 300%;
    }
     to {
         margin-left: 0%;
         width: 100%;
    }
}
 .main-heading h1 {
     display:inline-block;
     overflow:hidden;
     white-space:nowrap;
}
 .main-heading h1:first-of-type {
    /* For increasing performance ID/Class should've been used. For a small demo it's okaish for now */
     animation: showup 7s infinite;
}
 .main-heading h1:last-of-type {
     width:0px;
     animation: reveal 7s infinite;
}
 .main-heading:last-of-type span {
     margin-left:-355px;
     animation: slidein 7s infinite;
}
 @keyframes showup {
     0% {
        opacity:0;
    }
     20% {
        opacity:1;
    }
     80% {
        opacity:1;
    }
     100% {
        opacity:0;
    }
}
 @keyframes slidein {
     0% {
         margin-left:-800px;
    }
     20% {
         margin-left:-800px;
    }
     35% {
         margin-left:0px;
    }
     100% {
         margin-left:0px;
    }
}
 @keyframes reveal {
     0% {
        opacity:0;
        width:0px;
    }
     20% {
        opacity:1;
        width:0px;
    }
     30% {
        width:355px;
    }
     80% {
        opacity:1;
    }
     100% {
        opacity:0;
        width:100%;
    }
}

 .guinness{
}
 .middle img{
    width: 80%;
}
 .right{
}
 .softwars-sec .col-md-4{
    width: 31%;
}
 .flip-container {
     -webkit-perspective: 1000;
     -moz-perspective: 1000;
     -o-perspective: 1000;
     perspective: 1000;
}
 .flip-container:hover .flipper, .flip-container.hover .flipper {
     -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
     -o-transform: rotateY(180deg);
     transform: rotateY(180deg);
}
 .flip-container, .front, .back {
     width: 350px;
     height: 340px;
     border-radius:10px;
}
 .flipper {
     -webkit-transition: 0.6s;
     -webkit-transform-style: preserve-3d;
     -moz-transition: 0.6s;
     -moz-transform-style: preserve-3d;
     -o-transition: 0.6s;
     -o-transform-style: preserve-3d;
     transition: 0.6s;
     transform-style: preserve-3d;
     position: relative;
}
 .front, .back {
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     -o-backface-visibility: hidden;
     backface-visibility: hidden;
     position: absolute;
     top: 0;
     left: 0;
}
 .front {
     text-align:center;
     background: #fff;
}
 .front img{
    padding-top: 13%;
    width: 50%;
}
 .front h4{
    padding-top: 30px;
}
 .back {
     -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
     -o-transform: rotateY(180deg);
     transform: rotateY(180deg);
     background: #fff;
     text-align: center;
}
 .back img{
    width: 50%;
}
 .front .name {
     font-size: 26px;
     display: inline-block;
     padding-top:10px;
     color: #f87b5e;
     font-weight:bold;
     font-family: Courier;
}
 .services .nav-tabs{
    width: 95% !important;
}
 .services .nav-tabs li a{
    width: 175px;
}
 .iconSoft .icon.pharmacy{
     background-position: -164px -963px;
     width: 54px;
}
 .iconSoft .icon{
     height: 48px;
     width: 48px;
     margin: 0 auto 10px;
}
 .tab-menu{
    width: 120px;
}
 .tab-menu h6{
    font-size: 13px;
    padding-top: 8px;
}
 .softwars-sec{
    background: #dee5ff;
}
 .card{
    border-radius: 20px !important;
    background: none;
    border: none;
}
 .solution-content{
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
 .owl-carousel .owl-item img{
    width: 30% !important;
}
 .solutions p{
    font-size: 14px;
}
 .mobile-apps{
    background: #dee5ff;
}
 .mobile-apps h5{
    margin: 0px;
    padding-top: 10px;
    font-size: 20px;
}
 .mobile-apps span{
    font-size: 12px;
}
 .smart-inventory h4{
    font-size: 21px;
    line-height: 30px;
}
 .apps{
    background: #fff;
    border-radius: 10px;
    margin-right: 20px;
}
 .smart-inventory{
    background: #fff;
    border-radius: 10px;
}
 .book-btn button{
    background: #eb574d;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 8px 20px;
}
 .book-btn button:hover{
    background: #000;
}
/* crousel */
 .card img{
    width: 40% !important;
    margin: auto;
}
 .gtco-testimonials {
     position: relative;
     margin-top: 30px;
}
 .gtco-testimonials h2 {
     font-size: 30px;
     text-align: center;
     color: #333333;
     margin-bottom: 50px;
}
 .gtco-testimonials .owl-stage-outer {
     padding: 30px 0;
}
 .gtco-testimonials .owl-nav {
     display: none;
}
 .gtco-testimonials .owl-dots {
     text-align: center;
}
 .gtco-testimonials .owl-dots span {
     position: relative;
     height: 10px;
     width: 10px;
     border-radius: 50%;
     display: block;
     background: #fff;
     border: 2px solid #01b0f8;
     margin: 0 5px;
}
 .gtco-testimonials .owl-dots .active {
     box-shadow: none;
}
 .gtco-testimonials .owl-dots .active span {
     background: #01b0f8;
     box-shadow: none;
     height: 12px;
     width: 12px;
     margin-bottom: -1px;
}
 .gtco-testimonials .card {
     background: #fff;
     box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     margin: 0 20px;
     padding: 0 10px;
     border-radius: 20px;
     border: 0;
     height: 330px;
}
 .gtco-testimonials .card .card-img-top {
     max-width: 100px;
     border-radius: 50%;
     margin: 15px auto 0;
     box-shadow: 0 8px 20px -4px #95abbb;
     width: 100px;
     height: 100px;
}
 .gtco-testimonials .card h5 {
     color: #01b0f8;
     font-size: 21px;
     line-height: 1.3;
}
 .gtco-testimonials .card h5 span {
     font-size: 18px;
     color: #666666;
}
 .gtco-testimonials .card p {
     font-size: 18px;
     color: #555;
     padding-bottom: 15px;
}
 .gtco-testimonials .active {
     opacity: 1;
     transition: all 0.3s;
}
 .gtco-testimonials .center {
     opacity: 1;
}
 .gtco-testimonials .center h5 {
     font-size: 24px;
}
 .gtco-testimonials .center h5 span {
     font-size: 20px;
}
 .gtco-testimonials .center .card-img-top {
     max-width: 100%;
     height: 120px;
     width: 120px;
}
 @media (max-width: 767px) {
     .gtco-testimonials {
         margin-top: 20px;
    }
}
 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
     outline: 0;
}
 .owl-carousel button.owl-dot {
     outline: 0;
}
 .form-control:focus{
    border-color: none;
    box-shadow: none;
}
.voucher-img img{height:90px}
 .plan{
    background: #8a74b9;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}
.book-now-btn{background:#462c5c;border:none;padding:10px 20px;font-size:20px;margin-left:10px;color:#fff;font-weight:600;letter-spacing:.5px;border-radius:5px;}
.book-now-btn:hover{background:#fff;color:#000;transition: .5s;}
 .silver{
    background: #4cb992;
}
 .gold{
    background: #3499e0;
}
 .price{
    color: #fff700;
    font-weight: 700;
    font-size: 40px;
}
 .terms{
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}
 footer{
    background: #000;
    color: #fff;
}
 footer a{
    color: #fff;
    font-size: 16px;
}
 footer a:hover{
    color: #fff;
}
 .social-links ul li{
    background: #fff;
     border-radius: 50%;
     width: 40px;
     height: 40px;
     margin-right: 10px;
     line-height: 40px;
     display: block;
     padding: 0 13px;
}
 .social-links ul li a{
    color: #000;
}
 .social-links ul li:hover{
    background: #ccc;
    color: #fff;
}
 .footer-last{
    border-top: solid 1px #fff;
    padding-top: 30px;
}
 .footer-last p{
    font-size: 15px;
}
 footer h4::after{
    content: '';
    border: solid 1px #ffab61;
    display: block;
    width: 100px;
    height: 2px;
    margin-top: 10px;
}
/* contact us */
 .real{
    color: #5479b2;
    font-size: 24px;
}
 .contact-details .form-control:focus{
    background: none;
}
 .contact-details .form-control{
     border: 0;
     border-bottom: 1px solid #fff;
     border-bottom-left-radius: 0;
     border-bottom-right-radius: 0;
     background: none;
     height: 28px;
     width: 100%;
     color: #fff !important;
     padding: 0;
}
 .contact-details .form-control::placeholder{
    color: #fff;
}
 .submit-btn button{
    background: #ffab61;
    border: none;
    border-radius: 33px;
    padding: 8px 20px;
    font-weight: 700;
}
 .submit-btn button:hover{
    background: #ffc085;
}
 .contact-details{
    background: #263b7f;
    color: #fff;
    margin: 10px auto 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 80%;
}
/* about-us */
 .about-wel{
    background: rgb(194,83,237);
     background: linear-gradient(204deg, rgba(194,83,237,1) 35%, rgba(142,55,251,1) 100%);
    padding-top: 50px;
    color: #fff;
    justify-content: center;
}
 .helping{
    font-size: 26px;
}
 .customer-approach{
    position: relative;
}
 .approach{
    background: #8a74b9;
    position: absolute;
    top: 120px;
    right: 80px;
    color: #fff;
}
 .approach-content{
    width: 85%;
    padding-left: 50px;
}
 .approach p{
    text-align: justify;
    line-height: 30px;
    p
}
 .approach-img img{
    height: 450px;
}
 .tech{
    position: absolute;
    top: 1px;
    left: 80px;
    z-index: 1;
    background: #4cb992;
    color: #fff;
}
 .regular{
    position: absolute;
    top: 65px;
    right: 80px;
    background: #3499e0;
    color: #fff;
}
.family{top:15px}
 .brand_product{
     background-color: #0872cd1f;
     padding: 50px 0;
    background-image: url( https://margcompusoft.com/images/pattern-1.png);
}
 .brand_product h2{
    font-size: 30px;
}
 .trust-item{
     background-color: #fff;
     border-radius: 10px;
     margin-top: 30px !important;
     padding: 0 20px;
     padding-top: 20px;
     padding-bottom: 20px;
     box-shadow: 4px 4px 10px 0 rgb(8 114 206 / 26%);
     overflow: hidden;
     display: flex;
     height: 100px;
     background-image: url(https://margcompusoft.com/digital-knowledge/assets/images/promo-box-shape-bottom.png);
     background-position: right;
     background-repeat: no-repeat;
}
 .trust-item h4{
     font-size: 17px;
     font-weight: 600;
     line-height: 23px;
     letter-spacing: .5px;
    padding-top: 8px;
    padding-left: 5px;
}
 .trust-item h3{
     margin: 0 0 8px;
     font-size: 20px;
     font-weight: 800;
     color: #0871cd;
}
 .trust-item:hover{
    box-shadow: 0 30px 60px rgb(0 0 0 / 18%);
}


/* gallery */

.gallery-bg{background: url(../images/marg_gallery_header.png)no-repeat;background-position: center;background-size: cover;min-height: 500px;}
#gallery {
  padding-top: 40px;
}
.img-wrapper img{height:200px}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}
.card{align-items: center;}
.price-plan{align-items: center;}
#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin-top: 100px;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 90%;
    z-index: 1;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
     #exitButton {
    font-size: 3em;}
}

@media(min-width: 1400px){
    .form-input{padding-top:0px !important}
    
    /* about-us */
    .approach{top:130px}
    .tech{top:30px}
    .regular{top:95px}
    .family{top:38px}
    
    /* gallery */
    .gallery-bg{min-height:550px}
}
@media(min-width: 1200px){
    .form-input{padding-top:0px !important}
}

@media(max-width: 1024px){

    .gst-bill p{font-size:17px;}
    .main-heading h1{font-size:36px !important;}
    .serv h3{font-size:28px;}
    .right{margin-top:0px !important;}
    .left{margin-top:0px !important;}
    .flip-container, .front, .back{width:310px;height:310px}
    .tab-menu{width:110px;}
    .tab-menu h6{font-size:12px;}
    .front h4{font-size:22px;}
    .back h4{font-size:22px;}
    .back p{font-size:16px;}
    .gtco-testimonials .card p{font-size:15px;}
    .mobile-apps span{font-size:10px}
    .footer-last p{font-size:14px;}
    .gtco-testimonials .card{height:310px}
    .fixed-top{top:-9px !important}
    .navbar.active{height:70px;padding-top:12px !important}
    .mobile-apps h5{font-size:17px}
    /* about-us */
    .header img{width:70% !important}
    .approach-content h2{font-size:28px}
    .approach p{line-height:26px;font-size:14px}
    .approach{top:136px}
    .tech{top:25px}
    .tech h3{font-size:25px}
    .footer-last p{font-size:12px}
    .regular{top:90px}
    .regular h3{font-size:27px}
    .family{top:37px}
    .trust-item h4{font-size:13px;line-height:20px;padding-left:23px}
    .delivery h4{padding-top:9px !important;font-size:13px !important}
    .dukan h3{padding-left:20px !important}
    
    /* contact */
    .location iframe{width:400px !important}
    .para{font-size:18px !important;line-height:30px !important}
    .address{line-height:30px !important}

    

}

@media(max-width: 768px){
    .download-btn{font-size:14px;padding:10px 12px;}
    .marg-wel .book-btn{font-size:14px;padding:10px 12px;}
    .navbar-expand-md .navbar-nav .nav-link{font-size:12px;}
    .main-heading h1{font-size:22px !important;}
    .gst-bill p{font-size:12px}
    .serv h3{font-size:20px}
    .serv-icon{width:90px;height:90px}
    .retail img{padding-top:25px;}
    .distribution img{padding-top:17px;}
    .manufacturing img{padding-top:18px;}
    .marg-wel{min-height:440px;}
    .guinness h4{font-size:24px;}
    .serv strong{font-size:16px;}
    .guinness-sec h5{font-size:16px;}
    .guinness-sec p{font-size:12px;}
    .flip-container, .front, .back{width:232px;height:290px}
    .tab-menu{width:82px;}
    .tab-menu h6{font-size:8px;}
    .back{padding-top:20px !important}
    .front h4{font-size:16px;}
    .front img{padding-top:20%}
    .back h4{font-size:16px;}
    .back p{font-size:12px;}
    .apps h4{font-size:16px}
    .smart-inventory h4{font-size:18px;line-height:20px}
    .voucher-img img{height:75px}
    .book-now-btn{font-size:14px}
    .mobile-apps span{font-size:7px}
    .form-input{padding-top:0px !important}
    .smart-inventory .form-control::placeholder{font-size:12px}
    .mobile-apps h5{font-size:16px;}
    .price{font-size:30px}
    .price-lists small{font-size:14px;}
    .price-lists li{font-size:16px;}
    .terms{font-size:11px;}
    footer a{font-size:12px;}
    .footer-last p{font-size:10px}
    .social-links ul li{width: 30px;
    height: 30px;line-height: 26px;padding:0 9px;}
    .fixed-top{top:-18px !important}
    .navbar.active{height:70px;padding-top:17px !important}
    /* about-us */
    .approach-content h2{font-size: 20px;}
    .approach p{line-height: 19px;font-size: 12px;}
    .approach-img img{height:330px}
    .approach-content{padding-left:20px}
    .approach{padding-top:10px !important;padding-bottom:0px !important;height:260px;top:125px}
    .tech h3{font-size:19px}
    .tech{top:18px;height:290px}
    .regular h3{font-size:20px;}
    .regular{top:85px;height:270px}
    .family{height:325px;top:28px}
    .media-left img{width:70px !important}
    .trust-item h4{font-size:10px}
    .trust-item{padding-top:12px}
    .footer-last p{font-size:5px !important}
    
    /* contact */
    .contact-details p{font-size:16px}
    .location iframe{width:320px !important;height:300px !important}
    .cont-detail h1{font-size:30px}
    .real{font-size:18px;margin-bottom:0px !important}
    .para{font-size: 15px !important;line-height: 26px !important;}
    .address{line-height: 24px !important;font-size: 16px;}
    
    /* gallery */
    .gallery-bg{background-size: contain;min-height:320px}
   
   
}

@media(max-width: 425px){
   
    
    .navbar{padding-top:5px !important}
    .marg-wel{padding-bottom:20px}
    .softwars-sec h3{font-size:22px}
    .solutions h3{font-size:20px}
    .mobile-apps .row{margin:auto}
    .apps{margin-right:0px}
    .smart-inventory{margin-top:10px;height:325px}
    .mobile-apps h5{font-size:14px}
    .price-plan{width:70%;margin-top:10px}
    .footer-last p{font-size:7px}
    .contact-a{width:fit-content;}
 
    .guinness h4{font-size:20px}
    .middle{display:none}
    .approach{top:227px;left:0}
    .tech{top:140px}
    .regular{top:165px}
    .customer-approach .row{justify-content:center !important}
    .family{top:75px}
    .dukan .media-body{padding-top:15px}
    
    /* gallery */
    .gallery-bg{margin-top: 0%;min-height: 177px;}
    #gallery{padding-top:0px}
    
    /* contact */
    .map{text-align:center}
    .contact-details{width:95%}
    .contact-details h2{font-size:30px}
}


@media(max-width: 375px){
    .gallery-bg{min-height: 157px;}
    .smart-inventory{height:365px}
    .book-btn button{font-size:16px}
    .footer-last p{font-size:6px}
}
