/**********************************************************************************************

INDEX OF CONTENT

--- COMMON STYLES
--- PRELOADERS
--- BACK TO TOP
--- HEADER
--- BREADCRUMB
--- HOME SECTION
--- SERVICES SECTION
--- ABOUT SECTION
--- PARALLAX SECTION
--- CONTACT SECTION
--- SUSTAINABLE DEVELOPMENT SECTION
--- GOOGLE MAP
--- BUBBLE INFOGRAPH (WE WORK WORLDWIDE)
--- FOOTER
--- FOOTER LINK MODAL
--- TOOLTIP
--- 404 ERROR BOX
--- BLOG SECTION
--- COMMON MEDIA QUERIES
--- FONT ICONS
--- SHORTCODES SECTION

**********************************************************************************************/


/* COMMON STYLES
-------------------------------------------------------------- */
html,
body {
  height: 100%;
}
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #535353;
}
a {
  color: #1ABC9C;
}
a:hover {
  color: #1ABC9C;
  text-decoration: none;
}
p {
  color: #737373;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
@media (max-width:1199px) {
h2 {
font-size: 25px;
}
}
textarea {
  max-width: 100%;
}
.text-primary {
  color: #1ABC9C;
}
.text-light {
  color: #7E878F;
  font-weight: bold;
}
.btn {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border: 4px double transparent;
  border-radius: 0;
}
.btn:focus,
.btn:active:focus {
  outline: none;
}
.btn-empty {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  padding: 10px 22px;
}
.btn-empty:hover {
  color: #535353;
  background-color: #fff;
}
.btn-empty-dark {
  color: #535353;
  border-color: #535353;
  background-color: transparent;
}
.btn-empty-dark:hover {
  color: #fff;
  background-color: #535353;
}
.btn-custom {
  background-color: transparent;
  border-color: #1ABC9C;
  color: #1ABC9C;
}
.btn-custom:hover {
  color: #fff;
  background-color: #1ABC9C;
  border-color: #1ABC9C;
}
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.no-padding {
  padding: 0px;
}
section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
section.grey {
  background-color: #f7f7f7;
}
.section-title {
  text-align: center;
  max-width: 75%;
  margin: 25px auto 0px;
}
.section-title h2 {
  display: inline-block;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-top: 0;
  padding: 12px 0 1px;
  text-transform: none;
}
.section-title p {
  font-size: 18px;
  margin-top: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.section-title-alt {
  margin: 20px 0;
}
.section-title-alt h4 {
  font-size: 15px;
}
.section-title-alt hr {
  width: 70px;
  border-width: 2px;
  border-color: #ccc;
  margin: 15px 0 20px;
}
.project-title {
  height: 450px;
  background-attachment: fixed;
  background-repeat: repeat;
  background-image: url("http://www.maxfittrading.com/en/images/bg/22.jpg");
}
.project-title .container {
  height: 100%;
}
.title-holder {
  display: table;
  height: 100%;
  width: 100%;
}
.title-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.title-text h1 {
  font-size: 47px;
}
.title-text .post-info {
  color: #fff;
}
.title-text a {
  color: #fff;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  background-color: #bdc3c7;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
  background-color: #7f8c8d;
}
.flex-direction-nav a {
  background-color: #fff;
  opacity: .8;
  line-height: 40px;
  font-size: 22px;
}
.flex-direction-nav a:before {
  font-family: 'FontAwesome';
  font-size: inherit;
}
.flex-direction-nav a.flex-prev:before {
  content: "\f104";
}
.flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.flex-direction-nav .flex-next {
  right: 0;
  text-align: center;
  border-radius: 5px 0 0 5px;
}
.flex-direction-nav .flex-prev {
  left: 0;
  text-align: center;
  border-radius: 0 5px 5px 0;
}
.flexslider:hover .flex-next {
  right: 0;
}
.flexslider:hover .flex-prev {
  left: 0;
}
.flexslider:hover .flex-direction-nav a {
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #c8cdd7;
}
.owl-theme .owl-controls .owl-buttons div {
  background: none repeat scroll 0 0 #c8cdd7;
}
.social {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
}
.social:before,
.social:after {
  content: " ";
  display: table;
}
.social:after {
  clear: both;
}
.social > li {
  display: block;
  float: left;
  margin: 5px;
}
.social > li > a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border: 0 none;
  border-radius: 4px;
}
.social > li > a .fa {
  line-height: inherit;
}
.bottom-spacing {
	margin-bottom: 60px;
}
.bottom-spacing-2 {
	margin-bottom: 35px;
}
.top-spacing {
	margin-top: 50px;
}
.margin-remover {
	margin:0px;
}
.padding-remover {
	padding: 0px;
}
.bottom-padding-remover {
	padding-bottom: 0px;
}
.form-control::-webkit-input-placeholder { color: #E3E3E3; }
.form-control:-moz-placeholder { color: #E3E3E3; }
.form-control::-moz-placeholder { color: #E3E3E3; }
.form-control:-ms-input-placeholder { color: #E3E3E3; }
.form-control:-o-input-placeholder { color: #E3E3E3; }
.form-control::-o-input-placeholder { color: #E3E3E3; }

::-moz-selection {
	background-color: #1ABC9C;
	color: #fff;
	}
::selection {
	background-color: #1ABC9C;
	color: #fff;
	}

/* COMMON STYLES END
-------------------------------------------------------------- */

/* PRELOADERS
-------------------------------------------------------------- */
.site-loader {
  position: fixed;
  z-index: 900;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
	  -ms-backface-visibility: hidden;
	   -o-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
     -moz-perspective: 1000;
	  -ms-perspective: 1000;
	   -o-perspective: 1000;
          perspective: 1000;
		  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fbfbfb;
}

.site-loader span {
  -webkit-border-top-left-radius: 50%;
          border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
          border-top-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
          border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
          border-bottom-right-radius: 50%;
  background-clip: padding-box;
  -webkit-animation: loader 0.7s linear infinite;
     -moz-animation: loader 0.7s linear infinite;
	  -ms-animation: loader 0.7s linear infinite;
       -o-animation: loader 0.7s linear infinite;
          animation: loader 0.7s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  border: 15px solid;
  border-color: rgba(33, 33, 33, 0.1);
  border-left-color: #1ABC9C;
}

.site-loader p {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin: -60px 0 0 -60px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: .75;
  color: #212121;
}

/* loader animation */
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
	   -moz-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	     -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	     -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	   -moz-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
	   -moz-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* PRELOADERS END
-------------------------------------------------------------- */


/* BACK TO TOP
-------------------------------------------------------------- */
.back-to-top-link {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 15px;
  right: 5px;
  z-index: 10;
  border: 4px double #dedede;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #1ABC9C url(../images/back-to-top.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  -ms-transition: opacity .3s 0s, visibility 0s .3s;
  -o-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.back-to-top-link.back-to-top-visible, .back-to-top-link.back-to-top-fade-out, .no-touch .back-to-top-link:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  -ms-transition: opacity .3s 0s, visibility 0s 0s;
  -o-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.back-to-top-link.back-to-top-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
}
.back-to-top-link.back-to-top-fade-out {
  opacity: .5;
  -khtml-opacity: .5;
  -moz-opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=.5)";
  filter: alpha(opacity=50);
}
.no-touch .back-to-top-link:hover {
  background-color: #e86256;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
}
@media only screen and (min-width: 768px) {
  .back-to-top-link {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .back-to-top-link {
    height: 50px;
    width: 50px;
    right: 15px;
    bottom: 15px;
  }
}
/* BACK TO TOP END
-------------------------------------------------------------- */


/* HEADER
-------------------------------------------------------------- */
#topnav {
  background-color: rgba(50, 50, 50, 0.9);
  top: -60px;
  transition: all .3s ease;
  min-height: 60px;
  margin: 0;
  border: 0;
  z-index: 10000;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
#topnav.scrolled {
  top: 0;
}
#topnav .navbar-nav > li > a {
  font-family: 'Allerta Stencil', sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  outline: 0;
}
#topnav .navbar-nav > li > a:hover {
  background-color: #2f2f2f;
}
#topnav .navbar-nav > li.open > a {
  background-color: #2f2f2f;
}
#logo > a {
  padding: 10px 0;
  height: 60px;
  line-height: 40px;
}
#logo img {
  height: 100%;
}
#logo > a h2 {
  color: #fff;
  text-transform: none;
  letter-spacing: 5px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  margin-top: 15px;
  font-size: 28px;
}
#logo > a h2 i {
	color: #1ABC9C;
}
#nav {
  float: right;
}
.login-bg-color {
	background-color: #1ABC9C;
}

@media (max-width: 767px) {
	#logo > a h2 {
	 margin-top: 11px;
     font-size: 24px;
}
}

@media (max-width: 991px) {
   #topnav .navbar-nav > li > a {
	 font-size: 10px;
}
}

@media (max-width: 767px) {
   #topnav .navbar-nav > li > a {
	 font-size: 12px;
}
}
/* HEADER END
-------------------------------------------------------------- */


/* BREADCRUMB
-------------------------------------------------------------- */
.breadcrumb {
	background-color: transparent;
	margin-bottom: 0px;
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb>.active {
	color: #C1C1C1;
}
/* BREADCRUMB END
-------------------------------------------------------------- */


/* HOME SECTION
-------------------------------------------------------------- */
#backgrounds {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#backgrounds .slides {
  height: 100%;
}
#backgrounds .slides li {
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}
#home {
  height: 100%;
  background-color: rgba(34, 34, 34, 0.5);
  position: relative;
}
#home .page-header {
  padding-bottom: 0px;
  margin: 0px auto 0px auto;
  border: none;
  color:#fff;
  /*max-width: 970px;*/
}
#home .page-header img{
  width: 90px;
  float: left;
  margin-right: 10px;
}

@media (max-width:767px) {
#home .page-header img{
  width: 70px;
  float: none;
}
}
#home .change-language {
  margin: 0px auto 0px auto;
}
#home .change-language p {
  margin: 95px 0 50px;
  color: #fff;
}
@media (max-width:767px) {
#home .change-language p {
  margin: 50px 0 50px;
}
}
#home .change-language a {
  color: #fff;
}
#home .change-language a:hover {
  color: #1abc9c;
}
.slide-intro, .home-text {
  /*max-width: 970px;*/
  margin-left: auto;
  margin-right: auto;
}
.slide-intro h3 {
  font-size: 17px;
}
.slide-intro hr {
  width: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#home-slider {
  margin-bottom: 0;
  /*max-width: 970px;*/
  margin-left: auto;
  margin-right: auto;
} 
#home-slider .slider-content {
  width: 700px;
  border-top: 1px solid;
  border-bottom: 1px solid;	
}
#home-slider .slides li > h1 {
  font-size: 60px;
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#en-version #home-slider .slides li > h1 {
  font-size: 50px;
}
@media (max-width: 767px) {
#en-version #home-slider .slides li > h1 {
  font-size: 30px;
}
}
@media (min-width: 768px) and (max-width: 1199px){
#en-version #home-slider .slides li > h1 {
  font-size: 45px;
}
}
.home-text p {
  margin: 15px 0 26px;
  color: #fff;
}
@media (min-width:768px) {
.home-text p {
  font-size: 20px;
}
}
.slide-caption {
  height: 100%;
  width: 100%;
  display: table;
  position: relative;
  z-index: 100;
}
.slide-left {
  /*display: table-cell;*/
  vertical-align: middle;
  text-align: left;
  color: #fff;
  margin-top: 200px;
}
@media (min-width:768px) and (max-width: 1199px){
.slide-left {
  margin-top: 250px; 
}
}
.font-change-to h2 {
	font-family: 'Allerta Stencil', sans-serif;
	letter-spacing: 3px;
	text-transform: none;
}

.font-change-to h1 {
	font-family: 'Quicksand', sans-serif;
	letter-spacing: normal;
	text-transform: none;
}

/* HOME SECTION END
-------------------------------------------------------------- */


/* SERVICES SECTION
-------------------------------------------------------------- */
#services {
  background: #fff;
  position: relative;
}
#services h4 {
  font-family: 'Allerta Stencil', sans-serif;
}

#services .title-small {
  text-align: center;
  color: #A7B1FF;
}
#services .btn-lg {
  width: 220px;
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 15px;
  text-transform: uppercase;
  background-color: #fdd62d;
  color: #fff;
}
#services .btn-lg i {
  padding-right: 5px;
}
#services .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
#services .content-left,
#services .content-right {
  position: relative;
  top: 60px;
}
#services .content-left span {
  float: right;
  margin-left: 25px;
}
#services .content-right span {
  float: left;
  margin-right: 25px;
}
#services .box-item {
  padding-bottom: 40px;
}
#services .box-item .icon {
  text-align: center;
  margin-top: 12px;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  -ms-transition: background 0.2s, color 0.2s;
  -o-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
#services .box-item .icon i {
  color: #1ABC9C;
  font-size: 50px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#services .box-item .text h4 {
  color: #635B5B;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}
#services .box-item .text p {
  color: #575D5B;
  font-size: 14px;
  line-height: 18px;
}
#services .box-item:hover .icon i {
   transform: rotate(360deg) scale(1.3);
  -ms-transform:rotate(360deg) scale(1.3);
  -webkit-transform:rotate(360deg) scale(1.3);
  -moz-transform:rotate(360deg) scale(1.3);
  -o-transform:rotate(360deg) scale(1.3); 
  transition-duration:2s;
  -webkit-transition-duration:2s;
  -moz-transition-duration:2s;
  -ms-transition-duration:2s;
  -o-transition-duration:2s;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}
#services .show-box {
  padding: 0px;
  margin-top: 40px;
}

#services .show-box img {
	width: 100%;
	margin-bottom: -80px;
	margin-top: 70px;
}

@media (max-width: 767px) {
	#services .show-box img {
	  margin-bottom: 0px;
	}
}



.service-item {
  width: 100%;
  height: 320px;
  margin: 10px 0;
  margin-top: 50px;
  text-align: center;
  border: 4px double #dedede;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-item i {
  position: relative;
  top: 100px;
  display: inline-block;
  margin-bottom: 40px;
  padding: 10px;
  color: #1ABC9C;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 48px;
}
.service-item h5 {
  color: #777;
  position: relative;
  top: 80px;
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.service-item .service-desc {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.service-item:hover {
  border-color: #1ABC9C;
}
.service-item:hover i {
  top: -30px;
  border-color: #1ABC9C;
}
.service-item:hover h5 {
  top: -30px;
}
.service-item:hover .service-desc {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* SERVICES SECTION END
-------------------------------------------------------------- */

/* ABOUT SECTION
-------------------------------------------------------------- */
.about-text {
  font-size: 15px;
}
.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #6aa42f;
}
.progress .color2,
.progress .color2 .bar-width{
  background: #ffcc33;
}
.progress .color3,
.progress .color3 .bar-width{
  background: #db3615;
}
.progress, 
.progress-bar {
  height: 2px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}
.progress{
  position: relative;
}
.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}
.progress span{
  position: relative;
}
.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}
.progress .color1 span:before{
  border-color: #6aa42f transparent transparent transparent;
}
.progress .color2 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}
.progress .color3 span:before{
  border-color: #db3615 transparent transparent transparent;
}
/* ABOUT SECTION END
-------------------------------------------------------------- */

/* PARALLAX SECTION
-------------------------------------------------------------- */
.parallax-section {
  /*background-size: cover;*/
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-color: #fff;
  padding: 0;
}
.parallax-section .section-title h2 {
  border-color: #fff;
}
.parallax-section .section-title p {
  color: #cfcfcf;
}
.parallax-overlay {
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(51, 51, 51, 0.6);
  background-repeat: repeat;
  color: #fff;
}
/* PARALLAX SECTION END
-------------------------------------------------------------- */

/* CONTACT SECTION
-------------------------------------------------------------- */
#contact {
  background-image: url("../images/bg/contact.jpg");
}
section#contact .section-title {
  margin-bottom: 60px;
}
section#contact p {
  color: #EBEBEB;
  margin: 0 0 18px;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 18px;
  background-color:rgba(255, 255, 255, 0.2);
  border: 0 none;
  color: #E4E0EB;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #13B0A5;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
section#contact::-webkit-input-placeholder {
  text-transform: uppercase;
  font-family: Allerta Stencil,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #999;
}
section#contact:-moz-placeholder {
  text-transform: uppercase;
  font-family: Allerta Stencil,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #999;
}
section#contact::-moz-placeholder {
  text-transform: uppercase;
  font-family: Allerta Stencil,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #999;
}
section#contact:-ms-input-placeholder {
  text-transform: uppercase;
  font-family: Allerta Stencil,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #999;
}
section#contact .text-danger {
  color: #e74c3c;
}
section#contact .form-text {
  color: #BFBFBF;
}
section#contact .form-text p {
  font-size: 14px;
  color: #F7F7F7;
}
section#contact .form-text i {
  color: #fff;
  font-size: 20px;
  line-height: 47px;
  background-color: rgba(222, 222, 222, 0.08);
  width: 55px;
  height: 55px;
  text-align: center;
  border: 4px double;
  border-radius: 50%;
  margin-right: 3%;
}
section#contact .form-text h4 {
  color: #fff;
  border-bottom: 2px solid #EBEBEB;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.contact-form .form-control {
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 46px;
  padding: 10px 16px;
  line-height: 1.33;
  color: #fff;
}
.contact-form textarea {
  min-height: 200px;
  resize: none;
}
.contact-form .btn-empty {
  border-radius: 0;
}
.contact-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.contact-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
}
.contact-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
}
.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.form-group.success,
.form-group.error {
  position: relative;
}
.form-group.success:after,
.form-group.error:after {
  font-family: 'FontAwesome';
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 12px;
}
.form-group.error:after {
  content: "\f00d";
  color: #D95C5C;
}
.form-group.success:after {
  content: "\f00c";
  color: #00C077;
}
/* CONTACT SECTION END
-------------------------------------------------------------- */


/* FOOTER
-------------------------------------------------------------- */
.footer-text {
  text-align: right;
  color: #fff;
  font-size: 13px;
}
/* FOOTER END
-------------------------------------------------------------- */


/* SUSTAINABLE DEVELOPMENT SECTION
-------------------------------------------------------------- */
#sustainable h3 {
  font-family: 'Allerta stencil', sans-serif;
  letter-spacing: 1px; 
}
.tabs-circle-top .etabs {
	position: relative;
    padding: 0;
    margin: 0;
	z-index: 2;
}
.tabs-circle-top .etabs:before {
	content: '';
	display: block;
    border-bottom: 1px solid #CED7E0;
	margin: 65px 0 -65px;
}
.tabs-circle-top .tab {
    display: inline-block;
	height: 160px;
	position: relative;
	top: 0;
	margin: 0 15px;
	-webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
	    -ms-transition: all 200ms ease-out;
		 -o-transition: all 200ms ease-out;
			transition: all 200ms ease-out;
}
.tabs-circle-top .tab a {
    display: table-cell;
	vertical-align: middle;
	width: 130px;
	height: 130px;
	max-width: 130px;
	background: #FFF;
    color: #506A85;
	font-size: 14px;
	font-family: 'Allerta Stencil', sans-serif;
	line-height: 130%;
    text-transform: uppercase;
	padding: 13px;
    border: 4px double #dedede;
	border-radius: 50%;
	overflow: hidden;
}
.tabs-circle-top .tab a div {
	font-family: 'Allerta Stencil', sans-serif;
	font-size: 40px;
	line-height: 100%;
	font-weight: 200;
	margin: -10px 0 5px;
}
.tabs-circle-top .tab a:hover {
	/*border: 4px solid #1ABC9C;*/
	background-color: #F5F7FA;
	border-color: #dedede !important;
}
.tabs-circle-top .tab.active {
	top: -15px;
}
.tabs-circle-top .tab.active a {
	height: 160px;
	width: 160px;
	max-width: 160px;
    background: #1ABC9C;
	font-size: 15px;
	line-height: 140%;
	color: #FFF;
	border: 1px solid #1ABC9C;
}
.tabs-circle-top .tab.active a:hover {
	border-color: transparent !important;
}
.tabs-circle-top .tab.active a div {
	font-size: 50px;
	margin: -13px 0 8px;
}
.tabs-circle-top.tab-container .panel-container {
	position: relative;
	margin-top: 30px;
	z-index: 1;
}
.tabs-circle-top.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 20px;
	text-align: left;
}

.tabs-circle-top img {
	box-shadow: 0 6px 15px rgba(62, 60, 60, 0.76);
	-webkit-box-shadow: 0 6px 15px rgba(62, 60, 60, 0.76);
	-moz-box-shadow: 0 6px 15px rgba(62, 60, 60, 0.76);
	-ms-box-shadow: 0 6px 15px rgba(62, 60, 60, 0.76);
	-o-box-shadow: 0 6px 15px rgba(62, 60, 60, 0.76);
}

@media (min-width: 1025px) and (max-width: 1199px) {
	.tabs-circle-top .etabs:before {
		margin: 55px 0 -55px;
	}
	.tabs-circle-top .tab {
		height: 140px;
		margin: 0 10px;
	}
	.tabs-circle-top .tab a {
		width: 110px;
		height: 110px;
		max-width: 110px;
		font-size: 12px;
	}
	.tabs-circle-top .tab a div {
		font-size: 36px;
	}
	.tabs-circle-top .tab.active a {
		height: 140px;
		width: 140px;
		max-width: 140px;
		font-size: 14px;
	}
	.tabs-circle-top .tab.active a div {
		font-size: 46px;
	}
}

@media (max-width: 1024px) {
	.tabs-circle-top .etabs:before {
		margin: 50px 0 -50px;
	}
	.tabs-circle-top .tab {
		height: 130px;
		margin: 0 5px;
	}
	.tabs-circle-top .tab a {
		width: 100px;
		height: 100px;
		max-width: 100px;
		font-size: 11px;
	}
	.tabs-circle-top .tab a div {
		font-size: 33px;
	}
	.tabs-circle-top .tab.active a {
		height: 130px;
		width: 130px;
		max-width: 130px;
		font-size: 13px;
	}
	.tabs-circle-top .tab.active a div {
		font-size: 44px;
	}
}

@media (max-width: 767px) {
	.tabs-circle-top .etabs:before {
		border-bottom: none;
		margin: 0;
	}
	.tabs-circle-top .tab {
		display: table;
		width: 100%;
		height: auto;
		margin: 0;
	}
	.tabs-circle-top .tab.active {
		top: 0;
	}
	.tabs-circle-top .tab a,
	.tabs-circle-top .tab.active a {
		width: 100%;
		max-width: 100%;
		height: auto;
		font-size: 18px;
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: none;
		border-radius: 0;
	}
	.tabs-circle-top .tab a:hover {
		border-width: 1px;
		border-color: #CED7E0 !important;
		border-top: none;
	}
	.tabs-circle-top .tab.active a:hover {
		border-color: transparent !important;
	}
	.tabs-circle-top .tab:first-child a {
		border-top: 1px solid #CED7E0;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	.tabs-circle-top .tab:last-child a {
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.tabs-circle-top .tab a div,
	.tabs-circle-top .tab.active a div {
		display: inline-block;
		vertical-align: middle;
		font-size: 30px;
		line-height: 120%;
		padding-bottom: 5px;
		margin: 0 10px 0 0;
	}
}
/* SUSTAINABLE DEVELOPMENT SECTION END
-------------------------------------------------------------- */

/* GOOGLE MAP
-------------------------------------------------------------- */
.google-map {
   width: 100%; 
   height: 400px;
}
.google-map img { 
   max-width: none; 
}
.map { 
  margin-bottom: 100px; 
}

.map-side-text {
	font-family: 'Quicksand', sans-serif;
	text-transform: none;
    font-size: 42px;
    text-align: center;
    line-height: 74px;
    margin-top: 32px;
    padding: 20px;
}
.map-side-icon {
	font-size: 65px;
    color: #1ABC9C;
    margin-top: 5%;
    padding: 15px;
    text-align: center;
    border: 4px double;
    border-radius: 50%;
    width: 104px;
}
	
@media (max-width: 767px) {
 .map { 
  padding: 0 20px; 
}
 .row .map { 
  padding: 0; 
}
}
/* GOOGLE MAP END
-------------------------------------------------------------- */
	
/* BUBBLE INFOGRAPH (WE WORK WORLDWIDE)
-------------------------------------------------------------- */
.infograph {
	background-image:url("../images/bg/about.jpg");
}
.bubble .bubble-center,.bubble ul li {
	text-align:center;
	border-radius:100%;
	list-style:none;
}
.counter-content i {
	color:#F26F70;
}
.counter-content .timer {
	color:#F26F70;
	font-size:20px;
	margin:10px 0;
}
.counter-content .label {
	text-transform:uppercase;
	font-size:16px;
	padding-top:10px;
	display:block;
}
.bubble {
	position:relative;
	margin:50px auto;
}
.bubble-worldwide-color {
	color: #1ABC9C;
}

@media (min-width:992px) {
.bubble {
	width:80%;
	max-width:600px;
	height:600px;
}
}.bubble .bubble-center {
	width:300px;
	height:300px;
	left:50%;
	top:50%;
	bottom:auto;
	right:auto;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	position:absolute;
	background-color:#fff;
}
.bubble .bubble-center span {
	display:block;
	position:relative;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	color:#1ABC9C;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:30px;
}
.bubble .bubble-center span,.bubble ul li span {
	left:50%;
	top:50%;
	bottom:auto;
	right:auto;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}

@media (max-width:991px) {
.bubble .bubble-center {
	display:none;
}
}.bubble ul {
	text-align:center;
}
.bubble ul li {
	position:absolute;
	/*text-transform:uppercase;*/
	color:#fff;
}
.bubble ul li span {
	position:relative;
	display:block;
	font-family:'Montserrat', sans-serif;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	-ms-transform:translateX(-50%) translateY(-50%);
	-o-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}
@media (max-width:991px) {
.bubble ul li{
	width:110px;
	height:110px;
	margin:.5em;
	position:relative;
	top:auto;
	left:auto;
	display:inline-block;
	background-color:rgba(255,255,255,.5);
	font-size:12px;
}
}.mfp-bg,.mfp-wrap {
	top:0;left:0;
	position:fixed;
}
@media (min-width:992px) {
.bubble ul .year-setup {
	width:200px;
	height:200px;
	top:150px;
	left:-20px;
	background-color:rgba(255,255,255,.5);
}
.bubble ul .city-setup {
	width:150px;
	height:150px;
	top:50px;
	left:100px;
	background-color:rgba(255,255,255,.4);
}
.bubble ul .team-intro {
	width:180px;
	height:180px;
	top:0;
	left:240px;
	background-color:rgba(255,255,255,.55);
}
.bubble ul .business-intro {
	width:160px;
	height:160px;
	top:70px;
	right:40px;
	background-color:rgba(255,255,255,.42);
}
.bubble ul .manage {
	width:220px;
	height:220px;
	top:230px;
	right:-30px;
	background-color:rgba(255,255,255,.5);
}
.bubble ul .operation {
	width:210px;
	height:210px;
	bottom:0;
	right:80px;
	background-color:rgba(255,255,255,.3);
}
.bubble ul .hist {
	width:150px;
	height:150px;
	bottom:110px;
	left:60px;
	background-color:rgba(255,255,255,.2);
}
.bubble ul .cooperate {
	width:180px;
	height:180px;
	bottom:0;
	left:140px;
	background-color:rgba(255,255,255,.45);
}
.bubble ul .target {
	width:170px;
	height:170px;
	bottom:110px;
	left:-90px;
	background-color:rgba(255,255,255,.3);
}
}
/* BUBBLE INFOGRAPH (WE WORK WORLDWIDE) END
-------------------------------------------------------------- */

/* FOOTER
-------------------------------------------------------------- */
footer {
	background: #212121;
	position: relative;
}
footer h5 {
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 0px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
footer .latest-tweet {
	margin-top: 80px;
}
footer .latest-tweet span {
	font-size: 12px;
}
footer .latest-tweet p {
	line-height: 23px;
    margin-bottom: 17px;
}
footer .date {
	display: inline-block;
	width: 100%;
	text-align: right;
	color: #757575;
}
footer p {
	color: #8A8989;
	line-height: 25px;
}
footer p a {
	color: #8A8989;
}
footer ul li {
	margin-bottom: 20px;
	list-style: none;
}
footer span {
	color: #1ABC9C;
}
footer h5 {
}
.footer-padding {
	padding: 50px 55px;
}
footer .small-info {
	text-align: center;
	border: 4px double rgba(255,255,255,0.1);
	border-bottom: none;
	border-top: none;
	padding-bottom: 50px;
}
footer .small-info h1 {
	color: #fff;
    text-transform: none;
    letter-spacing: 8px;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 30px;
    font-weight: 600;
}
footer .small-info h1 i {
	color: #1ABC9C;
}
footer .small-info .social_icons {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	border-bottom: 1px dashed rgba(255,255,255,0.4);
	list-style: none;
	padding-left: 0px;
    line-height: 50px;
}
footer .small-info .social_icons li {
	float: none;
	margin: 0 5px;
}
footer .small-info .social_icons li a {
	font-size: 12px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	border-radius: 50%;
	color: #ffffff;
	border: none;
}
footer form {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

footer .links {
	margin-top: 80px;
}
footer .links ul {
	padding-left: 0px;
}
footer .links li {
	margin-bottom: 0px;
	list-style: none;
}
footer .links a {
	color: #8A8989;
	line-height: 30px;
	display: inline-block;
	width: 100%;
	outline: 0;
    text-decoration: none;
}
footer .links a:hover {
	color: #fff;
}
footer .timing {
	margin-top: 40px;
}
footer .timing p span {
	margin-left: 10px;
	color: #8A8989;
}
.rights {
	background: #1b1b1b;
	text-align: center;
	padding: 20px 0;
}
.rights p {
	margin: 0px;
}

.social_icons {
	position: relative;
	z-index: 1;
}
.social_icons ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social_icons li {
	display: inline-block;
	list-style: none;
	float: left;
}
.social_icons a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0px;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	border-radius: 50%;
	text-align: center;
	color: #696969;
	border: 1px solid #f5f5f5;
	margin-right: 5px;
}

@media(max-width:991px) {
  footer .latest-tweet {
	text-align:center;
}
  footer .date {
	text-align:center;
}
  footer .text-right {
	text-align:center;
	padding-bottom:30px;
}
}

@media(max-width:512px) {
  footer .small-info {
	  border: none;
  }
}

@media(max-width:342px) {
  footer .small-info h1 {
	  font-size: 23px;
  }
}
/* FOOTER END
-------------------------------------------------------------- */


/* FOOTER LINK MODAL
-------------------------------------------------------------- */
.footer-row-padding {
	padding: 20px;
}
.footer-modal {
}
.footer-modal i {
	font-size: 30px;
	color: #1ABC9C;
}
.footer-modal p {
	padding: 8px 35px;
	border-top: 4px double #dedede;
    border-bottom: 4px double #dedede;
    margin-top: 30px;
	margin-bottom: 35px;
}

.footer-modal a {
	text-decoration: none;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    padding: 20px;
    font-family: 'Quicksand', sans-serif;
    text-transform: none;
	letter-spacing: 3px;
}
.modal-content {
	border-radius: 0px;
}

@media (min-width: 768px) { 
.modal-dialog {
    width: 100%;
    margin: 0px;
}
}
/* FOOTER LINK MODAL END
-------------------------------------------------------------- */


/* TOOLTIP
-------------------------------------------------------------- */
.tooltip {
  color: #ffffff;
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 14px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  *-webkit-font-smoothing: antialiased;
  opacity: 1;
}

.tooltip .tooltip-item {
  text-align: left;
  background: rgba(26,188,156, .8);
  /*bottom: 100%;*/
  color: #fff;
  display: block;
  left: 0px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  border: 4px double #dedede;
  width: 100%;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
   -o-transform: translateY(10px);
   transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
   -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
   -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/*.tooltip .tooltip-item:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.tooltip .tooltip-item:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1ABC9C 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}*/

.tooltip:hover .tooltip-item {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
   -o-transform: translateY(0px);
   transform: translateY(0px);
}

.tooltip-item-lte8 .tooltip .tooltip-item {
  display: none;
}

.tooltip-item-lte8 .tooltip:hover .tooltip-item {
  display: block;
}

.tooltip:hover {
  color: #535353;
  background-color: #fff;
}

.tooltip:focus,
.tooltip:active:focus {
  outline: none;
  background-color: #fff;
  color: #535353;
  text-decoration: none;
}

.tooltip.left .tooltip-arrow {
  margin-top: -7px;
  border-width: 7px 0 7px 7px;
  border-left-color: rgba(26,188,156, .5);
  right: -7px;	
}

.tooltip.top .tooltip-arrow {
  bottom: -7px;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0px;
  border-top-color: rgba(26,188,156, .5);
}

.tooltip.bottom .tooltip-arrow {
  top: -7px;
  left: 50%;
  margin-left: -7px;
  border-width: 0px 7px 7px;
  border-bottom-color: rgba(26,188,156, .5);
}

.tooltip-item p, .tooltip-item-small p {
  color: #fff;
  margin-bottom: 0px;	
  font-family: 'Raleway', sans-serif;
}

.tooltip.right .tooltip-arrow {
  margin-top: -7px;
  border-width: 7px 7px 7px 0px;
  border-right-color: rgba(26,188,156, .5);
  left: -7px;	
}

.year-setup .tooltip-item {
  left:-220px;
  top:75px;
}

.city-setup .tooltip-item {
  left: -170px;
  top: 45px;
}

.team-intro .tooltip-item {
  left: -200px;
  top: -55px;
}

.business-intro .tooltip-item {
  left: 180px;
  top: 50px;
}

.manage .tooltip-item {
  left: 240px;
}

.operation .tooltip-item {
  left: 240px;
  top: 70px;
}

.hist .tooltip-item {
  top: 170px;
  left: -150px;
  width: 250px;
}

.hist.tooltip.bottom .tooltip-arrow {
  left: 80%;
}

.cooperate .tooltip-item {
  top: 200px;
}

.target .tooltip-item {
  left: -200px;
  top: -25px;
}


@media (max-width: 991px) {
.tooltip .tooltip-item-small {
  text-align: left;
  background: rgba(26,188,156, 1.0);
  /*bottom: 100%;*/
  color: #fff;
  display: block;
  left: 0px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  border-radius: 10px;
  width: 100%;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
   -o-transform: translateY(10px);
   transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
   -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
   -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.tooltip:hover .tooltip-item-small {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
   -o-transform: translateY(0px);
   transform: translateY(0px);
}

.tooltip .tooltip-item-small:after {
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid rgba(26,188,156, 1.0) 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 0;
}

.tooltip-item-small {
  bottom: 110px;
}

.tooltip.left, .tooltip.right {
  margin-left: 6px;
}

.tooltip.bottom {
  margin-top: 6px;	
}

.bubble ul {
  padding-left: 0px;
}
}

/* TOOLTIP END
-------------------------------------------------------------- */


/* 404 ERROR BOX
-------------------------------------------------------------- */
.error-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: .6;
	border: 4px double #dedede;
	border-radius: 10px;
}
.error-box {
    position: relative;
	color:#d2d2d9;
	padding:60px 40px;
}
.error-box-icon {
	font-size: 100px;
	opacity: 0.25;
	position: absolute;
	bottom: -58px;
	right: -8px;
	color: #C7C7C7;
	margin-bottom: 10px;
}
.error-box h1 {
    font-size: 80px;
    text-align: center;
}
.error-box h4 {
	padding: 50px;
    text-align: center;
    padding-top: 0px;
}

@media (max-width: 600px) {
	.error-box-icon {
		font-size: 70px;
}

   .error-box h1 {
    font-size: 50px;
}

   .error-box h4 {
	font-size: 20px;
   }
}

@media (max-width: 379px) {
	.error-box-icon {
		font-size: 50px;
}
}
/* 404 ERROR BOX END
-------------------------------------------------------------- */

















/* COMMON MEDIA QUERIES
-------------------------------------------------------------- */
@media (min-width: 992px) {
  .animated {
    opacity: 0;
	-khtml-opacity: 0;
    -moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .visible {
    opacity: 1;
	-khtml-opacity: 1;
    -moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
  }
}
@media only screen and (max-width: 991px) {
  .service-item i {
    font-size: 36px;
  }
  .service-item .service-desc p {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  #works-list li,
  #recent-works-list li {
    width: 50%;
  }
  .portfolio-2-columns #works-list li,
  .portfolio-3-columns #works-list li,
  .portfolio-4-columns #works-list li {
    width: 50%;
  }
  .animated {
    -webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
    animation: none;
  }
  section#contact .form-text {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  #fancybox .modal-dialog {
    width: 750px;
  }
  #nav > li:hover .dropdown-menu {
    display: block;
  }
  .carousel-indicators {
    bottom: -5px;
	}
}
@media (max-width: 767px) {
  #topnav {
    min-height: 0;
  }
  #topnav .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #logo > a {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
  }
  #nav {
    float: none;
  }
  #home-slider .slides li > h1 {
    font-size: 40px;
  }
  .service-item {
    margin: 20px 0;
	margin-top: 50px;
  }
  .service-item i {
    font-size: 36px;
  }
  .service-item .service-desc p {
    font-size: 15px;
  }
  .call h2 span {
    display: block;
    margin-bottom: 15px;
  }
  .project-control {
    display: none;
  }
  .footer-column {
    text-align: center;
    margin-bottom: 25px;
  }
  .footer-column .social > li {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 479px) {
  #works-list li,
  #recent-works-list li {
    width: 100%;
  }
  .portfolio-2-columns #works-list li,
  .portfolio-3-columns #works-list li,
  .portfolio-4-columns #works-list li {
    width: 100%;
  }
  .carousel-indicators {
    bottom: -8px;
	}
}
@media (max-width: 372px) {
	#home-slider .slides li > h1 {
    font-size: 23px;
  }
}
/* COMMON MEDIA QUERIES END
-------------------------------------------------------------- */


/* FONT ICONS
-------------------------------------------------------------- */
.fa-examples > div {
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
  font-size: 1.3rem; }
  @media (max-width: 991px) {
    .fa-examples > div {
      width: 33.333%; } }
  @media (max-width: 768px) {
    .fa-examples > div {
      width: 50%; } }
  @media (max-width: 480px) {
    .fa-examples > div {
      width: 100%; } }
  .fa-examples > div i {
    display: inline-block;
    margin-right: 5px;
    min-width: 70px;
    min-height: 70px;
    border-right: 1px solid #f1f1f1;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    font-size: 3rem; }
  .fa-examples > div span {
    position: relative;
    top: -5px; }
  .fa-examples > div .text-muted {
    display: none; }
	


.et-examples > span {
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
  font-size: 1.3rem; }
  @media (max-width: 991px) {
    .et-examples > span {
      width: 33.333%; } }
  @media (max-width: 768px) {
    .et-examples > span {
      width: 50%; } }
  @media (max-width: 480px) {
    .et-examples > span {
      width: 100%; } }
  .et-examples > span i {
    display: inline-block;
    margin-right: 5px;
    min-width: 70px;
    min-height: 70px;
    border-right: 1px solid #f1f1f1;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    font-size: 3rem; }
  .et-examples > span span {
    position: relative;
    top: -8px; }
	
	
.sl-examples > div {
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
  font-size: 1.3rem; }
  @media (max-width: 991px) {
    .sl-examples > div {
      width: 33.333%; } }
  @media (max-width: 768px) {
    .sl-examples > div {
      width: 50%; } }
  @media (max-width: 480px) {
    .sl-examples > div {
      width: 100%; } }
  .sl-examples > div i {
    display: inline-block;
    margin-right: 5px;
    min-width: 70px;
    min-height: 70px;
    border-right: 1px solid #f1f1f1;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    font-size: 3rem; }
  .sl-examples > div span {
    position: relative;
    top: -5px; }
	
	
.glyphicon-examples > div {
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
  font-size: 1.1rem; }
  @media (max-width: 991px) {
    .glyphicon-examples > div {
      width: 33.333%; } }
  @media (max-width: 768px) {
    .glyphicon-examples > div {
      width: 50%; } }
  @media (max-width: 480px) {
    .glyphicon-examples > div {
      width: 100%; } }
  .glyphicon-examples > div i {
    display: inline-block;
    margin-right: 5px;
    min-width: 70px;
    min-height: 70px;
    border-right: 1px solid #f1f1f1;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    font-size: 3rem; }
  .glyphicon-examples > div span {
    position: relative;
    top: -5px; }
	

.el-examples > span {
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
  font-size: 1.3rem; }
  @media (max-width: 991px) {
    .el-examples > span {
      width: 33.333%; } }
  @media (max-width: 768px) {
    .el-examples > span {
      width: 50%; } }
  @media (max-width: 480px) {
    .el-examples > span {
      width: 100%; } }
  .el-examples > span i {
    display: inline-block;
    margin-right: 5px;
    min-width: 70px;
    min-height: 70px;
    border-right: 1px solid #f1f1f1;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    font-size: 3rem; }
  .el-examples > span span {
    position: relative;
    top: -8px; }
  .el-examples > span .text-muted {
    display: none; }
	

	
.icons-div {
    border: 1px solid #eee;
    padding: 0;
}

.icons-div > .stroke-icon {
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    margin-right: 5px;
}


.icons-div-pe {
    border: 1px solid #eee;
    padding: 0;
}

.icons-div-pe > .pe {
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    margin-right: 5px;
}
/* FONT ICONS END
-------------------------------------------------------------- */


/* SHORTCODES SECTION
-------------------------------------------------------------- */
.shortcodes-title {
	font-family: 'Quicksand', sans-serif;
	text-align: center;
	letter-spacing: 5px;
	text-transform: none;
	font-weight: 600;
	margin-bottom: 100px;
}
.shortcodes-page {
	border: 4px double #dedede;
    padding-top: 45px;
    padding-bottom: 45px;
	background-color: #FBFBFB;
	margin-bottom: 50px;
}
.shortcodes-page h4 {
	margin-bottom: 50px;
}
.shortcodes-page:hover {
	background-color: rgba(251, 251, 251, 0.52);
}


/* LARGE SOCAL ICONS
-------------------------------------------------------------- */
.social-big {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
}
.social-big:before,
.social-big:after {
  content: " ";
  display: table;
}
.social-big:after {
  clear: both;
}
.social-big > li {
  display: block;
  float: left;
  margin: 5px;
}
.social-big > li > a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  border: 0 none;
  border-radius: 4px;
  font-size: 30px;
}
.social-big > li > a .fa {
  line-height: inherit;
}
/* LARGE SOCIAL ICONS END
-------------------------------------------------------------- */



/* LARGE & MEDIUM BUTTONS
-------------------------------------------------------------- */
.button-large {
	padding: 28px 80px;
    font-size: 20px;
    line-height: 25px;
}

.button-medium {
	padding: 20px 55px;
    font-size: 15px;
    line-height: 20px;
}

.btn-anim1:hover {
	-webkit-animation: rubberBand 800ms linear 150ms both;
	-moz-animation: rubberBand 800ms linear 150ms both;
	-ms-animation: rubberBand 800ms linear 150ms both;
	-o-animation: rubberBand 800ms linear 150ms both;
	animation: rubberBand 800ms linear 150ms both;
}

.btn-anim2:hover {
	-webkit-animation: flip 800ms linear 150ms both;
	-moz-animation: flip 800ms linear 150ms both;
	-ms-animation: flip 800ms linear 150ms both;
	-o-animation: flip 800ms linear 150ms both;
	animation: flip 800ms linear 150ms both;
}

.btn-anim3:hover {
	-webkit-animation: swing 800ms linear 150ms both;
	-moz-animation: swing 800ms linear 150ms both;
	-ms-animation: swing 800ms linear 150ms both;
	-o-animation: swing 800ms linear 150ms both;
	animation: swing 800ms linear 150ms both;
}

/* LARGE & MEDIUM BUTTONS END
-------------------------------------------------------------- */ 


/* ICON BOX STYLE FOUR
-------------------------------------------------------------- */
.icon-box-4 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.icon-box-4 h4 {
	margin-top: 20px;
}
.icon-box-4 p {
	color: #ffffff;
}
.icon-box-4 li{
    color: #fff;
    position: relative;
    padding: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 2;

}
.icon-box-4 li .iconList{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 20px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.icon-box-4 li:hover{
    transform: scale(1.1,1.1);
    z-index: 99;
}
.Color1{
    background: #F53A8C;
}
.Color1 .iconList{
    background: #DC2475;
}
.Color2{
    background: #9948E7;
}
.Color2 .iconList{
    background: #8129D6;
}
.Color3{
    background: #2EABBB;
}
.Color3 .iconList{
    background: #1F99A9;
}
.Color4{
    background: #97640F;
}
.Color4 .iconList{
    background: #825306;
}

/* ICON BOX STYLE FOUR END
-------------------------------------------------------------- */


/* ICON BOX STYLE FIVE
-------------------------------------------------------------- */
.icon-box-5 {
    padding: 35px 25px;
    margin-bottom: 20px;
    -webkit-transition: all .4s ;
    -o-transition: all .4s ;
    transition: all .4s ;
    text-align: center;
    border: 2px solid#eee;

}
.icon-box-5 p {
	font-size: 13px;
}
.icon-box-5 i {
	font-size: 40px;
	color: #1ABC9C;
	margin-bottom: 18px;
}
.icon-box-5:hover{
    background: #1ABC9C;
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
    transform: scale(1.1);
	box-shadow: inset 0px 1px 20px 1px #312D2D;
    -webkit-box-shadow: inset 0px 1px 20px 1px #312D2D;
    -moz-box-shadow: inset 0px 1px 20px 1px #312D2D;
	 -ms-box-shadow: inset 0px 1px 20px 1px #312D2D;
      -o-box-shadow: inset 0px 1px 20px 1px #312D2D;
}
.icon-box-5:hover i {
   transform: rotate(360deg) scale(1.3);
  -ms-transform:rotate(360deg) scale(1.3);
  -webkit-transform:rotate(360deg) scale(1.3); 
   transition-duration:.7s;
   transition-property: all;
   transition-timing-function: ease;
   color: #ffffff;
}
.icon-box-5:hover h5,.icon-box-5:hover p{
    color: #ffffff;
}

/* ICON BOX STYLE FIVE END
-------------------------------------------------------------- */


/* ICON BOX STYLE SIX
-------------------------------------------------------------- */
.icon-box-6 {
  border: 4px double #dedede;
  text-align: center;
  position: relative;
  padding: 40px 20px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  -webkit-transition: border-color 0.9s;
     -moz-transition: border-color 0.9s;
	  -ms-transition: border-color 0.9s;
	   -o-transition: border-color 0.9s;
          transition: border-color 0.9s;
}
.icon-box-6 .feature-icon {
  width: 92px;
  text-align: center;
  font-size: 40px;
  line-height: 90px;
  border-radius: 70px;
  border: 1px solid #1ABC9C;
  position: relative;
  color: #1ABC9C;
  -webkit-transition: color 0.6s, border-color 0.6s;
     -moz-transition: color 0.6s, border-color 0.6s;
	  -ms-transition: color 0.6s, border-color 0.6s;
	   -o-transition: color 0.6s, border-color 0.6s;
          transition: color 0.6s, border-color 0.6s;
  margin: 0 auto;
}
.icon-box-6 h5.feature-title {
  line-height: 34px;
  position: relative;
  margin-bottom: 0;
  z-index: 9;
  top: 0;
  -webkit-transition: color 0.5s, top 0.4s;
     -moz-transition: color 0.5s, top 0.4s;
	  -ms-transition: color 0.5s, top 0.4s;
	   -o-transition: color 0.5s, top 0.4s;
          transition: color 0.5s, top 0.4s;
  text-transform: uppercase;
}
.icon-box-6 p.feature-desc {
  width: 100%;
  position: absolute;
  padding: 0 20px;
  color: #ffffff;
  top: 100%;
  left: 0;
  opacity: 1;
  -webkit-transition: color 0.5s, opacity 0.5s, top 0.4s;
     -moz-transition: color 0.5s, opacity 0.5s, top 0.4s;
	  -ms-transition: color 0.5s, opacity 0.5s, top 0.4s;
	   -o-transition: color 0.5s, opacity 0.5s, top 0.4s;
          transition: color 0.5s, opacity 0.5s, top 0.4s;
}
.icon-box-6:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #1ABC9C;
  opacity: 0;
  -webkit-transition: top 0.5s, opacity 0.5s;
     -moz-transition: top 0.5s, opacity 0.5s;
	  -ms-transition: top 0.5s, opacity 0.5s;
	   -o-transition: top 0.5s, opacity 0.5s;
          transition: top 0.5s, opacity 0.5s;
}

.icon-box-6:hover {
  cursor: pointer;
}

.icon-box-6:hover .feature-icon {
  color: rgba(0, 0, 0, 0.07);
  border-color: rgba(0, 0, 0, 0.07);
  z-index: 9;
}

.icon-box-6:hover:after {
  top: 0;
  opacity: 1;
}

.icon-box-6:hover p.feature-desc {
  top: 75px;
  z-index: 9;
  opacity: 1;
  color: #fff;
}

.icon-box-6:hover h5.feature-title {
  top: -125px;
  color: #fff;
}
.thin-txt {
    font-weight: 600 !important;
}

/* ICON BOX STYLE SIX END
-------------------------------------------------------------- */


/* ICON BOX STYLE SEVEN
-------------------------------------------------------------- */
.icon-box-7.box-icon-side {
	position:relative;
	padding-left: 70px;
	margin-bottom: 40px;
}
.icon-box-7.box-icon-side>i {
	position:absolute;
	left:0;
	font-size:40px;
	color: #1ABC9C;
}
.icon-box-7:hover i {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	text-shadow: rgba(0,0,0,.3) 1px 1px 1px;
    -webkit-text-shadow: rgba(0,0,0,.3) 1px 1px 1px;
    -moz-text-shadow: rgba(0,0,0,.3) 1px 1px 1px;
    -ms-text-shadow: rgba(0,0,0,.3) 1px 1px 1px;
    -o-text-shadow: rgba(0,0,0,.3) 1px 1px 1px;
}

/* ICON BOX STYLE SEVEN END
-------------------------------------------------------------- */


/* ICON BOX STYLE EIGHT
-------------------------------------------------------------- */
.icon-box-8 {
    border: 4px double #dedede;
    padding: 10px;
	margin-bottom: 60px;
	margin-top: 20px;
	cursor: default;
}
.icon-box-8 h5 {
    margin-top: 60px;
	text-transform: uppercase;
	text-align: center;
}
.icon-box-8 p {
	text-align: center;
	padding: 13px;
}
.icon-box-8 i {
    background: #1ABC9C;
    font-size: 30px;
    padding: 20px;
    color: #fff;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    text-align: center;
    padding-top: 25px;
    position: absolute;
    top: -8%;
    left: 40%;
}
.icon-box-8:hover i{
	background : #1ABC9C;
	color: #fff;
	transform: rotate(360deg) scale(1.3);
   -ms-transform:rotate(360deg) scale(1.3);
   -0-transform:rotate(360deg) scale(1.3);
   -moz-transform:rotate(360deg) scale(1.3);
   -webkit-transform:rotate(360deg) scale(1.3); 
    transition-duration:.7s;
	-webkit-transition-duration:.7s;
	-moz-transition-duration:.7s;
	-ms-transition-duration:.7s;
	-o-transition-duration:.7s;
    transition-property: all;
    transition-timing-function: ease;
}

@media (max-width: 768px) {
	.icon-box-8 i {
		top: -20%;
		left: 45%;
	}
}

@media (max-width: 435px) {
	.icon-box-8 i {
		left: 41%;
	}
}

@media (max-width: 310px) {
	.icon-box-8 i {
		top: -15%;
		left: 37%;
	}
}

/* ICON BOX STYLE EIGHT END
-------------------------------------------------------------- */


/* ICON BOX STYLE NINE
-------------------------------------------------------------- */
.info-box-a {
		position: relative;
		padding:60px 40px;
		color:#dedee3;
		overflow: hidden;
}
.bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #424252;
    opacity: .6;
}
.info-box-a p {
	color: #dedede;
}
.info-box-a .bg-overlay { 
    opacity:0.6; 
	-webkit-transition:all 0.3s ease-out; 
	transition:all 0.3s ease-out; 
}
.info-box-a:hover .bg-overlay { 
    opacity:0.5; 
	-webkit-transition:all 0.3s ease-out; 
	transition:all 0.3s ease-out; 
}
.info-box-a .title-uppercased {
		font-size:18px;
		color:#dedee3;
		margin-bottom:20px;
		-webkit-transition:all 0.3s ease-out; 
		transition:all 0.3s ease-out;
}
.info-box-a:hover .title-uppercased {
		color:rgb(181,67,33);
		-webkit-transition:all 0.3s ease-out; 
		transition:all 0.3s ease-out;
}
.info-box-b {
		background-color:rgb(165, 37, 149);
		position: relative;
		color:#d2d2d9;
}

.info-box-b.dark { background-color: #248282; }
.info-box-b.orange { background-color: #51BD54; }
.info-box-b.green { background-color: #288ECA; }

.info-box-b i {
		font-size: 70px;
		opacity: 0.25;
		position: absolute;
		bottom: -51px;
		right: -7px;
		color: #d2d2d9;
}
.info-box-a.info-box-b .title-uppercased {
		margin-bottom:15px;
		margin-top: 0px;
}
.info-box-a.info-box-b:hover .title-uppercased {
		color:#d2d2d9;
		-webkit-transition:all 0.3s ease-out; 
		transition:all 0.3s ease-out;
}
.info-box-a.info-box-b .bg-overlay { 
    opacity:0.6; 
	-webkit-transition:all 0.3s ease-out; 
	transition:all 0.3s ease-out; 
}
.info-box-a.info-box-b:hover .bg-overlay { 
     opacity:0.3; 
	 -webkit-transition:all 0.3s ease-out; 
	 transition:all 0.3s ease-out; 
}

/* ICON BOX STYLE NINE END
-------------------------------------------------------------- */


/* ICON BOX STYLE TEN
-------------------------------------------------------------- */
.icon-box-10 {
    border: 4px double #dedede;
    margin-top: 30px;
    padding: 30px;
    -webkit-transition: all 0.6s ease 0s;
	   -moz-transition: all 0.6s ease 0s;
	    -ms-transition: all 0.6s ease 0s;
		 -o-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
}
.icon-box-10 i {
    border-radius: 100px;
    float: left;
    font-size: 30px;
    height: 80px;
    margin-right: 20px;
    padding: 25px;
    text-align: center;
    width: 80px;
    -webkit-transition: all 0.6s ease 0s;
	   -moz-transition: all 0.6s ease 0s;
	    -ms-transition: all 0.6s ease 0s;
		 -o-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
}
.icon-box-10 h5 {
    text-transform: uppercase;
}
.icon-box-10 p { }
.icon-box-10:hover {
    background: #1ABC9C;
    border: 4px double #1ABC9C;
}
.icon-box-10:hover > i {
    background: #fff;
    color: #1ABC9C;
}
.icon-box-10:hover > h5 { 
    color: #ffffff; 
}
.icon-box-10:hover > p { 
    color: #ffffff; 
}
.color-icon-1 {
    background: #3ACFF0 none repeat scroll 0 0;
    color: #ffffff;
}
.color-icon-2 {
    background: #FCCB17 none repeat scroll 0 0;
    color: #ffffff;
}
.color-icon-3 {
    background: #A6D900 none repeat scroll 0 0;
    color: #ffffff;
}
.color-icon-4 {
    background: #FF52BB none repeat scroll 0 0;
    color: #ffffff;
}

/* ICON BOX STYLE TEN END
-------------------------------------------------------------- */


/* TEXT ROTATOR
-------------------------------------------------------------- */
#text-rotator {
  background: #f7f7f7 none repeat scroll 0 0;
  padding-bottom: 30px;
}
.text-rotator-text{}
.text-rotator-text h1{
    font-size: 25px;
    line-height: 45px;
    font-weight: 800;
    margin-top: 80px;
    margin-bottom: 32px;
}
.typewrite{
	border-right: solid 2px #1ABC9C;
	margin-right: 5px;
	padding-right: 5px;
}
.text-rotator-text p{
    margin-bottom: 83px;
    font-size: 17px;
    margin-top: -7px;
}

/* TEXT ROTATOR END
-------------------------------------------------------------- */

/* SHORTCODES SECTION
-------------------------------------------------------------- */