* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #4c4d56;
    outline: none;
    visibility: visible;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: none;
    height: 1000px;
}
.container {
    max-width: 1170px;
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
a {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s linear;
    outline: 0;
}
a:focus {
    outline: 0;
    color: none;
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #086ad8;
}
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s linear;
    outline: 0;
    cursor: pointer;
}
button:focus {
    outline: 0;
}
.bg-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
img {
    transition: all 0.3s linear;
    outline: 0;
    max-width: 100%;
}
img:focus {
    outline: 0;
}
input {
    transition: all 0.3s linear;
    outline: 0;
}
input:focus {
    outline: 0;
}
input::-webkit-input-placeholder {
    opacity: 1;
}
input:-moz-placeholder {
    opacity: 1;
}
input::-moz-placeholder {
    opacity: 1;
}
input:-ms-input-placeholder {
    opacity: 1;
}
ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
ol {
    padding: 0;
    list-style: none;
    margin: 0;
}
input[type="submit"] {
    cursor: pointer;
}
textarea::-webkit-input-placeholder {
    opacity: 1;
}
textarea:-moz-placeholder {
    opacity: 1;
}
textarea::-moz-placeholder {
    opacity: 1;
}
textarea:-ms-input-placeholder {
    opacity: 1;
}

/*--Swiper Pagination--*/
.swiper-pagination .swiper-pagination-bullet {
    border-radius: 50%;
    background-color: #e8e8e8;
    width: 7px;
    height: 7px;
    transition: all 0.3s linear;
    position: relative;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    border: 1px solid #57585a;
    transform: scale(0);
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    border-radius: 50%;
    transition: all 0.3s linear;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #086ad8;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    transform: scale(1);
}
label {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    border: 1px solid #ebebeb;
    box-shadow: none;
    color: #415674;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 0;
    padding: 10px 25px;
    max-width: 100%;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    transition: all 0.3s linear;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
    outline: none;
    border-color: #086ad8;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}
textarea {
    border: 1px solid #ebebeb;
    box-shadow: none;
    color: #415674;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 0;
    padding: 10px 25px;
    max-width: 100%;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    transition: all 0.3s linear;
}
textarea:focus {
    outline: none;
    border-color: #086ad8;
}
textarea::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}
textarea:-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}
textarea::-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}
textarea:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    color: #898c94;
    font-weight: 600;
}

.in_button {
    padding: 1.3em 3em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
  }

  .in_button:hover {
    background-color: #23c483;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
  }

  .in_button:active {
    transform: translateY(-1px);
  }
.btn {
    display: inline-block;
    overflow: hidden;
    transform: perspective(0) translateZ(0);
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    border-color: transparent;
    color: #000;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    padding: 0px 70px;
    border: 0;
    border-style: solid;
    box-shadow: none;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
.btn::before {
    content: "";
    background: #0e0e0e;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.btn::after {
    content: "";
    background: #0e0e0e;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.btn:focus {
    box-shadow: none;
}
.btn:focus:active {
    box-shadow: none;
}
.btn:hover {
    color: #fff;
}
.btn:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}
.btn:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
/* ============================================================== */
@-webkit-keyframes sticky {
    0% {
        transform: translateY(-100%);
   }
    100% {
        transform: translateY(0%);
   }
}
@keyframes sticky {
    0% {
        transform: translateY(-100%);
   }
    100% {
        transform: translateY(0%);
   }
}


/*----------------------------------------*/
/* Page Banner CSS
/*----------------------------------------*/
.page-banner-section {
    padding-top: 85px;
    min-height: 500px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.page-banner .title {
    font-size: 60px;
    line-height: 1.25;
    font-family: "Barlow", sans-serif;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 1;
}
.page-banner .breadcrumb {
    margin-bottom: 0;
    margin-top: 10px;
}
.page-banner .breadcrumb .breadcrumb-item {
    color: #fff;
    font-size: 20px;
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 8px;
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    font-family: flaticon !important;
    font-size: 20px;
    padding-right: 5px;
    color: #fff;
}
@media only screen and (max-width: 1199px) {
    .page-banner-section {
        min-height: 520px;
   }
    .page-banner .title {
        font-size: 48px;
   }
}
@media only screen and (max-width: 991px) {
    .page-banner-section {
        min-height: 450px;
   }
    .page-banner .breadcrumb .breadcrumb-item {
        font-size: 16px;
   }
}
@media only screen and (max-width: 767px) {
    .page-banner-section {
        min-height: 350px;
   }
    .page-banner .title {
        font-size: 30px;
   }
    .page-banner .breadcrumb .breadcrumb-item {
        font-size: 16px;
   }
};

/* common card cssv  */

.in_card {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
      rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    height: 95%;
    border-radius: 15px;
    cursor: pointer;
   /* margin: 10px; */
    transition: 0.3s all;
    &:hover {
      transform: scale(1.02);
    }
  };


