
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
/*----bootstrap css ----- */
@import url('bootstrap.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('owl.carousel.css');
@import url('owl.theme.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');
/*-------- hover css ------
@import url('../vendor/hover.css');*/


/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  overflow: hidden;
}
#preloader_1{
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
#preloader_1 span{
  display:block;
  bottom:0px;
  width: 6px;
  height: 5px;
  background:#4ad284; 
  position:absolute;
  animation: preloader_1 1.5s  infinite ease-in-out;
}
 
#preloader_1 span:nth-child(2){
left:11px;
animation-delay: .2s;
 
}
#preloader_1 span:nth-child(3){
left:22px;
animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
left:33px;
animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
left:44px;
animation-delay: .8s;
}
@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:#4ad284;}
    25% {height:30px;transform:translateY(15px);background:#4ad284;}
    50% {height:5px;transform:translateY(0px);background:#4ad284;}
    100% {height:5px;transform:translateY(0px);background:#4ad284;}
}


/*** 

====================================================================
  Click To Top
====================================================================

 ***/
.scroll-top {
  width:45px;
  height:45px;
  position: fixed;
  bottom: 52px;
  right: 80px;
  z-index: 9999;
  text-align: center;
  color:#fff;
  font-size: 20px;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*** 

====================================================================
  Global Settings
====================================================================

 ***/

 @font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }
::selection {
    background-color: #4ad284;
    color: #fff;
}
 body {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	color:#6f6f6f;
	background:#ffffff;
	font-size: 14px;
	position: relative;
}
.main-page-wrapper {
  overflow-x:hidden;
}
 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 h1,h2,h3,h4,h5,h6 {
	color:#292929;
	text-transform: uppercase;
}
 .h1,.h2,.h3,.h4,.h5,.h6,.p,.ul { margin:0;padding: 0;}
 .h1,.h2,.h3,.h4,.h5,.h6 {
	color:#292929;
	text-transform: uppercase;
}
 h1 {font-size: 48px;font: 400 48px/1.45em 'Lato', sans-serif;}
 h2 {font-size: 36px;font: 400 36px/1.45em 'Lato', sans-serif;}
 h3 {font-size: 28px;font: 400 28px/1.45em 'Lato', sans-serif;}
 h4 {font-size: 24px;font: 400 24px/1.45em 'Lato', sans-serif;}
 h5 {font-size: 22px;font: 400 22px/1.45em 'Lato', sans-serif;}
 h6 {font-size: 18px;font: 400 18px/1.45em 'Lato', sans-serif;}
 p {line-height: 26px;font: 400 15px/1.45em 'Lato', sans-serif;}
 .p2 {line-height: 26px;font: 400 15px/1.45em 'Lato', sans-serif;}
 ul {list-style-type: none;font: 300 15px/1.45em 'Lato', sans-serif;}
 .h1 {font-size: 48px;font: 400 48px/1.45em 'Lato', sans-serif;}
 .h2 {font-size: 36px;font: 400 36px/1.45em 'Lato', sans-serif;}
 .h3 {font-size: 28px;font: 400 28px/1.45em 'Lato', sans-serif;}
 .h4 {font-size: 24px;font: 400 24px/1.45em 'Lato', sans-serif;}
 .h5 {font-size: 22px;font: 400 22px/1.45em 'Lato', sans-serif;}
 .h6 {font-size: 18px;font: 400 18px/1.45em 'Lato', sans-serif;}
 .p {line-height: 26px;font: 300 15px/1.45em 'Lato', sans-serif;}
 .ul {list-style-type: none;font: 300 15px/1.45em 'Lato', sans-serif;}
 a {text-decoration: none; display: inline-block;}
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {max-width: 100%; display: block;}
 .liststyleul {list-style: circle inside none;padding-left: 2px; font-w}
 
 button {border:none;outline: none;box-shadow: none;display: block; padding: 0;}
 input,textarea {outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

hr {
    margin: 20px auto 20px auto;
	width:95%;
    border: 0;
    border-top: 2px solid #eee;
}

.clear-fix { clear:both;}
.clear-fix:after {
  display: table;
  content: '';
  clear: both;
 }
.tran3s,.theme-main-menu .navbar-nav>li a,#project-section .project-gallery .single-img .opacity,
#team-section .team-member-wrapper .single-team-member .member-name h6,
#team-section .team-member-wrapper .single-team-member .member-name p,
#team-section .team-member-wrapper .single-team-member .member-name ul,
#our-client .owl-theme .owl-dots .owl-dot span,#our-customers .owl-theme .owl-dots .owl-dot span,
#our-testimonials .owl-theme .owl-dots .owl-dot span {
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
 }
.tran4s,#service-section .single-service-content p,#project-section .project-gallery .single-img .opacity ul,
#project-section .project-gallery .single-img .opacity h6 a {
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
 }
.float-left {float:left;}
.float-right {float:right;}
.round-border {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.theme-title {
  text-align: center;
  margin: 95px 0 0 0;
}
.theme-title h2 {
  position: relative;
}
.theme-title .h2 {
  position: relative;
}
.theme-title h2:before {
  content: '';
  width: 25px;
  height: 3px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -12px;
}
.theme-title .h2:before {
  content: '';
  width: 25px;
  height: 3px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -12px;
}
.theme-title p {
  font-size: 17px;
  width: 75%;
  font-weight: 400;
  margin: 60px auto 0 auto;
}
.p-color,#about-us .single-about-content:hover h5 a,
#service-section .single-service-content:hover .icon-heading .icon,
#service-section .single-service-content:hover .icon-heading h6 a,
#pricing-section .single-price-table a:hover,#blog-section .single-news-item .img a,
#blog-section .single-news-item:hover .post p a,#blog-section .single-news-item .post h6:hover a,
#contact-section .contact-address-content .left-side ul li:hover .icon,
#service-section .for-user-brands .left-side ul li:hover .icon,
#contact-section .send-message form button:hover,.inner-page-banner .opacity ul li:last-child,
.blog-details-page aside .sidebar-news-list ul li a i,.monthly-header-title,
.blog-details-page aside .sidebar-news-list ul li a:hover,.blog-details-page aside .sidebar-archives ul li a i,
.blog-details-page aside .sidebar-archives ul li a:hover,.blog-details-page aside .sidebar-archives ul li a.active,
.blog-details-page aside .sidebar-news-list ul li a.active,.recent-single-post .post a:hover,
.sidebar-tags ul li a:hover,.blog-details-post-wrapper .list-img-wrapper ul li a i,
.blog-details-post-wrapper .list-img-wrapper ul li a:hover,.blog-details-post-wrapper .post-comment form button:hover,
.blog-details-post-wrapper .post-share-area .share li a:hover,
.blog-details-post-wrapper .post-share-area .share li a.active {
  color:#ffffff;
}
.p-color-bg,.theme-title h2:before,.p-color-bg,.theme-title .h2:before,#about-us .single-about-content:hover .icon,
#skill-section .codeconSkillbar .skillBar,#our-client .owl-theme .owl-dots .owl-dot.active span,
#our-customers .owl-theme .owl-dots .owl-dot.active span,#our-testimonials .owl-theme .owl-dots .owl-dot.active span,
#our-client .owl-theme .owl-dots .owl-dot:hover span,
.blog-details-post-wrapper .comment-area .single-comment .comment button:hover {
  background: #4ad284;
}
.banner .project-button,#about-us .icon,#about-us .single-about-content a.more,#service-section .what-do-content a.more,
#service-section .single-service-content:hover,#project-section .project-menu ul li.active,
#project-section .project-menu ul li:hover,.page-middle-banner .opacity a,
#team-section .team-member-wrapper .single-team-member .img .opacity h4,#pricing-section .single-price-table a,
#our-client .owl-theme .owl-dots .owl-dot.active span, #our-client .owl-theme .owl-dots .owl-dot:hover span,
#our-customers .owl-theme .owl-dots .owl-dot.active span, #our-customers .owl-theme .owl-dots .owl-dot:hover span,
#our-testimonials .owl-theme .owl-dots .owl-dot.active span, #our-testimonials .owl-theme .owl-dots .owl-dot:hover span,
#contact-section .contact-address-content .left-side ul li .icon,#contact-section .send-message form button,
.sidebar-tags ul li a:hover,.blog-details-post-wrapper .post-comment form button,
.blog-details-post-wrapper .post-comment textarea:focus,.blog-details-post-wrapper .post-comment input:focus {
  border-color:#4ad284;
  border-style: solid;
}
a.more { background: #4ad284; color:#fff;border-radius: 25px;line-height: 30px!important;width: 130px; }
.hvr-bounce-to-right:before { background: #4ad284;border-radius: 25px; }
/*** 

====================================================================
  Theme Header
====================================================================

 ***/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: unset;
    border-color: unset;
}
.theme-main-header {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  z-index: 999;
  padding-top: 20px;
}
.theme-main-menu .navbar-nav>li>a {
  text-transform: uppercase;
  color:#dddddd;
  font-size:14px;
  font-weight: 400;
  background: transparent;
  padding: 9px 15px;
} 
.theme-main-menu .navbar-nav>li:last-child>a {
  padding-right: 0;
}
.theme-main-menu.navbar {
  border:none;
  margin: 0;
}

.theme-main-menu.navbar .nav>li ul.sub-menu {
  position: absolute;
  background: #fff;
  width:150px;
  top:120%;
  top:calc(100% + 60px);
  left:0;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
}
.theme-main-menu.navbar .nav>li.dropdown-holder ul.sub-menu > li.dropdown-holder {
	position:relative;
}
.theme-main-menu.navbar .nav>li.dropdown-holder ul.sub-menu > li.dropdown-holder ul.sub-menu  {
    position: absolute;
    background: #fff;
    width: 300px;
    top: 0;
	left:100%;
    /* top: calc(100% + 60px); */
    right: 0;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
}
.theme-main-menu.navbar .nav>li ul li a {
	line-height: 40px;
	color: #777;
    font-weight: 400;
    font-size: 14px;
	padding: 0 0 0 15px;
	display: block;
	/*text-transform:uppercase;*/
}
.theme-main-menu.navbar .nav>li ul li:last-child a {
  border:none;
}
.theme-main-menu.navbar .nav>li:hover ul.sub-menu {
  top:100%;
  opacity: 1;
  visibility: visible;
}
.theme-main-menu.navbar .nav>li.dropdown-holder ul.sub-menu >li.dropdown-holder:hover ul.sub-menu {
  right:0;
  opacity: 1;
  visibility: visible;
}
.theme-main-menu .navbar-toggle {
  margin: 0;
  border-radius: 0;
  color:#fff;
  padding-right: 15px;
}
.theme-main-header.fixed .navbar-toggle {
	color:#000;
}
.theme-main-menu .navbar-toggle .fa {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}
.theme-main-menu .navbar-nav {
  margin: 0;
}
.theme-main-header li.dropdown-holder .fa {
  position: absolute;
  top:0;
  right: 0;
  text-align: center;
  width: 45px;
  color:#fff;
  font-size: 18px;
  display: none;
  cursor: pointer;
  line-height: 44px;
}
.theme-main-menu .navbar-nav>li.active>a,
.theme-main-menu .navbar-nav>li>a:hover {
	color:#fff;
}
.theme-main-header.fixed .theme-main-menu .navbar-nav>li.active>a,
.theme-main-header.fixed .theme-main-menu .navbar-nav>li>a:hover,
.theme-main-menu.navbar .nav>li ul li a:hover {
	color:#000;
}
.theme-main-header.fixed .theme-main-menu .navbar-nav>li>a {
	color: #777;
}
/*** 

====================================================================
  Sticky Menu
====================================================================

 ***/
@keyframes menu_sticky {
  0%   {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
.theme-main-header.fixed {
  position: fixed;
  width:100%;
  top:0;
  left:0;
  z-index: 9999;
  background: #fff;
  /*margin:0;*/
  margin-top: -1px;
  animation-name: menu_sticky;
  animation-duration: 0.70s;
  animation-timing-function: ease-in-out;
  -webkit-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.1);
}
.theme-main-header .logo img {
    margin-top: -15px;
    padding: 5px 0px;
}
/*** 

====================================================================
  Theme Main Banner
====================================================================

 ***/
.banner-background {
	height:300px;
	color:#ffffff;
	background: url(../images/home/hotel-bg.jpg) no-repeat center center;
}
.banner-background .bg-overlay {
	height: 100%;
    background: hsla(0, 0%, 0%, 0.4);
}
.rev_slider_wrapper {
  background: #000;
  overflow:hidden !important;
  height: 100vh !important;
}
.rev_slider {
	height: 100vh !important;
}
.tp-parallax-wrap:nth-child(2) {
	top:44% !important;
}
.tp-parallax-wrap:nth-child(3) {
	top:57% !important;
}
.tp-parallax-wrap:nth-child(4) {
	top:65% !important;
}
.banner h1,.banner h6,.banner .project-button {
  color:#fff;
}
.banner .h1,.banner .h6,.banner .project-button {
  color:#fff;
}
.banner .project-button {
  width: 170px;
  line-height: 50px;
  text-align: center;
  border-width: 1px;
  text-transform: uppercase;
}
/*** 

====================================================================
  About section
====================================================================

 ***/
#about-us .single-about-content {
  text-align: center;
  margin-top: 20px;
  /*margin-bottom: 100px;*/
}
#about-us .icon {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  line-height: 130px;
  border-width: 2px;
  font-size: 36px;
  color:#292929;
}
#about-us h5 a {
  color:#292929;
  margin: 35px 0 20px 0;
}
#about-us .h5 a {
  color:#292929;
  margin: 35px 0 20px 0;
}
#about-us .single-about-content a.more {
	width: 130px;
	line-height: 40px;
    /*color: #292929;*/
    border-width: 1px;
    margin-bottom: 80px;
    margin-top: 5px;
}
/*#about-us .single-about-content a.more:hover,
#about-us .single-about-content:hover .icon {
  color:#fff;
}*/

.acc-content .team-acc {
	max-height: 5px;
    overflow: hidden;
    transition: max-height 1s ease-out;
}
#about-us .acc-content a.accordion {
	transition: 0.4s;
}
/*
#about-us .acc-content a.accordion.active:before {
	background:#f2f2f2!important;
}
#about-us .acc-content a.accordion.active:hover:before {
	background: #4b5eaa!important;
}*/
#project-section .project-gallery .single-img img,
#team-section .team-member-wrapper .single-team-member .img img,
#skill-section .img img,#blog-section .single-news-item .img img {
  -webkit-transition: all .6s ease-in-out;
     -moz-transition: all .6s ease-in-out;
      -ms-transition: all .6s ease-in-out;
       -o-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
}
#project-section .project-gallery .single-img:hover img,
#team-section .team-member-wrapper .single-team-member:hover .img img,
#skill-section:hover .img img,#blog-section .single-news-item:hover .img img {
  -webkit-transform: scale3d(1.15,1.15,1);
     -moz-transform: scale3d(1.15,1.15,1);
      -ms-transform: scale3d(1.15,1.15,1);
       -o-transform: scale3d(1.15,1.15,1);
          transform: scale3d(1.15,1.15,1);
}
/*** 

====================================================================
  Team Section
====================================================================

 ***/
#team-section .team-member-wrapper {
  margin: 60px 0 0 0;
}
#team-section .theme-title {
    text-align: center;
    margin: 30px 0 0 0;
}
#team-section .member-details {
	padding:0px 10px;
	text-align:left;
}
#team-section .member-details ul {
    list-style-type: circle;
    padding-left: 20px;
}
#team-section .team-member-wrapper .float-left {
  width: 33.333333333%;
  padding: 0 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
#team-section .team-member-wrapper .single-team-member,
#team-section .team-member-wrapper .single-team-member .img {
  overflow: hidden;
  position: relative;
  text-align: center;
}
#team-section .team-member-wrapper .single-team-member .img .opacity {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: rgba(230,230,230,0.9);
  padding: 20px 0px;
  opacity: 0;
  -webkit-transform: scale(1,0);
     -moz-transform: scale(1,0);
      -ms-transform: scale(1,0);
       -o-transform: scale(1,0);
          transform: scale(1,0);
  -ms-transform-origin: 0% 0%; /* IE 9 */
  -webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
  transform-origin: 0% 0%;
}
#team-section .team-member-wrapper .single-team-member .img .opacity h4,
#team-section .team-member-wrapper .single-team-member .img .opacity .h4,
#team-section .team-member-wrapper .single-team-member .img .opacity span {
  color:#696f78;
  text-transform: capitalize;
}
#team-section .team-member-wrapper .single-team-member .img .opacity h4,
#team-section .team-member-wrapper .single-team-member .img .opacity .h4 {
  line-height: 40px;
  padding: 0 18px;
  border-width: 1px;
  display: inline-block;
}
#team-section .team-member-wrapper .single-team-member .img .opacity span {
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin: 5px 0 10px 0;
}
#team-section .team-member-wrapper .single-team-member .img .opacity p {
  color: #373a3f;
  padding: 0 40px;
}
#team-section .team-member-wrapper .single-team-member .img .opacity h4,
#team-section .team-member-wrapper .single-team-member .img .opacity .h4,
#team-section .team-member-wrapper .single-team-member .img .opacity span,
#team-section .team-member-wrapper .single-team-member .img .opacity p {
  opacity: 0;
  -webkit-transition-delay: 0.2s; /* Safari */
  transition-delay: 0.2s;
}
#team-section .team-member-wrapper .single-team-member:hover .img .opacity {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
#team-section .team-member-wrapper .single-team-member:hover .img .opacity h4,
#team-section .team-member-wrapper .single-team-member:hover .img .opacity .h4,
#team-section .team-member-wrapper .single-team-member:hover .img .opacity span,
#team-section .team-member-wrapper .single-team-member:hover .img .opacity p {
  opacity: 1;
}
#team-section .team-member-wrapper .single-team-member .member-name {
  background: #e6e6e6;
  overflow: hidden;
  position: relative;
  min-height: 70px;
}
#team-section .team-member-wrapper .single-team-member .member-name h6
#team-section .team-member-wrapper .single-team-member .member-name .h6 {
  text-transform: capitalize;
  color:#696f78;
  margin-top: 12px;
}
#team-section .team-member-wrapper .single-team-member .member-name p {
  color:#373a3f;
  margin: 5px 0 8px 0;
}
#team-section .team-member-wrapper .single-team-member:hover .member-name h6,
#team-section .team-member-wrapper .single-team-member:hover .member-name .h6,
#team-section .team-member-wrapper .single-team-member:hover .member-name p {
  visibility: hidden;
  -webkit-transform: translate3D(0,-100px,0);
     -moz-transform: translate3D(0,-100px,0);
      -ms-transform: translate3D(0,-100px,0);
       -o-transform: translate3D(0,-100px,0);
          transform: translate3D(0,-100px,0);
}
#team-section .team-member-wrapper .single-team-member .member-name ul li {
  display: inline-block;
  margin-top: 13px;
}
#team-section .team-member-wrapper .single-team-member .member-name ul li a {
  width: 47px;
  line-height: 45px;
  font-size: 18px;
  margin: 0 7px;
  border:1px solid transparent;
}
#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(1) a,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(2) a {
  color: #677fb5;
  border-color:#677fb5;
}
#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(2) a,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(3) a {
  color: #70c2e9;
  border-color:#70c2e9;
}/*
#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(3) a,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(4) a {
  color: #d8545d;
  border-color:#d8545d;
}*/
#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(3) a,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(4) a {
  color: #007ab9;
  border-color:#007ab9;
}
#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(1) a:hover,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(2) a:hover {
  background: #677fb5;
}
#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(2) a:hover,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(3) a:hover {
  background: #70c2e9;
}/*
#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(3) a:hover,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(4) a:hover {
  background: #d8545d;
}*/
#team-section .team-member-wrapper .single-team-member .member-name ul li:nth-child(3) a:hover,
.blog-details-post-wrapper .post-share-area .share-icon li:nth-child(4) a:hover {
  background: #007ab9;
}
#team-section .team-member-wrapper .single-team-member .member-name ul li a:hover {
  color:#fff !important;
}
#team-section .team-member-wrapper .single-team-member .member-name ul {
  position: absolute;
  width: 100%;
  top:0;
  left: 0;
  -webkit-transform: translate3D(0,100px,0);
     -moz-transform: translate3D(0,100px,0);
      -ms-transform: translate3D(0,100px,0);
       -o-transform: translate3D(0,100px,0);
          transform: translate3D(0,100px,0);
}
#team-section .team-member-wrapper .single-team-member:hover .member-name ul {
  -webkit-transform: translate3D(0,0,0);
     -moz-transform: translate3D(0,0,0);
      -ms-transform: translate3D(0,0,0);
       -o-transform: translate3D(0,0,0);
          transform: translate3D(0,0,0);
}
/*** 

====================================================================
  Our Customers
====================================================================

 ***/
#our-customers .theme-title, #our-testimonials .theme-title { 
    text-align: center;
    margin: 30px 0 0 0;
}
#our-customers .customer-slider {
  text-align: center;
  margin:58px 0 50px 0;
}
#our-customers .customer-slider img {
  margin: 0 auto;
}
#our-customers .customer-slider p {
  font-size: 16px;
  line-height: 28px;
  color:#343434;
  width: 80%;
  margin: 15px auto;
}
#our-customers .customer-slider h6,
#our-customers .customer-slider .h6 {
  text-transform: capitalize;
  margin-bottom: 45px;
  font-weight: 400;
}
#our-customers .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #9d9f9f;
  margin: 0 5px;
}
#our-testimonials .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #9d9f9f;
  margin: 0 5px;
}
.testimonial-content h6, 
.testimonial-content .h6 {
	text-transform: capitalize;
	margin-top:30px;
}
/*** 

====================================================================
  Service section
====================================================================

 ***/
#service-section {
  /*background: #687079;*/
  padding-bottom: 50px;
}
#service-section .theme-title h2,
#service-section .theme-title .h2,
#service-section .theme-title p {
	margin-bottom: 50px;
    margin-top: 0px;
}
.whatdo-iot-img {
	position:relative;
	height:600px;
	margin-top:30px;
}
.whatdo-iot-img .img-absolute {
	position:absolute;
	height:100%;
	right:0px;
	top:0%;
}
.whatdo-iot-img .img-absolute-content {
	position:absolute;
	height:auto;
	left:0px;
	top: 25%;
}
.for-user-brands .for-user, .for-user-brands .for-brands {
	background-color:#FFF !important;
    padding: 5% 19%;
    border-radius: 10px;
}
.for-user-brands h4,
.for-user-brands .h4 {
	text-align: center;
    margin-bottom: 30px;
}
#service-section .what-do-content {
	text-align:center;
	margin-top: 20px;
}
#service-section .what-do-content a.more {
	width: 130px;
	line-height: 40px;
    /*color: rgb(255, 255, 255);*/
    border-width: 1px;
    margin-bottom: 40px;
    margin-top: 5px;
	/*border-color: #fff;*/
}
#service-section .what-do-content .image-overlay a.more {
    color: rgb(255, 255, 255);
	/*border-color: #fff;*/
}
.acc-content .whatdo-acc {
	max-height: 50px;
    overflow: hidden;
    transition: max-height 1s ease-out;
}

#service-section .for-user-brands .left-side ul li{
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}
#service-section .for-user-brands .left-side ul li .icon {
  width: 45px;
  line-height: 43px;
  border-width: 1px;
  position: absolute;
  left:0;
  top:-10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
#service-section .for-user-brands .left-side ul li:hover .icon {
  background: #187540;
}
#business-image .theme-title {
	padding-bottom: 50px;
	margin-top:0px;
}
#business-image {
  padding: 50px 0;
}
#business-service .business-content {
	position:relative;
}
#business-service .business-content .image-overlay {
	position:absolute;
	top:55%;
	left:50%;
	transform: translate(-50%, -50%);
}
#business-service .business-content .image-overlay h4, 
#business-service .business-content .image-overlay .h4 {
	color:#fff;
	font-weight:400;	
	text-transform: none;
}
#business-service .theme-title {
	padding-bottom: 50px;
	margin-top:0px;
}





/*** 

====================================================================
  Partner Section
====================================================================

 ***/
#partner-section .theme-title {
	padding-bottom: 50px;
	margin-top:0px;
}
#partner-section {
  /*margin: 100px 0 0 0;
  background: #f9f9f9;*/
  padding: 50px 0;
}
#partner-section .item {
  border:1px solid #dfdfdf;
  height: auto;
  padding:5px;
}
#partner-section .item img {
  margin: 0 auto;
}
/*** 

====================================================================
  Our Client
====================================================================

 ***/
#our-client .client-slider {
  text-align: center;
  margin:58px 0 50px 0;
}
#our-client .client-slider .item {
    padding: 20px 10px;
    margin: 15px 5px;
	border: 1px solid #eee;
}
#our-client .client-slider .item:hover {
    -webkit-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.1);
}
#our-client .client-slider .item:hover h6,
#our-client .client-slider .item:hover .h6 {
    color:#4ad284;
}
#our-client .client-slider img {
  margin: 0 auto;
}
#our-client .client-slider p {
    font-size: 15px;
    line-height: 23px;
    color: #343434;
    /* width: 80%; */
    margin: 15px;
    text-align: left;
}
#our-client .client-slider h6,
#our-client .client-slider .h6 {
	text-transform: capitalize;
	min-height: 81px;
    font-weight: 400;
}
#our-client .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: #fff;
  border: 1px solid #9d9f9f;
  margin: 0 5px;
}
.acc-content .panel-acc {
	max-height: 200px;
    overflow: hidden;
    transition: max-height 1s ease-out;
}
.acc-content a.accordion {
	transition: 0.4s;
	padding: 7px 30px 5px;
    border: 1px solid;
    margin-top: 15px;
}
#our-client .owl-prev {
	width: 37px;
    height: 66px;
    position: absolute;
    top: 40%;
    left: -10px;
	z-index:9;
    background: none;
    background: url(../images/home/left-arrw_05.png) no-repeat center center;
}
#our-client .owl-next {
	width: 37px;
    height: 66px;
    position: absolute;
    top: 40%;
    right: -10px;
	z-index:9;
    background: none;
    background: url(../images/home/right-arrw_05.png) no-repeat center center;
}

.review-slider .owl-prev {
	width: 37px;
    height: 66px;
    position: absolute;
    top: 40%;
    left: 0px;
	z-index:9;
    background: url(../images/home/left-arrw_05.png) no-repeat center center !important;
}
.review-slider .owl-next {
	width: 37px;
    height: 66px;
    position: absolute;
    top: 40%;
    right: 0px;
	z-index:9;
    background: url(../images/home/right-arrw_05.png) no-repeat center center !important;
}
/*** 

====================================================================
  Contact Section
====================================================================

 ***/
#contact-section {
	/*background:#f2f2f2;*/
	padding-bottom: 95px;
}
#contact-section .theme-title {
  margin-bottom: 70px;	
}
/*#contact-section .contact-address-content h2 {
  margin: 95px 0 35px 0;
}*/
#contact-section .contact-address-content .left-side ul li{
  position: relative;
  padding-left: 75px;
  margin: 15px 0px;
  vertical-align: top;
}
#contact-section .contact-address-content .left-side ul li h6,
#contact-section .contact-address-content .left-side ul li .h6 {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 400;
}
#contact-section .contact-address-content .left-side ul li .icon {
  width: 60px;
  height: 60px;
  border-width: 1px;
  position: absolute;
  left:0;
  top:-9px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 30px;
}
#contact-section .contact-address-content .left-side ul li:hover .icon {
  background: #187540;
}
/*** 

====================================================================
  Footer
====================================================================

 ***/
footer {
  /* background: #687079; */
  background: #6464640a;
  color: #646464;
  padding: 60px 0 25px 0;
  text-align: center;
}
footer .logo {
  margin-bottom: 20px;
}
footer ul li {
  display: inline-block;
  margin-top: 13px;
}
footer ul li a {
  width: 45px;
  line-height: 43px;
  font-size: 18px;
  margin: 0 7px;
  border:1px solid transparent;
}
footer ul li:nth-child(1) a {
  color: #70c2e9;
  border-color:#70c2e9;
}
footer ul li:nth-child(2) a {
  color: #d8545d;
  border-color:#d8545d;
}
footer ul li:nth-child(3) a {
  color: #007ab9;
  border-color:#007ab9;
}
footer ul li:nth-child(1) a:hover {
  background: #70c2e9;
}
footer ul li:nth-child(2) a:hover {
  background: #d8545d;
}
footer ul li:nth-child(3) a:hover {
  background: #007ab9;
}
/*
footer ul li:nth-child(1) a {
  color: #677fb5;
  border-color:#677fb5;
}
footer ul li:nth-child(2) a {
  color: #70c2e9;
  border-color:#70c2e9;
}
footer ul li:nth-child(3) a {
  color: #d8545d;
  border-color:#d8545d;
}
footer ul li:nth-child(4) a {
  color: #007ab9;
  border-color:#007ab9;
}
footer ul li:nth-child(5) a {
  color: #5ecbf3;
  border-color:#5ecbf3;
}
footer ul li:nth-child(6) a {
  color: #ff3ba4;
  border-color:#ff3ba4;
}
footer ul li:nth-child(7) a {
  color: #e299c2;
  border-color:#e299c2;
}
footer ul li:nth-child(8) a {
  color: #faaa5e;
  border-color:#faaa5e;
}
footer ul li:nth-child(1) a:hover {
  background: #677fb5;
}
footer ul li:nth-child(2) a:hover {
  background: #70c2e9;
}
footer ul li:nth-child(3) a:hover {
  background: #d8545d;
}
footer ul li:nth-child(4) a:hover {
  background: #007ab9;
}
footer ul li:nth-child(5) a:hover {
  background: #5ecbf3;
}
footer ul li:nth-child(6) a:hover {
  background: #ff3ba4;
}
footer ul li:nth-child(7) a:hover {
  background: #e299c2;
}
footer ul li:nth-child(8) a:hover {
  background: #faaa5e;
}*/
footer ul li a:hover {
  color:#fff !important;
}
footer p {
  /* color:#fff; */
  font-size: 15px;
  margin-top: 30px;
}

/*** 
====================================================================
  Awards
====================================================================
 ***/
.top-minus-margin {
    margin-top: -14%;
    z-index: 100;
    position: relative;
}
.top-minus-margin .awards-content {
    position: absolute;
	right:0px;
	top:0px;
}
.top-minus-margin .awards-content h4,
.top-minus-margin .awards-content .h4 {
    color:#fff;
	padding: 0px 20px 5px;
}
.top-minus-margin .awards-content img {
    display:inline-block;
	margin:0px 5px;
	vertical-align:middle;
	width:100px;
}

/*** 
====================================================================
  Inner Pages
====================================================================
 ***/

.welcome-top div.top-sub-link {
    padding: 10px;
}
.welcome-top div.top-sub-link.active, .welcome-top div.top-sub-link:hover {
    background: #d3f4e3;
}
.welcome-top ul {
	list-style-type: circle;
    padding-left: 20px;
    margin: 20px 0px;
}
.welcome-top .theme-title {
	margin: 40px 0px 95px 0px;
}
.modal {
	z-index:9999;
}
.modal-body {
    position: relative;
    padding: 30px;
    margin-top: 15px;
}


/* ============ Carousel Slider ============= */
.carousel-caption {
    top: 40%;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item img {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
  height: 100vh;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control span {
	position: absolute;
    top: 40%;
    z-index: 5;
	cursor: pointer;
    width: 35px;
    height: 110px;
    display: inline-block;
}
.carousel-control .leftarrow {
	left: 50%;
    background: url(../images/icons/left-arrw_05.png) no-repeat center center;
}
.carousel-control .rightarrow {
	right: 50%;
    background: url(../images/icons/right-arrw_05.png) no-repeat center center;
}


/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/*  ================ WEB DESIGN Pages ===============  */
.web-title-content {
	margin-bottom:20px;
} 
.web-title-content .web-title {
	letter-spacing: 2px;
	font-weight: 700;
	line-height: 50px;
	font-size: 70px;
    padding-bottom: 20px;
    text-align: center;
}
.web-title-content .web-sub-title {
	/* letter-spacing: 5px; */
	/* color: #ce7c03; */
	letter-spacing: 10px;
    color: #6d73bf;
    font-size: 30px;
    text-align: center;
}
.web-page-content {
	margin-bottom:30px;
}
.web-page-content p {
	line-height:26px;
	margin-bottom:15px;
}
.web-page-content a.more {
	margin-top:30px;
	text-align:center;
	padding: 7px;
}
.category-list ul li {
	display:inline-block;
	margin: 10px 20px;
	vertical-align: middle;
}
.category-list {
	margin-bottom: 50px;
}
/*
.col-md-push-7 {
left: 50%;
}
 
.col-md-pull-5 {
right: 50%;
}*/

