/* [ -- Master Stylesheet -- ] */
/* ----------------------------------------------------------
:: mosarc Name: Mosarc - Photography mosarc
:: Author: 
:: Author URL:
:: Version: 1.0
:: Created: March 09, 2018
:: Last Updated: March 09, 2018
---------------------------------------------------------- */
/* Variables */
/* mixin */
/* :: Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&display=swap');
/* :: Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/owl.carousel.css);
@import url(css/magnific-popup.css);
@import url(font-awesome.min.css);
@import url(themify-icons.css);
/* :: Base CSS */
* {
margin: 0;
padding: 0; }


.grids {
position: fixed;
width: 100%;
height: 100%;
	
z-index: -1; }
.grids div {
width: 1px;
height: 100%;
background-color: #2626264f; }
.grids div:nth-child(5) {
}
.grids div:first-child, .grids div:last-child {
background-color: transparent; }



#preloader {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
	
-webkit-box-align: center;
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;

position: fixed;
width: 100%;
height: 100%;
z-index: 1000000; }

#Mosarc-load {
width: 70px;
height: 70px;
border-radius: 50%;
border: 3px;
border-style: solid;
border-color: transparent;
border-top-color: #f8f5f5;
-webkit-animation: Mosarc 2400ms linear infinite;
animation: Mosarc 2400ms linear infinite;
z-index: 999; }
#Mosarc-load:before {
content: "";
position: absolute;
top: 7.5px;
left: 7.5px;
right: 7.5px;
bottom: 7.5px;
border-radius: 50%;
border: 3px;
border-style: solid;
border-color: transparent;
border-top-color: #f8f5f5;
-webkit-animation: Mosarc 2700ms linear infinite;
animation: Mosarc 2700ms linear infinite; }
#Mosarc-load:after {
content: "";
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
border-radius: 50%;
border: 3px;
border-style: solid;
border-color: transparent;
border-top-color: #f8f5f5;
-webkit-animation: Mosarc 1800ms linear infinite;
animation: Mosarc 1800ms linear infinite; }

@-webkit-keyframes Mosarc {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes Mosarc {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
ul,
ol {
margin: 0; }
ul li,
ol li {
list-style: none; }

img {
height: auto;
max-width: 100%; }

.Mosarc-table {
display: table;
z-index: 9;
position: absolute;
width: 100%;
height: 100%;
margin: 0; }

.Mosarc-table-cell {
display: table-cell;
vertical-align: middle; }

.mt-15 {
margin-top: 15px; }

.mt-30 {
margin-top: 30px; }

.mt-50 {
margin-top: 50px; }

.mt-70 {
margin-top: 70px; }

.mt-100 {
margin-top: 100px; }

.mb-15 {
margin-bottom: 15px; }

.mb-30 {
margin-bottom: 30px; }

.mb-50 {
margin-bottom: 50px; }

.ml-15 {
margin-left: 15px; }

.ml-30 {
margin-left: 30px; }

.mr-15 {
margin-right: 15px; }

.mr-30 {
margin-right: 30px; }

.mb-70 {
margin-bottom: 70px; }

.mb-100 {
margin-bottom: 100px; }

.mt-230 {
margin-top: 230px; }
@media only screen and (max-width: 767px) {
.mt-230 {
margin-top: 100px; } }



/* :: Header Area CSS */

.header-area img{ width: 90%}
.logo-area{ padding-top: 0;}
.header-area {
position: fixed;
z-index: 995;
top: 0;
left: 0; right: 0; 
/*width: 99.4%;*/ margin: 0 auto;
height: auto;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
background-color: transparent;
padding: 10px; }
.header-area .logo-area a {
color: #ffffff;
font-size: 36px;
font-weight: 100; }
@media only screen and (max-width: 767px) {
.header-area .logo-area a {
font-size: 24px; } }
.header-area .menu-content-area .header-social-area {
margin-right: 30px; }
.header-area .menu-content-area .header-social-area a {
font-size: 18px;
padding: 0 10px;
color: #ffffff; }
@media only screen and (max-width: 767px) {
.header-area .menu-content-area .header-social-area a {
padding: 0 5px;
font-size: 14px; } }
@media only screen and (max-width: 767px) {
.header-area .menu-content-area .header-social-area {
margin-right: 15px; } }
.header-area.sticky {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.86+11,0+83 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.86) 0%, rgba(0,0,0,0.86) 11%, rgba(0,0,0,0) 83%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.86) 0%,rgba(0,0,0,0.86) 11%,rgba(0,0,0,0) 83%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.86) 0%,rgba(0,0,0,0.86) 11%,rgba(0,0,0,0) 83%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */ }
@media only screen and (max-width: 767px) {
.header-area {
padding:0; } }

.navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
cursor: pointer; }

.mainMenu {
position: fixed;
width: 270px;
height: 100%;
top: 10px;

left: -500px;
background-color: #00000087;
z-index: 3;
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 50px 15px;
-webkit-transition-duration: 800ms;
transition-duration: 800ms;
 }
.mainMenu .closeIcon {
position: absolute;
right: 50px;
top: 110px;
z-index: 9;
color: #ffe000;
font-size: 20px;
cursor: pointer;
-webkit-transition-duration: 750ms;
transition-duration: 750ms; }
.mainMenu .closeIcon:hover {
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
@media only screen and (max-width: 767px) {
.mainMenu .closeIcon {
right: 30px;
top: 100px; } }
.mainMenu .logo-area a {
color: #ffffff;
font-size: 30px;
display: block;
font-weight: 100; }
@media only screen and (max-width: 767px) {
.mainMenu .logo-area a {
font-size: 24px; } }
.mainMenu .copywrite-text p {
margin-bottom: 0;
color: #ffffff; }
@media only screen and (max-width: 767px) {
.mainMenu .copywrite-text p {
font-size: 14px; } }
.mainMenu .copywrite-text a {
font-weight: 100;
color: #ffffff; }
.mainMenu .copywrite-text a:hover, .mainMenu .copywrite-text a:focus {
font-size: 14px; }



.mainMenu .nav-link {
color: #ffffff;
font-size: 18px;
position: relative;
z-index: 1;
font-weight: 300;
padding: 12px 15px; }
@media only screen and (max-width: 767px) {
.mainMenu .nav-link {
font-size: 14px;
padding: 10px; } }
.mainMenu .nav-link::after {
content: '';
bottom: 0;
width: 30px;
height: 1px;
background-color: rgba(255, 255, 255, 0.5);
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
z-index: 5;
-webkit-transition-duration: 500ms;
transition-duration: 500ms; }
.mainMenu .nav-link:hover::after, .mainMenu .nav-link:focus::after {
width: 70px;
background-color: white; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mainMenu {
padding: 30px 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mainMenu {
padding: 30px 15px; } }
@media only screen and (max-width: 767px) {
.mainMenu {
padding: 15px;
width: 300px; } }

.menu-area{ padding: 10px;}

/* :: Menu Open CSS */
.menu-open .mainMenu {
left: 10px; z-index: 100; }
.showcase-menu {
	
  
  color: black;
 
  text-align: center;
  font-size: 16px;
 
 
  transition: 0.3s;
	opacity: 1
}

.showcase-menu:hover {
	opacity:0.5; }

#ascrail2000{ background:rgb(21, 21, 21) !important; z-index: 1000 !important; }
.nicescroll-cursors{border: 1px solid #3c3c3c  !important; }

.nicescroll-rails {
    z-index: 999999 !important;
}
