
/* ====================
  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;
}

.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(0, 0, 0, 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(0, 0, 0, 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: #95b8be;
  -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;
  }
}


/* ====================
  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(../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;
}

.feature-list {
	min-height: 50px;
	padding: 3px 15px;
}

/* ====================
  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("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;
}
.portfolio-filter li.active {
	color: #03a9f4;
}

.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-info span {
	margin-right: 3px;
}

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

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

.logo-slider {
  padding: 15px;
}

#logo-slider {
  background: #fff;
}


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

.portfolio-section {
	background:url(../images/background5.jpg);
	background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;	
}

.contact-section {
	
	background:url(../images/background3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;	
}
.contact-section h2 { color: white; }

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


.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 750px;
    margin: 40px auto;
    position: relative;
}
.white-popup-block h2, .modal-backdrop h2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.white-popup-block h3, .modal-backdrop h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 15px;
	margin-bottom: 10px;
}
.white-popup-block p, .modal-backdrop p {
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.white-popup-block li, .modal-backdrop li {
	list-style-type: disc!important;
}
.white-popup-block .details-block, .modal-backdrop .details-block {
	right: 0;	
}
.white-popup-block .skill, .modal-backdrop .skill {
	font-size: 12px;
	color: #fff;
	text-align: center;
    display: inline-block;
    background: #333;
    padding: 3px 10px;
    border-radius: 20px;
    margin-top: 10px;
	margin-right: 3px;
	min-width: 100px;
    -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);
}


.appstore-button {
    cursor: pointer;
	margin-top: 20px;
}
.app-thumbnails {
	margin: 10px 0;
	text-align: center;
}
.app-thumbnail {
	width: 47px;
	height: 47px;
	display: inline-block;
	border: 1px solid #444;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;	
    cursor: pointer;	
	margin-right: 3px;
}

.selected {
	border: 1px solid #03a9f4;
}

#app {
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin-top: 60px;
}

.btn {
  padding: 0px 16px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}

.modal-backdrop {    
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    /* opacity: 0.8; */
    background-color: rgba(0, 0, 0, 0.8);
}

.modal {
  background: #ffffff;
  box-shadow: 2px 2px 20px 1px;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  width: 70%;    
    padding: 20px 40px;
    text-align: left;
    max-width: 750px;
    margin: 40px auto;
    position: relative;
	min-height: 600px;
}

.modal-header,
.modal-footer {
  padding: 15px;
  display: flex;
}

.modal-header {
  border-bottom: 1px solid #eeeeee;
  color: #4aae9b;
  justify-content: space-between;
}

.modal-footer {
  border-top: 1px solid #eeeeee;
  justify-content: flex-end;
}

.modal-body {
  position: relative;
  padding: 20px 10px;
}

.btn-close {
  border: none;
  font-size: 20px;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #4aae9b;
  background: transparent;
}

.btn {
  color: white;
  background: #4aae9b;
  border: 1px solid #4aae9b;
  border-radius: 2px;
}

.modal-fade-enter,
.modal-fade-leave-active {
  opacity: 0;
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity 0.5s ease;
}
