@import url("https://fonts.googleapis.com/css2?family=Mandali&amp;display=swap");
@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-light.eot");
  src: local("Cerebri-sans Light"), url("../fonts/cerebrisans-light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-regular.eot");
  src: local("Cerebri-sans Regular"), url("../fonts/cerebrisans-regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-medium.eot");
  src: local("Cerebri-sans Medium"), url("../fonts/cerebrisans-medium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-semibold.eot");
  src: local("Cerebri-sans Semibold"), url("../fonts/cerebrisans-semibold.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "Cerebri Sans,sans-serif";
  src: url("../fonts/cerebrisans-bold.eot");
  src: local("Cerebri-sans Bold"), url("../fonts/cerebrisans-bold.woff") format("woff");
  font-weight: 700;
}

.bg-primary {
  background-color: #1ce1ac !important;
}

.bg-soft-primary {
  background-color: rgba(28, 225, 172, 0.12) !important;
}

.border-primary {
  border-color: #1ce1ac !important;
}

.text-primary {
  color: #1ce1ac !important;
}

.bg-secondary {
  background-color: #536976 !important;
}

.bg-soft-secondary {
  background-color: rgba(83, 105, 118, 0.12) !important;
}

.border-secondary {
  border-color: #536976 !important;
}

.text-secondary {
  color: #536976 !important;
}

.bg-info {
  background-color: #4bbbce !important;
}

.bg-soft-info {
  background-color: rgba(75, 187, 206, 0.12) !important;
}

.border-info {
  border-color: #4bbbce !important;
}

.text-info {
  color: #4bbbce !important;
}

.bg-warning {
  background-color: #ffc212 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 194, 18, 0.12) !important;
}

.border-warning {
  border-color: #ffc212 !important;
}

.text-warning {
  color: #ffc212 !important;
}

.bg-success {
  background-color: #1ce1ac !important;
}

.bg-soft-success {
  background-color: rgba(28, 225, 172, 0.12) !important;
}

.border-success {
  border-color: #1ce1ac !important;
}

.text-success {
  color: #1ce1ac !important;
}

.bg-danger {
  background-color: #f24734 !important;
}

.bg-soft-danger {
  background-color: rgba(242, 71, 52, 0.12) !important;
}

.border-danger {
  border-color: #f24734 !important;
}

.text-danger {
  color: #2082c6 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-soft-dark {
  background-color: rgba(52, 58, 64, 0.12) !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.text-dark {
  color: #343a40 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-soft-light {
  background-color: rgba(248, 249, 250, 0.12) !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.text-light {
  color: #f8f9fa !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

.border-white {
  border-color: #fff !important;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #6c757d;
}

body {
  font-family: "Mandali", sans-serif;
  font-size: 16px;
  color: #343a40;
  padding-right: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cerebri Sans,sans-serif";
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 1.7;
}

html {
  scroll-padding-top: 59px;
  /* height of sticky header */
}

.row > * {
  position: relative;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.sk-chase {
  width: 50px;
  height: 50px;
  position: relative;
  animation: sk-chase 3s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #1ce1ac;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.section-sm {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  position: relative;
}

.bg-overlay {
  position: absolute;
  background-color: rgba(54, 64, 78, 0.85);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.subtitle {
  color: #2082c6 !important;
  text-transform: uppercase;
}

.title {
  font-weight: 700;
  font-size: 30px;
  margin-top: 18px;
  line-height: 1.3;
}

.fw-semibold {
  font-weight: 600;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.text-light-custom {
  color: #a2aeb9;
}

.modal-backdrop {
  background-color: #000;
}

.shadow-lg {
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.2) !important;
}

.right-arrow {
  position: relative;
  top: 2px;
  line-height: 0;
}

/**BACK TO TOP**/
.back-to-top-btn {
  position: fixed;
  padding: 0px 5px !important;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  border-radius: 3px;
}

.back-to-top-btn i {
  font-size: 22px;
  line-height: 30px;
}

#mkLightboxContainer {
  z-index: 999;
}

.btn {
  padding: 8px 24px;
  border: 1px solid;
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Mandali", sans-serif;
}

.btn.btn-sm {
  padding: 10px 22px;
}

.btn.btn-lg {
  padding: 12px 28px;
  font-size: 17px;
}

.btn.btn-primary {
        width: fit-content;
  background-color: #2082c6 !important;
  border: 1px solid #2082c6 !important;
  color: #fff !important;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary.active {
  background-color: #1acf9e !important;
  border: 1px solid #1acf9e !important;
  box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
}

.btn.btn-outline-primary {
  border: 1px solid #1ce1ac !important;
  color: #1ce1ac !important;
}

.btn.btn-gradient-primary {
  background: linear-gradient(to right, #1ce1ac 0%, #8cf1d6 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-secondary {
  background-color: #536976 !important;
  border: 1px solid #536976 !important;
  color: #fff !important;
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active {
  background-color: #4b5e6a !important;
  border: 1px solid #4b5e6a !important;
  box-shadow: 0px 8px 12px 0px rgba(83, 105, 118, 0.25);
}

.btn.btn-outline-secondary {
  border: 1px solid #536976 !important;
  color: #536976 !important;
}

.btn.btn-gradient-secondary {
  background: linear-gradient(to right, #536976 0%, #94a8b4 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-info {
  background-color: #4bbbce !important;
  border: 1px solid #4bbbce !important;
  color: #fff !important;
}

.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: #3bb5ca !important;
  border: 1px solid #3bb5ca !important;
  box-shadow: 0px 8px 12px 0px rgba(75, 187, 206, 0.25);
}

.btn.btn-outline-info {
  border: 1px solid #4bbbce !important;
  color: #4bbbce !important;
}

.btn.btn-gradient-info {
  background: linear-gradient(to right, #4bbbce 0%, #afe1e9 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-warning {
  background-color: #ffc212 !important;
  border: 1px solid #ffc212 !important;
  color: #fff !important;
}

.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: #fdbc00 !important;
  border: 1px solid #fdbc00 !important;
  box-shadow: 0px 8px 12px 0px rgba(255, 194, 18, 0.25);
}

.btn.btn-outline-warning {
  border: 1px solid #ffc212 !important;
  color: #ffc212 !important;
}

.btn.btn-gradient-warning {
  background: linear-gradient(to right, #ffc212 0%, #ffe392 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-success {
  background-color: #1ce1ac !important;
  border: 1px solid #1ce1ac !important;
  color: #fff !important;
}

.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success.active {
  background-color: #1acf9e !important;
  border: 1px solid #1acf9e !important;
  box-shadow: 0px 8px 12px 0px rgba(28, 225, 172, 0.25);
}

.btn.btn-outline-success {
  border: 1px solid #1ce1ac !important;
  color: #1ce1ac !important;
}

.btn.btn-gradient-success {
  background: linear-gradient(to right, #2082c6 0%, #2082c6a6 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-danger {
  background-color: #f24734 !important;
  border: 1px solid #f24734 !important;
  color: #fff !important;
}

.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger.active {
  background-color: #f13621 !important;
  border: 1px solid #f13621 !important;
  box-shadow: 0px 8px 12px 0px rgba(242, 71, 52, 0.25);
}

.btn.btn-outline-danger {
  border: 1px solid #f24734 !important;
  color: #f24734 !important;
}

.btn.btn-gradient-danger {
  background: linear-gradient(to right, #f24734 0%, #fab4ac 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-dark {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
  color: #fff !important;
}

.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark.focus, .btn.btn-dark:active, .btn.btn-dark.active {
  background-color: #2b3035 !important;
  border: 1px solid #2b3035 !important;
  box-shadow: 0px 8px 12px 0px rgba(52, 58, 64, 0.25);
}

.btn.btn-outline-dark {
  border: 1px solid #343a40 !important;
  color: #343a40 !important;
}

.btn.btn-gradient-dark {
  background: linear-gradient(to right, #343a40 0%, #6d7a86 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-light {
  background-color: #f8f9fa !important;
  border: 1px solid #f8f9fa !important;
  color: #fff !important;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active {
  background-color: #eceff2 !important;
  border: 1px solid #eceff2 !important;
  box-shadow: 0px 8px 12px 0px rgba(248, 249, 250, 0.25);
}

.btn.btn-outline-light {
  border: 1px solid #f8f9fa !important;
  color: #f8f9fa !important;
}

.btn.btn-gradient-light {
  background: linear-gradient(to right, #f8f9fa 0%, white 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-white {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: whitesmoke !important;
  border: 1px solid whitesmoke !important;
  box-shadow: 0px 8px 12px 0px rgba(255, 255, 255, 0.25);
}

.btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
}

.btn.btn-gradient-white {
  background: linear-gradient(to right, #fff 0%, white 100%);
  border: none;
  color: #fff;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.btn.btn-light, .btn.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #1ce1ac !important;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: #ededed !important;
  border-color: #ededed !important;
}

.btn.btn-outline-light, .btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
  text-transform: uppercase;
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #fff;
  color: #343a40 !important;
}

.card {
  border: none;
  box-shadow: 0 5px 20px rgba(52, 58, 64, 0.1);
}

.navbar-custom {
  padding: 20px 0px;
  padding-right: 0 !important;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  background: #fff;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  position: relative;
  line-height: 26px;
  color: #6c757d;
  font-size: 16px;
  display: inline-block;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 20px;
  font-weight: 500;
  font-family: "Mandali", sans-serif;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link.active {
  color: #2082c6 !important;
}

.navbar-custom .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10px;
  right: 10px;
  border-radius: 10px;
  border-bottom: 2px solid #2082c6;
}

.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.navbar-custom .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #343a40;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #ced4da;
}

.navbar.navbar-light .logo .logo-dark {
  display: none;
}

.navbar.navbar-light .logo .logo-light {
  display: block;
}

/********** navbar sticky *********/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 20px 0px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  color: #343a40 !important;
}

.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}

.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  color: #343a40;
}

.nav-sticky .logo .logo-dark {
  display: block !important;
}

.nav-sticky .logo .logo-light {
  display: none !important;
}

/********* Responsive *********/
@media (min-width: 200px) and (max-width: 991px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #fff !important;
    box-shadow: 0 10px 33px rgba(52, 58, 64, 0.1);
    color: #343a40 !important;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    transition: all 0.4s;
    color: #343a40 !important;
    margin: 0px;
  }
  .navbar-custom .navbar-nav .nav-item.active .nav-link {
    border-color: transparent;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #343a40;
  }
  .logo .logo-light {
    display: none !important;
  }
  .logo .logo-dark {
    display: block !important;
  }
}

.footer {
  position: relative;
  padding: 100px 0 50px;
}

.footer .footer-nav li {
  padding: 6px 0;
}

.footer .footer-nav li .footer-link {
  color: #6c757d;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.footer .footer-nav li .footer-link::after {
  content: "";
  background-color: #1ce1ac;
  position: absolute;
  top: 14px;
  left: 0;
  height: 5px;
  width: 0px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.footer .footer-nav li .footer-link:hover {
  color: #343a40;
  padding-left: 12px;
}

.footer .footer-nav li .footer-link:hover::after {
  width: 05px;
}

.footer.bg-light {
  background-image: url("../images/footer-light-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
}



.form-control {
  background-color: #fafafa;
  border-color: #e2e7f1;
}

.form-control:focus {
  border-color: #ced4da;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}


.about-icon {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.about-icon::after {
  content: "";
  position: absolute;
  left: -16px;
  top: -36px;
  border-radius: 30% 70% 70% 30% / 50% 50% 50% 50%;
  height: 100px;
  width: 100px;
  background: linear-gradient(to top right, transparent 0%, #2082c6 100%);
  opacity: 0.15;
  z-index: -1;
}

.testi-bg {
  background-color: #fff;
}

.testi-bg .testi-row {
  overflow: hidden;
}

.testi-bg .testi-row .clients-slider {
  padding: 20px 0 50px;
}

.testi-bg .testi-row .clients-slider .swiper-wrapper .swiper-slide {
  padding: 0 6px;
}

.testi-bg .testi-row .clients-slider .swiper-pagination {
  bottom: 0;
}

.testi-bg .testi-row .clients-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #343a40;
  opacity: 0.3;
}

.testi-bg .testi-row .clients-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}


@media (max-width: 768px) {
  .hero-agency .hero-title {
    font-size: 48px !important;
  }
}

.hero-3 {
  position: relative;
  padding: 90px 0px;
  background-image: url("../images/heros/hero-3-bg.png");
  width: 100%;
  background-color: #292929;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-3 .hero-title {
  font-size: 3.3rem;
}

.hero-3 .hero-3-img img {
  width: 100%;
  border-radius: 48% 52% 66% 34% / 62% 60% 40% 38%;
  border: 10px solid rgba(255, 255, 255, 0.05);
}


.hero-5 {
  position: relative;
  padding: 90px 0 0;
  background-image: url("../images/heros/hero-5-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

@media (max-width: 991.98px) {

  .hero-3 {
    padding: 120px 0 80px;
  }
 .hero-5 {
    padding: 110px 0 70px;
  }
  .new_form{
      margin:0 100px !important;
  }
  .projectFactsWrap .item{
      width:44% !important;
      margin-top:20px !important;
  }
  .projectFactsWrap{
     flex-wrap:wrap;
  }

}


@media(max-width:767px){
    .new_form{
      margin:0 50px !important;
  }
  .hero-3 .hero-title{
      font-size:40px ;
  }
  .sectiontitle h2{
      font-size:37px !important;
  }
  .projectFactsWrap .item{
      width:100% !important;
      margin-top:20px !important;
  }
  .sectionClass{
      padding:20px 0 50px !important;
  }
  .foot{
      padding-left:15px;
  }
  .section{
      padding:50px 0px!important;
  }
  
}

.new-icon-right img{
    width:80px;
}

@media(max-width:540px){
    .aa label{
        width:100% !important;
    }
    #team .shadow-lg h5 {
    /* text-align: center; */
    font-size: 22px !important;
}
.title {
    font-size: 25px !important;
}
}

@media(max-width:475px){
    .new_form{
      margin:0 20px !important;
  }
.new-icon-right img{
    width:50px !important;
}
  
}
@media(max-width:400px){
  .animate-charcter {
    font-size:32px !important;
  }
  .bg-img{
      padding:25px !important;
  }
  .new-trade{
      font-size:22px !important;
  }
  .new-gst1 {
      line-height:1.4;
}
.new-form{
    padding:10px !important;
}
.footer-para p{
    font-size:17px !important;
    font-weight:500 !important;
}
.hero-3 .hero-title {
    font-size: 32px !important;
    text-align:center;
}
.logo.text-uppercase img{
    width:200px !important;
}
.cta-img img {
    width: 210px !important;
}
.contact-link-text a{
    font-size:14px !important;
}
}
/*# sourceMappingURL=style.css.map */









.logo.text-uppercase img{
width: 230px;
}
.cta-img img{
width: 240px;
padding-bottom: 20px;
margin-bottom: 10px;
}

.why-icon {
  position: relative;
  display: block;
  z-index: 0;
  margin-bottom: 15px;
  /*text-align: center;*/
}

/*.why-icon::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -36px;
  border-radius: 30% 70% 70% 30% / 50% 50% 50% 50%;
  height: 100px;
  width: 100px;
  background: linear-gradient(to top right, transparent 0%, #2082c6 100%);
  opacity: 0.15;
  z-index: -1;
}*/
.why-icon img {
    /*margin-left: 15px;*/
    width: 50px;
    height: 50px;
}
#team .shadow-lg{
  padding: 30px;
  height: 100%;
}
#team .shadow-lg:hover{
  background:#D9E4F8;
}
#team .shadow-lg h5{
  /*text-align: center;*/
  font-size: 28px ;
}

.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 15px;
  color: #878787;
}
.copyright-text p a{
  color: #fff;
}
        .check-new{
              width: 20px;
          height: 20px;
        }

        .text-new{
              font-size: 25px;
              color: #fff;
        }
        .new-vision{
          background-repeat: no-repeat;
    background-size: cover !important;
        padding: 30px;
    border-radius: 5px;
    background: url('https://t3.ftcdn.net/jpg/06/35/71/48/360_F_635714821_BnjvsFmuvKgPxfLTn1E6upHbKqHrVGcS.jpg');
        }


          .text-gs{
              color: #fff !important;
          font-size: 20px;
        }
        .new-row{
              border-radius: 5px;
              padding: 30px;
              background-color: #1e81c5;
            }





            /*today*/

header {
    /*background-image: url('https://tradebrains.in/features/wp-content/uploads/2023/11/BlackBull-Markets-Review-980x654.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
     background-color: #fff; 
}
/*#home {*/
/*    padding-top: 90px;*/
/*}*/
.p-150 {
    padding-top: 2.375rem;
    padding-bottom: 5.375rem;
}
.new_form {
    margin: 0 100px;
}
.new-col-banner {
    background-color: #0a2540bd;
}
.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d!important;
}
.new-text-muted {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
}
.radius-20 {
    border-radius: 4px;
}
.shadow-xlg {
    box-shadow: 47px 56px 65.8px 4.2px rgba(0, 0, 0, 0.12);
}
.new-form
.new-form-input input {
    border-radius: 2px;
    margin-bottom: 20px;
}
.form-control {
    padding: 10px;
    border: none;
}
.new-email {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}
.new-email input {
    width: 100%;
}
.form-group {
    margin-top: 20px;
    margin-bottom: 14px;
}
.aa label {
    width: 50%;
    float: left;
}
.form-group label {
    color: #fff;
    padding: 5px;
    font-size: 17px;
    display:flex;
    align-items:center;
    gap:10px;
}
.new-captcha {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.form-input img {
    width: 80px;
}
#captcha {
    padding: 10px 20px;
}
.btn {
    background-color: #48b674;
    border-color: #48b674;
}
.btn-lg {
    font-size: 1.125rem;
    border-radius: 2px;
    padding: 5px 18px;
}
.new-btn-sub {
    margin-top: 20px;
    border-radius: 2px;
    width: 100%;
    background-color: #1091ef;
    color: #fff;
}
.bg-img {
    border-radius: 4px;
    padding: 40px;
    margin: 80px 0;
    right: -40px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.animate-charcter {
    color: #0757e9 !important; 
    /*text-transform: uppercase;*/
    /*background-image: linear-gradient(319deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);*/
    /*background-size: auto auto;*/
    /*background-clip: border-box;*/
    /*background-size: 200% auto;*/
    /*color: #fff;*/
    /*background-clip: text;*/
    /*text-fill-color: transparent;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*animation: textclip 2s linear infinite;*/
    /*display: inline-block;*/
    /*font-size: 44px;*/
    /*font-weight: 700;*/
    /*margin-bottom: 20px;*/
}
.new-trade {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
     font-family: "Cerebri Sans,sans-serif";

}
.inner p {
    color: #000;
    font-size: 15px;
     font-family: "Cerebri Sans,sans-serif";
}
.new-gst1 {
    font-size: 20px !important;
    font-family: "Cerebri Sans,sans-serif";
}
.footer-para p {
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
}
.footer-para h6 {
    font-weight: 600;
    font-size: 1rem;
    margin-top: 30px;
    color: #fff;
     font-family: "Cerebri Sans,sans-serif";
}
.new-gst {
    font-size: 20px !important;
    color: #000 !important;
    margin-top: 10px !important;
     font-family: "Cerebri Sans,sans-serif";
}

.items-center {
    align-items: center;
}
.flex-col {
    /*border: 2px solid #fff;*/
    box-shadow: 0 0 3px rgba(36, 39, 44, 0.15) !important;
    border-radius: 2px;
    background: #ffffff;
    padding: 30px;
    flex-direction: column;
    transition: all 0.3s ease;
    height: 100%;
}
.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important;
}
.text-indigo-500 {
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102,126,234,var(--text-opacity));
}
.w-12 {
    width: 3rem;
}
.h-12 {
    height: 3rem;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.flex-col:hover {
    border: 2px solid #2d4bd1;
    position: relative;
    box-shadow: 2px 10px 60px rgba(0,0,0,0.1);
    transform: translateY(-10px);
}
.main-blog h5 {
    color: #000;
    /*width: 98%;*/
    font-size: 25px;
}
.feature {
    padding: 20px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(36, 39, 44, 0.15) !important;
}




.main-contact-detail {
    position: relative;
    padding: 50px 0px 50px;
    background: whitesmoke;
    /* padding-bottom: 100px; */
}
.contact-detail-link {
    position: relative;
    padding: 20px 12px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 2px 2px 30px rgb(0 0 0 / 8%);
    margin-bottom: 30px;
    height: 100%;
}
.contact-detail-link .icon {
    width: 35px;
    height: 35px;
    background: #2082C6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
}
.contact-detail-link .icon img {
    width: auto;
    height: 15px;
}
.contact-detail-link-text {
    display: inline-block;
    width: calc(100% - 50px);
    padding-left: 9px;
     font-family: "Cerebri Sans,sans-serif";
}
.contact-detail-link-text .sub-title {
    font-size: 20px;
    color: #130F40;
    text-transform: capitalize;
    margin-bottom: 10px;
     font-family: "Cerebri Sans,sans-serif";
}
.sub-title {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    color: #1e81c5;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    /* text-transform: uppercase; */
    position: relative;
    margin-bottom: 0;
     font-family: "Cerebri Sans,sans-serif";
}
.contact-detail-link-text p {
    margin-bottom: 0;
     font-family: "Cerebri Sans,sans-serif";
}
.contact-detail-link-text p a {
    color: #777777;
    transition: 0.3s;
    font-size: 14px;
     font-family: "Cerebri Sans,sans-serif";
     font-weight: 500;
     word-break: break-all;
}
.footer-list{
  list-style-type: none;
  padding-left: 0px;
}
.footer-list li{
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
}
.footer-list li a{
  color: #fff;
}
.contact-link-text a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    transition: 0.3s;
    font-family: "Cerebri Sans,sans-serif";
}
.contact-link-text {
    display: block;
    position: relative;
    top: 8px;
     font-family: "Cerebri Sans,sans-serif";
}
.contact-link-box .icon {
    position: absolute;
    top: 60%;
    left: 0;
    transform: translate(0,-50%);
    width: 35px;
    height: 35px;
    /* background: -webkit-linear-gradient(left, #02d9fb 0%, #7e86d9 39%, #e519db 100%); */
    background: #2082C6;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}
.contact-link-box {
    display: block;
    min-height: 35px;
    padding-left: 55px;
    position: relative;
    margin-bottom: 20px;
}
.contact-link-box:last-child {
    margin-bottom: 0;
}
/*.contact-link-box.add {
    width: 250px;
    max-width: 100%;
    font-family: "Cerebri Sans,sans-serif";
}*/





.sectionClass {
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*background-image: url('https://expertadvice.trademoneyresearch.com/images/counter.jpeg');*/
    /*padding: 20px 0px 50px 0px;*/
    /*position: relative;*/
    /*display: block;*/
        background-color: #eef1fd;
    padding: 80px 20px;
}
/*.sectionClass::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background-color: #0000004f;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 9;*/
/*}*/
#projectFacts .fullWidth {
    padding: 0;
}
.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    /* flex-wrap: wrap; */
}
.projectFactsWrap .item {
    width: 25%;
    /*height: 100%;*/
    padding: 50px 0px;
    text-align: center;
}
.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: #fff;
}
.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}
.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}
.projectFactsWrap .item p {
    color: #fff;
    font-size: 23px;
    margin: 0;
    padding: 10px;
}
.projectFactsWrap .item:nth-child(1) {
    background: #292929;
    margin: 0px 20px;
}
.projectFactsWrap .item:nth-child(2) {
    background: #2082C6;
    margin: 0px 20px;
}
.projectFactsWrap .item:nth-child(3) {
    background: #292929;
    margin: 0px 20px;
}
.projectFactsWrap .item:nth-child(4) {
    background: #2082C6;
    margin: 0px 20px;
}

.social-icon a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
    transition: 0.3s;
}
.social-icon {
    font-size: 0;
    line-height: 1;
}
.social-icon a:hover {
    background: #2082C6;
    color: #ffffff;
}

.sectiontitle {
    background-position: center;
    margin: 40px 0px 40px 0px;
    text-align: center;
    min-height: 20px;
}
.sectiontitle h2{
  color: #2082C6;
  font-size: 50px;
}




/*Thankyou Page*/
@media(min-width: 600px){
.wrapper-1 {
    height: 100%;
    max-width: 950px;
    margin: 30px auto;
    /*margin-top: 30px;*/
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
  }
}
.wrapper-1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
     box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}
.wrapper-2 {
    padding: 20px;
    text-align: center;
}
.wrapper-2 h1 {
    font-weight: bold;
    font-size: 70px;
    color: #2384C7;
}
.new-text-popup {
    margin: 0  !important;
    font-size: 35px  !important;
    color: #050d36  !important;
    /*letter-spacing: 1px  !important;*/
    font-weight: bold  !important;
    padding:20px 0px !important;
    line-height: 1.4;
}
.wrapper-2 p {
    margin: 0;
    font-size: 25px;
    color: #000;
    /*letter-spacing: 1px;*/
}
.go-home {
    color: #fff;
    background: #2082C6;
    border: none;
    padding: 10px 50px;
    margin-top: 20px ;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 15px !important;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

.wrapper-2 img{
  border-radius: 50%;
  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}

.wrapper-2 a{
  font-size: 20px;
}

@media(min-width:991px) and (max-width:1199px){
    .navbar-custom .navbar-nav .nav-item .nav-link{
        font-size:15px !important;
        margin:0px 10px !important;
    }
    .btn{
        padding:10px !important;
        font-size:15px !important;
    }
    .logo.text-uppercase img {
    width: 200px !important;
}
.list-inline{
    padding-left:0 !important;
}
.contact-link-text a{
    font-size:14px !important;
}
}


@media(max-width:991px){
    .bg-img {
    margin: 40px 0px 0px;
    right: 0px;
}
.inner{
    margin-top:30px;
}
.main-contact-detail{
    text-align:center;
}
}


.new-sebi{
    color: #0757e9;
    font-size: 20px !important;
    text-align: center;
    margin-bottom: 20px;
}
.second-top-head{
    background-color: #0757e9;
    width: fit-content;
    margin: 20px auto;
    color: #fff;
    font-size: 17px !important;
    text-align: center;
}
select{
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}
.new-pad {
    background-color: #0757e9;
}
.new-bor{
    border-left: 5px solid #dd2476;
    padding-left: 20px;
}
.new-get{
    font-weight: bold;
    font-size: 18px;
}

.new-get1{
    color: #6E73E4;
     font-size: 15px;
}
.new-get-btn button{
    padding: 20px 57px 20px 57px;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #0757e9;
    border-style: none;
    border-radius: 999px 999px 999px 999px;
}
.new-get-btn button:hover{
    color: #ffffff;
    background-color: #1e81c5;
}
.new-get-btn1 button{
        padding: 11px 17px 11px 17px;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    background-color: rgba(2, 1, 1, 0);
    border-style: solid;
    border-color: #ccc;
    border-radius: 5px 5px 5px 5px;
    margin-top: 30px;
}
#team .shadow-lg:hover .new-get-btn1 button{
    color: #2575FC;
    background-color: #FFFFFF;
    border-color: #fff;
}