
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*

  font-family: "Poppins", serif;

 font-family: "Anton", serif;
 
*/
@font-face {
  font-family: 'Roundkey';
  src: url('../fonts/Roundkey-Bold.eot');
  src: url('../fonts/Roundkey-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Roundkey-Bold.woff2') format('woff2'),
      url('../fonts/Roundkey-Bold.woff') format('woff'),
      url('../fonts/Roundkey-Bold.ttf') format('truetype'),
      url('../fonts/Roundkey-Bold.svg#Roundkey-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


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

a {
  text-decoration: none;
}

hr {
  background-color: #a1a1a1;
}

html {
  scroll-behavior: smooth !important;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #F6F6F6;
}

::-webkit-scrollbar-thumb {
  background: #1A1A1A;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #290696;
}

.btn-default {
  background-color: #290696;
  border-radius: 45px;
  color: #ffffff;
  font-size: 12px;
  height: 44px;
  line-height: 45px;
  padding: 0 35px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 3px 3px 11px rgba(0, 167, 234, 0.25);
}

.fade {
  animation-name: fade;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes fade {
  from {
    display: none;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
header.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
header.site-header.fixed {
  position: fixed;
  background-image: -webkit-linear-gradient(left, #290696, #860b13);
  background-image: linear-gradient(to right, #290696, #860b13);
}
header.site-header.fixed .site-navigation .navigation-area {
  padding-bottom: 10px;
  min-height: 50px;
}
header.site-header.fixed .site-navigation .site-logo-block .navbar-brand img {
  max-height: inherit;
}
header.site-header .site-navigation .navigation-area {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 70px;
  display: flex;
  justify-content: space-between;
}
header.site-header .site-navigation .site-logo-block .navbar-brand {
  display: block;
  float: none;
  height: auto;
  padding: 0;
}
header.site-header .site-navigation .site-logo-block .navbar-brand img {
  max-height: inherit;
}
header.site-header .site-navigation .mainmenu-area {
  min-width: calc(50% - 125px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.site-header .site-navigation .mainmenu-area .menu {
  justify-content: end;
}
header.site-header .site-navigation .mainmenu-area .menu ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
header.site-header .site-navigation .mainmenu-area .menu ul > li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
header.site-header .site-navigation .mainmenu-area .menu ul > li > a {
  padding: 15px 35px 15px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: block;
  position: relative;
  text-decoration: none;
}
header.site-header .site-navigation .mainmenu-area .menu ul > li > a:hover {
  color: #290696;
}


/*search*/



.frontpage-banner-content .hero-form-input.search .select2.select2-container {
  width: 100% !important;
  height: 65px !important;
  text-align: left;
  padding-left: 7px;
}

.frontpage-banner-content .hero-form-input.search .select2.select2-container span.selection {
  height: 65px;
  display: block;
}

.frontpage-banner-content .hero-form-input.search .select2.select2-container span.select2-selection.select2-selection--single {
  height: 65px;
  border-radius: 65px;
  border: none;
}

.frontpage-banner-content .hero-form-input.search .select2.select2-container span.select2-selection.select2-selection--single span.select2-selection__arrow {
  top: 14px;
  right: 14px;
}

.frontpage-banner-content .hero-form-input.search .select2.select2-container span.select2-selection.select2-selection--single span.select2-selection__arrow b {
  border-color: transparent #888 #888 transparent;
  border-width: 0 2px 2px 0;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.frontpage-banner-content .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 19px;
}

.select2-container.select2-container--default .select2-dropdown {
  padding: 0 15px !important;
  margin: 0 25px 20px 24px !important;
  border-radius: 15px !important;
}



.select2-container.select2-container--default .select2-dropdown span.select2-search.select2-search--dropdown .select2-search__field {
  border-radius: 15px;
  height: 44px;
  border-color: #ddd !important;
  padding-left: 10px;
}

.select2-container.select2-container--default .select2-dropdown span.select2-search.select2-search--dropdown .select2-search__field:focus {
  border-color: #ddd !important;
}

.select2-container.select2-container--default .select2-dropdown span.select2-search.select2-search--dropdown .select2-search__field:focus-visible {
  border-color: #ddd !important;
}

.select2-container.select2-container--default .select2-dropdown li.select2-results__option span img {
  width: 31px;
  height: auto;
  margin: 5px 6px 0px 0px;
  border-radius: 4px;
}

.select2-container.select2-container--default .select2-dropdown li.select2-results__option.select2-results__option--selectable.select2-results__option--selected,
.select2-container.select2-container--default .select2-dropdown li.select2-results__option.select2-results__option--selectable.select2-results__option--highlighted {
  background: #290696;
  color: #fff;
  transition: all 0.5s ease;
  border-radius: 4px;
}

.select2-container.select2-container--default .select2-dropdown li.select2-results__option span {
  display: flex;
  align-items: flex-start;
}

.select2-container.select2-container--default .select2-dropdown li.select2-results__option.select2-results__option--selectable.select2-results__option--selected img.img-flag,
.select2-container.select2-container--default .select2-dropdown li.select2-results__option.select2-results__option--selectable.select2-results__option--highlighted img.img-flag {
  border: solid 1px #ffffff69;
}

.select2-container.select2-container--default .select2-dropdown li.select2-results__option.select2-results__option--selectable.select2-results__option--highlighted {
  background: #290696;
  color: #fff;
}

.select2-container.select2-container--default .select2-dropdown li.select2-results__option.select2-results__option--selectable {
  transition: all 0.5s ease;
}

.select2-container.select2-container--default .select2-dropdown li.select2-results__option.select2-results__option--selectable.select2-results__option--selected:first-child {
  background: none;
}

.frontpage-banner-section {
background-position: center 85% !important;
margin-top: 0;
background: #53228a0a;
min-height: inherit;
padding: 0 0 20px 0;
border-top: solid 2px #5e2a86;
}

.frontpage-banner-section:before {
opacity: 0.0;
}

/* home _grid*/

.popular-todo-item .todo-thumbnail-area .item-thumb {
  height: 260px;
  overflow: hidden;
}

.popular-todo-item .todo-thumbnail-area .item-thumb img.lozad {
  height: 100%;
  object-fit: cover;
}

.popular-todo-item .todo-content .title a {
  min-height: 51px;
}


.frontpage-banner-section .frontpage-banner-content .banner-title {
font-size: 42px;
margin-bottom: 14px;
color: #5F2A85;
}

.frontpage-banner-section .frontpage-banner-content .banner-title {
font-size: 42px;
margin-bottom: 14px;
color: #5F2A85;
}

.frontpage-banner-section .frontpage-banner-content {
padding-top: 43px;
position: relative;
padding-bottom: 20px;
}


.hero-search-form {
border: 3px solid rgb(82 33 138 / 24%);
}




/*slider*/


.slidermain .slideone {
  background: url(../../images/bannerbg_one.jpg) center top no-repeat;
  background-size: cover;
  height: 450px;
}



.stat_smain {
  display: flex;
  justify-content: space-between;
  padding: 0 50px 0 80px;
}

.sleft_title {
  color: #fff;
  font-family: 'Roundkey';
}

.sleft_title h2 {
  font-size: 60px;
  letter-spacing: 6.25px;
  line-height: 64px;
  text-align: center;
}

.sleft_title h2 b {
  color: #FDB80B;
}

.sleft_title h2 span {
  display: block;
  font-size: 92px;
  letter-spacing: 0;
}

.stat_sleft {
  text-align: center;
  position: relative;
  z-index: 1;
  height: 430px;
  flex: 0 0 24%;
  max-width: 24%;
}

.sleft_top7 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.sleft_logo {
  margin: 40px 0 0 0;
}

.sleft_top7 img {
  width: 100%;
}

.stat_sright {
  padding: 0px 0 0 0;
  flex: 0 0 32%;
  max-width: 32%;
  height: 450px;
  display: flex;
  align-items: center;
}
.stat_smid {
  height: 450px;
  display: flex;
  align-items: flex-end;
  flex: 0 0 44%;
  max-width: 44%;
  justify-content: center;
  padding: 0 0 20px 0;
}

.stat_smid span {
  background: rgb(101,46,132);
  background: linear-gradient(90deg, rgba(101,46,132,0) 0%, rgba(184,42,62,1) 14%, rgba(213,41,38,1) 49%, rgba(158,30,74,1) 85%, rgba(41,6,150,0) 100%);
  color: #fff;
  font-size: 33px;
  font-family: "Anton", serif;
  width: 90%;
  text-align: center;
}

.stat_smid span a {
  color: #FFDF1B;
  text-shadow: 0 2px 4px rgba(0,0,0,0.25);
}


.slidermain .slidetwo {
  background: url(../../images/bannerbg_two.jpg) center top no-repeat;
  background-size: cover;
  height: 450px;
}

.stat_smain.stat_smain2 .sleft_title h2 {
  font-size: 81px;
  letter-spacing: 0;
  line-height: 75px;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}

.stat_smain.stat_smain2 .sleft_top7 {
  bottom: 10px;
}

.stat_smain.stat_smain2 .sleft_logo {
  margin-top: 53px;
}

section.stats_slider {
  /* margin-top: 82px; */
      margin-top: 120px;
}

.slidermain .carousel-item img {
  width: 100%;
  max-width: 100%;
}

.slidermain .carousel-item picture {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}
 

@media (max-width: 992px) {
  header.site-header .site-navigation .mainmenu-area {
    min-width: 100%;
    display: block;
  }
  header.site-header .site-navigation .mainmenu-area .menu {
    padding: 0 0px;
  }
  header.site-header .site-navigation .mainmenu-area .menu ul {
    background: #fff;
    padding: 10px 5px;
    text-align: left;
  }
  header.site-header .site-navigation .mainmenu-area .menu ul > li {
    display: block;
  }
  header.site-header .site-navigation .mainmenu-area .menu ul > li > a {
    padding: 8px 15px;
    font-size: 14px;
    color: #1A1A1A;
  }
  section.stats_slider {
    margin-top: 82px;
}
}
header.site-header .site-navigation .header-navigation-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header.site-header .site-navigation .header-navigation-right > div {
  padding: 0 15px;
}
header.site-header .site-navigation .header-navigation-right .btn-default {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 0 25px;
  line-height: 40px;
  box-shadow: 0px 0px 0px rgba(0, 167, 234, 0.25);
}
header.site-header .site-navigation .header-navigation-right .btn-default:hover {
  background: #290696;
  border-color: #290696;
  color: #ffffff;
}



@media (max-width: 992px) {

  header.site-header .site-navigation .header-navigation-right {
    padding: 0 5px;
    line-height: 34px;
    height: 38px;
  }

  header.site-header .site-navigation .navigation-area .site-logo-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header.site-header .site-navigation .site-logo-block .navbar-brand img {
    max-height: 60px;
  }
  header.site-header .navbar-toggler {
    border: 2px solid #ffffff;
    position: relative;
    width: 40px;
    padding: 6px 4px;
    outline: none;
  }
  header.site-header .navbar-toggler:focus {
    box-shadow: none;
  }
  header.site-header .navbar-toggler .navbar-toggler-icon {
    width: 80%;
    height: 2px;
    background: #ffffff;
    position: relative;
    top: -2px;
  }
  header.site-header .navbar-toggler .navbar-toggler-icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 8px;
    left: 0%;
  }
  header.site-header .navbar-toggler .navbar-toggler-icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 8px;
    left: 0;
  }
}

.search-wrap .search-btn {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  border: 0;
  background: transparent;
  text-align: center;
  color: #1A1A1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.search-wrap .search-btn .fa {
  font-size: 20px;
  margin-right: 10px;
}



@media (max-width: 991x) {
  .search-wrap .search-btn {
    color: #1A1A1A !important;
  }
}

.section-header {
  position: relative;
}
.section-header .section-title {
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.section-header .section-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #290696;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
}
.section-header.text-center .section-title:after {
  left: 50%;
  transform: translateX(-50%);
}

.page-title {
  min-height: 100px;
  background-image: -webkit-linear-gradient(left, #290696, #860b13);
  background-image: linear-gradient(to right, #290696, #860b13);
}
@media (max-width: 991px) {
  .page-title {
    min-height: 80px;
  }
}

.highcharts-title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.modal-backdrop {
  background-color: rgba(41, 6, 150, 0.8);
  backdrop-filter: blur(6px);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #290696;
}

.search-modal .btn-close {
  margin-top: 0;
  color: #ffffff !important;
  position: absolute;
  top: -35px;
  right: 5px;
}
.search-modal .modal-body {
  padding: 20px;
}
.search-modal form {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  margin-bottom: 20px;
}
.search-modal form input {
  width: 100%;
  height: 40px;
  border: 0;
  outline: none;
}
.search-modal form button {
  position: absolute;
  top: 5px;
  right: 20px;
  border: 0;
  background: transparent;
  font-size: 20px;
  color: #b3b3b3;
}
.search-modal .search-preview ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.search-modal .search-preview ul li {
  margin-bottom: 10px;
}
.search-modal .search-preview ul li a {
  display: block;
  color: #303030;
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
  transition: all 0.5s;
}
.search-modal .search-preview ul li a:hover {
  color: #290696;
}
.search-modal .search-preview ul li:last-child {
  margin-bottom: 0;
}
.search-modal .search-preview ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}
.search-modal .btn-close {
  background: transparent url(../../images/close-light.svg);
  outline: none;
}

/**/

span.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: rgb(88 37 136 / 76%);
  padding: 10px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-size: 60%;
}

button.carousel-control-prev, .carousel-control-next {
  width: 8%;
}


@media (max-width: 1600px) {


  .stats_slider .carousel-item {
    position: relative;
    z-index: 1;
   
}

.sleft_logo {
  margin: 70px 0 0 0;
}


.carousel-item:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(94,41,133);
  background: linear-gradient(90deg, rgb(0 0 0 / 55%) 30%, rgba(213, 41, 38, 0) 41%, rgb(19 18 20 / 138%) 100%);
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
}



.stat_sright img {
  width: 90%;
}

.sleft_title h2 {
  font-size: 52px;
  letter-spacing: 5.25px;
  line-height: 62px;
}

.sleft_title h2 span {
  font-size: 82px;
}

.sleft_logo img {
  width: 162px;
}

.sleft_top7 img {
  width: 88%;
}

.stat_smid span {
  font-size: 30px;
}

.stat_sright {justify-content: flex-end;}

.stat_smain.stat_smain2 .sleft_title h2 {
  font-size: 67px;
  line-height: 67px;
}
.stat_smain2 .sleft_top7 img {
  width: 100%;
}


.stat_smain {
  padding: 0 50px 0 60px;
}

.frontpage-banner-section .frontpage-banner-content .banner-title {
  font-size: 36px;
}


}


@media (max-width: 1500px) {
  
  .stat_smain.stat_smain2 .sleft_title h2 {
    font-size: 63px;
    line-height: 65px;
}

.stat_smain2 .sleft_top7 img {
  width: 93%;
}



}


@media (max-width: 1455px) {
  
  .stat_smain.stat_smain2 .sleft_title h2 {
    font-size: 53px;
    line-height: 54px;
  }
  
  .sleft_title h2 span {
    font-size: 68px;
  }
  
  .sleft_title h2 {
    font-size: 48px;
    letter-spacing: 4.5px;
  }
  
}


@media (max-width: 1366px) {
  
  .stat_smid span {
    font-size: 24px;
}


}

@media (max-width:991x) {

  header.site-header .site-navigation .mainmenu-area .menu ul li.dropdown-trigger.iplicon{
    display: none;
  }
} 

@media (max-width: 767px) {

  span.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgb(88 37 136 / 76%);
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-size: 60%;
}

button.carousel-control-prev, .carousel-control-next {
    width: 8%;
}

.frontpage-banner-section .frontpage-banner-content .banner-title {
    font-size: 36px;
}

.stat_smain.stat_smain2 .sleft_title h2 {
    font-size: 53px;
    line-height: 54px;
}

.sleft_title h2 span {
    font-size: 52px;
}

.sleft_title h2 {
    font-size: 38px;
    letter-spacing: 2.5px;
    line-height: 42px;
}

.stat_smid span {
    font-size: 24px;
}

.stats_slider .carousel-item {
  height: 605px;
  background-size: cover;
  background-color: #141214;
  background-position: center;
}

.stat_smain {
    flex-direction: column;
}

.stat_sleft {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
}

.sleft_logo {
    margin: 30px 0 0 0;
}

.sleft_logo img {
    width: 120px;
}

.stat_smain.stat_smain2 .sleft_title h2 {
    font-size: 36px;
    margin: 0;
}

.stat_smain2 .sleft_top7 img {
    width: 170px;
    margin-top: 10px;
}

.sleft_top7 {
    position: relative;
    bottom: 32px;
}

.sleft_top7 img {
    width: 140px;
}

.stat_smain.stat_smain2 .sleft_logo {
    margin-top: 32px;
}

.stat_smid {
    flex: 0 0 100%;
    max-width: 100%;
}


.stat_sright img {
  width: 353px;
  margin: 0 auto;
}

.stat_sright {
  justify-content: center;
  flex: 0 0 100%;
  max-width: 100%;
}

section.stats_slider {
  margin-top: 78px;
}

.carousel-item:after {
  background: #121112c2;
}

button.carousel-control-prev, .carousel-control-next {
  width: 8%;
  display: none;
}

.stat_smain2 .stat_sright {
  margin-top: 50px;
}

.stat_smid span a {
  display: block;
}


.stat_smain2 .stat_sright {
  margin-top: 50px;
}

.stat_smid span a {
  display: block;
}

.slideone .sleft_title h2 {
  font-size: 36px;
}

.slideone .sleft_title h2 span {
  font-size: 47px;
}

.slideone .stat_smid {
  padding-bottom: 10px;
  margin-top: -11px;
  margin-bottom: 10px;
}

.stat_smid span {
  width: 100%;
}

.frontpage-banner-section .frontpage-banner-content .banner-title {
  font-size: 27px;
}
header.site-header .site-navigation .mainmenu-area .menu ul li.dropdown-trigger.iplicon{
  display: none;
}


}


@media (max-width: 768px) {

.stats_slider .carousel-item img {
  width: 100%;
}

}