/*
  Theme Name: Click Stocks - Free Stock Photos Laravel Script
  Theme URL: https://clickstock.mediacity.co.in/
  Author: Media City
  Author URI: https://mediacity.co.in
  Creation Date: 22 Febuary 2019
  Description: A default stylesheet for Click Stocks - Free Stock Photos Laravel Script.
  Version: 1.5
*/

/*=======================================================================
							[Table of Contents]
=========================================================================

01. Typography 
02. General
03. Navbar
04. Search
05. SideNav
06. Home Banner
07. Page Banner
08. Photo
09. Photo Detail
10. Comment
11. User Dashboard
12. Side Widget
13. Login
14. Pagination
15. ALert
16. Error
17. Subscribe
18. Contact
19. Category 
20. Footer
21. Preloader


/* ================================= */
		/*===== Typography =====*/
/* ================================= */
body {  
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { 
  font-family: 'Work Sans', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 700;
  color: #222;
  margin: 0;  
}
h1 {
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a {  
  color: #3A3A3A;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, 
a:focus {
  color: #222;
  text-decoration: none;
}
a:active {
  color: #222;
  text-decoration: none;
}
p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  color: #222;
  font-size: 15px;
}
blockquote {  
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}

/* ================================= */
    /*===== General =====*/
/* ================================= */
.page-main-block {
  margin: 50px 0;
  position: relative;
}
.search-heading {
  text-transform: capitalize;
}
.mrg-btm-20 {
  margin-bottom: 20px;
}
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);   
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
}
.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;      
}
.btn-primary {  
  padding: 9px 15px 9px;
  margin-top: 15px;
  color: #3A3A3A;
  font-size: 15px;
  background-color: transparent;
  border: 1px solid rgba(153,153,153,0.5);
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-primary:hover {  
  background-color: #F5F6FB;
  color: #3A3A3A;
  top: 2px;
}
.btn-primary:active {
  box-shadow: 0 0 #222;
  top: 6px;
}
.btn-white {
  background-color: rgba(255,255,255,0.9);
  width: 40px;
  height: 40px;
  padding: 6px 0px;
  line-height: 1.6;
  text-align: center;
  color: rgba(17,17,17,0.7);
  box-shadow: 2px 2px 2px #222;
}
.btn-white:hover {
  background-color: rgba(255,255,255,1);;
  color: #222;
}
.form-control:focus {
  border-color: rgba(8,145,255,1);   
  -webkit-box-shadow: none;
  box-shadow: none;
}
.h-center {
	margin: 0 auto;
	left: 0;
	right: 0;
}
.v-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.light-grey-bg {
  background-color: #F9F9F9;
}
.dark-black-bg {
  background-color: #091928;
}
.block-border {
  border-top: 1px solid #F5F6FB;
  border-bottom: 1px solid #F5F6FB;
  margin: 10px 0;
}
.border-divider {
  border-top: 1px solid #3C3C3C;
  margin: 20px 0;
}
.section {
  margin-bottom: 50px;
}
.section-heading {
  margin-bottom: 15px;
}
.section p {
  font-size: 14px;
  font-style: italic;
  color: #333;
  max-width: 500px;
  letter-spacing: 0.4px;
  margin: 0 auto 15px;
}
.social-icon ul li { 
  display: inline-block;
  margin-right: 8px;
  font-size: 15px;
}
.totop {
  position: fixed;
  bottom: 10px;
  right: 20px;
}
.totop a {
    display: none;
}
.social-icon li a {
  color: rgba(255,255,255,0.4);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -transition: 0.3s ease;
}
.social-icon li:hover a {
  color: #F1F1F1;  
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
#back2Top{
  width: 40px;
  border-radius: 100%;
  line-height: 40px;
  margin-right: 10px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 50px;
  right: 0;
  background-color: #405DD0;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}
.form-control{
   font-size: 14px;
  line-height: 1.6;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
}

/* ================================= */
    /*===== Nav Bar =====*/
/* ================================= */
.top-bar {
  background-color: #091928; 
  padding: 2px;
}
.top-title a,
.top-title {
  color: rgba(240,240,240,0.7);
  font-size: 14px;
}
.top-title {
  margin-top: 5px;
}
.social-icon {
  float: left;
}
.social-icon li {
  margin: 5px;
}
.navbar-default {
  background-color: #F5F6FB; 
  border: none;
  margin-bottom: 0;
  border-bottom: 1px solid #F1F1F1;
  -webkit-box-shadow: 0 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.08);
}
.navbar-default ul li {
  display: inline-block;
}
.navbar-default ul li:last-child {
  margin-right: 10px;
}
.logo {
  margin: 5px auto 1px;   
}
.logo a {  
  font-size: 18px;
  font-weight: 700;
  color: #091928;
  line-height: 1;
}
.logo p {
  padding: 0;
  font-size: 14px;
  line-height: 1;
}
.navigation-menu {
  float: right;
}
.navigation-menu ul li a {
  text-transform: capitalize;
}
.top-nav-collapse {
  background-color: rgba(0,0,0,0.6); 
}
.top-nav-collapse .logo {
  margin: 10px auto;   
}
.submit-btn {
  margin-left: 15px;
}
#cssmenu > ul > li > a {
  color: #3A3A3A;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #3A3A3A;
  cursor: pointer;
}
#cssmenu > ul > li > a:hover {
  color: #405DD0;
}

/* ================================= */
        /*===== Search =====*/
/* ================================= */
.search-form {
  position: relative;
  max-width: 650px;
  height: 50px;
  border-radius: 5px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-form-2 {
  margin-top: 8px;
}
.search-form.focus {
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}
.search-input {
  position: absolute;
  top: 16px;
  left: 20px;
  font-size: 16px;
  background: none;
  color: #1A1D32;
  width: 70%;
  height: 20px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.search-button {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none !important;
  cursor: pointer;
}
.search-button i {
  font-size: 18px;
  color: #3A3A3A;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -transition: 0.3s ease;
}
.search-button:hover i,
.search-button:active i {
  color: #091928!important;
}

/* ================================= */
        /*===== Sidenav =====*/
/* ================================= */
.main-block-sidenav{
  background-color: #F5F6FB;  
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid #F5F6FB;
  box-shadow: 0 2px 5px 0 #F5F6FB;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -transition: 0.5s ease-in-out;
}
.main-block-sidenav:hover{
  box-shadow: 0 3px 20px 0px #0505051c;
}
.acc-img {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;  
}
.acc-img img {
  max-height: 100px;
  max-width: 100px;
  border-radius: 100%;
}
.acc-heading {
  padding: 10px 0;
}
.acc-dtl p {
  padding: 10px 0;
  font-weight: 700;
  text-transform: capitalize;
}
.user-name{
  text-transform: capitalize;
}
.sidenav {
  margin-top: 20px;
}
.sidenav ul li a {
  padding: 10px;
  text-decoration: none;
  color: #3A3A3A;
  display: block;
}
.sidenav ul li a:hover{
  margin-left: 25px;
  color:#000;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -transition: 0.5s ease;
}
.sidenav-active{
  border: none;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
}
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* ================================= */
        /*===== Home Banner =====*/
/* ================================= */
.slider-main-block {
  padding: 100px 0;
  position: relative;
}
.slider-main-block .overlay-bg {
  background-color: rgba(0,0,0,0.5);
}
.slider-block {
  position: relative;  
  margin-left: 100px;
}
.slider-dtl {
  margin-bottom: 20px;
  position: relative;
  font-size: 18px;
}
.slider-heading {
  color: #FFF;
  margin-bottom: 15px;
}
.slider-dtl p {  
  font-size: 16px;
  font-weight: 600;
  color: #F1F1F1;
  max-width: 550px;
}
.slider-bottom {
  margin-top: 15px;
  position: relative;
}
.slider-bottom a,
.slider-bottom {
  font-size: 15px;
  color: #E1E1E1;  
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -transition: 0.3s ease;
}
.slider-bottom a:hover {
  color: #FFF;
}
.slider-bottom span {
  font-size: 15px;
  color: #E1E1E1;
  opacity: 0.7;
  margin-right: 5px;
}

/* ================================= */
        /*===== Page Banner =====*/
/* ================================= */
.banner-main-block {
  position: relative;
  padding: 50px 0;
}
.banner-main-block .overlay-bg {
  background: rgba(0,0,0,0.6);  
}
.banner-block {
  position: relative;
}
.banner-block .banner-heading {
  color: #FFF;
}
.banner-main-block .breadcrumb {
  position: relative;
  text-align: center;  
  text-transform: uppercase;
  background: transparent;
  padding-left: 0;
}
.breadcrumb>li+li:before {
  padding: 0 8px;
  color: #FFF;
  content: "/\00a0";
}
.banner-main-block .breadcrumb li a {
  color: #FFF;
  font-size: 14px;
}
.banner-main-block .breadcrumb>.active {
  color: #0471A6;
}
.banner-main-block .breadcrumb li a:hover{
  color: #0471A6;
}

/* ================================= */
        /*===== Photo =====*/
/* ================================= */
.masonry-column {
  padding: 0 1px;
}
.masonry-grid > .item-img {
  margin: 5px 1px;
}
.work-main-block {
  padding: 60px 0 80px;
}
.work-block {
  position: relative;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.work-block .item-dtl {
  position: absolute;
  bottom: 15px;
  left: 0;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.item-name {
  color: #FFF;
  /*margin-bottom: 10px;*/
}
.item-desc {
  position: relative;
}
.item-by {
  font-size: 14px;
  color: #FFF;
  opacity: 0.8;
  font-style: italic;
}
.item-by:hover {
  color: #FFF;
  opacity: 1;
}
.work-block:hover .item-dtl {
  opacity: 1;
  left: 25px;
}
.work-block .item-btn {
  position: absolute;
  top: 25px; 
  right: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.item-btn i,
.product-like-btn i {
  margin-right: 3px;
  color: #405DD0;
}
.work-block:hover .item-btn {
  opacity: 1;
  z-index: 999;
  right: 25px;
}
.work-block img {
  border-radius: 10px;
}
.work-block .overlay-bg {
  border-radius: 10px;
  opacity: 0;
  background-color: #000;
}
.work-block:hover .overlay-bg {
  opacity: 0.80;
}
.work-img-block {
  margin-bottom: 30px;
}
.img-like {
  margin-right: 3px;
}
.work-filter li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  /* margin-bottom: 30px;
  padding-bottom: 2px; */
}
.work-filter li a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #3A3A3A;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.work-filter li a::before {
  bottom: 0px;
  background: #405DD0;
  content: "";
  position: absolute;
  z-index: 999;
  left: 0;
  opacity: 0;
  height: 1px;
  width: 100%;
  right: 0;
}
.work-filter li a.active::before {
  opacity: 1;
}
.work-filter li a:hover {
  color: #405DD0;
}
.work-filter li a.active {
  color: #405DD0;;
}

/* ================================= */
    /*===== Photo Detail =====*/
/* ================================= */
.product-main-block {
  padding: 30px 0;
  position: relative;
}
.product-block {
  margin-right: 30px;
  position: relative;
}
.product-heading {
  display: inline-block;
  margin-bottom: 15px;
}
.product-sub-heading {
  font-style: italic;
  color: rgba(31,31,31,0.7);
  font-size: 15px;
  margin-top: 2px;
}
.product-img {
  text-align: center;
  margin-bottom: 40px;
}
.product-img img {
  width: 100%;
  object-fit: cover;
  max-height: 500px;
  border-radius: 10px;
}
.related-heading{
 margin-bottom: 20px;
}
.main-img-download{
  width:60%;
}

/* ================================= */
    /*===== Comment =====*/
/* ================================= */
.post-block,
.post-reply-form-main,
.post-body-block {
  position: relative;
}
.post-reply-form-main {
  margin-bottom: 20px;
}
.post-author {
  margin-top: 5px;
}
.post-profile-img img {
  width: 60px;
  height: auto;
  border: 1px solid #F5F6FB;
}
.post-profile-img {
  overflow: hidden;
}
.post-heading {
  margin-bottom: 30px;
}
.post-body-block {
  border: 1px solid #F5F6FB;
  margin-bottom: 15px;
  padding: 15px 20px;
  box-shadow: 0 2px 2px 0 #F5F6FB;
}
.post-author {
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #091928;
}
.post-time i {
  margin-right: 5px;
}

/* ================================= */
    /*===== User Dashboard =====*/
/* ================================= */
.page-heading {
  margin-bottom: 50px;
}
.page-content {
  border: 1px solid #F5F6FB;
  box-shadow: 0 2px 5px 0 #F5F6FB;
  padding: 30px 20px;
}
.my-photo-content {
  position: relative;
  padding: 30px 20px;
}
.input-file{
  margin-top: 33px;
}
.close-btn,
.work-action-block {
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.profile-dtl ul li {
  display: inline-block;
}
.profile-img img {
  width: 100px;
  height: auto;
  margin: 0 auto;
  border: 1px solid #eee;
}
.profile-img {  
  overflow: hidden;
  margin-left:60px; 
  margin-bottom: 5px;
}
.profile-follow{  
   margin-left:5px; 
   margin-bottom: 5px;
}
.username{
  margin-left:15px; 
  margin-bottom: 5px;
}
.followers-title {
   padding:25px 15px 25px 33px;
}
.dash-username {
  text-align: center;
  text-transform: capitalize;
}
/*account*/
.dashboard-block {
  text-align: center;
}
.dash-item {
  padding: 20px 30px;  
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #F5F6FB;
  box-shadow: 0 2px 8px 0 #F5F6FB;
}
.dashboard-main-block {
  position: relative;
  padding: 30px 20px;
}
.dash-item-name {
  font-weight: 700;
}
.dash-item-icon {
  font-size: 28px;
  display: inline-block;
  border: 1px solid #F5F6FB;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #3A3A3A;
}
.dash-item-name {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 12px;
}
.dash-item-title {
  font-weight: 700;
  font-size: 40px;
  color: #405DD0;
}
.profile-username {
  text-transform: capitalize;
}
.join-date {
  margin: 10px auto;
  font-style: italic;
}
.holder-info {
  max-width: 420px;
  margin: 10px auto 30px;
}

/* ================================= */
    /*===== Side Widget =====*/
/* ================================= */
.widget-block {
  position: relative;
  margin-bottom: 30px;
}
.joint-btn a i{
  color: #405DD0;
}
.joint-btn .btn-primary {
  padding: 8px 10px 8px;
  margin-top: 0;
}
.widget-heading {
  margin-bottom: 20px;
}
.img-download,
.widget-profile-dtl,
.widget-profile-img {
  display: inline-block;
}
.widget-profile-dtl{
  margin-left: 15px;
}
.profile-widget {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 20px;
}
.widget-profile-img img {
  width: 70px;
  height: auto;
}
.widget-profile-img {
  border: 1px solid #eee;
  overflow: hidden;
}
.widget-username {
  line-height: 1;
  font-style: italic;
  text-transform: capitalize;
  color: #091928;
}
.widget-photos {
  font-size: 14px;
  color: #3A3A3A;
}
.widget-profile-dtl .btn-primary {
  margin-top: 5px;
  padding: 2px 10px 2px 10px;
}
.info-widget {
  border: 1px solid #F5F6FB;
  padding: 15px 15px;
  display: block;
  box-shadow: 0 2px 2px 0 #F5F6FB;
  margin-bottom: 20px;
}
.info tr th {
  margin-right: 15px;
  width: 50%;
}
.info tr {
  margin-bottom: 10px;
}

/*Tags Widget*/
.tags {
  margin-top: 17px;
  margin-bottom: 17px;
}
.tag-widget .badge { 
  padding: 7px 15px;
  color: #FFF;
  background-color: #6480DF;
  border: 1px solid #F5F6FB;
  border-radius: 5px; 
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tag-widget .badge:hover { 
  color: #FFF;
  background-color: #405DD0;
}
.tag-widget a { 
 margin-right: 8px;
}

/*share button*/
.share-button .social-icon.active.top {
  transform: scale(1) translateY(-20px);
}
.share-button .social-icon.active {
  opacity: 1;
  transition: all 0.4s ease 0s;
  visibility: visible;
}
.share-button .social-icon.top {
  margin-top: -25px;
  transform-origin: 0 0 0;
  padding: 5px;
}
.share-button .social-icon {
  margin-left: -105px;
  opacity: 0;
  transition: all 0.4s ease 0s;
  visibility: hidden;
}
.share-button {
  display: inline-block;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {    
  background-color: #091928;
  border-color: #091928;
}
/* ================================= */
    /*===== Login  =====*/
/* ================================= */
.login-register-form {
  background: #FFF;
  padding: 40px 50px 50px;
  border: 1px solid #F5F6FB;
  box-shadow: 2px 2px 2px 1px #DBDBDB;
}
.login-register-form a i {
  margin-right: 10px;
}
.login-main-block {
  padding: 80px 0;
}
.form-control {
  border-radius: 0;
}
.forgot-block {
  float: right;
  font-size: 14px;
}
.login-btn {
  margin-top: 20px;
}
.help-block {
  font-size: 12px;
  color: #405DD0;
}

/* ================================= */
    /*===== Pagination =====*/
/* ================================= */
.pagination{
  /*float: right;*/
  margin-top: 20px;
}
.pagination li {
  float: right;
  padding: 10px 15px;
  border: 1px solid rgba(0,0,0,0.1);
}
.pagination li a {
  color: #333;
}
.pagination li :focus {
  box-shadow: none;
}
.pagination li.active {
  border-color: #0471A6;
  background-color: #0471A6;
  color: #FFF;
}

/* ================================= */
    /*===== Alert =====*/
/* ================================= */
/* Session Message With Alert */
.alert {
  position: fixed!important;
  z-index: 9999 !important;
  width: 40% !important;
  padding: 14px 24px !important;
  top: 20px !important;
  right: 5% !important;
  border: none !important;
  animation: slide 1s ease 2s 1;
  opacity: 1;
  transition: all 1s ease;
  color: #FFF !important;
}
.alert-danger {
  background-color: rgba(244, 67, 54, 0.8) !important;
}
.alert-warning {
  background-color: rgba(240,173,78, 0.8) !important;
}
.alert-info {
  background-color: rgba(0, 188, 212, 0.8) !important;
}
.alert-success {
  background-color: rgba(76, 175, 80, 0.8) !important;
}
.alert.active {
  right: 20px !important;
}
.alert.active {
  right: 20px !important;
}
.alert button.close {
    color: #FFF !important;
    opacity: 0.7 !important;
    font-weight: 300 !important;
}

/* ================================= */
    /*===== Error =====*/
/* ================================= */
.error-heading{
  font-size: 200px;
}
.error-text{
  margin-bottom:100px;
}
.error-text a{
  margin-top: 40px;
}

/* ================================= */
    /*===== Subscribe  =====*/
/* ================================= */
.subscribe-main-block {
  background-color: #F5F6FB;
  padding: 50px 0;
  text-align: center; 
  position: relative;
}
.subscribe-heading {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.subscribe-form .btn-primary {
  width: 50px;
  margin-top: -2px;
  display: inline-block;  
}
.subscribe-form .btn-primary:hover {
  border-color: #405DD0;
}
.subscribe-form .form-control {
  width: 300px;
  height: 41px;
  border-radius: 3px;
  font-size: 16px;
  display: inline-block;
}
.subscribe-form label {
  display: block;
  margin-top: 5px;
  color: #F1F1F1;
}

/* ================================= */
    /*===== Contact =====*/
/* ================================= */
.map-location-block {
  height: 400px;
}
.contact-main-block {
  padding: 80px 0;
}
.message-form textarea {
  height: 145px!important;
  padding-top: 5px;
  font-style: italic;
  font-size: 14px;
}
.contact-form .form-control {
  font-size: 15px;
  font-style: normal;
  color: #091928;
  height: 38px;
  padding-top: 5px;
  padding-left: 21px;
  border: solid 1px #D8D8D8;
  border-radius: 0;
}
.contact-dtl {
  margin-bottom: 25px;
}
.contact-dtl li {
  display: inline-block;
  vertical-align: top;
}
.contact-icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: #0471A6;
  font-size: 20px;
  line-height: 3;
  text-align: center;
  margin-right: 20px;
}
.contact-heading {
  color: #0471A6;
  margin-bottom: 5px;
}
.message-form .btn-primary {
  margin-top: 20px;
}
.contact-desc {
  margin-right: 30px;
}
.contact-block {
  border:1px solid #F9f9f9; 
  box-shadow: 3px 3px 2px rgba(21,21,21,0.1);
  padding: 50px; 
  min-height: 540px;
}
.contact-block-heading {
  margin-bottom: 30px;
}
.contact-dtl a {
  color: #091928;
}

/* ================================= */
      /*===== Category =====*/
/* ================================= */
.cat-block {
  padding-right: 2px;
  margin-bottom: 5px;
}
.cat-main-block {
  padding: 70px;
}
.cat-heading {
  margin-bottom: 30px;
}
.category-content img {
  margin-bottom: 20px;
}
.category-content {
  position: relative;
}
.cat-title {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  color: #FFF;
}
.category-content img {
  border-radius: 10px;
  height: 140px;
  object-fit: cover;
}
.category-content .overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

/* ================================= */
        /*===== Footer =====*/
/* ================================= */
.footer-main-block {
    padding: 30px 0;
}
.footer-widget-heading {
  text-transform: uppercase;
  color: #F1F1F1;
  margin-bottom: 25px;
  font-size: 15px;
}
/* .footer-widget {
  margin-bottom: 20px;
} */
.footer-widget ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer-widget ul li,
.footer-widget ul li a {
  color: rgba(240,240,240,0.7);
  font-size: 14px;
  /* margin-bottom: 15px; */
}
.footer-widget ul li a:hover {
  color: #405DD0;
}
.link-widget ul li:last-child,
.link-widget ul li:last-child a{  
  margin-bottom: 0;
}
.footer-logo a {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-about {
  font-size: 14px;
  color: #F9f9f9;
  color: rgba(240,240,240,0.7);
  max-width: 250px;
  margin-bottom: 20px;
} 
.contact-widget-dtl li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.footer-copyright span {
  font-size: 14px;
  color: rgba(240,240,240,0.7);
  display: block;
}
.footer-copyright span a {
  font-size: 14px;  
  color: #405DD0;
}
.footer-copyright span a:hover {
  color: #FFF;
}
.social-icon ul {
  text-align: left;
}
.social-icon ul li {
  margin-right: 5px!important;  
  font-size: 20px!important;
  color: rgba(240,240,240,0.7)!important;
}

/*footer one*/
.follow-heading {
	font-size: 20px;
	color: #FFF;
	margin-bottom: 20px;
}
.footer-social ul li {
  display: inline-block;
  width: 40px;
  height: 40px; 
  border: 2px solid #CCC;
  line-height: 2;
  font-size: 18px;
  color: #CCC; 
  margin-bottom: 30px;
  text-align: center;
}
.footer-two .footer-social ul li {
  line-height: 1.7;
}
.app-icon ul li {
	display: inline-block;
}
.app-icon img {
	max-width: 150px
}
.footer-one p {
  max-width: 1000px;
  color: #F5F5F5;
  margin: 40px auto;
  text-align: center; 
}
.footer-one .useful-links a {
  color: #FFF;
}
.footer-one .footer-social a {
  color: #FFF
}
.footer-one .useful-links {
  margin: 30px 0 10px; 
}
.footer-one .useful-links ul li {
  display: inline-block;
  padding: 0 20px;
  border-left: 2px solid #CCC; 
}
.footer-one .useful-links ul li a:hover {
  color: #FFF;
}
.footer-one .useful-links ul li:first-child {
  border: none; 
}
.footer-one {
  padding: 60px 0 0; 
}

/* ================================= */
    /*===== Preloader =====*/
/* ================================= */
.preloader { 
  background: #FFF;
  bottom: 0;
  top: 0;
  left: 0; 
  right: 0;  
  position: fixed;
  z-index: 9999999;
}
.status {
  background-image: url(../images/logo.png);
}
.status,
.status-message {   
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
  right: 0;  
  background-position: center;
  background-repeat: no-repeat;     
}
.status-message {
  padding-top: 30%;
}

.select2-container--default .select2-search--inline .select2-search__field{
  padding-left: 10px;
}
#cssmenu .page-menu-dropdown:hover ul {
  right: 0 !important;
} 
#cssmenu ul ul li:hover > a, 
#cssmenu ul ul li a:hover {
  background-color: #405DD0;
}
.status-message img {
  width: 100%;
  height: 200px;
}
.preloader {
  background-repeat: no-repeat;
  background-position: center;
}

/* ================================= */
    /*===== Profile Widget =====*/
/* ================================= */
.profile-widget.profile-widget-new {
  border: 1px solid #F5F6FB;
  box-shadow: 0 2px 2px 0 #F5F6FB;
  margin-bottom: 20px;
  border-radius: 10px;
}
.profile-widget-new-list li {
  display: flex;
  padding: 8px 15px;
  justify-content: space-between;
}
.profile-widget-title {
  font-weight: 600;
  padding: 15px;
  border-bottom: 1px solid #F5F6FB;
}
.profile-widget-new-btn .btn {
  margin-top: 0;
  width: 100%;
  background-color: #405DD0;
  color: #FFF;
}
.widget-des {
  border: 1px solid #F5F6FB;
  box-shadow: 0 2px 2px 0 #F5F6FB;
  padding: 20px;
  border-radius: 10px;
}

/* ================================= */
    /*===== Download =====*/
/* ================================= */
.download-main-block {
  background-color: #F5F6FB;
  padding: 30px 0;
}
.download-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-title {
  margin-right: 20px;
}
.download-block .btn-primary  {
  background-color: #405DD0;
  color: #FFF;
  margin-top: 0;
}
svg {
  width: 20px;
  height: 20px;
}
.btn-outline-success svg path {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-outline-success:hover svg path {
  fill: #FFF;
}
.btn-outline-primary:hover svg path {
  fill: #FFF;
}