/* :: Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
/* :: Import All CSS */
@import url(projects/bootstrap.min.css);
@import url(css/animate.css);

/* :: Base CSS */
* {
  margin: 0;
  padding: 0; 
}

body {
  font-family: "Roboto", sans-serif; 
  color: #ffffff !important;
}

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/*Preloader*/
#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;
  background-color: #232323;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000; 
}

#sonar-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f8f5f5;
  -webkit-animation: sonar 2400ms linear infinite;
  animation: sonar 2400ms linear infinite;
  z-index: 999; 
}
#sonar-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: sonar 2700ms linear infinite;
  animation: sonar 2700ms linear infinite; 
}
#sonar-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: sonar 1800ms linear infinite;
  animation: sonar 1800ms linear infinite; 
}

@-webkit-keyframes sonar {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); 
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); 
  } 
}
@keyframes sonar {
  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%; 
}

.sonar-table {
  display: table;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0; 
}

.sonar-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; 
  } 
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; 
}

.bg-transparent {
  background-color: transparent; 
}

.font-bold {
  font-weight: 700; 
}

.font-light {
  font-weight: 300; 
}

.mfp-wrap {
  z-index: 100000; 
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -30px;
  padding-right: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  top: 10px; 
}

.section-padding-100 {
  padding: 100px 0; 
}

.section-padding-50 {
  padding: 50px 0; 
}

.section-padding-50-0 {
  padding: 50px 0 0 0; 
}

.section-padding-100-70 {
  padding: 100px 0 70px; 
}

.section-padding-100-50 {
  padding: 100px 0 50px; 
}

.section-padding-100-0 {
  padding: 100px 0 0; 
}

.section-padding-0-100 {
  padding: 0 0 100px; 
}

.section-padding-100-20 {
  padding: 100px 0 20px 0; 
}

.bg-gray {
  background-color: #f8f5f5; 
}

.nicescroll-rails {
  z-index: 999999 !important; 
}

.section-heading {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1; 
}
.section-heading .line {
  width: 100px;
  height: 1px;
  background-color: #232323;
  margin-bottom: 30px;
  display: block; 
}
.section-heading h2 {
  font-size: 48px;
  margin-bottom: 0;
  font-weight: 100;
  line-height: 1.5; 
}
.section-heading h2 span {
  font-weight: 400; 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-heading h2 {
    font-size: 36px; 
  } 
}
@media only screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 30px; 
  } 
}

/* :: Portfolio Area CSS */
.portfolio-area {
  overflow-x: hidden; 
}
.portfolio-area .portfolio-title h2 {
  font-size: 25px;
  text-align: center;
  font-weight: 100; 
  line-height: 40px;
}
.portfolio-area .portfolio-title h2 span {
  font-weight: 400; 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area .portfolio-title h2 {
    font-size: 36px; 
  } 
}
@media only screen and (max-width: 767px) {
  .portfolio-area .portfolio-title h2 {
    font-size: 30px; 
  } 
}

.single-portfolio-item {
  position: relative;
  z-index: 11; 
}
.single-portfolio-item .backend-content .dots {
  position: absolute;
  z-index: -1;
  top: -100px;
  left: -150px; 
}
.single-portfolio-item .backend-content h2 {
  position: absolute;
  font-size: 230px;
  z-index: -10;
  top: -170px;
  right: 40%; 
  color: #000;
  font-weight: 100;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-portfolio-item .backend-content h2 {
    font-size: 170px;
    top: -120px; 
  } 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-portfolio-item .backend-content h2 {
    font-size: 80px;
    top: -50px; 
  } 
}
@media only screen and (max-width: 767px) {
  .single-portfolio-item .backend-content h2 {
    font-size: 80px;
    top: -50px; 
  } 
}
.single-portfolio-item .portfolio-meta {
  font-family: 'Helvetica-Neue-LT-Com-55-Roman';
}
.single-portfolio-item .portfolio-meta p {
  font-size: 14px;
  margin-bottom: 5px; 
}
.single-portfolio-item .portfolio-meta h2 {
  font-size: 17px; 
  margin-top: 15px;
  color: #999;
}
@media only screen and (max-width: 767px) {
  .single-portfolio-item .portfolio-meta h2 {
    font-size: 24px; 
  } 
}
.single-portfolio-item.portfolio-item-2 .backend-content .dots {
  position: absolute;
  z-index: -1;
  top: 0;
  left: auto;
  right: -150px; 
}
.single-portfolio-item.portfolio-item-3 .backend-content .dots {
  top: 0;
  left: -200px;
  right: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); 
}
.single-portfolio-item.portfolio-item-3 .backend-content h2 {
  top: -180px;
  left: 30%;
  right: auto; 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-portfolio-item.portfolio-item-3 .backend-content h2 {
    top: -130px; 
  } 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-portfolio-item.portfolio-item-3 .backend-content h2 {
    top: -90px;
    font-size: 100px; 
  } 
}
@media only screen and (max-width: 767px) {
  .single-portfolio-item.portfolio-item-3 .backend-content h2 {
    top: -70px; 
  } 
}
@media only screen and (max-width: 767px) {
  .single-portfolio-item.portfolio-item-3 {
    margin-bottom: 100px; 
  } 
}
.single-portfolio-item.portfolio-item-4 {
  top: -220px; 
}
.single-portfolio-item.portfolio-item-4 .backend-content .dots {
  top: auto;
  bottom: -130px;
  left: 70%;
  right: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); 
}
@media only screen and (max-width: 767px) {
  .single-portfolio-item.portfolio-item-4 {
    top: 0;
    margin-bottom: 100px; 
  } 
}
.single-portfolio-item.portfolio-item-5 {
  top: -450px;
  height: 0; 
}
@media only screen and (max-width: 767px) {
  .single-portfolio-item.portfolio-item-5 {
    top: 0;
    height: auto;
    margin-bottom: 100px; 
  } 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-portfolio-item.portfolio-item-5 {
    top: -230px; 
  } 
}
.single-portfolio-item.portfolio-item-6 {
  top: 0;
  height: 0; 
}
@media only screen and (max-width: 767px) {
  .single-portfolio-item.portfolio-item-6 {
    height: auto;
    margin-bottom: 100px; 
  } 
}
.single-portfolio-item.portfolio-item-7 {
  margin-top: 110px; 
}
.single-portfolio-item.portfolio-item-7 .backend-content .dots {
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: 0;
  left: auto;
  right: -150px; 
}
.single-portfolio-item.portfolio-item-7 .backend-content h2 {
  top: -180px;
  left: 30%;
  right: auto; 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-portfolio-item.portfolio-item-7 .backend-content h2 {
    top: -100px; 
  } 
}
@media only screen and (max-width: 767px) {
  .single-portfolio-item.portfolio-item-7 .backend-content h2 {
    top: -60px; 
  } 
}

/* The end */

