body{
	background-color: #DBDBDB;
	background-image: url(../images/background.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin:0;
	font-family:Arial;
}

.banner{
  background: linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); 
  padding:0px;
  padding:5px;
  margin:20px auto;
  border-radius: 10px;
  border:solid 1px #333;
  position: relative;

}
.banner li{
  list-style: none;
  font-size: 18px;
}
.banner img{
  width: 50px;
}

ol, ul {
  list-style: none;
}


.nav li a{
	color: #fff;
}
.nav li a:hover{
	background-color: #f9a318; 
	color: #333;
}
.nav li div a{
	
	color: #333;
}
.nav-link:hover{
	background-color: #77f477; 
	color: #333;
}
.dropdown-menu li a{
	color:#333;
}
@media (max-width: 62em) {
  .navbar-nav {
    padding-top: .425rem;
    padding-left: 0.75rem;
  }

  .navbar-nav .nav-item {
    float: none;
  }

  .navbar-brand {
    float: right;
  }

  .navbar-brand,
  .navbar-nav .nav-item {
    display: block;
  }

  .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }

  .dropdown-menu {
    position: relative;
    float: none;
  }
}

/*=========================================================================================================================
Start Of Navbar Box Shadow Styling
=========================================================================================================================*/


/*==================================================
 * Effect 6
 * ===============================================*/
.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
@media screen and (max-width: 600px) {
	.image-xs{
		background-color: #fff;
	}
}
.navbar-toggler{
	color: #fff;
}
/*=========================================================================================================================
Start Of Right Sidebar Styling
=========================================================================================================================*/
.sidebar-widget{
	background: #163061;
	margin-top: 50px; 
	padding-right: 10px; 
	-webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
	
}
.cart {
  margin: 10px auto;

  overflow: hidden;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.6);
  background: #fff;
  border: 1px solid #999;
  border-radius: 3px;
-webkit-box-shadow: -10px 0px 13px -7px #fff, 10px 0px 13px -7px #fff, 5px 5px 15px 5px rgba(0,0,0,0); 
box-shadow: -10px 0px 13px -7px #fff, 10px 0px 13px -7px #fff, 5px 5px 15px 5px rgba(0,0,0,0);
}

.cart-top {
  position: relative;
  z-index: 1;
  height: 50px;
  line-height: 24px;
  padding: 8px 15px;
  font-size: 14px;

  color: #fff;

  background: #0e3148;
  border-bottom: 1px solid #222;
  border-radius: 2px 2px 0 0;
  -webkit-font-smoothing: antialiased;
  background-image: -webkit-linear-gradient(top, #3061bf, #163061 90%, #0e3148);
  background-image: -moz-linear-gradient(top, #3061bf, #163061 90%, #0e3148);
  background-image: -o-linear-gradient(top, #3061bf, #163061 90%, #0e3148);
  background-image: linear-gradient(to bottom, #3061bf, #163061 90%, #0e3148);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
}

.cart-top-title {
  float: left;
}

.cart-top-info {
  float: right;
}

.cart-item {
  position: relative;
  line-height: 20px;
  padding: 10px 10px 10px 15px;
  font-weight: bold;
  background: #ffff;

  background-image: -webkit-linear-gradient(top, #ccc, #fff);
  background-image: -moz-linear-gradient(top, #ccc, #fff);
  background-image: -o-linear-gradient(top, #ccc, #fff);
  background-image: linear-gradient(to bottom, #ccc, #fff);

}
.cart-item:first-child {
  margin-top: -1px;
  padding-top: 11px;
}


.cart-item-desc {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #b8c6cc;
  padding: auto 10px;
}

.cart-item-price {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  color: #eee;
}

.cart-bottom {
  line-height: 31px;
  padding: 10px 10px 10px 15px;
  font-weight: bold;
  background: #484848;
  background-image: -webkit-linear-gradient(top, #545454, #434343);
  background-image: -moz-linear-gradient(top, #545454, #434343);
  background-image: -o-linear-gradient(top, #545454, #434343);
  background-image: linear-gradient(to bottom, #545454, #434343);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.cart-bottom > .cart-button {
  float: right;
}

.cart-button {
  line-height: 29px;
  padding: 0 25px;
  color: white;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background: #5aa327 padding-box;
  border: 1px solid #333;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1) 50%, transparent 50%, rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1) 50%, transparent 50%, rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1) 50%, transparent 50%, rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1) 50%, transparent 50%, rgba(0, 0, 0, 0.04));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.cart-button:hover {
  background-color: #5daa2d;
}
.cart-button:active {
  background-image: none;
  border-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.05);
}

	  
.card-cont{
	border: solid 1px #ccc;
	padding: 20px;
}
.card-list{
	padding-left: 50px;
	list-style: disc;
}  

.settings {
  margin: 20px auto;
  width: 100%;
  background: #fafafa;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top, #fafafa, #e1e1e1);
  background-image: -moz-linear-gradient(top, #fafafa, #e1e1e1);
  background-image: -o-linear-gradient(top, #fafafa, #e1e1e1);
  background-image: linear-gradient(to bottom, #fafafa, #e1e1e1);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.settings-header {
  padding: 10px;
  background: #b5b5b5;
  border-bottom: 1px solid #949494;
  border-radius: 5px 5px 0 0;
  background-image: -webkit-linear-gradient(top, #dadada, #b1b1b1);
  background-image: -moz-linear-gradient(top, #dadada, #b1b1b1);
  background-image: -o-linear-gradient(top, #dadada, #b1b1b1);
  background-image: linear-gradient(to bottom, #dadada, #b1b1b1);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15);
}
.settings-header > h2 {
  line-height: 25px;
  font-size: 15px;
  color: #505050;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
.settings-header > a {
  position: relative;
  float: left;
  width: 23px;
  height: 23px;
  background: #ddd;
  background-clip: padding-box;
  border: 1px solid;
  border-color: #aaa #9c9c9c #888;
  border-radius: 13px;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background-image: -webkit-linear-gradient(top, #fafafa, #c1c1c1);
  background-image: -moz-linear-gradient(top, #fafafa, #c1c1c1);
  background-image: -o-linear-gradient(top, #fafafa, #c1c1c1);
  background-image: linear-gradient(to bottom, #fafafa, #c1c1c1);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.9);
}
.settings-header > a:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
}
.settings-header > a:active {
  background: #ccc;
  border-color: #888 #9c9c9c #9c9c9c;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.settings-header .icon-close {
  float: right;
}

.settings-form {
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.settings-form > h3 {
  line-height: 25px;
  font-size: 11px;
  color: #888;
  text-align: center;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
}
.settings-form > label {
  display: block;
  position: relative;
  padding: 8px 12px 8px 52px;
  line-height: 16px;
  font-size: 11px;
  color: #8c8c8c;
  border-top: 1px solid #d5d5d5;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5);
}
.settings-form > label:before {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -14px;
  width: 28px;
  height: 28px;
}
.settings-form input {
  display: none;
}
.settings-form strong {
  display: block;
  font-size: 12px;
  color: #414141;
  font-weight: bold;
}

.settings-switch {
  float: right;
  margin: 5px 0 0 20px;
  padding: 1px;
  width: 52px;
  background: #b5b5b5;
  background-clip: padding-box;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.45) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.28);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(top, #b5b5b5, #d5d5d5);
  background-image: -moz-linear-gradient(top, #b5b5b5, #d5d5d5);
  background-image: -o-linear-gradient(top, #b5b5b5, #d5d5d5);
  background-image: linear-gradient(to bottom, #b5b5b5, #d5d5d5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
input:checked + .settings-switch {
  padding-left: 19px;
  background: #417ece;
  background-clip: border-box;
  border-color: #1f559f #3672b8 #498cd3;
  background-image: -webkit-linear-gradient(top, #417ece, #62a4ee);
  background-image: -moz-linear-gradient(top, #417ece, #62a4ee);
  background-image: -o-linear-gradient(top, #417ece, #62a4ee);
  background-image: linear-gradient(to bottom, #417ece, #62a4ee);
}

.settings-switch-handle {
  display: block;
  margin: 1px;
  padding: 1px;
  width: 26px;
  height: 12px;
  background: #fbfbfb;
  border-radius: 8px;
  background-image: -webkit-linear-gradient(top, #fbfbfb, #d9d9d9);
  background-image: -moz-linear-gradient(top, #fbfbfb, #d9d9d9);
  background-image: -o-linear-gradient(top, #fbfbfb, #d9d9d9);
  background-image: linear-gradient(to bottom, #fbfbfb, #d9d9d9);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.1);
}
.settings-switch-handle:before, .settings-switch-handle:after {
  content: '';
  width: 11px;
  height: 12px;
  border-radius: 6px;
}
.settings-switch-handle:before {
  float: left;
  background: #dfdfdf;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(left, #dfdfdf, #c4c4c4);
  background-image: -moz-linear-gradient(left, #dfdfdf, #c4c4c4);
  background-image: -o-linear-gradient(left, #dfdfdf, #c4c4c4);
  background-image: linear-gradient(to right, #dfdfdf, #c4c4c4);
}
.settings-switch-handle:after {
  float: right;
  background: #dfdfdf;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(right, #dfdfdf, #c4c4c4);
  background-image: -moz-linear-gradient(right, #dfdfdf, #c4c4c4);
  background-image: -o-linear-gradient(right, #dfdfdf, #c4c4c4);
  background-image: linear-gradient(to left, #dfdfdf, #c4c4c4);
}

.settings-header > a:before, .settings-form > label:before {
  content: '';
  display: block;
  background-image: url("img/icons.png");
}

.icon-wifi:before {
  background-position: 0 0;
}

.icon-gps:before {
  background-position: -28px 0;
}

.icon-close:before {
  background-position: 0 -28px;
}

.icon-prev:before {
  background-position: -12px -28px;
}


.orange{
	 color:#f79b2c;
	
}



/*PEN STYLES*/

.blog-card {

  transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.9);
  margin: 0 auto 1.6%;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 1.45em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-card:hover .details {
  left: 0;
}
.blog-card:hover.alt .details {
  right: 0;
}
.blog-card.alt .details {
  right: -100%;
  left: inherit;
}
.blog-card .photo {
  height: 200px;
  position: relative;
}
.blog-card .photo.photo1 {
  background: url("../images/networking-sidebar.png") no-repeat;
  background-size: contain;
}
.blog-card .photo.photo2 {
  background: url("../images/big-data-sidebar.png") no-repeat;
  background-size: contain;
}
.blog-card .photo.photo3 {
  background: url("../images/security.png")  no-repeat;
  background-size: contain;
}
.blog-card .photo.photo4 {
  background: url("../images/big-data.png") no-repeat;
  background-size: contain;
}
.blog-card .photo.photo5 {
  background: url("../images/psc.png") no-repeat;
  background-size: contain;
}
.blog-card .photo.photo6 {
  background: url("../images/social-responsibilities.png") no-repeat;
  background-size: contain;
}
@media (max-width: 62em) {
	.blog-card .photo.photo1 {
  background: url("../images/networking-sidebar.png") no-repeat;
  background-size: cover;
	}
	.blog-card .photo.photo2 {
	  background: url("../images/big-data-sidebar.png") no-repeat;
	  background-size: cover;
	}
	.blog-card .photo.photo3 {
	  background: url("../images/security.png")  no-repeat;
	  background-size: cover;
	}
	.blog-card .photo.photo5 {
	  background: url("../images/psc.png") no-repeat;
	  background-size: cover;
	}
	.blog-card .photo.photo6 {
	  background: url("../images/social-responsibilities.png") no-repeat;
	  background-size: cover;
	}
}

.blog-card .details {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  color: #fff;
  font-family: "Open Sans";
  list-style: none;
  margin: 0;
  padding: 10px 15px;
  height: 200px;
  /*POSITION*/
  position: absolute;
  top: 0;
  left: -100%;
}
.blog-card .details > li {
  padding: 3px 0;
}
.blog-card .details li:before, .blog-card .details .tags ul:before {
  font-family: FontAwesome;
  margin-right: 10px;
  vertical-align: middle;
}
.blog-card .details .author:before {
  content: "\f007";
}
.blog-card .details .date:before {
  content: "\f133";
}
.blog-card .details .tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-card .details .tags ul:before {
  content: "\f02b";
}
.blog-card .details .tags li {
  display: inline-block;
  margin-right: 3px;
}
.blog-card .details a {
  color: inherit;
  border-bottom: 1px dotted;
}
.blog-card .details a:hover {
  color: #75D13B;
}
.blog-card .description {
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.blog-card .description h1 {
  font-family: "Roboto";
  line-height: 1em;
  margin: 0 0 10px 0;
}
.blog-card .description h2 {
  color: #9b9b9b;
  font-family: "Open Sans";
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  margin: 1.2% 0;
}
.blog-card .description p {
  position: relative;
  margin: 0;
  padding-top: 20px;
}
.blog-card .description p:after {
  content: "";
  background: #3e4095;
  height: 6px;
  width: 40px;
  /*POSITION*/
  position: absolute;
  top: 6px;
  left: 0;
}
.blog-card .description a {
  color: #3e4095;
  margin-bottom: 10px;
  float: right;
}
.blog-card .description a:after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  content: "\f061";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
}
.blog-card .description a:hover:after {
  margin-left: 5px;
  opacity: 1;
}

@media screen and (min-width: 600px) {
  .blog-card {
    max-height: 300px;
    max-width: 90%;
  }
  
  .blog-card.alt .details {
    padding-left: 30px;
  }
  .blog-card.alt .description {
    float: right;
  }
  .blog-card.alt .description:before {
   
    right: -15px;
    left: inherit;
  }
  .blog-card.alt .photo {
    float: right;
  }
  .blog-card .photo {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    float: left;
    height: 100%;
    width: 40%;
  }
  .blog-card .details {
    width: 40%;
	  height: 100%;
  }
  .blog-card .description {
    float: left;
    width: 60%;
    z-index: 0;
	  height: 100%;
	  font-size: 16px;
  }
  .blog-card .description:before {

    content: "";
    background: #fff;
    width: 100%;
    z-index: -1;
    /*POSITION*/
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
  }
}
.carousel-caption{
	top: 20px; left: 1000px; width: 30%; float: right; border: solid 1px #8F8F8F;
	  -webkit-box-shadow: -10px 0px 13px -7px rgba(0,0,0,0.6), 10px 0px 13px -7px rgba(0,0,0,0.6), -50px -50px 8px -5px rgba(0,0,0,0); 
box-shadow: -10px 0px 13px -7px rgba(0,0,0,0.6), 10px 0px 13px -7px rgba(0,0,0,0.6), -50px -50px 8px -5px rgba(0,0,0,0);
	
}




/* --------------------------------------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------------------------------------*/
.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: #ffffff;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list li a:before {
    content: "\f14f";
    font: 400 21px/1 "Material Design Icons";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}





.card {
	

  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  width: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  
}
@media (max-width: 520px) {
  .card {
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    height: auto;
   
  }
}
.card .movie_image {
  min-width: 200px;
  padding: 0px 10px;
  display: flex;
  position: relative;
  z-index: 99;
}
@media (max-width: 520px) {
  .card .movie_image {
    display: flex;
    flex-basis: auto;
    margin: 0 auto;
    height: 200px;
    padding: 10px 0;
    margin-bottom: 25px;
    overflow: hidden;
  }
}
.card .movie_image .movie_poster {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.card .center {
  display: flex;
  align-items: center;
  vertical-align: center;
  position: relative;
  z-index: 99;
}
@media (max-width: 520px) {
  .card .center {
    padding: 10px 0px;
  }
}
.card .about_movie {
  flex-basis: 100%;
  padding: 0px 10px;
  position: relative;
  z-index: 99;
}
@media (max-width: 520px) {
  .card .about_movie {
    align-items: center;
    text-align: center;
  }
}
.card .about_movie h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: center;
}
.card .about_movie .movie_info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 520px) {
  .card .about_movie .movie_info {
    justify-content: space-around;
  }
}
.card .about_movie .movie_desc {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 25px;
  color: white;
  position: relative;
  z-index: 99;
}
.card .wavy {
  position: absolute;
  bottom: calc(0px);
  fill: antiquewhite;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 0;
}
.card .watch {
  position: relative;
  z-index: 99;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  transition: all .3s;
}
.card .watch:hover {
  background: rgba(255, 255, 255, 0.2);
}
.card .watch svg {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  fill: #fff;
}
.card .watchlist {
  position: relative;
  z-index: 99;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  transition: all .3s;
}
.card .watchlist:hover {
  color: white;
}
.card .watchlist svg {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  fill: white;
}

/* background */
.bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
@media (max-width: 600px) {
	footer{
		text-align: center;
	}
	.hidden-xs{
		display: none;
	}
}