section-heading {
    text-align: center;
    padding: 80px 45px;
  }
  
  .abouyt{
   
      font-size: 20px;
      font-weight: 600;
  }
  .card{
    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.055),
    0 6px 20px 0 rgba(0, 0, 0, 0.101);
    margin-bottom: 2px;
  }
  .section-heading h2 {
    margin: 0 auto;
    padding: 10px auto;
    font-size: 32px;
    font-weight: 700;
    color: #7d489b;
    background-color: #fff;
    transition: 1s;
  }
  .section-heading h2:hover {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    background-color: #7d489b;
    transition: 1s;
  }
  .section-heading .line-dec {
    width: 60px;
    height: 3px;
    background-color: #7d489b;
    margin: 10px auto;
  }
  .section-heading span {
    margin-top: 5px;
    font-size: 16px;
    color: #7d489b;
    letter-spacing: 0.5px;
  }
  
  /* Buttons */
  
  button {
    display: inline-block;
    padding: 10px 20px;
    margin: 0px 5px;
    background-color: #fff;
    color: #7d489b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
  }
  
  button:hover {
    outline: none;
    background-color: #7d489b;
    color: #fff;
  }
  button.active {
    outline: none;
    background-color: #7d489b;
    color: #fff;
  }
  
  
  /*    isotope       */
  .section-heading {
    text-align: center;
    padding: 80px 45px 50px 45px;
  }
  
  .isotope-wrapper {
    width: 100%;
    margin: auto;
  }
  
  .isotope-toolbar span {
    text-transform: capitalize;
    display: inline-block;
  /*   margin-right: 15px;
    padding-bottom: 3px; */
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    transform: ease-in-out 0.5s;
    cursor: pointer;
    flex: 1;
  }
  
  .isotope-box {
    position: relative;
    width: 100%;
    flex: 1;
  }
  .isotope-toolbar {
    text-align: center;
    margin: 10px;
  }
  
  .isotope-item {
    position: relative;
    width: 48%;
    margin: 1%;
    border-bottom: 2px solid rgba(250, 250, 250, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  
  .isotope-item img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  
  figure {
    overflow: hidden;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
  }
  figure * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  figure figcaption {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    z-index: 1;
  }
  figure h4 {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #232323;
  }
  figure span {
    font-size: 14px;
    font-style: italic;
    display: block;
    color: #7a7a7a;
  }
  figure svg {
    position: relative !important;
    font-size: 18px;
    background-color: #7d489b;
    width: 40px;
    height: 40px;
          padding :5px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
       fill: red;
  }
  figure:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
  figure a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  figure:hover figcaption,
  figure.hover figcaption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  figure:hover:after,
  figure.hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0.9;
  }
  

  .customSwalBtn {
    background-color: rgb(115, 181, 30);
    border-left-color: rgba(214, 130, 47, 1);
    border-right-color: rgba(214, 130, 47, 1);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 5px 0px 5px;
    padding: 10px 32px;
  }
  .customSwalBtn1 {
    background-color: rgb(115, 181, 30);
    border-left-color: rgba(214, 130, 47, 1);
    border-right-color: rgba(214, 130, 47, 1);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 5px 5px 0px 5px;
    padding: 10px 32px;
  }
  .swal2-image {
    max-width: 100%;
    margin: 0.25em auto !important;
  }
  .close {
    position: absolute;
    left: 96%;
    top: 13px;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    /* background-color: #5c5c5c; */
    cursor: pointer;
    text-decoration: none;
  }
  input.fip {
    margin: auto;
    width: 80%;
    background: #f5f5f5;
    border: 0;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid #eee;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #f9f9f9;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  .margin-below {
    margin-bottom: 1.2rem;
  }
  .form-control:focus {
    border-color: #7743ff;
    box-shadow: inset 0 1px 1px rgba(45, 45, 45, 0.07),
      0 0 8px rgba(129, 129, 129, 0.6);
  }
  .btn2 {
    cursor: pointer;
    width: 80%;
    padding: 12px;
    border: 0;
    background: #3e7fb9;
    font-size: 1.1em;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 0px #3e7fb9;
    margin-top: 1.2rem;
    border-radius: 0.25rem;
  }
  .btn2:hover {
    color: #fff;
    background: #3e7fb9;
    border-color: #3e7fb9;
  }
  .swal2-title {
    color: #3e7fb9 !important;
  }
  #pop-msg {
    font-size: 14px;
    color: red;
    font-weight: 700;
  }
  .swal2-container {
    z-index: 999999999 !important;
  }
  @media (min-width: 325px) and (max-width: 767px) {
    .swal2-title {
      font-size: 25px !important;
    }
    input.fip {
      margin: auto;
      width: 100%;
    }
    .btn2 {
      width: 100%;
    }
  }
  
  .fixedoffer {
    position: fixed;
    width: 200px;
    height: 30px;
    margin: 0;
    padding: 0;
    top: 18%;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .fixedoffer .phonenumber {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .fixedoffer .phonenumber span {
    width: 65px;
    height: 35px;
    float: left;
    background: #3e7fb9;
    font-size: 18px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 30px;
    color: #fff;
  }
  .fixedoffer .phonenumber p {
    margin: 0;
    padding: 7px;
    color: #3e7fb9;
  }
  .phn {
    color: #3e7fb9;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-decoration: none;
  }
  .fixedoffer .phonenumber span i {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
  }
  /*******/
  .fixedcall1 {
    position: fixed;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0;
    top: 28%;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .fixedcall1 .phonenumber {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .fixedcall1 .phonenumber span {
    width: 45px;
    height: 45px;
    float: left;
    background: #3e7fb9;
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
  }
  .fixedcall1 .phonenumber p {
    margin: 0;
    padding: 7px;
    color: #3e7fb9;
  }
  .phn {
    color: #3e7fb9;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-decoration: none;
  }
  .fixedcall1 .phonenumber span i {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
  }
  
  .fixedcall {
    position: fixed;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0;
    top: 48%;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .fixedcall a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .fixedcall a span {
    width: 45px;
    height: 45px;
    float: left;
    background: #00afd8;
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
  }
  .fixedcall a p {
    margin: 0;
    padding: 7px;
    color: #3e7fb9;
  }
  .fixedcall a svg {
    color: #fff;
    -webkit-animation: tada 1.25s infinite;
    -moz-animation: tada 1.25s infinite;
    -ms-animation: tada 1.25s infinite;
    animation: tada 1.25s infinite;
  }
  .fixedwhatapp {
    position: fixed;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0;
    top: 57%;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .fixedwhatapp a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .fixedwhatapp a span {
    width: 45px;
    height: 45px;
    float: left;
    background: #1fd400;
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
  }
  .fixedwhatapp a p {
    margin: 0;
    padding: 7px;
    color: #3e7fb9;
  }
  .fixedwhatapp a svg {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
  }
  .fixedwhatapp:hover {
    right: 0;
  }
  @-webkit-keyframes tada {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    10%,
    20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
      transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale(1.1) rotate(3deg);
      transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
      transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -webkit-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
    }
  }
  @keyframes tada {
    0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
    10%,
    20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
      -ms-transform: scale(0.9) rotate(-3deg);
      transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale(1.1) rotate(3deg);
      -ms-transform: scale(1.1) rotate(3deg);
      transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
      -ms-transform: scale(1.1) rotate(-3deg);
      transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -webkit-transform: scale(1) rotate(0);
      -ms-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
    }
  }
  .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
  }
  .fixedcall:hover {
    right: 0;
  }
  .fixedcall1:hover {
    right: 0;
  }
  
  @-webkit-keyframes flipInY {
    from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
  
    40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  
    60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
    }
  
    80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
  
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
  @keyframes flipInY {
    from {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
  
    40% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  
    60% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
    }
  
    80% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
  
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
  .flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
  }
  