@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  overflow-x: hidden;
}

body {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.mainsection {
  padding-top: 0;
}
body.overflow-hidden {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  position: fixed;
}
/* body.modal-open {
    overflow: hidden;
    position: fixed;
} */
a {
  color: #39ABF1;
}

a:hover {
  text-decoration: none;
  color: #39ABF1;
}
a:focus{
  outline: none !important;
}
a.white:hover {
  text-decoration: none;
  color: #ffffff;
}

.cursor-pointer {
  cursor: pointer;
}

p {
  line-height: 21px;
}

dl, ol, ul {
  padding-left: 1rem;
}

li {
  line-height: 30px;
}

.border-dark {
  border-color: #979797 !important;
}

button:focus {
  outline: 0;
}

/*colors css start*/
.text-color {
  color: #333333;
}

.blue {
  color: #39ABF1;
}

.lightblue {
  color: #E9F1FF;
}

.lighgray {
  color: #868686;
}

.darkblue {
  color: #237FCE;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.txt-dull, a.txt-dull {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.txt-dull:hover, a.txt-dull:hover {
  color: rgba(255, 255, 255, 0.75);
}

.txt-mdull, a.txt-mdull {
  color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.txt-mdull:hover, a.txt-mdull:hover {
  color: rgba(255, 255, 255, 0.5);
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-25 {
  opacity: 0.25;
}

.text-light {
  color: #f5f5f5 !important;
}

/*colors css end*/
/*text size css start*/
.font-xxxs {
  font-size: 8px;
}

.font-xxs {
  font-size: 10px;
}

.font-xs {
  font-size: 14px;
}

.font-sm {
  font-size: 16px;
  line-height: 22px;
}

.font-r {
  font-size: 15px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-md {
  font-size: 25px;
  line-height: 30px;
}

.font-lg {
  font-size: 35px;
  line-height: 48px;
}

.font-title {
  font-size: 40px;
}

.font-subtitle {
  font-size: 22px;
}

/*text size css end*/
/*background color css start*/
.bg-blue {
  background: #39ABF1;
}

.bg-lightblue {
  background: #E9F1FF;
}

.bg-darkblue {
  background: #237FCE;
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #000000;
}

.bg-light {
  background-color: #E7F1FF !important;
}

.bg-lightgray {
  background-color: #F6F6FB !important;
}

.graphic-bg {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.graphic-bg .graphic-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.graphic-bg .graphic-right {
  position: absolute;
  right: 0;
  top: 80px;
}

/*background color css end*/
/*font css start*/
.font-regular {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.font-regular h1, .font-regular h2, .font-regular h3, .font-regular h4, .font-regular h5, .font-regular h6 {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}

.font-bold {
  font-family: "Mulish", sans-serif;
  font-weight: 700 !important;
}
.font-bold h1, .font-bold h2, .font-bold h3, .font-bold h4, .font-bold h5, .font-bold h6 {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

.font-medium {
  font-family: "Mulish", sans-serif;
  font-weight: 500 !important;
}
.font-medium h1, .font-medium h2, .font-medium h3, .font-medium h4, .font-medium h5, .font-medium h6 {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
}

.font-semibold {
  font-family: "Mulish", sans-serif;
  font-weight: 600 !important;
}
.font-semibold h1, .font-semibold h2, .font-semibold h3, .font-semibold h4, .font-semibold h5, .font-semibold h6 {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}

.font-light {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
}
.font-light h1, .font-light h2, .font-light h3, .font-light h4, .font-light h5, .font-light h6 {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
}

.font-xlight {
  font-family: "Mulish", sans-serif;
  font-weight: 200;
}
.font-xlight h1, .font-xlight h2, .font-xlight h3, .font-xlight h4, .font-xlight h5, .font-xlight h6 {
  font-family: "Mulish", sans-serif;
  font-weight: 200;
}

.font-italic {
  font-family: "Mulish", sans-serif;
  font-style: italic;
}

/*font css end*/
/*table css start*/
.table thead tr th {
  background-color: #E7F1FF;
}

/*table css end*/
/*scrollbar css start*/
.custom-scrollbar {
  scrollbar-width: thin;
  -ms-overflow-style: none;
}

.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #E7F1FF;
}

/*scrollbar css end*/
.lead {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 991.98px) {
  .title {
    font-size: 2rem;
  }
}

.btn {
  border-radius: 35px;
  background: #ffffff;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 16px;
  height: 45px;
  padding: 0.575rem 1.75rem;
}
.btn.btn-outline {
  border-color: #333333;
}
.btn.btn-outline:hover, .btn.btn-outline:focus {
  background: #39ABF1;
  border-color: #39ABF1;
}
.btn:hover, .btn:focus {
  background: #39ABF1;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-blue {
  color: #ffffff;
  background: #39ABF1;
}
.btn.btn-blue:hover, .btn.btn-blue:focus {
  background: #ffffff;
  color: #39ABF1;
  border-color: #39ABF1;
}
.btn:focus, .btn.focus {
  box-shadow: none;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #39ABF1;
}

/*datepicker css start*/
.gj-datepicker .gj-icon {
  display: none;
}

.gj-textbox-md {
  background: url("../images/date.svg") no-repeat right 8px center;
  padding-right: 30px;
}

.applyBtn {
  height: auto;
  background: #39ABF1;
  border-color: #39ABF1;
}

.cancelBtn {
  height: auto;
  border-color: #333333;
}

/*datepicker css end*/
/*header css start */
/* header {
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
} */
header.sticky-header {
  animation: smoothScroll 1s forwards;
  background: #fff;
  -webkit-box-shadow: 0 0.15rem 0.5rem rgba(34, 34, 34, 0.12);
  -moz-box-shadow: 0 0.15rem 0.5rem rgba(34, 34, 34, 0.12);
  box-shadow: 0 0.15rem 0.5rem rgba(34, 34, 34, 0.12);
}
header.mobile-header {
  background: transparent !important;
  box-shadow: none !important;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
.navbar {
  display: flex;
  display: -ms-flexbox !important;
}
@media (max-width: 1199.98px) {
  .navbar {
    overflow: initial;
  }
  .navbar .nav-item {
    text-align: left;
    border-bottom: 1px solid #efefef;
  }
  .navbar .nav-item:last-child{
    border-bottom: 0;
    margin-bottom: 1rem;
  }
  .navbar .dropdown-menu {
    box-shadow: none !important;
  }
  .navbar .dropdown.show .drop-span img {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.navbar .dropdown-toggle {
  color: #333333 !important;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.navbar .dropdown-toggle:after {
  display: none;
}
.navbar .dropdown-toggle:hover {
  color: #39ABF1 !important;
}
.navbar .dropdown-toggle:focus, .navbar a:focus {
    outline: none;
}
@media (max-width: 1199.98px) {
  .navbar .dropdown-toggle {
    justify-content: space-between;
  }
  .navbar .dropdown-toggle .drop-span img {
    transform: rotate(-90deg);
    height: 16px;
    width: 16px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
  }
}
.navbar .nav-link {
  color: #333333 !important;
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
  font-size: 17px;
  font-weight: 500;
  align-items: center;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.navbar .nav-link:hover {
  color: #39ABF1 !important;
}
@media (min-width: 1199.98px) {
  .navbar .nav-link {
    display: flex;
    display: -ms-flexbox !important;
  }
}
.navbar .nav-link svg {
  height: 18px;
  width: 18px;
  margin-bottom: 0.2rem;
}
@media (min-width: 768.98px) {
  .navbar .nav-link svg {
    margin-left: 1.5rem;
    height: 24px;
    width: 24px;
    margin-bottom: 0rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 1199.98px) {
  .navbar .nav-link {
    padding: 0.75rem 1rem;
    text-align: left;
  }
}

.dropdown-menu {
  border-radius: 6px;
}

.dropdown-item {
  padding: 0.615rem 1rem;
  font-weight: 500;
  border-bottom: 1px solid #d4d4d4;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.dropdown-item:hover, .dropdown-item:focus {
  background: transparent;
  color: #39ABF1;
}
.dropdown-item:last-child {
  border-bottom-color: transparent;
}

.logo {
  height: 60px;
}

.navbar-toggler {
  padding: 0;
  font-size: 20px;
  position: relative;
  height: 35px;
  width: 35px;
  margin-left: auto;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler .navbar-toggler-icon {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.cross .navbar-toggler-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler span.icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background: #333333;
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 6px;
  text-align: right;
  margin-left: auto;
  opacity: 0.8;
}
.navbar-toggler span.icon-bar.bottom-bar {
  margin-bottom: 0px;
}
.navbar-toggler.cross .icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.cross .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
}
.navbar-toggler.cross .middle-bar {
  opacity: 0;
}
.navbar-toggler.cross .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px !important;
  position: absolute;
  top: 13px;
}

#menu {
  width: 30px;
}

.user-profile {
  transition: 0.2s;
}

/* banner css start */
.banner {
  background: url("../images/hero-bg.svg") no-repeat;
 background-size: cover;
 /* height: 480px; */
  background-position: right bottom;
      padding-top: 86px;

}
.banner-graph{
 box-shadow: 0 0 54px 0 rgba(0,0,0,0.16);
 position: relative;
 z-index: 1;
}
.banner .graphic-right {
 position: absolute;
 right: 0;
 top:56px;
}
.banner .graphic-left{
  position: absolute;
  bottom: -86px;
  z-index: 0;
  left: -30px;
}
.banner .banner-caption h1 {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 575.98px) {
  .banner .banner-caption h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

/* banner css end*/
.navbar-toggler {
  padding: 0;
  font-size: 20px;
  position: fixed;
  height: 35px;
  width: 35px;
  right: 0;
  z-index: 222;
  margin-left: auto;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler .navbar-toggler-icon {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.cross .navbar-toggler-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler span.icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background: #333333;
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 6px;
  text-align: right;
  margin-left: auto;
  opacity: 0.8;
}
.navbar-toggler span.icon-bar.bottom-bar {
  margin-bottom: 0px;
}
.navbar-toggler.cross .icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background: #ffffff;
}
.navbar-toggler.cross .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
}
.navbar-toggler.cross .middle-bar {
  opacity: 0;
}
.navbar-toggler.cross .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px !important;
  position: absolute;
  top: 13px;
}
@media (min-width: 1199.98px) {
  .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .banner{
    padding-bottom: 86px;
  }
  #navbarToggle {
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    z-index: 11;
    position: fixed;
    left: 0;
    width: 315px;
    bottom: 0;
    top: 0;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    height: 100%;
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
  }
  #navbarToggle.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 991.98px) {
  .banner-caption {
    padding-top: 1.5rem;
    margin-bottom:1.5rem !important
  }

  .logo {
    height: 50px;
  }
}
@media (max-width: 767.98px){
  .banner{
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .banner .graphic-right{
    right:0;
    top: -55px;
    transform: scale(0.3);
  }
  .banner .graphic-left{
    left:0;
    transform: scale(0.3);
    transform-origin: 0 100%;
    bottom: -6px;
  }
}
@media (max-width: 575.98px) {
  .banner .lead {
    margin-bottom: 0 !important;
  }

  .lead {
    font-size: 18px;
  }
}
@media (max-width: 374.98px) {
  #navbarToggle {
    width: 265px;
  }
  .navbar .nav-link {
    font-size: 14px;
    padding: 0.5rem 1rem;
  }
  .navbar .dropdown-item{
    padding-right: 0;
    font-size: 14px;
    padding:0.45rem 1rem
  }
  .navbar .nav-item{
    max-width: 100%;
  }
  .logo {
    height: 50px;
  }
  .navbar-toggler{
    width: 30px;

  }

  /* .banner {
    margin-top: -76px;
  } */
}
/*header css END */
.overlay {
  background: #000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 110;
  opacity: 0.8;
  width: 0;
  transition: width 0.25s linear, opacity 0.25s linear;
}
.overlay.show {
  opacity: 0.8;
  width: 100vw;
  min-height: calc(var(--vh, 1vh) * 100);
  height: 100%;
}

/*section css start */
.section-padding {
  padding: 30px 0;
}
@media (min-width: 991.98px) {
  .section-padding {
    padding: 60px 0;
  }
}

.section-margin {
  margin: 2rem 0;
}
@media (min-width: 991.98px) {
  .section-margin {
    margin: 6rem 0;
  }
}

.section-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 30px;
    line-height: 42px;
  }
}

.inner-title {
  font-size: 30px;
  line-height: 38px;
}

.section-header {
  padding-bottom: 24px;
}

/*section css end */
.trading-program {
  background: url("../images/trading-corner.png") no-repeat;
  background-position: left top;
  background-size: contain;
}

.bg-cross {
  background: url("../images/subscribe-bg@2x.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 9% 0 15% 0;
}

.portfolio-defender {
  background: url("../images/corner-right.png") no-repeat;
  background-position: right top;
  background-size: contain;
}

.subscribe {
  background: url(../images/subscribe-bg@2x.png) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4% 0 11% 0;
  position: relative;
}
.subscribe:before {
  position: absolute;
  left: 0;
  right: 0;
  background: #39ABF1;
  opacity: 0.51;
}
.subscribe:after {
  position: absolute;
  left: 0;
  right: 0;
  background: #237FCE;
  opacity: 0.51;
}
.subscribe .card-body {
  padding-left: 17px;
  padding-right: 17px;
}

/* card css start */
.card {
  border-radius: 8px;
}

.shadow-lg {
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.09) !important;
  -moz-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.09) !important;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.09) !important;
}

.card-title {
  margin-bottom: 17px;
}

.card-body {
  padding-top: 28px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.card-img {
  margin-bottom: 24px;
}

.product-bg {
  background: url("../images/product-box@2x.png") no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.product-features-bg {
  background: url("../images/unique-features-bg@2x.png") no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.course-bg {
  background: url("../images/whats-involved@2x.png") no-repeat;
  background-position: center bottom;
  background-size: cover;
}

/* card css end */
/* event css start */
.chip {
  padding: 9px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  min-width: 132px;
  display: inline-block;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-nav {
  display: block;
  position: absolute;
  right: 20px;
  top: -50px;
}
.owl-carousel .owl-nav.disabled .owl-prev, .owl-carousel .owl-nav .owl-prev {
  margin-right: 10px;
}

#event_carousel .owl-item > div {
  cursor: pointer;
  margin: 22px;
  transition: margin 0.4s ease;
}

#bulletins_carousel .owl-stage {
  display: flex;
}

.bulletins-item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  margin: 0 22px;
}
.bulletins-item .card {
  position: relative;
  margin: 20px 0 40px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.bulletins-item .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.bulletins-item .card .card-body .btn {
  margin-top: auto;
}

/* event css end */
.inner-banner {
  background-size: cover;
  background-position: right bottom;
  height: 285px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 81%);
  background: #E9F1FF;
  position: relative;
  /*
    &:before{
      content: '';
          height: 1em;
      width: 1em;
      background:$blue;
      position: absolute;
      bottom: -0.08em;
      left: 3.41em;
      transform: rotate(45deg);
      font-size: 5.4em;
    }   */
}
.inner-banner .triangle-left {
  position: absolute;
  bottom: 32px;
  left: 25%;
}
.inner-banner .triangle-right {
  position: absolute;
  right: 0;
  bottom: -6px;
}

/*
.right-triangledark{
  position: absolute;
  bottom: -2px;
  right: 30px;
  border: 58px solid transparent;
  border-left-color:$darkblue;
  border-bottom-color:$darkblue;
  z-index:1;

}
.right-trianglelight{
  position: absolute;
  bottom: -2px;
  right: 0;
  border: 73px solid transparent;
  border-right-color:$blue;
  border-bottom-color:$blue;
  z-index:0;
  opacity: 0.56;
}
*/
.features {
  line-height: 30px;
}

.features-title {
  font-size: 18px;
}

.product {
  bottom: -85px;
  right: -44px;
  position: absolute;
}

.section-features {
  padding-bottom: 120px;
}

.section-features > img {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  height: 100%;
  object-fit: contain;
}

#features_carousel .owl-item > div {
  cursor: pointer;
  margin: 15px;
  -webkit-transition: margin 0.4s ease;
  -ms-transition: margin 0.4s ease;
  -o-transition: margin 0.4s ease;
  -moz-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}
#features_carousel .features-item {
  position: relative;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#features_carousel .features-item .card {
  height: initial;
  -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.09) !important;
  -moz-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.09) !important;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.09) !important;
  border-radius: 6px;
  -webkit-transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
  -ms-transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
  -o-transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
  -moz-transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
  transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
}
#features_carousel .features-item .card.collapsible {
  max-height: 515.6px;
  -webkit-transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
  -ms-transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
  -o-transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
  -moz-transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
  transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
}
#features_carousel .features-add a {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 20px);
}

.exapand-btn {
  background: url("../images/add.svg");
  background-size: 39px 31px;
  height: 31px;
  width: 39px;
}
.exapand-btn.minus {
  background: url("../images/minus.svg");
}

.features-list {
  overflow: hidden;
}
.features-list li {
  display: flex;
  display: -ms-flexbox !important;
  justify-content: space-between;
  padding: 10px 20px;
  -webkit-box-shadow: inset 0 -1px 0 0 #ECECEC;
  -moz-box-shadow: inset 0 -1px 0 0 #ECECEC;
  box-shadow: inset 0 -1px 0 0 #ECECEC;
}
.features-list li:nth-child(even) {
  background: #F6F6FB;
}

.clients {
  background: #F6F6FB;
}

.grid-item {
  width: 33.3333333333%;
  margin-bottom: 1.5rem;
}
.grid-item .card {
  margin-left: 15px;
  margin-right: 15px;
}

/* Portfolio Defender css start */
.defender-list ul li {
  margin-bottom: 0.5rem;
}

.nav-pills .nav-link {
  border: 1px solid #333333;
  border-radius: 22.5px;
  color: #333333;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0.419rem 1.5rem;
  margin-bottom: 10px;
}
.nav-pills .nav-link.active {
  border: 1px solid #237FCE;
  background: #237FCE;
}

.support-box .description {
  min-height: 84px;
  max-height: 84px;
  overflow: hidden;
}

/*modal css start */
.modal-header {
  border: 0;
  padding-top: 24px;
}
.modal-header .close {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 24px;
  width: 24px;
  padding: 0;
  margin: 0;
  opacity: 1;
}

.modal-dialog {
  pointer-events: initial;
}

.modal-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.modal-logo {
  position: relative;
  z-index: 1111;
}

.modal-dialog {
  max-width: 410px;
}

.modal-body {
  padding: 5px 30px 30px;
}

.video-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(102, 102, 102, 0.93);
  z-index: 0;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

video {
  height: calc(100vh - 5rem);
  background: transparent;
  /* width: 100%; */
      max-width: 100%;
  max-height: calc(100% - 5rem);
  margin-top: 1.75rem;
}
div#video {
    max-height: 100vh;
    overflow: hidden;
    padding-right: 0;
}
.modal-mp {
  max-width: calc(100vw - 3.5rem);
  margin-left: auto;
  margin-right: auto;
}

.modal-mp .close {
  right: 80px;
  top: 1.75rem;
  z-index: 99999;
}

/* modal css end */
/*form css start */
label {
  font-size: 15px;
  line-height: 19px;
  color: #333333;
}

.form-control {
  border: 1px solid #919191;
  border-radius: 6px;
  height: calc(1.5em + .95rem + 2px);
  padding: 0.45rem 1rem;
}
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #39ABF1;
}

.form-group {
  margin-bottom: 20px;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
}

.form-group.select {
  position: relative;
}
.form-group.select:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 20px;
  background: url(../images/dropdown-arrow.svg) no-repeat 0 0;
  right: 15px;
  bottom: 15px;
  background-position: center;
  background-size: contain;
}

.custom-control {
  padding-left: 1.75rem;
}

.custom-control-label {
  line-height: 25px;
}
.custom-control-label:before {
  content: none;
}

.custom-checkbox .custom-control-label:after {
  background: url("../images/checkbox.svg");
  width: 20px;
  height: 20px;
  top: 0.15rem;
  left: -1.75rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background: url("../images/checkbox-selected.svg");
}

.custom-radio .custom-control-label:after {
  background: url("../images/radiobtn.svg");
  width: 20px;
  height: 20px;
  top: 0.15rem;
  left: -1.75rem;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background: url("../images/radiobtn-selected.svg");
}

.dropdown-toggle::after {
  height: 10px;
  width: 10px;
  border: 0;
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
  margin-left: 20px;
}
.dropdown-toggle:hover::after, .dropdown-toggle:focus::after {
  border-color: #ffffff;
}

/* form css end */
.video-btn {
      position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.video-btn .play_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sticky-top{
  position: sticky;
top: 120px;
}
/* responsive css start */
@media (min-width: 1199.98px) {
  .banner {
    height: 700px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1395px) {
  .subscribe .card-title {
    min-height: 58px;
  }
}
@media only screen and (min-width: 1366px) {
  .container-fluid {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media only screen and (min-width: 1199.98px) and (max-width: 1365.98px) {
  .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }

  .navbar .nav-link {
    padding: 0.65rem 0.85rem !important;
  }
}
@media (max-width: 1199.98px) {
  video {
    width: calc(100vw - 60px);
    height: auto;
  }

  .modal-mp {
    margin-left: auto;
    margin-right: auto;
  }

  .section-features {
    background: url(../images/subscribe-bg@2x.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 60px;
  }

  .right-header {
    margin-right: 45px;
  }

  .navbar-toggler {
    margin-top: 10px;
  }

  /*  .inner-banner:before{
  left: 1.41em;
  font-size: 4.4em;
  }
  */
}
/* Medium device maximum width (less than and 992px)*/
@media (max-width: 991.98px) {
  .graphic-left {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transform-origin: 0 100%;
  }

  .graphic-right {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transform-origin: 100% 1%;
  }

  .portfolio-defender {
    background-position: right bottom;
    background-size: 50%;
  }

  .inner-banner {
    position: relative;
    /*   &:after{
       background:$lightblue;
       content:'';
       position:absolute;
       left:0;
       right:0;
       top:0;
       bottom:100px;
       z-index:-1;
     } */
  }
  .inner-banner .triangle-left {
    left: 10%;
  }

  .bg-cross {
    padding: 20px 0 60px 0;
  }

  .grid-item {
    width: 50%;
  }

  .subscribe {
    padding-top: 0;
    padding: 0 0 40px 0;
    background-position: center;
  }
  .subscribe .card-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .trading-program {
    background-position: left bottom;
    background-size: 50% auto;
  }

  .chip {
    margin-bottom: 1rem;
  }

  .card-body {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #event_carousel .owl-item > div {
    margin: 15px;
  }
}
@media (max-width: 767.98px) {
  .btn, .nav-pills .nav-link {
    font-size: 15px;
    height: 40px;
    padding: 0.45rem 1.25rem;
    line-height: 24px;
  }

  .nav-events {
    justify-content: center;
  }

  .inner-banner {
    background-position: right bottom;
    height: 200px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
  }
  .inner-banner .triangle-right {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transform-origin: 100% 100%;
  }
  .inner-banner .triangle-left {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transform-origin: 50% 100%;
    left: 0;
    bottom: 20px;
  }
  .inner-banner .page-title {
    margin-top: 1rem;
    font-size: 32px;
  }

  .bg-cross {
    padding: 0 0 40px 0;
  }

  .grid-item {
    width: 100%;
  }

  .defendergraph-img {
    max-width: 100%;
    margin-bottom: -20px;
    position: static !important;
  }

  .product {
    position: static;
    text-align: center;
  }
  .product img {
    margin-bottom: -30px;
  }

  .owl-carousel {
    margin-top: 2rem;
  }
  .owl-carousel .owl-nav.disabled, .owl-carousel .owl-nav {
    top: -40px;
  }

  .portfolio-defender {
    background-position: right bottom;
    background-size: 180px;
  }
}
@media (max-width: 575.98px) {
  .download img {
    height: 55px;
  }

  .inner-banner .triangle-left {
    bottom: 15px;
  }
}
footer {
  background: #0E3AA3;
}
footer a {
  color: #ffffff;
}

.footer-links {
  margin-bottom: 1.5rem;
}
.footer-links a {
  display: block;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.footer-links a:last-child {
  margin-bottom: 0px;
}

.footer-top {
  padding: 30px 0;
}

.footer-bottom {
  border-top: 1px solid #39ABF1;
}

.privacy-policy:hover {
  text-decoration: underline;
  color: #ffffff;
}
.scrollbar-menu
{
   height: 232px;
   overflow: auto;
}
.border-radius{border-radius: 8px;}
@media (min-width: 992px){
  .modal-dialog.modal-lg, .modal-dialog.modal-xl {
      max-width: 800px;
  }
}

/* 24-11-2020 */
.modal-content{
  border-radius: 6px;
  border: 0;
}
.glowing-border {
  border: 2px solid red;
}
.require{border: 2px solid red;}
.error{color: red;}
.ml-2{margin-left: .4rem!important;}
.mt-2{margin-top: -1.5rem!important;}
img.defendergraph-img {
  position: absolute;
  top: 40px;
  right: -46px;
}