@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&display=swap");

:root {
  --bs-font-Poppins: "Poppins", sans-serif;
  --bs-font-Open-sans: "Open Sans", sans-serif;
  --body-color: #575757;
  --bs-white: #fff;
  --bs-primary: #dc3545;
  --bs-heading: #071c4d;
  --bs-fw-400: 400;
  --bs-fw-500: 500;
  --bs-fw-600: 600;
  --bs-fw-700: 700;
  --bs-fw-800: 800;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-font-Poppins);
  color: var(--bs-heading);
  font-weight: var(--bs-fw-600);
}

a{
  color: #dc3545;
  text-decoration: none;
}

a:hover{
  color: #dc3545;
  text-decoration: none;
}


.font-gray{
  color: rgb(140, 140, 140);
}

body {
  font-family: var(--bs-font-Open-sans);
  line-height: 1.4;
  font-size: 1rem;
  color: var(--body-color);
  font-weight: var(--bs-fw-400);
  line-height: 1.75;
}
button:focus,
button:hover {
  outline: none;
}
.shadow-lg {
  -webkit-box-shadow: rgb(140 152 164 / 18%) 0px 10px 40px 10px !important;
  box-shadow: rgb(140 152 164 / 18%) 0px 10px 40px 10px !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.container-fluid {
  max-width: 1400px;
  margin: 0 auto;
}
div#main-wrapper {
  overflow: hidden;
}
.btn-link:hover {
  text-decoration: none;
}
.toast:not(.show) {
  display: inline-block;
}
.toast-container--fade {
  right: 0;
  bottom: 80px;
}
/* NAVBAR */
.navbar-toggler {
  right: 0;
}
.fa-bars {
  color: var(--bs-heading);
}
.main-header {
  z-index: 999;
  left: 0;
}
.sticky-header {
  padding: 20px 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.affix {
  top: 0;
  left: 0;
  margin: auto;
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out fadeInDown;
  animation: 300ms ease-in-out fadeInDown;
  background: var(--bs-white);
  padding: 10px 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.offcanvas {
  position: fixed !important;
  bottom: 0;
  z-index: 1090;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: var(--bs-white);
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.offcanvas-sm-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%) !important;
  transform: translateX(100%) !important;
}
button.close-btn {
  background: var(--bs-danger-soft);
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 20px;
}
.offcanvas-sm-end.show {
  -webkit-transform: none !important;
  transform: none !important;
}
.main-menu li a.nav-link {
  padding: 0.5rem 1rem; 
  font-weight: var(--bs-fw-700);
  position: relative;
  font-family: var(--bs-font-Open-sans);
  color: #000;
}
.offcanvas-backdrop {
  background-color: transparent;
}
.offcanvas-body ul.nav li {
  width: 100%;
}
.offcanvas-backdrop.show {
  display: none !important;
}
.offcanvas-backdrop a:not(.offcanvas-body a, .nav-item a) {
  pointer-events: none;
}
.offcanvas-backdrop .main-header::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1039;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.action-btns .btn, .navbar-nav .nav-link {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: var(--bs-fw-700);
  border-radius: 0.375rem;
  font-family: var(--bs-font-Open-sans);
  color: #000;
  border: 2px solid transparent;
  margin: 0;
}
.logos a.btn {
  margin: 0.3rem;
  margin-top: 0;
}
.action-btns .btn:focus {
  outline: none;
  box-shadow: none;
}
.action-btns .btn-primary, .nav-link .btn-cta,
.action-btns .btn-outline-primary:hover,
.scheduleCall:hover {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  -webkit-box-shadow: rgb(220 53 69 / 60%) 0px 11px 18px -8px;
  box-shadow: rgb(220 53 69 / 60%) 0px 11px 18px -8px;
}
.action-btns .btn-outline-primary {
  color: var(--bs-white);
  border: 2px solid var(--bs-primary);
  margin-left: 1rem;
}

/* Dropdown Menu  */
.dropdown-menu { 
  padding: 0.875rem 0.75rem 0.9375rem 0.75rem;
  background: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 0.5rem;
  box-shadow: 0px 25px 70px rgb(1 33 58 / 7%);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a.dropdown-item{
  color: #000;
  font-weight: var(--bs-fw-700);
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #000;
  background-color: #F5F7FE;
  border-radius: 0.5rem;
}


/* Hero section */
h1.hero-title {
  font-size: 48px;
  font-weight: var(--bs-fw-800);
}
p.lead {
  font-weight: var(--bs-fw-400);
}
.ptb-120 {
  padding: 80px 1rem;
}

/* ABOUT VSURVE SECTION */
.about-vsurve {
  padding: 5.5rem 1rem 7.5rem;
  background: #f4f6fc;
}
.vsurve-content h3 {
  color: var(--bs-heading);
  font-weight: var(--bs-fw-800);
}
.vsurve-content {
  color: var(--body-color);
  font-size: 1.125rem;
}
/* .vsurve-video-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#471313));
  background-image: linear-gradient(180deg, transparent, rgb(71 19 18));
} */

.vsurve-video-wrapper .video-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in 0.3s;
}

.vsurve-video-wrapper .video-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #c9383a;
  color: var(--bs-white);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
}
.rounded-custom {
  border-radius: 1rem !important;
}

/* VSURVE BENEFITS */
h2.heading {
  font-weight: var(--bs-fw-800);
  font-size: 2.5rem;
  margin-bottom: 30px;
  text-align: center;
}

.vsurve-block-style {
  background: var(--bs-white);
  transition: all 0.3s ease-in-out;
  padding: 30px 40px 0 40px;
  margin-top: 30px;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
  box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
  transition: all 0.3s;
  cursor: pointer;
}
.vsurve-block-style:hover {
  -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
  box-shadow: 0 20px 20px 0 rgba(2, 19, 79, 0.1);
}
.vsurve-block-style .icon {
  height: 72px;
  margin-bottom: 24px;
  text-align: left;
}
.title {
  font-size: 1.75rem;
  text-align: left;
  margin-bottom: 1rem;
  font-weight: var(--bs-fw-700);
}
.vsurve-block-style .title {
  font-size: 1.25rem;
}
.vsurve-block-style p {
  text-align: left;
}

/*  CTA SUBSCRIBE */
.cta-subscribe {
  background: #0b163f;
  border: none;
}
.cta-subscribe .circle-shape-3 {
  background: url(/assets/images/circle-shape-3.png) no-repeat center center/100%;
  height: 88px;
  top: -100px;
  right: 40px;
  width: 272px;
}
.cta-subscribe .circle-shape-1 {
  background: url(/assets/images/circle-shape-1.png) no-repeat center center/100%;
  height: 63px;
  bottom: -92px;
  left: 30px;
  width: 221px;
}
/* Feature section */

.feature-area img {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.feature-content-area {
  padding: 5rem 0;
  position: relative;
  max-width: 1320px;
  margin: auto;
}
.feature-content-area img {
  cursor: zoom-in;
}
div#previewLargeImg {
  cursor: zoom-out;
}
.feature-content-area__left::before,
.feature-content-area__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  background-image: url(/assets/images/ovalShape.png);
  background-repeat: no-repeat;
  background-size: 84%;
  width: 100%;
  height: 100%;
  max-width: 600px;
  transform: scaleX(-1);
}

.feature-content-area__right::before {
  left: unset;
  right: -70px;
  transform: scaleX(1);
}
.software-uikit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-position: 50px 100px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Footer section */
.footer-bottom {
  background: #f8f9fa;
  text-align: center;
}

.footer-bottom .logo {
  text-align: center;
  margin-bottom: 20px;
}
.footer-single-col {
  border-bottom: 1px solid #eee;
}
.footer-play-store {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-play-store a {
  margin: 0.3rem;
  margin-top: 0;
}
.copyright,
.list-inline-item a {
  color: #7f8497;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  margin: 0 15px;
}
.copyright a,
.copyright a:hover,
.copyright a:focus {
  color: #7f8497;
}
.navbar-dark .navbar-toggler {
  display: block !important;
}
.btn-hide {
  display: none;
}
.hero-content-wrap {
  max-width: 744px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lead {
    font-size: 1rem;
  }
  h1.hero-title {
    font-size: 42px;
  }
  .logos a img,
  .footer-play-store a img {
    height: 40px;
  }
}

@media (min-width: 992px) {
  .hero-content-wrap {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1060px) {
  .btn-hide {
    display: inline-block;
  }
}
@media (min-width: 1400px) {
  .feature-content-area__left::before,
  .feature-content-area__right::before {
    background-size: 100%;
  }
}

/* Login Form */
div.input-error,
input + label.error,
span#error-msg,
#valid-msg {
  color: #d03e3e;
  font-size: 12px;
}
.loginTab {
  border-top-left-radius: 0.3rem !important;
}
.signUpTab {
  border-top-right-radius: 0.3rem !important;
}
.focused label {
  top: 0;
  font-size: 11px;
}
.focused input {
  padding-top: 10px;
  padding-bottom: 0;
}
.phoneNum.focused input {
  padding: 0.375rem 0.75rem;
}
.modal-content,
.modal-content .card {
  border: none;
}
.form-group {
  position: relative;
}
.form-control-label {
  color: #c0ccda;
  font-size: 0.875rem;
  font-weight: 600;
  position: absolute;
  left: 54px;
  top: 9px;
  z-index: 10;
}
.phoneNum .form-control-label {
  left: 62px;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  flex-direction: column;
}
.input-group-prepend {
  margin-right: -1px;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 10;
}
.input-group-append {
  margin-left: -2px;
}
.input-group-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c0ccda;
  text-align: center;
  white-space: nowrap;
  background-color: #fafbfe;
  border: 1px solid #e0e6ed;
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-merge .input-group-text {
  color: #c0ccda;
  background-color: transparent;
  border: 1px solid #e0e6ed;
}
.form-control:not(:first-child):not(.is-valid):not(.is-invalid):not(.rounded) {
  border-left: 0;
}
.form-control {
  border: 1px solid #e0e6ed;
  color: #8492a6;
  min-height: 42px;
  width: 100% !important;
  padding-left: 56px;
}
.form-control:focus {
  color: #8492a6;
  background-color: var(--bs-white);
  border-color: #e0e6ed;
  outline: 0;
  box-shadow: none;
  border-right: 1px solid #e0e6ed;
}
.form-control.rounded {
  padding: 5px;
}
.border-right-0 {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.text-underline--dashed,
.text-underline--dashed:hover {
  border-bottom: 1px dashed;
  color: #dc3545;
}
.small {
  font-size: 80%;
  font-weight: 400;
}
.card-footer,
.frgtpwd_resendotp {
  background: var(--bs-white);
  color: #8492a6;
}
.card-footer a {
  text-decoration: none;
}
button.submitBtns,
button.submitBtns:hover {
  color: var(--bs-white);
  border-color: var(--bs-primary);
  background: var(--bs-primary);
  font-weight: var(--bs-fw-600);
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

button#submitBtns:hover,
button#submitBtns:hover {
  -webkit-box-shadow: rgb(220 53 69 / 60%) 0px 11px 18px -8px;
  box-shadow: rgb(220 53 69 / 60%) 0px 11px 18px -8px;
}
.modal .nav-link {
  color: var(--bs-primary);
}
.modal .nav-link.active {
  color: var(--bs-white);
  border-color: var(--bs-primary);
  background: var(--bs-primary);
  font-weight: var(--bs-fw-600);
  -webkit-box-shadow: rgb(220 53 69 / 60%) 0px 11px 18px -13px;
  box-shadow: rgb(220 53 69 / 60%) 0px 11px 18px -13px;
}
.modal-container .modal,
.modal-dialog {
  padding-top: 2rem;
}

/* PlaceHolder styling */
.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #c0ccda;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c0ccda;
}

.form-control::placeholder {
  color: #c0ccda;
}
div#signupForm p {
  font-size: 12px;
  text-align: center;
  color: #8492a6;
  margin: 0;
}
div#signupForm p a {
  color: #dc3545;
  text-decoration: underline;
  font-weight: 500;
}
.closeModalUi {
  position: absolute;
  top: -41px;
  right: 0;
  font-size: 1.75rem;
  color: #fff;
}

/* Hide intlTelInput styling */
.iti__selected-flag > .iti__flag {
  display: none;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  width: auto;
  min-width: 52px;
  height: 42px;
}
.iti__selected-flag {
  padding-left: 0;
}
.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 14px;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
/* PreLoader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--bs-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  z-index: 999999;
}
.loading-bar {
  width: 120px;
  height: 3px;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
  background: var(--bs-white);
}
.loading-bar::before {
  content: "";
  width: 35px;
  height: 3px;
  background: var(--bs-primary);
  position: absolute;
  left: -24%;
  -webkit-animation: bluebar 1.5s infinite ease;
  animation: redbar 1.5s infinite ease;
}
@-webkit-keyframes redbar {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: -20%;
  }
}

@keyframes redbar {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
  }
  100% {
    left: -20%;
  }
}

/* Loader */
.loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(38 38 38 / 90%);
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1080;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.loadingspinner {
  pointer-events: none;
  width: 2.5em;
  height: 2.5em;
  border: 0.4em solid transparent;
  border-color: #eee;
  border-top-color: #3e67ec;
  border-radius: 50%;
  -webkit-animation: loadingspin 1s linear infinite;
  animation: loadingspin 1s linear infinite;
}

@-webkit-keyframes loadingspin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingspin {
  100% {
    transform: rotate(360deg);
  }
}

/* Schedule a call */
.scheduleCall {
  text-decoration: none;
  text-align: center;
  color: var(--bs-white);
  font-weight: var(--bs-fw-700);
  border: 2px solid transparent;
  font-size: 1rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 6px;
  background: var(--bs-primary);
  padding: 0.75rem 1.125rem;
  transition: all 0.3s ease-in-out;
}
.scheduleCall:hover,
.scheduleCall:active {
  background: var(--bs-primary);
  color: var(--bs-white);
  -webkit-box-shadow: rgb(220 53 69 / 60%) 0px 11px 18px -8px;
  box-shadow: rgb(220 53 69 / 60%) 0px 11px 18px -8px;
}

/* ScrollBar UI */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
  scrollbar-width: thin;
}

::-webkit-scrollbar-thumb {
  background-color: #868e96;
  border-radius: 10px;
  scrollbar-width: thin;
}
a:-webkit-any-link:focus-visible {
  outline-offset: none;
}
:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
input[type="checkbox"]:focus {
  box-shadow: none;
}

@media (max-width: 767px) {
  .cta-subscribe .circle-shape-3 {
    top: -120px;
    right: 0%;
  }
  .cta-subscribe .circle-shape-1 {
    bottom: -100px;
    left: 0;
  }
  #previewLargeImg {
    display: none !important;
  }
  .feature-content-area img {
    pointer-events: none;
  }
  .about-vsurve {
    padding: 5.5rem 0 7.5rem;
  }
  .ptb-120 {
    padding: 90px 1rem;
  }
  section.hero-section {
    padding-top: 120px;
  }

  .logos a.btn img,
  .footer-play-store a img {
    height: 38px;
  }
}

/* Error css  */
body.bg-light {
  height: 100vh;
}
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.col-centered {
  float: none;
  display: block;
  margin: 0 auto;
}
.errorPage {
  padding: 40px;
  box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 9px 26px 0 rgb(0 0 0 / 19%);
  background: #fff;
  border-radius: 2px;
  max-width: 560px;
  text-align: center;
}

.divider__left, .divider__right {
  border-bottom: 1px solid rgb(216, 216, 216);
  width: 31px;
  margin-right: 8px;
}
.divider__right {
  margin-left: 8px;
}

form button:hover{
  background: var(--bs-primary);
  color: var(--bs-white);
  -webkit-box-shadow: rgb(220 53 69 / 60%) 0px 11px 18px -8px;
  box-shadow: rgb(220 53 69 / 60%) 0px 11px 18px -8px;
}

/* Login social button  */
.login-social {
  display: flex;
  justify-content: center;
  align-items: center;
} 
.login-social .btn{
  color: #000;
  background-color: #eff2fc;
  border-color: #eff2fc;
  box-shadow: unset;
  width: 3rem;
  margin: 0 0.5rem;
  font-weight: var(--bs-fw-600);
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
  border-color: #1877f2 !important;
  background-color: #1877f2 !important;
  color: #fff !important;
  box-shadow: 0 .375rem 1.125rem -0.375rem rgba(24,119,242,.8) !important;
}
.btn-google:hover, .btn-google:focus, .btn-google:active {
  border-color: #ea4335 !important;
  background-color: #ea4335 !important;
  color: #fff !important;
  box-shadow: 0 .375rem 1.125rem -0.375rem rgba(234,67,53,.8) !important;
}
.mobileLogin .btn-facebook {
  border-color: #1877f2 !important;
  background-color: #1877f2 !important;
  color: #fff !important;
  box-shadow: 0 .375rem 1.125rem -0.375rem rgba(24,119,242,.8) !important;
}
.mobileLogin .btn-google {
  border-color: #ea4335 !important;
  background-color: #ea4335 !important;
  color: #fff !important;
  box-shadow: 0 .375rem 1.125rem -0.375rem rgba(234,67,53,.8) !important;
} 

.iti__country-list{
  z-index: 100;
}

/* Press-release  */
.service-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}
.service-icon i {
  font-size: 40px;
  color: #e8bc00;
  margin-bottom: 20px;
  display: inline-block;
}
.service-wrap {
  border: 1px solid #e6e6e6;
  border-left: 5px solid #dc3545;
  padding: 50px 30px;
  position: relative;
}

.service-wrap p{
    position: relative;
}

/*.service-wrap:hover {
 background-color: #dc3545;
 transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}*/


/*.service-wrap:hover p, .service-wrap:hover a{
  color: #fff;
}*/
.service-wrap a {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  color: #dc3545;
  text-decoration: none;
}

.dropdown-item{
  font-size: 14px;
}