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

 Theme Name: The One
 Theme URI: http://www.jellydemos.com/html/theone
 Description: Multi-Purpose Onepage Template
 Author: jellythemes
 Author URI: 
 Version: 1.0

 Main Color   : #111
 main Font    : Poppins


--Table Of Content
  01 Basics
  02 Navbar
  03 Header
  04 About
  05 Skills
  06 Works
  07 Contact
  08 Footer
  09 Responsive

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


/* --------[ 01 Start Basics ]-------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden !important;
}

p {
  font-size: 14px;
  font-weight: 300;
  color: #8a8a8a;
  line-height: 2;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.logo {
  padding: 15px 0;
  width: 133px;
  color: #fff;
  font-size: 20px;
}
#pageloader {
    background-color: #fff;
    position: absolute;
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.pageloader-content {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    position: absolute;
    margin: 0;
    opacity: 1;
    top: 0;
    text-align: center;
}
.pageloader-content-hide {
    opacity: 0!important;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}
.pageloader-hide {
    display: none;
}

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

.section-head {
  margin-bottom: 80px;
}
.section-head h3 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.section-head span {
  position: relative;
}
.section-head span:after, .section-head span:before {
  content: '';
  width: 100px;
  height: 3px;
  position: absolute;
  top: 9px;
  background: #555;
}
.section-head span:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#555));
  background: linear-gradient(to right, transparent, #555);
}
.section-head span:before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#555));
  background: linear-gradient(to left, transparent, #555);
}
.section-head span i {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #555;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  z-index: 3;
}

.bg-gray {
  background: #f7f7f7;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

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

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  border: 1px solid #eee;
  background: transparent;
}

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

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.fadeInUp {
    animation-name: fadeInUp;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.col-lg-4:nth-child(3n){
      margin-left: -1px!important;
}
/* --------[ 01 End Basics ]-------*/


/* --------[ 02 Start Navbar ]-------*/
.navbar {
    position: absolute;
    right: 60px;
    top: 0;
    width: 80px;
    background: transparent;
    z-index: 9;
    min-height: 80px;
    left: inherit;
}
.navbar-expand-lg .navbar-toggler{
  display:block;
  outline:0;
}
.collapse{
  display: none;
}
#navbarOppener{
    border-bottom: 0px solid #eee;
    margin-bottom: 0px;
    position: fixed;
    right: 0;
    width: 480px;
    height: 100%;
    top: 0%;
    z-index: 9998;
    background: #fefffe;
    padding-top: 52px;
    transform: translate3d(480px,0,0);
    position: fixed;
    top: 0;
    transition: all 0.5s ease-out;
    background: #000;
    z-index: 11;
    padding: 140px 0px 0px 90px;
    overflow: auto;
    margin-top: 0;
    display: block;
    overflow: hidden;
}
.navbar .icon-bar {
  width: 25px;
}
.menu-lines {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 18px;
    line-height: inherit;
}
.menu-line {
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: top;
    height: 4px;
    width: 20px;
    background-color: currentColor;
}
.menu-line.menu-line-1 {
    top: 0;
}
.menu-line.menu-line-2 {
    top: 7px;
}
.menu-line.menu-line-3 {
    bottom: 0;
}
span.icon-close {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}
ul.navbar-nav.ml-auto {
    width: 100%;
    display: inline-block;
}
.navbar .navbar-nav .nav-link {
    font-size: 46px;
    color: #fff;
    letter-spacing: .5px;
    margin: 10px 5px;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    display: inline-block;
    font-weight: 400;
}
.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.nav-scroll .icon-bar {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link:after {
  background: #222;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}

/* --------[ 02 End Navbar ]-------*/


/* --------[ 03 Start Header ]-------*/
.container{
  text-align: center;
}
.header {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    background: url(../img/photo-slider.jpg) no-repeat 0 -46px;
    background-size: cover;
    height: 986px;
}
.header .container-fluid {
  
    animation-duration: 1.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
        
}

.header .caption h6 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 80px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins';
    letter-spacing: 8px;
}
.header .caption h1 {
    margin: 60px 0 0;
    font-size: 83px;
    font-weight: 500;
    font-family: inherit;
    word-spacing: 2px;
    letter-spacing: 0px;
    color: #ffffff;
    line-height: 1em;
}
.header .caption h6:before {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    background: #fa070b;
    margin-top: -33px;
    left: 50%;
    margin-left: -30px;
}
.header .caption p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    margin-top: 50px;
    line-height: 23px;
}
.header .caption p span{
  font-weight: 600;
  text-transform: capitalize;
}
.social a {
    color: #222222;
    font-size: 26px;
    margin: 0 10px;
}
.social a:hover{
  color: #fff;
} 
.header .caption .butn {
    color: #fff;
    padding: 0;
    border: 0px solid #eee;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 1px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #fa070b;
    margin-right: 0px;
    padding: 20px 65px;
}
.header .caption span {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
        letter-spacing: 1px;
}
.header .caption .butn:hover {
    background: #fff;
    color: #fa070b;
}
.lightbox1 {
  background-color: fade(black, 80%);  
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
      background: rgba(0,0,0,0.7); 
}
.lightbox1-container {
    position: relative;
    max-width: 960px;
    margin: 7% auto;
    display: block;    
    padding: 0 3%;
    height: auto;
    z-index: 10;
    
    @media screen and (max-width: 768px) { margin-top: 10%; }
    @media screen and (max-width: 414px) { margin-top: 13%; }
}
    
.lightbox1-content {
    box-shadow: 0 1px 6px fade(black, 70%);
}
  
.lightbox1-close {
  text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 23px;
    display: block;
    border: none;
    color: white;
    top: -17px;
    right: 3%;
    outline: 0;
}

.video-container {  
    padding-bottom: 56.25%;
    position: relative;  
    padding-top: 30px; 
    overflow: hidden;
    height: 0; 
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    height: 100%;  
    width: 100%;  
    left: 0;  
    top: 0;
}
/* --------[ 03 End Header ]-------*/


/* --------[ 04 Start About ]-------*/
section.about.section-padding.multipages {
    background: url(../img/multip.png) right no-repeat;
    background-color: #fcfafa;
}
section.about.section-padding.minimal {
    background: url(../img/miniml.png) right no-repeat;
  
}
section.about.section-padding.slider {
    background: url(../img/bg.jpg) center top no-repeat;
      background-size: cover;
}
.section__header-right {
    text-align: right;
    float: right;
    right: 0;
    margin-bottom: 115px;
}
.section__header-right h3 {
    font-size: 27.5px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
}
.section__header-right p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.51;
    letter-spacing: -0.4px;
    position: relative;
}
.section__header-left {
    text-align: left;
    float: left;
    left: 0;
    margin-bottom: 115px;
}
.section__header-left h3 {
    font-size: 27.5px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.2px;
    margin-bottom: 10px;
}
.section__header-left p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.51;
    letter-spacing:  -0.4px;
    position: relative;
}
.section__header-right p:before, .section__header-left p:before {
    content: "";
    width: 45px;
    height: 20px;
    position: relative;
    top: 4px;
    margin-right: 12px;
    display: inline-block;
    background-image: url(../img/arrow02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: translateX(-150px);
    opacity: 0;
    transition: transform .5s ease, opacity .1s ease;
    transition-delay: .2s;
        transform: translateX(0);
    opacity: 1;
}
.about {
  position: relative;
}

.about.slider img {
    width: 800px;
    margin-left:0px;
}

.about a {
    width: 100%;
    height: 100%;
    display: block;
    outline: none;
    border: none;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.about h2 {
  font-size: 50px;
    font-weight: 400;
    margin-bottom:15px;
    letter-spacing: 1px;
}
.about .col-lg-6 h3 span{
  font-weight: 600;
}
.about .col-lg-6 h3 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 40px;
    width:100%;
    text-align: center;
}
.about.slider .col-lg-6 h3 {
    margin-top: 50px;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 50px;
    width: 100%;
    
}
.slider .owl-dots{
  display:none;
}
.about.slider .owl-nav img {
    width: 66px;
}
.about.slider .owl-nav .sldl{
  width: 66px;
  height: 65px;
  background: url(../img/sldl.png) no-repeat;
      background-size: 66px;
      background-position: 0 1px;
}
.about.slider .owl-nav .sldl:hover{
   background: url(../img/sldl.png) no-repeat;
       background-position: 0 -63px;
      background-size: 66px;
}
.about.slider .owl-nav .sldr{
  width: 66px;
 height: 65px;
  background: url(../img/sldr.png) no-repeat;
      background-size: 66px;
       background-position: 0 1px;
}
.about.slider .owl-nav .sldr:hover{
   background: url(../img/sldr.png) no-repeat;
      background-size: 66px;
      background-position: 0 -63px;
}
.owl-theme .owl-nav [class*=owl-],.owl-theme .owl-nav [class*=owl-]:hover {
   
    background: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 150px;
    width: 100%;
}
.owl-carousel .owl-nav .owl-prev {
    left: -50px;
    position: absolute;
}
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -30px;
}
.overlay-info {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    border: none;
    background: #000;
    background: rgba(0,0,0,0.5);
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.overlay-info {
    opacity: 0;
    -webkit-transform: scale3d(0.1,0.1,1);
    -moz-transform: scale3d(0.1,0.1,1);
    -ms-transform: scale3d(0.1,0.1,1);
    -o-transform: scale3d(0.1,0.1,1);
    transform: scale3d(0.1,0.1,1);
}
.overlay-info > span {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    font-size: 1.2rem;
    font-style: normal;
    display: table;
}


.overlay-info > span > span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.overlay-info > span > span {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #000;
}
.thumbnail .overlay-info {
    width: 100.1%;
    line-height: 1;
    opacity: 0;
        transition-duration: 700ms;
    background-color: rgba(255, 255, 255, 0.9);
}
.thumbnail:hover .overlay-info {
    opacity: 1;
}
.thumbnail:hover .overlay-info, .thumbnail:hover img {
    -webkit-transform: translate3d(0,0,0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1);
    -moz-transform: translate3d(0,0,0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1);
    -ms-transform: translate3d(0,0,0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1);
    -o-transform: translate3d(0,0,0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1);
    transform: translate3d(0,0,0) rotate3d(1, 1, 1, 0deg) scale3d(1, 1, 1);
}
.about.slider a {
  margin-right: 0px;
}
.about h3 {
    font-size: 20px;
    margin: 30px 0px;
    text-align: center;
}
.about h4:after {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    background: #060606;
    left: 14px;
    margin-top: 60px;
}
.about h4 {
  font-size: 24px;
    font-weight: 200;
    color: #63646a;
    letter-spacing: 2px;
}
.about .content {
  padding-left: 30px;
}
.about .content p {
    font-size: 16px;
    line-height: 40px;
    width: 90%;
    letter-spacing: 1.1px;
}
.about .content h3 {
  font-weight: 400;
  font-size:37px;
  margin-bottom:20px;
}
.about .content span {
  margin: 10px 0 15px;
  color: #555;
  font-weight: 500;
}
a.resume {
    bottom: 0;
    font-size: 20px;
    border-bottom: 2px solid;
    padding-bottom: 13px;
    margin-left: 0;
    margin-top: 20px;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.resume:hover {
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
}

/* --------[ 04 End About ]-------*/


/* --------[ 05 Start Skills ]-------*/

.skills1 {
  position: relative;
}
.skills1 h2 {
  font-size: 50px;
    font-weight: 400;
    margin-bottom:15px;
    letter-spacing: 1px;
}
.skills1 h4:after {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    background: #060606;
    left: 14px;
    margin-top: 60px;
}
.skills1 h4 {
  font-size: 24px;
    font-weight: 200;
    color: #63646a;
    letter-spacing: 2px;
}
.skills1 .content {
  padding-left: 30px;
}
.skills1 .content p {
    font-size: 16px;
    line-height: 40px;
    width: 90%;
    letter-spacing: 1.1px;
}
.skills1 .content h3 {
  font-weight: 400;
  font-size:37px;
  margin-bottom:20px;
}
.skills1 .content span {
  margin: 10px 0 15px;
  color: #555;
  font-weight: 500;
}
.skills1 .content .skills .skill-item {
  margin-bottom: 20px;
}
.skills1 .content .skills .skill-item:last-child {
  margin-bottom: 0;
}
.skills1 .content .skills .skill-item h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
}
.skills1 .content .skills .skill-progress {
  width: 100%;
  height: 15px;
  background: #f7f7f7;
  border-radius: 5px;
  position: relative;

}
.skills1 .content .skills .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 10%;
  left: 0;
  top: 0;
  background: #111;
  border-radius: 5px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.skills1 .content .skills .skill-progress .progres:before {
    content: attr(data-value);
    padding: 3px 10px 2px;
    font-size: 15px;
    color: #333;
    position: absolute;
    top: -31px;
    right: -21px;
}

/* --------[ 05 End Skills ]-------*/


/* --------[ 06 Start Works ]-------*/

.works .filtering span {
    margin: 0 25px;
    font-weight: 400;
    cursor: pointer;
    padding: 0 0 10px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.works .filtering .active {
    border-bottom: 1px solid #111;
    color: #111;
}
.works .item-img {
  position: relative;
  margin-top: 0px;
  overflow: hidden;
}
.works .item-img:hover .item-img-overlay {
     -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.9);
}
.works .item-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  
}
.works .title-project {
    font-size: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color:#fff;
    font-weight: bold;
}
.works .tags-project {
    font-size: 17px;
    margin: 8px 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    color:#fff;
}

.item-img-overlay > div {
    top: 100%;
    opacity: 0;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.item-img-overlay .vcenter {
    width: 100%;
}
.works .item-img:hover .item-img-overlay > div {
    opacity: 1;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
a.more {
    position: absolute;
    bottom: -110px;
    font-size: 20px;
    border-bottom: 2px solid;
    padding-bottom: 13px;
    margin-left: -73px;
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.more:hover,.contact .form .col-md-12.text-center button:hover {
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;

}
.works .item-img-overlay .popimg{
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 8px 22px 10px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 3px solid transparent;
    border-radius: 0px;
}
.hdn{
  display: none;
}

/* --------[ 06 End Works ]-------*/


/* --------[ 07 Start Experience ]-------*/

.experience {
  position: relative;
}
.experience h2 {
  font-size: 50px;
    font-weight: 400;
    margin-bottom:15px;
    letter-spacing: 1px;
}
.experience h4:after {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    background: #060606;
    left: 14px;
    margin-top: 60px;
}
.experience h4 {
  font-size: 24px;
    font-weight: 200;
    color: #63646a;
    letter-spacing: 2px;
}
.experience .content {
  padding-left: 30px;
}
.experience .content p {
    font-size: 16px;
    line-height: 40px;
    width: 90%;
    letter-spacing: 1.1px;
}
.experience .content h3 {
  font-weight: 400;
  font-size:37px;
  margin-bottom:20px;
}
.experience .content span {
  margin: 10px 0 15px;
  color: #555;
  font-weight: 500;
}
.timeline {
  margin-top: 20px;
  overflow: hidden;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #111;
    margin-top:30px;
    height:90%;
}
.timeline:before {
    left: 50%;
}

.timeline.on:before {
  bottom: -10px;
}

.timeline .entry {
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 60px;
      width: 45%;
      text-align: right;
}
.timeline .entry.left{
    left: 50%;
    position: relative;
    margin-left: -5px;
  text-align: left;
}
.timeline .entry:last-of-type {
  margin-bottom: 0px;
}

.timeline .entry:before,
.timeline .entry:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

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

.timeline .entry .strong {
     display: block;
    color: #212121;
    font-size: 23px;
    font-weight: 500;
}

.timeline .entry .time, .timeline .entry .content {
  float: left;
  width: 100%;
}

.timeline .entry .time {
    position: relative;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 300;
    color: #63646a;
    text-transform: uppercase;
}

.timeline .entry .content {
    padding-top: 9px;
    padding-left: 50px;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
}

.timeline .entry .time:before {
    content: "\A";
    display: block;
    position: absolute;
    top: -37px;
    right: -72px;
    width: 39px;
    height: 39px;
    background: #fff;
    border: 1px solid #111;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.timeline .entry .time:after {
content: "\A";
    display: block;
    position: absolute;
    top: -25px;
    right: -60px;
    width: 15px;
    height: 15px;
    background: #111;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.timeline .entry.left .time:before{
right: initial;
    left: -15px;
} 
.timeline .entry.left .time:after{
    right: initial;
    left: -3px;
} 
/* --------[ 07 End Experience ]-------*/


/* --------[ 08 Start Contact ]-------*/

.contact .form input, .contact .form textarea {
    width: 100%;
    padding: 20px 0px;
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 1;
}
.contact .form input::-webkit-input-placeholder, .contact .form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.contact .form input::-moz-placeholder, .contact .form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.contact .form input:-ms-input-placeholder, .contact .form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.contact .form input:-moz-placeholder, .contact .form textarea:-moz-placeholder { /* Firefox 18- */
 color: #000;
}
.contact h2 {
  font-size: 50px;
    font-weight: 400;
    margin-bottom:15px;
    letter-spacing: 1px;
}
.contact h4 {
  font-size: 24px;
    font-weight: 200;
    color: #63646a;
    letter-spacing: 2px;
}
.contact h4:after {
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    background: #060606;
    left: 14px;
    margin-top: 60px;
}
.contact p {
    margin-top: 60px;
    width: 75%;
    font-size: 18px;
    font-weight: 200;
  }
.contact .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}
.contact .form .col-md-12.text-center button {
    font-size: 20px;
    font-weight: 400;
    padding: 20px 0px;
    color: #060606;
    background: transparent;
    border:0;
    border-bottom: 2px solid;
    margin-top: 15px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    float: right;
    letter-spacing: 1px;
    font-weight: 400;
      -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact .form button:hover {
  color: #111;
  background: transparent;
}
.form-group.has-error.has-danger input {
    border-bottom: 2px solid red;
}
.form-group.has-error.has-danger textarea {
    border-bottom: 2px solid red;
}
.alert-success button.close {
    margin-top: -3px;
}
/* --------[ 08 Start Contact ]-------*/


/* --------[ 09 Start Footer ]-------*/

footer {
    padding: 0px 0 0px;
    background: #151517;
}
footer img{
  width: 100px;
}
footer .item {
    text-align: left;
    margin-bottom: 30px;
}

footer .item h6 {
  font-size: 27px;
  margin-bottom: 10px;
}
footer .item p {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
    color: #ffffff;
    margin-top: 30px;
    text-align: center;
}

.about a.popimg {
    display: inline-block;
    outline: none;
    border: none;
    overflow: hidden;
    position: relative;
    top: 35px;
    left: 0;
    background-color: #fff;
    border: 1px solid #0e0e0f;
    color: #0e0e0f;
    text-transform: uppercase;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    text-align: center;
    padding: 22px 42px;
    width: initial;
    height: initial;
}
.about a.popimg:hover {
    color: #fff;
    background: #ff0406;
    border: 1px solid #ff0402;
}
.about a.popimg.bt-buy{
  margin: auto;
  margin-bottom: 70px;
  display: table;
}
ul.footer__menu.footer__menu_right {
    margin-top: 30px;
    text-align: right;
}
.footer__menu li {
    display: inline-block;
    margin: 0 11px;
    position: relative;
}
.footer__menu li, .footer__menu li a {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.25;
    letter-spacing: .8px;
    color: #5a5a62;
}
.footer__menu li:before {
    content: "";
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ff060a;
    transition: width .5s ease;
}
.footer__menu li.active:before, .footer__menu li:hover:before {
    width: 100%;
}
footer .social {
  margin-bottom: 10px;
  margin-top: 20px;
}
footer .social a {
  font-size: 22px;
  margin: 0 10px;
  color: #a4a4a7;
}
footer .social a:hover {
  color:#060606;
}


#alldemos .container-fluid{
  max-width: 1750px;
}

/* --------[ 09 End Footer ]-------*/


/* --------[ 10 Start Responsive ]-------*/
@media(max-width:1300px) and (min-width:1025px){

  .about img {
      width: 100%;
      margin-left: 0;
  }
  .section__header-right h3 , .section__header-left h3 {
      margin-bottom: 10px;
  }
  .header .caption h1 {
    margin: 53px 0 0;
    font-size: 63px;
  }
  .header .caption p {
      font-size: 16px;
      font-weight: 300;
      color: #fff;
      width: 100%;
      margin-bottom: 30px;
      padding: 0 200px;
      margin-top: 50px;
  }
  section.about.section-padding.multipages, section.about.section-padding.minimal {
      background-size: 50%;
  }
  .about.slider img {
      width: 100%;
      margin-left: 0px;
  }
  .footer__menu li, .footer__menu li a {
    font-size: 15px;
  }
 
  .about a{
    margin-right:0;
  }
  .about .col-lg-6.text-center:nth-child(3) h3 {
      margin-left: 6%;
  }
}
@media screen and (max-width: 991px) {
  

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .bgimg-height {
    height: 400px;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .navbar {
    padding-left: 15px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }
  .navbar .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .navbar .nav-scroll .navbar-collapse .nav-link:after {
    background: #fff;
  }


  .header .caption h1 {
    font-size: 30px;
  }

  .hero .hero-img:after {
    display: none;
  }

  .hero .content {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }
  .about a.popimg{
    top:-40px;
  }
  .mb-sm30 {
    margin-bottom: 30px;
  }

  .header .caption p {
    font-size: 12px;
  }

  .portfolio .filtering span {
    margin-bottom: 10px;
  }
  .navbar{
    right:0;
  }
  .col-lg-10.offset-lg-1.text-left.caption {
      margin-left: 19px;
  }
 
  .header .caption h1 {
    margin: 32px 0 0;
  }
  .header .caption h1 {
      font-size:22px;
  }
  .section__header-right h3, .section__header-left h3{
        font-size: 20.5px;
        margin-bottom: 10px;
  }
  .section__header-right p:before, .section__header-left p:before{
        margin-right: 10px;
        width: 35px;
  }
  .header .caption h6 {
       font-size: 20px;
      letter-spacing: 2px;
      margin-top: 52px;
      margin-bottom: 20px;
      width: 100%;
  }
  .header .caption p {
     font-size: 13px;
    font-weight: 400;
    color: #e6e6e6;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    margin-top: 20px;
  }
  .about .content {
      padding-left: 0px;
  }
  .skills1 .content {
      padding-left: 0;
  }
  .section-padding {
      padding: 50px 0;
  }
  .section__header-right p ,  .section__header-left p{
    font-size: 13px;
    font-weight: 300;
    line-height: 1.51;
    letter-spacing: 0;
    position: relative;
}
  .col-lg-6.text-center {
      margin-bottom: 50px;
  }

  
  .about .col-lg-6.text-center:nth-child(3) h3 {
      margin-left: 0;
  }
  .about .col-lg-6.text-center:nth-child(3) a {
      margin-right: 0;
  }
  .header .caption .butn {
      color: #fff;
      padding: 0;
      border: 0px solid #eee;
      border-radius: 30px;
      font-size: 13px;
      letter-spacing: 1px;
      -webkit-transition: all .5s;
      transition: all .5s;
      background: #fa070b;
      margin-right: 0;
      padding: 20px 65px;
      margin-top: 5px!important;
  }
  section.works.section-padding {
      padding-bottom: 130px;
  }
  .timeline:before {
      left: 10%;
          height: 88%;
  }
  .timeline .entry.left {
    left: 6%;
  }
  .timeline .entry {
    width: 90%;
        text-align: left;
          left: 6%;
    position: relative;
        margin-left: -5px;
  }
  .timeline .entry .time:before{
        right: initial;
    left: -15px;
  }
  .timeline .entry .time:after{
        right: initial;
    left: -3px;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 30px;
  }
  #navbarOppener {
    width: 330px;
    padding: 80px 0px 0px 50px;
  }
  .works .filtering span{
    width: 34%;
    margin-top: 12px;
  }
  .about img {
      width: 100%;
      margin-left: 0;
  }
  .about .col-lg-6.text-center:nth-child(3) img {
      margin-left:0px;
  }
  .about.slider img {
      width: 100%;
      margin-left: 0px;
  }
  .owl-theme .owl-nav {
      margin-top: 10px;
      position: absolute;
      top: 220px;
      width: 100%;
  }
  .owl-carousel .owl-nav .owl-prev {
      left: -10px;
      position: absolute;
  }
  .owl-carousel .owl-nav .owl-next {
      position: absolute;
      right: 20px;
  }
.about.slider .owl-nav img {
    width: 43px;
}
.about.slider .owl-nav .sldl, .about.slider .owl-nav .sldr{
  width: 43px;
  height: 43px;
  background-size: 43px;
}
.about.slider .owl-nav .sldl:hover, .about.slider .owl-nav .sldr:hover{
  background-size: 43px;
}
  .section__header-left, .section__header-right  {
      margin-bottom: 35px;
  }
  .about a{
    margin-right: 0;
        margin-top: -20px;
  }

  section.about.section-padding.multipages {
      background: url(../img/multip.png) right bottom no-repeat;
      background-color: #ececec;
      background-size: 90%;
      padding-bottom: 230px;
  }
  section.about.section-padding.minimal {
      background: url(../img/miniml.png) right bottom no-repeat;
      background-size: 90%;
      padding-bottom: 270px;
  }
  footer .item p {
      text-align: center;
  }
  ul.footer__menu.footer__menu_right {
      margin-top: 30px;
      text-align: center;
  }
   .about.slider .owl-nav .sldr:hover {
      background-position: 0 -40px;
  }
  .about.slider .owl-nav .sldl:hover {
    background-position: 0 -40px;
  }
}
@media(max-width:1024px) and (min-width:768px){
  .header .caption h1 {
      font-size: 34px;
  }
  .logo {
      padding: 15px 0;
      width: 133px;
      color: #fff;
      font-size: 20px;
      margin-top: 90px;
  }
  section.about.section-padding.multipages {
      background: url(../img/multip.png) right bottom no-repeat;
      background-color: #ececec;
      background-size: 81%;
      padding-bottom: 420px;
  }
  section.about.section-padding.minimal {
      background: url(../img/miniml.png) right bottom no-repeat;
      background-size: 81%;
      padding-bottom: 520px;
  }
}
@media(max-width:1200px) and (min-width:1024px){
   section.about.section-padding.multipages {
         background: url(../img/multip.png) right center no-repeat;
    background-color: #ececec;
    background-size: 54%;
    padding-bottom: 20px;
  }
  section.about.section-padding.minimal {
      background: url(../img/miniml.png) right center no-repeat;
       background-size: 54%;
    padding-bottom: 20px;
  }
  .owl-theme .owl-nav {
      margin-top: 10px;
      position: absolute;
      top: 277px;
      width: 100%;
  }
 
}
@media screen and (max-width: 480px) {
  .section-head h3 {
    font-size: 20px;
  }
}

/* --------[ 10 End Responsive ]-------*/