/*
* ----------------------------------------------------------------------------------------
Author       : Tanvir Rahman Hridoy
Author  Uri  : www.hridoy.me
Template Name: Zenon - Portfolio Template
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    -MENU CSS STYLE
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.PORTFOLIO CSS STYLE
* 07.TESTIMONIAL CSS STYLE
* 08.BLOG CSS STYLE
* 09.CONTACT DETAILS CSS STYLE
* 10.CONTACT DESIGN AREA
* 11.FOOTER CSS STYLE
* 12.COMPANY LOGO CSS STYLE
* 13.CALL TO ACTION CSS STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
  font-size: 16px;
  font-weight: 300;
  height: 100%;

  font-family: "Raleway", sans-serif;
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

img {
  width: 100%;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  line-height: 28px;
}

ul,
li {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}

.no-padding {
  padding: 0;
}

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

.no-padding {
  padding: 0;
}

.section-title {
  margin-bottom: 50px;
  text-align: center;
}

.section-title h2 {
  font-size: 50px;
  margin-bottom: 10px;
  font-weight: 900;
  margin-top: 0;
  color: #1b1b1b;
  margin-top: -20px;
  text-transform: capitalize;
}

.section-title p {
  padding: 0px 300px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}

.white-title h2 {
  color: #fff;
}

.scrollup {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  line-height: 40px;
  cursor: pointer;
  display: none;
  z-index: 2;
  background: #000;
}

.scrollup:hover {
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/
#preloader-area {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  text-align: center;
}

.loader {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.loader div {
  display: inline-block;
  background-color: #fff;
  width: 14px;
  height: 14px;
  margin: 3px;
  border-radius: 50%;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.loaded #loader-wrapper {
  visibility: hidden;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.loaded #loader-wrapper,
.loaded .loader {
  -webkit-transition: ease-out 0.3s;
  -moz-transition: ease-out 0.3s;
  -o-transition: ease-out 0.3s;
}

.loaded .loader {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.header-text .home-arrow-down {
  text-align: center;
  position: absolute;
  bottom: -212px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-text .home-arrow-down .btn {
  font-size: 30px;
}

.header-text .home-arrow-down .fa {
  color: #fff;
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-name: home-arrow-down;
  animation-name: home-arrow-down;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes home-arrow-down {
  from {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  10% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes home-arrow-down {
  from {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  10% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.index-page .welcome-area {
  height: 100%;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.welcome-image-area {
  position: relative;
  height: 100%;
  background: url(../images/bg.jpg);
  background-size: cover;
  z-index: 1;
}

.welcome-image-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.header-text h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 100;
  text-transform: capitalize;
  margin: 0;
}
.header-text h2 b {
  font-weight: 100;
}

.header-text h3 {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  padding: 15px 40px;
  border-radius: 0px 30px 0px 30px;
}

.header-top-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 40px 0px;
}

.inner-page .header-top-area {
  position: inherit;
}

.logo {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.logo a p {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  border: 1px solid #f1f1f1;
  display: inline-block;
  padding: 2px 15px;
}

/*
* ----------------------------------------------------------------------------------------
* MENU STYLE
* ----------------------------------------------------------------------------------------
*/

.mainmenu-icons {
  display: inline-block;
  cursor: pointer;
  height: 34px;
  width: 50px;
  padding: 6px 15px;
}

.mainmenu-icons span {
  display: block;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mainmenu-icons:hover span:nth-child(1),
.mainmenu-icons:hover span:nth-child(3) {
  margin: 0 6px;
}

.mainmenu-icons span:nth-child(2) {
  margin: 7px 0;
}

.off-canvas-boxed-text {
  width: 350px;
  margin-bottom: 30px;
  background: #ccc;
  padding: 10px;
}

.offcanves-menu-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.offcanves-menu-overlay.active {
  visibility: visible;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.off-canvas-menu {
  position: fixed;
  right: -40%;
  top: 0;
  height: 100%;
  width: 35%;
  background: #000;
  padding: 40px;
  z-index: 99;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.off-canvas-menu.active {
  right: 0%;
}

.menu-item-inner ul {
  padding: 0;
  margin: 0;
  margin-left: 0px;
  list-style: none;
  margin-left: 25px;
}

.menu-item-inner ul li a {
  font-size: 22px;
  color: #f1f1f1;
  font-weight: 400;
  margin-bottom: 6px;
  display: block;
}
.menu-bottom-section {
  position: absolute;
  left: 60px;
  bottom: 60px;
}

.menu-item-wrap {
  height: 100%;
  width: 100%;
  display: table;
}

.menu-item-inner {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 160px;
}

.menu-close {
  position: absolute;
  right: 0;
  width: 80px;
  height: 100%;
  border-left: 1px solid #ccc;
  top: 0;
}

.menu-close i.fa {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  top: 50%;
  line-height: 40px;
  font-size: 30px;
  margin-top: -20px;
  cursor: pointer;
  color: #fff;
}

.menu-bg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #000;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  border: none;
  padding: 20px 0px;
}

.menu-bg .logo {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-top: 10px;
}
.menu-social-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-social-links ul li {
  display: inline-block;
  margin: 0px 10px;
}

.menu-social-links ul li a {
  display: block;
  color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-me-area {
  background: #000;
}

.about-me-right h2,
#about h2 {
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 40px;
  color: #fff;
}
ul.about-service {
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}
ul.about-service li {
  display: inline-block;
  font-size: 15px;
  color: #f1f1f1;
  margin-bottom: 18px;
}
.about-me-right p {
  margin-bottom: 20px;
  color: #f1f1f1;
  font-weight: 300;
}
.about-me-right h3 {
  margin-bottom: 50px;
  color: #f1f1f1;
  font-weight: 300;
  font-size: 12px;
  text-transform: capitalize;
}

.about-social-links {
  margin-top: 40px;
}

.about-social-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-social-links ul li {
  display: inline-block;
  margin-right: 10px;
}

.about-social-links ul li a {
  display: block;
  color: #fff;
  background: #1b1b1b;
  padding: 8px 18px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  border: 1px solid #000;
}

.about-social-links ul li a:hover {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

/*
* ----------------------------------------------------------------------------------------
* 05.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
  background: #f2f4ec;
}

.single-service {
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}
.service-icon {
  background: url(../images/service-bg.jpg) no-repeat center;
  background-size: 100%;
  padding: 100px;
}
.service-icon i {
  font-size: 50px;
  color: #fff;
}
.service-description {
  padding: 30px;
}
.service-1 {
  background-image: url(../images/studios/tashkeel.jpg);
}
.service-2 {
  background-image: url(../images/studios/ilak..jpg);
}
.service-3 {
  background-image: url(../images/studios/site_art_space.jpg);
}
.service-4 {
  background-image: url(../images/studios/dragonfly.jpg);
}
.service-5 {
  background-image: url(../images/studios/space_studio.jpg);
}
.single-service h2 {
  font-size: 30px;
  text-transform: capitalize;
  margin: 20px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  font-weight: 700;
}

.single-service p,
.single-service h2 span {
  color: #333;
  font-size: 16px;
  margin-bottom: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 06.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.work {
  background: #000;
}

.work-inner .mix {
  display: none;
}

ul.work {
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}

ul.work li {
  display: inline-block;
  padding-bottom: 4px;
  margin: 0 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #938d8d;
  border: none;
  cursor: pointer;
  font-size: 12px;
  border-bottom: 2px solid transparent;
}

ul.work li:hover {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul.work li.active {
  color: #000;
}

.work .item {
  padding: 0;
  margin: 0;
}

.work .col-md-4 {
  padding: 0;
  margin: 0;
}

.work figure.effect-ruby img {
  height: auto;
  width: 100%;
}

.work .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.work .grid figure:hover {
  background: #000;
}

.work figure.effect-ruby h2 {
  margin-top: 94%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  color: #fff;
}

.work figure.effect-ruby p {
  font-size: 14px;
  text-transform: capitalize;
  border: none;
  padding: 0;
  margin: 5px 0px;
}

.work figure.effect-ruby p strong {
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 5px;
}

.work .item:hover figure.effect-ruby h2 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.work .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 07.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
  background: #0f1113;
}

.single-testi-des,
.testi-name {
  text-align: center;
}
.single-testi-des {
  padding: 0px 50px;
}
.single-testi-des p {
  font-size: 20px;
  line-height: 32px;
  color: #f1f1f1;
  margin-bottom: 40px;
}

.single-testi-des p span {
  font-weight: 700;
  margin-right: 10px;
}

.testimonial-area .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 08.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area {
  background: #000;
}

.single-blog {
  margin-right: 30px;
  margin-top: 30px;
}

.single-blog h5 {
  font-weight: 300;
  font-size: 12px;
}

.single-blog h3 {
  color: #333;
  padding: 10px 15px;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 3px;
}

.single-blog h2 {
  margin-top: 0;
}

.single-blog h2 a {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 700;
  color: #000;
}

.single-blog p {
  padding-bottom: 20px;
}

.blog-description {
  padding: 20px 30px;
  border: 1px solid #f8f8f8;
  background: #fff;
}

.blog-area .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 10.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.contact-area {
  background: #f2f4ec;
}

.form-control {
  display: block;
  border: 0px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: transparent;
  background-image: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 20px 0px;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
}

.form-control:focus {
  border-color: #000;
  outline: 0;
  box-shadow: none;
}

.contact-form button {
  display: inline-block;
  color: #000;
  padding: 15px 35px;
  text-transform: capitalize;
  font-size: 14px;
  border: 1px solid #000;
  background-color: #f1f1f1;
  font-weight: 600;
  width: 200px;
  margin-bottom: 0;
}

.contact-form button:hover {
  background: #000;
  color: #f1f1f1;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-ilak {
  display: inline-block;
  color: #fff;
  padding: 15px 35px;
  text-transform: capitalize;
  font-size: 14px;
  border: 1px solid #f1f1f1;
  background-color: #000;
  font-weight: 600;
  width: 200px;
  margin-bottom: 0;
}

.btn-ilak:hover {
  background: #f1f1f1;
  color: #000;
  border: 1px solid #f1f1f1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
}

/*
* ----------------------------------------------------------------------------------------
* 11.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
  background: #000;
}

.single-contact-info {
  text-align: center;
}

.single-contact-info i {
  font-size: 40px;
  color: #fff;
}

.single-contact-info h2 {
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 3px;
}

.single-contact-info p {
  margin-bottom: 0;
  color: #aeaeae;
}

.footer-text {
}

.footer-text h2 {
  font-size: 20px;
  color: #f7f7f7;
  margin: 0;
}

.footer-text p {
  font-size: 14px;
  color: #f7f7f7;
  margin-bottom: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 12.COMPANY LOGO CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.company-logo-area {
  background: #f2f4ec;
}

.single-company-logo {
  text-align: center;
  padding: 30px;
  margin-right: 10px;
}

.single-company-logo img {
  width: 130px;
}

/*
* ----------------------------------------------------------------------------------------
* 13.CALL TO ACTION CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.call-to-area {
  background: url(../images/call-to-action.jpg);
  background-size: cover;
  padding: 140px 0px;
  position: relative;
  z-index: 1;
}

.call-to-area:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.call-to-area-text h2 {
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 400;
}

.call-to-area-text p {
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 30px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.more-works-wrap {
    text-align: center;
    margin-top: 50px;
}
.filters-button-group {
  text-align: center;
  margin-bottom: 50px;
}
.filters-button-group button {
  display: inline-block;
  color: #1b1b1b;
  padding: 4px 8px;
  text-transform: capitalize;
  font-size: 14px;
  border: 1px solid #1b1b1b;
  background-color: transparent;
  font-weight: 600;
  width: auto;
  margin: 0 4px;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: calc(20% - 6px);
  margin-bottom: 6px;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .3s ease-out;
}
.grid-item img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

