/*----------------------------------------------------
@File: Default Styles
@Author: Rony 
@URL: https://themeforest.net/user/dreemsthemes

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Brillian
@Author: Rony
@Developed By: Rony
@Developer URL: https://themeforest.net/user/dreemsthemes

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ search
05/ slider
06/ button
07/ about 
08/ latest-news
09/ work 
10/ blog
11/ contact 
12/ error 
13/ footer
=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900|Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i");
/*---------------------------------------------------- */
/*----------------------------------------------------*/
ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

.row.m0 {
  margin: 0px; }

body {
  line-height: 24px;
  font-size: 16px;
  overflow-x: hidden !important;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #3a3a3a; }

::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #F9D608; }

::-moz-selection {
  background-color: #F9D608;
  color: #fff; }

::selection {
  background-color: #F9D608;
  color: #fff; }

-webkit-::-moz-selection {
  background-color: #F9D608;
  color: #fff; }

-webkit-::selection {
  background-color: #F9D608;
  color: #fff; }

::-moz-selection {
  background-color: #F9D608;
  color: #fff; }

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px; }

#success {
  display: none; }

#error {
  display: none; }

.sec-title {
  text-align: justify;
  padding: 0px 0px 45px;
  /*max-width: 710px;*/
  margin: 0 auto; }
  .sec-title h2 {
    font: 700 36px "Montserrat", sans-serif;
    color: #333333;
    position: relative;
    padding-bottom: 10px;
    text-transform: capitalize; }
    .sec-title h2 span {
      color: #F9D608;
      text-transform: uppercase; }
    .sec-title h2:before {
      content: "";
      width: 35px;
      height: 2px;
      /*background: #F9D608;*/
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .sec-title p {
    padding-top: 20px; }

.sec-two {
  text-align: left;
  padding-left: 0px;
  padding-right: 130px;
  max-width: 100%; }
  .sec-two h2:before {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.sec-pad {
  padding: 95px 0px; }

/* Main title css
============================================================================================ */
/* End Main title css
============================================================================================ */
/* Contact From popup css
============================================================================================ */
.modal-message .modal-dialog {
  margin-top: 0px;
  margin-bottom: 0px;
  top: 30%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  left: 0px;
  border-radius: 0px; }
  .modal-message .modal-dialog .modal-content {
    border: none;
    border-radius: 15px;
    text-align: center; }
    .modal-message .modal-dialog .modal-content .modal-header {
      border-bottom: 0px; }
      .modal-message .modal-dialog .modal-content .modal-header h2 {
        color: #000;
        font-size: 40px;
        font-family: "Lato", sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 3px;
        padding-bottom: 10px;
        padding-top: 50px; }
      .modal-message .modal-dialog .modal-content .modal-header p {
        color: #747474;
        font-size: 16px;
        font-family: "Lato", sans-serif;
        padding-bottom: 60px; }

.modal-backdrop {
  z-index: 20; }

/* End Contact From popup css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*
 * Loading Dots
 * Can we use pseudo elements here instead :after?
 */
.sampleContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ADC2DF;
  z-index: 99999999; }

.loading {
  position: relative;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  text-align: center; }

.loading h2 {
  color: #fff;
  margin: 0;
  font: 30px "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: .1em; }

.loading span {
  display: inline-block;
  vertical-align: middle;
  width: .6em;
  height: .6em;
  margin: .19em;
  background: #007DB6;
  border-radius: .6em;
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate; }

/*
 * Dots Colors
 * Smarter targeting vs nth-of-type?
 */
.loading span:nth-of-type(2) {
  background: #008FB2;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.loading span:nth-of-type(3) {
  background: #009B9E;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.loading span:nth-of-type(4) {
  background: #00A77D;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.loading span:nth-of-type(5) {
  background: #00B247;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.loading span:nth-of-type(6) {
  background: #5AB027;
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s; }

.loading span:nth-of-type(7) {
  background: #A0B61E;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

/*
 * Animation keyframes
 * Use transition opacity instead of keyframes?
 */
@-webkit-keyframes loading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes loading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*============= Start header css ==============*/
.header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20; }
  .header .navbar {
    border: 0px;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px;
    border-radius: 0px; }
    .header .navbar .navbar-header .navbar-brand {
      padding: 0px 15px;
      height: auto;
      line-height: 64px; }
      .header .navbar .navbar-header .navbar-brand img {
        display: inline-block; }
    .header .navbar .main_nav {
      text-align: right; }
      .header .navbar .main_nav .menu {
        display: inline-block;
        float: none;
        padding-top: 22px; }
        .header .navbar .main_nav .menu li {
          float: none;
          display: inline-block;
          margin-left: 25px; }
          .header .navbar .main_nav .menu li a {
            padding: 0px;
            font: 400 12px/26px "Montserrat", sans-serif;
            color: #747474;
            position: relative;
            text-transform: capitalize; }
            .header .navbar .main_nav .menu li a:after {
              content: "";
              height: 1px;
              width: 0;
              opacity: 0;
              -webkit-transition: all 0.3s ease 0s;
              -o-transition: all 0.3s ease 0s;
              transition: all 0.3s ease 0s;
              background: #F9D608;
              position: absolute;
              bottom: 0px;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
          .header .navbar .main_nav .menu li:hover a {
            color: #333333; }
            .header .navbar .main_nav .menu li:hover a:after {
              opacity: 1;
              width: 100%; }
          .header .navbar .main_nav .menu li.active a {
            background: transparent;
            color: #333333; }
            .header .navbar .main_nav .menu li.active a:after {
              opacity: 1;
              width: 100%; }
      .header .navbar .main_nav .navbar-right li {
        margin-left: 20px; }
        .header .navbar .main_nav .navbar-right li a {
          padding: 0px;
          line-height: 70px; }
  .header.affix {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1040; }

/*============= End header css ==============*/
/*================slider area css ===================*/
.main_slider {
  padding-top: 70px; }
  .main_slider .rev_slider ul li {
    z-index: 1 !important; }
    .main_slider .rev_slider ul li .slotholder:before, .main_slider .rev_slider ul li .fullcoveredvideo:before {
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      position: absolute;
      /*background: rgba(0, 0, 0, 0.1);*/
      z-index: 3; }
    .main_slider .rev_slider ul li .slotholder .tp-bgimg, .main_slider .rev_slider ul li .fullcoveredvideo .tp-bgimg {
      z-index: 1 !important; }
    .main_slider .rev_slider ul li .slotholder img, .main_slider .rev_slider ul li .fullcoveredvideo img {
      z-index: 1 !important; }
  .main_slider .tp-bullets {
    z-index: 10; }
  .main_slider .tp-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0d0d0; }
    .main_slider .tp-bullet:hover {
      background: #fff; }
    .main_slider .tp-bullet.selected {
      background: #fff; }
  .main_slider .tp-bannertimer {
    z-index: -1; }

.hero-video {
  position: relative;
  height: 800px;
  overflow: hidden;
  padding-top: 70px; }
  .hero-video:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    position: absolute; }
  .hero-video video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    z-index: -99; }
  .hero-video .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 800px;
    text-align: center;
    padding-top: 70px; }
    .hero-video .hero-content .hero-title {
      font: 400 35px "Lato", sans-serif;
      color: #fff;
      text-transform: capitalize; }
      .hero-video .hero-content .hero-title .typ {
        color: #F9D608;
        text-transform: uppercase; }
    .hero-video .hero-content h3 {
      font: 400 20px "Montserrat", sans-serif;
      color: #F9D608; }
    .hero-video .hero-content p {
      font: 400 14px "Lato", sans-serif;
      color: #fff;
      padding-top: 10px; }
    .hero-video .hero-content .hero-btn {
      width: 200px;
      height: 45px;
      text-align: center;
      border: 1px solid #F9D608;
      border-radius: 45px;
      font: 400 16px "Lato", sans-serif;
      text-transform: capitalize;
      color: #F9D608;
      -webkit-box-shadow: none;
      box-shadow: none;
      line-height: 40px;
      padding: 0px;
      display: inline-block;
      margin-top: 30px;
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear; }
      .hero-video .hero-content .hero-btn:hover {
        background: #F9D608;
        color: #fff; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.about-area .about-item a {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .about-area .about-item a:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #F9D608;
    opacity: 0;
    position: absolute;
    display: block;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .about-area .about-item a img {
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear; }

.about-area .about-item h5 {
  font: 500 14px/24px "Montserrat", sans-serif;
  color: #333333;
  padding: 15px 0px 4px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.about-area .about-item:hover a:before {
  opacity: 0.30; }

.about-area .about-item:hover a img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.about-area .about-item:hover h5 {
  color: #F9D608; }

.skill-area {
  background: url("../img/skill-bg.jpg") no-repeat scroll 0 65%;
  background-size: cover;
  padding: 120px 0px;
  background-attachment: fixed;
  position: relative;
  z-index: 2; }
  .skill-area:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    position: absolute; }
  .skill-area .skill-item {
    width: 165px;
    height: 165px;
    border: 3px solid #F9D608;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    padding-top: 34px;
    margin: 0 auto; }
    .skill-area .skill-item h2 {
      font-size: 36px;
      line-height: 48px;
      position: relative;
      padding-bottom: 5px; }
      .skill-area .skill-item h2:before {
        content: "";
        width: 35px;
        height: 2px;
        background: #F9D608;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .skill-area .skill-item p {
      font-size: 14px;
      line-height: 24px;
      padding-top: 8px; }

/*============= testimonial css ===========*/
.testimonial-area {
  background: url(../img/clients-bg.jpg) no-repeat scroll 0 center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 95px 0px 80px;
  z-index: 0; }
  .testimonial-area:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    position: absolute; }
  .testimonial-area .sec-title {
    padding-bottom: 40px; }
    .testimonial-area .sec-title h2 {
      color: #fff; }
  .testimonial-area .testimonial-slider {
    padding: 0px 100px; }
    .testimonial-area .testimonial-slider .item {
      color: #fff;
      text-align: center; }
      .testimonial-area .testimonial-slider .item p {
        font: 400 18px/30px "Lato", sans-serif;
        padding-bottom: 35px; }
      .testimonial-area .testimonial-slider .item h6 {
        font: 400 14px/24px "Montserrat", sans-serif;
        position: relative;
        padding-top: 10px; }
        .testimonial-area .testimonial-slider .item h6:before {
          content: "";
          width: 30px;
          height: 2px;
          position: absolute;
          top: 0;
          left: 50%;
          background: #fff;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .testimonial-area .owl-dots {
    text-align: center;
    margin-top: 30px; }
    .testimonial-area .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      border: 1px solid #fff;
      border-radius: 50%;
      display: inline-block;
      margin: 10px;
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear; }
      .testimonial-area .owl-dots .owl-dot.active {
        background: #fff; }

.banner_area {
  background: url("../img/banner-img.jpg") no-repeat scroll center 0;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: 70px;
  padding: 176px 0px 155px; }
  .banner_area:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1; }
  .banner_area .page-cover .breadc_title {
    font: 700 36px "Montserrat", sans-serif;
    color: #fff;
    padding-bottom: 25px;
    text-align: center;
    position: relative; }
    .banner_area .page-cover .breadc_title:before {
      content: "";
      width: 50px;
      height: 3px;
      background: #fff;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.team-slider .team-member {
  overflow: hidden;
  position: relative; }
  .team-slider .team-member img {
    max-width: 100%;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s; }
  .team-slider .team-member .info-hover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    .team-slider .team-member .info-hover:before, .team-slider .team-member .info-hover:after {
      bottom: 30px;
      content: "";
      left: 30px;
      opacity: 0;
      position: absolute;
      right: 30px;
      top: 30px;
      z-index: 1;
      -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.5s ease 0s;
      transition: opacity 0.35s ease 0s, -webkit-transform 0.5s ease 0s;
      -o-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
      transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
      transition: opacity 0.35s ease 0s, transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s; }
    .team-slider .team-member .info-hover:before {
      border-bottom: 1px solid #fff;
      border-top: 1px solid #fff;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1); }
    .team-slider .team-member .info-hover:after {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      transform: scale(1, 0); }
    .team-slider .team-member .info-hover .hover-content {
      overflow: hidden;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 55px;
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      z-index: 2; }
      .team-slider .team-member .info-hover .hover-content .info-member {
        float: left;
        width: 60%; }
        .team-slider .team-member .info-hover .hover-content .info-member h5 {
          color: inherit;
          font-size: 18px;
          margin-bottom: 0; }
      .team-slider .team-member .info-hover .hover-content .social-member {
        float: right;
        width: 40%;
        padding: 10px 0px; }
        .team-slider .team-member .info-hover .hover-content .social-member a {
          display: inline-block;
          color: #ffffff;
          margin-left: 15px;
          -webkit-transition: all 0.4s linear;
          -o-transition: all 0.4s linear;
          transition: all 0.4s linear; }
          .team-slider .team-member .info-hover .hover-content .social-member a:hover {
            color: #F9D608; }
  .team-slider .team-member:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5); }
  .team-slider .team-member:hover .info-hover {
    opacity: 1; }
    .team-slider .team-member:hover .info-hover:after, .team-slider .team-member:hover .info-hover:before {
      opacity: 0.5;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .team-slider .team-member:hover .hover-content {
    opacity: 1; }

.team-slider .owl-nav .owl-prev, .team-slider .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s; }
  .team-slider .owl-nav .owl-prev:hover, .team-slider .owl-nav .owl-next:hover {
    background: #F9D608;
    color: #fff;
    border-color: #F9D608; }

.team-slider .owl-nav .owl-prev {
  left: -60px; }

.team-slider .owl-nav .owl-next {
  right: -60px; }

/*==========clients logo slider css ==========*/
.clients-lg-slider .owl-nav .owl-prev, .clients-lg-slider .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #F9D608;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear; }

.clients-lg-slider .owl-nav .owl-prev {
  left: 0; }

.clients-lg-slider .owl-nav .owl-next {
  right: 0; }

.clients-lg-slider:hover .owl-nav .owl-prev, .clients-lg-slider:hover .owl-nav .owl-next {
  opacity: 1; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.services-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .services-area .section-left {
    width: 50%;
    float: left;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative; }
    .services-area .section-left:after {
      content: '';
      width: 100%;
      height: 100%;
      background: url("../img/service/1.jpg") no-repeat scroll center 100%;
      background-size: cover;
      display: block;
      position: absolute; }
  .services-area .section-right {
    width: 50%;
    float: right;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #1a1a1a; }
    .services-area .section-right .service {
      text-align: center;
      border-right: 1px solid #222;
      border-top: 1px solid #222;
      padding: 65px 46px; }
      @media (max-width: 1450px) {
        .services-area .section-right .service {
          padding: 40px 15px; } }
      .services-area .section-right .service i {
        font-size: 30px;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
        color: #F9D608; }
      .services-area .section-right .service .title-service {
        font-size: 14px;
        line-height: 24px;
        font-family: "Montserrat", sans-serif;
        color: #fff;
        padding: 12px 0px 17px; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.portfolio-area .sec-title {
  padding-bottom: 40px; }

.portfolio-area .work_filter {
  text-align: center;
  margin-bottom: 12px; }
  .portfolio-area .work_filter li {
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 14px;
    margin: 0 15px;
    color: #333333;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
    .portfolio-area .work_filter li.active {
      color: #F9D608; }
    .portfolio-area .work_filter li:hover {
      color: #F9D608; }

.portfolio-area .port-gallery .por-item {
  padding-top: 15px;
  padding-bottom: 15px; }
  .portfolio-area .port-gallery .por-item .pf-caption {
    position: relative;
    overflow: hidden; }
    .portfolio-area .port-gallery .por-item .pf-caption .pf-image:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .portfolio-area .port-gallery .por-item .pf-caption .pf-image img {
      max-width: 100%;
      -webkit-transition: all 0.5s linear 0s;
      -o-transition: all 0.5s linear 0s;
      transition: all 0.5s linear 0s; }
    .portfolio-area .port-gallery .por-item .pf-caption .pf-lineborder:before, .portfolio-area .port-gallery .por-item .pf-caption .pf-lineborder:after {
      bottom: 30px;
      content: "";
      left: 30px;
      opacity: 1;
      position: absolute;
      right: 30px;
      top: 30px;
      transition: opacity 0.5s ease 0s, transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
      z-index: 1; }
    .portfolio-area .port-gallery .por-item .pf-caption .pf-lineborder:before {
      border-bottom: 1px solid #fff;
      border-top: 1px solid #fff;
      -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      transform: scale(0, 1);
      position: absolute; }
    .portfolio-area .port-gallery .por-item .pf-caption .pf-lineborder:after {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      transform: scale(1, 0);
      position: absolute; }
    .portfolio-area .port-gallery .por-item .pf-caption .pf-hover {
      position: absolute;
      color: #ffffff;
      text-align: center;
      width: 100%;
      left: 0;
      opacity: 0;
      top: 50%;
      padding: 40px;
      z-index: 2;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      .portfolio-area .port-gallery .por-item .pf-caption .pf-hover .pf-title a {
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 0;
        line-height: normal;
        font-family: "Montserrat", sans-serif; }
        .portfolio-area .port-gallery .por-item .pf-caption .pf-hover .pf-title a:hover {
          color: #F9D608; }
      .portfolio-area .port-gallery .por-item .pf-caption .pf-hover .pf-cats a {
        font: 400 14px/24px "Lato", sans-serif;
        color: #ffffff; }
    .portfolio-area .port-gallery .por-item .pf-caption:hover .pf-image:after {
      opacity: 1; }
    .portfolio-area .port-gallery .por-item .pf-caption:hover .pf-image img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .portfolio-area .port-gallery .por-item .pf-caption:hover .pf-lineborder:before, .portfolio-area .port-gallery .por-item .pf-caption:hover .pf-lineborder:after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 0.5; }
    .portfolio-area .port-gallery .por-item .pf-caption:hover .pf-hover {
      opacity: 1;
      -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
      transform: translateY(-50%) scale(1); }

.portfolio-area .button {
  text-align: center;
  margin-top: 45px; }
  .portfolio-area .button a {
    font: 400 14px/24px "Lato", sans-serif;
    border: 1px solid #333333;
    color: #333333;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: inline-block;
    padding: 13px 19px; }
    .portfolio-area .button a:hover {
      background: #333333;
      color: #fff; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Svg css
============================================================================================ */
.show-menu .right_sidebar_menu {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }
  .show-menu .right_sidebar_menu .right_menu_inner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .show-menu .right_sidebar_menu .right_menu_social {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }

.right_sidebar_menu {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 1060;
  max-width: 375px;
  width: 100%;
  min-height: 100vh;
  -webkit-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: translate3d(375px, 0, 0);
  transform: translate3d(375px, 0, 0); }
  .right_sidebar_menu .close_menu {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    text-align: right;
    position: absolute;
    left: -70px;
    height: 70px;
    width: 70px;
    background: #dddddd;
    top: 0px; }
    .right_sidebar_menu .close_menu span {
      width: 25px;
      height: 1px;
      background: #1a1a1a;
      display: inline-block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 33px;
      left: 23px; }
      .right_sidebar_menu .close_menu span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .right_sidebar_menu .right_menu_inner {
    -webkit-transform: translate3d(160px, 0, 0);
    transform: translate3d(160px, 0, 0);
    -webkit-transition: opacity 0s 0.3s, -webkit-transform 0s 0.3s;
    transition: opacity 0s 0.3s, -webkit-transform 0s 0.3s;
    -o-transition: opacity 0s 0.3s, transform 0s 0.3s;
    transition: opacity 0s 0.3s, transform 0s 0.3s;
    transition: opacity 0s 0.3s, transform 0s 0.3s, -webkit-transform 0s 0.3s;
    opacity: 0; }
    .right_sidebar_menu .right_menu_inner .right_menu_logo {
      text-align: center;
      max-width: 100%;
      margin: auto;
      display: block;
      padding: 50px 0px 30px 0px; }
  .right_sidebar_menu .morph-shape {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    -webkit-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important; }

/* Morph Shape */
.morph-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  fill: #1a1a1a; }

.red_side_menu .morph-shape {
  fill: #c61a32; }

.blue_side_menu .morph-shape {
  fill: #0172ab; }

/* Shown menu */
.show-menu .menu-wrap,
.show-menu .content::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.show-menu .menu-wrap,
.show-menu .menu,
.show-menu .close-button,
.show-menu .morph-shape,
.show-menu .content::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.show-menu .menu,
.show-menu .close-button {
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }

/* End Svg css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.blog-item {
  cursor: pointer; }
  .blog-item .post-img {
    position: relative;
    overflow: hidden; }
    .blog-item .post-img:after {
      content: "";
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      background: #F9D608;
      opacity: 0;
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear; }
    .blog-item .post-img img {
      max-width: 100%;
      -webkit-transition: all 0.6s linear;
      -o-transition: all 0.6s linear;
      transition: all 0.6s linear; }
  .blog-item .post {
    font: 400 12px/24px "Montserrat", sans-serif;
    color: #F9D608;
    border: 1px solid #F9D608;
    padding: 0px 25px;
    margin: 30px 0px 15px;
    display: inline-block;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .blog-item .post:hover {
      background: #F9D608;
      color: #fff; }
  .blog-item h2 {
    font: 400 18px/24px "Montserrat", sans-serif;
    color: #333333;
    padding-bottom: 15px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .blog-item:hover .post-img:after {
    opacity: 0.50; }
  .blog-item:hover .post-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .blog-item:hover h2 {
    color: #F9D608; }

/*=========== contact-area css ==========*/
.contact-area {
  background: #ADC2DF; }
  .contact-area .sec-title h2 {
    color: #fff; }
  .contact-area form .form-group {
    margin-bottom: 0px;
    position: relative; }
    .contact-area form .form-group label {
      position: absolute;
      bottom: -30px; }
  .contact-area form .form-control {
    font: 400 14px/24px "Lato", sans-serif;
    color: #3a3a3a;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    border-radius: 0px;
    background: #ededed;
    height: 50px;
    padding: 0px 0px 0px 20px;
    margin-bottom: 30px; }
    .contact-area form .form-control.placeholder {
      color: #6a6a6a; }
    .contact-area form .form-control:-moz-placeholder {
      color: #6a6a6a; }
    .contact-area form .form-control::-moz-placeholder {
      color: #6a6a6a; }
    .contact-area form .form-control::-webkit-input-placeholder {
      color: #6a6a6a; }
  .contact-area form textarea.form-control {
    height: 200px;
    padding-top: 13px; }
  .contact-area form .contact-btn {
    display: block;
    font: 400 14px/50px "Montserrat", sans-serif;
    color: #fff;
    padding: 0px;
    border: 0px;
    background:#666;
    width: 100%;
    border-radius: 0px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
    .contact-area form .contact-btn:hover, .contact-area form .contact-btn:focus {
      background:#8a8a8a;
      color: #fff; }
  .contact-area .map-area {
    padding: 1px;
     }
    .contact-area .map-area iframe {
      height: 495px;
      width: 100%;
      border: 0px;
      margin: 0px;
      padding: 0px; }
      .contact-area .map-area iframe.clicked {
        pointer-events: auto; }

.blog_sec_area .blog-item {
  padding-top: 50px; }

.blog_sec_area .pagination {
  text-align: center;
  width: 100%;
  margin: 35px 0px 86px; }
  .blog_sec_area .pagination li {
    display: inline-block;
    margin: 8px; }
    .blog_sec_area .pagination li.active a {
      background: #000;
      color: #fff; }
    .blog_sec_area .pagination li a {
      width: 33px;
      height: 33px;
      border-radius: 0px;
      color: #000;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      border-color: #000; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Widget css
============================================================================================ */
.right_widget_inner {
  max-height: 100vh;
  width: 402px;
  position: absolute;
  padding: 30px 40px 40px 30px;
  overflow-y: scroll; }

.r_widget {
  border-bottom: 1px solid #2a2a2a;
  overflow: hidden;
  padding: 48px 0px; }
  .r_widget:first-child {
    padding-top: 0px; }
  .r_widget:last-child {
    border-bottom: 0px; }

.w_title {
  padding-bottom: 25px; }
  .w_title h4 {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #999999; }

.about_widget img {
  max-width: 100%; }

.about_widget p {
  font-size: 14px;
  line-height: 24p;
  color: #747474;
  font-family: "Lato", sans-serif;
  padding-top: 25px; }

.insta_widget .instagram_list {
  margin-right: -6px; }
  .insta_widget .instagram_list li {
    width: calc(100% / 3);
    float: left;
    overflow: hidden;
    margin-bottom: 6px; }
    .insta_widget .instagram_list li a {
      padding-right: 6px;
      display: block; }
      .insta_widget .instagram_list li a img {
        width: 100%; }

.post-list .media .media-left {
  padding-right: 16px; }

.post-list .media .media-body {
  padding-top: 10px; }
  .post-list .media .media-body h2 {
    font: 400 12px "Montserrat", sans-serif;
    color: #fff;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
    .post-list .media .media-body h2:hover {
      color: #F9D608; }
  .post-list .media .media-body .date {
    font: 400 12px/14px "Lato", sans-serif;
    color: #999999;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
    .post-list .media .media-body .date:hover {
      color: #F9D608; }

.post-list .media + .media {
  margin-top: 20px; }

.Categories_widget ul li {
  list-style: none;
  display: block;
  padding: 3px 0;
  line-height: 24px;
  font-family: 'Montserrat';
  font-size: 12px; }
  .Categories_widget ul li a {
    color: #ffffff; }
  .Categories_widget ul li span {
    float: right;
    width: 20px;
    height: 25px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #2a2a2a;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .Categories_widget ul li:hover a {
    color: #F9D608; }
  .Categories_widget ul li:hover span {
    background: #F9D608;
    color: #fff; }

.tagcloud a {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #2a2a2a;
  border-radius: 3px;
  color: #ffffff;
  margin: 5px;
  font-size: 11px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: capitalize; }
  .tagcloud a:hover {
    background: #F9D608;
    color: #fff;
    border-color: #F9D608; }

.social-ft li {
  display: inline-block;
  padding-right: 7px; }
  .social-ft li a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: block;
    text-align: center; }
    .social-ft li a:hover {
      background: #F9D608;
      color: #fff;
      border-color: #F9D608; }

/* End Widget css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============search form css =============*/
.searchForm {
  background: rgba(35, 35, 35, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-animation: fade-zoom-in .3s forwards;
  animation: fade-zoom-in .3s forwards;
  opacity: 0;
  visibility: hidden; }
  .searchForm.show {
    z-index: 999999;
    opacity: 1;
    visibility: visible; }

.cross-btn {
  background-color: transparent;
  border: 0;
  font-size: 40px;
  padding-top: 40px;
  padding-right: 50px;
  color: #fff;
  text-align: right;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1063; }
  .cross-btn i {
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    display: inline-block; }

.search_row {
  position: fixed;
  top: 0;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 46%;
  -webkit-animation: fade-zoom-in .3s forwards;
  animation: fade-zoom-in .3s forwards;
  text-align: center;
  color: #747474;
  max-width: 500px; }
  .search_row .input-group {
    width: 100%; }
    .search_row .input-group .form-control {
      display: block;
      width: 100%;
      text-align: center;
      -webkit-box-shadow: none;
      box-shadow: none;
      font: 400 35px/35px "Playfair Display", serif;
      height: auto;
      background: #333333;
      padding: 2px 5px 10px;
      color: #fff;
      border: 0px;
      border-radius: 5px; }
      .search_row .input-group .form-control.placeholder {
        color: #fff; }
      .search_row .input-group .form-control:-moz-placeholder {
        color: #fff; }
      .search_row .input-group .form-control::-moz-placeholder {
        color: #fff; }
      .search_row .input-group .form-control::-webkit-input-placeholder {
        color: #fff; }
  .search_row p {
    color: #fff;
    padding-top: 8px; }

@-webkit-keyframes autofill {
  to {
    background: transparent; } }

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.footer-area {
  color: #747474;
  background:#033;
  padding: 27px 0px; }
  .footer-area p {
    padding-top: 12px; }
    .footer-area p span {
      color: #F9D608; }
  .footer-area ul {
    text-align: right;
    width: 100%; }
    .footer-area ul li {
      display: inline-block; }
      .footer-area ul li a {
        width: 40px;
        height: 40px;
        border: 1px solid #292929;
        display: block;
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
        margin: 3px;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        .footer-area ul li a:hover {
          background: #F9D608;
          color: #fff;
          border-color: #F9D608; }

/*---------------------------------------------------- */
