*, *::after, *::before {
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Poppins', sans-serif;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.nav-link.active {
  color: #034ABE !important;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

.navbar .list a {
  color: #4F545F;
  opacity: 0.7;
  font-weight: 600;
}

.navbar .list a:hover {
  color: #034ABE;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  background-color: #030A1B;
  width: 350px;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar .uk-link, .uk-offcanvas-flip .uk-open > .uk-offcanvas-bar a {
  color: #fff !important;
  text-transform: none !important;
  font-size: 18px !important;
}

.navbar .uk-offcanvas-close {
  position: static;
}

.navbar .uk-offcanvas-close svg {
  fill: #fff;
  position: static;
}

.navbar .uk-offcanvas-close svg:nth-child(2) {
  display: none;
}

.main-section .title {
  color: #030A1B;
}

@media (max-width: 1280px) {
  .main-section {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 640px) {
  .uk-container {
    padding-right: 22px;
    padding-left: 22px;
  }
  .main-section {
    padding-right: 22px;
    padding-left: 22px;
  }
  .uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
    width: 85%;
  }
  .main-section {
    background-image: url("../storage/images/eZI2nHcn9O.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 0;
    color: #fff;
    position: relative;
  }
  .main-section::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .main-section h1 {
    color: #fff !important;
  }
  .main-section .main-contents-wrapper {
    position: relative;
    z-index: 2;
  }
  .shopping-table {
    overflow-x: scroll !important;
  }
  .shopping-table .header, .shopping-table .body {
    width: 840px !important;
  }
}

.clients-section .clients-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.clients-section .clients-list li {
  width: calc(100% / 7) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clients-section .clients-slider-left-btn {
  top: 30px;
  right: 80px !important;
  left: auto;
  width: 54px !important;
  height: 54px !important;
  background-color: #034ABE !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 !important;
  border-radius: 4px;
}

.clients-section .clients-slider-left-btn.uk-invisible {
  visibility: visible !important;
}

.clients-section .clients-slider-left-btn svg:nth-child(1) {
  color: #fff !important;
}

.clients-section .clients-slider-left-btn svg:nth-child(2) {
  display: none;
}

.clients-section .clients-slider-left-btn svg:nth-child(3) {
  display: none;
}

@media (max-width: 768px) {
  .clients-section .clients-slider-left-btn {
    display: none !important;
  }
}

.clients-section .clients-slider-right-btn {
  top: 30px;
  right: 0px !important;
  width: 54px !important;
  height: 54px !important;
  background-color: #034ABE !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 !important;
  border-radius: 4px;
}

.clients-section .clients-slider-right-btn.uk-invisible {
  visibility: visible !important;
}

.clients-section .clients-slider-right-btn svg:nth-child(1) {
  color: #fff !important;
}

.clients-section .clients-slider-right-btn svg:nth-child(2) {
  display: none;
}

.clients-section .clients-slider-right-btn svg:nth-child(3) {
  display: none;
}

@media (max-width: 768px) {
  .clients-section .clients-slider-right-btn {
    display: none !important;
  }
}

.clients-section .uk-dotnav {
  padding: 40px 0;
}

.clients-section .uk-dotnav > * > * {
  background-color: #034ABE55 !important;
  border-radius: 1px;
  width: 14px;
  height: 8px;
  border-radius: 2px;
  border: none;
}

.clients-section .uk-dotnav > .uk-active > * {
  background-color: #034ABE !important;
  width: 24px;
}

.shopping-table .header h4 {
  color: #464F60;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.shopping-table .body:nth-child(even) {
  background: #EBF0FA;
}

.shopping-table .body h5 {
  font-weight: 500;
  font-size: 14px;
  color: #171C26;
}

.shopping-table .body p {
  color: #464F60;
  font-size: 15px;
}

.shopping-table .body span {
  color: #687182;
  font-size: 13px;
}

.shopping-table .header, .shopping-table .body {
  padding: 8px 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #464F60 !important;
}

.shopping-table .header li:nth-child(1), .shopping-table .body li:nth-child(1) {
  width: 180px;
}

.shopping-table .header li:nth-child(2), .shopping-table .body li:nth-child(2) {
  width: 280px;
}

.shopping-table .header li:nth-child(3), .shopping-table .body li:nth-child(3) {
  width: 120px;
}

.shopping-table .header li:nth-child(4), .shopping-table .body li:nth-child(4) {
  width: 120px;
}

.shopping-table .header li:nth-child(5), .shopping-table .body li:nth-child(5) {
  width: 120px;
  text-align: right;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.animBtnTop {
  display: block;
  position: relative;
  overflow: hidden;
  background: #034ABE;
  -webkit-transition: all .15s;
  transition: all .15s;
}

.animBtnTop:before,
.animBtnTop:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  background: rgba(40, 48, 54, 0.6);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.animBtnTop:before {
  opacity: .5;
}

.animBtnTop:after {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.animBtnTop:hover {
  color: #fff !important;
  background-color: #034ABE;
}

.animBtnTop:hover:before,
.animBtnTop:hover:after {
  bottom: 0;
}

.hover-card {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-card:hover {
  background: rgba(40, 48, 54, 0.6);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}

.hover-card:hover .glow-on-hover {
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  background: transparent;
}

.hover-card:hover .glow-on-hover::after {
  background: #034ABE;
}

.hover-card:hover .glow-on-hover:before {
  opacity: 1;
}

@media (max-width: 640px) {
  .hover-card {
    background: rgba(40, 48, 54, 0.6);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
  }
  .hover-card .glow-on-hover::after {
    background: #034ABE;
  }
}

.brand-card .glow-on-hover {
  border: none;
  outline: none;
  color: rgba(0, 0, 0, 0.55) !important;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  background: transparent;
}

.brand-card .glow-on-hover:hover::after {
  background: #034ABE;
}

.brand-card:hover {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left bottom, right top, from(#fff), to(#dfdfdf));
  background: linear-gradient(to top right, #fff, #dfdfdf);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}

.brand-card:hover .glow-on-hover {
  border: 1px solid #034ABE;
  color: #034ABE !important;
}

.brand-card:hover .glow-on-hover:hover {
  color: #fff !important;
}

@media (max-width: 640px) {
  .brand-card .glow-on-hover {
    border: 1px solid #034ABE;
    color: #034ABE !important;
  }
}

.glow-on-hover {
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  background: transparent;
}

.glow-on-hover:hover::after {
  background: #034ABE;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #1E252B, #1E252B, #1E252B, #51648E, #1E252B, #1E252B, #1E252B, #1E252B, #1E252B);
  position: absolute;
  top: -1px;
  left: -1px;
  background-size: 400%;
  z-index: -1;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  -webkit-animation: glowing 20s linear infinite;
          animation: glowing 20s linear infinite;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {
  color: #000;
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@-webkit-keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.icon {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.icon::before, .icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 20px;
}

.icon img {
  position: relative;
  color: #FFFFFF;
  font-size: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 3;
}

.icon-collapse::before {
  border-radius: 0;
}

.icon-collapse:hover::before {
  -webkit-box-shadow: inset 0 20px 0 0 #1E252B, inset 0 -20px 0 0 #1E252B;
          box-shadow: inset 0 20px 0 0 #1E252B, inset 0 -20px 0 0 #1E252B;
}

.line-animation {
  position: relative;
  width: auto;
  display: inline-block;
}

.line-animation::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #034ABE;
  bottom: -7px;
  left: 0;
  border-radius: 10px;
}

.line-animation:hover {
  color: #034ABE !important;
}

.line-animation:hover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #034ABE !important;
  bottom: -7px;
  left: 0%;
  border-radius: 10px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.container {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.center {
  width: 180px;
  height: 60px;
  position: absolute;
}

.btn {
  width: 180px;
  height: 60px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #91C9FF;
  outline: none;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.btn:hover {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  background: #4F95DA;
}

.btn:hover svg {
  stroke-dashoffset: -480;
}

.btn span {
  color: white;
  font-size: 18px;
  font-weight: 100;
}

.submit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.submit:hover, .submit:focus {
  color: #fff;
  outline: 0;
}

.third {
  border-radius: 10px;
  color: #fff;
  -webkit-box-shadow: 0 0 40px 40px #034ABE inset, 0 0 0 0 #034ABE;
          box-shadow: 0 0 40px 40px #034ABE inset, 0 0 0 0 #034ABE;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.third:hover {
  -webkit-box-shadow: 0 0 10px 0 #034ABE inset, 0 0 10px 4px #034ABE;
          box-shadow: 0 0 10px 0 #034ABE inset, 0 0 10px 4px #034ABE;
}

.form-input-anim {
  position: relative;
  overflow: hidden;
}

.form-input-anim label {
  position: absolute;
  left: 30px;
  width: 100%;
  top: -14px;
  height: 100%;
  pointer-events: none;
}

.form-input-anim .content-name {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-input-anim input:focus + .label-name .content-name,
.form-input-anim input:valid + .label-name .content-name {
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  font-size: 12px;
  left: 0px;
}

.form-input-anim input:focus + .label-name::after,
.form-input-anim .form input:valid + .label-name::after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

html {
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  width: 12px;
  height: 7px;
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(60deg, #034ABE55 43%, #034ABE55 49%);
  border-radius: 2px;
}

html::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(13deg, #034ABE 14%, #034ABE 64%);
}

html::-webkit-scrollbar-track {
  background: rgba(245, 245, 245, 0.88);
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 0px 0px rgba(245, 245, 245, 0.88);
  box-shadow: inset 0px 0px 0px rgba(245, 245, 245, 0.88);
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*# sourceMappingURL=custom.css.map */