body{
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently */
}

.section_padding {
  padding: 40px 0px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p {
  font-size: 15px;
}

h2 {
  font-size: 40px;
  line-height: 28px;
  font-weight: 600;
}


h3 {
  font-size: 30px;
  line-height: 25px;
  font-weight: 600;
}
h4 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
h6 {
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
}
.main_menu {
  position: absolute;
  width: 100%;
  z-index: 999;
  height: 50px;
  border: 0px solid red;
}


.main_menu .navbar-collapse {
  justify-content: flex-end;
  border: 0px solid red;
}


.main_menu .main-menu-item ul li .nav-link {
  color: #ea5267;
}



/*
.main_menu .social_icon {
  float: right;
  border: 0px solid red;
  padding: 0 10px 0 0;
}

.main_menu .social_icon a {
  color: #fff;
  padding-left: 5px;
}
*/
.main_menu .navbar-brand {
  
  margin:0px; padding:0px; border: 0px solid red;
  
}

.main_menu .main-menu-item ul li .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 0 0 0 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  line-height: 12px;
}

.main_menu .main-menu-item ul li .nav-link:hover {
  color: #ea5267;
}


/* 
@media (max-width: 700px) {
  .main_menu .social_icon {
    display: none;
  }
}*/

.menu_fixed {
  position: fixed;
  z-index: 9999;
  width: 100%;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  top: 0;
  background-image:radial-gradient(#616CF8,#171961);
  height: 50px;
  border: 0px solid red;
}

.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: scroll;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  border: 0px solid transparent;
  background-color: #0F1050;
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 8px 20px;
  color: #fff;
  background-color: red;
  text-transform: capitalize;
}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
}


.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0.15);
  background-color: #fafafa;
}

.dropdown:hover .dropdown-menu {
  display: block;
}


/* reponsive menu */
#toggle
{
	display: none;
	margin: auto;
}
.togglearea
{
	background-color: none;
	color: white;
	padding: 0px;
	display: flex;
	justify-content: flex-end;
}
.togglearea label
{
	background-color: white;
	height: 30px;
	width: 30px;
	color: black;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.togglearea label span
{
	background-color: black;
	height: 4px;
	width: 70%;
	margin: 2px 0px;
}
.togglearea
{
	display: none;
}
@media screen and (max-width: 991px)
{
	.navbar-collapse
	{
		flex-direction: column;
		display: none;
	}
	#toggle:checked + .navbar-collapse
	{
		display: flex;
	}
	.togglearea
	{	
		display: flex;
	}
}
@media (max-width: 991px) {
 
  .main_menu .main-menu-item {
    text-align: left;
  }
  .main_menu .main-menu-item .nav-item {
    padding: 10px 15px;
  }
  .main_menu .main-menu-item .nav-item .nav-link {
    padding: 5px 15px;
    color: white;
  }
  .navbar-collapse {
    z-index: 9999;
    position: absolute;
    margin: auto;
	top: 50px;
    width: 90%;
	background-color: #0F1050;
    text-align: center;
  }
  .dropdown .dropdown-menu {
    transform: scale(1, 0);
    display: none;
    margin-top: 10px;
  }
  .dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
    color: #ea5267;
  }
  .dropdown .dropdown-item:hover {
    color: #ea5267;
  }
  .banner_text_iner {
    /*visibility: hidden;*/
  }
}

.heading {
    font-size: 25px; color:red; font-weight:bold; text-align:center; background-image:radial-gradient(#fff,#989FF6);
}

.content {
    width: 95%;
    margin: auto;
}

.individualquote {
    padding: 5px; 
    border: 0px solid green; 
    box-sizing: border-box;
	box-shadow: 0px 0px 0px gray, 0px 0px 0px gray, 3px 1px 3px #616CF8;
}
.footer_Part {
  background-image:radial-gradient(#616CF8,#171961);
  
}

.footer_Part .footer_text {
  margin-bottom: 10px;
}

.dayquoteImage {
	background-image:url(../img/background1.jpg);
	background-size: 100% 100%; 
	min-height: 400px;
	border: 0px solid red;
  	overflow:hidden;
}
.weekinspirationImage {
	border: 0px solid red;
	padding: 0px;
}

.Quote p, #contact p{
	color: black;
}

/*For amimation of menubar */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


