* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

.container {
  width: 1170px;
  padding: 0;
}

p {
  margin-bottom: 0;
}

p, a, h1, h2, h3, h4, h5, h6, span {
  font-family: "Work Sans";
}

p, a, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

body {
  overflow-x: hidden;
  font-family: "Work Sans";
}

.bg-1 {
  background-color: #050F25;
}

@font-face {
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3msJow.ttf) format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNig.ttf) format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXNig.ttf) format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNig.ttf) format("truetype");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QNig.ttf) format("truetype");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: rgb(4, 9, 30);
  margin: 0;
}

h1 {
  font-size: 72px;
  line-height: 84.46px;
  color: rgb(245, 245, 245);
}

h2 {
  font-size: 48px;
  line-height: 67.2px;
}

h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.header {
  position: fixed;
  padding: 12px 0;
  width: 100%;
  z-index: 9998;
}
.header .nav-bg {
  animation: slideDown 1s ease-out;
  margin-top: -52px;
  z-index: 9999;
}
.header .menu-padding {
  padding: 0;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left {
  display: flex;
  gap: 32px;
}

.hrader-left-item {
  display: flex;
  gap: 12px;
  align-items: center;
}
.hrader-left-item .text a {
  font-weight: 400;
  font-size: 16px;
  color: #747681;
  transition: 0.5s;
}
.hrader-left-item .text p {
  font-weight: 400;
  font-size: 16px;
  color: #747681;
  transition: 0.5s;
}
.hrader-left-item .text p:hover {
  text-decoration-line: underline;
}

.header-right-inner .icon {
  display: flex;
  gap: 24px;
  line-height: 0;
}
.header-right-inner .icon i {
  color: #747681;
  font-size: 20px;
  transition: 0.5s;
}
.header-right-inner .icon i:hover {
  color: #2662fa;
}

.menu-bg {
  padding-top: 13px;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.menu-bg .form-control {
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 14px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 0;
  color: #04091e;
  background-color: #04091e;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.menu-bg .form-control:focus {
  color: #04091e;
  background-color: #04091e;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
}
.menu-bg .btn-outline-success {
  color: #000;
  border-color: transparent;
  position: relative;
}
.menu-bg .btn-outline-success i {
  position: absolute;
  top: 13px;
  left: 46px;
}
.menu-bg .btn-outline-success:hover {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}
.menu-bg .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem transparent;
}
.menu-bg .btn-check:focus + .btn-outline-success {
  box-shadow: 0 0 0 0.25rem transparent;
}
.menu-bg .nav-main {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 14px;
  padding: 12px 12px;
  box-shadow: 5px 6px 60px rgba(17, 29, 59, 0.04);
}
.menu-bg .nav-main .menu-main {
  display: flex;
  align-items: center;
  gap: 80px;
   width: 100%;   /*mod */
   justify-content: space-between;   /*mod */
}
.menu-bg .nav-main .menu ul {
  display: flex;
  gap: 38px;
  margin-bottom: 0;
  padding-left: 0;
}
.menu-bg .nav-main .menu ul li {
  position: relative;
}
.menu-bg .nav-main .menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(-8px);
}
.menu-bg .nav-main .menu ul li ul {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 200px;
  background-color: #fff;
  box-shadow: 5px 6px 60px rgba(17, 29, 59, 0.04);
  transition: all linear 0.5s;
  top: 62px;
  left: -75px;
  text-align: start;
  border-top: 2px solid #2662fa;
  padding: 10px 20px;
}
.menu-bg .nav-main .menu ul li ul li {
  line-height: 35px;
}
.menu-bg .nav-main .menu ul li a {
  font-weight: 500;
  font-size: 18px;
  color: #04091E;
  position: relative;
  transition: all 0.3s ease-out 0s;
  text-transform: capitalize;
}
.menu-bg .nav-main .menu ul li a:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #2662fa;
  transition: all 0.3s ease-out 0s;
}
.menu-bg .nav-main .menu ul li a:hover {
  color: #2662fa;
}
.menu-bg .nav-main .menu ul li a:hover::after {
  width: 100%;
}

.menu-btn {
  line-height: 0;
}

.header-two .header-right-inner .icon {
  display: flex;
  gap: 24px;
  line-height: 0;
}
.header-two .header-right-inner .icon i {
  color: #747681;
  font-size: 20px;
  transition: 0.5s;
}
.header-two .header-right-inner .icon i:hover {
  color: #DAED1A;
}
.header-two .nav-main .menu ul li ul {
  border-top: 2px solid #DAED1A;
}
.header-two .nav-main .menu ul li a {
  font-weight: 500;
  font-size: 18px;
  color: #04091E;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.header-two .nav-main .menu ul li a:after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #DAED1A;
  transition: all 0.3s ease-out 0s;
}
.header-two .nav-main .menu ul li a:hover {
  color: #DAED1A;
}
.header-two .nav-main .menu ul li a:hover::after {
  width: 100%;
}

#main-preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 100000000000;
}

.preloder {
  display: flex;
  flex-wrap: wrap;
  width: 60px;
  transform: rotate(-45deg);
  margin: auto;
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  animation: scale-x 1s ease forwards;
  animation-delay: 2.3s;
}

.preloder span {
  flex-basis: 50%;
  aspect-ratio: 1/1;
  display: block;
  transition: opacity 0.7s ease;
}

.tile-1 {
  background-color: white;
  transform-origin: 100% 100%;
  animation: flip-1 0.5s linear forwards;
  border: none;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.tile-2 {
  background-color: white;
  transform-origin: 50% 100%;
  animation: flip-2 0.5s linear forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.tile-3 {
  background-color: white;
  transform-origin: 50% 0%;
  animation: flip-4 0.5s linear forwards;
  animation-delay: 1.5s;
  opacity: 0;
}

.tile-4 {
  background-color: white;
  transform-origin: 0% 50%;
  animation: flip-3 0.5s linear forwards;
  animation-delay: 1s;
  opacity: 0;
}

@keyframes flip-1 {
  to {
    transform: rotateY(180deg);
    opacity: 1;
  }
}
@keyframes flip-2 {
  to {
    transform: rotateX(180deg);
    opacity: 1;
  }
}
@keyframes flip-3 {
  to {
    transform: rotateY(-180deg);
    opacity: 1;
  }
}
@keyframes flip-4 {
  to {
    transform: rotateX(-180deg);
    opacity: 1;
  }
}
@keyframes scale-x {
  to {
    transform: scale(50);
    opacity: 0;
  }
} 

.btn-style-2 {
  cursor: pointer;
  display: inline-block;
  outline: none;
  overflow: hidden;
  width: 160px;
  height: 59px;
  text-align: center;
  line-height: 59px;
  position: relative;
  background-color: #DAED1A;
  border-radius: 8px;
  transition: all linear 0.5s;
}
.btn-style-2 a {
  display: flex;
  color: #04091E;
  gap: 4PX;
  justify-content: center;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.btn-style-2 a span svg {
  transition: all linear 0.5s;
  width: 24px;
}
.btn-style-2:hover {
  background-color: #AEBE0F;
  color: #fff;
}
.btn-style-2:hover:before {
  left: 120%;
  opacity: 0.5;
  transition: all 1.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-style-2:hover a span svg {
  transform: translateX(10px);
}
.btn-style-2:before {
  background-color: #fff;
  content: "";
  height: 150px;
  left: -75px;
  opacity: 0;
  position: absolute;
  top: -35px;
  transform: rotate(35deg);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
}

@keyframes jump {
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 30%, 0);
  }
}
.back-to-top i {
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 50px;
  height: 50px;
  width: 50px;
  background-color: #2662FA;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
  font-size: 20px;
  animation: jump 1s ease-in alternate infinite;
  display: none;
  z-index: 555;
  transition: all 0.3s ease;
}

.back-to-top-02 i {
  position: fixed;
  bottom: 40px;
  right: 50px;
  height: 50px;
  width: 50px;
  background-color: #DAED1A;
  color: #000;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
  font-size: 20px;
  animation: jump 1s ease-in alternate infinite;
  display: none;
  z-index: 555;
  transition: all 0.3s ease;
}

.container-full {
  width: 100%;
}

.mobile-header {
  display: none;
}

.mobile-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

#nav-opn-btn {
  width: 40px;
  height: 40px;
  border: none;
  background-color: #2662fa;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
}

.p-right-4 #nav-opn-btn {
  width: 40px;
  height: 40px;
  border: none;
  background-color: #DAED1A;
  color: #04091E;
  border-radius: 5px;
  font-size: 18px;
}

#offcanvas-nav {
  background: transparent;
  position: absolute;
  left: -300px;
  top: 0px;
  z-index: 99;
  width: 300px;
  height: 100vh;
  z-index: 999999;
  transition: 0.5s ease;
}
#offcanvas-nav::before {
  content: "";
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: 0.5s ease 0.3s;
}

#offcanvas-nav.open {
  left: 0px;
}
#offcanvas-nav.open::before {
  width: 100%;
}

#offcanvas-nav .m-nav {
  position: relative;
  background-color: #fff;
  padding-top: 80px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
  z-index: 9;
  display: block;
  height: 100%;
  overflow-y: scroll;
}

#nav-cls-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  border: none;
  outline: none;
  font-size: 22px;
}

#offcanvas-nav .m-nav .nav-links {
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
}
#offcanvas-nav .m-nav .nav-links li {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 20px;
}
#offcanvas-nav .m-nav .nav-links li a {
  font-size: 16px;
  color: #04091E;
}
#offcanvas-nav .m-nav .nav-links li a::before {
  display: none;
}

#offcanvas-nav li:last-of-type {
  border: 0 !important;
}

#offcanvas-nav .m-nav .nav-links .dropdown .d-menu {
  position: relative;
  box-shadow: none;
  padding-left: 20px;
  padding-top: 15px !important;
  padding-top: 0px;
  visibility: visible;
  opacity: 1;
  display: none;
  transition: 0.5s ease-in 0s;
}
#offcanvas-nav .m-nav .nav-links .dropdown .d-menu li {
  padding: 5px 0px;
}
#offcanvas-nav .m-nav .nav-links .dropdown .d-menu li a {
  font-size: 15px;
  color: #000;
}
#offcanvas-nav .m-nav .nav-links .dropdown:hover .d-menu {
  display: block;
}

#offcanvas-nav .m-nav .logo {
  margin-bottom: 40px;
}

#offcanvas-nav .m-nav > .social-icons-s1 {
  gap: 12px;
  margin-top: 50px;
}
#offcanvas-nav .m-nav > .social-icons-s1 li a::before {
  display: none;
}

.social-icons {
  display: flex;
  gap: 20px;
}
.social-icons a i {
  height: 40px;
  width: 40px;
  background-color: #2662fa;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  transition: 0.5s;
  font-size: 20px;
  transition: all 0.5s;
}
.social-icons a i:hover {
  background-color: #04091E;
  color: #fff;
}

.social-icons-4 {
  display: flex;
  gap: 20px;
}
.social-icons-4 a i {
  height: 40px;
  width: 40px;
  background-color: #DAED1A;
  color: #04091E;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  transition: 0.5s;
  font-size: 20px;
  transition: all 0.5s;
}
.social-icons-4 a i:hover {
  background-color: #04091E;
  color: #DAED1A;
}

/* animation  */
@keyframes banner {
  50% {
    transform: translateY(-20px);
  }
}
@keyframes up {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
/* animation  */
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

.banner-text {
  position: relative;
  z-index: 1;
}
.banner-text h1 {
  font-weight: 700;
  font-size: 65px;
  color: #04091E;
  margin-bottom: 0;
  line-height: 92px;
  letter-spacing: -0.01em;
}
.banner-text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #747681;
  padding-top: 14px;
  margin-right: 50px;
}

.banner-btn {
  margin-top: 46px;
}

.banner-btn-item {
  display: flex;
  gap: 36px;
}
.banner-btn-item .banner-btn-left {
  line-height: 0;
}

.banner-btn-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner-btn-right .vidio a {
  position: relative;
  z-index: 1;
}
.banner-btn-right .vidio a i {
  height: 60px;
  width: 60px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #2662FA;
  border: 1.5px solid rgba(38, 98, 250, 0.662745098);
  background-color: #F4F8FA;
}
.banner-btn-right .vidio a::after {
  position: absolute;
  content: "";
  top: 24%;
  left: 50%;
  height: 45px;
  width: 45px;
  background-color: rgba(59, 130, 246, 0.5);
  animation: borderanimate3 2s linear infinite;
  z-index: -1;
  border-radius: 50px;
  transition: all linear 0.3s;
}

.text span {
  font-weight: 500;
  font-size: 15px;
  color: #04091E;
  letter-spacing: 3px;
}
.text p {
  font-weight: 500;
  font-size: 15px;
  color: #747681;
}

@keyframes borderanimate3 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

.banner-two {
  background: url(../assets/image/others/banner/banner-bg-two.png) no-repeat center/cover;
  padding: 180px 0 193px 0;
}
.banner-two .banner-text h1 {
  position: relative;
  z-index: 1;
}
.banner-two .banner-text h1 .heading-inner-text {
  display: block;
}
.banner-two .banner-text h1::before {
  position: absolute;
  content: "";
  top: 239px;
  left: 0;
  width: 451px;
  height: 6%;
  background-image: url(../assets/image/others/victor/banner-vic-two.png);
  z-index: -1;
  opacity: 0.66;
}
.banner-two .banner-btn-text {
  margin-top: 60px;
}
.banner-two .banner-btn-text h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #747681;
}
.banner-two .banner-btn-text h4 span {
  font-weight: 600;
  font-size: 32px;
  color: #47D990;
}

.banner-three {
  background: url(../assets/image/others/banner/banner-three-bg.png) no-repeat center/cover;
  padding-bottom: 60px;
  padding-top: 187px;
}
.banner-three .banner-text h1 {
  position: relative;
  z-index: 1;
  color: #fff;
  letter-spacing: -0.01em;
}
.banner-three .banner-text h1::before {
  position: absolute;
  content: "";
  top: 243px;
  left: 3px;
  width: 450px;
  height: 6%;
  background-image: url(../assets/image/others/victor/banner-vic.png);
  z-index: -1;
  opacity: 1;
  border-radius: 10px;
}
.banner-three .banner-text p {
  color: #F4F4F4;
}
.banner-three .banner-btn-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner-three .banner-btn-right .vidio a i {
  height: 60px;
  width: 60px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #DAED1A;
  background-color: #050F25;
  position: relative;
  z-index: 1;
  border: 1.5px solid rgba(218, 237, 26, 0.5);
}
.banner-three .banner-btn-right .vidio a::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 50%;
  height: 45px;
  width: 45px;
  background-color: rgba(218, 237, 26, 0.5);
  animation: borderanimate3 2s linear infinite;
  z-index: -1;
  border-radius: 50px;
  transition: all linear 0.3s;
}
.banner-three .text span {
  color: #fff;
}
.banner-three .banner-btn-text h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
}
.banner-three .banner-btn-text h4 span {
  color: #DAED1A;
}

.blog-btm-btn {
  text-align: center;
  margin-top: 30px;
}
.blog-btm-btn .btn-style-1 {
  padding: 20px 40px;
  border: 1.5px solid #747681;
  border-radius: 8px;
  color: #747681;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  display: inline-block;
  transition: all 0.5s;
  background-color: transparent !important;
}
.blog-btm-btn .btn-style-1:hover {
  background-color: #2662FA !important;
  border-color: #2662FA;
}
.blog-btm-btn .btn-style-1:hover a {
  color: #fff !important;
}
.blog-btm-btn a {
  color: #747681 !important;
}

.grid-sizer, .grid-item {
  width: calc(33.33% - 20px);
}

.mt-pt {
  margin-bottom: 30px;
}

.blog {
  background: url(../assets/image/others/banner/Bolg.png) no-repeat center/cover;
  padding: 105px 0 120px 0;
}
.blog .blog-head {
  position: relative;
  z-index: 1;
}
.blog .blog-head h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: #04091E;
  text-align: center;
  padding: 0 290px;
}

.blog .blog-top {
  margin-top: 55px;
}
.blog .blog-p {
  padding: 0 15px;
}
.blog .blog-item {
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 4px;
}
.blog .blog-item .blog-img {
  overflow: hidden;
  border-radius: 8px;
}
.blog .blog-item .blog-img img {
  width: 100%;
  transition: all linear 0.5s;
  position: relative;
}
.blog .blog-item .blog-inner {
  padding-top: 24px;
}
.blog .blog-item .blog-inner .blog-inner-btn {
  display: flex;
  gap: 8px;
}
.blog .blog-item .blog-inner .blog-inner-btn a {
  padding: 5px 8px;
  display: inline-block;
  background-color: #F4F4F4;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 152%;
  color: #747681;
}
.blog .blog-item .blog-inner .blog-inner-text {
  padding-top: 7px;
}
.blog .blog-item .blog-inner .blog-inner-text a {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #04091E;
  transition: all linear 0.5s;
}
.blog .blog-item .blog-inner .blog-btn {
  padding-top: 8px;
}
.blog .blog-item .blog-inner .blog-btn a {
  font-weight: 400;
  font-size: 18px;
  color: #747681;
  padding-top: 8px;
}
.blog .blog-item:hover.blog-item .blog-img img {
  transform: scale(1.1);
}
.blog .blog-item:hover .blog-inner .blog-inner-text a {
  transform: scale(1.1);
  text-decoration-line: underline;
}

.blog-three {
  background: transparent;
  padding: 105px 0 120px 0;
  background-color: #050F25;
}
.blog-three .blog-head {
  position: relative;
  z-index: 1;
}
.blog-three .blog-head h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: #fff;
  text-align: center;
  padding: 0 320px;
}
.blog-three .blog-top {
  margin-top: 40px;
}
.blog-three .blog-p {
  padding: 0 15px;
}
.blog-three .blog-item {
  padding: 20px 20px;
  background-color: #091530;
  border-radius: 4px;
}
.blog-three .blog-item .blog-img {
  overflow: hidden;
  border-radius: 8px;
}
.blog-three .blog-item .blog-img img {
  width: 100%;
  transition: all linear 0.5s;
  position: relative;
}
.blog-three .blog-item .blog-inner {
  padding-top: 24px;
}
.blog-three .blog-item .blog-inner .blog-inner-btn {
  display: flex;
  gap: 8px;
}
.blog-three .blog-item .blog-inner .blog-inner-btn a {
  padding: 5px 15px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 152%;
  color: #fff;
}
.blog-three .blog-item .blog-inner .blog-inner-text {
  padding-top: 7px;
}
.blog-three .blog-item .blog-inner .blog-inner-text a {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  transition: all linear 0.5s;
}
.blog-three .blog-item .blog-inner .blog-btn {
  padding-top: 8px;
}
.blog-three .blog-item .blog-inner .blog-btn a {
  font-weight: 400;
  font-size: 18px;
  color: #747681;
  padding-top: 8px;
}
.blog-three .blog-item:hover.blog-item .blog-img img {
  transform: scale(1.1);
}
.blog-three .blog-item:hover .blog-inner .blog-inner-text a {
  transform: scale(1.1);
  text-decoration-line: underline;
}
.blog-three .slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 60px 0 0 0;
  gap: 12px;
  padding: 0;
}
.blog-three .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #DAED1A;
  opacity: 0.2;
  text-indent: -9999px;
}
.blog-three .slick-dots li.slick-active button {
  background-color: #DAED1A !important;
  opacity: 1;
  height: 14px;
  width: 14px;
}
.skills {
  padding: 80px 0;
  background: url(../assets/image/others/banner/skills-bg.png) no-repeat center/cover;
}

.skills-three {
  padding: 80px 0;
  background: url(../assets/image/others/banner/skill-3.png) no-repeat center/cover;
}
.skills-three .skill-text h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 67.2px;
  color: #fff;
}
.skills-three .skill-right p {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #F4F8F7;
}
.skills-three .skill-rigght-btn-two .btn-style-2 a {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #04091E;
  gap: 4PX;
}
.skills-three .skill-rigght-btn-two .btn-style-2 a span svg {
  transition: all linear 0.5s;
  width: 24px;
  color: #04091E;
}

.skills .skill-rigght-btn {
  margin-top: 40px;
  line-height: 0;
}
.skills .skill-rigght-btn a {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.skills .skill-rigght-btn a span svg {
  fill: currentColor;
  color: #fff;
}
.skills .skill-rigght-btn a:hover a span svg {
  transform: translateY(10px);
}

footer {
  padding-top: 120px;
  background: url(../assets/image/others/banner/Footer-bg.png) no-repeat center/cover;
}

.footer-logo-item {
  border-right: 1px solid rgba(116, 118, 129, 0.3843137255);
  padding-right: 33px;
}

.footer-logo-text {
  padding-top: 21px;
}
.footer-logo-text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 152%;
  color: #FFFFFF;
  opacity: 0.8;
}

.footer-logo-icon {
  display: flex;
  gap: 10px;
  margin-top: 36px;
}
.footer-logo-icon i {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1176470588);
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  color: #747681;
  font-size: 20px;
  transition: all linear 0.5s;
}
.footer-logo-icon i:hover {
  background-color: #2662FA;
  color: #fff;
  transform: translateY(-10px);
}

.footer-link-df {
  border-right: 1px solid rgba(116, 118, 129, 0.3843137255);
  display: flex;
  justify-content: center;
}

.footer-link-text h2 {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.footer-menu {
  margin-top: 0px;
}
.footer-menu ul {
  padding: 0;
  margin: 0;
}
.footer-menu ul li {
  padding-bottom: 19px;
}
.footer-menu ul li:last-child {
  padding-bottom: 0;
}
.footer-menu ul li a {
  font-weight: 400;
  font-size: 18px;
  color: #F5F5F5;
  transition: all linear 0.5s;
}
.footer-menu ul li a:hover {
  color: #2662FA;
}

.footer-services-df {
  border-right: 1px solid rgba(116, 118, 129, 0.3843137255);
  display: flex;
  justify-content: center;
}

.footer-services-text h2 {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.footer-services-menu {
  margin-top: 0px;
}
.footer-services-menu ul {
  padding: 0;
  margin: 0;
}
.footer-services-menu ul li {
  padding-bottom: 19px;
}
.footer-services-menu ul li:last-child {
  padding-bottom: 0;
}
.footer-services-menu ul li a {
  font-weight: 400;
  font-size: 18px;
  color: #F5F5F5;
  transition: all linear 0.5s;
}
.footer-services-menu ul li a:hover {
  color: #2662FA;
}

.official {
  padding-left: 26px;
}

.official-text h2 {
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
}

.official-item {
  margin-top: 0px;
}

.official-inner {
  display: flex;
  gap: 8px;
  padding-bottom: 6px;
}
.official-inner .icon i {
  color: #2662FA;
  font-size: 20px;
}
.official-inner .text a {
  font-weight: 400;
  font-size: 18px;
  color: #F5F5F5;
}

.official-text-two {
  margin-top: 24px;
}
.official-text-two p {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  padding-bottom: 16px;
}

.official-btn {
  display: flex;
}
.official-btn .official-btn-left {
  margin-right: 0;
  padding-right: 0;
}
.official-btn .official-btn-left .f-b-text {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 60px;
  width: 223px;
  padding: 0 20px 0;
  background-color: rgba(255, 255, 255, 0.1921568627);
  border: 1px solid transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.official-btn .official-btn-right {
  width: 128px;
  height: 60px;
  background-color: #2662fa;
  display: flex;
  align-items: center;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: all linear 0.5s;
}
.official-btn .official-btn-right a {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  padding-left: 26px;
  padding-right: 31px;
  transition: all linear 0.5s;
}
.official-btn .official-btn-right:hover {
  background-color: #fff;
  color: #2662fa;
}
.official-btn .official-btn-right:hover a {
  color: #2662FA;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.copyright {
  padding: 22px 0;
  margin-top: 120px;
  border-top: 1px solid rgba(116, 118, 129, 0.23);
}

.copyright-text h5 {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.copyright-text h5 a {
  color: #fff;
  text-decoration-line: underline;
}

.footer-three {
  padding: 120px 0 0 0;
}
.footer-three .footer-logo-icon {
  display: flex;
  gap: 10px;
  margin-top: 36px;
}
.footer-three .footer-logo-icon i {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1176470588);
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  color: #747681;
  font-size: 20px;
  transition: all linear 0.5s;
}
.footer-three .footer-logo-icon i:hover {
  background-color: #DAED1A;
  color: #04091E;
  transform: translateY(-10px);
}
.footer-three .footer-logo-icon .active-one i {
  background-color: #DAED1A;
  color: #04091E;
  border-radius: 50px;
}
.footer-three .official-inner {
  display: flex;
  gap: 8px;
  padding-bottom: 6px;
}
.footer-three .official-inner .icon i {
  color: #DAED1A;
  font-size: 20px;
}
.footer-three .official-btn-right {
  width: 128px;
  height: 60px;
  background-color: #DAED1A;
  display: flex;
  align-items: center;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: all linear 0.5s;
}
.footer-three .official-btn-right a {
  font-weight: 400;
  font-size: 18px;
  color: #04091E;
  padding-left: 26px;
  padding-right: 31px;
  transition: all linear 0.5s;
}
.footer-three .official-btn-right:hover {
  background-color: #fff;
}
.footer-three .official-btn-right:hover a {
  color: #04091E;
}
.footer-three .footer-services-menu {
  margin-top: 28px;
}
.footer-three .footer-services-menu ul {
  padding: 0;
  margin: 0;
}
.footer-three .footer-services-menu ul li {
  padding-bottom: 19px;
}
.footer-three .footer-services-menu ul li:last-child {
  padding-bottom: 0;
}
.footer-three .footer-services-menu ul li a {
  font-weight: 400;
  font-size: 18px;
  color: #F5F5F5;
  transition: all linear 0.5s;
}
.footer-three .footer-services-menu ul li a:hover {
  color: #DAED1A;
}
.footer-three .footer-menu {
  margin-top: 28px;
}
.footer-three .footer-menu ul {
  padding: 0;
  margin: 0;
}
.footer-three .footer-menu ul li {
  padding-bottom: 19px;
}
.footer-three .footer-menu ul li:last-child {
  padding-bottom: 0;
}
.footer-three .footer-menu ul li a {
  font-weight: 400;
  font-size: 18px;
  color: #F5F5F5;
  transition: all linear 0.5s;
}
.footer-three .footer-menu ul li a:hover {
  color: #DAED1A;
}

.resume {
  padding: 0px 0 120px 0;
  background-color: #050F25;
}

.resume-2 {
  padding: 120px 0 33px 0;
}

.resume-main {
  padding: 60px 60px 100px 60px !important;
  background-color: #091530;
  border: 1px solid #494C5F;
  border-radius: 12px;
}

.resume-taitel {
  margin-bottom: 60px;
}
.resume-taitel h2 {
  font-weight: 600;
  font-size: 48px;
  color: #fff;
}

.resume-head {
  align-items: center;
  display: flex;
  gap: 44px;
  border-bottom: 1px solid #494C5F;
}
.resume-head .resume-head-left h5 {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}
.resume-head .resume-head-left p {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  padding-top: 4px;
}
.resume-head .resume-head-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.resume-head .resume-head-right .left h2 {
  font-weight: 700;
  font-size: 72px;
  color: #DAED1A;
}
.resume-head .resume-head-right .right span {
  font-weight: 500;
  font-size: 18px;
  line-height: 152%;
  color: #fff;
}
.resume-head .resume-head-right .right p {
  font-weight: 500;
  font-size: 18px;
  line-height: 152%;
  color: #fff;
}

.resume-head-p {
  padding-top: 18px;
}
.resume-head-p p {
  font-weight: 400;
  font-size: 18px;
  line-height: 152%;
  color: #fff;
}

.resume-img img {
  width: 100%;
}

.resume-taitel {
  margin-bottom: 60px;
}
.resume-taitel h2 {
  font-weight: 600;
  font-size: 48px;
  color: #fff;
}

.tools-btn {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  margin-right: 63px;
  margin-top: 27px;
}
.tools-btn a span svg {
  fill: currentColor;
  color: #1D2A47;
  transition: all 0.5s;
}
.tools-btn a span svg:hover {
  color: #DAED1A;
}
.tools-btn .active-three span svg {
  fill: currentColor;
  color: #DAED1A;
}

.skill-btn {
  display: inline-flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 47px;
}
.skill-btn a {
  padding: 4px 14px;
  background-color: #16213B;
  border-radius: 6px;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
  margin-top: -20px;
  display: inline-block;
  transition: all 0.5s;
}
.skill-btn a:hover {
  background-color: #DAED1A;
  color: #050F25;
}
.skill-btn .active-two {
  background-color: #DAED1A;
  color: #050F25;
}

.resume-skill {
  display: flex;
  gap: 470px;
  border-bottom: 1px solid #494C5F;
  margin-top: 10px;
  padding-bottom: 7px;
}
.resume-skill h3 {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  color: #F4F4F4;
}

.resume-main {
  padding: 60px 60px 100px 60px !important;
  background-color: #091530;
  border: 1px solid #494C5F;
  border-radius: 12px;
}

#tab {
  padding: 105px 0 120px 0;
  background: url(../assets/image/others/banner/tab-bg.png) no-repeat center/cover;
}
#tab ul li {
  padding: 10px 16px;
  border: 1px solid #1A253F;
  border-radius: 8px;
  color: #fff;
}

.tab-head {
  text-align: center;
}
.tab-head h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
}
.tab-head h2::after {
  position: absolute;
  content: "";
  bottom: 19px;
  right: 41px;
  width: 225px;
  height: 10px;
  background-image: url(../assets/image/others/victor/tab-vic.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.tab-head p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #FFFFFF;
}

.tab-item .tab-img {
  position: relative;
}
.tab-item .tab-img:hover .tab-img-overlay {
  opacity: 1;
}
.tab-item .tab-img img {
  height: 370px;
  width: 100%;
}
.tab-item .tab-img .tab-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 9, 30, 0.5137254902);
  transition: all 0.5s ease-out 0s;
}
.tab-item .tab-img .tab-img-overlay .over-d-f {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text {
  text-align: center;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 150%;
  color: #fff;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 152%;
  color: #FFFFFF;
  padding-top: 4px;
  position: relative;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text p::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 119px;
  height: 8px;
  width: 8px;
  background-color: #DAED1A;
  border-radius: 50px;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 152%;
  color: #FFFFFF;
  padding-top: 4px;
  position: relative;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text h5::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 152px;
  height: 8px;
  width: 8px;
  background-color: #DAED1A;
  border-radius: 50px;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text .tab-over-btn {
  margin-top: 27px;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text .tab-over-btn a {
  padding: 8px 12px;
  border: 1px solid #DAED1A;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  display: inline-block;
  color: #DAED1A;
  transition: all 0.5s;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text .tab-over-btn a:hover {
  background-color: #DAED1A;
  border: 1px solid #DAED1A;
  color: #04091E;
}

.tab-item .tab-img:hover .tab-img-overlay {
  opacity: 1;
}
.tab-item .tab-img img {
  height: 370px;
  width: 100%;
}
.tab-item .tab-img .tab-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 9, 30, 0.5137254902);
  transition: all 0.5s ease-out 0s;
}
.tab-item .tab-img .tab-img-overlay .over-d-f {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text {
  text-align: center;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 150%;
  color: #fff;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 152%;
  color: #FFFFFF;
  padding-top: 4px;
  position: relative;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text p::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 119px;
  height: 8px;
  width: 8px;
  background-color: #DAED1A;
  border-radius: 50px;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 152%;
  color: #FFFFFF;
  padding-top: 4px;
  position: relative;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text h5::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 152px;
  height: 8px;
  width: 8px;
  background-color: #DAED1A;
  border-radius: 50px;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text .tab-over-btn {
  margin-top: 27px;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text .tab-over-btn a {
  padding: 8px 12px;
  border: 1px solid #DAED1A;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  display: inline-block;
  color: #DAED1A;
  transition: all 0.5s;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text .tab-over-btn a:hover {
  background-color: #2662FA;
  border: 1px solid #2662FA;
  color: #fff;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text .tab-over-btn-2 {
  margin-top: 27px;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text .tab-over-btn-2 a {
  padding: 8px 12px;
  border: 1px solid #DAED1A;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  display: inline-block;
  color: #DAED1A;
  transition: all 0.5s;
}
.tab-item .tab-img .tab-img-overlay .tab-img-overlay-text .tab-over-btn-2 a:hover {
  background-color: #DAED1A;
  border: 1px solid #DAED1A;
  color: #04091E;
}

#tab .shaf-filter .course-filter li .active {
  background: #47D990;
}

.course-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 30px 0 60px 0;
}
.course-filter .active {
  background-color: #fff;
  color: #04091E !important;
}

.s-mt {
  margin-bottom: 30px;
}


.tap-btnn {
  text-align: center;
  margin-top: 60px;
}

/* .d-menu li {
  border-bottom: none !important;
} */