/* ==============================================================
 
Template name : Glaring 
Categorie : --
Author : DpExpert
Version : 1.0
Created : 1 October 2016
Last update : --
 
 
-----------------------------------
TABLE OF CONTENTS: 
-----------------------------------
01 - FONTS
02 - COMMON STYLES
03 - TYPOGRAPHY
04 - HEADER AREA
+ Main menu
+ Logo
05 - SLIDER
06 - ABOUT US
07 - COUNTER
08 - SERVICES
09 - WORKS HISTORY
10 - CREATIVE MINDS
11 - SKILL
12 - PRICING PLAN
13 - BLOG POST
+ Standard Post
+ gallery Post
+ Audio Post
+ Video Post
14 - CLIENTS TESTIMONIAL
15 - CONTACT US
16 - MAPS
17 - SUBSCRIBE EMAIL
18 - FOOTER
+ Social Menu
+ Footer Credit
 
=================================================================== */
.calendar-container {
    position: relative;
    padding-bottom: 1080%;
    height: 0;
    overflow: hidden;
}
.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* -----------------------------------------------------------------------------------
      TYPOGRAPHY
----------------------------------------------------------------------------------- */
 
*{
  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: #000 ;
	font-weight:500;
}

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: 100px;
  color: #333;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 15px;
  font-family: 'Bebas', sans-serif;
  text-transform: uppercase;  

     padding: .5em 0 .2em 0;
   vertical-align: middle;

}

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: 97%;
}

body{
  font-family: "Roboto",sans-serif;;
  font-size: 16px;
  color: #333;
  background: #fff;
}


/* -----------------------------------------------------------------------------------
        Main Css
----------------------------------------------------------------------------------- */
      
/*================================ HEADER ====================================*/

#header {
  left: 0;
  padding: 0px 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;
    background: #fff none repeat scroll 0 0;

  opacity: 1;
}

nav.navbar .navbar-header a.navbar-brand {
  height: auto;
  padding: 12px 0;
}

.navbar-default{
  background:#fff !important;
  border:none;
  margin:0;
}

.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand{
  margin:0;
  height:auto;
  padding:5px 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:#000;
  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:not(.nohover):hover::before,
.navbar-default .navbar-nav > .active > a::before{
  background-color:#199ad0;
  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:#199ad0;
  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: #f0f0f0 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*================================ SLIDER ====================================*/

/*================================ SLIDER ====================================*/
.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.0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.slider-content a {
 background: #d1d0ca none repeat scroll 0 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;
  color: #2c3e50;
}

.slider-content a:hover {
  background: #2c3e50 none repeat scroll 0 ;
  color: #ffffff;
}

.slider-content h1 {
  color: #f0f0f0;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-size: 100px;
}

.slider-content p {
  color: #fff;
  margin-bottom: 30px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

.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: #fff 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: #2c3e50;
  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;
}

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

/*================================ CREATIVE MINDS AREA ====================================*/

.creative-mids-single-item {
  margin-bottom: 30px;
}

.creative-item {
  border: 1px solid #e1e1e1;
}

.crative-item-img {
  overflow: hidden;
  position: relative;
}

.creative-item-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: -100%;
  width: 100%;
  z-index: 1;
}

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

.creative-item-overlay ul {
  margin-top: -20px;
  position: relative;
  top: 50%;
}

.creative-item-overlay ul li {
  display: inline-block;
}

.creative-item-overlay ul li a {
  border: 1px solid;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  padding: 8px;
  width: 40px;
  -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;
}

.creative-item-overlay ul li a:hover {
  background: #FFF;
  color: #000000;
}

.creative-item:hover .creative-item-overlay {
  top: 0;
  -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
  -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
      -ms-animation: bounceY 0.9s linear;
        transition-delay: 0s;
  animation: bounceY 0.9s linear;
}

.creative-item-content {
  position: relative;
}

.member {
  background: #27ae60 none repeat scroll 0 0;
    -moz-box-shadow: 0 10px 15px -5px #2c3e50;
      -webkit-box-shadow: 0 10px 15px -5px #2c3e50;
        -o-box-shadow: 0 10px 15px -5px #2c3e50;
          box-shadow: 0 10px 15px -5px #2c3e50;
  height: 50px;
  left: 25%;
  position: absolute;
  text-align: center;
  -webkit-border-radius: 25px 0;
    -moz-border-radius: 25px 0;
      -ms-border-radius: 25px 0;
        border-radius: 25px 0;
  top: -25px;
  width: 50%;
  z-index: 999;
}

.member h3 {
  color: #ffffff;
  padding: 15px;
  font-size: 18px;
}

.member-desc {
  background: #ffffff none repeat scroll 0 0;
  padding: 30px 10px 10px;
  text-align: center;
}

.member-desc h3 {
  font-size: 24px;
  margin: 15px 0;
}

/* start animation  */
@keyframes bounceY {
    0% { transform: translateY(-205px);}
    40% { transform: translateY(-100px);}
    65% { transform: translateY(-52px);}
    82% { transform: translateY(-25px);}
    92% { transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}

@-moz-keyframes bounceY {
    0% { -moz-transform: translateY(-205px);}
    40% { -moz-transform: translateY(-100px);}
    65% { -moz-transform: translateY(-52px);}
    82% { -moz-transform: translateY(-25px);}
    92% { -moz-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}

@-webkit-keyframes bounceY {
    0% { -webkit-transform: translateY(-205px);}
    40% { -webkit-transform: translateY(-100px);}
    65% { -webkit-transform: translateY(-52px);}
    82% { -webkit-transform: translateY(-25px);}
    92% { -webkit-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
}

/* end animation  */

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

/*================================ PRICING AREA ====================================*/

.single-pricing-item {
  float: left;
  padding: 20px;
  width: 33.3%;
}

.price {
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 25px 0;
    -moz-border-radius: 25px 0;
      -ms-border-radius: 25px 0;
        border-radius: 25px 0;
  list-style-type: none;
  margin: 0;
  padding: 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;
}

.price:hover, .active-price {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
      -webkit-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
        -o-box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
  transform: scale(1.05);
    -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);      
}

.price .header {
  background-color: #2c3e50;
  border-top-left-radius: 25px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  padding: 50px 0;
  text-transform: uppercase;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price .grey {
  background-color: #eaeaea;
  font-size: 20px;
  font-weight: 900;
}

.grey.footer-pricing {
  border-bottom-right-radius: 25px;
  padding: 35px;
}

.button {
  background-color: #27ae60;
  border: medium none;
    -webkit-border-radius: 0 25px;
      -moz-border-radius: 0 25px;
        -ms-border-radius: 0 25px;
            border-radius: 0 25px;
  color: #ffffff;
  font-size: 18px;
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  -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;
}

.button:hover {
  background: #2c3e50 none repeat scroll 0 ;
  color: #ffffff;
}

/*================================ BLOG POST AREA ====================================*/

#blog-area.section-padding {
  padding-bottom: 0;
}

.post-content-area {
  overflow: hidden;
  padding-top: 20px;
  width: 100%;
}

.single-blog-item {
  margin-bottom: 60px;
}

.single-blog-video iframe {
  height: 360px;
  width: 100%;
}

.single-blog-audio iframe {
    height: 360px;
    width: 100%;
}

.single-blog-thumb-overlay h2 {
    color: #ffffff;
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    margin: 0;
}

.single-blog-thumb-overlay span {
    display: block;
}

.single-blog-thumb {
  overflow: hidden;
  position: relative;
}

.single-blog-thumb img {
  min-height: 199px;
  -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;
}

.single-blog-thumb img:hover { 
  -webkit-transform:scale(1.2) translateY(-7.5%); 
    -moz-transform: scale(1.2) translateY(-7.5%); 
      -ms-transform: scale(1.2) translateY(-7.5%); 
        transform: scale(1.2) translateY(-7.5%); 
}

.single-blog-gallery-item img {
  min-height: 300px;
  -webkit-transition: all 0.5s ease-in-out 0s;;
     -moz-transition: all 0.5s ease-in-out 0s;;
      -ms-transition: all 0.5s ease-in-out 0s;;
       -o-transition: all 0.5s ease-in-out 0s;;
          transition: all 0.5s ease-in-out 0s;;
}

.single-blog-gallery-item img:hover {
    -webkit-transform:scale(1.2) translateY(-7.5%); 
    -moz-transform: scale(1.2) translateY(-7.5%); 
      -ms-transform: scale(1.2) translateY(-7.5%); 
        transform: scale(1.2) translateY(-7.5%); 
}

.single-blog-thumb-overlay {
  background: #2c3e50 none repeat scroll 0 0;
  left: 0;
  padding: 18px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 75px;
}

.single-blog-thumb-overlay a {
  color: #ffffff;
  font-family: "Roboto",sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}

.single-blog-thumb-overlay span {
    display: block;
}

.single-blog-details a {
  color: #2c3e50;
  display: inline-block;
  font-family: "Raleway",sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: uppercase;
  width: 100%;
}

.post-info .posted-on {
    color: #6a6a6a;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.posted-on a {
  color: #2c3e50;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0;
}
.posted-on a:hover {
    color: #27ae60;
}

.posted-on i {
  color: #27ae60;
  font-size: 20px;
  margin-right: 10px;
}

.post-info {
  display: inline-block;
  padding-top: 10px;
}

.post-excerpt p {
  font-size: 16px;
  margin-bottom: 0;
}

.share-post h4 {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0;
}

.share-on {
  display: block;
}

.share-on li {
    display: inline-block;
}

.share-on ul li a {
  border: 1px solid #c6c6c6;
  color: #2c3e50;
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  padding: 5px 0;
  text-align: center;
  -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;
  width: 30px;
}

.share-on ul li a:hover {
    background: #27ae60 ;
    color: #ffffff;
    border: 1px solid transparent;
}

/*  
.share-on ul li.facebook a {
    background: #3B5998 none repeat scroll 0 0;
}

.share-on ul li.twitter a {
    background: #59B6EA none repeat scroll 0 0;
}

.share-on ul li.google a {
    background: #AE3226 none repeat scroll 0 0;
}

.share-on ul li.instagram a {
    background: #3B6891 none repeat scroll 0 0;
}

*/

.share-post a {
  color: #6a6a6a;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  padding: 10px 0;
  text-transform: capitalize;
}

.share-post a:hover {
    color: #27ae60;
}

/* single blog carousel */

#single-blog-gallery.owl-carousel.owl-theme {
  position: relative;
}

#single-blog-gallery .owl-controls.clickable {
  margin: 0;
}

#single-blog-gallery .owl-controls.clickable .owl-buttons {
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 100%;
}

#single-blog-gallery .owl-controls.clickable .owl-buttons .owl-prev {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

#single-blog-gallery .owl-controls.clickable .owl-buttons .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  height: 20px;
  position: absolute;
  right: 8px;
  width: 20px;
}

.owl-prev, .owl-next {
    display: none;
}

#single-blog-gallery.owl-carousel.owl-theme:hover {
    display: block;
}

/*================================ CLIENT TESTIMONIAL AREA ====================================*/

#testimonial-content {
  background: #ffffff none repeat scroll 0 0;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  width: 80%;
  margin: 0 auto;
}

.client-profile {
  height: 220px;
}

.client-profile img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  height: 200px;
  margin: 5px auto;
  width: 200px;
}

.client-comments {
  padding: 40px 15px;
}

.client-comments p.cl-cmnts {
  position: relative;
  padding: 0 20px;
}

.client-comments p.cl-cmnts::before {
  background: rgba(0, 0, 0, 0) url("images/about/quote-gray-right.png") no-repeat scroll 0 0 / 10px auto;
  bottom: -10px;
  content: "";
  height: 20px;
  position: absolute;
  right: -10px;
  width: 20px;
}

.client-comments p.cl-cmnts::after {
  background: rgba(0, 0, 0, 0) url("images/about/quote-gray-left.png") no-repeat scroll 0 0 / 10px auto;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.client-address h3 {
  margin-bottom: 0;
}

.client-address  p {
  color: #27ae60;
  font-weight: 900;
  text-transform: uppercase;
}

#testimonial-content .owl-controls {
  bottom: 20px;
  margin-top: 0;
  position: absolute;
  right: 20px;
}

#testimonial-content .owl-controls .owl-pagination .owl-page span {
  -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
      -ms-border-radius: inherit;
        border-radius: inherit;
}

/*================================ CONTACT AREA ====================================*/

#contact-area {
  background: rgba(255, 255, 255, 0) url("images/default-bg.jpg") no-repeat scroll 0 0 / cover ; 
/*	background: rgba(255, 255, 255) no-repeat scroll 0 0 / cover; */
  position: relative;
  z-index: 1;
}

#contact-area::after {
  background: #fff 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: #2c3e50;
}

.contact-form input[type="text"] {
    color: #2c3e50;
}

.contact-form input[type="email"] {
    color: #2c3e50;
}

.contact-form input[type="submit"] {
  background: #199ad0 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: #199ad0;
  font-size: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.contact-short-details {
  color: #000;
  display: table-cell;
  vertical-align: middle;
  width: auto;
}

.contact-short-details p {
  color: #2c3e50;
  font-size: 16px;
  margin: 0;
	font-weight: 500;
}

.contact-short-details a {
	color: #2c3e50;
  display: block;
  font-weight: 500;
}

.contact-short-details a:hover {
  color: #199ad0;
}


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

/*================================ SUBSCRIBE AREA ====================================*/

.subscribe-area {
  padding: 80px 0;
  text-align: center;
}

.subscribe-now form {
  background: #27ae60 none repeat scroll 0 0;
  display: inline-block;
  height: 50px;
}

.subscribe-now input[type="email"] {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  box-shadow: 0 0 0;
  color: #ffffff;
  float: left;
  font-size: 18px;
  height: auto;
  padding: 12px;
  text-transform: capitalize;
  width: 250px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.form-control::-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.form-control::-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

.subscribe-now form i {
  color: #ffffff;
  float: left;
  font-size: 30px;
  margin: 10px 0;
  padding: 0 15px;
}

.subscribe-now input[type="submit"] {
  background: #2c3e50 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: "Oswald",sans-serif;
  font-size: 14px;
  font-weight: 900;
  height: 50px;
  padding: 11px;
  text-transform: uppercase;
  font-weight: 600;
}

/*================================ FOOTER AREA ====================================*/

footer {
  background: #fff none repeat scroll 0 0;
}

.social-area ul li {
  display: inline-block;
}

.social-area ul li a {
  border: 1px solid #ffffff;
  -webkit-border-radius: 10px 0;
    -moz-border-radius: 10px 0;
      -ms-border-radius: 10px 0;
        border-radius: 10px 0;
  color: #2c3e50;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  margin-right: 8px;
  padding: 5px 0;
  text-align: center;
  -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;
  width: 40px;
}

.social-area ul li a:hover {
  background: #27ae60  none repeat scroll 0 0;
}

.footer-credit p {
  color: #2c3e50 !important;
  letter-spacing: 2px;
  margin: 8px 0;
  text-align: right;
  text-transform: capitalize;
}

/* ## Page Loader ********************** */

.load-position .logo {
  margin: 0 auto;
}

.load-complete {
  position: fixed;
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
}

.load-complete .logo {
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.load-complete .load-position h3 {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  text-transform: capitalize;
}

.load-complete .load-position {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 999;
  right: 0;
  margin-top: -100px;
}
.load-complete .loading {
  position: absolute;
  width: 100%;
  height: 3px;
  margin: 20px auto;
  left: 0;
  right: 0;
}

.load-complete .loading-line {
  position: absolute;
  background: #27ae60;
  width: 100%;
  height: 3px;
}

.load-complete .loading-break {
  position: absolute;
  background: #000000;
  width: 20px;
  height: 3px;
}

.load-complete .loading-dot-1 {
  -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
      -ms-animation: loading 2s infinite;
        -o-animation: loading 2s infinite;
          animation: loading 2s infinite;
}

.load-complete .loading-dot-2 {
  -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
      -ms-animation: loading 2s 0.5s infinite;
        -o-animation: loading 2s 0.5s infinite;
          animation: loading 2s 0.5s infinite;
}

.load-complete .loading-dot-3 {
  -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
      -ms-animation: loading 2s 1s infinite;
        -o-animation: loading 2s 1s infinite;
          animation: loading 2s 1s infinite;
}

@keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-moz-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-ms-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-o-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}



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

.socialIcon {
  display:inline-block !important;
  margin-right: 5px;
}
.smooth-menu{
  list-style:none !important;
}

.navbar-toggle .icon-bar {
  height:3px !important;
}
@media (min-width: 1200px) {
  #navbarContainer {
    margin-left:30px !important;
    margin-right:30px !important;
  }
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top:5px !important;
}
.navbar-toggle {
  margin-top: 12px !important;
  margin-bottom: 10px !important;
}
.navbar-brand {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.navbar-brand img {
  height:32px !important;
}
.navbar{
  min-height:auto;
}

@media only screen and (min-width: 768px) {
  #navbarContainerInner, .navbar, #header {
    height:42px;
  }
}

@media only screen and (max-width: 768px) {
  footer div.footer-credit p{
    text-align:center !important;
  }
}