@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

* {
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  scroll-behavior: smooth;
  background: rgb(33,108,186) url(../img/body_bg.jpg) no-repeat top center;
  background-size: cover;
}

a {
  transition: all 0.35s;
  list-style: none;
  font-size: 14px;
  outline: none !important;
  text-decoration: none !important;
  transition: 0.5s all;
  font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}

ul {
  list-style: none;
}

p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #1E1C1C;
  font-family: 'Montserrat', sans-serif;
}

button:focus {
  outline: 0;
  outline: inherit !important;
}

label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px 0;
  position: relative;
  letter-spacing: 0.8px;
  color: #000;
}

:focus {
  outline: 0;
  box-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(183deg, #324A8C 21.81%, #4E639B 100%);
  outline: none;
}

/*-----------header----------------*/

.header{
  background: transparent;
  width: 100%;
  height: 80px;
  
}
.header .container{
  padding: 0 5% 0 0;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 10%;
  left: 100%;
  margin-top: -1px;
}
.navbar-light{
  padding: 0;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.navbar-light .navbar-nav .nav-link{
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height:17.4px;
  padding: 1.4rem 0.6rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #FFC107;
}
.dropdown-menu{
  background: #295CBA;
  border-radius: 0;
  border:0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.dropdown-item{
  color: #FFF;
  text-align: left;
  font-style: normal;
  font-size: 0.55rem;
    line-height: 16px;
    font-weight: 500;
  line-height:17.4px;
  padding: 12px 10px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #183b8c;
}
.mega_menu{
  width: 850px;
  padding: 15px;
  left: -100px;
}
.mega_menu li h6{
  color: #ffeb3b;
  text-align: left;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.4px;
  padding:0 0 10px 0;
  
  
}
.mega_menu li ul{
  margin: 0;
  padding: 0;
  margin-top: 10px;
  padding-top: 10px;
}
.mega_menu li ul li a.dropdown-item{
  white-space: inherit;
  padding: 5px;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
  font-size: 0.55rem;
  line-height: 16px;
  transition: 0.5s all;
}
.fixed{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background: rgb(33,108,186);
  background: linear-gradient(90deg, rgba(33,108,186,1) 0%, rgba(22,48,131,1) 50%, rgba(33,108,186,1) 100%);
}
@-webkit-keyframes slideInDown {
  0% {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
}
  @keyframes slideInDown {
  0% {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
} 


/*--------------banner-------------------*/

.banner{
  padding: 5% 0;
  overflow: hidden;
}

.banner h1{
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: -1px;
  margin-top: 10%;
  margin-bottom: 14%;
  transition: all 0.5s ease;
}

.banner p{
  color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 1;
letter-spacing: -0.553px;
transition: all 0.5s ease;
cursor: pointer;
}

.banner p span{
  font-weight: 800;
  transition: all 0.5s ease;
}

.banner p span:hover{
  font-size: 22px;
  line-height: 1;
}
.banner-content img{
  margin-top: 30%;
  transition: all 0.5s ease;
  width: 110px;
  /* width: 150px; */
}
.banner-content{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.vert-move {
  -webkit-animation: mover 2s infinite  alternate;
  animation: mover 2s infinite  alternate;
}
.vert-move {
  -webkit-animation: mover 2s infinite  alternate;
  animation: mover 2s infinite  alternate;
}
@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}


/*----------------value--------------------*/

.value{
  padding: 5% 0 8% 0;
}

.pg_title{
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: -1px;
  margin-bottom: 8%;
}

.value .card{
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  border-radius: 0;
  padding: 7% 12% 40% 12%;
  height: 100%;
  position: relative;
}

.value .card h1{
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height:  45px;
  letter-spacing: -0.75px;
  margin-bottom: 15%;
}
.value .card p{
  color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 27px;
letter-spacing: 0.45px;
}

.ex_border{
  position: absolute;
  left: -3px;
  width: 5px;
  height: 30%;
  border-radius: 50px;
  background: #D9D9D9;
  -webkit-animation: mover2 1.5s infinite  alternate;
  animation: mover2 1.5s infinite  alternate;
}

.val1:nth-child(2) .card .ex_border{
  height: 43%;
}
.val1:nth-child(3) .card .ex_border{
  height: 63%;
}
.val1:last-child .card .ex_border{
  height: 80%;
}

@-webkit-keyframes mover2 {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
@keyframes mover2 {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

/*---------------Why-HFCL--------------*/
.why_hfcl{
  padding: 6% 0 4% 0;
}
.angry-grid {
  padding: 0 15% ;
}

.why_hfcl .card{
  border-radius: 15px;
  /* border: 2px solid rgba(161, 192, 255, 0.08); */
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  overflow: hidden;
}
.why_hfcl .card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 1px; /* control the border thickness */
  background: linear-gradient(90deg, rgba(161,192,255,0.17970938375350143) 0%, rgba(21,46,120,1) 12%, rgba(26,48,115,1) 19%, rgba(65,158,224,1) 50%, rgba(31,70,141,1) 70%, rgba(27,62,132,1) 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}
.why_hfcl .card .card-body{
  padding: 30px;
}
.why_hfcl .card .card-title{
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
}
.why_hfcl .card img{
  width: 100%;
}

.why1:nth-child(3) .card, .why1:nth-child(4) .card, .why1:last-child .card{
  height: 100%;
}
.why1:nth-child(3) .card .card-title, .why1:nth-child(4) .card .card-title, .why1:last-child .card .card-title{
  font-size: 21px;
}
.why1:nth-child(3) .card img, .why1:nth-child(4) .card img, .why1:last-child .card img{
  height: 185px;
}

/*-----------whatyou------------*/

.whatyou{
  padding: 6% 0;
}
.whatyou .card{
  border-radius: 18px;
  border: 0;
  background: transparent;
  overflow: hidden;
}

.card-img-overlay{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 23% 8%;
}
.whatyou .card .card-title{
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.whatyou .card .card-text{
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.whatyou .card .card-img {
  transition-duration: 4s;
}
.whatyou .card:hover .card-img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  z-index: 0;
}

/*--------------footer-------------------*/

footer{
  background: #0D1A7A;
}

.uper-footer{
  padding: 7% 0 3% 0;
}
.uper-footer h4{
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 22.432px;
  font-style: normal;
  font-weight: 600;
  line-height: 39.256px;
  margin-bottom: 30px;
}

.uper-footer p{
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.75px;
  letter-spacing: -0.255px;
  margin-bottom: 8px;
}
.social_icon{
  margin-top: 30px;
  text-align: left;
}
.social_icon a{
  font-size: 22px;
  color: #fff;
  padding: 8px;
  margin: 0 8px;
}
.social_icon a:first-child{
  margin-left: 0;
  padding-left: 0;
}

.uper-footer ul{
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.uper-footer ul li{
  width: calc((100% - 20px) / 2);
}
.uper-footer ul li a{
  color: #FFF;
font-family: 'Montserrat';
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}

.bottom_footer p{
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: block;
  padding: 12px 0;
}

.foot_logo{
  width:130px;
}

/*---------imc_sec-----------*/

.imc_sec{
  padding: 10% 0;
}

.imc_sec img{
  width: 500px;
}
.imc_sec p{
  color: #FFF;
text-align: center;
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 40px;
margin-bottom: 18%;

}
.imc_sec h6{
  color: #FFF;
text-align: center;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 48px;
margin-top: 18%;
}

/*------------social--------------*/

.socialdiv{
  padding: 7% 14%;
  background: #fff;
}

.socialdiv h5{
  color: #000;
  text-align: left;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -0.7px;
  margin-bottom: 50px;
}
.socialdiv h5 span a{
  color: #263E80;
  font-size: 28px;
  font-weight: 700;
}

/*-------------------------*/
.value .row{
  padding: 0 20%;
}
.value ul{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  background: url(../img/all_border.png) no-repeat 0 0;
  background-size:100%;
}
.value ul::before{
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/glow_logo.png) no-repeat center center;
  background-size: 280px;
  z-index: 1;
}
.value ul li{
  width: calc((100% - 0px) / 2);
  position: relative;
  background: rgba(0, 0, 0, 0.38);
  transition: all 0.5s ease-in;
}

.value ul li .card{
  border: 0;
  background: transparent;
  padding: 6.5% 12%;
  height: 100%;
  position: relative;
  transition: all 0.5s ease-in;
  z-index: 1;
  cursor: pointer;
  
}
.value ul li:hover .card{
  transform: scale(1.01);
  box-shadow: 20px 50px 100px rgba(0, 0, 0, 0.5);
}
/* .value ul li .card::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
 
  
} */
.value ul li .card h1{
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height:  45px;
  letter-spacing: -0.75px;
  margin-bottom: 20px;
}
.value ul li .card p{
  color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 27px;
letter-spacing: 0.45px;
}

/* .value ul li:nth-child(3), .value ul li:last-child{
  margin-top: -2px;
}
.value ul li:nth-child(2), .value ul li:last-child{
  margin-left: -2px;
} */

.value ul li:first-child{
  border-radius: 28px 0 0 0;
}
.value ul li:nth-child(2){
  border-radius: 0 28px 0 0;
  background: rgba(0, 0, 0, 0.21);
}
.value ul li:nth-child(3){
  border-radius: 0 0 0 28px;
  background: rgba(0, 0, 0, 0.21);
}
.value ul li:last-child{
  border-radius: 0 0 28px 0;
}

/*---------------meet--------------------*/

.meet{
  padding: 12% 0 8% 0;
}

.meet ul{
  display: flex;
  flex-wrap: nowrap;
  width: 600px;
  margin: 0 auto;
  padding: 0;
}
.meet ul li img{
  width: 100%;
}
.meet ul li:first-child{
  transform: translateX(16px);
  z-index: 1;
  position: relative;
}

.reg_button{
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 49.35px;
  letter-spacing: -0.9px;
  border-radius: 25.63px;
  padding: 10px 30px;
  border: 2.33px solid rgba(161, 192, 255, 0.08);
  background: rgba(21, 39, 121, 0.72);
  margin-top: 8%;
}

.reg_button:hover{
  background: rgba(21, 39, 121, 1);
  color: #FFF;
}

.hide_div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 50px;
  z-index: 999999;
}

.upper_about{
  padding: 100px 0;
  text-align: center;
}

.upper_about .logo_image_holder {
  margin-top: 90px;
  margin-bottom: 30px;
  display: inline-block;
}
.upper_about .content_inner {
  padding: 0px 100px;
}
