@charset "UTF-8";
/*---------------------------------------------"
// Template Name: Cricket Pulse
// Template URL: https://techpedia.co.uk/template/cricket-pulse
// Description:  Cricket Pulse - Sports Club Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
 
.img {
  background: url(../media/backgrounds/bg-5.png);
}

/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #7070FF;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}

.page-content {
  margin: 20px 0;
}

.star-cb-group {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
  margin-bottom: 24px;
}

/*-------------------------
    Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 1px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background: #136cc8;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
 
  font-weight: 700;
  font-size: 61px;
  line-height: 120%;
  letter-spacing: -1.22px;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 58px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
    letter-spacing: -0.47px;
  }
}

h2 { 
  font-weight: 700;
  font-size: 47px;
  line-height: 125%;
  letter-spacing: -1.22px;
}
@media (max-width: 992px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
    letter-spacing: 0px;
  }
}

h3 { 
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.27px;
}
@media (max-width: 992px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 26px;
    letter-spacing: 0.27px;
  }
}

h4 { 
  font-weight: 500;
  font-size: 27px;
  line-height: 120%;
  letter-spacing: -0.27px;
}
@media (max-width: 992px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 22px;
    letter-spacing: 0.27px;
  }
}

h5 { 
  font-weight: 500;
  font-size: 21px;
  line-height: 130%;
}
@media (max-width: 1399px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  h5 {
    font-size: 16px;
  }
}

h6 { 
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 992px) {
  h6 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  h6 {
    font-size: 13px;
  }
}

p { 
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 992px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.5s ease;
}
a:hover {
  color: #136cc8;
  transition: all 0.5s ease;
}

span {
  display: inline-block;
}

b,
strong {
  
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  gap: 8px;
  margin: 0;
}
.pagination li a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212627;
  font-size: 16px; 
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  border-radius: 10px;
  background: l #ECECF2;
  box-shadow: 1px 1px 4px 0px rgba(0, 33, 33, 0.06), 5px 4px 7px 0px rgba(0, 33, 33, 0.05), 11px 10px 9px 0px rgba(0, 33, 33, 0.03), 20px 18px 11px 0px rgba(0, 33, 33, 0.01), 31px 28px 12px 0px rgba(0, 33, 33, 0);
}
.pagination li a i {
  font-size: 24px;
  font-weight: 400;
  color: #161919;
}
.pagination li a.active {
  background-color: #136cc8;
  color: #F8F8FF;
}
.pagination li a:hover {
  color: #F8F8FF;
  background: #212627;
}
.pagination li a:hover i {
  color: #F8F8FF;
}

.social-icons {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .social-icons {
    width: 100%;
    justify-content: center;
  }
}
.social-icons li a {
  border-radius: 10px;
  box-shadow: 1px 1px 4px 0px rgba(0, 33, 33, 0.06), 5px 4px 7px 0px rgba(0, 33, 33, 0.05), 11px 10px 9px 0px rgba(0, 33, 33, 0.03), 20px 18px 11px 0px rgba(0, 33, 33, 0.01), 31px 28px 12px 0px rgba(0, 33, 33, 0);
  overflow: hidden;
  background: #136cc8;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 992px) {
  .social-icons li a {
    border-radius: 5px;
  }
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #7070FF !important;
}

.bg-primary {
  background-color: #7070FF !important;
}

.color-white {
  color: #F8F8FF !important;
}

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

.light-black {
  color: #212627 !important;
}

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

.color-black {
  color: #0B0C0D !important;
}

.bg-black {
  background-color: #0B0C0D !important;
}

.dark-black {
  color: #16191A !important;
}

.bg-dark-black {
  background-color: #16191A !important;
}

.lightest-gray {
  color: #ECECF2 !important;
}

.bg-lightest-gray {
  background-color: #ECECF2 !important;
}

.light-gray {
  color: #C6CBD2 !important;
}

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

.bg-medium-gray {
  background-color: #9EA2A8 !important;
}

.medium-gray {
  color: #9EA2A8 !important;
}

.dark-gray {
  color: #1a1a1a !important;
}

.bg-dark-gray {
  background-color: #7A7F85 !important;
}

.bg-green {
  background-color: #136cc8 !important;
}

.bg-blue {
  background-color: #0484FB !important;
}

.bg-purple {
  background-color: #682FBE !important;
}

.green {
  color: #0D8888 !important;
}

.br-30 {
  border-radius: 30px;
}

.br-25 {
  border-radius: 25px;
}

.br-20 {
  border-radius: 20px;
}

.br-15 {
  border-radius: 15px;
}

.br-10 {
  border-radius: 10px;
}

.br-5 {
  border-radius: 5px;
}

.b-unstyle {
  border: 0;
  background: transparent;
}

.top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 48px;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.m-80 {
  margin: 80px 0;
}
@media (max-width: 1199px) {
  .m-80 {
    margin: 64px 0;
  }
}
@media (max-width: 991px) {
  .m-80 {
    margin: 54px 0;
  }
}
@media (max-width: 767px) {
  .m-80 {
    margin: 42px 0;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .mt-80 {
    margin-top: 64px;
  }
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .mt-80 {
    margin-top: 42px;
  }
}

.mb-128 {
  margin-bottom: 128px;
}
@media (max-width: 1199px) {
  .mb-128 {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .mb-128 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .mb-128 {
    margin-bottom: 20px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 42px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-64 {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-64 {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.m-48 {
  margin: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .m-48 {
    margin: 42px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .m-48 {
    margin: 32px 0;
  }
}
@media (max-width: 767px) {
  .m-48 {
    margin: 24px 0;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-48 {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-48 {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-48 {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}

.m-40 {
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .m-40 {
    margin: 32px 0;
  }
}
@media (max-width: 991px) {
  .m-40 {
    margin: 28px 0;
  }
}
@media (max-width: 767px) {
  .m-40 {
    margin: 22px 0;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .mt-40 {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .mt-40 {
    margin-top: 28px;
  }
}
@media (max-width: 767px) {
  .mt-40 {
    margin-top: 22px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .mb-40 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 22px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .mb-30 {
    margin-bottom: 28px;
  }
}
@media (max-width: 991px) {
  .mb-30 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-4p {
  margin-bottom: 4px;
}

.p-96 {
  padding: 96px 0;
}
@media (max-width: 1199px) {
  .p-96 {
    padding: 72px 0;
  }
}
@media (max-width: 991px) {
  .p-96 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .p-96 {
    padding: 48px 0;
  }
}

.p-80 {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .p-80 {
    padding: 64px 0;
  }
}
@media (max-width: 991px) {
  .p-80 {
    padding: 54px 0;
  }
}
@media (max-width: 767px) {
  .p-80 {
    padding: 42px 0;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .pt-80 {
    padding-top: 64px;
  }
}
@media (max-width: 991px) {
  .pt-80 {
    padding-top: 54px;
  }
}
@media (max-width: 767px) {
  .pt-80 {
    padding-top: 42px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .pb-80 {
    padding-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .pb-80 {
    padding-bottom: 42px;
  }
}

.p-64 {
  padding: 64px 0;
}
@media (max-width: 1199px) {
  .p-64 {
    padding: 56px 0;
  }
}
@media (max-width: 991px) {
  .p-64 {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .p-64 {
    padding: 42px 0;
  }
}

.p-60 {
  padding: 60px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-60 {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-60 {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .p-60 {
    padding: 20px 0;
  }
}

.p-48 {
  padding: 48px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-48 {
    padding: 42px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-48 {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .p-48 {
    padding: 26px 0;
  }
}

.pt-48 {
  padding-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-48 {
    padding-top: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-48 {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 26px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-48 {
    padding-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-48 {
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 26px;
  }
}

.p-40 {
  padding: 70px 0;
}
@media (max-width: 1199px) {
  .p-40 {
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  .p-40 {
    padding: 28px 0;
  }
}
@media (max-width: 767px) {
  .p-40 {
    padding: 22px 0;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .pt-40 {
    padding-top: 32px;
  }
}
@media (max-width: 991px) {
  .pt-40 {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .pt-40 {
    padding-top: 22px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .pb-40 {
    padding-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .pb-40 {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .pb-40 {
    padding-bottom: 22px;
  }
}

.p-16 {
  padding: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .p-16 {
    padding: 13px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}
@media (max-width: 490px) {
  .p-16 {
    padding: 10px;
  }
}

/*-------------------------
Elements
-------------------------*/
#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  background: #fff;
  z-index: 9999999;
}
#preloader .loader {
  position: relative;
  width: 12rem;
  height: 12rem;
  min-width: 10rem;
  min-height: 10rem;
  background-color: transparent;
}
#preloader #ball,
#preloader #bat {
  position: absolute;
}
#preloader #ball {
  width: 15%;
  height: 15%;
  left: 1.5rem;
  top: 7.5rem;
  z-index: 2;
  animation: bounceBall 1s infinite;
  animation-delay: 1s;
}
#preloader #bat {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotateX(-40deg);
  animation: moveBat 1s infinite;
}

@keyframes bounceBall {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -60px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  90% {
    transform: translate3d(0, -8px, 0);
  }
}
@keyframes moveBat {
  0% {
    transform: rotateX(0deg);
  }
  33% {
    transform: rotateX(-25deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.back-to-top {
  position: fixed;
  bottom: 0px;
  right: 12px;
  display: block;
  width: 120px;
  height: 120px;
  font-size: 100px;
  padding: 11px 0;
  background: #136cc8;
  color: #F8F8FF;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 1px 1px 4px 0px rgba(0, 33, 33, 0.06), 5px 4px 7px 0px rgba(0, 33, 33, 0.05), 11px 10px 9px 0px rgba(0, 33, 33, 0.03), 20px 18px 11px 0px rgba(0, 33, 33, 0.01), 31px 28px 12px 0px rgba(0, 33, 33, 0);
}
.back-to-top:hover {
  background: #212627;
  color: #F8F8FF;
}
.back-to-top.show {
  opacity: 1;
}
@media (max-width: 490px) {
  .back-to-top {
    right: -20px;
    bottom: -20px;
  }
}

.cus-btn { 
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  padding: 16px 32px;
  display: flex;
  justify-content: center;
  width: fit-content;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease;
  border-radius: 10px;
  border: none;
}
@media (max-width: 492px) {
  .cus-btn {
    font-size: 13px;
    padding: 8px 10px;
    gap: 4px;
  }
}
.cus-btn.primary {
  background-color: #1b73ce;
  color: #F8F8FF;
  background-image: -moz-linear-gradient(50deg, #0e59a7 0%, #6ab3ff 100%);
  background-image: -webkit-linear-gradient(50deg, #0e59a7 0%, #6ab3ff 100%);
  background-image: -ms-linear-gradient(50deg, #0e59a7 0%, #6ab3ff 100%);
  
}
.cus-btn.primary:hover {
  background-color: #16191A;
  color: #F8F8FF;
}
.cus-btn.sec {
  background-color: #F8F8FF;
  color: #212627;
}
.cus-btn.sec:hover {
  background-color: #212627;
  color: #F8F8FF;
}
.cus-btn.sec:hover svg {
  stroke: #F8F8FF;
  transition: all 0.5s ease;
}
.cus-btn.grey {
  background-color: #9EA2A8;
  color: #F8F8FF;
  transition: all 0.5s ease;
}
.cus-btn.grey:hover {
  background: #1b73ce;
}
.cus-btn.dark {
  background-color: #0B0C0D;
  color: #F8F8FF;
  transition: all 0.5s ease;
}
.cus-btn.dark:hover {
  background: #1b73ce;
}

.cus-btn-2 {
  -webkit-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 100%);
 
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
  padding: 12px 20px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 4px;
  transition: all 0.5s ease;
}
.cus-btn-2.primary {
  background-color: #7070FF;
  color: #F8F8FF;
}
.cus-btn-2.primary:hover {
  background-color: #F8F8FF;
  color: #7070FF;
  transition: all 0.5s ease;
}
.cus-btn-2.sec {
  background-color: #7070FF;
  color: #F8F8FF;
}
.cus-btn-2.sec:hover {
  background-color: #F8F8FF;
  color: #7070FF;
  transition: all 0.5s ease;
}

.modal {
  width: 100%;
}
.modal .modal-dialog {
  max-width: 50%;
}
@media (max-width: 580px) {
  .modal .modal-dialog {
    max-width: 100%;
  }
}
.modal .modal-dialog .modal-body {
  width: 100%;
  text-align: end;
}
.modal .modal-dialog .modal-body .btn-close {
  margin-bottom: 12px;
}

/*-------------------------
  Form Styling
-------------------------*/
.form-group {
  position: relative;
}

.input-group {
  position: relative;
  background: transparent;
  box-shadow: none;
  padding: 16px 24px;
  border: 2px solid #136cc8;
  border-radius: 10px;
}
.input-group:focus {
  box-shadow: 1px 1px 4px 0px rgba(0, 33, 33, 0.06), 5px 4px 7px 0px rgba(0, 33, 33, 0.05), 11px 10px 9px 0px rgba(0, 33, 33, 0.03), 20px 18px 11px 0px rgba(0, 33, 33, 0.01), 31px 28px 12px 0px rgba(0, 33, 33, 0);
}
.input-group input {
  border: none;
  background: transparent;
  width: 88%;
  color: #212627;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
 
}
.input-group input:focus {
  outline: 0;
  box-shadow: none;
  background: transparent;
  border: none;
}
.input-group input::placeholder {
  color: #C6CBD2;
  opacity: 1;
}
.input-group button {
  border: none;
  background: transparent;
  width: 12%;
  color: #0B0C0D;
  font-size: 24px;
  padding: 0;
  text-align: end;
  box-shadow: none;
}
.input-group.search-bar {
  width: 100%;
}
.input-group.st-2 {
  border: none;
  background: #ECECF2;
  border-radius: 20px;
}

.form-control {
  border-radius: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  color: #F8F8FF;
  border: 0;
  border-radius: 15px;
}
.form-control:focus {
  color: #F8F8FF;
  outline: 0;
  box-shadow: none;
  border: none;
}
.form-control::placeholder {
  color: #C6CBD2;
  opacity: 1;
}

.form-group .form-control {
  background: #F8F8FF;
  padding: 12px 16px;
}

.inputGroup {
  width: 100%;
  position: relative;
}
.inputGroup textarea,
.inputGroup input {
   
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  padding: 16px;
  outline: none;
  border: none;
  background-color: #ECECF2;
  border-radius: 20px;
  width: 100%;
  color: #212627;
}
.inputGroup label {
 
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  position: absolute;
  left: 0;
  padding: 0.8em;
  margin-left: 0.5em;
  pointer-events: none;
  transition: all 0.3s ease;
  color: #7A7F85;
}
.inputGroup.white-bg textarea,
.inputGroup.white-bg input {
  background: white;
  box-shadow: 1px 1px 4px 0px rgba(0, 33, 33, 0.06), 5px 4px 7px 0px rgba(0, 33, 33, 0.05), 11px 10px 9px 0px rgba(0, 33, 33, 0.03), 20px 18px 11px 0px rgba(0, 33, 33, 0.01), 31px 28px 12px 0px rgba(0, 33, 33, 0);
}

.inputGroup :is(textarea:focus, textarea:valid) ~ label,
.inputGroup :is(input:focus, input:valid) ~ label {
  transform: translateY(-50%) scale(0.9);
  margin-left: 1.3em;
  padding: 0.4em;
  background-color: transparent;
}

textarea {
  height: 149px;
}

label.error {
  color: #bc0f0f;
  margin-top: 10px;
}

input[type=checkbox] {
  height: auto;
  width: auto;
  background-color: #9EA2A8;
}

input[type=checkbox]:checked {
  accent-color: #7070FF;
}

input[type=checkbox]:checked {
  accent-color: #7070FF;
  background-color: #7070FF;
  width: 18px;
  height: 16px;
  border-radius: 10px;
}

input[type=range]::-webkit-slider-thumb {
  background: #7070FF;
}

input[type=radio] {
  height: auto;
  width: auto;
}

input[type=radio]:checked {
  accent-color: #7070FF;
}

.alert-message {
  display: none;
}

.search {
  display: inline-block;
  position: relative;
  box-shadow: 1px 1px 4px 0px rgba(0, 33, 33, 0.06), 5px 4px 7px 0px rgba(0, 33, 33, 0.05), 11px 10px 9px 0px rgba(0, 33, 33, 0.03), 20px 18px 11px 0px rgba(0, 33, 33, 0.01), 31px 28px 12px 0px rgba(0, 33, 33, 0);
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .search {
    width: 100%;
  }
}

.search input[type=text] {
  width: 636px;
  padding: 16px;
  border: none;
  box-shadow: 1px 1px 4px 0px rgba(0, 33, 33, 0.06), 5px 4px 7px 0px rgba(0, 33, 33, 0.05), 11px 10px 9px 0px rgba(0, 33, 33, 0.03), 20px 18px 11px 0px rgba(0, 33, 33, 0.01), 31px 28px 12px 0px rgba(0, 33, 33, 0);
 
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  color: #212627;
}
.search input[type=text]::placeholder {
  color: #7A7F85;
  opacity: 1;
}
@media (max-width: 1199px) {
  .search input[type=text] {
    width: 500px;
  }
}
@media (max-width: 992px) {
  .search input[type=text] {
    width: 430px;
  }
}
@media (max-width: 768px) {
  .search input[type=text] {
    width: 100%;
  }
}

.search input[type=text]:focus {
  outline: 0;
}

.search button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
}

.checkBox {
  display: block;
}

.checkBox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkBox label {
  position: relative;
  cursor: pointer;
  
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  color: #212627;
  display: flex;
  align-items: center;
  gap: 12px;
}

.checkBox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #161919;
  border-radius: 3px;
  box-shadow: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.checkBox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4.5px;
  left: 6px;
  width: 7px;
  height: 12px;
  border: solid #161919;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.heading {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .heading {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .heading {
    gap: 16px;
  }
}
@media (max-width: 580px) {
  .heading {
    flex-direction: column;
    align-items: self-start;
  }
}
.heading .left {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .heading .left {
    gap: 16px;
    flex-direction: column;
    align-items: start;
    width: 70%;
  }
}
@media (max-width: 992px) {
  .heading .left {
    gap: 4px;
  }
}
@media (max-width: 768px) {
  .heading .left {
    width: 65%;
  }
}
@media (max-width: 580px) {
  .heading .left {
    width: 100%;
  }
}
.heading .left h2 {
  text-align: start;
}
.heading .left p {
  color: #7A7F85 !important;
}
@media (max-width: 1199px) {
  .heading .left p br {
    display: none;
  }
}
@media (max-width: 580px) {
  .heading a {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .heading {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .heading {
    margin-bottom: 32px;
  }
}

/*-------------------------
  layouts
-------------------------*/
header {
  width: 100%;
  background: transparent;
  /*---------------------
      HAMBURGER MENU
  ----------------------*/
}
header.large-screens {
  padding: 8px 0;
}
@media (max-width: 992px) {
  header.large-screens {
    display: none;
  }
}
@media (max-width: 1199px) {
  header nav .navbar-brand img {
    max-width: 100px;
  }
}
header nav .left-nav {
  display: flex;
  align-items: center;
  gap: 64px;justify-content: space-between;
}
@media (max-width: 1199px) {
  header nav .left-nav {
    gap: 24px;
  }
}
header nav .left-nav .navbar-nav {
  display: flex;
  gap: 36px;
}
@media (max-width: 1199px) {
  header nav .left-nav .navbar-nav {
    gap: 16px;
  }
}
header nav .left-nav .navbar-nav .menu-item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #212627;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  position: relative;
}
header nav .left-nav .navbar-nav .menu-item a::before {
  content: "";
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
}
header nav .left-nav .navbar-nav .menu-item a.active::before, header nav .left-nav .navbar-nav .menu-item a:hover::before {
  width: 100%;
  transition: all 0.5s ease;
  background: #136cc8;
}
header nav .left-nav .navbar-nav .menu-item a:hover {
  color: #136cc8;
}
header nav .left-nav .navbar-nav .has-children {
  position: relative;
}
header nav .left-nav .navbar-nav .has-children a {
  color: #212627;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
}
header nav .left-nav .navbar-nav .has-children a::before {
  content: "";
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
}
header nav .left-nav .navbar-nav .has-children a.active, header nav .left-nav .navbar-nav .has-children a:hover {
  color: #136cc8;
}
header nav .left-nav .navbar-nav .has-children a.active::before, header nav .left-nav .navbar-nav .has-children a:hover::before {
  width: 100%;
  transition: all 0.5s ease;
  background: #136cc8;
}
header nav .left-nav .navbar-nav .has-children .submenu {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  padding: 16px;
  border-radius: 20px;
  background: white;
  list-style: none;
  margin: 0;
}
@media (max-width: 1199px) {
  header nav .left-nav .navbar-nav .has-children .submenu {
    top: 30px;
    background: #9EA2A8;
  }
}
header nav .left-nav .navbar-nav .has-children .submenu li {
  margin: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
header nav .left-nav .navbar-nav .has-children .submenu li a {
  position: relative;
  color: #212627;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 8px 0;
  display: block;
  position: relative;
}
header nav .left-nav .navbar-nav .has-children .submenu li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
}
header nav .left-nav .navbar-nav .has-children .submenu li a.active::before {
  background: #136cc8;
}
header nav .left-nav .navbar-nav .has-children .submenu li a:hover {
  color: #136cc8;
}
header nav .left-nav .navbar-nav .has-children:hover .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  right: 0;
}
@media (max-width: 790px) {
  header nav .left-nav .navbar-nav .has-children:hover .submenu {
    left: 0;
  }
}
header nav .left-nav .navbar-nav .has-children:hover .submenu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
header.small-screen {
  padding: 16px 0 8px;
}
@media screen and (min-width: 991px) {
  header.small-screen {
    display: none;
  }
}
header.small-screen .mobile-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
header.small-screen .hamburger-menu {
  display: grid;
  justify-content: end;
  width: 100%;
  height: 22px;
  cursor: pointer;
  z-index: 9998;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
header.small-screen .hamburger-menu .bar {
  position: relative;
  transform: translateY(10px);
  background: #212627;
  transition: all 0ms 300ms;
  width: 24px;
  height: 2px;
  cursor: pointer;
}
header.small-screen .hamburger-menu .bar:before {
  width: 24px;
  height: 2px;
  cursor: pointer;
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #212627;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.small-screen .hamburger-menu .bar:after {
  width: 24px;
  height: 2px;
  cursor: pointer;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #212627;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.small-screen .hamburger-menu .bar.animate {
  background: rgba(255, 255, 255, 0);
}
header.small-screen .hamburger-menu .bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.small-screen .hamburger-menu .bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.small-screen .mobile-navar ul {
  margin: 0;
  padding: 0;
}
header.small-screen .mobile-navar ul li {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
  color: #212627;
}
header.small-screen .mobile-navar ul li:first-child {
  margin-top: 20px;
}
header.small-screen .mobile-navar ul li a {
  text-decoration: none;
  color: #212627;
  position: relative;
}
header.small-screen .mobile-navar ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
}
header.small-screen .mobile-navar ul li a.active::before {
  background: #136cc8;
}
header.small-screen .mobile-navar ul li a:hover {
  color: #136cc8;
}
header.small-screen .mobile-navar {
  top: 0px;
  padding-top: 100px;
  max-width: 300px;
  right: -300%;
  width: 100%;
  background: #FFFFFF;
  background-size: cover;
  color: #F8F8FF;
  height: 100%;
  padding-bottom: 20px;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 205px);
  -moz-transform: translate3d(0, 0, 205px);
  transform: translate3d(0, 0, 205px);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
header.small-screen .mobile-navar.active {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
header.small-screen .has-children.active {
  color: #7070FF;
}
header.small-screen .has-children:hover {
  cursor: pointer;
}
header.small-screen .mobile-navar .children {
  display: none;
}
header.small-screen .mobile-navar .children li a {
  font-size: 18px;
  line-height: 30px;
}
header.small-screen .mobile-navar .children li:first-child {
  margin-top: 0px;
}
header.small-screen .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: #212627;
  top: 10px;
  right: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
}
header.small-screen .icon-arrow:after {
  content: "▼";
}
header.small-screen .icon-arrow:hover {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
}

footer .footer-main {
  padding-top: 60px;
}
footer .footer-main .footer-info {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 992px) {
  footer .footer-main .footer-info {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  footer .footer-main .footer-info {
    flex-wrap: wrap;
  }
}
footer .footer-main .footer-info .footer-about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
  footer .footer-main .footer-info .footer-about {
    gap: 8px;
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 768px) {
  footer .footer-main .footer-info .footer-about p {
    text-align: center;
  }
}
@media (max-width: 490px) {
  footer .footer-main .footer-info .footer-about p br {
    display: none;
  }
}
footer .footer-main .footer-info .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 768px) {
  footer .footer-main .footer-info .menu {
    width: 100%;
    align-items: center;
    gap: 8px;
  }
}
footer .footer-main .footer-info .menu .link li a {
  width: 270px;
}
@media (max-width: 992px) {
  footer .footer-main .footer-info .menu .link li a {
    width: 110px;
  }
}
@media (max-width: 768px) {
  footer .footer-main .footer-info .menu .link li a {
    width: 100%;
    text-align: center;
  }
}
footer .footer-main .footer-info .contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 768px) {
  footer .footer-main .footer-info .contact {
    width: 100%;
    align-items: center;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  footer .footer-main .footer-info .contact h5 {
    text-align: center;
  }
}
footer .footer-main .footer-info .contact .contact-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  footer .footer-main .footer-info .contact .contact-list li {
    justify-content: center;
  }
}
footer .footer-main .footer-info .contact .contact-list li a {
  color: #7A7F85;
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .footer-main .footer-info .contact .contact-list li a i {
  color: #212627;
  font-size: 24px;
  transform: all 0.5s ease;
}
footer .footer-main .footer-info .contact .contact-list li a span {
  color: #1a1a1a;
  transform: all 0.5s ease; 
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 992px) {
  footer .footer-main .footer-info .contact .contact-list li a span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  footer .footer-main .footer-info .contact .contact-list li a span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  footer .footer-main .footer-info .contact .contact-list li a span {
    font-size: 13px;
  }
}
footer .footer-main .footer-info .contact .contact-list li a:hover i, footer .footer-main .footer-info .contact .contact-list li a:hover span {
  transform: all 0.5s ease;
  color: #136cc8;
}
footer .footer-main .footer-info .contact .contact-list li i {
  color: #1a1a1a;
  font-size: 24px;
}
footer .footer-main .footer-info .contact .contact-list li h6 {
  color: #1a1a1a;
}
footer .footer-main .footer-info .social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 768px) {
  footer .footer-main .footer-info .social {
    width: 100%;
    align-items: center;
    gap: 8px;
  }
}
footer .footer-main .footer-info .input-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 4px;
  max-width: 410px;
  background: #0B0C0D;
  backdrop-filter: blur(10px);
  padding: 20px 24px;
}
footer .footer-main .footer-info .input-group input {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  position: relative;
  color: #F8F8FF;
  background: #0B0C0D;
  border: 0;
}
footer .footer-main .footer-info .input-group input:focus {
  color: #F8F8FF;
  outline: 0;
  border: 0;
  background: #0B0C0D;
  box-shadow: none;
}
footer .footer-main .footer-info .input-group input::placeholder {
  color: #F8F8FF;
  opacity: 1;
}
footer .footer-main .footer-info .input-group button {
  font-size: 24px;
  color: #F8F8FF;
  border: none;
  background: transparent;
}

.hero-banner-1 {
  background: radial-gradient(690.87% 145.6% at 17.03% 29.86%, #013c7a 1.84%, #003264 34.31%, #002448 100%);
  background-position: right;
  width: 100%;
  height: 709px;
  position: relative;
  padding-top: 50px;
  color: #fff;
}
.cus-btn.white {
  background-color: #fff;
  color: #1b73ce; 
}
 
.hero-banner-1::before {
  content: "";
  background: url(../media/banner/hero-banner-bottom-vector.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 156px;
  z-index: 50;
}
@media (max-width: 1399px) {
  .hero-banner-1 {
    height: 640px;
  }
}
@media (max-width: 1199px) {
  .hero-banner-1 {
    height: 580px;
  }
}
@media (max-width: 992px) {
  .hero-banner-1 {
    height: auto;
    padding: 80px 0 150px;
  }
}
@media (max-width: 490px) {
  .hero-banner-1 {
    padding: 60px 0 100px;
  }
}
.hero-banner-1 .content .btn-block {
  display: flex;
  gap: 22px;
}
.hero-banner-1 .content .btn-block .play-button {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.5s ease;
  color: #212627;
  text-align: center; 
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}
.hero-banner-1 .content .btn-block .play-button .icon {
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.hero-banner-1 .content .btn-block .play-button .icon i {
  margin-left: 3px;
  transition: all 0.5s ease;
  color: #1b73ce;
  font-size: 16px;
}
.hero-banner-1 .content .btn-block .play-button:hover .icon {
  background: #1b73ce;
}
.hero-banner-1 .content .btn-block .play-button:hover .icon i {
  color: #F8F8FF;
  font-size: 16px;
}
.hero-banner-1 .banner-image {
  width: 100%;
}
@media (max-width: 992px) {
  .hero-banner-1 .banner-image {
    width: 90%; margin:  20px auto ;
  }
}
.hero-banner-1 .banner-image img {
  object-fit: cover;
}

.page-title-banner {
  padding: 131px;
  background: url(../media/backgrounds/bg-3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .page-title-banner {
    padding: 100px 0;
  }
}
@media (max-width: 990px) {
  .page-title-banner {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .page-title-banner {
    padding: 60px 0;
  }
footer .cus-btn.primary { 
    white-space: nowrap;
    padding: 12px 16px;
}
}
@media (max-width: 580px) {
  .page-title-banner {
    padding: 40px 0;
  }
}
 
@media (max-width: 490px) {
  .page-title-banner p br {
    display: none;
  }
}

.about .card {
  border: none;
}
.about .card .card-header {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  margin-bottom: 24px;
}
.about .card .card-header .nav-tabs {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0;
}
.about .card .card-header .nav-tabs li {
  width: 100%;
}
.about .card .card-header .nav-tabs li a {
  width: 100%;
  text-align: center;
  padding: 16px;
  background: transparent;
  border: 1px solid #1b73ce;
  border-radius: 0;
  font-size: 21px;
  
  font-weight: 500;
  line-height: 130%;
  color: #1b73ce;
  transition: all 0.5s ease;
}
@media (max-width: 580px) {
  .about .card .card-header .nav-tabs li a {
    padding: 16px 12px;
    font-size: 18px;
  }
}
.about .card .card-header .nav-tabs li a.active {
  color: #F8F8FF;
  background: #1b73ce;
}
.about .card .card-header .nav-tabs li a:hover {
  background: #1b73ce;
  color: #F8F8FF;
  border-color: #1b73ce;
}
.about .card .card-body {
  padding: 0;
}
.about .image-block {
  position: relative;
}
.about .image-block .members {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: white;
  border-radius: 0 5px 0 0;
}

.about-player {
  background: url(../media/backgrounds/bg-5.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 128px 0;
}
@media (max-width: 992px) {
  .about-player {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .about-player {
    padding: 80px 0;
  }
}
@media (max-width: 492px) {
  .about-player {
    padding: 50px 0;
  }
}

.brands-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brands-logo .logo img {
  object-fit: contain;
  margin: 0 auto;
}
 

.achievement {
  position: relative;
}
.achievement .celebrattion-image {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1900px) {
  .achievement .celebrattion-image {
    left: -144px;
  }
}
@media only screen and (min-width: 1399px) and (max-width: 1599px) {
  .achievement .celebrattion-image {
    left: -270px;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .achievement .celebrattion-image {
    left: -330px;
  }
}
@media (max-width: 1199px) {
  .achievement .celebrattion-image {
    display: none;
  }
}
.achievement .achievement-content {
  background: url(../media/achievement/rectangle.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  padding: 54px 0;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 24px;
  padding-right: 312px;
  margin-right: -312px;
  margin-bottom: 20px;
  margin-left: 95px;
}
@media (max-width: 1399px) {
  .achievement .achievement-content {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .achievement .achievement-content {
    background: transparent;
    flex-direction: column;
    align-items: self-start;
    padding: 24px 0;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.achievement .achievement-content .title {
  
  font-weight: 700;
  font-size: 61px;
  line-height: 120%;
  letter-spacing: -1.22px;
  mix-blend-mode: color-dodge;
}
@media (max-width: 1399px) {
  .achievement .achievement-content .title {
    font-size: 58px;
  }
}
@media (max-width: 1199px) {
  .achievement .achievement-content .title {
    mix-blend-mode: darken;
    color: #212627;
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .achievement .achievement-content .title {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .achievement .achievement-content .title {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .achievement .achievement-content .title {
    font-size: 34px;
    letter-spacing: -0.47px;
    text-align: center;
    width: 100%;
  }
}
.achievement .achievement-content .achievements {
  width: 416px;
  align-content: flex-start;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .achievement .achievement-content .achievements {
    flex-wrap: nowrap;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .achievement .achievement-content .achievements {
    flex-wrap: wrap;
  }
}
@media (max-width: 580px) {
  .achievement .achievement-content .achievements {
    gap: 16px;
  }
}
.achievement .achievement-content .achievements .content {
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px; color: #fff;
}
@media (max-width: 490px) {
  .achievement .achievement-content .achievements .content {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .achievement .achievement-content .achievements .content h2 {
    color: #212627;
  }
}
@media (max-width: 1199px) {
  .achievement .achievement-content .achievements .content h6 {
    color: #7A7F85 !important;
  }
}
 
 

.join {
  height: 636px;
  background: url(../media/backgrounds/bg-2.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .join {
    height: 580px;
  }
}
@media (max-width: 1399px) {
  .join {
    background-position: center;
    height: 500px;
  }
}
@media (max-width: 990px) {
  .join {
    background-position: right;
  }
}
@media (max-width: 768px) {
  .join {
    height: 400px;
  }
}
@media (max-width: 580px) {
  .join {
    height: auto;
    padding: 50px 0;
}
}
.join .content {
  width: 562px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
@media (max-width: 1199px) {
  .join .content {
    width: 100%;
    align-items: start;
  }
}
@media (max-width: 992px) {
  .join .content {
    width: 70%;
    margin-left: auto;
    align-items: flex-end;
  }
}
@media (max-width: 768px) {
  .join .content {
    width: 80%;
  }
}
@media (max-width: 490px) {
  .join .content {
    width: 100%;
  }
}
.join .content::before {
  content: url(../media/vector/arrow.png);
  width: 162px;
  height: 32px;
  position: absolute;
  left: -130px;
  bottom: 12px;
}
@media (max-width: 1199px) {
  .join .content::before {
    left: -180px;
  }
}
@media (max-width: 768px) {
  .join .content::before {
    left: 0px;
  }
}
@media (max-width: 992px) {
  .join .content h2 {
    text-align: end !important;
  }
}
@media (max-width: 992px) {
  .join .content h5 {
    text-align: end;
  }
}
 

.testimonials .testimonials-slider {
  margin: 0;
}
@media (max-width: 768px) {
  .testimonials .testimonials-slider {
    margin-bottom: 32px;
  }
}
.testimonials .testimonials-slider .testimonials-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .testimonials .testimonials-slider .testimonials-item {
    flex-direction: column;
    padding: 12px 0;
  }
}
.testimonials .testimonials-slider .testimonials-item img {
  border-radius: 20px;
}
@media (max-width: 768px) {
  .testimonials .testimonials-slider .testimonials-item img {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
}
.testimonials .testimonials-slider .testimonials-item .content {
  padding: 32px 56px 32px 25px;
  box-shadow: 1px 1px 4px 0px rgba(0, 33, 33, 0.06), 5px 4px 7px 0px rgba(0, 33, 33, 0.05), 11px 10px 9px 0px rgba(0, 33, 33, 0.03), 20px 18px 11px 0px rgba(0, 33, 33, 0.01), 31px 28px 12px 0px rgba(0, 33, 33, 0);
  border-radius: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .testimonials .testimonials-slider .testimonials-item .content {
    padding: 32px 24px;
  }
}
@media (max-width: 580px) {
  .testimonials .testimonials-slider .testimonials-item .content {
    gap: 12px;
    padding: 24px 16px;
  }
}
@media (max-width: 992px) {
  .testimonials .testimonials-slider .testimonials-item .content p br {
    display: none;
  }
}
.testimonials .testimonials-slider .testimonials-item .content svg {
  margin-left: auto;
}
@media (max-width: 768px) {
  .testimonials .testimonials-slider .testimonials-item .content {
    border-radius: 0 0 20px 20px;
    box-shadow: none;
    border: 1px solid #7A7F85;
    border-top: 0;
  }
}
.testimonials .testimonials-slider .slick-dots {
  bottom: 38%;
  right: 72px;
  width: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1399px) {
  .testimonials .testimonials-slider .slick-dots {
    right: 24px;
  }
}
@media (max-width: 992px) {
  .testimonials .testimonials-slider .slick-dots {
    right: 16px;
  }
}
@media (max-width: 768px) {
  .testimonials .testimonials-slider .slick-dots {
    width: 100%;
    right: unset;
    justify-content: center;
    flex-direction: row;
    bottom: -32px;
  }
}
.testimonials .testimonials-slider .slick-dots li button {
  border: 1px solid #212627;
  width: 16px;
  height: 16px;
  border-radius: 50px;
}
.testimonials .testimonials-slider .slick-dots li button::before {
  color: #212627;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  font-size: 0;
  top: 4px;
  left: 4px;
}
.testimonials .testimonials-slider .slick-dots li button:hover::before {
  background: #212627;
}
.testimonials .testimonials-slider .slick-dots li.slick-active button::before {
  background: #212627;
}
 
 

.newslatter .content {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 134px;
}
@media (max-width: 1399px) {
  .newslatter .content {
    gap: 0;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .newslatter .content {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .newslatter .content {
    gap: 16px;
    flex-direction: column;
    align-items: start;
  }
}
.newslatter .content h4 {
  padding-left: 92px;
}
@media (max-width: 1399px) {
  .newslatter .content h4 {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .newslatter .content form {
    width: 100%;
  }
}
.newslatter .content form .search button {
  font-size: 16px;
  padding: 16px 32px;
}
 

.faq .accordion {
  background: #F3F3F7;
  box-shadow: 1px 1px 4px 0px rgba(0, 33, 33, 0.06), 5px 4px 7px 0px rgba(0, 33, 33, 0.05), 11px 10px 9px 0px rgba(0, 33, 33, 0.03), 20px 18px 11px 0px rgba(0, 33, 33, 0.01), 31px 28px 12px 0px rgba(0, 33, 33, 0);
  border-radius: 10px;
}
.faq .accordion .accordion-button {
  padding: 16px 24px;
  background: transparent;
  
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  box-shadow: none;
  color: #136cc8;
}
.faq .accordion .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.faq .accordion .accordion-button.collapsed {
  color: #212627;
}
.faq .accordion .accordion-button.collapsed:after {
  content: "";
  color: #212627;
}
.faq .accordion .accordion-button:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  background: none;
  transform: none;
  color: #136cc8;
}
.faq .accordion .accordion-collapse {
  padding: 16px 24px;
}
.faq .faq-form {
  padding: 24px;
  border-radius: 20px;
  background: white;
  box-shadow: 1px 1px 4px 0px rgba(0, 33, 33, 0.06), 5px 4px 7px 0px rgba(0, 33, 33, 0.05), 11px 10px 9px 0px rgba(0, 33, 33, 0.03), 20px 18px 11px 0px rgba(0, 33, 33, 0.01), 31px 28px 12px 0px rgba(0, 33, 33, 0);
}

.contact .contact-info-blog {
  background: url(../media/backgrounds/bg-vector.png) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  gap: 8px;
  padding: 32px 8px;
}
.contact .contact-info-blog i {
  font-size: 32px;
  color: #212627;
}
.contact .contact-info-blog span {
  color: #212627;
  
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
}
.contact .contact-info-blog:hover i {
  color: #136cc8;
}
.contact .contact-info-blog:hover span {
  color: #136cc8;
}
.navbar-brand img{    height: 55px;}
/*# sourceMappingURL=app.css.map */

.feature-list {
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-image: initial;
  flex-wrap: wrap;
 
}
 
.single-feature-list {
  display: block;
  text-align: center;
  padding: 60px 20px 40px;
  border-right: 2px solid #c7c7c7; width: 25%;
}
.single-feature-list:last-child { 
  border-right: 0
}
.single-feature-list .icon {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  background: #1b73ce;
  display: inline-block;
  border-radius: 15px;
  line-height: 60px;
  background-image: -moz-linear-gradient(50deg, #0e59a7 0%, #6ab3ff 100%);
  background-image: -webkit-linear-gradient(50deg, #0e59a7 0%, #6ab3ff 100%);
  background-image: -ms-linear-gradient(50deg, #0e59a7 0%, #6ab3ff 100%);
  -webkit-box-shadow: 0px 26px 68px 0px hsl(211deg 85% 35% / 40%);
  box-shadow: 0px 26px 68px 0px hsl(211deg 85% 35% / 40%);
}
.single-feature-list h4 {
  font-size: 22px;
  margin: 12px 0;
}
  .single-feature-list p{     font-size: 14px; }
  .single-why-us-item {
    border: 1px solid rgb(0 0 0 / 80%);
    border-radius: 30px;
    padding: 40px 30px 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: transparent;
}

.margin-top-60 {
  margin-top: 60px;
}
.single-why-us-item .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(50deg, #0e59a7 0%, #6ab3ff 100%);
  background-image: -webkit-linear-gradient(50deg, #0e59a7 0%, #6ab3ff 100%);
  background-image: -ms-linear-gradient(50deg, #0e59a7 0%, #6ab3ff 100%);
  -webkit-box-shadow: 0px 26px 68px 0px hsl(211deg 85% 35% / 40%);
  box-shadow: 0px 26px 68px 0px hsl(211deg 85% 35% / 40%);
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}
 
.single-why-us-item .content .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.single-why-us-item .content p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-why-us-item:hover {
  border: 1px solid#0e59a7;   color: #fff;
  background-image: -moz-linear-gradient(50deg, #0e59a7 0%, #6ab3ff 100%);
  background-image: -webkit-linear-gradient(50deg, #0e59a7 0%, #6ab3ff 100%);
  background-image: -ms-linear-gradient(50deg, #0e59a7 0%, #6ab3ff 100%); 
}

.single-why-us-item:hover  p{
  color: rgb(255 255 255 / 80%);
}
.footer-about .logo img{ height: 70px;}
.herong {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; opacity: 0.3;
}

.about-us-area {
  padding: 80px 0;
  position: relative; color: #181818f2;
}
.list1 li {
  margin: 0 0 14px 25px;
  list-style: auto;
}
.in_page h4 { 
  margin: 25px 0 10px;
  font-weight: 500;    color: #000000;
}
.in_page p {
 
  font-weight: 300; margin-bottom: 16px;
}
.list2 li {
  margin: 0 0 14px 25px;
  list-style: lower-alpha;
}
.in_page ul{ padding: 0;}





@media (max-width: 767px) {
  .navbar-brand img {
    height: auto;
  }
  .single-feature-list { 
    border-bottom: 2px solid #c7c7c7;
    width: 100%;        border-right: 0;padding: 25px 20px 25px;
}
.single-feature-list:last-child {
  border-bottom: 0;
}
header.small-screen .mobile-menu { 
  padding: 0;
}
.about-us-area {
    padding: 30px 0; 
}
}


