 
*{
  padding: 0;
  margin: 0;
}

img{
  border: none;
  outline: none;
  max-width: 100%;
}

a,
a:active,
a:focus,
a:hover{
  outline: none;
  text-decoration: none;
}

a{
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #ffffff;
}

input:focus,textarea:focus,select:focus{
  outline: none!important;
  box-shadow: none;
}

ul{
  margin: 0;
  list-style-type: none;
}

.go-left {
  float: left;
}

.go-right {
  float: right;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0;
}

.section-padding {
  padding: 50px 0;
}

.section-bg {
  background: #F5F5F5;
}

.no-padding-right {
  padding-right: 0;
}

h1{
  font-size: 60px;
  color: #333;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 15px;
  font-family: "Raleway",sans-serif;
  text-transform: uppercase;  
}

h2{
  font-size: 36px;
  color: #333;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 15px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

h3{
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 15px;
  position: relative;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

p{
  font-size: 15px;
  margin: 0 0 15px;
  color: #333333;
  font-weight: 300;
  line-height: 24px;
}

html, body {
  height: 100%;
}

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333;
  background: #fff;
}



      
/*================================ HEADER ====================================*/

#header {
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 0;
  -webkit-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  -moz-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  -ms-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  -o-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 99999;
}

nav.navbar .navbar-header a.navbar-brand {
  height: auto;
  padding: 12px 0;
}

.navbar-default{
  background:none;
  border:none;
  margin:0;
}

.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand{
  margin:0;
  height:auto;
  padding:11px 0;
}

.navbar-default .navbar-nav > li{
  margin-left:30px;
}

.navbar-default .navbar-nav > li.active {
  box-shadow: inherit;
}

.navbar-default .navbar-nav > li:first-child{
  margin:0;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus{
  font-size:14px;
  color:#ffffff;
  text-transform:uppercase;
  padding:30px 0px;
  position:relative;
  font-weight:600;
}

.navbar-default .navbar-nav > li > a::before{
  width:0%;
  position:absolute;
  bottom:15px;
  height:2px;
  content:'';
  left:0;
  background-color:transparent;
  -webkit-transition:all 0.35s ease-in-out;
   -moz-transition:all 0.35s ease-in-out;
     -ms-transition:all 0.35s ease-in-out;
       -o-transition:all 0.35s ease-in-out;
         transition:all 0.35s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before{
  background-color:#27ae60;
  width:100%;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover{
  color:#27ae60;
  background:none;
}

.navbar-right{
  margin:0;
}

.sticky-wrapper {
  height: auto !important;
}

.sticky-wrapper.is-sticky header {
  position: relative;
  z-index: 1;
}

.sticky-wrapper.is-sticky header::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.welcome-hero-area, 
.welcome-slide-area, 
.welcome-slide-area div {
  height: 100%;
}

.welcome-slide-area div.single-slider-item-tablecell, 
.single-slider-item-tablecell div {
  height: auto;
}

.single-slider-item-table {
  display: table;
  width: 100%;
}

.single-slider-item-tablecell {
  display: table-cell;
  height: 10%;
  vertical-align: middle;
}

.single-slider-item {
  position: relative;
  z-index: 1;
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.single-slider-item::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.slider-content a {
 background: #27ae60 none repeat scroll 0 0;
  -webkit-border-radius: 25px 0;
    -moz-border-radius: 25px 0;
      -ms-border-radius: 25px 0;
        border-radius: 25px 0;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  margin: 0 5px;
  padding: 15px 20px;
  text-shadow: 0 0 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
  width: 180px;
}

.slider-content a:hover {
  background: #2c3e50 none repeat scroll 0 ;
  color: #ffffff;
}

.slider-content h1 {
  color: #f0f0f0;
}

.slider-content p {
  color: #f0f0f0;
  margin-bottom: 30px;
}

.slider-content .bottom-arrow {
   margin-top: 80px;
}

.slider-contenton .bottom-arrow li {
  list-style: none;
  display: block;
}

.slider-content .bottom-arrow li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  height: 50px;
  margin: 0 auto;
  position: relative;
  width: 50px;
  z-index: 1;
}

.slider-content .bottom-arrow li a::after {
  background: black none repeat scroll 0 0;
  -webkit-border-radius:  50%;
    -moz-border-radius: 50%;
      -ms-border-radius: 50%;
        border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.slider-content .bottom-arrow li a i {
  color: #FFF;
}

.welcome-slide-area #main-carousel-slider a.carousel-control {
  color: #ffffff;
  font-size: 30px;
  opacity: 1;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 0;
  top: 0;
  width: auto;
}

#main-carousel-slider a.carousel-control {
  left: -80px;
}

#main-carousel-slider:hover a.carousel-control {
  left: 0;
}

.welcome-slide-area  #main-carousel-slider a.left.carousel-control {
  display: block;
  height: 45px;
  margin-top: -60px;
  text-align: center;
  top: 50%;
  width: 80px;
}

.welcome-slide-area #main-carousel-slider a.right.carousel-control {
  display: block;
  height: 45px;
  text-align: center;
  top: 50%;
  width: 80px;
}

.bottom-arrow {
  bottom: 20px;
  height: 50px !important;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  text-align: center;
  width: 50px;
}

.bottom-arrow ul li a {
  display: inline-block;
  position: relative;
  z-index: 1;
}


.bottom-arrow ul li a::after {
  background: #000000 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bottom-arrow ul li a i {
  color: #ffffff;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

/* slider animation */

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* heading style */

.heading-style {
  margin-bottom: 30px;
  text-align: center;
}

.heading-style h2 {
  border-bottom: 3px solid;
  color: #27ae60;
  display: inline-block;
  font-size: 30px;
  letter-spacing: 2px;
  margin: 0;
  font-weight: 900;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.heading-style h2::after {
  background: #2c3e50 none repeat scroll 0 0;
  bottom: -3px;
  content: "";
  height: 3px;
  right: 0;
  position: absolute;
  width: 50%;
}

/*================================ ABOUT ME ====================================*/

.about-content {
  overflow: hidden;
}

.about-content-details {
  padding: 20px 15px;
}

.about-content-details h3 {
  display: inline-block;
  margin-bottom: 10px;
}

.about-content-details a {
  background: #27ae60 none repeat scroll 0 0;
  -webkit-border-radius: 25px 0;
    -moz-border-radius: 25px 0;
      -ms-border-radius: 25px 0;
        border-radius: 25px 0;
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  width: 180px;
  text-align: center;
  margin-top: 10px;
}

.about-content-details a:hover {
  background: #2C3E50 none repeat scroll 0 0;
  color: #ffffff;
}



/*================================ SERVICES AREA ====================================*/

.services-content-area {
  overflow: hidden;
}

.services-single-item {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.services-icon {
  color: #27ae60;
  font-size: 50px;
  text-align: center;
}

.services-desc h3 {
  margin: 15px 0;
   -webkit-transition:all 0.35s ease-in-out;
   -moz-transition:all 0.35s ease-in-out;
     -ms-transition:all 0.35s ease-in-out;
       -o-transition:all 0.35s ease-in-out;
         transition:all 0.35s ease-in-out;
}

.services-single-item:hover .services-desc h3 {
  color: #27AE60;
}

.services-desc p {
  margin: 0;
}

/*================================ COUNTER AREA ====================================*/

#count-area {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
#count-area::after {
  background: black none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.counter-item {
  color: #ffffff;
  position: relative;
  text-align: center;
}

.counter-item i {
  font-size:40px;
}

.timer {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  text-align:center;
  line-height:80px;
}

.counter-item h3 {
  color: #ffffff;
  font-weight: 900;
}


/*================================ WORKS AREA ====================================*/

#works-area {
  overflow: hidden;
}

#works-content-items .mix {
  display: none;
}

.works-content-menu {
  text-align: center;
}

#works-menu {
  display: inline-block;
  margin-bottom: 40px;
}

#works-menu li {
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 10px 15px;
  text-transform: uppercase;
}

#works-menu li.active {
  background: #2c3e50 none repeat scroll 0 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

#works-menu li.active::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 7px solid #2c3e50;
  bottom: -6px;
  content: "";
  left: 50%;
  margin-left: -8px;
  position: absolute;
}

.signle-works-item {
  height: auto;
  padding: 0;
}

.single-works {
  position: relative;
  text-align: center;
  padding:5px;
}

.single-works img {
  width: 100%;
}

.works-item-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.single-works:hover .works-item-overlay  {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.works-item-overlay::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.works-item-overlay a {
  border: 1px solid #ffffff;
  display: inline-block;
  font-size: 30px;
  height: 50px;
  margin: 0 5px;
  padding: 2px;
  position: relative;
  text-align: center;
  top: 38%;
  width: 50px;
}

.works-item-overlay a:hover {
  background: #FFF;
  color: #27AE60;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/*================================ OUR SKILLS ====================================*/


#skill-area {
  padding-bottom: 0;
}

.skill-single-content {
  margin-bottom: 50px;
}

.percent {
  height: 200px;
  margin: 0 auto;
  width: 200px;
}

.skil-name {
    margin: 20px;
}




/*================================ CONTACT AREA ====================================*/

#contact-area {
  background: rgba(0, 0, 0, 0) url("images/contact/contact.jpg") no-repeat scroll 0 0 / cover ;
  position: relative;
  z-index: 1;
}

#contact-area::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* contact form*/

.contact-form input {
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
      -moz-border-right-colors: none;
        -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: #7f7f7f;
  border-image: none;
  -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
      -ms-border-radius: inherit;
        border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  font-size: 16px;
  margin: 20px 0;
  min-height: 40px;
  padding: 10px;
}

.contact-form textarea {
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
      -moz-border-right-colors: none;
        -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: #7f7f7f;
  border-image: none;
  -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
      -ms-border-radius: inherit;
        border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  font-size: 16px;
  padding: 10px;
  color: #FFF;
}

.contact-form input[type="text"] {
    color: #FFF;
}

.contact-form input[type="email"] {
    color: #FFF;
}

.contact-form input[type="submit"] {
  background: #27ae60 none repeat scroll 0 0;
  border: 0 none;
  -webkit-border-radius: 25px 0;
    -moz-border-radius: 25px 0;
      -ms-border-radius: 25px 0;
        border-radius: 25px 0;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-shadow: 0 0 0;
  text-transform: uppercase;
  height: 50px;
  width: 180px;
}

.contact-details {
  padding: 30px;
}

.contact-details ul {
  width: 100%;
}

.contact-details ul li {
  float: left;
  margin: 0 0 30px;
  width: 100%;
}

.contact-icon-bar {
  display: table-cell;
  height: auto;
  vertical-align: middle;
  width: 70px;
  
}

.contact-icon-bar i {
  border: 1px solid;
  -webkit-border-radius: 0 10px;
      -moz-border-radius: 0 10px;
        -ms-border-radius: 0 10px;
          border-radius: 0 10px;
  color: #27ae60;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.contact-short-details {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  width: auto;
}

.contact-short-details p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}

.contact-short-details a {
  display: block;
  font-weight: 300;
}

.contact-short-details a:hover {
  color: #27AE60;
}


/*================================ GOOGLE MAPS AREA ====================================*/

#google-maps iframe {
  border: medium none;
  height: 500px;
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative; /* IE needs a position other than static */
}

#google-maps iframe.clicked{
  pointer-events: auto;
}


/*================================ FOOTER AREA ====================================*/

footer {
  background: #000000 none repeat scroll 0 0;
}

.footer-credit p {
  color: #fff;
  letter-spacing: 2px;
  margin: 8px 0;
  text-align: center;
  text-transform: capitalize;
}



/* contact form alert */

#contactform .loader {
  display: block;
  padding-bottom: 10px;
}

.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 0 !important;
  padding: 15px;
}

.alert-msg {
  background: #ffffff none repeat scroll 0 0;
  color: #685654;
  display: none;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
  text-align: left;
}

#message b {
  color: red;
}

.alert.alert-success {
    background: transparent none repeat scroll 0 0;
}
.alert.alert-success > h3 {
    color: green;
    margin-bottom: 0;
}

.alert.alert-success > p {
    color: black;
}
