@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 24 !important;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#logo img {
    margin-top: -20px;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
    width: 100% !important;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    /* float: right; */
    background: #1690ce;
    text-align: right;
    margin-left: 30%;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display:none;
}
#cssmenu > ul > li {
    float: left;
    z-index: 2222;
    position: relative;
    margin-right: -10px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding-right:23px;
  padding-left:23px;
  padding-top:12px;
  padding-bottom:12px;
 font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;


}
#top21 {
    width: 100% !important;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    float: left;
    background-color: #1690ce;
    border-bottom: 3px solid #82b93e;
    text-align: right;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #FFF;

}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}

#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  

}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #000;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  margin-left: -36px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
  text-align:left;
margin-left: -18px;
    padding: 3px;
    margin-bottom: 0px;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 185px;
  font-size: 13px;
  background: #1690ce;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;

}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #000;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 960px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
   #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 40%;
    display: none;
    position: absolute;
    z-index: 99999;
    background-color: #9FCFFF;
    margin-left: 60%;
    text-align: left;
    font-size: 12px;
}

  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
text-align:left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	color:#000;
	
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 14px;
    color:#fff;
    background: none;
	text-align:left;
	
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 18px 50px;
    color: #fff;
	
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
	
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
	padding-top:3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

.con1
{
  width: 80%;
  background: url(images/ban.png);
}
.con1 h3 {
    margin-left: -12%;
    margin-bottom: 7%;
    font-weight: 600;
    color: #1690ce;
    font-size: 25px;
}
.tal
{
  margin-left: 223px !important;
    width: 100%;
}
#img img {
    /* width: 20%; */
    /* float: left; */
    margin-top: 0%;
}
#img img {
    width: 2%;
    /* float: left; */
    margin-top: 0%;
}
#img p {
    width: 75%;
    margin-left: 13%;
}
#img h3 {
    margin-right: 0%;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 29px;
    /* margin-top: -165px; */
    color: #1690ce;
}
.film {
    float: left;
    border: 1px solid gray;
    margin-bottom: 4px;
    border-width: 60%;
    padding: 4px;
    width: 100%;
}
.film h4
{
  margin-left: -65%;
}
.grid figure p {
    /* letter-spacing: 1px; */
    font-size: 14px !important;
}
.view a
{
  margin-left: 70%;
}
.effect-winston1 h3
{

    margin-right: 74%;
}
.become {
    margin-top: 0%;
    height: auto;
    width: 100%;
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    float: left;
    text-align: center;
}
.become a {
    text-decoration: none;
    color: #4e99c0;
    padding: 6px 12px;
    font-family: Calibri;
    font-weight: 600;
    border: 1px solid #4e99c0;
}
.become a:hover
{
  text-decoration: none;
  color:white;
  background-color:#9C27B0;
}
.talen {
    margin-left: -98px;
    margin-bottom: 20px;
}
.talen img {
    width: 70%;
    margin-left: 38px;
    padding: 4px;
    border: 1px solid #03A9F4;
        margin-top: 10px;
}



.hovereffect1 {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect1 .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect1 img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect1 a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect1:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.1);
}

.hovereffect1:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}
.hovereffect1 p
{
margin-top: -25px;
}

.nxt a
{
  font-size: 35px;
    margin-left: 100%;
    text-decoration: none;
}
.nxt a:hover
{
text-decoration: none;  
}
.nxt
{
  MARGIN-TOP: -102px;
}
.contn_left p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: -20px;
}
.members p {
    text-align: left;
    color: black;
    line-height: 2;
}
.members h3 {
    text-align: left;
    font-size: 26px;
    color: #2196F3;
    font-weight: bold;
    margin-bottom: 5%;
}
.dot
{
	color: red;
    margin-right: 2%;
}
.members
{
	margin-left: 15%;
}
.subabt
{
	margin-bottom:2% !important;
}
.vission p
{
  font-family: arial;
    font-size: 15px;
    line-height: 2;
}
.mission p
{
  font-family: arial;
    font-size: 15px;
    line-height: 2;
}
    .mission{
  margin-top:60px;

}
 .mission h1{
  font-size: 25px;
}

 .vission h1{
  font-size: 25px;
}
.vission{
  margin-top:60px;
}

.top_brdr{
  display: inline-block!important;
    left: 0!important;
    margin-bottom: 20px!important;
}
.shadow{
  width:100%;
  margin-top:31px!important;
  margin-bottom: -45px;
}
.center img {
    margin-top: 20%;
}
#con h4 {
    width: 100%;
    height: auto;
    margin-top: -8%;
    padding: 0px;
    float: left;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 20px;
    position: absolute;
    z-index: 999;
    font-weight: 700;
}


.gall{
  max-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem 2rem;
}

.heading {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding: 0.5rem 0;
    color: #1a1a1a;
}
.heading span {
  display: block;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  /* Compensate for excess margin on outer gallery flex items */
  margin: -1rem -1rem;
}

.gallery-item {
  /* Minimum width of 24rem and grow to fit available space */
  flex: 1 0 24rem;
  /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
  margin: 1rem;
  box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

.gallery-image:hover {
  transform: scale(.9);
}

.gallery-image2:hover {
  transform: scale(1.0);
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
    grid-gap: 2rem;
  }

  .gallery,
  .gallery-item {
    margin: 0;
  }
}


.con1 h3 {
    margin-left: 26%;
    margin-bottom: 3%;
    font-weight: 600;
    color: #1690ce;
    font-size: 25px;
}
#links
{
  margin-left: 20%;
    margin-bottom: 5%;
}
#links h4
{
  border: 1px solid gray;
    padding: 20px;
}
#links a
{
  text-decoration: none;
}
#links p {
    width: 95%;
    border: 2px solid #2196f321;
    margin-left: -91px;
    margin-top: 16px;
    /* color: wheat; */
    padding: 10px;
    background-color: #2196f345;
}


#contact {
    border: 1px solid !important;
    padding: 60px;
    margin-left: 36%;
    margin-bottom: 25px;
}
.input {
    width: 40%  !important;
    border-radius: 10px;
    padding: 8px;
    margin-left: 40%  !important;
    /* top: -3px; */
    margin-top: -32px  !important;
    margin-bottom: 15px;
}
.capt
{
  margin-left: 0%;
    margin-top: 2% !important;
}
.input-group
{
  margin-left: 48%;
}
.compect1
{
  margin-bottom: 2%;
}

.compect_img{
  /* Minimum width of 24rem and grow to fit available space */
  flex: 1 0 24rem;
  /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
  margin: 1rem;
  box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.compact_image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

.compact_image:hover {
  transform: scale(1.15);
}

.del
{
  margin-bottom: 10px;
}
.comp_li span {
    flex-shrink: 0;
    /* width: 41%; */
    margin-top: 4px;
    margin-left: 65px;
    text-align: initial;
    font-size: 15px;
}
.comp_li span.label {
    font-weight: 700;
    margin-right: 1rem;
    width: 25%;
    padding: 7px;
    margin-left: -35px;
    color: black;
    margin-right: 3px;
    margin-top: -4px;
    text-align: left;
    font-size: 16px;
}

.comp_li li {
    display: flex;
}

 .comp_li {
    margin-top: 1rem;
    font-size: 0.75rem;
}
.compect1 p {
    margin-bottom: -6px;
    text-align: left;
}
.compect1 h3
{
  text-align: left;
    margin-top: 6.8px;
}




.select {
    width: 104% !important;
    margin-top: -4px;
    padding: 9px !important;
    margin-bottom: 3px;
    margin-left: 3px;
    border-radius: 5px;
}


.col2 {
    margin-top: -385px;
    width: 95%;
    margin-left: 156%;
}
.col1
{
  margin-left: 54%;
    width: 100%;
}


.select {
    width: 40% !important;
    margin-top: -4px;
    padding: 7px !important;
    margin-bottom: 17px;
    color: #963355;
    margin-left: 0px;
    border-radius: 5px;
}
.booknw
{
  margin-left: 0%;
    margin-bottom: 35px;
    margin-top: 10%;
    padding: 5px;
    width: 35%;
     background-image: linear-gradient(to right, #fff 3%, #0CF 99%), linear-gradient(to right, #fff 3%, #0CF 99%);
}


.review-card .info-container .stars .star {
    font-size: 20px;
    margin-right: 5px;
}
.review-card .info-container .stars .star {
    font-size: 17px;
    margin-right: 2px;
    text-shadow: 0 0 1px rgba(0,0,0,0.7);
}
.stars .star {
    float: left;
    color: #fff;
    font-size: 37px;
    margin-right: 5px;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.review-cards-container .review-card .inner {
    background: #f8f9fa;
}
.review-card .inner {
    overflow: hidden;
    background: #fff;
}
.review-card .review-title-container {
    overflow: hidden;
}

.review-card .review-title-container {
    padding: 20px 18px 0 18px;
}
.figure-container
{
  margin-top: -36px;
}


.wide-card a .wide-card-title .rating-container .stars {
    display: inline-block;
    float: none;
}
.card .rating-container .stars {
    width: auto;
    margin: 0 2px 0 0;
}
.stars {
    list-style: none;
    overflow: hidden;
    margin: 10px 0 20px 0;
    padding: 0;
    float: left;
    width: 100%;
}
.wide-card a .wide-card-title .rating-container .stars .star.full {
    color: #b92855;
}
.wide-card a .wide-card-title .rating-container .stars .star {
    color: #616162;
}
.card .rating-container .stars .star.full {
    color: #b92855;
}
.card .rating-container .stars .star {
    font-size: 17px;
    color: #ebebec;
    text-shadow: none;
    margin-right: 3px;
}
.stars .star.full {
    color: #00beb4;
    text-shadow: none;
}
.stars .star {
    float: left;
    color: #fff;
    font-size: 37px;
    margin-right: 5px;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wide-card a .wide-card-title .rating-container .stars .star {
    color: #616162;
}
.card .rating-container .stars .star {
    font-size: 17px;
    color: #ebebec;
    text-shadow: none;
    margin-right: 3px;
}
.stars .star {
    float: left;
    color: #fff;
    font-size: 37px;
    margin-right: 5px;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.rating-container {
    margin-left: 0%;
    line-height: 4;
    /* margin-top: -23px; */
}
.rating-container h5 {
    margin-right: 80%;
    text-align: justify;
}

.divide
{
  margin-bottom: 5%;
}
.bookgif {
    margin-left: 67%;
    /* margin-top: -291px; */
}
.bookclub {
    display: inline-flex;
    width: 100%;
    margin-right: -12%;
}
.bookclub img {
    width: 50%;
    border: 1px solid gray;
    /* height: 13%; */
    height: 0%;
    margin-bottom: 30px;
    /* margin-bottom: 8px; */
}
.bookclub p {
    font-size: 11px;
    MARGIN-BOTTOM: 20px;
}





.para img
{

    box-shadow: 0 28px 50px rgba(0,0,0,.3);
    margin-bottom: 10%;
}
.para
{
  margin-bottom: 50px;
}




.thin-card, .download-card {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 13px;
    float: none;
    display: block;
    overflow: hidden;
}
.thin-card a, .download-card a {
    border-color: #f7f8f8;
}
.tall-card a, .thin-card a, .download-card a, .tall-card .non-active, .thin-card .non-active, .download-card .non-active {
    border-bottom: solid 5px transparent;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}
.card a {
    display: block;
    color: #3d3f42;
}
.thin-card .image, .download-card .image {
    float: left;
    width: 229px;
    z-index: 1;
}
.card .image {
    position: relative;
    overflow: hidden;
    text-align: center;
}
figure {
    margin: 0;
}
.card a .image img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (min-width: 471px)
.thin-card .image img, .download-card .image img {
    max-width: none;
    height: 129px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.tag-overlay {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'museo_sans700', Arial, Helvetica, sans-serif;
    font-size: 0;
    color: #fff;
    text-align: center;
    z-index: 3;
    width: 100%;
}
.tag-overlay .tag-title {
    display: inline-block;
    padding: 6px;
    background: rgba(0,0,0,0.7);
    min-width: 80%;
    font-size: 14px;
}

.card .image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(61,63,66,0.3); */
}
.asset-info .assets, .download-card .asset-info .assets {
    width: 100%;
    margin-top: 17px;
    position: relative;
}
.thin-card .asset-info, .download-card .asset-info {
    min-height: 0;
    width: 30%;
    position: absolute;
    height: 100%;
    left: inherit;
    right: 0;
    color: black;
    border: none;
    margin-top: -113px;
    padding-right: 0;
    text-align: unset;
    /* margin-bottom: 15px; */
}

.asset-info .assets, .download-card .asset-info .assets {
    width: 100%;
    position: relative;
}


  .asset-info p .label, .download-card .asset-info p .label {
    width: 35%;
}
@media (min-width: 471px)
.thin-card .asset-info p .label, .download-card .asset-info p .label {
    width: auto;
    font-size: 14px;
    margin-right: 6px;
}
.card .asset-info p .label {
    width: 40%;
    display: inline-block;
}

.card .asset-info p .tag-container .tag {
    background: #ebebec;
    text-align: center;
    padding: 5px 7px;
    display: block;
}

.asset-info p .label, .download-card .asset-info p .label {
    width: auto;
    font-size: 14px;
    margin-right: 6px;
}
.card .asset-info p .label {
    width: 39%;
    display: inline-block;
    color: black;
}
.asset-info p .tag-container, .download-card .asset-info p .tag-container {
    width: auto;
    margin-right: 6px;
}
.card .tag-container .tag {
    display: inline-block;
    padding: 5px 7px;
    background: #e6e7e8;
    margin: 0 2px;
    font-size: 12px;
}
.thin-card a:hover {
    border-bottom: solid 5px #1690ced9;
    text-decoration: none;
}
.details {
    margin-top: 0px;
    font-size: 20px;
    text-align: left;
    margin-left: 25%;
}
.film1 img {
    margin-right: 47%;
    border: 1px solid;
}
.film2 {
    margin-top: 0%;
    text-align: initial;
    margin-left: -11%;
}
.download {
    margin-top: 6%;
    margin-left: 25%;
    border: 1px solid;
}
#film
{
	margin-bottom: 2%;
}

.film1 a {
    margin-right: 46% !important;
    /* border: 1px solid !important; */
    color: red !important;
    font-size: 13px;
    margin-bottom: 8%;
    margin-top: -4px;
    padding: 1px !important;
}
.film1 h3 {
    margin-right: 47% !important;
    font-size: 16px !important;
    color: darkred !important;
}
.hed
{
  margin-right: 42%;
    /* border: 1px solid; */
    color: red;
}
.banker img
{
	border:1px solid;
  margin-left: 0px;
}

.leftimg {
    width: auto !important;
    height: auto !important;
   margin-left: 87px;
}

.banker a {
 
  margin-left: -46px;
}

.banker p {
    /*border: 1px solid;*/
    width: 100%;
    height: 88px;
    padding: 0px;
    padding-top: 0px;
      margin-bottom: 2%;
    text-align: justify;
    color: #333;
    margin-left: 160px;
}

.banker
{
	margin-bottom: 0%;
}
.form-check {
    margin-left: 50% !important;
    margin-top: -36px !important;
}
	#rm
	{
		width:40%;
	}
	
	


.section2
  {
    margin-left: 48%;
    margin-top: -40%;
    /* padding: 2px; */
    width: 105%;
  }
.evnt span {

	     margin-left: -58% !important;
	    font-weight: 600;
}

.evnt {

	    height: 150px;
}

.evnt h5 {



	width: 50%;
    height: 17px;
    margin-bottom: 3px;
    font-weight: 600;
    text-align: left;
    margin-left: 267px;
}
