/*---------Index---------------*/
body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    background-color: #fdfdfd;
}

.head_text {
    color: white;
}

.card-blowup {
    box-shadow: 0 16px 48px #E3E7EB;
    transition: .5s ease;
}

.profile-image{
  height: auto;
  object-fit:cover;
  border-radius:50%;
  width: 300px;
}

.blog-images{
height: auto;
width: 300px;
}

.sidebar-images{
height: auto;
width: 100%;
}

/*----------Side Bar----------------*/

.biz-image{
height: auto;
width: 350px;
}

.card-sidebar{
margin: 10px;
}


/*----------Base----------------*/
.border-radius{
 border-radius: 12px;
}


body {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    background-color: #fdfdfd;
}
.shadow {
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
}


.des-nats{
    color: black;
    background-color: green;
    border-color: #dc281e;
}

.das {
    color: white ;
    background-color: green;
    border-color: #dc281e;
}

.btn-danger {
    color: #fff ;
    background-color: #f00000;
    border-color: #dc281e;
}
.masthead {
    background: #3398E1;
    height: auto;
    padding-bottom: 15px;
    box-shadow: 0 16px 48px #E3E7EB;
    padding-top: 10px;
}


/*------------- Navbar ----------------*/
.navbar {
  background: linear-gradient(to right, #f2f2f2, #fbfbfb);
  font-size:1.1rem;
  text-transform: uppercase;
  letter-spacing: .1rem;
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .2);
}

.nav-item{
  padding: .4rem;
}

.nav-link.active,
.nav-link:hover {
  color:#396afc!important;
}

/* ------------ pagination ------------*/
.pagin{
    text-align: center;
    margin-top: 1em;
}

.pagin-action{
    margin: 0 0.1em;
    display: inline-block;
    padding: .1em;
    color: #b9b9b9;
    font-size: 1.5rem;
}

.pagin-action:hover{
    color: #3354aa;
}

/*------------------ Blogs -------------------*/


.card.card-border{
    margin: 10px 20px;
}

.card.card-blowup:hover{
    transform: scale(1);
    box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
}
.card{
margin: 10px;
}

.category{
margin-top: 25px;
}

/*--------------- post_detail --------------*/
a:link{
    text-decoration: none;
    text-color:black;
}

/*------------------ footer ------------------------*/
.footer{
  background-color: white;
  padding:1rem 2rem 3rem;
}

/*----------- background intro -----------------------*/

.bgs{
 width:100%;
 height:70%;
 margin:0 auto;
 padding:0px;
 font-family:helvetica;
}

#wrapper
{
 text-align:center;
 margin:0 auto;
 padding:0px;
 width:100%;
}

#animated_div
{
    width: 100%;
    height: 100%;
    background: url("../image/bg.jpg") repeat-x;
    background-size:cover;
    -webkit-animation: animatebackground 60s linear infinite;
    animation: animatebackground 60s linear infinite;
    -ms-animation: animatebackground 60s linear infinite;
    -moz-animation: animatebackground 60s linear infinite;
}

@keyframes animatebackground
{
 from {background-position: 0 0;}
 to {background-position: -1000px 0;}
}
@-webkit-keyframes animatebackground
{
 from {background-position: 0 0;}
 to {background-position: -1000px 0;}
}
@-ms-keyframes animatebackground
{
 from {background-position: 0 0;}
 to {background-position: -1000px 0;}
}
@-moz-keyframes animatebackground
{
 from {background-position: 0 0;}
 to {background-position: -1000px 0;}
}
#animated_div p
{
 color:white;
 padding-top:175px;
  font-size:20px;

}
#animated_div h1
{
 color:white;
 font-size:50px;
}
/*---------- News letter sign up --------------*/
section.sign-up {
	padding: 100px 0px;
	/*background-image: url("../image/aircraft-clouds.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}


.sign-up .heading h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
	padding: 10px 10px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #fff;
}

.sign-up button {
	margin-left: -30px;
	display: inline-block;
	background-color: transparent;
    color: #fff!important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 30px;
	text-decoration: none;
	letter-spacing: 0.5px;
	border: 3px solid #fff;
	border-radius: 50px;
}

.sign-up-input {
	height: 44px;
	width: 400px;
	/*background-color: rgba(250, 250, 250, 0.9);
	color: #5a5a5a!important;
	box-shadow: none!important;
	outline: none!important;*/
}
#home {
   background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url('../image/aircraft-clouds.jpg');
  -webkit-background-size: cover;
  -moz-background-size:  cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center -50px;
}

.messagesbox{
    height: 150px;
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    resize: none;
}
