/* ----------------------------------
Peachy
Version: 1.0
Author: DynamicWebLab

-------------------------------------

Table of contents

  @ Main Styles
  @ Navigation
  @ Intro
  @ About
  @ Skill Bar
  @ Service
  @ Resume
  @ Portfolio
  @ Testimonial
  @ Blog
  @ Contact
  @ Single Post
  @ Footer
  @ Responsive

*/

/* ====================
  Main Styles
=======================*/

html, body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
}

p {
  font-size: 17px;
  color: #777777;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
}

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

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

/* ====================
  Common Styles
=======================*/

.pt100 {
  padding-top: 100px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.transition-ease {
  transition: all 0.3s ease;
}

.transition-ease:hover {
  opacity: 0.90;
}

.section-head {
  text-align: left;
  position: relative;
  padding-bottom: 10px;
}

.section-head h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.section-head2 h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}


.mouse-bg {
  background-repeat: no-repeat;
  background-size: auto auto;
  position: absolute;
}

.fa-angle-double-down {
  color: rgba(255, 255, 255, .7);
  font-size: 30px;
}

.down-section {
  position: absolute;
  bottom: 20px;
  left: 48.5%;
}

.down-section i {
  font-size: 45px;
  color: #fff;
}

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

.social-links a i {
  font-size: 14px;
  -webkit-transition: all .9s ease;
  -o-transition: all .9s ease;
  transition: all .9s ease;
}

.social-links a:hover i {
  opacity: 0.5;
}

/*------------------
	Preloder
--------------------*/

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.preloader-wrapper.big {
  margin: 0 auto;
}

.social i {
  color: #fff;
  width: 40px;
  border: none;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  height: 40px;
  padding: 10px;
}


/* ====================
  Navigation Section
=======================*/

.header-nav-section nav {
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

nav .brand-logo {
    font-size: 1.5rem;
}

.header-nav-section nav a {
  color: #fff;
  position: relative;
}

.header-nav-section nav .dropdown-content a,
.header-nav-section nav #mobile-nav a {
  color: #777777;
}

.header-nav-section nav .nav-wrapper {
  margin: 0 50px;
}

.header-nav-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0);
}
.header-nav-section.sticky a {
    color: #333;
}
.header-nav-sectio .logo a {
  color: #333;
  font-size: 38px;
  line-height: 38px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}

.header-nav-section .nav-wrapper li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 0.09em;
  font-weight: 300;
}

.header-nav-section .nav-wrapper li a:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 2px;
  bottom: 10px;
  left: 16px;
  margin-left: 0px;
  background: #673AB7;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-nav-section .nav-wrapper li a:hover:after {
  width: 10px;
}

.header-nav-section .nav-wrapper a.active:after {
  width: 10px;
}

.header-nav-section.sticky nav {
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.5s ease-in;
  -moz-transition: background 0.5s ease-in;
  -ms-transition: background 0.5s ease-in;
  -o-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
}

.header-nav-section.sticky nav li a {
  color: #777777;
}

/* ====================
  Intro Section
=======================*/

.section-relative {
  height: 100%;
  position: relative;
}

.overlay-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.overlay-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
}

#particles, .hero-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#video-bg{
  overflow: hidden;
}
#bg-slider{
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.hero-slider .bg-cms {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-slider.owl-carousel .owl-stage-outer, .hero-slider.owl-carousel .owl-stage, .hero-slider.owl-carousel .owl-item {
  height: 100%;
}

.intro-button {
  position: absolute;
  bottom: 50px;
  left: 43%;
}

.intro-button a:hover {
  color: #fff;
}

#round {
  position: absolute;
  top: 0;
  left: 0;
}

.intro-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: table;
}

.intro-inner .intro-content {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.intro-inner .intro-content h2 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 100px;
  letter-spacing: -3px;
  font-weight: bold;
}

.intro-inner .intro-content p {
  margin-top: 22px;
  color: #fff;
  font-size: 20px;
}

.content-up {
  position: relative;
  z-index: 10;
}
.typed-wrap{
  margin-top: 22px;
  color: #fff;
  font-size: 25px;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ====================
  Side Contact Toggol
=======================*/

#contact-toggle {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
}

.side-nav .author-name{
    margin-top: 10px;
    padding-bottom: 15px;
}

.side-nav h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding-left: 10px;
    margin-top: 20px;
}

.side-nav .user-view, .side-nav .userView {
  position: relative;
  padding: 60px 32px 0;
  margin-bottom: 8px;
}

#send-forms {
  margin-left: 20px;
  margin-top: -30px;
}

/* ====================
  About Section
=======================*/

.about-section {
  position: relative;
}

.left-button {
  margin-right: 15px;
}

.about-text h2 {
  font-size: 35px;
  margin-bottom: 30px;
}

.about-text p ins {
  text-decoration-style: double;
  font-family: 'Satisfy', cursive;
}

.author-name {
  font-family: 'Satisfy', cursive;
}

/* ====================
  Skill Bar Section
=======================*/

ul.short-bio {
  margin-top: 0;
}

ul.short-bio .collection-item>span {
  display: inline-block;
  min-width: 125px;
  font-weight: 600;
}

.skillbar {
  position: relative;
  display: block;
  margin-bottom: 23px;
  width: 100%;
  background: #eee;
  height: 35px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}

.skillbar:last-child {
  margin-bottom: 0;
}

.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  background: #6adcfa;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.skillbar-title span {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.skillbar-bar {
  height: 35px;
  width: 0px;
  background: #6adcfa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all .7s linear;
}

.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  color: rgba(0, 0, 0, 0.75);
}

/* ====================
  Service Section
=======================*/

.service-section {
  background-image: url(../../assets/images/what-do-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
}

.service-item {
  text-align: center;
  margin: 0;
}

.service-item i {
  color: #000000;
  font-size: 24px;
  margin-bottom: 30px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .7);
  display: inline-block;
}

.service-item h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}

.service-item p {
  font-size: 15px;
  line-height: 22px;
}

/* ====================
  Resumes Section
=======================*/

.experience-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #5c4037;
  margin-left: 70px;
  margin-bottom: 30px;
  font-weight: 600;
}

.timeline-centered {
  position: relative;
}

.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: #f5f5f6;
  /*left: 50%;*/
  top: 20px;
  bottom: 20px;
  margin-left: 30px;
}

.timeline-centered .timeline-entry {
  position: relative;
  /*width: 50%;
        float: right;*/
  margin-top: 5px;
  margin-left: 30px;
  margin-bottom: 10px;
  clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
  float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
  left: auto;
  right: -100px;
  text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
  float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
  margin-left: 0;
  margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -100px;
  text-align: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
  display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
  font-size: 15px;
  font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
  font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #fff;
  color: #737881;
  display: block;
  width: 25px;
  height: 25px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #f5f5f6;
  -webkit-box-shadow: 0 0 0 5px #f5f5f6;
  box-shadow: 0 0 0 5px #f5f5f6;
  line-height: 40px;
  font-size: 15px;
  float: left;
  margin-left: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
  background-color: #303641;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
  background-color: #ee4749;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
  background-color: #00a651;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
  background-color: #21a9e1;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
  background-color: #fad839;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
  background-color: #cc2424;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f5f5f6;
  padding: 1em;
  margin-left: 60px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f5f5f6 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #737881;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
  margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}

.timeline-label h2 {
  padding-top: 5px;
  text-transform: uppercase;
}

/* ====================
  Portfolio Section
=======================*/

.portfolio-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: .9;
  background-color: rgba(0, 0, 0, 0.25);
}

.portfolio-item>a {
  margin: 15px auto;
  position: relative;
  overflow: hidden;
  display: block;
}
.portfolio-item figure {
    margin: 0;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: left;
}

.hovereffect .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}

.hovereffect h2, .hovereffect a, .hovereffect p, .hovereffect span {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.hovereffect span {
  color: #333;
  font-size: 12px;
  display: inline-block;
  background: #fff;
  padding: 6px 20px;
  border-radius: 20px;
  opacity: 0;
  position: relative;
  top: 20px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect:hover .overlay:before, .hovereffect:hover h2, .hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.work-info {
  position: relative;
  z-index: 1;
}

.work-inner:before {
  background: red;
  content: "";
  height: 30px;
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 0px;
}

}

.work-inner:after {
  background: rgba(0, 0, 0, 0) url("assets/images/brand/1.png") no-repeat scroll 0 0 / 100% auto;
  content: "";
  height: 30px;
  left: 15px;
  opacity: 1;
  position: absolute;
  right: 15px;
  bottom: -15px;
  transition: all 0.3s ease 0s;
}

.portfolio-filter {
  list-style: none;
  text-align: left;
}

.portfolio-filter li {
  display: inline-block;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.work-item {
  position: relative;
  display: block;
  outline: none;
  overflow: hidden;
}

.work-item img {
  min-width: 100%;
}

.work-item .work-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.work-item .work-inner .work-info {
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.work-item .work-inner .work-info h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 9px;
  opacity: 0;
  position: relative;
  top: -40px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.work-item .work-inner .work-info p {
  color: #fff;
  margin: 0 10% 15px;
  display: block;
  font-size: 13px;
  opacity: 0;
}

.work-item .work-inner .work-info span {
  color: #333;
  font-size: 12px;
  display: inline-block;
  background: #fff;
  padding: 6px 20px;
  border-radius: 20px;
  opacity: 0;
  position: relative;
  top: 20px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.work-item img, .work-item, .work-inner {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.work-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.work-item:hover .work-inner {
  background: rgba(103, 58, 183, 0.8);
}

.work-item:hover .work-inner .work-info h2, .work-item:hover .work-inner .work-info span, .work-item:hover .work-inner .work-info p {
  opacity: 1;
  top: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.work-popup {
  max-width: 550px;
  background: #fff;
  position: relative !important;
  margin: 30px auto;
  left: 0 !important;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 0.5s cubic-bezier(0.56, 0.16, 0.15, 0.86) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0.16, 0.15, 0.86) 0s;
}

.work-popup img {
  width: 100%;
  height: 100%;
}

.mfp-ready .work-popup {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mfp-removing .work-popup {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.work-popup-content {
  padding: 25px;
}

.work-popup-content h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.work-popup-content p {
  text-align: left;
  line-height: 24px;
  font-size: 15px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.55);
}
.pagination li.active a {
    color: #fff;
    height: 41px !important;
    padding: 5px 15px;

}
.pagination li a {
    height: 41px !important;
    padding: 5px 15px;
}
.pagination li {
    height: 41px !important;
}
.pagination > li > a, .pagination > li > span {
    margin-left: 0px;
}
/* ====================
  CountDown Section
=======================*/

.single-fact span.num {
  font-size: 50px;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333 !important;
}

.single-fact i {

  font-size: 60px;
  margin-bottom: 13px;
  display: block;
}

.single-fact .fact-inner {
  padding-bottom: 15px;
}

.single-fact .context {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2px;
}

@media only screen and (max-width: 479px) {
  .single-fact h1 {
    font-size: 40px;
  }
}

.single-fact p {
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}

.funfact-area {
	position:relative;
	background:url(../images/funfact.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.funfact-area2 {
	position:relative;
	background:url(../images/funfact2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.fun-icon {
    color: #2196f3;
}
/* ====================
  Testimonial Section
=======================*/

.testimonial-item img {
  max-width: 100px;
  background: #fff;
  padding: 2px;
  border: 1px solid rgba(0, 0, 0, .25);
  float: left;
  margin: 0 10px 0 0;
}
.testimonial-item{
	background:#f7f7f7;
}
.testimonial-item p {
  margin-bottom: 15px;
  font-style: italic;
  font-size: 14px;
  line-height: 25px;
}

.testimonial-item h2 {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.testimonial-item .company-name {
  font-size: 15px;
  font-weight: 500;
}

#testimonial-carousel .owl-nav {
  text-align: left;
  margin-top: 15px;
  margin-left: 15px;
}

#testimonial-carousel .owl-nav div {
  padding: 0;
  background: transparent;
  display: inline-block;
}

#testimonial-carousel .owl-nav div.owl-prev {
  margin-right: 15px;
}

#testimonial-carousel .owl-nav span {
  background-color: #ffffff;
}

#testimonial-carousel .owl-nav span i {
  color: #2196f3;
}

/* ====================
  Team Section
=======================*/
.team-section{
		position:relative;
  	background:url(../images/team-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.single-team-area .card .card-reveal p {
  font-size: 14px;
  line-height: 26px;
  margin: 15px 0px;
}
.single-team-area .card .card-title {
    font-size: 20px;
}
.single-team-area .card .card-content p {
    font-size: 12px;
    text-transform: uppercase;
}

#team .owl-nav {
   margin-left:15px;
   margin-top:15px;
}
#team .owl-nav div {
    padding: 0;
    background: transparent;
    display: inline-block;
}
#team .owl-nav span {
    background-color: #ffffff;
}
#team .owl-nav span i {
    color: #2196f3;
}
#team .owl-nav div.owl-prev {
    margin-right: 15px;
}
/* ====================
  Blog Section
=======================*/

.page-warp ul.pagination {
    margin-bottom: 0;
}
.blog-content-area+ul.pagination {
    margin-left: 15px;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    opacity: .9;
    background-color: rgba(0, 0, 0, 0.75);
}
.section-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: .9;
    background-color: rgba(33, 33, 33, 0.85);
}

.section2-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(33, 33, 33, 0.85);
	z-index:-1!important;
}

.search-form button {
  color: #fff;
}

.section-titles h2 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding: 15px 0 5px 0;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #777777;
    margin-bottom: 10px;
}


.section-titles h2:after {
    position: absolute;
    content: "";
    width: 95%;
    height: 1px;
    bottom: 1px;
    left: 0;
    margin-left: 0px;
    background: #9e9e9e;
}
.tagcloud a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    padding: 10px 20px;
    border: 1px solid #eee;
    border-radius: 0px;
    margin: 0 2px 6px;
    text-transform: capitalize;
    background: #777777;
}

.input-group-btn .btn {
  height: 40px;
}

.form-control {
  border-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-bottom: 20px;
  min-height: 40px;
}

.space-60 {
  height: 60px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.list-unstyled li {
  display: inline-block;
  margin: 10px 0px;
}

.list-unstyled h5 {
  font-weight: 700;
  margin: 0 0 10px;
  color: #666;
  font-size: 14px;
}

.list-unstyled small {
  color: #303030;
}

.blog-area .section-tilte-area h2 {
  color: #000000;
  margin-bottom: 60px;
}

.single-blog-content {
  background-color: #fff;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-top: -2px;
}

.single-blog-link {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-blog-link iframe {
  width: 100%;
}

.single-blog-area a.single-blog-link img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.single-blog-area:hover a.single-blog-link img {
  transform: scale(1.1);
}

.single-blog-area .card .card-content {
  padding: 15px;
}

.single-blog-area .card .card-action {
  padding: 20px 15px 15px 15px;
}

.single-blog-area .card .card-content p {
  font-size: 14px;
  line-height: 26px;
}

.single-blog-area .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #039be5;
  margin: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: 500;
}

.single-blog-area .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #727272;
}

.single-blog-area .comment-count .numb {
  font-size: 13px;
  color: #727272;
  vertical-align: middle;
  margin-left: 5px;
  font-weight: 500;
  float: right;
}

.single-tag {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 5px;
  text-align: center;
  line-height: 1.1;
}

.tags a {
  color: #666;
}

.single-blog-area .fixed-action-btn.horizontal {
  position: relative;
  bottom: 0;
  right: 0;
}

.page-top.single-blog-hero {
  background: url(../images/blog/img5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.single-blog-title {
  margin-bottom: 5px;
  font-weight: 500;
}

.single-blog-title a {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.blog-meta a {
  color: #ababab;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}

.sidebar-widget-list li {
  width: 100%;
  margin: 0 0 5px 0;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-theme.blog-carousel .owl-nav {
  margin-top: 10px;
}

.owl-theme.blog-carousel .owl-dots, .owl-theme.blog-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  margin-top: -22px;
}

.owl-theme.blog-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-carousel.blog-carousel .owl-dot, .owl-carousel.blog-carousel .owl-nav .owl-next, .owl-carousel.blog-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-theme.blog-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme.blog-carousel .owl-dots .owl-dot.active span, .owl-theme.blog-carousel .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* ====================
  logo slider Section
=======================*/

.logo-slider {
  padding: 15px;
}

#logo-slider {
  background: #fff;
}

/* ====================
  Instagram slider Section
=======================*/

#instagram-slider {
  position: relative;
}

#instafeed-section {
  position: relative;
}

.instagram-block span a {
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.62px;
  letter-spacing: 0.72px;
  color: #ffffff;
  padding: 14px 35px;
  text-decoration: none;
  position: absolute;
  left: 44%;
  bottom: 40%;
  z-index: 2;
}

/* ====================
  Contact Section
=======================*/

.contact-info-title h4 {
  font-size: 24px;
  padding-bottom: 15px;
  margin-left: 5px;
}

.contact-info-title h4.author-name {
  margin-bottom: 5px;
}

.contact-info {
  margin-bottom: 18px;
}

.contact-info i {
  font-size: 25px;
  float: left;
  margin-right: 15px;
}

.contact-info p {
  font-size: 14px;
  line-height: 20px;
}
.send-form-style .result .alert {
    float: left;
    width: 100%;
    border-radius: 0;
}
.send-form-style label.error {
    font-size: 0.75rem;
    font-weight: 400;
    text-align: right;
    width: 94%;
    display: block;
}

#send-form {
  margin-left: 15px;
}

.send-form-style input {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ddd;
  font-family: 'Montserrat', sans-serif;
}

.send-form-style input:hover, .send-form-style input:focus {
  outline: none;
}

.send-form-style textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 30px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ddd;
  font-family: 'Montserrat', sans-serif;
}

.send-form-style textarea:hover, .send-form-style textarea:focus {
  outline: none;
}

.send-form-style #send-form.done {
  background: #0fa049;
  border-color: #0fa049;
  color: #fff;
}

.send-form-style #send-form.error {
  background: #e20808;
  border-color: #e20808;
  color: #fff;
}

#result {
  margin: 30px 0 0 0;
  text-align: center;
}

label.error {
  color: #fc0202;
}

/* ====================
  Single Post
=======================*/

.page-top {
  height: 350px;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: table;
  background: #111;
}

.page-top-info {
  display: table-cell;
  vertical-align: middle;
  z-index: 11;
  position: relative;
}

.page-top-info h2 {
  color: #fff;
  font-size: 50px;
  text-align: left;
}

.single-poat {
  margin-bottom: 80px;
}

.single-poat p {
  font-size: 16px;
  margin-bottom: 0;
}

.single-poat blockquote {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  border-left: 4px solid #000;
  padding-left: 20px;
  margin: 40px 0;
}

.post-intro {
  margin-bottom: 30px;
}

.full-img {
  min-width: 100%;
}

.list-style {
  padding: 30px;
  line-height: 24px;
}

.list-style li {
  font-size: 16px;
  list-style: circle;
}

.comments {
  margin-top: 80px;
}

.comments h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
}

.post-comments {
  margin-top: 50px;
  list-style: none;
}

.post-comments li {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.post-comments li:last-child {
  margin-bottom: 0;
  border: none;
}

.post-comments h3 {
  font-size: 15px;
  margin-bottom: 10px;
}

.post-comments p {
  font-size: 14px;
  line-height: 30px;
}

.commernt-img {
  width: 15%;
  float: left;
}

.commernt-img img {
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 2px;
}

.comment-text {
  width: 85%;
  float: left;
  padding-left: 30px;
}

.cm-reply {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  color: #111;
}

.cm-reply i {
  margin-right: 5px;
}

/* ====================
  Footer Section
=======================*/

.footer-section {
  text-align: center;
  padding: 15px 0;
}

.footer-section p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: normal;
}

/* ====================
  Customizing materialize.css
=======================*/

.container {
  margin: 0 auto;
  max-width: 1170px;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container .row {
  margin-right: -15px;
  margin-left: -15px;
}

.row .col {
  padding-right: 15px;
  padding-left: 15px;
}

#sidenav-overlay {
  z-index: 996;
}

/* ====================
  Responsive Section
=======================*/

/* Tablet desktop :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img {
    margin-bottom: 20px;
  }
  .page-top-info h2 {
    font-size: 40px;
  }
  #contact-form .result .alert {
    margin-top: 10px;
  }
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-nav-section nav .nav-wrapper {
    margin: 0 10px;
}
.header-nav-section .nav-wrapper li a::after {
    left: 33px;
}
  .service-item, .blog-item {
    margin-bottom: 30px;
  }
  .resume-item .resume-left {
    text-align: left;
  }
  .intro-inner .intro-content h2 {
    font-size: 50px;
  }
  .about-img {
    margin-bottom: 20px;
  }
  .about-top h2 {
    font-size: 25px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .contact-info:last-child {
    margin-bottom: 0;
  }
  .page-top-info h2 {
    font-size: 30px;
  }
  .instagram-block span a {
    left: 25%;
    bottom: 45%;
  }
  .hovereffect .overlay {
    padding: 10px 30px;
  }
  .hovereffect a, .hovereffect p, .hovereffect span {
    font-size: 14px;
  }
  .logo-slider {
    padding: 0px;
  }
  #contact-form .result .alert {
    margin-top: 10px;
  }

  nav .brand-logo {
    left: 33%;
}
.section-head h2{
    margin-bottom:  0px;
}

.about-section .pt100 {
    padding-top: 50px;
}
.about-section .pb65 {
    padding-bottom:  35px;
}


.service-section.pt100 {
    padding-top: 50px;
}
.service-section.pt100.pb90{
    padding-bottom:  45px;
}

.resume-section .pt100 {
    padding-top: 50px;
}
.resume-section .pb70{
    padding-bottom:  35px;
}

.portfolio-section .pt100 {
    padding-top: 50px;
}
.portfolio-section .pb90{
    padding-bottom:  45px;
}
.testimonial-section .pt100 {
    padding-top: 50px;
}
.testimonial-section .pb90{
    padding-bottom:  45px;
}
.funfact-area{

}
.funfact-area .pt100 {
    padding-top: 50px;
}
.funfact-area .pb80{
    padding-bottom:  40px;
}

.blog-section .pt100 {
    padding-top: 50px;
}
.blog-section .pb100{
    padding-bottom:  50px;
}

.team-section .pt100 {
    padding-top: 50px;
}
.team-section .pb90{
    padding-bottom:  45px;
}

.logo-slider-section .pt100 {
    padding-top: 50px;
}
.logo-slider-section .pb90{
    padding-bottom:  45px;
}

.contact-section .pt100 {
    padding-top: 50px;
}
.contact-section .pb70{
    padding-bottom:  35px;
}

.list-inline.list-unstyled.text-right.tags {
    text-align: left;
}

}
@media only screen and (max-width: 533px) {
  .left-button {
      margin-bottom: 10px;
  }
}
/* small mobile :320px. */

@media only screen and (max-width: 479px) {
  .stitle h2 {
    font-size: 30px;
  }
  .intro-inner .intro-content h2 {
    font-size: 35px;
    letter-spacing: 1px;
  }
  .intro-inner .intro-content p {
    margin-top: 10px;
  }
  .about-top h2 {
    font-size: 20px;
  }
}
.pagination li {
    margin-bottom: 8px;
}
#map {
  height: 210px;
}

.resize{
	max-width:100%;
	height:auto;
	display:inline:block;
	
}

@media only screen and (max-width: 600px) {
  .header-nav-section nav a.brand-logo, .header-section .logo a span, .social-links a i, .call-to-action i, .main-color, .resume-item .resume-right h2::after, .owl-nav div, .contact-info i, .site-btn.btn-outline, .social-share a, .portfolio-filter li.active, #testimonial-carousel .owl-nav div, .single-fact span.num, .single-blog-area .card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating), #team .owl-nav span i, .fun-icon, .instagram-block i, .single-team-area .card .card-content .card-title i
  {
   font-size:16px;
  }
  .header-nav-section nav .nav-wrapper{
	  
	margin:-10px 10px;
  }
}
