/*-----------------------*/
/*Prefix Styles*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

body {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #444;
  /*Section Fix*/
}
body section.row, body header.row, body footer.row {
  margin: 0;
  position: relative;
}

/*Ancore*/
a, .btn, button {
  outline: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
a:before, a:after, .btn:before, .btn:after, button:before, button:after {
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
a:focus, a:hover, .btn:focus, .btn:hover, button:focus, button:hover {
  color: #0d72a5;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.btn {
  border-radius: 30px;
  padding: 8px 35px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  margin-top: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  line-height: 1.42857143;
  text-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn.btn-default {
  border: 2px solid #f39802;
  background: #f39802;
  color: #fff;
}
.btn.btn-default:hover, .btn.btn-default:focus {
  background-color: transparent;
  color: #f39802;
}

.btn-primary {
  background: #f39802;
  border-color: #0f7fb8;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background: #333;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section_title h2 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 300;
  color: #000000;
  margin-bottom: 100px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
  text-align: center;
}
.section_title h2:after {
  background-color: #f39802;
  display: block;
  content: "";
  height: 2px;
  margin-top: 18px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  position: relative;
  top: 0px;
  width: 40px;
  left: 50%;
}

/*-----------------------*/
.top_bar {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .top_bar {
    padding: 0;
  }
}

.logo {
  height: 90px;
  line-height: 90px;
  display: table;
}
.logo img {
  max-height: 90px;
}
@media (max-width: 767px) {
  .logo {
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
  }
  .logo img {
    max-height: 60px;
  }
}

@media (max-width: 991px) {
  .contact-inner {
    width: 100%;
  }
}

.sp-contact-info {
  float: right;
  margin: 0 -10px;
  padding: 25px 0;
}
@media (max-width: 991px) {
  .sp-contact-info {
    float: left;
  }
}
.sp-contact-info li {
  margin: 0 10px;
  font-size: 90%;
  float: left;
}
.sp-contact-info li i {
  margin: 0 3px;
  float: left;
  line-height: 38px;
  width: 40px;
  text-align: center;
  font-size: 15px;
  color: #f39802;
  border: 1px solid #f39802;
  border-radius: 3px;
}
.sp-contact-info li p {
  margin-left: 50px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}
.sp-contact-info li p span {
  display: block;
  line-height: 100%;
  margin: 2px 0 8px 5px;
  letter-spacing: .5px;
}
.sp-contact-info li p span:last-child {
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
}
.sp-contact-info li:hover i, .sp-contact-info li:focus i {
  background-color: #f39802;
  color: #fff;
}

/*---------------------------------------------parallax effects-------------------------------------------*/




/*---------------------------------------------Navigation------------------------------------------------*/
.navbar-default {
  background: #ffffff!important;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  padding: 15px 0;
  border: none;
  margin: 0;
  height: 65px;
  border-radius: 0;
}

nav.navbar-default{
	background-color: #fff!important;
	z-index: 999;
}
@media (max-width: 767px) {
  .navbar-default {
    text-align: center;
    padding: 10px 0;
    min-height: 35px;
    height: auto;
  }
}
.navbar-default .offcanvas-toggler {
  float: right;
  line-height: 35px;
  font-size: 18px;
  color: #000;
}
.navbar-default .offcanvas-toggler:hover, .navbar-default .offcanvas-toggler:focus {
  color: #0d72a5;
}
@media (max-width: 767px) {
  .navbar-default .offcanvas-toggler {
    float: none;
    font-size: 24px;
  }
}
.navbar-default .navbar-header .navbar-toggle {
  display: none;
}
.navbar-default .navbar-header .navbar-brand {
  position: relative;
  z-index: 2;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 50px;
}
.navbar-default .navbar-header .navbar-brand img {
  height: 100%;
}
.navbar-default #main_nav {
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .navbar-default #main_nav {
    display: none;
  }
}
.navbar-default #main_nav .navbar-nav li a {
  padding: 0 15px;
  line-height: 35px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  border-radius: 2px;
}
.navbar-default #main_nav .navbar-nav li + li {
  margin-left: 5px;
}
.navbar-default #main_nav .navbar-nav li.dropdown > a:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  margin-left: 5px;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-top: 2px solid #f39802;
  padding: 10px 0;
  min-width: 240px;
  border-radius: 0;
}
@media (min-width: 1025px) {
  .navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu {
    display: block;
    top: 300%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li {
  padding: 0 10px;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li a {
  font-size: 13px;
  text-transform: capitalize;
  color: #333;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 1px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li a i {
  color: #f39802;
  margin-right: 10px;
  width: 10px;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li.dropdown {
  padding-bottom: 0;
  margin-bottom: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li.dropdown > a:after {
  content: "\f105";
  line-height: 35px;
  position: absolute;
  right: 15px;
  display: block;
  top: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li.dropdown .dropdown-menu {
  top: 0;
  left: 100%;
  margin: 0;
}
@media (min-width: 1025px) {
  .navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li.dropdown .dropdown-menu {
    display: block;
    top: 300%;
    opacity: 0;
    z-index: -100;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }
}
.navbar-default #main_nav .navbar-nav li.dropdown .dropdown-menu li + li {
  margin-left: 0;
  margin-bottom: 3px;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown {
  position: static;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop {
  padding: 20px 5px;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li {
    float: left;
    width: 25%;
  }
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 14px;
  padding: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span:after {
  display: none;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span + ul {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border: none;
  display: block;
  padding-top: 15px;
  margin-top: 0;
  min-width: auto;
}
@media (min-width: 1025px) {
  .navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span + ul {
    display: block;
    top: 0;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  }
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span + ul li {
  width: 100%;
  padding: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li span + ul li a {
  display: block;
}
.navbar-default #main_nav .navbar-nav li:hover > a, .navbar-default #main_nav .navbar-nav li.open > a {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f39802;
  color: #fff;
  margin-bottom: 15px;
}
@media (min-width: 1025px) {
  .navbar-default #main_nav .navbar-nav li:hover .dropdown-menu, .navbar-default #main_nav .navbar-nav li.open .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 1000;
  }
}
.navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li:hover > a, .navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li.open > a, .navbar-default #main_nav .navbar-nav li.open .dropdown-menu li:hover > a, .navbar-default #main_nav .navbar-nav li.open .dropdown-menu li.open > a {
  color: #fff;
  margin-bottom: 0;
}
.navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li:hover > a i, .navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li.open > a i, .navbar-default #main_nav .navbar-nav li.open .dropdown-menu li:hover > a i, .navbar-default #main_nav .navbar-nav li.open .dropdown-menu li.open > a i {
  color: #fff;
}
@media (min-width: 1025px) {
  .navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li:hover .dropdown-menu, .navbar-default #main_nav .navbar-nav li:hover .dropdown-menu li.open .dropdown-menu, .navbar-default #main_nav .navbar-nav li.open .dropdown-menu li:hover .dropdown-menu, .navbar-default #main_nav .navbar-nav li.open .dropdown-menu li.open .dropdown-menu {
    display: block;
    opacity: 1;
    top: 0;
    visibility: visible;
    z-index: 1000;
  }
}
.navbar-default #main_nav .navbar-nav li.active > a {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f39802;
  color: #fff;
}
.navbar-default #main_nav .navbar-right {
  margin-right: 40px;
}
.navbar-default.affix {
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
.navbar-default.style2 #main_nav {
  padding: 7.5px 0px;
}
@media (max-width: 991px) {
  .navbar-default.style2 #main_nav {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .navbar-default.style2 .navbar-header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .navbar-default.style2 .offcanvas-toggler {
    float: right;
  }
}

.offcanvas-menu {
  width: 280px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -10;
  padding: 20px 0;
  overflow-y: scroll;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.offcanvas-menu.open {
  z-index: 10000;
  opacity: 1;
}
.offcanvas-menu .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  padding: 0 20px;
  letter-spacing: 4px;
}

.offcanvas_closer {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -10;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.offcanvas_closer.open {
  z-index: 9999;
  opacity: 1;
}

.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #000;
  border: 2px solid #eee;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

#offcanvas-inner-menu li a {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 20px;
  margin: 0 0 -1px;
  line-height: 36px;
  color: #000;
}
#offcanvas-inner-menu li a:hover, #offcanvas-inner-menu li a:focus {
  background-color: #f39802;
  color: #fff;
}
#offcanvas-inner-menu li.dropdown > a:before {
  content: "\f107";
  display: block;
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0 6px 0 20px;
  line-height: 36px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#offcanvas-inner-menu li .dropdown-menu {
  position: relative;
  width: 100%;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 20px;
}
#offcanvas-inner-menu li .dropdown-menu li a {
  line-height: 24px;
  border-top-style: dotted;
  border-bottom-style: dotted;
}
#offcanvas-inner-menu li .dropdown-menu li a:before {
  line-height: 24px;
}
#offcanvas-inner-menu li .dropdown-menu li a:hover, #offcanvas-inner-menu li .dropdown-menu li a:focus {
  background: #f5f5f5;
  color: #f39802;
}
#offcanvas-inner-menu li .dropdown-menu li:first-child a {
  border-top: 0;
}
#offcanvas-inner-menu li .dropdown-menu li:last-child a {
  border-bottom: 0;
}
#offcanvas-inner-menu li .dropdown-menu li .dropdown-menu li a {
  background: #f39802;
}
#offcanvas-inner-menu li .dropdown-menu li .dropdown-menu li a:hover, #offcanvas-inner-menu li .dropdown-menu li .dropdown-menu li a:focus {
  color: #fff;
}
#offcanvas-inner-menu li.open > a {
  background-color: #f5f5f5;
  color: #f39802;
}
#offcanvas-inner-menu li.active > a {
  background-color: #f39802;
  color: #fff;
}

.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .form-control, form#login-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f39802;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li input[type="checkbox"], form#login-form input[type="checkbox"] {
  margin-left: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .input-group-addon, form#login-form .input-group-addon {
  background-color: #f39802;
  color: #fff;
  border-color: #f39802;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 6px 12px;
}

.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery, .flickGallery, .flickGallery_footer {
  margin: 0 -1px;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li, .flickGallery li, .flickGallery_footer li {
  float: left;
  width: 25%;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li + li, .flickGallery li + li, .flickGallery_footer li + li {
  margin-bottom: 0;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a, .flickGallery li a, .flickGallery_footer li a {
  display: block;
  padding: 0.25px 0.5px;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
  position: relative;
  color: #fff;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a:after, .flickGallery li a:after, .flickGallery_footer li a:after {
  content: '+';
  position: absolute;
  display: block;
  top: 0.25px;
  bottom: 0.25px;
  left: 0.5px;
  right: 0.5px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 63.5px;
  font-size: 24px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a:hover, .navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a:focus, .flickGallery li a:hover, .flickGallery li a:focus, .flickGallery_footer li a:hover, .flickGallery_footer li a:focus {
  background: none;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a:hover:after, .navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a:focus:after, .flickGallery li a:hover:after, .flickGallery li a:focus:after, .flickGallery_footer li a:hover:after, .flickGallery_footer li a:focus:after {
  opacity: 1;
}
.navbar-default #main_nav .navbar-nav li.dropdown.mega-dropdown .mega-drop li .flickGallery li a img, .flickGallery li a img, .flickGallery_footer li a img {
  max-width: 100%;
}

.flickGallery_footer {
  margin: 0 -1px;
  padding: 0;
}

@media (max-width: 767px) {
  .bottom4 {
    width: 320px;
  }
}

/*=========header2==========*/
.header-top-bar {
  background: #f39802;
  color: #ffffff;
  padding: 8px 0;
}
.header-top-bar p {
  line-height: 33px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .header-top-bar .social-icons {
    float: left;
  }
}
.header-top-bar .social-icons li {
  float: left;
}
.header-top-bar .social-icons li a {
  border-color: #fff;
  border-width: 1.5px;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 32px;
}

.navbar-form {
  margin: 0 -15px 0 0;
}
.navbar-form .form-control {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 12px;
  height: 34px;
  width: 206px;
  border: 1px solid #f39802;
}
.navbar-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.navbar-form span {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}
.navbar-form button {
  background: #f39802;
  color: #fff;
  padding: 6px 12px;
  height: 34px;
  line-height: 22px;
  text-transform: capitalize;
  margin: 0;
  border: none;
  border-radius: 0 3px 3px 0;
}

.header-transparent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  z-index: 9999;
  padding: 25px 0;
  height: 100px;
}
@media (max-width: 767px) {
  .header-transparent {
    padding: 25px;
  }
}
.header-transparent.style2 {
  background: rgba(255, 255, 255, 0.1);
}
.header-transparent.navbar-default #main_nav .navbar-nav li a {
  color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
}
.header-transparent.navbar-default .offcanvas-toggler {
  color: #fff;
}

.navbar.navbar-default.header-transparent.affix {
  padding: 4px 0px;
  height: 61px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0px;
}
.navbar.navbar-default.header-transparent.affix.navbar-default #main_nav {
  padding-top: 9px;
}
.navbar.navbar-default.header-transparent.affix.navbar-default #main_nav .navbar-nav li a {
  color: #000;
  -webkit-transition: inherit;
  transition: inherit;
}
.navbar.navbar-default.header-transparent.affix.navbar-default #main_nav .navbar-nav .active a {
  color: white;
}
.navbar.navbar-default.header-transparent.affix.navbar-default .offcanvas-toggler {
  color: #000;
}

footer{
	overflow: hidden;
}

/*-----------------------*/
.sp-bottom-info {
  background-image: url("../images/world-map-dark.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  background-color: #202427;
  color: #ffffff;
}
.sp-bottom-info .container {
  padding: 50px 0;
  border-bottom: 1px solid #555;
}
.sp-bottom-info .logo-bottom {
  float: left;
  border-right: 1px solid #999;
  margin-right: 30px;
  margin-bottom: 0;
  line-height: 40px;
  height: 55px;
  padding-top: 5px;
  padding-right: 30px;
}
@media (max-width: 543px) {
  .sp-bottom-info .logo-bottom {
    float: none;
    border: none;
  }
}
.sp-bottom-info .bottom-info {
  margin-bottom: 0;
  height: 55px;
  color: #999;
}
@media (max-width: 543px) {
  .sp-bottom-info .bottom-info {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .sp-bottom-info .position1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sp-bottom-info .position1 {
    padding: 0px 30px 35px;
  }
}
@media (max-width: 543px) {
  .sp-bottom-info .position1 {
    padding: 0px 30px 25px;
  }
}
@media (max-width: 991px) {
  .sp-bottom-info .position1 ul {
    float: left;
    margin-top: 20px;
  }
}

.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
.social-icons li {
  display: inline-block;
  margin: 0 3px;
}
.social-icons li a {
  border: 1px solid #999;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #999;
}
@media (max-width: 543px) {
  .social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.social-icons li a:hover, .social-icons li a:focus {
  border-color: #fff;
  background: #fff;
  color: #f39802;
}

.sp-bottom {
  background-image: url("../images/world-map-dark.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  background-color: #202427;
  color: #e3e3e3;
  padding: 70px 0px;
}
.sp-bottom .sp-module-title {
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 20px;
}
.sp-bottom .textwidget p {
  color: #999;
}
.sp-bottom .textwidget p a {
  color: #999;
}
.sp-bottom .textwidget p i {
  margin-right: 10px;
  color: #f39802;
}

.tagspopular ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tagspopular ul li {
  display: inline-block;
}
.tagspopular ul li a {
  display: block;
  border: 1px solid #999;
  padding: 0 15px;
  border-radius: 30px;
  color: #999;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 30px;
  margin-right: 5px;
}
.tagspopular ul li a:hover, .tagspopular ul li a:focus {
  border-color: #fff;
  background: #fff;
  color: #f39802;
}

.copyright_row {
  padding: 20px 0;
  background: #1e2124;
  color: #fff;
}
.copyright_row i {
  color: #f39802;
}

/*-----------------------*/
.featured_clients {
  padding: 0 0 90px 0;
}
.featured_clients a {
  display: inline-block;
  line-height: 95px;
}
.featured_clients img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  opacity: 0.7;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.featured_clients a:hover img {
  opacity: 1;
}

/*-----------------------*/
.error_404.row {
  height: 100vh;
  width: 100vw;
}
.error_404.row .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.error_404.row .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error_404.row .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error_404.row .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}

/*-----------------------*/
.comingsoon_wrap {
  height: 100vh;
  color: #fff;
  background: #f39802;
}

.sp-comingsoon-title {
  margin-top: 130px;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}

.sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}

.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
@media (max-width: 767px) {
  .sp-comingsoon .days,
  .sp-comingsoon .hours,
  .sp-comingsoon .minutes,
  .sp-comingsoon .seconds {
    margin: 40px 15px;
    width: 20%;
  }
}
@media (max-width: 600px) {
  .sp-comingsoon .days,
  .sp-comingsoon .hours,
  .sp-comingsoon .minutes,
  .sp-comingsoon .seconds {
    width: 15%;
  }
}

.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    width: 80px;
    height: 85px;
    font-size: 30px;
    line-height: 80px;
  }
}

.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}

.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}

.sp-comingsoon .social-icons li a {
  color: #fff;
  font-size: 24px;
}

.sp-comingsoon .social-icons li a:hover {
  color: #f39802;
}

/*-----------------------*/
.testimonial_row {
  padding: 100px 0px;
  color: #fff;
  background: url("../images/shutterstock_63211588.jpg") no-repeat fixed left 34px;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.testimonial_row:after {
  display: block;
  position: absolute;
  height: 100%;
  background: rgba(17, 147, 212, 0.9);
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
}
.testimonial_row .container {
  position: relative;
  z-index: 2;
}
.testimonial_row .testimonial-pro {
  max-width: 798px;
  margin: 0 auto;
}
.testimonial_row .testimonial-pro .item {
  padding: 0;
}
.testimonial_row .testimonial-pro .item .avatar {
  width: 100px;
  height: auto;
  border: 1px solid #fff;
  padding: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.testimonial_row .testimonial-pro .item .testimonial-message {
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .testimonial_row .testimonial-pro .item .testimonial-message {
    padding: 0px 50px;
  }
}
.testimonial_row .testimonial-pro .item .testimonial-client {
  margin-bottom: 10px;
}
.testimonial_row .testimonial-pro .item .testimonial-client p {
  font-weight: bold;
}
.testimonial_row .carousel-control {
  border: 1px solid #fff;
  color: #fff;
  line-height: 30px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  background: none;
  opacity: 1;
  text-shadow: none;
}
.testimonial_row .carousel-control.left {
  left: -60px;
}
@media (max-width: 991px) {
  .testimonial_row .carousel-control.left {
    left: 5px;
  }
}
.testimonial_row .carousel-control.right {
  right: -60px;
}
@media (max-width: 991px) {
  .testimonial_row .carousel-control.right {
    right: 5px;
  }
}
.testimonial_row .carousel-control:hover, .testimonial_row .carousel-control:focus {
  background: #fff;
  color: #f39802;
}
.testimonial_row .carousel-indicators {
  bottom: -50px;
}

/*-----------------------*/
.from_blog {
  padding: 100px 0;
  background: #fafafa;
}
@media (max-width: 767px) {
  .from_blog .article + .article {
    margin-top: 30px;
  }
}
.from_blog .blog_content {
  border: 1px solid #f1f1f1;
  padding: 25px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .from_blog .blog_content {
    padding: 25px 5px 25px 10px;
  }
}
@media (max-width: 767px) {
  .from_blog .blog_content {
    padding: 25px;
  }
}
.from_blog .blog_content h3 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.3;
}
.from_blog .blog_content h3 a {
  color: #000;
}
.from_blog .blog_content h3 a:hover {
  color: #f39802;
}
.from_blog .blog_content .article-meta {
  margin: -5px -5px 5px;
}
.from_blog .blog_content .article-meta span {
  margin: 5px;
  color: #888;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
}
.from_blog .blog_content a {
  color: #f39802;
}
.from_blog .blog_content a:hover {
  color: #0d72a5;
}

.section_heading {
  margin-bottom: 50px;
}
.section_heading h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.title-subheading {
  max-width: 77%;
  margin: 0 auto;
}

.latest-blog .post-tittle:after {
  display: block;
}
.latest-blog h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.latest-blog h2:after {
  display: none;
}
.latest-blog .title-subheading {
  margin-bottom: 50px;
  font-size: 14px;
}
.latest-blog .posts {
  font-weight: 400;
  letter-spacing: 5px;
}

/*======index-agency=====*/
.section_blog {
  margin-bottom: 50px;
}
.section_blog .title-heading {
  font-weight: 300;
  margin-bottom: 50px;
}

/*-----------------------*/
.purchaseBox {
  border-bottom: 1px solid #eee;
}
.purchaseBox .content-holder {
  padding: 120px 50px 120px 0px;
  width: 555px;
  float: right;
}
@media (max-width: 1199px) {
  .purchaseBox .content-holder {
    width: 100%;
    float: left;
  }
}
@media (max-width: 767px) {
  .purchaseBox .content-holder {
    padding: 50px 0;
    float: none;
  }
}
.purchaseBox .content-holder .content-title {
  margin: 20px 0 50px;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
}
.purchaseBox .content-holder .content-title:after {
  background-color: #f39802;
  content: "";
  height: 2px;
  left: 0%;
  -webkit-transform: translate(0%);
  -ms-transform: translate(0%);
  transform: translate(0%);
  position: absolute;
  bottom: -25px;
  width: 40px;
  display: block;
}
.purchaseBox .content-holder p {
  margin-bottom: 40px;
}

.half-purchaseBox + .half-purchaseBox {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/shutterstock_264940502.jpg) no-repeat scroll 100% center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 1199px) {
  .half-purchaseBox + .half-purchaseBox {
    height: 736px;
  }
}
@media (max-width: 767px) {
  .half-purchaseBox + .half-purchaseBox {
    height: 533px;
    position: inherit;
    width: 100%;
    left: 0;
  }
}
@media (max-width: 500px) {
  .half-purchaseBox + .half-purchaseBox {
    height: 400px;
  }
}
@media (max-width: 400px) {
  .half-purchaseBox + .half-purchaseBox {
    height: 300px;
  }
}

.half-probiz-best {
  position: absolute;
  left: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  background: url(../images/about_bg.jpg) no-repeat scroll 100% center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 1199px) {
  .half-probiz-best {
    position: relative;
    width: 100%;
    height: 799px;
  }
}
@media (max-width: 767px) {
  .half-probiz-best {
    height: 533px;
  }
}
@media (max-width: 500px) {
  .half-probiz-best {
    height: 400px;
  }
}
@media (max-width: 400px) {
  .half-probiz-best {
    height: 300px;
  }
}

.purchaseBox .purchasebox2 {
  float: right;
}
.purchaseBox .purchasebox2 .content-holder {
  padding-left: 0px;
}
@media (max-width: 1199px) {
  .purchaseBox .purchasebox2 .content-holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .purchaseBox .purchasebox2 {
    float: none;
    width: 100%;
  }
}

/*-----------------------*/
.main_features {
  padding: 100px 0;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}
.main_features .feature{
	margin-bottom: 50px;
}
.main_features .feature .media .media-left {
  padding-right: 15px;
}
.main_features .feature .media .media-left span {
  width: 38px;
  padding-left: 2px;
  text-align: center;
  display: block;
  color: #f39802;
  font-size: 36px;
  line-height: 36px;
}
.main_features .feature .media .media-body h4 {
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
}

/*-----------------------*/
.sp-page-title {
  background: #f39802;
  padding: 40px 0;
}
.sp-page-title h2 {
  font-size: 24px;
  letter-spacing: 2px;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}
.sp-page-title h2, .sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  float: left;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  float: right;
  margin: 0;
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li {
  color: #fff;
  text-transform: capitalize;
}
.sp-page-title .breadcrumb > li a {
  color: #fff;
}
.sp-page-title .breadcrumb > li + li:before {
  color: #fff;
}
.sp-page-title .breadcrumb > li.active {
  color: rgba(255, 255, 255, 0.8);
}

/*-----------------------*/
.contact-area {
  padding: 50px 0;
}

.contact-info .additional-info {
  margin: 0;
  padding: 0;
}
.contact-info .additional-info li a {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #444;
  padding: 0;
  display: inline-block;
}
.contact-info .additional-info li a i {
  margin-right: 10px;
  color: #f39802;
}
@media (max-width: 991px) {
  .contact-info .additional-info li a i {
    float: left;
    line-height: 27px;
  }
}
.contact-info .additional-info li a:hover, .contact-info .additional-info li a:focus {
  background: none;
}
.contact-info .additional-info li + li {
  padding-top: 12px;
}

.contact-title {
  margin-bottom: 20px;
  color: #000000;
}
.contact-title h3 {
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1.3;
}

.social-icon {
  margin-top: 60px;
}
.social-icon li {
  float: left;
  padding: 0;
}
.social-icon li + li {
  margin-left: 10px;
}
.social-icon li a {
  border: 1px solid #428bca;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  padding: 0 8px;
  font-size: 13px;
  text-align: center;
  color: #428bca;
  line-height: 32px;
}
.social-icon li a:hover {
  background-color: #f39802;
  color: #fff;
  border-color: #f39802;
}

.contact-form .form-group.name {
  width: 50%;
  padding-right: 10px;
  float: left;
}
.contact-form .form-group.email {
  width: 50%;
  padding-left: 10px;
  float: left;
}
.contact-form .form-control {
  border-radius: 3px;
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
}
.contact-form .form-control:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.contact-form .btn {
  border-radius: 30px;
  padding: 8px 35px;
  font-weight: 600;
  font-size: inherit;
  line-height: 26px;
}

#mapBox {
  height: 450px;
}

/*-----------------------*/
.sp-main-body {
  background: #fafafa;
  padding: 100px 0;
}

@media (max-width: 991px) {
  .blog-area {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .blog-area .gallery {
    width: 298px;
  }
}
@media (max-width: 504px) {
  .blog-area .gallery {
    width: 246px;
  }
}

.items-leading .item {
  background: #fff;
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}
.items-leading .item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.items-leading .item .blog-content {
  padding: 40px 40px;
}
@media (max-width: 504px) {
  .items-leading .item .blog-content {
    padding: 40px 20px;
  }
}
.items-leading .entry-header {
  margin-left: 68px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 504px) {
  .items-leading .entry-header {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.items-leading .entry-header h2 {
  margin: 8px 0 0;
}
.items-leading .entry-header h2 a {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #000;
}
.items-leading .entry-header h2 a:hover {
  color: #f39802;
}
.items-leading .post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
  color: #f39802;
  border: 1px solid #f39802;
}
@media (max-width: 504px) {
  .items-leading .post-format {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
}
.items-leading .article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.items-leading .article-info dd {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0;
  padding: 0 8px;
  border-right: 1px solid #ddd;
}
@media (max-width: 504px) {
  .items-leading .article-info dd {
    display: block;
    margin-bottom: 10px;
    border: 0;
  }
}
.items-leading .article-info dd i {
  margin-right: 3px;
  color: #666;
}
.items-leading .article-info dd:last-child {
  border: none;
}
.items-leading .readmore {
  margin-top: 30px;
}

.items-more ol li a:hover {
  color: #23527c;
}

.module {
  background: #fff;
  padding: 40px;
  border: 1px solid #eee;
  margin-top: 30px;
}
@media (max-width: 504px) {
  .module {
    padding: 40px 20px;
  }
}
.module:first-child {
  margin-top: 0;
}
.module h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.module .module-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.module .module-title {
  margin: 0 0 20px;
}
.module .categories-module {
  margin: 0;
  padding: 0;
  list-style: none;
}
.module .categories-module li {
  border-bottom: 1px solid #e8e8e8;
  padding: 2px 0;
}
.module .categories-module li a {
  line-height: 36px;
  padding: 2px 0;
  color: #000;
}
.module .categories-module li a:hover {
  color: #f39802;
}
.module .categories-module li:last-child {
  border-bottom: none;
}
.module .tagspopular li a:hover {
  background: #f39802;
  color: #fff;
}
.module .flickGallery {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.module .latestnews .latest-info {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
  font-style: italic;
}
.module .latestnews .latest-info a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.module .latestnews .latest-info a:hover {
  color: #f39802;
}
.module .latestnews .latest-info span {
  margin-right: 10px;
}

/*-----------------------*/
.work-main-body {
  padding-top: 100px;
  padding-bottom: 70px;
}

.simpleportfolio-filter {
  text-align: center;
  margin-bottom: 30px;
}
.simpleportfolio-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.simpleportfolio-filter ul li {
  float: left;
  display: block;
  margin: 0 5px;
  display: block;
  padding: 5px 10px;
  background-color: transparent;
  color: #777;
  letter-spacing: 2px;
  cursor: pointer;
}
.simpleportfolio-filter ul li.active, .simpleportfolio-filter ul li:hover {
  color: #f39802;
  text-decoration: underline;
}

.simpleportfolio-items .simpleportfolio-item {
  position: relative;
  overflow: hidden;
}
.simpleportfolio-items .simpleportfolio-item img {
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@media (max-width: 767px) {
  .simpleportfolio-items .simpleportfolio-item img {
    width: 100%;
  }
}
.simpleportfolio-items .simpleportfolio-item .overlay {
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(17, 147, 212, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle {
  display: table;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle .simpleportfolio-btns a {
  padding: 7px 12px;
  margin: 3px;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  font-weight: normal;
  color: #f39802;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  display: inline-block;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle h3 {
  margin-top: 10px;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin-bottom: 0;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle h3 a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.simpleportfolio-items .simpleportfolio-item .vertical-middle .simpleportfolio-tags {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 1;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.simpleportfolio-items .simpleportfolio-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.simpleportfolio-items .simpleportfolio-item:hover .overlay {
  opacity: 1;
}
.simpleportfolio-items .simpleportfolio-item:hover .simpleportfolio-btns a {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.simpleportfolio-items .simpleportfolio-item:hover .simpleportfolio-btns a:hover {
  background: transparent;
  color: #fff;
}
.simpleportfolio-items .simpleportfolio-item:hover h3 {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.simpleportfolio-items .simpleportfolio-item:hover .simpleportfolio-tags {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.simpleportfolio-items .simpleportfolio-columns-3 {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .simpleportfolio-items .simpleportfolio-columns-3 {
    width: 100%;
  }
}

.mfp-figure figure {
  padding: 25px 25px 0;
  display: inline-block;
  background: #fff;
  border-bottom: 25px solid transparent;
  overflow: auto;
}

img.mfp-img {
  padding: 0;
}

.mfp-image-holder .mfp-close {
  top: -8px;
  right: 0;
  cursor: pointer !important;
  color: #000;
}

.single-work-body {
  padding: 100px 0;
}
.single-work-body .simpleportfolio-image {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single-work-body .simpleportfolio-image img {
    max-width: 100%;
  }
}
.single-work-body .simpleportfolio-description {
  font-family: Open Sans, sans-serif;
}
.single-work-body .simpleportfolio-description h2 {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 5px;
  margin-top: 0;
}

.simpleportfolio-created {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.simpleportfolio-created h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.simpleportfolio-link .link {
  padding: 7px 13px;
  border-radius: 2px;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 0;
}
.simpleportfolio-link .link:hover {
  border-color: #0b628d;
  background-color: #0d72a5;
}

/*=====header1-page-portfolio-css====*/
.portfolio-area {
  padding: 100px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.portfolio-area .simpleportfolio-columns-3 {
  padding: 0;
  margin-bottom: 0;
}
.portfolio-area .simpleportfolio-columns-3 .simpleportfolio-item {
  margin-right: 1px;
  margin-bottom: 1px;
}

/*=======corporate-portfolio=======*/
.corporate-portfolio {
  padding-bottom: 0;
  border-bottom: none;
  overflow: hidden;
}
.corporate-portfolio .simpleportfolio-items {
  margin-bottom: 0;
}

/*=====index-agency css======*/
.style2 {
  background: #fafafa;
}

/*-----------------------*/
.template-area {
  -webkit-background-size: cover;
  background-size: cover;
  padding: 100px 0 50px;
  background-attachment: fixed;
  position: relative;
}
.template-area:after {
  position: absolute;
  height: 100%;
  background: rgba(243, 152, 2, 0.9);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}

.template {
  text-align: center;
  color: #fff;
  z-index: 1;
  margin-bottom: 0px;
}

.template-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 400;
}

.template-title-subheading {
  max-width: 80%;
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
}

.basic-section-template {
  background: #f1f1f1;
  padding: 100px 0;
}
.basic-section-template .section-title {
  text-align: center;
}

.title-heading {
  font-size: 25px;
  font-weight: 400;
  color: #000;
  letter-spacing: 5px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 100px;
  margin-top: 0;
  position: relative;
  text-align: center;
}
@media (max-width: 338px) {
  .title-heading {
    letter-spacing: 2px;
  }
}
.title-heading:after {
  background-color: #f39802;
  content: "";
  height: 2px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  position: relative;
  display: block;
  margin-top: 18px;
  width: 40px;
}

.row-section {
  background: #fafafa;
  text-align: center;
  padding: 100px 0;
}
.row-section .row-img {
  display: inline-block;
}

/*-----------------------*/
.layout-section {
  padding: 100px 0;
}
.layout-section .layout-text-left {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .layout-section .layout-text-left {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .layout-section .layout-text-left {
    margin-bottom: 30px;
  }
}
.layout-section .layout-text-left h1 {
  color: #000000;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  margin-top: 0;
}
@media (max-width: 991px) {
  .layout-section .layout-text-left h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.layout-section .layout-text-left p {
  font-size: 18px;
  line-height: 26px;
}
.layout-section .layout-text-left .learn {
  border: 2px solid #f39802;
  margin-top: 30px;
}
.layout-section .layout-text-left .learn:hover {
  background: transparent;
  color: #f39802;
}

.module-area {
  background: #fff;
  text-align: center;
  padding: 100px 0;
}

/*-----------------------*/
.page-builder {
  background: #f39802;
  padding: 100px 0;
  color: #ffffff;
}
.page-builder .builder-content {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .page-builder .builder-content {
    padding-bottom: 30px;
  }
}
.page-builder .builder-content h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
}
.page-builder .builder-content .button {
  background-color: #fff;
  color: #f39802;
  border: none;
  margin-top: 37px;
}
.page-builder .builder-content .button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.page-builder .builder-video iframe {
  width: 100%;
  height: 312px;
  border: none;
}

.layout-page-area {
  text-align: center;
  padding: 100px 0;
}
.layout-page-area .section-title .title-heading {
  margin-bottom: 45px;
}
.layout-page-area .section-title p {
  margin-bottom: 50px;
}

/*-----------------------*/
.meet-team-area {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.meet-team-area:after {
  position: absolute;
  height: 100%;
  background: rgba(243, 152, 2, 0.88);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}
.meet-team-area video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: -1;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .meet-team-area video {
    width: 850px;
  }
}

.board-area h2 {
  font-weight: 300;
}

@media (max-width: 767px) {
  .dedicated-team + .dedicated-team {
    margin-top: 30px;
  }
}

.board-content {
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  padding: 15px;
  background: #fff;
  text-align: left;
}
.board-content + .board-content {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .board-content + .board-content {
    margin-bottom: 30px;
  }
}
.board-content img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .board-content img {
    width: 100%;
  }
}
.board-content img:hover {
  background: #fff;
  opacity: 0.8;
}
.board-content .board-text {
  padding: 20px 10px 0px 15px;
}
@media (max-width: 1199px) {
  .board-content .board-text {
    padding: 20px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .board-content .board-text {
    padding: 20px 10px 0px 15px;
  }
}
.board-content h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 18px;
}
.board-content h4 small {
  font-size: 11px;
  color: #888;
  font-style: italic;
}
.board-content .person-social {
  list-style: none;
  display: block;
  padding: 5px 0px 0px;
  margin: 0;
}
.board-content .person-social li {
  display: inline-block;
  margin: 3px;
}
@media (max-width: 991px) {
  .board-content .person-social li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .board-content .person-social li {
    margin: 3px;
  }
}
.board-content .person-social li a {
  font-size: 13px;
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #999;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
}
.board-content .person-social li a:hover {
  background: #f39802;
  color: #fff;
  border-color: #f39802;
}
.board-content:hover {
  -webkit-box-shadow: 1px 1px 2px 0px #f1f1f1;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.investor-area {
  padding: 100px 0;
  background: #fafafa;
}
@media (max-width: 991px) {
  .investor-area {
    padding-bottom: 70px;
  }
}
.investor-area + .investor-area {
  border-top: 1px solid #eee;
}
.investor-area .dedicated-team {
  margin-bottom: 30px;
}

.dedicated-area {
  padding: 100px 0;
  background: #fafafa;
}

/*-----------------------*/
.pricing-area {
  background: #f8f8f8;
  padding: 100px 0;
  border-bottom: 1px solid #eee;
}
.pricing-area + .pricing-area {
  border-bottom: none;
}
.pricing-area h2 {
  text-align: center;
}

.pricing-body {
  padding: 0 0 50px 0;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  border: 1px solid #eee;
}
@media (max-width: 767px) {
  .pricing-body {
    margin-top: 30px;
  }
}
.pricing-body .pricing-header {
  background: #f39802;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.pricing-body .pricing-header h4 {
  margin: 0;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 100px;
  text-transform: uppercase;
}
.pricing-body .pricing-features {
  margin-top: 70px;
}
.pricing-body .pricing-features span {
  font-size: 65px;
}
.pricing-body .pricing-features .pricing-list {
  margin: 0;
  padding: 60px 0px 20px 0px;
  list-style: none;
}
.pricing-body .pricing-features .pricing-list li {
  display: block;
  padding: 5px 0;
}
.pricing-body .pricing-features .btn-default {
  background: transparent;
  color: #f39802;
}
.pricing-body .pricing-features .btn-default:hover {
  background: #f39802;
  color: #fff;
}
.pricing-body .pricing-features .active {
  background: #f39802;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pricing-body .pricing-features .active:hover {
  background: transparent;
  color: #f39802;
  border-color: #f39802;
}

.middle {
  border: 1px solid #f39802;
}
.middle span {
  color: #f39802;
}

.header-pricing {
  padding: 100px 0;
  background-color: #fafafa;
}
.header-pricing h2 {
  font-weight: 600;
}

/*-----------------------*/
.promo-section {
  padding: 100px 0px 50px;
}
.promo-section .promo-content {
  margin-bottom: 60px;
}
.promo-section .promo-content span {
  display: inline-block;
  text-align: center;
  color: #f39802;
  font-size: 40px;
  line-height: 40px;
}
.promo-section .promo-content h3 {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: block;
  margin-top: 26px;
}
.promo-section .promo-content h3:hover {
  color: #f39802;
}
.promo-section .promo-content p {
  padding-top: 5px;
}

.work-process-area {
  overflow: hidden;
}
.work-process-area .work-01 {
  background: rgba(17, 147, 212, 0.8);
}
.work-process-area .work-02 {
  background: rgba(17, 147, 212, 0.9);
}
.work-process-area .work-03 {
  background: #f39802;
}
.work-process-area .work-process {
  padding: 70px;
  color: #fff;
}
@media (max-width: 1199px) {
  .work-process-area .work-process {
    padding: 70px 40px;
  }
}
.work-process-area .work-process h3 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .work-process-area .work-process h3 {
    font-size: 20px;
    line-height: 21px;
  }
}
.work-process-area .work-process p {
  margin-bottom: 50px;
}
.work-process-area .work-title {
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
}

.portfolio-section {
  background: #fafafa;
  padding: 100px 0px 90px;
  border-bottom: 0 solid #eee;
}
@media (max-width: 767px) {
  .portfolio-section .portfolio-gallery {
    margin-top: 30px;
  }
}
.portfolio-section .portfolio-gallery .portfolio-image {
  position: relative;
  cursor: pointer;
}
.portfolio-section .portfolio-gallery .portfolio-image:after {
  content: "+";
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  font-size: 65px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  opacity: 0;
}
.portfolio-section .portfolio-gallery .portfolio-image:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(17, 147, 212, 0.9);
  position: absolute;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  opacity: 0;
}
.portfolio-section .portfolio-gallery .portfolio-image:hover:before, .portfolio-section .portfolio-gallery .portfolio-image:hover:after {
  opacity: 1;
}
.portfolio-section .addon-text h3 {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 4px;
}

.carousel .carousel-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.carousel .carousel-control:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.addon-features {
  background: #fff;
}

.sppb-section {
  padding: 50px 0px 40px;
  color: #ffffff;
  background-color: #f39802;
}
@media (max-width: 1099px) {
  .sppb-section .sppb-addon {
    width: 100%;
  }
}
.sppb-section .sppb-addon h2 {
  margin: 0;
  color: #ffffff;
  font-size: 35px;
  line-height: 42px;
  font-weight: 300;
}
@media (max-width: 1099px) {
  .sppb-section .sppb-addon h2 {
    font-size: 33px;
  }
}
@media (max-width: 1099px) {
  .sppb-section .button-info {
    width: 30%;
    margin-top: 5px;
  }
}
.sppb-section .btn-success {
  background: #fff;
  color: #f39802;
  border: none;
  padding: 0px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 45px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  margin: 5px;
}
.sppb-section .btn-success:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.btn.btn-info {
  background: none;
  padding: 0;
  color: #f39802;
  border: none;
  letter-spacing: 0;
}
.btn.btn-info i {
  margin-left: 5px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.btn.btn-info:hover i {
  margin-left: 10px;
}

/*-----------------------*/
.company-overview {
  padding: 50px 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .company-overview .company-content {
    padding-top: 30px;
  }
}
.company-overview .company-content h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}
.company-overview .company-content p {
  margin-bottom: 30px;
}
.company-overview .company-content .btn-default {
  margin-top: 20px;
}

.info-list li {
  margin-bottom: 10px;
}
.info-list li i {
  color: #f39802;
  width: 25px;
  line-height: 27px;
  float: left;
}

.we-do-section {
  padding: 50px 0;
}
.we-do-section h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.we-do-section .about-tittle {
  font-weight: 600;
}
.we-do-section .social-icon {
  margin-top: 34px;
}
@media (max-width: 767px) {
  .we-do-section .we-do {
    margin-top: 30px;
  }
}
.we-do-section .we-do .we-do-list li {
  padding-bottom: 6px;
}
.we-do-section .we-do .we-do-list li i {
  color: #f39802;
  font-size: 13px;
  line-height: 29px;
  width: 30px;
  height: auto;
  float: left;
}
@media (max-width: 767px) {
  .we-do-section .progress-element {
    margin-top: 30px;
  }
}
.we-do-section .progress-element .progress {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 3px;
  overflow: visible;
  margin: 0;
}
.we-do-section .progress-element .progress-bar {
  background: #f39802;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.we-do-section .progress-element .progress-element {
  text-align: left;
}
.we-do-section .progress-element p {
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
}

.theme-features-area {
  padding: 100px 0 0;
  background: #fafafa;
}
.theme-features-area h3 {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.theme-features-area .media {
  margin-top: 60px;
}
.theme-features-area .media .media-left {
  margin-left: 15px;
}
.theme-features-area .media .media-left i {
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #f39802;
  border: 2px solid #f39802;
  border-radius: 50px;
  font-size: 20px;
  line-height: 20px;
}
.theme-features-area .media:hover i {
  background: #f39802;
}
.theme-features-area .features {
  text-align: right;
}
.theme-features-area .pull-left {
  margin-left: 0;
  margin-right: 15px;
}

.circle-progressbar-area {
  padding: 100px 0;
  background: url("../images/blur-bg.jpg") no-repeat scroll 100% 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
.circle-progressbar-area h2 {
  color: #fff;
}
.circle-progressbar-area .pie-progressbar {
  text-align: center;
}
.circle-progressbar-area .pie-progressbar .pie-chart {
  position: relative;
}
.circle-progressbar-area .pie-progressbar h4 {
  font-size: 20px;
}

.chart-percent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
}

/*-----------------------*/
.web-banner {
  padding: 150px 0px;
  color: white;
  background: url("../images/slider_03.jpg") no-repeat scroll 100% 0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
}
.web-banner:after {
  position: absolute;
  height: 100%;
  background-color: rgba(23, 22, 33, 0.6);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}
.web-banner .slider-button .sppb-btn {
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
}
.web-banner .slider-button .btn-success {
  border: none;
}

.expreence-slider {
  padding: 150px 0px;
  color: white;
  background: url("../images/background-55.jpg") no-repeat scroll 100% 0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
}
.expreence-slider:after {
  position: absolute;
  height: 100%;
  background-color: rgba(23, 22, 33, 0.6);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}

.slider {
  z-index: 1;
}
.slider h2 {
  font-size: 80px;
  line-height: 100px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .slider h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .slider h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.slider .sppb-btn {
  margin: 5px;
}
.slider .slider-button {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .slider .slider-button {
    margin-top: 20px;
  }
}
.slider .btn-success {
  color: #f39802;
  background: #fff;
  border-color: #fff;
}
.slider .btn-success:hover {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

.style-3 {
  padding: 250px 0px 150px;
}

.web-banner-slide {
  color: white;
  background: url("../images/desk1.jpg") no-repeat scroll 100% 0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
}
.web-banner-slide:after {
  position: absolute;
  height: 100%;
  background-color: rgba(23, 22, 33, 0.6);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}

.inner {
  font-size: 25px;
}

/*-----------------------*/
.tab-section {
  padding: 100px 0 0;
  background: #fafafa;
}
.tab-section .tab-container {
  margin-top: 50px;
}
.tab-section .tab-container .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.tab-section .tab-container .panel .panel-heading {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tab-section .tab-container .panel .panel-heading .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  line-height: 26px;
}
.tab-section .tab-container .panel .panel-heading .panel-title a {
  display: block;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  color: #f39802;
}
@media (max-width: 350px) {
  .tab-section .tab-container .panel .panel-heading .panel-title a {
    padding: 10px 10px 10px 15px;
  }
}
.tab-section .tab-container .panel .panel-heading .panel-title a:hover {
  color: none;
}
.tab-section .tab-container .panel .panel-heading .panel-title a:focus {
  color: #f39802;
}
.tab-section .tab-container .panel .panel-heading .panel-title a i {
  margin-right: 10px;
}
@media (max-width: 350px) {
  .tab-section .tab-container .panel .panel-heading .panel-title a i {
    margin-right: 0px;
  }
}
.tab-section .tab-container .panel .panel-heading .panel-title a.collapsed {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333;
}
.tab-section .tab-container .panel .panel-body {
  border: none;
  padding: 15px 35px;
}
@media (max-width: 767px) {
  .tab-section .tab-container .panel .panel-body {
    padding: 15px;
  }
}

/*-----------------------*/
.working-feature {
  padding: 90px  0px 90px 0px;
  border: 0px solid #eee;
}

@media (max-width: 767px) {
  .feature-info {
    margin-bottom: 10px;
  }
}
.feature-info + .media {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .feature-info + .media {
    margin-top: 0px;
  }
}
.feature-info .media-left i {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px;
  color: #f39802;
  border-style: solid;
  border-color: #f39802;
  border-width: 2px;
  border-radius: 50px;
  font-size: 20px;
  line-height: 20px;
  margin-right: 5px;
}
.feature-info .media-body h4 {
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}

/*-----------------------*/
.icon-progress-bar {
  padding: 150px 0px;
  background-image: url("../images/slider_03.jpg");
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 100% 16px;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}
@media (max-width: 991px) {
  .icon-progress-bar {
    padding-bottom: 120px;
  }
}
.icon-progress-bar:after {
  position: absolute;
  height: 100%;
  background-color: rgba(17, 147, 212, 0.9);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
}
.icon-progress-bar .icon-progressbar {
  color: #fff;
  z-index: 1;
}
@media (max-width: 991px) {
  .icon-progress-bar .icon-progressbar {
    margin-bottom: 70px;
  }
}
@media (max-width: 400px) {
  .icon-progress-bar .icon-progressbar {
    width: 100%;
  }
}
.icon-progress-bar .icon-progressbar .media .media-left {
  border-right: 2px solid #fff;
}
.icon-progress-bar .icon-progressbar .media .media-left i {
  display: inline-block;
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
}
.icon-progress-bar .icon-progressbar .media .media-body {
  padding-left: 15px;
}
.icon-progress-bar .icon-progressbar .media .media-body span {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.icon-progress-bar .icon-progressbar .media .media-body h4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .icon-progress-bar .icon-progressbar .media .media-body h4 {
    line-height: 15px;
  }
}

/*======corporate2-progress=====*/
.corporate2-progress {
  background: url("../images/42.jpg") no-repeat scroll 100% 0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.corporate2-progress:after {
  position: absolute;
  height: 100%;
  background-color: rgba(23, 22, 33, 0.6);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
}

/*-----------------------*/
.slidercontainer .tparrows {
  opacity: 0;
}
.slidercontainer:hover .tparrows, .slidercontainer:focus .tparrows {
  opacity: 1;
}

.probiz-h1 h1 {
  font-size: 35px !important;
  line-height: 40px !important;
  font-weight: 800 !important;
  color: #333 !important;
}
@media (max-width: 991px) {
  .probiz-h1 h1 {
    font-size: 29px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 767px) {
  .probiz-h1 h1 {
    font-size: 21px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 600px) {
  .probiz-h1 h1 {
    font-size: 19px !important;
    line-height: 21px !important;
  }
}
@media (max-width: 500px) {
  .probiz-h1 h1 {
    font-size: 11px !important;
    line-height: 13px !important;
  }
}

.probiz-p p {
  font-size: 17px !important;
  color:#333;
}
@media (max-width: 991px) {
  .probiz-p p {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .probiz-p p {
    font-size: 12px !important;
    line-height: 15px !important;
  }
}
@media (max-width: 500px) {
  .probiz-p p {
    font-size: 09px !important;
    line-height: 12px !important;
  }
}
@media (max-width: 400px) {
  .probiz-p p {
    display: none;
  }
}

.probiz-h2 h2 {
  font-size: 25px !important;
  color: #f39802 !important;
  font-weight: 600 !important;
}
@media (max-width: 991px) {
  .probiz-h2 h2 {
    font-size: 21px !important;
  }
}
@media (max-width: 767px) {
  .probiz-h2 h2 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 600px) {
  .probiz-h2 h2 {
    line-height: 12px !important;
  }
}
@media (max-width: 500px) {
  .probiz-h2 h2 {
    line-height: 8px !important;
    font-size: 14px !important;
  }
}

.probiz-h3 h3 {
  font-size: 35px !important;
  font-weight: bold !important;
  color: #333 !important;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif !important;
}
@media (max-width: 767px) {
  .probiz-h3 h3 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 600px) {
  .probiz-h3 h3 {
    font-size: 19px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 500px) {
  .probiz-h3 h3 {
    line-height: 15px !important;
    font-size: 16px !important;
  }
}

.probiz-b a + a {
  margin-left: 10px !important;
  background: transparent !important;
  color: #f39802 !important;
}
.probiz-b a + a:hover {
  background: #f39802 !important;
  color: #fff !important;
}

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid transparent !important;
  display: inline-block;
  margin-right: 5px !important;
  margin-bottom: 0 !important;
  -webkit-transition: background-color 0.2s,border-color .2s;
  transition: background-color 0.2s,border-color .2s;
  float: none !important;
}

.tp-bullets.simplebullets.round .bullet.selected {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #aaaaaa !important;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid white !important;
}

.tp-rightarrow {
  width: 100px;
  height: 100px;
}

.tparrows.default .tp-arr-imgholder {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*-----------------------*/
.image-feature {
  padding: 100px 0px;
  background: url("../images/promo-2.jpg");
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .image-feature {
    background-position: right center;
  }
}
.image-feature .company-content h2 {
  font-weight: 300;
  color: #444;
  margin-bottom: 25px;
}
.image-feature .company-content .info-list {
  padding-top: 20px;
}
.image-feature .company-content .info-list li {
  margin-bottom: 4px;
}
.image-feature .company-content .info-list li i {
  display: inline-block;
}
.image-feature .company-content .btn-default {
  margin-top: 40px;
}

/*-----------------------*/
.outstanding-area {
  padding-top: 70px;
}
.outstanding-area h2 {
  font-weight: 300;
  color: #444;
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.outstanding-area .company-content {
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .outstanding-area .company-content {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .outstanding-area .company-content {
    padding: 30px 15px;
  }
}
.outstanding-area .company-content .feature-info {
  margin-top: 39px;
}
.outstanding-area .company-content .feature-info .media-left {
  padding-right: 8px;
}
.outstanding-area .company-content .feature-info .media-body h4 {
  color: #000000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.outstanding-area .company-content .btn-default {
  margin-top: 30px;
}

.features-section {
  background: #fafafa;
}
.features-section .company-content {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .features-section .company-content {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .features-section .company-content {
    padding-top: 40px;
  }
}
.features-section .features-list {
  padding-top: 20px;
}

/*-----------------------*/
.sppb-section-promo {
  padding: 100px 0;
}
.sppb-section-promo .promo-content {
  text-align: center;
}
.sppb-section-promo .promo-content span {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 22px;
  color: #ffffff;
  background-color: #f39802;
  border-width: 1px;
  border-radius: 50px;
  font-size: 36px;
  line-height: 36px;
}
.sppb-section-promo .promo-content h3 a {
  color: #000000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
.sppb-section-promo .promo-content h3 a:hover {
  color: #f39802;
}
.sppb-section-promo .quality-section span {
  background: none;
  font-size: 50px;
  margin: 0;
  padding-bottom: 0;
  line-height: 50px;
}
.sppb-section-promo .quality-section span.cup {
  color: #f54f0c;
}
.sppb-section-promo .quality-section span .energy {
  color: #009925;
}
.sppb-section-promo .quality-section span .earphone {
  color: #f39802;
}
.sppb-section-promo .quality-section span .support {
  color: #333;
}

.video-feature {
  padding: 100px 0px;
  background: #f9f9f9;
  border-top: 1px solid #eee;
}
.video-feature video {
  max-width: 100%;
}

.title-1 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.details {
  background: transparent;
  color: #f39802;
  margin-top: 20px;
  border: 2px solid #f39802;
}
.details:hover {
  background: #f39802;
  color: #fff;
}

.style1 {
  padding-bottom: 0;
}

.containerhidden {
  text-align: center;
}
@media (max-width: 767px) {
  .containerhidden {
    margin-top: 30px;
  }
}
.containerhidden img {
  display: inline-block;
}

.agency {
  padding-top: 50px;
}

.agency-promo {
  text-align: center;
  padding: 100px 0px;
  background-color: #eee;
}
.agency-promo span {
  display: inline-block;
  text-align: center;
  padding: 30px;
  border-style: solid;
  border-color: #f39802;
  border-width: 1px;
  border-radius: 100px;
  font-size: 40px;
  line-height: 40px;
}
.agency-promo span i {
  color: #f39802;
}
.agency-promo h3 a {
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .agency-promo .agency-content {
    margin-top: 20px;
  }
}

/*-----------------------*/
.skill-progressbar-area {
  padding: 100px 0;
  text-align: center;
}
.skill-progressbar-area .title-heading {
  margin-bottom: 30px;
}
.skill-progressbar-area p {
  margin-bottom: 50px;
}
.skill-progressbar-area .pie-progressbar {
  position: relative;
}
.skill-progressbar-area .circle {
  position: relative;
}

/*-----------------------*/
.blog-details {
  background: #fafafa;
  padding: 100px 0;
}
.blog-details article.item {
  background: #fff;
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  padding: 30px;
}
.blog-details article.item .entry-image {
  margin-bottom: 30px;
}
.blog-details article.item .entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.blog-details article.item blockquote {
  border-color: #f39802;
}
.blog-details article.item .pagenav li a {
  border-width: 2px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  margin: 10px 0 0;
  border-radius: 30px;
  border-color: #f39802;
  color: #f39802;
  padding: 8px 35px;
  background: transparent;
}
.blog-details article.item .pagenav li a:hover {
  background: #f39802;
  color: #fff;
}

.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}

.PIN_1460819636569_button_pin {
  cursor: pointer;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 1px #888;
  box-shadow: inset 0 0 1px #888;
  border-radius: 3px;
  height: 20px;
  width: 40px;
  -webkit-font-smoothing: antialiased;
  background: #efefef url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMThweCIgd2lkdGg9IjQycHgiIHZpZXdCb3g9IjAgMCA0MiAxOCI+PGc+PHBhdGggZD0iTTE2Ljg1Myw2LjM0NSBDMTcuNjMyLDYuMzQ1IDE4LjM4LDUuNzAyIDE4LjUxLDQuOTA5IEMxOC42NjQsNC4xMzggMTguMTM1LDMuNDk0IDE3LjM1NywzLjQ5NCBDMTYuNTc4LDMuNDk0IDE1LjgzLDQuMTM4IDE1LjY5OCw0LjkwOSBDMTUuNTQ2LDUuNzAyIDE2LjA1Myw2LjM0NSAxNi44NTMsNi4zNDUgWiBNNy40NTgsMCBDMi41LDAgMCwzLjUyMiAwLDYuNDU5IEMwLDguMjM3IDAuNjgsOS44MTkgMi4xMzcsMTAuNDA5IEMyLjM3NiwxMC41MDUgMi41OSwxMC40MTIgMi42NiwxMC4xNSBDMi43MDgsOS45NjkgMi44MjIsOS41MTEgMi44NzMsOS4zMiBDMi45NDMsOS4wNjEgMi45MTYsOC45NyAyLjcyMyw4Ljc0NCBDMi4zMDIsOC4yNTMgMi4wMzQsNy42MTcgMi4wMzQsNi43MTYgQzIuMDM0LDQuMTA0IDQuMDA3LDEuNzY1IDcuMTcyLDEuNzY1IEM5Ljk3NSwxLjc2NSAxMS41MTQsMy40NjEgMTEuNTE0LDUuNzI2IEMxMS41MTQsOC43MDggMTAuMTgzLDExLjE4IDguMjA2LDExLjE4IEM3LjExNCwxMS4xOCA2LjI5NywxMC4zMjkgNi41NTksOS4yMzMgQzYuODcyLDcuOTIyIDcuNDgsNi41MDkgNy40OCw1LjU2NCBDNy40OCw0LjcxNyA3LjAyMiw0LjAxMSA2LjA3Miw0LjAxMSBDNC45NTYsNC4wMTEgNC4wNiw1LjE1NSA0LjA2LDYuNjg3IEM0LjA2LDcuNjYzIDQuMzkzLDguMzIzIDQuMzkzLDguMzIzIEM0LjM5Myw4LjMyMyAzLjI1MSwxMy4xMTcgMy4wNTEsMTMuOTU3IEMyLjY1MiwxNS42MjkgMi45OTEsMTcuNjc5IDMuMDE5LDE3Ljg4NiBDMy4wMzYsMTguMDA5IDMuMTk1LDE4LjAzOCAzLjI2NywxNy45NDYgQzMuMzcsMTcuODEyIDQuNywxNi4xODcgNS4xNTEsMTQuNTYyIEM1LjI3OSwxNC4xMDIgNS44ODUsMTEuNzIgNS44ODUsMTEuNzIgQzYuMjQ4LDEyLjQwNiA3LjMwOCwxMy4wMDkgOC40MzUsMTMuMDA5IEMxMS43OSwxMy4wMDkgMTQuMDY2LDkuOTc5IDE0LjA2Niw1LjkyMyBDMTQuMDY2LDIuODU3IDExLjQ0NCwwIDcuNDU4LDAgWiBNMjYuODk2LDE0LjE4OSBDMjYuMzQ4LDE0LjE4OSAyNi4xMTcsMTMuOTE1IDI2LjExNywxMy4zMjggQzI2LjExNywxMi40MDQgMjcuMDM1LDEwLjA5MSAyNy4wMzUsOS4wNDEgQzI3LjAzNSw3LjYzOCAyNi4yNzYsNi44MjYgMjQuNzIsNi44MjYgQzIzLjczOSw2LjgyNiAyMi43MjIsNy40NTMgMjIuMjkxLDguMDAzIEMyMi4yOTEsOC4wMDMgMjIuNDIyLDcuNTUzIDIyLjQ2Nyw3LjM4IEMyMi41MTUsNy4xOTYgMjIuNDE1LDYuODg0IDIyLjE3Myw2Ljg4NCBMMjAuNjUxLDYuODg0IEMyMC4zMjgsNi44ODQgMjAuMjM4LDcuMDU1IDIwLjE5MSw3LjI0NCBDMjAuMTcyLDcuMzIgMTkuNjI0LDkuNTg0IDE5LjA5OCwxMS42MzIgQzE4LjczOCwxMy4wMzQgMTcuODYzLDE0LjIwNSAxNi45MjgsMTQuMjA1IEMxNi40NDcsMTQuMjA1IDE2LjIzMywxMy45MDYgMTYuMjMzLDEzLjM5OSBDMTYuMjMzLDEyLjk1OSAxNi41MTksMTEuODc3IDE2Ljg2LDEwLjUzNCBDMTcuMjc2LDguODk4IDE3LjY0Miw3LjU1MSAxNy42ODEsNy4zOTQgQzE3LjczMiw3LjE5MiAxNy42NDIsNy4wMTcgMTcuMzc5LDcuMDE3IEwxNS44NDksNy4wMTcgQzE1LjU3Miw3LjAxNyAxNS40NzMsNy4xNjEgMTUuNDE0LDcuMzYxIEMxNS40MTQsNy4zNjEgMTQuOTgzLDguOTc3IDE0LjUyNywxMC43NzUgQzE0LjE5NiwxMi4wNzkgMTMuODMsMTMuNDA5IDEzLjgzLDE0LjAzNCBDMTMuODMsMTUuMTQ4IDE0LjMzNiwxNS45NDQgMTUuNzI0LDE1Ljk0NCBDMTYuNzk2LDE1Ljk0NCAxNy42NDQsMTUuNDUgMTguMjkyLDE0Ljc2NCBDMTguMTk3LDE1LjEzNSAxOC4xMzYsMTUuNDE0IDE4LjEzLDE1LjQzOSBDMTguMDc0LDE1LjY1IDE4LjE0MiwxNS44MzggMTguMzk0LDE1LjgzOCBMMTkuOTYxLDE1LjgzOCBDMjAuMjMzLDE1LjgzOCAyMC4zMzcsMTUuNzMgMjAuMzk0LDE1LjQ5NCBDMjAuNDQ5LDE1LjI2OSAyMS42MTksMTAuNjY3IDIxLjYxOSwxMC42NjcgQzIxLjkyOCw5LjQ0MyAyMi42OTIsOC42MzIgMjMuNzY4LDguNjMyIEMyNC4yNzksOC42MzIgMjQuNzIsOC45NjcgMjQuNjY5LDkuNjE4IEMyNC42MTIsMTAuMzMzIDIzLjc0MSwxMi45MDMgMjMuNzQxLDE0LjAzMSBDMjMuNzQxLDE0Ljg4NCAyNC4wNiwxNS45NDUgMjUuNjgzLDE1Ljk0NSBDMjYuNzg5LDE1Ljk0NSAyNy42MDMsMTUuNDY0IDI4LjE5NSwxNC43ODYgTDI3LjQ4OSwxMy45NDEgQzI3LjMxMSwxNC4wOTQgMjcuMTE0LDE0LjE4OSAyNi44OTYsMTQuMTg5IFogTTQxLjcwMSw2Ljg3MyBMNDAuMTM0LDYuODczIEM0MC4xMzQsNi44NzMgNDAuODU2LDQuMTA5IDQwLjg3Myw0LjAzNSBDNDAuOTQyLDMuNzQ1IDQwLjY5OCwzLjU3OCA0MC40NDEsMy42MzEgQzQwLjQ0MSwzLjYzMSAzOS4yMywzLjg2NiAzOS4wMDUsMy45MTMgQzM4Ljc3OSwzLjk1OCAzOC42MDQsNC4wODEgMzguNTIyLDQuNDAzIEMzOC41MTIsNC40NDUgMzcuODgsNi44NzMgMzcuODgsNi44NzMgTDM2LjYyMiw2Ljg3MyBDMzYuMzg1LDYuODczIDM2LjI0NSw2Ljk2OCAzNi4xOTIsNy4xODggQzM2LjExNSw3LjUwNCAzNS45NzUsOC4xNDUgMzUuOTM2LDguMjk3IEMzNS44ODUsOC40OTQgMzYsOC42NDQgMzYuMjIyLDguNjQ0IEwzNy40NTcsOC42NDQgQzM3LjQ0OCw4LjY3NyAzNy4wNjQsMTAuMTI1IDM2LjcyNSwxMS41MjEgTDM2LjcyNCwxMS41MTYgQzM2LjcyLDExLjUzMiAzNi43MTYsMTEuNTQ2IDM2LjcxMiwxMS41NjIgTDM2LjcxMiwxMS41NTYgQzM2LjcxMiwxMS41NTYgMzYuNzA4LDExLjU3MSAzNi43MDIsMTEuNTk4IEMzNi4zMjQsMTIuOTY4IDM1LjExOCwxNC4yMDkgMzQuMjAxLDE0LjIwOSBDMzMuNzIxLDE0LjIwOSAzMy41MDYsMTMuOTA5IDMzLjUwNiwxMy40MDIgQzMzLjUwNiwxMi45NjMgMzMuNzkyLDExLjg4IDM0LjEzNCwxMC41MzcgQzM0LjU0OSw4LjkwMSAzNC45MTUsNy41NTUgMzQuOTU1LDcuMzk3IEMzNS4wMDYsNy4xOTYgMzQuOTE1LDcuMDIgMzQuNjUyLDcuMDIgTDMzLjEyMiw3LjAyIEMzMi44NDUsNy4wMiAzMi43NDYsNy4xNjQgMzIuNjg3LDcuMzY0IEMzMi42ODcsNy4zNjQgMzIuMjU3LDguOTggMzEuOCwxMC43NzggQzMxLjQ2OSwxMi4wODMgMzEuMTAzLDEzLjQxMiAzMS4xMDMsMTQuMDM3IEMzMS4xMDMsMTUuMTUxIDMxLjYwOSwxNS45NDggMzIuOTk3LDE1Ljk0OCBDMzQuMDcsMTUuOTQ4IDM1LjEzNiwxNS40NTMgMzUuNzgzLDE0Ljc2NyBDMzUuNzgzLDE0Ljc2NyAzNi4wMTEsMTQuNTIxIDM2LjIzLDE0LjIyOSBDMzYuMjQxLDE0LjU4MSAzNi4zMjQsMTQuODM3IDM2LjQxMSwxNS4wMTggQzM2LjQ1OCwxNS4xMTkgMzYuNTE1LDE1LjIxNSAzNi41ODEsMTUuMzAzIEMzNi41ODIsMTUuMzA0IDM2LjU4MywxNS4zMDYgMzYuNTg1LDE1LjMwOCBMMzYuNTg1LDE1LjMwOCBDMzYuODkxLDE1LjcxMyAzNy4zOTgsMTUuOTYyIDM4LjE1MSwxNS45NjIgQzM5Ljg5NCwxNS45NjIgNDAuOTQ0LDE0LjkzOCA0MS41NjIsMTMuOTA5IEw0MC43MDQsMTMuMjM5IEM0MC4zMzMsMTMuNzc0IDM5LjgzOSwxNC4xNzUgMzkuMzI0LDE0LjE3NSBDMzguODQ2LDE0LjE3NSAzOC41NzksMTMuODc4IDM4LjU3OSwxMy4zNzIgQzM4LjU3OSwxMi45MzUgMzguODg5LDExLjg2OCAzOS4yMjksMTAuNTMgQzM5LjM0NCwxMC4wODMgMzkuNTE2LDkuNDAxIDM5LjcwOCw4LjY0NCBMNDEuMzAyLDguNjQ0IEM0MS41MzksOC42NDQgNDEuNjc4LDguNTQ5IDQxLjczMiw4LjMyOSBDNDEuODA4LDguMDEyIDQxLjk0OCw3LjM3MiA0MS45ODgsNy4yMjEgQzQyLjAzOSw3LjAyMyA0MS45MjMsNi44NzMgNDEuNzAxLDYuODczIFogTTM0LjEyNiw2LjM0OCBDMzQuOTA1LDYuMzQ4IDM1LjY1Myw1LjcwNiAzNS43ODMsNC45MTIgQzM1LjkzNyw0LjE0MSAzNS40MDksMy40OTggMzQuNjMsMy40OTggQzMzLjg1MSwzLjQ5OCAzMy4xMDMsNC4xNDEgMzIuOTcxLDQuOTEyIEMzMi44MTksNS43MDYgMzMuMzI2LDYuMzQ4IDM0LjEyNiw2LjM0OCBaIiBmaWxsPSIjYmQwODFjIj48L3BhdGg+PC9nPjwvc3ZnPg==) 50% 50% no-repeat;
  -webkit-background-size: 75%;
  background-size: 75%;
  position: relative;
  font: 12px "Helvetica Neue", Helvetica, arial, sans-serif;
  color: #555;
  text-align: center;
  vertical-align: baseline;
}
.PIN_1460819636569_button_pin:hover {
  -webkit-box-shadow: inset 0 0 1px #000;
  box-shadow: inset 0 0 1px #000;
}

/*-----------------------*/
.project-progress {
  padding: 100px 0;
}
.project-progress .addon-single-image {
  margin-bottom: 30px;
}
.project-progress .addon-text-block h1 {
  margin-bottom: 40px;
  color: #333333;
  font-size: 45px;
  line-height: 55px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .project-progress .addon-text-block h1 {
    font-size: 35px;
  }
}
.project-progress .addon-animated-number + .addon-animated-number {
  margin-top: 40px;
}
.project-progress .addon-animated-number span {
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
}
.project-progress .addon-animated-number .orange {
  color: #f54f0c;
}
.project-progress .addon-animated-number .blue {
  color: #f39802;
}
.project-progress .addon-animated-number .green {
  color: #009925;
}
.project-progress .addon-animated-number h2 {
  color: #333333;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 600;
}

/*-----------------------*/
