/*----------------------------------------------------
body
  +loading page
  +navbar
  +header section'
  +video-container section
  +about section
  +services section
  +team section
  +my-portfolio section
  +clients section
  +blog section
  +contact section
  +scroll to top button

------------------------------------------------------*/
@-ms-viewport{
  width: device-width;
}

*{
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
           box-sizing: border-box;
}

body {
    font-size: 16px;
    font-weight: 300;
    height: 100%;
    font-family: 'Raleway', sans-serif;
}

.fa {
  font-family: 'FontAwesome';
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5{
   font-family: 'Roboto', sans-serif; 
}

.heading{
	position: relative;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 60px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.heading:after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50px);
	height: 5px;
	width: 100px;
	background-color: #333
}

.heading span{
	color: #48BF59;
}
/*----------------------------------------------------
Start Section baner
----------------------------------------------------*/
.baner{
    padding: 70px 0;
    text-align: center;
}

.baner h1{
    margin-bottom: 50px;
    font-size: 60px;
    letter-spacing: 5px;
}

.baner .image{
    margin-bottom: 50px;
    padding: 10px;
}

.baner .image img{
    width: 100%;
    height: auto;
}

.baner a{
    text-decoration: none;
    color: #222;
}

.baner .image:hover{
    box-shadow:  0 10px 30px 0 #888;
}
/*----------------------------------------------------
end Section baner
----------------------------------------------------*/

/*----------------------------------------------------
Start Section Loading
----------------------------------------------------*/
.loading-overlay {
  background:#222;
  color:#222;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:99999
}

.spinner {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 300px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6)";
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
      -webkit-animation-delay: -1.0s;
              animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% {
       -webkit-transform: scale(0.0);
               transform: scale(0.0);
}
    
  50% {
       -webkit-transform: scale(1.0);
               transform: scale(1.0);
}
}

@keyframes bounce {
  0%, 100% { 
      -webkit-transform: scale(0.0);
	  		  transform: scale(0.0);
  } 50% { 
      -webkit-transform: scale(1.0);
	          transform: scale(1.0);
  }
}

/*----------------------------------------------------
End Section Loading
----------------------------------------------------*/
.home .a-btn{
	background-color: #f33;
	color: #fff;
	padding: 8px 16px;
	display: inline-block;
	border-radius: 25px;
	text-decoration: none;
}

.home .a-btn:hover{
	background-color: #333;
}

.home h5{
	color: #eee;
	font-weight: 500;
	font-size: 30px;
}

.baner{
	padding: 150px 0;
}

.baner a{
	text-align: center;
	color: #333;
	display: block;
	margin-top: 20px;
	font-weight: 400;
	overflow: hidden;
}

.baner img{
	transition: all 0.5s ease-in-out;
}

.baner img:hover{
	transform: scale(1.05)
}

.baner a:hover{
	color: #f33;
}

/*----------------------------------------------------
Start Section header
----------------------------------------------------*/
.header { 
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    border-radius: 0; 
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
} 

.navbar-brand {
    height: auto;
    display: block;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; 
} 

.navbar-brand:hover, 
.navbar-brand:focus {
    color: #fff;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.header .navbar-nav {
    font-weight: 700; 
    margin: 0;
    float: right;
}  

.header .navbar-nav li a {
    padding: 30px 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.header .navbar-nav li a:hover,
.header .navbar-nav li a:focus{
    background: none;
} 

.header .navbar-nav li.active a {
    color: #262626;
}

.header .navbar-toggle { 
    margin-top: 20px;
    padding: 10px;
}

.header .navbar-toggle .icon-bar {
    background: #fff;
    height: 3px; 
}
 
.header.shrink {
    position: fixed;
    top: 0;
    background: #fff;
	box-shadow: 0 1px 35px -16px #555;
} 

.header.shrink .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333;
}

.header.shrink .navbar-nav li a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
}

.header.shrink .navbar-nav li.active a {
     color: #48BF59;
}

.header.shrink .navbar-toggle { 
    margin-top: 10px;
    padding: 10px;
}

.header.shrink .navbar-toggle .icon-bar {
    background: #333;
    height: 3px; 
}
/*----------------------------------------------------
end Section header
----------------------------------------------------*/

.toggle-menu .fa{
    position: fixed;
    top: 50px;
    left: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #f33;
    cursor: pointer;
    z-index: 88;
    border-radius: 50%;
    -webkit-transition: opacity 0.5s ease-in-out;
       -moz-transition: opacity 0.5s ease-in-out;
         -o-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
}

.hide-toggle{
    opacity: 0;
}

.sidebar-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background-color: rgba(0,0,0,0.95);
    z-index: 99; 
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}

.sidebar-menu .fa{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.sidebar-menu .fa:hover{
    color: #e13d3a;
}

.sidebar-menu h2{
    text-align: center;
    color: #fff;
	font-size: 28px;
    font-weight: 500;
    margin-top: 100px;
}

.sidebar-menu ul{
    margin:100px 0;
    text-align: center;
}

.sidebar-menu ul li{
    display: block;
    width: 100%;
}

.sidebar-menu ul li a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 0;
}

.sidebar-menu ul li a:hover{
    color: #e13d3a
}

.sidebar-menu ul li.active a {
    color: #e13d3a;
}

.sidebar-menu ul li a:hover,
.sidebar-menu ul li a:focus{
    background-color: transparent;
}

.hide-menu{
    margin-left: -250px;
}

/*----------------------------------------------------
start section home for image page
----------------------------------------------------*/
.home{
    height: 600px;
    background-color: #48BF59;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: left;
    overflow: hidden;
}

.home .overlay{
    height: 600px;
    padding-top: 30px;
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
}

.home .overlay .title h1{
    font-size: 60px;
    color: #fff;
    font-weight: 600;
	margin-top: 150px;
}

.home .overlay .title h1 span{
	font-size: 40px;
	font-weight: 300;
}

.home .overlay .title a .fa{
    color: #fff;
	background-color: #262626;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
	border: 1px solid #262626;
}

.home .overlay .title a .fa:hover{
    color: #fff;
	background-color: transparent;
}

.media{
	text-align: left;
}

.typed{
    font-size: 40px;
    color: #fff;
    font-weight: 400;
	margin-top: 0;
} 

.typed .element{
    color: #262626;
} 

.typed-cursor{
    font-weight: 300;
}

#ani{
    background-color:#48BF59;
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
	transform: translate3d(0,0,0);
    text-align: right;
    opacity: 1;
}

/*----------------------------------------------------
end section home for image page 
----------------------------------------------------*/

/*---------------------------------------------------
Start Section about
----------------------------------------------------*/
.about{
	padding: 40px 0;
}

.about .image,
.about .words{
    margin-bottom: 30px;
	text-align: center;
}

.about .image img{
    width: 100%;
    height: auto;
	box-shadow: 0 8px 30px -1px #555;
}

.about .words .heading{
	text-align: center;
	margin-bottom: 30px;
}

.about .words .heading:after{
	left: 0;
	transform: translateX(0px)
}

.about .words p{
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
}

.about .words a{
    padding: 2px 8px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    background-color: #333;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-top: 0px;
    border-radius: 8px;
}

.about .words a:hover{
    color: #fff;
    background-color: #48BF59;
}

a.video-popup-holder {
    line-height: 0;
    font-size: 0;
    display: block;
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

a.video-popup-holder .thumb {
    border-radius: 90%;
}

.popup-play {
	background-image: url(../images/play-button.png);
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
    margin-bottom: 0;
    transition: opacity .3s ease;
}

a.video-popup-holder:hover .popup-play {
	background-image: url(../images/play-button-green.png);
    opacity: 1;
}

/*----------------------------------------------------
end Section about
----------------------------------------------------*/

/*----------------------------------------------------
start Section skills
----------------------------------------------------*/
.skills{
	padding: 70px 0;
	background-color: #DDDDDD;
}

.skills .item {
  margin-bottom: 30px;
}

.skills .item h5{
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}

.skills .skills-progress {
  height: 15px;
  border-radius: 0px;
  width: 90%;
  background: #fff;
  position: relative;
}

.skills .skills-progress span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #48BF59;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

.skills .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  right: -10px;
  top: -34px;
  width: 35px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  background: #444;
  color: #fff;
  border-radius: 2px;
}

.skills .skills-progress span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #444;
  position: absolute;
  top: -12px;
  right: -2px;
}
/*----------------------------------------------------
end Section skills
----------------------------------------------------*/

/*----------------------------------------------------
start Section services
----------------------------------------------------*/
.services{
    padding-top: 0px;
	padding-bottom: 70px;
	background-color: #DDDDDD;
}

.services .item{
    background-color: #fff;
    text-align: center;
    margin-bottom: 30px;
    box-shadow:  0 6px 35px -10px rgba(0, 0, 0,.5);
    padding: 50px;
}

.services .item:hover{
	box-shadow: 0 10px 30px -6px #222;
}

.services .item .fa{
    font-size: 35px;
    box-shadow: 0 0 20px -2px rgba(150,150,150,0.6);
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}

.services .item:hover .fa{
    background-color: #333;
    color: #fff;
}

.services .item .center{
    text-align: center;
}

.services .item h3{
    display: inline-block;
    margin: 15px 0;
    font-weight: 600;
    font-size: 22px;
    color: #f33;
}

.services .item p{
    line-height: 24px;
    color: #222;
    font-weight: 300;
    font-size: 14px;
}
/*----------------------------------------------------
end services section
----------------------------------------------------*/

/*----------------------------------------------------
start numbers section
----------------------------------------------------*/
.Timeline-heading{
	position: relative;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 1px;
    color: #48BF59;
    margin-bottom: 60px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.cd-horizontal-timeline {
  padding-bottom: 20px;
  padding-top: 50px;
  background-color: #151515;
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #151515, rgba(21, 21, 21, 0));
  background-image: linear-gradient(to right, #151515, rgba(21, 21, 21, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #151515, rgba(21, 21, 21, 0));
  background-image: linear-gradient(to left, #151515, rgba(21, 21, 21, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #48BF59;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #DDDDDD;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #151515;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #48BF59;
  border-color: #48BF59;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #48BF59;
  border-color: #48BF59;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #48BF59;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 0 auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #48BF59;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  color: #DDDDDD;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
  color: #48BF59;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #D3D3D3;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 5rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/*----------------------------------------------------
end numbers section
----------------------------------------------------*/

/*----------------------------------------------------
start my-portfolio section   
 ----------------------------------------------------*/
.my-portfolio{
    padding: 70px 0;
    width: 100%;
    text-align: center;
}

.my-portfolio ul{
    list-style: none;
    margin-bottom: 30px;
}

.my-portfolio ul li{
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 14px;
	padding: 5px 10px;
    cursor: pointer;
    color: #333;
    font-weight: 300;
}

.my-portfolio .selected{
    color: #fff;
	background-color: #48BF59;
	border-radius: 40px;
}

.my-portfolio .work-area{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.my-portfolio .work-area .image{
    overflow: hidden;
}

.my-portfolio .work-area .image img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
       -moz-transition: all 0.4s ease-in-out;
         -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
}

.my-portfolio .work-area:hover .image img{
    transform: scale(1.07);
}

.my-portfolio .work-area .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.my-portfolio .work-area .overlay .tok{
    position: absolute;
    left: 5%;
    bottom: 5%;
    text-align: left;
    text-indent: 10px;
    transform: translateY(150%);
    transition: transform 0.5s ease;
}

.my-portfolio .work-area .overlay:hover .tok{
    transform: translateY(0);
}

.my-portfolio .work-area .overlay .tok p{
    font-weight: 500;
    margin-bottom: 0;
	color: #fff;
}

.my-portfolio .work-area .overlay .tok span{
    font-size: 13px;
    display: inline-block;
    color: #ccc;
    font-weight: 300;
}

.my-portfolio .work-area:hover .overlay{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
} 
/*----------------------------------------------------
end my-portfolio section 
----------------------------------------------------*/
/*----------------------------------------------------
start subscribe section 
----------------------------------------------------*/
.subscribe{
    background-color: #000000;
	background-attachment: fixed;
	background-size: cover;
    text-align: center;
}

.subscribe .overlay{
	padding: 70px 0;
	background-color: rgba(0,0,0,0.7);
}

.subscribe h2{
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}

.subscribe a{
    padding: 8px 16px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    background-color: #48BF59;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
    border-radius: 25px;
}

.subscribe a:hover{
    color: #fff;
    background-color: #535353;
}
/*----------------------------------------------------
end subscribe section 
----------------------------------------------------*/

/*----------------------------------------------------
start clients section 
----------------------------------------------------*/
.clients{
   padding: 70px 0;
}

.clients .item .image{
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
}

.clients .item .image img{
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.clients .overlay .item p{
    color: #222;
    font-size: 14px;
    font-weight: 400;
    margin: 0 20%;
    line-height: 26px;
    text-align: center;
}

.clients .overlay .item h4{
    line-height: 2em;
    text-align: center;
    font-weight: 700;
    color: #111;
}

/*----------------------------------------------------
start contact-me Section
----------------------------------------------------*/
.contact {
    padding: 70px 0;
    background-color: #f7f7f7;
    text-align: center;
}

.contact .item{
    margin-bottom: 30px;
}

.contact .item .fa{
    color: #fff;
    background-color: #48BF59;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
}

.contact-form {
    border-radius: 3px;
}

.form-group{
    margin-bottom: 0;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #222;
    text-indent: 20px;
    background-color: #eee;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 30px;
    font-weight: 300;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.contact-form input[type='submit'] {
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    background: #48BF59;
    -webkit-transition:all .3s ease-in-out;
       -moz-transition:all .3s ease-in-out;
         -o-transition:all .3s ease-in-out;
            transition:all .3s ease-in-out;
    outline: none;
    box-shadow: none;
    font-weight: 300;
    border: 1px solid transparent;
    border-radius: 20px;
}

.contact-form input[type='submit']:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: #333;
    outline: 0;
    box-shadow: none;
}
/*----------------------------------------------------
end contact-me Section
----------------------------------------------------*/

/*----------------------------------------------------
start social-icon-div
----------------------------------------------------*/
 .social-icon-div{
    background-color: #222;
    padding: 20px 0;
    text-align: center;
}

 .social-icon-div i{
    margin-top: 10px;
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #48BF59;
    border: 1px solid #48BF59;
    margin-bottom: 20px;
	border-radius: 50%;
}

 .social-icon-div i:hover{
    color: #48BF59;
    background-color: transparent;
}

.social-icon-div p{
    color: #fff;
    font-weight: 400;
	line-height: 24px;
}
/*----------------------------------------------------
end social-icon-div
----------------------------------------------------*/

/*----------------------------------------------------
start scroll-top div
----------------------------------------------------*/
#scroll-top {
    width:40px;
    height:40px;
    color:#fff;
    background-color:#444;
    text-align:center;
    position:fixed;
    right:15px;
    bottom:10px;
    z-index:9999;
    display: none;
    cursor:pointer;
    padding: 10px;
	border-radius: 50%;
}

#scroll-top:hover {
    background-color:#48BF59;
}

#scroll-top i{
    font-size: 18px;
}
/*----------------------------------------------------
end scroll-top div
----------------------------------------------------*/

#contentContainer {
    width: 900px;
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
	margin: auto;
}

#wrapper {
    width: 8100px;
    transform: translate3d(0, 0, 0);
	transition: transform .5s ease-in-out;
}
.content {
    float: left;
    width: 900px;
    height: 450px;
    white-space: normal;
    background-repeat: no-repeat;
}
#itemOne {
    background-color:#48BF59;
}
#itemTwo {
    background-color:#48BF59;
}
#itemThree {
    background-color:#48BF59;
}
#itemFour {
    background-color:#48BF59;
}
#itemFive {
    background-color:#48BF59;
}
#itemSix {
    background-color:#48BF59;
}
#itemSeven {
    background-color:#48BF59;
}
#navLinks {
    text-align: center;
}
#navLinks ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    margin-top: 6px;
}
#navLinks ul li {
    float: left;
    text-align: center;
    margin: 30px;
    list-style: none;
    cursor: pointer;
    padding: 30px;
    border-radius: 10%;
	opacity: 0.5;
}
#navLinks ul li:hover {
    opacity: 1;
}
#navLinks ul li.active {
    opacity: 1;
	transform: scale(1.5);
}
#navLinks ul li.active:hover {
    opacity: 1;
	transform: scale(1.5);
}
#aOne {
	background-image: url(../images/ai.png);
	background-size: contain;
}
#aTwo {
	background-image: url(../images/ps.png);
	background-size: contain;
}
#aThree {
	background-image: url(../images/id.png);
	background-size: contain;
}
#aFour {
	background-image: url(../images/dw.png);
	background-size: contain;
}
#aFive {
	background-image: url(../images/ae.png);
	background-size: contain;
}
#aSix {
	background-image: url(../images/pr.png);
	background-size: contain;
}
#aSeven {
	background-image: url(../images/xd.png);
	background-size: contain;
}
