@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mr+Dafoe&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mr+Dafoe&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,300;0,400;0,500;0,600;1,500&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #333;
  /*  font-family: 'Libre Baskerville', serif;*/
  font-family: 'Poppins', sans-serif;
  color: #333;
}

a:hover {
  text-decoration: none;
}

/* -------------- main scrollbar ---------------- */
::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #5961A6;
  border-left: 1px solid #ccc;
}
.header-mobile {
    display: none;
}
.header {
  float: left;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #ccc;
  /* padding: 10px; */
}

.header-top {
  float: left;
  width: 100%;
  padding: 5px;
  margin-left: -5px;
}

.header-bottom {
  float: right;
  width: auto;
  background: #fff;
  position: relative;
  z-index: 99999;
  position: relative;
  top: 3px;
  left: 5px;
}

.header-top-left {
  float: left;
  width: 20%;
  padding: 0px;
}

.header-top-middle {
  float: left;
  width: 33.3%
}

.header-top-right {
  float: right;
  width: 80%;
  text-align: right;
  padding: 10px 0px 14px 0px;
  border-bottom: 1px dashed #ccc;
}

.hmenu {
  float: left;
  margin-right: 20px;
}

.todaydate {
  float: left;
}

.logo-main {
  text-align: left;
  float: left;
  width: 100%;
}

.logo-main a img {
  width: auto;
}

.logo-small {
  float: left;
  width: auto;
  padding: 0px 15px;
  display: none;
}

.header-top-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-top-right ul li {
  display: inline;
}

.header-top-right ul li a {
  font-size: 13px;
  font-weight: 400;
  padding: 10px;
  color: #333;
  text-decoration: none;
  transition: 0.4s ease;
    background: #fff;
    border-radius: 6px;
}

.header-top-right ul li a:hover {
  color: #5961A6;
  transition: 0.4s ease;
    background: #f4f4f4;
    border-radius: 6px;
}

#signin-btn a {
  background: #5760aa;
  /* font-size: 14px; */
  padding: 8px 24px;
  color: #fff;
  border-radius: 4px;
    transition: 0.4s ease;
}
#signin-btn a:hover {
  background: #3441B4;
    transition: 0.4s ease;
}
.header-bottom-menu {
  text-align: right;
  width: 100%;
  margin: 0 auto;
  padding: 18px 0px;
}

.header-bottom-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-bottom-menu ul li {
  display: inline;
  position: relative;
}

.header-bottom-menu ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  padding: 20px 10px 40px 10px;
  transition: 0.4s ease;
}

.header-bottom-menu ul li a:hover {
  color: #5961A6;
  transition: 0.4s ease;
}

.header-bottom-menu ul li #menu-submenu {
  float: left;
  width: 280px;
  background: #fff;
  position: absolute;
  left: -34%;
  top: 60px;
  z-index: 999;
  display: none;
  padding: 10px;
  border-top: none;
  margin-top: -1px;
  border-radius: 10px;
  box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 17%);
}

.header-bottom-menu ul li:hover #menu-submenu {
  display: block;
}

.header-bottom-menu ul li #menu-submenu::after {
  position: absolute;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  top: -15px;
  left: 20%;
  transform: translate(-50%, 0%);
}

#menu-submenu li {
  display: block;
}

#menu-submenu li a {
  float: left;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  transition: 0.4s ease;
  text-align: left;
  margin-bottom: 0px;
}

#menu-submenu li a:hover {
  color: #333;
  background: #f2f3ff;
  border-radius: 10px;
}

#menu-submenu li img {
  float: left;
  margin-right: 10px;
}

.header-bottom-menu ul li #menu-submenu1 {
  float: left;
  width: 280px;
  background: #fff;
  position: absolute;
  left: -140%;
  top: 60px;
  z-index: 999;
  display: none;
  padding: 10px;
  border-top: none;
  margin-top: -1px;
  border-radius: 10px;
  box-shadow: 0px 20px 30px 0px rgb(0 0 0 / 17%);
}

.header-bottom-menu ul li:hover #menu-submenu1 {
  display: block;
}

.header-bottom-menu ul li #menu-submenu1::after {
  position: absolute;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  top: -15px;
  left: 80%;
  transform: translate(-50%, 0%);
}

#menu-submenu1 li {
  display: block;
}

#menu-submenu1 li a {
  float: left;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  transition: 0.4s ease;
  text-align: left;
  margin-bottom: 0px;
}

#menu-submenu1 li a:hover {
  color: #333;
  background: #f2f3ff;
  border-radius: 10px;
}

#menu-submenu1 li img {
  float: left;
  margin-right: 10px;
}

.innerslider-mask {
    width: 100%;
    height: 540px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.innerslider {
  float: left;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.innerslider .slider-caption {
  position: relative;
  top: 260px;
  left: 0px;
  padding: 40px 0px;
  width: 100%;
}

.about-bg {
  width: 100%;
  height: 540px;
  background: url("../images/slider-img01.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-advertisewithus {
  width: 100%;
  height: 540px;
  background: url("../images/slider-img01.jpg") no-repeat 100% 70%;
  background-size: cover;
}

.about-classifieds {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-classifieds.png") no-repeat 100% 70%;
  background-size: cover;
}

.about-community {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-communityconnect.png") no-repeat 100% 70%;
  background-size: cover;
}

.about-peoplehelp {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-peoplehelpcenter.png") no-repeat 100% 70%;
  background-size: cover;
}

.about-mediacenter {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-mediacenter.png") no-repeat 100% 70%;
  background-size: cover;
}

.about-booktalent {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-booktalent.png") no-repeat 100% 70%;
  background-size: cover;
}

.about-partner {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-partner.png") no-repeat 100% 70%;
  background-size: cover;
}

.about-coworking {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-coworkingspace.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-brand {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-lifestyle.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-course {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-course.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-technology {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-technology.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-contentapp {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-contentapp.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-whitelabelapp {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-whitelabel.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-digitalvideo {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-digitalvideo.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-podcast {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-podcast.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-livetv {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-livetv.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-minitv {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-minitv.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-ottchannels {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-ottchannels.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-affiliates {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-affiliates.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-imwevents {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-imwevents.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-features {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-features.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-imwprotects {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-imwprotects.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-volunteer {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-volunteer.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-marketcities {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-marketcities.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-callforpilots {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-callforpilots.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-petitions {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-petitions.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-grievances {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-grievances.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-shopping {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-shopping.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-programs {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-programs.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-lawjustice {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-lawjustice.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-careers {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-careers.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-awareness {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-awareness.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-coupondeals {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-coupondeals.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-polls {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-polls.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-votershub {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-vote.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-discussionroom {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-discussionroom.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-ottguide {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-ottguide.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-startup {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-startup.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-supportcauses {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-supportcauses.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-campaigns {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-campaign.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-listenmusic {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-listenmusic.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-jobmarket {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-jobmarket.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-betterhalf {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-betterhalf.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-emagazine {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-emagazine.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-cartooncorner {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-cartooncorner.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-reviews {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-reviews.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-ratings {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-ratings.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-rankings {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-rankings.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-default {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-default.png") no-repeat 100% 70%;
  background-size: cover;
}
.about-investor {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-investor.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-imwstore {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-store.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-marketplace {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-marketplace.jpg") no-repeat 100% 70%;
  background-size: cover;
}
.about-sponsorships {
  width: 100%;
  height: 540px;
  background: url("../images/inner-banner-sponsorships.jpg") no-repeat 100% 70%;
  background-size: cover;
}






.features-card {
    float: left;
    width: 100%;
    height: 380px;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: 0.4s ease;
    position: relative;
    z-index: 999;
}

.features-card a img {
    border-radius: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    height: 380px;
    transition: 0.4s ease;
    transform: scale(1);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(0%);
}
.features-card a img:hover {
    transition: 0.4s ease;
    transform: scale(1.2);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(90%);
}
.fcard-group span {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #333;
    float: left;
    width: 100%;
    /*background: #fad35e;
    padding: 45px 0px 15px 0px;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
    top: -45px;
    left: 15px;
    z-index: 99;*/
}
.fcard-group {
    float: left;
    margin-bottom: 60px;
    transition: 0.4s ease;
}
/*.fcard-group span {
    transition: 0.4s ease;
}

.fcard-group:hover span {
    transition: 0.4s ease;
    position: relative;
    top: -35px;
}*/








.slider {
  float: left;
  width: 100%;
  height: 760px;
  overflow: hidden;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.slider-caption {
  position: absolute;
  top: 350px;
  left: 0px;
  padding: 40px;
  width: 70%;
}

.slider img {
  width: 100%;
  height: 760px;
}

.slider-caption span {
  font-size: 33px;
  font-weight: 600;
  color: #fff;
  float: left;
  width: 100%;
}

.slider-caption a {
  float: left;
  background: #F5BF68;
  color: #333;
  text-decoration: none;
  padding: 10px 15px 10px 20px;
  border-radius: 4px;
}

.slider-caption a img {
  width: 20% !important;
  height: auto !important;
}

.about-bg .slider-caption span {
  margin-bottom: 0px;
}

.sub-caption {
  /* opacity: 0.5; */
  font-size: 26px !important;
  color: #E6A048 !important;
}

.section {
  float: left;
  width: 100%;
  height: auto;
  background: #fff;
  /* border-bottom: 1px solid #ccc; */
  padding: 100px;
}

.solution {
  background: #F9FAF8;
}

.portfolio-card {
  overflow: hidden;
  position: relative !important;
  background: #000;
  cursor: pointer;
  border-radius: 4px;
}

.portfolio-card img {
  position: relative;
  top: 0;
  width: 100%;
}

.thumb-text {
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #fff;
  text-align: left;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  float: left;
  width: 90%;
  height: 60px;
  border-radius: 0px 4px 0px 4px;
}

.portfolio-card .thumb-text {
  background: #fff;
  color: #333;
  transition: 0.4s ease;
}

.portfolio-card .thumb-text:hover {
  background: #000;
  color: #fff;
  transition: 0.4s ease;
}

.solution h1 {
  float: left;
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 20px !important;
}

.section h1 {
  float: left;
  width: 100%;
  font-size: 42px;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 30px;
}

.section p {
  color: #555;
}

.section a {
  text-decoration: none;
}

.section .seeall {
  float: left;
  text-decoration: none;
  color: #999;
  /* line-height: 40px; */
  font-size: 16px;
  font-weight: 400;
  margin-top: 6px;
}

.section .seeall p {
  float: left;
  border-bottom: 1.5px solid #999;
}

.section .seeall img {
  float: left;
}

.solution-card {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.solution-card .img-sm {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.solution-card h5 {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
}

.solution-card p {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-bottom: 30px;
  width: 70%;
}

.solution-card .readmore {
  text-decoration: none;
  color: #B90005;
  border-bottom: 1.5px solid #B90005;
  transition: 0.4s ease;
}

.solution-card .readmore:hover {
  text-decoration: none;
  color: #5961A6;
  border-bottom: 1.5px solid #5961A6;
  transition: 0.4s ease;
}

.business-card {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.business-card img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
}

.business-card h5 {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
}

.business-card p {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-bottom: 30px;
  width: 70%;
}

.business-card .readmore {
  text-decoration: none;
  color: #B90005;
  border-bottom: 1.5px solid #B90005;
  transition: 0.4s ease;
}

.business-card .readmore:hover {
  text-decoration: none;
  color: #5961A6;
  border-bottom: 1.5px solid #5961A6;
  transition: 0.4s ease;
}

.business-card-lg {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
}

.business-card-lg .img-lg {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 4px;
}

.business-card-lg img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 12px;
}

.business-card-lg h5 {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
}

.business-card-lg p {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-bottom: 30px;
  width: 70%;
  height: 60px;
}

.business-card-lg .readmore {
  text-decoration: none;
  color: #B90005;
  border-bottom: 1.5px solid #B90005;
}

.img-sm {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 0px;
  border-radius: 4px;
}

.insights {
  background: #F9FAF8;
}

.insights-card img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.insights-card h5 {
  font-size: 18px;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
}

.insights-card p {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-bottom: 30px;
  width: 70%;
  height: 60px;
}

.insights-card .readmore {
  text-decoration: none;
  color: #B90005;
  border-bottom: 1.5px solid #B90005;
}

.insights-card .img-sm {
  width: 100%;
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
}

.products {
  background: #000;
}

.products h1 {
  color: #fff;
}

.products-card-lg {
  float: left;
  width: 100%;
  height: 540px;
  overflow: hidden;
  background: url("../images/products-img01.png");
  background-size: cover;
}

.products-card-lg h5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}

.products-card-lg p {
  color: #cacaca;
  font-size: 16px;
  margin-bottom: 30px;
}

.features {
  background: #202126;
}
.tiles-section  {
    background: url('../images/bg01.png') no-repeat center fixed;
    background-size: cover;
    transition: 0.4s ease;
}
.tiles-section h1 {
  color: #fff;
  /*font-family: 'Kalam', cursive;*/
  /*font-family: 'Mr Dafoe', cursive;
  font-family: 'Arizonia', cursive;*/
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 0px; 
    font-size: 42px;
    font-weight: 500;
}

.features .seeall p {
  float: left;
  color: #999;
  border-bottom: 1.5px solid #999;
  transition: 0.4s ease;
}

.features .seeall p:hover {
  float: left;
  color: #fff;
  border-bottom: 1.5px solid #fff;
  transition: 0.4s ease;
}

.over-text {
  position: relative;
  top: 300px;
  padding: 50px;
  width: 80%;
  float: left;
}

.products-card-lg .readmore {
  text-decoration: none;
  color: #B90005;
  border-bottom: 1.5px solid #B90005;
}

.product-list {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.product-list a {
  float: left;
  width: 100%;
  height: auto;
  border: 1px solid #555;
  padding: 20px;
  border-radius: 4px;
  transition: 0.4s ease;
  background: #000;
}

.product-list a:hover {
  transition: 0.4s ease;
  background: #333;
}

.product-list .list-img {
  float: left;
  width: 200px;
  height: auto;
  margin-right: 20px;
}

.product-list .list-img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.product-list .list-text {
  float: left;
  width: 45%;
  height: auto;
  margin-right: 20px;
}

.product-list .list-text h5 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.product-list .list-text p {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

.product-list .list-arrow {
  float: left;
  margin-top: 40px;
}

.footer {
  background: url(../images/bg02.png) center fixed #222963;
  background-size: cover;
  padding: 100px 100px 15px 100px;
}

.footer-menu-list h5 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

.footer-menu-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.footer-menu-list ul li {
  display: block;
  margin-bottom: 10px;
}

.footer-menu-list ul li a {
  color: #98a5f9;
  font-size: 14px;
  transition: 0.2s ease;
}

.footer-menu-list ul li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: 0.2s ease;
}

.footer-menu-list img {
  margin-bottom: 20px;
}

.footer-copyright {
  background: #181e50;
  padding: 20px;
  float: left;
  width: 100%;
  height: auto;
  color: #999;
  line-height: 18px;
  font-size: 12px;
}

.footer-copyright p {
  color: #fff;
  font-size: 12px;
}

.footer-copyright a {
  color: #999;
  font-size: 12px;
  text-decoration: none;
}

.footer-social-icon {
  float: right;
  margin-left: 0px;
  margin-top: 10px;
  text-align: right;
}

.footer-social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-social-icon ul li {
  display: inline;
}

.footer-social-icon ul li a img {
  /*width: 8%;*/
  margin-right: 10px;
}

#active a {
  color: #5760aa;
  font-weight: 600;
  font-size: 18px;
}

h6 {
  margin-bottom: 10px;
}

#bullet-list li {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
}

.header-main {
  width: 85%;
  height: auto;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 8.5%;
  z-index: 99999;
  border-radius: 10px;
  box-shadow: 0 10px 20px 0px rgb(0 0 0 / 16%);
  display: block;
}

.header-main:after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background: #fff;
  transform-origin: bottom left;
  -ms-transform: skew(20deg, 0deg);
  -webkit-transform: skew(20deg, 0deg);
  transform: skew(20deg, 0deg);
}

/*
.header-content {
    background: rgb(255 255 255 / 32%);
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0px;
}
*/
p strong {
  font-weight: 600;
  color: #333;
}

.color-grey {
  color: grey !important;
}

.color-orange {
  color: #E6A048 !important;
}

.color-red {
  color: #DD3833 !important;
}

.color-purple {
  color: #5961A6 !important;
}
.img-effect {
    overflow: hidden;
    border-radius: 12px;
}
.img-effect img {
  transition: 0.4s ease;
  opacity: 1;
  transition: 0.4s ease;
    transform: scale(1);
}

.img-effect img:hover {
  transition: 0.4s ease;
  opacity: 0.9;
    transition: 0.4s ease;
    transform: scale(1.2);
}

.text-pos {
  top: 8px;
  position: relative;
}
.text-pos1 {
  top: 3px;
  position: relative;
}
.pos01 {
    margin-left: 20px;
}
.title-pos {
  margin-top: 100px;
}

ol li {
  margin-bottom: 20px;
}

.bullet li {
    /* float: left; */
    width: 100%;
    list-style: none;
    background: url("../images/corner-down-right.svg") no-repeat left 0px;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 20px;
}
.bullet-circle li {
  float: left;
    width: 100%;
  list-style: none;
  background: url("../images/icon-bullet03.svg") no-repeat left 2px;
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: 20px;
}

.section h2 {
  margin-bottom: 25px;
}
.section h3 {
  margin-bottom: 30px;
}
.section h4 {
  margin-bottom: 30px;
}
.section h5 {
  margin-bottom: 10px;
}
.section h6 {
    font-weight: 600;
    margin-bottom: 10px;
}


.form-group {
  margin-bottom: 20px;
}

.download-apps {
  text-align: center;
}

.download-apps h5 {
  color: #fff;
  margin-bottom: 30px;
  float: left;
  /* width: 100%; */
  margin-top: 15px;
}

.download-apps img {
  width: 30%;
}

#more-link a {
  color: #E6A048 !important;
}

.custom-btn {
  padding: 8px 40px;
}

.btn-submit {
  background: #5961A6;
  border: 1px solid #5961A6;
  transition: 0.4s ease;
}

.btn-submit:hover {
  background: #33488C;
  border: 1px solid #33488C;
  transition: 0.4s ease;
}

.carousel-item span {
  position: absolute;
  top: 65%;
  left: 10%;
  padding: 40px 40px 0px 40px;
  width: 80%;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  float: left;
}

.carousel-inner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  height: 90vh;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}

.carousel {
  position: relative;
}

/*
.carousel-inner .carousel-item {
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
*/
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border-radius: 12px;
}

.owl-nav button span {
  font-size: 20px;
  color: #fff;
  margin: 20px;
}

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

.owl-nav {
  display: none;
}
.card {
    float: left;
    width: 90%;
    border-radius: 14px;
    margin-right: 20px;
    box-shadow: none !important;
    overflow: hidden;
    transition: 0.4s ease;
    transform: scale(1);
}
.card:hover {
    transition: 0.4s ease;
    transform: scale(0.9);
}
.card a img {
    float: left;
    width: 70%;
    transition: 0.4s ease;
}
.owl-item {
    float: left;
    width: 100%;
}
.item span {
    float: left;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    width: 90%;
}
.row-bottom {
    margin-bottom: 60px;
}
.playvideo {
    float: left;
    width: 99.3%;
    height: 100vh;
    padding: 10px;
    background: #131627;
}
.playvideo #videoframe {
    width: 100%;
    height: 100vh;
    background: #000;
    /* background-image: url("../video/video-bg.png");
    background-size: cover;*/
    margin-left: 10px;
}
video {
    opacity:100;
    width:100%;
    transition: 1s;
    position:absolute;
    z-index:-1;
}
.title-center {
    text-align: center;
}
.title-center img{
    text-align: center;
    position: relative;
    left: 0px;
}
.section-title-center {
    width: 100%;
    margin: 0 auto;
}
.section-title-center h2 {
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
}
.section-title-center p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.section-area01 {
    height: 100vh;
}
.contact-form {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background: #E2E5FF;
    padding: 40px 40px 20px 40px;
    border-radius: 10px;
    margin-top: 62px;
}
.contact-form input {
    background: #fff;
    border: 1px solid #5961A6;
    padding: 10px;
}
.contact-form label {
    color: #5961A6;
    font-weight: 500;
}
.contact-form textarea {
    background: #fff;
    border: 1px solid #5961A6;
    padding: 10px;
}
.contact-form button {
    width: 100%;
    padding: 10px;
}
.google-map {
  float: left;
  width: 100%;
  height: auto;
  background: #fff;
  /* border-bottom: 1px solid #ccc; */
  padding: 0px 100px 100px 100px;
}
.contact-map {
  float: left;
  width: 100%;
  height: auto;
  background: #fff;
  border: 2px solid #ccc;
  padding: 10px;
  border-radius: 10px;
}
.location-card {
    float: left;
    width: 80%;
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    color: #5961A6;
}
.location-card p {
    color: #333;
}
.f-brief h1 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #5961A6;
}
.f-brief p {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}
.feature-content {
    float: left;
    width: 90%;
    height: 100vh;
    background: #fff;
    position: fixed;
    left: 70px;
    bottom: -20px;
    z-index: 99999;
    box-shadow: 4px 4px 30px rgb(0 0 0 / 28%);
    border-radius: 10px 10px 0px 0px;
}
.modal-bg01 {
    display: none;
    background: rgb(0 0 0 / 50%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}
.institute-img {
    float: left;
    width: 100%;
}
.institute-img img {
    float: left;
    width: 40%;
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 10px;
}
.institute-img .img01 {
    position: relative;
    top: -30px;
}
.institute-img .img02 {
    position: relative;
    top: 0px;
}
.institute-img .img03 {
    position: relative;
    top: -30px;
}
.institute-img .img04 {
    position: relative;
    top: 0px;
}
.readmore-btn {
    margin-top: 60px;
    margin-bottom: 20px;
}
.readmore-btn a {
    background: #5961A6;
    font-size: 14px;
    color: #fff;
    padding: 10px 0px 10px 15px;
    border-radius: 4px;
    transition: 0.4s ease;
}
.readmore-btn a:hover {
    background: #3441B4;
    transition: 0.4s ease;
}

.readmore-btn a img {
    fill: #fff;
}
.shape01 {
    position: relative;
    left: 0px;
    top: -20px;
}
.shape02 {
    position: relative;
    right: -460px;
    top: -650px;
}
.shape03 {
    position: relative;
    left: -190px;
    top: -390px;
}
.shape04 {
    position: relative;
    left: 400px;
    top: -390px;
}
.box1 {
    float: left;
    width: 100%;
    height: 200px;;
    padding: 20px;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    top: 0px;
    transition: 0.4s ease;
}
.box1:hover {
    position: relative;
    top: -5px;
    transition: 0.4s ease;
}
.box2 {
    float: left;
    width: 100%;
    height: auto;;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    top: 0px;
    background: #fff;
    border: 1px solid #fff;
    transition: 0.4s ease;
}
.box2:hover {
    border: 1px solid #3441B4;
    transition: 0.4s ease;
}
.bg-lime {
    background: #e8fef1;
}
.bg-yellow {
    background: #FFFAE2;
}
.bg-sky {
    background: #e0effb;
}
.bg-pink {
    background: #fff3f3;
}
.bg-exploremore {
    background: #fafafa;
}
.bg-lightgreen {
    background: #f1faf9;
}
.bg-lightblue {
    background: #f0f6ff;
}
.bg-bg02 {
    background: url("../images/bg02.jpg") fixed #f0f6ff;
    background-size: cover;
}
.bg-bg02 h1 {
    color: #E6A048;
}
.bg-bg02 p {
    color: #fff;
}
.bg-bg03 {
    background: url("../images/bg002.png") fixed #b5b5f0;
    background-size: cover;
}
#myModal {
    z-index: 999999;
    background: rgb(0 0 0 / 70%);
}
.modal-dialog {
    position: relative;
    top: 170px;
}
.searchbox {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.search-topics {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.topic-list-item {
    float: left;
    width: 30%;
    margin-bottom: 20px;
    margin-right: 20px;
}
.topic-list-item a {
    text-decoration: none;
    font-size: 16px;
    padding: 20px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    border-radius: 10px;
    transition: 0.4s ease;
    background: #d6f0eb;
}
.topic-list-item a:hover {
    transition: 0.4s ease;
    background: #B5E9DF;
}
.topic-list-item a h4 {
    color: #20685a;
    font-size: 16px;
    position: relative;
    top: 5px;
}
.searchtopics {
    float: left;
    width: 100%;
    padding: 20px;
    border: 2px solid #3441B4;
    border-radius: 10px;
    font-size: 16px;
    color: #333;
    background: url(../images/icon-search-lg.svg) no-repeat 10px 15px;
    padding-left: 60px;
    padding-right: 150px;
    transition: 0.4s ease;
}
.searchtopics:hover {
    transition: 0.4s ease;
    box-shadow: 0px 5px 10px #ccd1ff;
}
.instant-search {
    background: #5961A6;
    padding: 10px 30px;
    float: right;
    margin: -55px 12px;
    border: none;
    transition: 0.4s ease;
}
.instant-search:hover {
    background: #3441B4;
    transition: 0.4s ease;
}
.search-topics p {
    font-size: 14px;
}
.footer-sublist {
    width: 100%;
    padding: 10px;
    border-top: 1px solid #5561af;
    border-bottom: 1px solid #5561af;
    margin-bottom: 30px;
}
.footer-sublist ul {
    list-style: none;
    margin: 15px 0px;
    padding: 0;
    text-align: center;
}
.footer-sublist ul li {
    display: inline;
}
.footer-sublist ul li a {
    color: #98a5f9;
    font-size: 14px;
    transition: 0.2s ease;
    margin-right: 10px;
    transition: 0.4s ease;
    text-align: center;
    line-height: 34px;
}
.footer-sublist ul li a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: 0.2s ease;
}
.input-newsletter {
    float: left;
    width: 100%;
    height: auto;
    padding: 15px;
    border: none;
    outline: none;
    border-radius: 40px;
}
.btn-newsletter {
    background: #3441B4;
    padding: 10px 30px;
    float: right;
    margin: -49px 5px;
    border: none;
    transition: 0.4s ease;
    border-radius: 40px;
}
.btn-newsletter:hover {
    background: #5961A6;
    transition: 0.4s ease;
}
.newsletter {
    float: left;
    width: 100%;
    /* margin-top: 40px; */
    /* margin-bottom: 10px; */
}
.newsletter h3 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
}
.accordion-header {
    margin-bottom: 0px !important;
}
.accordion-button {
    font-weight: 600;
}
.tiles-card {
    float: left;
    width: 22%;
    height: auto;
    margin-right: 20px;
}

.tiles-card .card {
    float: left;
    width: 100%;
    border-radius: 14px;
    margin-right: 20px;
    box-shadow: none !important;
    overflow: hidden;
    transition: 0.4s ease;
    transform: scale(1);
}
.tiles-card .card:hover {
    transition: 0.4s ease;
    transform: scale(0.9);
}
.tiles-card .card a img {
    float: left;
    width: 100%;
    transition: 0.4s ease;
}
.f-about-imw {
    float: left;
    width: 100%;
}
.f-about-imw ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.f-about-imw ul li {
    display: inline;
    margin-right: 10px;
}
.f-about-imw ul li a {
    color: #98a5f9;
    font-size: 14px;
    transition: 0.2s ease;
}
.f-about-imw ul li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: 0.2s ease;
}
.d-file {
    float: left;
    width: 100%;
    margin: 40px 0px;
    padding: 10px;
}
.d-file a img {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    /*background: url('../images/features-card13.png');
    background-size: cover;*/
    transform: perspective(100em) rotateX(0deg);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 37%);
    border-radius: 20px;
    border: 5px solid #fff;
    transition: 0.4s ease;
}
.d-file a img:hover {
    transform: perspective(70em) rotateX(20deg);
    transition: 0.4s ease;
}

.d-file a h6 {
    text-decoration: none;
    color: #3441B4;
    font-size: 20px;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
#d-icon {
    float: left;
    width: 100%;
    margin: 40px 0px;
    padding: 10px;
}
.loginpage {
    float: left;
    width: 100%;
    height: 100vh;
}
.login-img {
    float: left;
    width: 60%;
    height: 100vh;
    background: url("../images/slider-img01.jpg") center right;
    background-size: cover;
}
.login-img1 {
    float: left;
    width: 60%;
    height: 100vh;
    background: url("../images/slider-img03.jpg") center;
    background-size: cover;
}
.login-content {
    float: right;
    width: 40%;
    height: 100vh;
    padding: 100px;
}
.login-form {
    float: left;
    width: 100%;
    height: auto;
}
.login-content h6 {
    margin-bottom: 40px;
    font-weight: 300;
}
.signin-text {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #3441B4;
    outline: none;
}
.signin-btn {
    width: 100%;
    background: #3441B4;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 40px;
    transition: 0.4s ease;
}
.signin-btn:hover {
    background: #5961A6;
    transition: 0.4s ease;
}
.create-btn {
    width: 100%;
    background: #DD3833;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 40px;
    transition: 0.4s ease;
}
.create-btn:hover {
    background: #F15954;
    transition: 0.4s ease;
}
.backhome a {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 40px;
    text-decoration: none;
    color: #667080;
}
.backhome a:hover {
    text-decoration: underline;
}
.advertise {
    float: left;
    width: 100%;
    height: 100vh;
}
.advertise-img {
    float: left;
    width: 60%;
    height: 100vh;
    background: url("../images/ads-bg.jpeg") center right;
    background-size: cover;
}
.advertise-content {
    float: right;
    width: 40%;
    height: 100vh;
    padding: 50px 100px;
}
.advertise-form {
    float: left;
    width: 100%;
    height: auto;
}
.advertise-text {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #3441B4;
    outline: none;
}
.advertise-btn {
    width: 100%;
    background: #3441B4;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 40px;
    transition: 0.4s ease;
}
.advertise-btn:hover {
    background: #5961A6;
    transition: 0.4s ease;
}
.imgbox {
    width: 75%;
    height: auto;
    background: rgb(9 13 40 / 82%);
    padding: 100px;
    margin: 0 auto;
    position: relative;
    top: 100px;
    color: #fff;
}
.box-border {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 20px 5px 20px;
    border: 1px solid #0FAEDA;
    border-radius: 20px;
    margin-bottom: 30px;
}
.para-md p {
    font-size: 18px;
    color: #333;
}
.seemorebox h1 {
    float: left;
    width: 100%;
    color: #3441B4;
    border-bottom: 1px solid #3441B4;
    padding-bottom: 30px;
}
.seemorecard {
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 0px;
}
.seemorecard img {
    float: left;
    width: 40%;
}
.seemorecard .content {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    margin-left: 20px;
}
.seemorecard h5 {
    text-decoration: none;
    color: #333;
}
.seemorecard p {
    font-size: 14px;
}
.seemorecard a {    
    color: #DD3833;
    border-bottom: 1px solid #DD3833;
}
.ads-pos img {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding: 10px;
}

.signupbox {
    float: left;
    width: 100%;
    height: auto;
    padding: 40px;
    background: url('../images/bg001.png') #757FCF bottom;
    background-size: cover;
    color: #fff;
    border-radius: 10px;
    margin-top: 100px;
}
.signupbox h3 {
    margin-bottom: 40px;
}
.custom-signupbtn {
    background: #fff;
    color: #333;
    border: none;
    transition: 0.4s ease;
}
.custom-signupbtn:hover {
    background: #333;
    color: #fff;
    border: none;
    transition: 0.4s ease;
}
.form-box {
    float: left;
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding: 30px;
    border-radius: 10px;
    margin-top: 50px;
}
.form-box input, .form-select {
    padding: 10px;
}
.partnercard {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    /* border: 1px solid #ccc; */
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: 0.4s ease;
    position: relative;
    top: 0px
}
.partnercard:hover {
    box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
    transition: 0.4s ease;
    position: relative;
    top: -5px
}
.partnercard img {
    float: left;
    width: 20%;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.partnercard .content {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    margin-left: 20px;
    padding: 10px;
}
.partnercard h5 {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.partnercard p {
    font-size: 14px;
}
.partnercard a {    
    color: #DD3833;
    border-bottom: 1px solid #DD3833;
}
.card-group {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}
.section-para-md {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #193e75 !important;
}
.backmenu {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.backmenu a, img {
    color: #667080;
    margin-right: 10px;
    transition: 0.4s ease;
}
.backmenu a:hover {
    color: #667080;
    text-decoration: underline;
    transition: 0.4s ease;
}
#bullet-circle01 {
    background: url("../images/icon-bullet03.svg") no-repeat left 2px;
    margin-left: 30px;
}
.pos-list {
    margin-top: 80px;
}
.product-box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
/*.product-listitem {
    float: left;
    width: 100%;
    border-bottom: 1px solid #333;
    background: url("../images/arrow-right-lg.svg") no-repeat right 15px;
    padding-left: 0px;
    margin-bottom: 30px;
    transition: 0.4s ease;
}
.product-listitem:hover {
    padding-left: 20px;
    transition: 0.4s ease;
    background: url("../images/arrow-right-lg.svg") no-repeat #f4f4f4 right 15px;
    border-bottom: 1px solid #3441B4;
}*/
.product-listitem a {
    float: left;
    width: 100%;
    color: #333;
    text-decoration: none;
    padding: 30px;
    border-bottom: 1px solid #333;
    background: url("../images/arrow-right-lg.svg") #ffffff no-repeat right 15px;
    padding-left: 0px;
    margin-bottom: 0px !important;
    margin-top: 10px;
    transition: 0.4s ease;
}
.product-listitem a:hover {
    color: #3441B4;
    background: url("../images/arrow-right-lg.svg") #f4f4f4 no-repeat right 15px;
    padding-left: 20px;
    border-bottom: 1px solid #3441B4;
    transition: 0.4s ease;
}
.product-listitem h3 {
    margin-bottom: 0px;
    font-size: 28px;
}
.card-pos {
    margin-top: 100px;
}

#menu-active {
    color: #3441B4;
}
.mySidenav {
    display: none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 0;
  background-color: #3441B4;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
    border-radius: 40px 0px 0px 0px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.couponbox {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f4f4f4;
    margin-top: 50px;
}
.couponbox h5 {
    margin-bottom: 20px;
}
.couponbox input {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
}
.couponbox a {
    background: #3441B4;
    border: #3441B4;
}
.box3 {
    
    width: 100%;
    height: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.box3 p {
    font-size: 13px;
}
.page-logo {
    float: left;
    width: 200px;
    height: 200px;
    padding: 10px;
    background: #fff;
    position: absolute;
    z-index: 999;
    top: 420px;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 12%);
}
.page-logo-pos {
    margin-bottom: 40px;
}
.banner-logo {
    float: left;
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 13%;
}
.grayscale-img {
    filter: grayscale(100%);
}
.cursor-notallowed {
    cursor: not-allowed;
}
.imwstore {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 30px;
}
.imwstore h3 {
    
}
.imwstore-section {
    
}
.imwstore-list-item {
    float: left;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    background: url('../images/imwstore-cart.svg') center no-repeat; 
    background-size: cover;
}
.youtube-list {
    float: left;
    width: 100%;
    height: 99.3vh;
    overflow-y: scroll;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 10px;
}
.youtube-thumbs {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}
.youtube-thumbs .thumb-img {
    float: left;
    width: 200px;
    height: 120px;
    background: #7a81bc;
    margin-right: 10px;
    margin-bottom: 10px;
}
.youtube-thumbs .thumb-caption {
    float: left;
    width: 200px;
    height: 120px;
}
.youtube-thumbs .thumb-caption h6 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.youtube-thumbs .thumb-caption p {
    font-size: 14px;
    font-weight: normal;
    color: #9095b7;
}
.youtube-list h6 a {
    font-size: 14px;
    color: #C51A1B;
    margin-bottom: 20px;
    /*transition: 0.4s ease;
    border: 1px solid #ccc;
    padding: 10px 5px 7px 10px;
    border-radius: 40px;
    float: left;*/
}
.youtube-list h6 a:hover {
    font-size: 14px;
    color: #C51A1B;
    /*transition: 0.4s ease;
    border: 1px solid #C51A1B;
    background: #FFEBEB;*/
}
.youtube-list h6 a img {
    position: relative;
    top: -2px;
    left: 5px;
    right: 0px;
}
.section-one {
    float: left;
    width: 100%;
    padding: 60px 100px;
}
.valunteer-list {
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.valunteer-list h6 {
    font-size: 18px;
    color: #262d5f;
    margin-bottom: 10px;
}
.valunteer-list p {
    font-size: 14px;
}
.bg-grey {
    background: #f7f7f7 !important;
}
.uploadcv {
    border: 1px solid #b6ddfd;
    padding: 40px;
    border-radius: 10px;
    float: left;
    width: 100%;
    /* margin-bottom: 40px; */
    /* margin-top: 40px; */
    background: #edf7ff;
}
.download-btn a {
    position: fixed;
    right: -44px;
    top: 400px;
    background: #333;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transform: rotate(-90deg);
    z-index: 99;
    letter-spacing: 1px;
}
.banner-video {
  float: left;
  width: 100%;
  height: 100vh;
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.banner-video-mobile {
  display: none;
}

@media (min-aspect-ratio:16/9) {
  .banner-video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio:16/9) {
  .banner-video {
    width: 100%;
    height: 90vh;
  }
}

.leftsociallinks {
	position: fixed;
	left: 0px;
	top: 150px;
	padding: 0px;
	display: block;
}
.leftsociallinks ul {
    list-style: none;
    margin: 0;
    padding: 0;   
}
.leftsociallinks ul li {
    display: block;
    background: #333;
    padding: 9px;
    text-align: center;
    width: 45px;
    height: auto;
}
.leftsociallinks ul li a {

}
.leftsociallinks #one {
    background: #2C46A1;
}
.leftsociallinks #two {
    background: #202020;
}
.leftsociallinks #three {
    background: #DB168C;
}
.leftsociallinks #four {
    background: #227CC8;
}
.leftsociallinks #five {
    background: #c81615;
}
.leftsociallinks #six {
    background: #ff0303;
}
.leftsociallinks #seven {
    background: #265D87;
}
.leftsociallinks #eight {
    background: #FFA504;
}
.leftsociallinks #nine {
    background: #494949;
}
.leftsociallinks #ten {
    background: #707070;
}
.leftsociallinks #eleven {
    background: #FFDD2D;
}
.leftsociallinks #twelve {
    background: #2BA537;
}
#active a {
    color: yellow;
}


