/*
Author: Themesbrand
*/
@import url("https://fonts.cdnfonts.com/css/sf-ui-text-2");
/*******************
    1.Helper
*******************/
body {
  font-family: "SF UI Text", sans-serif;
  font-size: 14px;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SF UI Text", sans-serif;
  line-height: 1.5;
}

.h2,
h2 {
  font-size: 1.75rem;
}

.h3,
h3 {
  font-size: 1.5rem;
}

.h4,
h4 {
  font-size: 1.125rem;
}

.h5,
h5 {
  font-size: 1rem;
}

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

p {
  line-height: 1.6;
  font-size: 15px;
}

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

label {
  font-weight: 500;
  font-size: 15px;
}

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

.bg-gradient {
  background: -webkit-gradient(linear, right top, left top, from(#673ab7), to(#3e1e8c));
  background: linear-gradient(to left, #673ab7, #3e1e8c);
}

.text-muted {
  color: #757f84 !important;
}

.bg-shape {
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
}

.bg-shape img {
  width: 100%;
}

.w-lg {
  min-width: 140px;
}

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

.dropdown-toggle::after {
  content: none;
}

/* Buttons */
.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.btn-sm {
  padding: 7px 19px;
}

.btn-primary {
  color: #ffffff;
  background-color: #4f78e0 !important;
  border-color: #4f78e0 !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15) !important;
}

.btn-primary:hover {
  background-color: #3967dc !important;
  border-color: #3967dc !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3) !important;
}

.btn-light {
  background-color: #ebebf3;
  border-color: #ebebf3;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05) !important;
}

.dropdown-menu {
  padding: .5rem;
  -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
          box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  -webkit-animation-name: DropDownSlide;
          animation-name: DropDownSlide;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  margin: 0;
  font-size: .875rem;
  color: #6c757d;
  border: 1px solid #e9f0f4;
}

.dropdown-item {
  padding: .5rem 1rem;
}

.dropdown-item.active, .dropdown-item:active {
  color: #16181b;
  background-color: #f8f9fa;
}

[class^="ri-"],
[class*=" ri-"] {
  vertical-align: middle;
}

/**BACK TO TOP**/
.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  border-radius: 3px;
  background-color: #4f78e0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.back-to-top i {
  color: #ffffff;
  font-size: 18px;
  display: block;
  line-height: 30px;
}

/******************
    2.Navbar
*******************/
.newspanel {
  background-color: #33324e;
  color: #eee;
  padding: 9px 0 5px;
  font-size: 13px;
}

.navbar-custom {
  padding: 10px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  top: 38px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

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

.navbar-custom .navbar-nav .nav-item {
  position: relative;
}

.navbar-custom .navbar-nav .nav-item .dropdown .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #ffffff;
  top: -6px;
  left: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: -1px -2px 4px 1px rgba(154, 161, 171, 0.1);
          box-shadow: -1px -2px 4px 1px rgba(154, 161, 171, 0.1);
}

.navbar-custom .navbar-nav .nav-item .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  color: #3c4457;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent !important;
  padding: 16px 10px;
  margin: 0 7px;
  font-weight: 500;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link:active {
  color: #4f78e0;
}

.navbar-custom .navbar-nav .nav-item.active .nav-link {
  color: #4f78e0;
}

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

/*--- navbar sticky ---*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  top: 0;
  padding: 5px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}

/*******************
    3.Home
*******************/
.bg-home {
  position: relative;
  background: url(../images/hero-bg.png) right no-repeat #f8f9fc;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
  padding: 150px 0px;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-title .home-desc {
  max-width: 605px;
  font-size: 17px;
}

/*******************
    features
********************/
.features-box {
  padding: 30px 30px 0 30px;
  text-align: center;
}

.features-box .features-icons {
  position: relative;
}

.features-box .features-icons:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  margin-left: -25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: linear-gradient(45deg, transparent, rgba(79, 120, 224, 0.12));
  z-index: -1;
}

.features-box .features-icons i {
  font-size: 36px;
  color: #4f78e0;
}

/*******************
    testionial
********************/
.testi-box .testi-desc {
  position: relative;
  border-radius: 8px;
}

.testi-box .testi-desc:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #f9f9f9;
  bottom: -6px;
  left: 48px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.testi-box .testi-img img {
  max-width: 48px;
}

.testi-box h5 {
  font-size: 16px;
}

.user-icons {
  height: 48px;
  width: 48px;
  background-color: #ecf1f3;
  color: #28282e;
  text-align: center;
  font-family: "SF UI Text", sans-serif;
  font-weight: 700;
  line-height: 48px;
  border-radius: 50%;
}

.brand-item img {
  max-height: 28px;
  margin-bottom: 30px;
}

/*******************
    work
********************/
.theme-box {
  border-radius: 7px;
}

.theme-box img {
  border-radius: 4px;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.theme-name {
  text-transform: uppercase;
  color: #28282e;
  font-weight: 700;
}

.product-badge {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border: 2px dashed #e9ecef;
  border-radius: 50%;
  padding: 12px 0;
  margin: 0 auto 20px auto;
}

.product-badge img {
  height: 32px;
  display: block;
  margin: 0 auto;
}

/*******************
    footer
********************/
.footer {
  padding: 60px 0px 20px 0px;
  color: #7b8c9f;
}

.footer .footer-list li {
  padding: 7px 0px;
}

.footer .footer-list li a {
  color: #7b8c9f;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .footer-list li a:hover {
  color: #ffffff;
}

.footer .social-links li a {
  display: inline-block;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 36px;
  color: #7b8c9f;
  font-size: 18px;
  background-color: #40474e;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .social-links li a:hover {
  color: #ffffff;
  background: #4f78e0;
  border-color: #4f78e0;
}

.foter-h-title {
  font-weight: 700;
  color: #95a7bb;
}

/******************
    page-title
*******************/
.page-title-box {
  padding-top: 80px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  background-color: #ffffff;
}

/******************
    our mission
*******************/
.about-features {
  max-width: 450px;
}

/******************
    team
*******************/
.team-member img {
  max-width: 180px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.team-member img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

/******************
    customization
*******************/
.custom-form .form-group {
  margin-bottom: 1.5rem;
}

.g-recaptcha > div {
  margin: 0 auto;
}

/******************
    career
*******************/
.position-desc {
  overflow: hidden;
}

/******************
    contact
*******************/
.map .container-fluid {
  max-width: 100%;
}

.contact-icon img {
  max-height: 48px;
}

.form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: .55rem .95rem;
  height: auto;
  font-size: 15px;
}

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

/******************
    .Responsive
*******************/
@media (min-width: 200px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 95%;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 85%;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    max-width: 65%;
  }
}

@media (min-width: 200px) and (max-width: 991px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
  }
  .navbar-custom .logo .logo-dark {
    display: inline-block;
  }
  .navbar-custom .logo .logo-light {
    display: none;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: rgba(40, 40, 46, 0.8) !important;
    margin: 0px;
    padding: 6px 0px;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link i.mdi-chevron-down {
    position: absolute;
    right: 14px;
  }
  .navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: #4f78e0 !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #28282e;
  }
  .mo-mb-20 {
    margin-bottom: 20px !important;
  }
  .no-padding.img, .no-padding.img-2 {
    position: relative !important;
    height: 300px !important;
  }
  .user-name {
    color: #ffffff;
  }
  .page-title-box {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

@media (max-width: 425px) {
  .home-title h1 {
    font-size: 34px;
  }
  .home-img {
    display: none;
  }
  .cta {
    padding: 24px !important;
  }
  .pull-none {
    float: none !important;
    text-align: center;
  }
}

@-webkit-keyframes animate {
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes animate {
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 10%;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    top: 25%;
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 10%;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    top: 25%;
  }
}

@-webkit-keyframes rotating2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 40%;
    left: 25%;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    top: 60%;
    left: 40%;
  }
}

@keyframes rotating2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    top: 40%;
    left: 25%;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    top: 60%;
    left: 40%;
  }
}

@-webkit-keyframes rotating3 {
  0% {
    top: 85%;
  }
  100% {
    top: 40%;
  }
}

@keyframes rotating3 {
  0% {
    top: 85%;
  }
  100% {
    top: 40%;
  }
}

@-webkit-keyframes rotating4 {
  0% {
    top: 40%;
  }
  100% {
    top: 10%;
  }
}

@keyframes rotating4 {
  0% {
    top: 40%;
  }
  100% {
    top: 10%;
  }
}

@-webkit-keyframes rotating5 {
  0% {
    left: 35%;
  }
  100% {
    left: 5%;
  }
}

@keyframes rotating5 {
  0% {
    left: 35%;
  }
  100% {
    left: 5%;
  }
}

@-webkit-keyframes hero_animation {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(20px, 10px);
  }
}

@keyframes hero_animation {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(20px, 10px);
  }
}

.popup-gallery img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.effect-icon {
  font-size: 28px;
  opacity: 0.2;
}

.animation-effect-1 {
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 4%;
  -webkit-animation: rotating alternate ease-in-out infinite 6s;
          animation: rotating alternate ease-in-out infinite 6s;
}

.animation-effect-2 {
  position: absolute;
  top: 85%;
  left: 3%;
  z-index: 1;
  -webkit-animation: rotating3 alternate ease-in-out infinite 12s;
          animation: rotating3 alternate ease-in-out infinite 12s;
}

.animation-effect-3 {
  position: absolute;
  top: 40%;
  left: 35%;
  z-index: 1;
  -webkit-animation: rotating2 alternate ease-in-out infinite 8s;
          animation: rotating2 alternate ease-in-out infinite 8s;
}

.animation-effect-4 {
  position: absolute;
  top: 40%;
  left: 47%;
  z-index: 1;
  -webkit-animation: rotating4 alternate ease-in-out infinite 7s;
          animation: rotating4 alternate ease-in-out infinite 7s;
}

.animation-effect-5 {
  position: absolute;
  top: 40%;
  left: 35%;
  z-index: 1;
  -webkit-animation: rotating5 alternate ease-in-out infinite 15s;
          animation: rotating5 alternate ease-in-out infinite 15s;
}

.animation-effect-6 {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: 4%;
  -webkit-animation: rotating alternate ease-in-out infinite 6s;
          animation: rotating alternate ease-in-out infinite 6s;
}

.animation-effect-7 {
  position: absolute;
  top: 85%;
  right: 3%;
  z-index: 1;
  -webkit-animation: rotating3 alternate ease-in-out infinite 12s;
          animation: rotating3 alternate ease-in-out infinite 12s;
}
/*# sourceMappingURL=style.css.map */