 
@import url(https://fonts.googleapis.com/css?family=Lato:400,300italic,700,700italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,300,300italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:700);
@import url(https://fonts.googleapis.com/css?family=Lora);
@import url(https://fonts.googleapis.com/css?family=Lato:300);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@import url(https://fonts.googleapis.com/css?family=Lato:900,700);
 
ul.social {
  display: block;
  float: right;
  padding: 0;
  margin: 0;
}
ul.social li {
  display: inline-block;
}
ul.social li a {
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: block;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-left: 5px;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
ul.social .facebook:hover a {
  background: #3b5998;
}
ul.social .twitter:hover a {
  background: #00aced;
}
ul.social .google-plus:hover a {
  background: #dd4b39;
}
ul.social .youtube:hover a {
  background: #bb0000;
}
ul.social .linkedin:hover a {
  background: #007bb6;
}
/* Icon Navi Right
----------------------------------------------------------*/
 
/* Icon Set 1
----------------------------------------------------------*/
.icon-set-1 {
  font-size: 18px;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-right: 10px;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.sub-text-icon {
  display: table-cell;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
  font-size: 13px;
  padding-left: 10px;
  color: #888;
}
/* Button
----------------------------------------------------------*/
/*optiong BTN*/
.no-radius {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.long-transition {
  -webkit-transition: all 0s ease 0s;
          transition: all 0s ease 0s;
}
/*btn popover*/
.btn-popover {
  width: 26px;
  height: 26px;
  border: 0;
  outline: none;
  padding: 0;
  line-height: 26px;
  text-align: center;
  background: #ccc;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-left: 5px;
}
.btn-popover:hover,
.btn-popover:active,
.btn-popover:focus {
  color: #fff;
  background: #00abc9;
}
.popover-dark {
  color: #fff;
  background: #434a4e;
}
/*btn download*/
.btn-download {
  font-size: 15px;
  color: #555;
  margin-top: 12px;
  margin-bottom: 0;
  -webkit-transition: all 0.1s;
          transition: all 0.1s;
  padding: 9px 28px;
}
.btn-download i {
  margin-right: 10px;
}
.btn-download:hover {
  background: #00abc9;
  color: #fff;
}
/*More All*/
.more-all {
  color: #00abc9;
}
.more-all:hover {
  text-decoration: none;
  color: #008096;
}
/*button*/
.ot-btn {
  font-size: 15px;
  color: #fff;
  height: 40px;
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 25px;
  margin-bottom: 15px;
  outline: none;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.ot-btn:hover,
.ot-btn:focus {
  text-decoration: none;
}
/*Style*/
.btn-rounded {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.btn-pill {
  -webkit-border-radius: 25px;
          border-radius: 25px;
}
.btn-border {
  border: 2px solid #000;
  color: #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-border:hover,
.btn-border:focus {
  border-color: #00abc9;
  color: #00abc9;
  text-decoration: none;
}
.btn-border-ghost {
  border: 2px solid #000;
  color: #000;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #fff;
  color: #fff;
}
.btn-border-ghost:hover,
.btn-border-ghost:focus {
  border-color: #00abc9;
  color: #00abc9;
  text-decoration: none;
}
.btn-border-ghost:hover {
  background: #00abc9;
}
.block-btn {
  display: block;
}
/*Size*/
.large-btn {
  font-size: 18px;
  height: 50px;
  line-height: 48px;
  padding: 0 30px;
  min-width: 170px;
}
.default-size-btn {
  min-width: auto;
}
.small-btn {
  font-size: 13px;
  padding: 0 15px;
  min-width: auto;
  height: 30px;
  line-height: 28px;
}
/*icon button*/
.icon-btn-left {
  text-align: left;
}
.icon-btn-left i {
  line-height: inherit;
  font-size: inherit;
  float: left;
  margin: 0 8px;
}
.icon-btn-right {
  text-align: left;
}
.icon-btn-right i {
  line-height: inherit;
  font-size: inherit;
  float: right;
  margin: 0 8px;
}
/*color*/
/*--main-color--*/
.btn-main-color {
  background: #00abc9;
}
.btn-main-color:hover,
.btn-main-color:focus {
  background: #003f4a;
  color: #fff;
}
.btn-border-main-color:hover {
  border-color: #00abc9;
  color: #00abc9;
}
.btn-border-main-active {
  border-color: #00abc9;
  color: #00abc9;
}
/*--green color--*/
.btn-green-color {
  background: #208d4e;
}
.btn-green-color:hover,
.btn-green-color:focus {
  background: #082515;
  color: #fff;
}
.btn-border-green-color:hover,
.btn-border-green-color:focus {
  border-color: #208d4e;
  color: #208d4e;
}
.btn-border-green-active {
  border-color: #208d4e;
  color: #208d4e;
}
/*--red color--*/
.btn-red-color {
  background: #e74c3c;
}
.btn-red-color:hover,
.btn-red-color:focus {
  background: #921e12;
  color: #fff;
}
.btn-border-red-color:hover,
.btn-border-red-color:focus {
  border-color: #e74c3c;
  color: #e74c3c;
}
.btn-border-red-active {
  border-color: #e74c3c;
  color: #e74c3c;
}
/*--blue color--*/
.btn-blue-color {
  background: #0068c9;
}
.btn-blue-color:hover,
.btn-blue-color:focus {
  background: #00264a;
  color: #fff;
}
.btn-border-blue-color:hover,
.btn-border-blue-color:focus {
  border-color: #0068c9;
  color: #0068c9;
}
.btn-border-blue-active {
  border-color: #0068c9;
  color: #0068c9;
}
/*--orange color--*/
.btn-orange-color {
  background: #ff7302;
}
.btn-orange-color:hover,
.btn-orange-color:focus {
  background: #823a00;
  color: #fff;
}
.btn-border-orange-color:hover,
.btn-border-orange-color:focus {
  border-color: #ff7302;
  color: #ff7302;
}
.btn-border-orange-active {
  border-color: #ff7302;
  color: #ff7302;
}
/*--yellow color--*/
.btn-yellow-color {
  background: #ffd21c;
  color: #555;
}
.btn-yellow-color:hover,
.btn-yellow-color:focus {
  background: #9c7d00;
  color: #fff;
}
.btn-border-yellow-color:hover,
.btn-border-yellow-color:focus {
  border-color: #ffd21c;
  color: #ffd21c;
}
.btn-border-yellow-active {
  border-color: #ffd21c;
  color: #ffd21c;
}
/*--sub color--*/
.btn-sub-color {
  background: #2e363a;
}
.btn-sub-color:hover,
.btn-sub-color:focus {
  background: #000000;
  color: #fff;
}
.btn-border-sub-color:hover,
.btn-border-sub-color:focus {
  border-color: #2e363a;
  color: #2e363a;
}
/*--hightlight color--*/
.btn-hightlight-color {
  background: #76c900;
}
.btn-hightlight-color:hover,
.btn-hightlight-color:focus {
  background: #2b4a00;
  color: #fff;
}
.hightlight-lighten:hover {
  background: #00abc9;
}
/*demo elements*/
.demo-button-style-contain .ot-btn:nth-child(2n+1),
.demo-button-color-contain .ot-btn:nth-child(2n+1) {
  margin-right: 20px;
}
/* Header
----------------------------------------------------------*/
.top-bar {
  width: 100%;
  clear: both;
  height: 50px;
  padding: 12px 0;
}
.top-bar .left-top-bar {
  float: left;
}
.top-bar .left-top-bar a {
  padding-right: 50px;
  font-size: 13px;
}
.top-bar .left-top-bar p {
  color: #888888;
  margin: 0;
  font-size: 13px;
}
.top-bar .right-top-bar {
  float: right;
}
.top-bar .right-top-bar .drop-language {
  padding-right: 15px;
}
.top-bar .right-top-bar .drop-language ul {
  left: auto;
  right: 0;
  text-align: right;
  text-indent: 15px;
}
.large-lnr {
  font-size: 20px;
}
.top-bar-dark {
  background: #2e363a;
}
.top-bar-dark .left-top-bar {
  padding-left: 0px;
}
.top-bar-dark .left-top-bar p {
  color: #888888;
  font-size: 13px;
  margin-right: 30px;
  display: inline-block;
  float: left;
}
.top-bar-dark .right-top-bar a {
  color: #fff;
}
.top-bar-dark .right-top-bar .drop-language a {
  color: #888888;
}
.top-bar-dark .right-top-bar .drop-language li a {
  color: #888888;
}
.top-bar-light {
  background: #f2f2f2;
}
.top-bar-light .left-top-bar p {
  color: #888888;
  margin: 0;
}
header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 999;
}
.header {
  width: 100%;
}
.header .navi-desktop-site ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.header .navi-desktop-site ul li a {
  font-size: 14px; font-weight:bold;
}
.header .navi-desktop-site ul li.has-sub a i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: text-middle;
}
.header .navi-desktop-site ul li.has-sub ul {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.header .navi-desktop-site .navi-level-1 li {
  position: relative;
  display: inline-block;
}
.header .navi-desktop-site .navi-level-1 li a {
  display: block;
  line-height: 22px;
}
.header .navi-desktop-site .navi-level-1 li .navi-level-2 {
  height: auto;
  width: 260px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  display: none;
  padding: 0;
  background: #00abc9;
}
.header .navi-desktop-site .navi-level-1 li .navi-level-2 li {
  display: block;
  position: relative;
  width: 100%;
}
.header .navi-desktop-site .navi-level-1 li .navi-level-2 li a {
  display: block;
  padding: 10px 15px; text-transform:capitalize;
  width: 100%;
  font-size: 13px;
  color: #fff;
}
.header .navi-desktop-site .navi-level-1 li .navi-level-2 li:last-child {
  border-bottom: none;
}
.header .navi-desktop-site .navi-level-1 li .fadeInUp {
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.header .navi-desktop-site .navi-level-1 li .open-navi-2 {
  display: block;
}
.header .navi-desktop-site .navi-level-1 li:last-child ul.navi-level-2 {
  right: 0;
  left: auto;
}
.header .navi-desktop-site .navi-level-2 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header .navi-desktop-site .navi-level-2 li a {
  color: #666;
}
.header .navi-desktop-site .navi-level-2 li:hover {
  background: #0095b0;
}
.header .navi-desktop-site .navi-level-2 li:hover a {
  color: #fff;
}
.header .navi-dark {
  background: #2e363a;
}
.header .navi-dark .search-container .form-control {
  color: #fff!important;
}
.header .navi-dark .search-container .btn-search-navi {
  background: #353c40!important;
}
.header .navi-dark .search-container .btn-search-navi.active {
  background: #00abc9;
  color: #fff!important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header .navi-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-v1 {
 /* background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
  padding: 20px 35px;
  padding-bottom: 0; 
  float: left;
}
.header-v1 .logo {
  display: inline-block;
  width: 270px;
  padding-top: 5px;
}
.header-v1 .navi-right {
  text-align: right;
  min-width: 330px;
  float: right;
  padding-top: 6px;
}
.header-v1 .navi-right ul li {
  display: inline-block;
  vertical-align: top;
}
.header-v1 .navi-right ul li .btn-hightlight-color {
  margin-left: 30px;
}
.header-v1 .navi-desktop-site {
  display: inline-block;
  vertical-align: 14px;
}
.header-v1 .navi-desktop-site .navi-level-1 li a {
  padding: 0px 15px 39px 15px; text-transform:uppercase;
  color: #2e363a;
}
.header-v1 .navi-desktop-site .navi-level-1 li a.active {color:#ff6600;}
.header-v1 .navi-desktop-site .navi-level-1 li:first-child a {
  padding-left: 0;
}
.header-v1 .navi-desktop-site .navi-level-2 li a {
  color: #666;
}
.header-v1 .right-header {
  display: block;
  padding-top: 30px;
}
.header-v1.stuck {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: #ccc 0px 3px 10px;
}
 
.mCSB_container {
  padding: 15px 0 100% 0;
}
.mCustomScrollbar {
  max-height: 600px;
  overflow: hidden;
  position: relative;
}
.mCSB_scrollTools {
  left: 0;
}
.footer-mobile-menu {
  float: left;
}
#mobile-menu-right .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
#mobile-menu-right .mCSB_draggerContainer {
  opacity: 0;
}
#mobile-menu-right:hover .mCSB_draggerContainer {
  opacity: 0.9;
}
.button-wrap .bttn {
  width: 150px;
  background: #FFC000;
  color: #222;
  display: inline-block;
  margin-right: 20px;
  padding: 10px 0;
  padding-left: 30px;
}
pre {
  font-family: monospace;
  background-color: #fFF9f9;
  border: #bb7799 1px solid;
  color: #440011;
  font-size: 100%;
  width: 80%;
  overflow: auto;
  word-spacing: normal;
  word-wrap: normal;
  padding-top: 15px;
}
a.options {
  padding: 5px 10px;
  background: #FFC000;
  text-decoration: none;
  color: #fff;
  margin-right: 10px;
}
.option-wrap {
  margin-bottom: 10px;
  background: #eee;
  padding: 10px 0 10px 10px;
  width: 80%;
}
@media (max-width: 767px) {
  .browser-size {
    display: none;
  }
}
@media (max-width: 640px) {
  .option-wrap,
  pre {
    width: 100%;
  }
}
/******** ie11 scroll bar fix *********/
@-ms-viewport {
  width: auto !important;
}
/************************
*************************
    Mobile Menu v1.0
    (c) 2015 George Lieu
    licensed under MIT
************************
************************/
html {
  overflow-x: hidden;
}
#page {
  position: relative;
  left: 0;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  z-index: 9999;
  background: rgba(225, 225, 225, 0.8);
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 5s;
          transition: all 5s;
}
.mmPushBody {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
#mobile-menu {
  position: fixed;
  top: 0;
  z-index: 99999;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  display: none;
  border-right: 1px solid #cccccc;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
#mobile-menu-right {
  position: fixed;
  top: 0;
  z-index: 99999;
  -webkit-box-shadow: 0 1px 8px #555555;
          box-shadow: 0 1px 8px #555555;
  display: none;
  border-right: 1px solid #cccccc;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
#mobile-menu-transparent {
  position: absolute;
  top: 0;
  z-index: 99999;
  -webkit-box-shadow: 0 1px 8px #555555;
          box-shadow: 0 1px 8px #555555;
  display: none;
  border-right: 1px solid #cccccc;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.mobile-menu {
  list-style-type: none;
  margin: 0;
  width: 100%;
  float: left;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mobile-menu ul {
  margin-left: 0;
  padding-left: 0;
  float: left;
  display: block;
  width: 100%;
}
.mobile-menu .expand {
  right: 0;
  position: absolute;
  padding: 0 10px;
  color: #888;
  margin-left: 100px;
}
.mobile-menu .expand:hover {
  cursor: pointer;
}
.mobile-menu li {
  display: block;
  border-bottom: 1px solid #eee;
  width: 100%;
  float: left;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  background: transparent;
}
.mobile-menu li a {
  color: #333;
  -webkit-transition: all 0.1s;
          transition: all 0.1s;
}
.mobile-menu li a:hover {
  background: #00abc9;
  color: #fff;
}
.mobile-menu li a {
  display: block;
  overflow: hidden;
  white-space: normal;
  color: #333;
  text-decoration: none;
  padding: 10px;
  padding-left: 15px;
}
.mobile-menu li li a {
  padding-left: 25px;
}
.mobile-menu li li li a {
  padding-left: 35px;
}
.mm-toggle-wrap {
  color: white;
  width: 100%;
  height: 45px;
  background: #555555;
  line-height: 1;
  overflow: hidden;
}
.mm-toggle {
  display: none;
  cursor: pointer;
}
.mm-toggle i {
  margin-right: 5px;
}
.mm-toggle:hover {
  color: #00abc9;
}
.mm-toggle:active {
  color: #00abc9;
}
.icon-plus:before,
.icon-minus:before {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.icon-minus:before {
  content: "\f068";
}
.mobile-menu .open {
  background: #00abc9;
  color: #fff;
}
.mobile-menu .open + a {
  background: #00abc9;
  color: #fff;
}
.mmPushBody .mm-toggle {
  width: 74px;
  height: 25px;
  display: block;
  position: relative;
}
.mmPushBody .mm-toggle i {
  display: none;
}
.mmPushBody .mm-toggle span {
  margin-left: 25px;
}
.mmPushBody .mm-toggle:before {
  content: "\f00d";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  font-family: FontAwesome;
}
.mobile-menu-light .mobile-menu ul {
  background: #f2f2f2;
}
.mobile-menu-light ul.social li a {
  background: rgba(46, 54, 58, 0.9);
}
.mobile-menu-light ul li:last-child {
  border: none;
}
.mobile-menu-light ul.address-footer-mobile li a {
  color: #555;
}
.mobile-menu-light ul.address-footer-mobile li,
.mobile-menu-light ul.address-footer-mobile p {
  color: #555;
}
.mobile-menu-dark {
  background: #2e363a;
}
.mobile-menu-dark .mobile-menu ul {
  background: #293134;
}
.mobile-menu-dark ul li {
  border: 1px solid #333b40;
}
.mobile-menu-dark ul li a {
  color: #fff!important;
}
.mobile-menu-dark ul li:last-child {
  border: none;
}
.mobile-menu-dark .has-icon .sub-text-icon {
  color: #fff;
}
.mobile-menu-dark .has-icon .icon-set-1 {
  color: #fff;
  border: 1px solid rgba(225, 225, 225, 0.3);
}
.custom-mm-toggle {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 30px;
  right: 5px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.custom-mm-toggle img {
  max-width: 100%;
}
.mmPushBody .mobile-menu-transparent {
  z-index: 999999;
  opacity: 1;
}
.mmPushBody .custom-mm-toggle {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header-mobile-menu {
  display: block;
  float: left;
  width: 100%;
  padding: 25px 15px;
}
.header-mobile-menu .hightlight-btn {
  display: block;
}
.hmm-v1 {
  position: relative;
  text-align: left;
}
.hmm-v1 .has-icon {
  margin-bottom: 15px;
  display: block;
}
.hmm-v1 .has-icon .sub-text-icon {
  display: inline-block;
}
.hmm-v1 .has-icon .icon-set-1 {
  display: inline-block;
}
.fmm-v1 ul.social {
  float: left;
  margin-top: 25px;
  margin-left: 10px;
}
ul.address-footer-mobile {
  padding: 0;
  padding-left: 20px;
  margin: 0;
  margin-top: 15px;
  display: block;
  width: 100%;
  float: left;
}
ul.address-footer-mobile li {
  display: block;
  width: 100%;
  padding: 7px 0;
}
ul.address-footer-mobile li a {
  font-size: 13px;
}
/* Layour
----------------------------------------------------------*/
/* Import */
/* Font Family
----------------------------------------------------------*/
/* Global
----------------------------------------------------------*/
.clearfix {
  clear: both;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #666;
  overflow-y: hidden;
  overflow: hidden;
}
.stuck {
  position: fixed;
  top: 0;
  z-index: 1041;
}
.sticky-wrapper section {
  padding: 0;
}
.sticky-wrapper .top-bar {
  display: none;
}
/*.sticky-wrapper .header-v4 .left-header {
  display: none;
}
.sticky-wrapper .header-v4 .right-header {
  padding-top: 0;
}
.sticky-wrapper .header-v3 {
  padding: 0;
}
.sticky-wrapper .header-v3 .header-top {
  display: none;
}
.sticky-wrapper .header-v5 .navi-desktop-site .navi-level-1 li a {
  padding: 18px 15px 18px 15px;
}
*/
.line {
  height: 1px;
  width: 100%;
  float: left;
  background: #ebebeb;
}
.btn:focus {
  outline: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
section {
  padding: 62px 0px;
}
p {
  margin-bottom: 0;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.no-padding {
  padding: 0!important;
}
.no-margin {
  margin: 0!important;
}
.margin-top-15 {
  margin-top: 15px;
}
.padding-top-70 {
  padding-top: 70px;
}
.padding-top-65 {
  padding-top: 65px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-bottom-70 {
  padding-bottom: 70px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-55 {
  padding-top: 55px;
}
.padding-top-0 {
  padding-top: 0px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-55 {
  padding-bottom: 55px;
}
.padding-top-45 {
  padding-top: 15px;
}
.padding-bottom-65 {
  padding-bottom: 65px;
}
.padding-bottom-45 {
  padding-bottom: 15px;
}
.padding-bottom-35 {
  padding-bottom: 35px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-right-10 {
  padding-right: 10px;
}
.margin-bottom-25 {
  margin-bottom: 25px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.no-border {
  border: none;
}
.no-padding-right {
  padding-right: 0;
}
.bg-grey {
  background: #f8f8f8;
}
.bg-dark {
  background: #6490a3;
}
.text-white {
  color: #fff; text-transform:uppercase;  
}
.accordion-warp li {
    color: #000;
    list-style-type: square;
    padding-left: 15px;
}
.text-grey {
  color: #ccc;
}
.light-font {
  font-weight: 300;
}
.normal-font {
  font-weight: 400;
}
.text-cap {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
}
h1 {
  margin-bottom: 30px;
}
h2 {
  color: #ff6600;
  margin-bottom: 30px;
  display: inline-block;
}
h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
h5 {
  font-size: 15px;
  margin-bottom: 10px;
}
h6 {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}
.thumbnail {
  line-height: 25px; padding:15px;
}
a:active,
a:focus {
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%;
}
/* Start Here
----------------------------------------------------------*/
 
.left-contact {
  padding-right: 24px;
}
.right-contact {
  padding-left: 24px;
}
.form-contact-finance {
  margin-top: 42px;
}
.form-contact-finance input.form-control {
  width: 100%;
  height: 50px;
  font-size: 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.form-contact-finance .form-textarea {
  width: 100%;
}
.form-contact-finance textarea.form-control {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  font-size: 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.form-contact-finance .row .form-group {
  padding-right: 5px;
}
.form-contact-finance .row .form-group:last-child {
  padding-right: 15px;
}
.form-contact-2 input.form-control {
  margin-bottom: 15px;
}
.form-contact-2 .row .form-group {
  padding-right: 15px;
}
.form-contact-2 textarea.form-control {
  margin-top: 0;
}
.btn-submit {
  margin-top: 20px;
  outline: none;
  border: none;
}
.btn-submit:focus,
.btn-submit:hover {
  border: 0;
  outline: none;
}
ul.address {
  list-style: none;
  padding: 0;
  margin-top: 26px;
}
ul.address li {
  display: block;
  width: 100%;
  margin-bottom: 17px;
}
.form-control {
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
 
/*Typo*/
section.content h3.title {
  background: #eaedf2 none repeat scroll 0 0;
  margin: 0 0 15px;
  padding: 12px;
  margin-top: 30px;
}
code {
  background: #666 none repeat scroll 0 0;
  border: 0 none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-family: consolas, monaco, "andale mono", monospace;
  font-weight: normal;
  line-height: 1.3;
  margin: 8px 0;
  padding: 12px;
  white-space: pre-wrap;
}
mark {
  color: #000;
  background: #ff0;
}
.overley-cs {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(images/ComingSoon/commingsoon.jpg);
  -webkit-background-size: cover !important;
          background-size: cover !important;
  background-attachment: scroll !important;
  z-index: -1;
}
 
html,
body {
  min-height: 100%;
}
  
ul.social-dark {
  margin-top: 25px;
  float: none;
}
ul.social-dark li a {
  color: #00abc9;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
}
ul.social-dark li a:hover {
  color: #fff;
}
ul.social-bg-dark li a {
  background: rgba(0, 0, 0, 0.1);
}
ul.social-bg-dark li:first-child a {
  margin-left: 0;
}
ul.social-bg-dark {
  margin-top: 15px;
}
.address-3 {
  list-style: none;
  margin-top: 15px;
  padding-left: 0;
  margin-bottom: 30px;
}
.address-3 li {
  margin-bottom: 5px;
}
.form-contact-3 .row .form-group {
  padding-right: 15px;
}
.form-contact-3 textarea.form-control {
  margin-top: 0;
}
#jSplash {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  z-index: 99999;
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.intro-text p {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  font-style: italic;
}
.divider-single {
  clear: both;
  height: 30px;
}
.intro-text h2 {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 35px;
}
.intro-text {
  padding: 24px 50px 44px;
}
.margin-top-170 {
  margin-top: 170px;
}
/* Blog Grid Component
----------------------------------------------------------*/
 
ol.children {
  width: 86.6666666667%;
  float: right;
  margin-top: 30px;
  padding-left: 0;
}
.last-comment {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.textwidget {
  padding-left: 35px;
  margin-bottom: 45px;
}
.widget_categories,
.widget_archive,
.widget_search,
.widget_tag_cloud,
.widget_meta {
  margin-bottom: 45px;
}
.widget .search-form {
  position: relative;
  padding-left: 35px;
}
.widget .search-form input[type="search"] {
  color: #888888;
  border: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}
.widget .search-form .search-submit {
  position: absolute;
  top: 1px;
  right: 0px;
  width: 40px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: block;
  font-size: 18px;
  border: none;
  background: transparent;
  color: #888888;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget .search-form .search-submit:hover {
  color: #00abc9;
}
.tagcloud {
  padding-left: 35px;
}
.tagcloud a {
  display: inline-block;
  margin: 0 7px 7px 0;
  padding: 5px 10px;
  text-shadow: none;
  font-size: 15px;
  border: 1px solid #ecf0f1;
  color: #888;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.tagcloud a:hover {
  color: #fff;
  background-color: #00abc9;
  border-color: #00abc9;
}
/* Isotope Project
----------------------------------------------------------*/
.projectContainer {
  margin-top: 5px;
}
.projectContainer .element-item {
  position: relative;
  overflow: hidden;
  width: 25%;
}
.projectContainer .element-item img {
  width: 100%;
  max-width: auto;
}
.projectContainer .element-item h5 {
  color: #fff;
  padding: 15px 20px;
  background: #00abc9;
  position: absolute;
  bottom: -100%;
  left: 0;
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
  opacity: 0;
}
.projectContainer .element-item:hover h5 {
  bottom: 0;
  opacity: 1;
}
.project-terms {
  float: right;
  display: inline;
  line-height: 48px;
}
.project-terms a {
  color: #000;
  margin-left: 10px; border-radius:4px; padding:10px 15px; background:#ccc;
  font-size: 15px;
}
.project-terms .current {
  color: #fff;
  text-decoration: none; background:#ff6600;
}
.projectContainer3column .element-item {
  width: 25%;
  padding: 0 15px;
}
.projectContainer3column .element-item h5 {
  padding: 0;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  position: static;
  opacity: 1;
  background: none;
  margin: 16px 0 10px 0;
  display: block;
  float: left;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.projectContainer3column .element-item h5:hover {
  color: #00abc9;
}
.projectContainer3column .element-item .img-contain-isotope {
  float: left;
  display: block;
 /* width: 100%; */
  overflow: hidden;
}
.projectContainer3column .element-item .img-contain-isotope img {
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.projectContainer3column .element-item .img-contain-isotope:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.projectContainer3column .element-item .cateProject {
  font-size: 15px;
  color: #9f9f9f;
  line-height: 18px;
  margin-bottom: 33px;
  display: block;
  float: left;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.projectContainer3column .element-item .cateProject:hover {
  color: #008096;
}
.project-terms-list-page {
  margin-bottom: 23px;
}
.element-item {
  margin-left: -1px;
}
/* Owl navigation
----------------------------------------------------------*/
.customNavigation {
  display: inline-block;
  margin-left: 14px;
  line-height: 36px;
  vertical-align: top;
}
.customNavigation .btn {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid #b0b0b0;
  text-align: center;
  line-height: 15px;
  opacity: 1;
  padding: 0;
  color: #b0b0b0;
  margin-right: 3px;
  font-weight: normal;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
  font-size: 18px;
}
.customNavigation .btn:hover {
  color: #00abc9;
  border: 1px solid #00abc9;
}
.customNavigation .btn:first-child i {
  margin-left: -2px;
  margin-top: 1px;
}
.customNavigation .btn:nth-child(2) i {
  margin-right: -2px;
  margin-top: 1px;
}
/* Owl Partners
----------------------------------------------------------*/
.owl-partners .owl-wrapper-outer {
  margin-top: 2px;
  margin-bottom: 4px;
  padding: 0;
}
.owl-partners .item img {
  opacity: .9;
}
.owl-partners .item img:hover {
  opacity: 1;
}
/* Owl Testimonials 3 columns
----------------------------------------------------------*/
 
/* Owl Testimonials 1 columns
----------------------------------------------------------*/
 
/* Owl Experts
----------------------------------------------------------*/
 
/* Owl Services 3 columns
----------------------------------------------------------*/
.owl-services-3-columns .owl-wrapper-outer {
  padding-left: 14px;
}
.owl-services-3-columns .item-services .thumbnail {
  padding: 0 15px 0 15px;
}
.owl-services-3-columns .item-services .services-3-column-img-container {
  height: 171px;
}
.item-services .thumbnail {
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 0;
  overflow: hidden;
}
.item-services .thumbnail .img-blog-contain {
  max-height: 175px;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.item-services img {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.item-services img:hover {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.item-services .caption {
  margin: 0;
  padding: 0;
  color: #666;
}
.item-services .caption a h4 {
  font-weight: bold;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
  display: block;
  float: left;
}
.item-services .caption a h4:hover {
  color: #008096;
}
.item-services .caption p {
  clear: both;
}
.item-services .caption .learn-more {
  color: #00abc9;
  margin-top: 16px;
  display: block;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
  float: left;
  clear: both;
}
.item-services .caption .learn-more i {
  margin-right: 7px;
}
.item-services .learn-more:hover {
  color: #008096;
  padding-left: 15px;
}
.item-services .caption .learn-more {
  margin-top: 18px;
}
.item-services .services-3-column-img-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 16px;
  height: 162px;
  overflow: hidden;
}
.item-services .services-3-column-img-container h4 {
  width: 100%;
  position: absolute;
  background: rgba(46, 54, 58, 0.6);
  color: #fff;
  bottom: 0;
  margin: 0;
  padding: 10px 15px;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.item-services .services-3-column-img-container:hover h4 {
  color: #fff;
  background: #00abc9;
}
.item-services .services-3-column-img-container:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.item-services .learn-more {
  margin-top: 18px;
}
.item-services .thumbnail {
  background: transparent;
}
.owl-services-3-columns .item-services .thumbnail {
  padding: 0;
  width: 360px;
  margin: 0 2.5px;
}
.warp-owl-services {
  width: 1212px;
}
.owl-project .item {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.owl-project .item img {
  width: 100%;
  max-width: auto;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.owl-project .item h5 {
  color: #fff;
  padding: 15px 20px;
  background: #00abc9;
  position: absolute;
  bottom: -50%;
  left: 0;
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
  opacity: 0;
}
.owl-project .item:hover h5 {
  bottom: 0;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.owl-project .item:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.owl-project .owl-wrapper-outer {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
/*Relate products*/
.owl-relate-products .item-relate-products {
  padding: 15px;
}
.owl-relate-products .product-item .product-detail h3 {
  min-height: auto;
}
/* Media Object
----------------------------------------------------------*/
.media-style .media-left {
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.media-style .media-heading {
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.thumbnail-style i {
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.thumbnail-style .caption h4 {
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.media-left-icon-item {
  margin-bottom: 40px;
}
.media-left-icon-item .media h4 {
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.media-left-icon-item .media .media-left {
  min-width: 50px;
}
.media-left-icon-item .media .media-left i {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.media-left-icon-item .media .media-body {
  padding-left: 6px;
}
.accordion-warp > p {
    text-align: justify;
    padding: 0px 25px 20px 25px;
    color: #fff;
}
.caption p{font-size:14px; text-align:justify; line-height:20px;}
.color-box1{background:#009a9c;}
.color-box2{background:#fe7e01;}
.color-box3{background:#19881f;}
.color-box4{background:#bcbe01;}
.color-box1 a, .color-box2 a, .color-box3 a, .color-box4 a{font-weight: bold;
    font-size:14px; display:inline-block;
    text-transform: uppercase;
    border-radius: 30px;
    background: #ffffff;
    text-align: center;    
padding: 8px 30px; margin-top:15px;}
.color-box1 a:hover, .color-box2 a:hover, .color-box3 a:hover, .color-box4 a:hover{color:#000000;}

.color-box1 a{   color: #009a9c; }
.color-box2 a{   color: #fe7e01; }
.color-box3 a{   color: #19881f; }
.color-box4 a{   color: #bcbe01; }
.thumbnail-icon-item {
  margin-bottom: 10px;
}
.thumbnail-icon-item .thumbnail {
  paddng: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.thumbnail-icon-item .thumbnail img {
  max-height: 80px;
  margin: 0 auto;
}
.thumbnail-icon-item .thumbnail i {
  font-size: 24px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
  color: #333;
}
.thumbnail-icon-item .thumbnail .caption {
  padding: 0;
  margin-top: 25px;
  color: #fff;
}
.thumbnail-icon-item .thumbnail .caption h4 {
  margin-bottom: 20px; font-size:14px; text-transform:uppercase; font-weight:bold;
}
.thumbnail-icon-item .thumbnail .caption .learn-more i {
  margin-right: 7px;
  font-size: 15px;
  line-height: 1.1;
  width: auto;
  height: auto;
  display: static;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.section-thumbnail-center-icon .text-center .thumbnail img {
  margin: 0 auto!important;
}
.img-icon-thumbnail {
  min-height: 81px;
}
.services-list-2 .thumbnail-icon-item .learn-more {
  color: #00abc9;
  display: block;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
  float: left;
  clear: both;
}
.services-list-2 .thumbnail-icon-item .learn-more i {
  color: #00abc9;
}
.services-list-2 .thumbnail-icon-item .learn-more:hover {
  color: #008096;
  padding-left: 15px;
}
.services-list-2 .thumbnail-icon-item .learn-more:hover i {
  color: #008096;
}
/* Our Process
----------------------------------------------------------*/
.our-process {
  overflow: hidden;
}
.our-process .process-warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.img-demo-our-process {
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.img-demo-our-process img {
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
}
.accordion-warp {
  width: 100%;
}
.accordion-process {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
}
.accordion-process .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.accordion-process .panel-group {
 /* max-width: 530px; */
}
.accordion-process .panel-default {
  border: 0;
}
.accordion-process .panel-default > .panel-heading .panel-title > a {
  background: #00abc9;
  padding: 12px 25px;
  display: block;
  width: 100%;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.accordion-process .panel-default > .panel-heading {
  background: none;
  border: none;
  color: #fff;
  padding: 0;
}
.accordion-process .panel-default > .panel-heading .panel-title > a.collapsed {
  padding: 12px 25px;
  display: block;
  width: 100%;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  background: rgba(225, 225, 225, 0.1);
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.accordion-process .panel-default > .panel-heading .panel-title > a.collapsed:hover {
  background: #00abc9;
}
.accordion-process .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  color: #e5e5e5;
  padding: 25px;
  padding-bottom: 0;
}
.accordion-process .accordion-content {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px 25px;
}
.accordion-process .accordion-content p {
  color: #e5e5e5;
}
.accordion-process .panel-default > .panel-heading .panel-title > a:focus {
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.accordion-process .panel-group .panel + .panel {
  margin-top: 15px;
}
.accordion-style-light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
   
}
.accordion-style-light .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.accordion-style-light .panel-group {
 /* max-width: 530px; */
}
.accordion-style-light .panel-default {
  border: 0;
}
.accordion-style-light .panel-default > .panel-heading .panel-title > a {
  background: #00abc9;
  padding: 12px 25px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
  -webkit-border-radius: 25px;
          border-radius: 25px;
}
.accordion-style-light .panel-default > .panel-heading {
  background: none;
  border: none;
  color: #fff;
  padding: 0;
}
.accordion-style-light .panel-default > .panel-heading .panel-title > a.collapsed {
  padding: 12px 25px;
  display: block;
  width: 100%;
  background: #2e363a;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.accordion-style-light .panel-default > .panel-heading .panel-title > a.collapsed:hover {
  background: #00abc9;
}
.accordion-style-light .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  padding: 25px;
  padding-bottom: 0;
}
.accordion-style-light .accordion-content {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 25px;
}
.accordion-style-light .panel-default > .panel-heading .panel-title > a:focus {
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.accordion-style-light .panel-group .panel + .panel {
  margin-top: 15px;
}
.accordion-process.no-round .panel-default > .panel-heading .panel-title > a {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.accordion-style-light.no-round .panel-default > .panel-heading .panel-title > a {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.accordion-3 {
  margin-top: 40px;
  padding: 0;
}
.accordion-3 .panel-group {
  max-width: 100%;
}
.accordion-3 .accordion-content {
  position: relative;
  background: #f8f8f8;
  padding: 25px;
}
.accordion-3 .accordion-content dl {
  margin-bottom: 0;
}
.accordion-3 .accordion-content dl dt {
  font-weight: normal;
  padding: 10px;
  width: 40%;
}
.accordion-3 .accordion-content dl dt:nth-of-type(2n+2) {
  background: #f2f2f2;
}
.accordion-3 .accordion-content dl dd {
  line-height: 42px;
  margin-left: 40%;
}
.accordion-3 .accordion-content dl dd:nth-of-type(2n+2) {
  background: #f2f2f2;
}
.accordion-3 .accordion-content dl i {
  margin: 0 10px;
}
.panel-title i {
  padding-right: 10px;
}
/* Progress Bar
----------------------------------------------------------*/
 
/* Couter Up
----------------------------------------------------------*/
 
/* Call Back Form
----------------------------------------------------------*/
 
/* servicesList
----------------------------------------------------------*/
.section-title h2 {
  margin: 0; font-size:20px;
}
.breadcrumb-finance {
  background-color: transparent;
  margin-bottom: 0;
  padding: 4px 15px 4px 0px;
}
.breadcrumb-finance a {
  color: #555;
  font-size: 13px;
}
.breadcrumb-finance a:hover {
  color: #00abc9;
}
.breadcrumb-finance > .active {
  color: #888;
  font-size: 13px;
}
.services-list-contain .item-services {
  width: 360px;
  margin-right: 45px;
  float: left;
  margin-bottom: 50px;
}
.services-list-contain .item-services:nth-child(3n+3) {
  margin-right: 0;
}
.services-list-2 .thumbnail-icon-item {
  margin-bottom: 50px;
}
.services-list-2 .thumbnail-icon-item .learn-more {
  margin-top: 20px;
  display: block;
}
.thumbnail-icon-item .icon-left img {
  float: left;
  margin-bottom: 15px;
}
.thumbnail-icon-item .icon-left .caption {
  clear: both;
}
.slidebar .list-group-item:first-child,
.slidebar .list-group-item:last-child,
.slidebar .list-group-item {
  -webkit-border-radius: 25px;
          border-radius: 25px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
  border: 1px solid #e6e6e6; font-size:13px;
}
.list-group{background:#ccc; padding:5px;}
.slidebar .list-group-item.active,
.slidebar .list-group-item.active:hover,
.slidebar .list-group-item.active:focus {
  /* border: 1px solid #00abc9; */ border-radius:25px;
  background: #00abc9;
  color: #fff;
}
.services-detail-content {
  padding-left: 25px;
}
.services-detail-content p{ text-align:left;}
.services-detail-content .img-header-detail {
  margin-bottom: 30px; float:right; margin-left:25px;
  width: 40%;
  max-width: 100%;
}

.services-detail-content .img-header-detail-1 {
  margin-bottom: 30px; float:left; margin-right:25px;
  width: 40%;
  max-width: 100%;
}

.services-detail-content h3 {
  font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.services-detail-content p {
  font-size: 14px; text-align:justify;
}
.services-detail-content .left-hblock {
  padding-right: 0;
  max-width: 590px;
}
.services-detail-content .right-hblock {
  float: right;
}
.services-detail-content .h-block {
 /* margin-top: 15px; */
}
.brochures-download {
  border: 1px solid #e6e6e6;
  padding: 35px;
  width: 270px;
  margin-top: -25px;
}
.brochures-download p {
  font-size: 15px;
  color: #333;
}
.v-block {
  margin-top: 30px;
}
.v-block .chart .bar-chart {
  width: 29%;
}
.tab-finance {
  margin-top: 25px;
  border: 1px solid #e6e6e6;
}
.tab-finance .nav-tabs > li > a {
  -webkit-border-radius: 0;
          border-radius: 0;
  border-top: 2px solid transparent;
  font-size: 15px;
  font-weight: bold;
  color: #666;
  outline: none;
}
.tab-finance .nav > li > a {
  padding: 15px 28px;
  margin: 0;
}
.tab-finance .nav-tabs > li.active > a,
.tab-finance .nav-tabs > li.active > a:hover,
.tab-finance .nav-tabs > li.active > a:focus {
  border-top: 2px solid #00abc9;
}
.tab-finance .nav-tabs > li:first-child.active > a {
  border-left: 1px solid transparent;
}
.tab-finance .tab-content {
  padding: 15px 30px;
}
.services-wrap {
  padding: 0 15px;
}
/*tabs style 2*/
 
/*tabs style 3*/
 
/*tabs style 3*/
 
.chart-google #piechart_3d {
  width: 900px;
  height: 500px;
}
@media only screen and (max-width: 991px) {
  #piechart_3d {
    width: 100%;
    height: 400px;
  }
}
/* projectsList
----------------------------------------------------------*/
.projectDetail {
  margin-bottom: 20px;
  display: block;
  float: left;
  width: 100%;
}
.projectDetail h5 {
  margin-top: 0;
  margin-bottom: 20px;
}
.projectDetail p {
  margin-top: 0;
  margin-bottom: 12px;
  color: #666;
}
.projectDetail .zoom-gallery .img-gallery-contain {
  display: block;
  float: left;
  width: 47%;
}
.projectDetail .zoom-gallery .img-gallery-contain img {
  float: left;
  display: block;
  margin-bottom: 40px;
  max-width: 100%;
  width: 100%;
}
.projectDetail .zoom-gallery .img-gallery-contain:first-child {
  width: 100%;
}
.projectDetail .zoom-gallery .img-gallery-contain:last-child {
  float: right;
}
.arrowProjectPage .btn {
  width: 29px;
  height: 29px;
  border: 2px solid #cccccc;
  color: #ccc;
  font-size: 13px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  line-height: 27px;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
  margin-left: 3px;
}
.arrowProjectPage .btn .fa-chevron-left {
  margin-right: 2px;
}
.arrowProjectPage .btn .fa-chevron-right {
  margin-left: 2px;
}
.arrowProjectPage .btn:hover {
  border: 2px solid #00abc9;
  color: #00abc9;
}
/*  Shop
----------------------------------------------------------*/
 
/*shorting*/
/*finance sorting*/
 
/*detail Product*/
/*.star-rating {
  color: #ffb636;
  margin-bottom: 20px;
}
.star-rating span {
  color: #666666;
  display: inline-block;
  margin-left: 10px;
}
.single-product-detail .price {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.single-product-detail .price del span.amount {
  font-weight: normal;
}
.product-data ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.product-data ul li span {
  display: inline-block;
  margin-right: 30px;
}
.product-data ul li input {
  background-color: #f2f2f2;
  color: #666666;
  font-size: 15px;
  border: none;
  padding: 12px 10px;
  width: 80px;
  font-weight: bold;
}
.product-data ul li {
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.commentlist {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.tab-reviews ol.commentlist li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
  border: 0 none;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}
.commentlist .comment_container img {
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  margin: 0;
  padding: 3px;
  width: 50px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.commentlist .comment_container .comment-text {
  margin-left: 65px;
  padding: 1em;
  border: 1px solid #e4e1e3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.commentlist .comment_container .comment-text .star-rating {
  position: absolute;
  right: 1em;
  top: 15px;
}
.star-rating {
  color: #ffb636;
  margin-bottom: 20px;
}
*/
.tab-reviews .tab-content {
  border: 1px solid #ededed;
  width: 100%;
  float: left;
  padding: 25px;
  padding-bottom: 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.tab-reviews .tab-content p.meta {
  margin-bottom: 15px;
}
.tab-reviews .nav-tabs > li {
  margin-bottom: 0;
}
#Description p:first-child:first-letter {
  float: left;
  color: #00abc9;
  font-size: 50px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-family: Georgia;
}
 
.btn-coupon {
  margin: 0;
  outline: none;
  border: none;
}
 
form .form-row-first,
form .form-row-last {
  float: left;
  overflow: visible;
  width: 49%;
}
.shop-checkout .form-row .input-text,
.shop-checkout .form-row select {
  margin-bottom: 10px;
}
form .form-row-wide {
  clear: both;
}
form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
form .form-row label.checkbox {
  display: inline;
  padding: 0px;
  font-weight: normal;
}
form .form-row-first.create-account,
form .form-row-first.text-right {
  margin-bottom: 25px;
  margin-top: 5px;
}
.cart_totals table.shop-checkout th,
.cart_totals table.shop-checkout td {
  padding: 15px 0px;
}
.cart_totals table.shop-checkout th.product-name,
.cart_totals table.shop-checkout th.product-price {
  border-width: 0 0px 1px 0;
  border-style: dashed;
  border-color: #d9d9d9;
  color: #555;
}
.cart_totals table.shop-checkout tbody tr.cart-subtotal th,
.cart_totals table.shop-checkout tbody tr.shipping th {
  padding-left: 0;
}
.no-border {
  border: none;
}
.wc_payment_methods {
  list-style: none;
  padding: 0px;
}
.woocommerce-checkout-payment li label {
  margin-left: 5px;
  font-weight: normal;
}
.cart_totals table.shop-checkout th:last-child {
  text-align: right;
}
.cart_totals table.shop-checkout td:last-child {
  text-align: right;
}
.cart_totals table.shop_table .no-border th,
.cart_totals table.shop_table .no-border td {
  border-width: 0 0px 0px 0;
  padding: 20px 0px 0px;
}
.cart_totals table.shop-checkout tbody tr.cart-subtotal td {
  padding-right: 0;
}
.cart_totals table.shop-checkout tbody tr.shipping td {
  padding-right: 0;
}
.cart_totals table.shop-checkout {
  width: 150px;
  min-width: 100%;
}
@media only screen and (max-width: 991px) {
  .cart-collaterals {
    padding: 40px 15px;
  }
}
/* Footer
----------------------------------------------------------*/
.footer{
	background:#29425d;
	padding-top:25px;
}
.footer-row {
  padding: 10px 15px 15px 15px;
  border-bottom: 1px solid #547d8e;
  float: left;
  width: 100%;
}
.footer-row a,
.footer-row p {
  font-size: 14px;
  line-height: 24px;
}
.footer-row p{ color:#d6d7d7; text-align:justify; padding-right:50px;}
.footer-row h3 {
  font-weight: normal;
}
.footer-col-1 {
  width: 46%;
  float: left;
}
.footer-col-1 img{width:25%; margin-bottom:25px; margin-top:10px;}
.footer-col-1 ul {
  padding: 0;
  margin: 0;
  list-style: initial;
  display: block;
  width: 100%;
  margin-top: 25px;
}
.footer-col-1 ul li {
  display: inline-block;
  width: 48%;
  margin-bottom: 10px;
  position: relative;
  text-indent: 15px;
}
.footer-col-1 ul li a {
  color: #e5e5e5;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.footer-col-1 ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  top: 11px;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.footer-col-1 ul li:hover a {
  color: #00abc9;
}
.footer-col-1 ul li:hover:before {
  background: #00abc9;
}
.footer-col-2 {
  width: 25.5%;
  float: left;
}
.footer-col-2 h3 {
  text-indent: 22px;
  margin-top: 15px;
}
.footer-col-2 .border-2-side {
  width: 100% ;
  padding-left: 0px;
  border-left: 1px solid #547d8e;
  border-right: 1px solid #547d8e;
  padding-right: 10px;
}
.footer-col-2 a,
.footer-col-2 p {
  color: #e0e2e3;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
  margin-bottom: 12px;
  line-height: 28px;
}
.footer-col-2 a:hover {
  color: #aaaaaa;
}
.footer-col-3 {
  width: 25.5%;
  padding-left: 66px;
  float: left;
}
.footer-col-3 h3 {
  margin-top: 15px;
}
.footer-col-3 .social-footer {
  width: 100%;
  display: block;
  margin-top: 2px;
}
.footer-col-3 .social-footer a {
  margin-left: 0;
  margin-right: 2px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 5px;
  margin-top: 5px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.footer-link {
  padding: 10px 15px 10px 15px;
}
.footer-link p {
  color: #cccccc;
  font-size: 14px;
  display: inline;
  float: left;
}
.footer-link ul {
  padding: 0;
  display: block;
  float: right;
  text-align: right;
}
.footer-link ul li {
  display: inline-block;
}
.footer-link ul li a {
  color: #e5e5e5;
  font-size: 14px;
  padding: 0 0 0 28px;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.footer-link ul li a:hover {
  color: #00abc9;
}
/* Revoslider
----------------------------------------------------------*/
.slider {
  padding: 0;
}
.slider .tp-caption a.ot-btn {
  color: #FFF;
}
.slider .h1-text {
  font-size: 50px;
  color: #222;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.slider .h2-text {
  font-size: 30px;
  line-height: 60px;
  color: #666;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.slider .h3-text {
  font-size: 24px;
  color: #555;
  line-height: 36px;
}
.slider .tp-caption .main-btn,
.slider .tp-caption .sub-btn,
.slider .tp-caption .moder-btn {
  color: #fff;
}
.slider .text-white {
  color: #fff;
}
.slider .text-gray {
  color: #e5e5e5;
}
.slider .text-light {
  font-weight: 300;
}
.slider .text-cap {
  text-transform: capitalize;
}
.slider .btn-slider:hover {
  background: #008096;
  border: 1px solid #008096;
}
.slider .sub-btn:hover {
  background: #171c1e;
  border: 1px solid #171c1e;
}
.slider .moder-btn:hover {
  background: #2e363a;
  border: 1px solid #2e363a;
  color: #fff!important;
}
.slider .group-btn-slider .btn-2 {
  margin-left: 15px;
}
.tp-bannertimer {
  display: none!important;
}
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-caption {
  white-space: normal !important;
}
.tp-banner-container-box {
  max-width: 1170px;
  position: relative;
  padding: 0;
  margin: 0 auto;
  margin-top: 40px;
}
.gray-2 {
  color: #555;
}
.tparrows.preview4 {
  width: 30px;
  height: 90px;
  background: transparent;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
}
.tparrows.preview4:after {
  position: absolute;
  line-height: 90px;
  text-align: center;
  font-family: "revicons";
  color: #fff;
  font-size: 20px;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 30px;
  height: 90px;
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.tp-rightarrow.preview4:after {
  content: "\f054";
  font-family: FontAwesome;
}
.tp-leftarrow.preview4:after {
  content: '\f053';
  font-family: FontAwesome;
}
.tparrows.preview4 .tp-arr-allwrapper {
  visibility: hidden;
  width: 150px;
  position: absolute;
  z-index: 1;
  min-height: 90px;
  top: 0px;
  left: -150px;
  overflow: hidden;
  -webkit-perspective: 1000px;
  -webkit-transform-style: flat;
}
.tp-leftarrow.preview4 .tp-arr-allwrapper {
  left: 0px;
}
.tparrows.preview4 .tp-arr-iwrapper {
  position: relative;
}
.tparrows.preview4 .tp-arr-imgholder {
  display: block;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  width: 150px;
  height: 90px;
  position: relative;
  top: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tparrows.preview4 .tp-arr-imgholder2 {
  display: block;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  width: 150px;
  height: 91px;
  position: absolute;
  top: 0px;
  left: 150px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tp-leftarrow.preview4 .tp-arr-imgholder2 {
  left: -150px;
}
.tparrows.preview4 .tp-arr-titleholder {
  display: block;
  font-size: 12px;
  line-height: 25px;
  padding: 0px 10px;
  text-align: left;
  color: #fff;
  position: relative;
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 11px;
  line-height: 2.75;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
}
.tparrows.preview4:after {
  -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
.tp-leftarrow.preview4:after {
  -ms-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
@media screen and (max-width: 1230px) {
  .preview4 {
    display: none!important;
  }
}
@media only screen and (min-width: 768px) {
  .tparrows.preview4:hover:after {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .tp-leftarrow.preview4:hover:after {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .tparrows.preview4:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
.tparrows.preview4 {
  background: #fff;
  color: #333;
  -webkit-box-shadow: inset 0px 0px 1px 1px #e6e6e6;
          box-shadow: inset 0px 0px 1px 1px #e6e6e6;
  width: 40px;
  opacity: 1;
}
.tparrows.preview4:after {
  color: #333!important;
  width: 40px;
  line-height: 90px;
  background: none;
  font-weight: bold;
}
.tp-leftarrow.preview4 {
  left: -20px !important;
}
.tp-rightarrow.preview4 {
  right: -20px !important;
}
.tp-rightarrow.preview4 .tp-arr-allwrapper {
  left: -110px;
}
.tp-arr-imgholder,
.tp-arr-imgholder2 {
  background-repeat: no-repeat;
}
.tparrows.preview4 .tp-arr-allwrapper {
  top: -1px;
  min-height: 91px;
}
.tparrows.preview4 .tp-arr-imgholder {
  height: 91px;
}
.slider-dark-arrow .tp-leftarrow.default {
  opacity: .4;
  background: url(../rs-plugin/assets/large_left_dark.png) no-Repeat 0 0;
}
.slider-dark-arrow .tp-rightarrow.default {
  opacity: .4;
  background: url(../rs-plugin/assets/large_right_dark.png) no-Repeat 0 0;
}
.slider-dark-arrow .tp-leftarrow:hover,
.slider-dark-arrow .tp-rightarrow:hover {
  opacity: .8;
}
@media only screen and (max-width: 767px) {
  .h1-text {
    font-size: 22px!important;
  }
  .h2-text {
    font-size: 15px!important;
  }
  .h3-text {
    display: none!important;
  }
  .slider .large-btn {
    font-size: 13px!important;
    padding: 0px 15px!important;
    height: 38px;
    line-height: 38px;
  }
  .slider-home-1 .h2-text {
    left: 15px!important;
    top: 200px!important;
  }
  .slider-home-1 .h1-text {
    left: 15px!important;
    top: 240px!important;
  }
  .slider-home-1 .h3-text {
    left: 15px!important;
  }
  .slider-home-1 .group-btn-slider {
    top: 280px!important;
    left: 15px!important;
  }
  
}
@media only screen and (max-width: 480px) {
 
}
/* Responsive
----------------------------------------------------------*/
/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width: 1599px) {
  .header-v1 .logo {
   /* position: relative; */
    height: 35px;
  }
  .header-v1 .logo img {
    display: block;
    position: absolute; width:270px; margin-left:0px; 
    top: 15px;
  }
  .header-v1 .navi-desktop-site .navi-level-1 li a {
    padding-bottom: 42px;
    padding-top: 15px;
  }
  .header-v1 .navi-desktop-site {
    width: 75%;
  }
  .header-v1 .navi-desktop-site .navi-level-1 {
    text-align: right;
  }
  .header-v1 .navi-desktop-site .navi-level-1 li:last-child a {
    padding-right: 0;
  }
  .header-v1 .navi-desktop-site .navi-level-1 .navi-level-2 {
    text-align: left;
  }
  .header-v1 .navi-right {
    position: absolute;
    top: 15px;
    right: 35px;
  }
  .header-v1.stuck {
    padding-top: 0;
  }
  .header-v1.stuck .navi-right {
    display: none;
  }
  .header-v1.stuck .logo {
    position: static;
    height: auto;
    width: 150px;
  }
  .header-v1.stuck .logo img {
    position: static;
  }
  .header-v1.stuck .navi-desktop-site .navi-level-1 li a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .header-v1.stuck .navi-desktop-site {
    width: auto;
    float: right;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .header-v1.stuck .logo {
    width: 100%;
  }
  
  .item-blog .thumbnail .img-blog-contain {
    max-height: 100%;
  }
  .services-home-1 .item-blog {
    margin-bottom: 25px;
  }
  .media-left-icon-item {
    margin-bottom: 25px!important;
  }
  .call-back-form .custom-form:first-child,
  .call-back-form .custom-form:nth-child(2),
  .call-back-form .custom-form:last-child {
    padding: 0 15px;
  }
  .make-easy-item {
    margin-bottom: 25px!important;
  }
  .services-home-2 .item-services {
    margin-bottom: 25px;
  }
  .services-home-2 .item-services .thumbnail .services-3-column-img-container {
    height: auto;
  }
  .services-home-2 .item-services:first-child,
  .services-home-2 .item-services:nth-child(2),
  .services-home-2 .item-services:nth-child(3) {
    padding: 0 15px;
  }
  .we-are-finance {
    margin-bottom: 25px;
  }
  .overlay-counter ul li {
    margin-left: 0;
  }
  .thumbs-style-2 img {
    left: 15px;
    padding-top: 0;
    position: relative;
    height: 100%;
    width: 240px;
    bottom: 0;
    top: 80px;
    max-width: none!important;
  }
  .item-lastest-news {
    width: 100%;
    margin-bottom: 25px!important;
  }
  .warp-owl-services {
    width: 100%;
  }
  .owl-services-3-columns .item-services .thumbnail {
    width: 470px;
  }
  .video-intro-container {
    margin-bottom: 25px;
    padding-right: 0;
  }
  .counter-up-style-3 ul {
    text-align: center;
  }
  .counter-up-style-3 ul li:last-child {
    float: none;
  }
  .counter-up ul li {
    margin-right: 0;
    min-width: 135px;
  }
  .couterup {
    font-size: 50px;
  }
  .overlay-counter ul li {
    width: 130px;
  }
  .chart-v-item {
    width: 80px;
  }
  .footer-row .col-sm-6 {
    width: 40%;
  }
  .footer-row .col-sm-3 {
    width: 30%;
  }
  .footer-col-2 .border-2-side {
    padding-left: 15px;
  }
  .footer-link {
    text-align: center;
    clear: both;
    padding-bottom: 32px;
  }
  .footer-link p {
    float: none;
  }
  .footer-link ul {
    float: none;
    text-align: center;
    display: block;
    padding-top: 20px;
  }
  .thumbnail-icon-item {
    margin-bottom: 25px!important;
  }
  .img-demo-our-process img {
    top: 0;
    max-width: none;
    height: 100%;
  }
  .services-wrap .services-list-contain .item-services {
    width: 46%;
    margin: 0 2%;
    margin-bottom: 25px;
  }
  .quote-warp .btn-hightlight-color {
    display: block;
    margin-left: 0;
    margin: 0 auto;
    margin-top: 25px;
    max-width: 300px;
  }
  .services-detail-content {
    padding-left: 15px;
  }
  .services-detail-content .left-hblock {
    width: 100%;
    max-width: none;
  }
  .right-hblock {
    width: 100%;
    margin-top: 25px;
  }
  .right-hblock .brochures-download {
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  .v-block .chart-2 {
    max-width: none!important;
    text-align: center;
  }
  .v-block .chart-2 .chart-v-item {
    float: none;
  }
  .v-block-detail {
    text-align: center;
    max-width: none;
  }
  .promotion {
    width: 300px;
    margin-left: 30px;
  }
  .comment-form .form-group {
    padding: 0 15px!important;
    margin-bottom: 25px;
  }
  .comment-respond textarea {
    margin-top: 0;
  }
  .form-contact-finance input.form-control {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 25px;
  }
  .form-contact-finance textarea.form-control {
    margin-top: 0;
  }
  .right-contact {
    margin-top: 25px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .mm-toggle {
    display: block!important;
  }
  nav.navi-desktop-site {
    display: none!important;
  }
  .header-v1 {
    padding: 10px 15px;
    padding-bottom: 5px;
  }
  .header-v1 .logo {
    padding-top: 0;
    width: 100%;
    position: static;
    height: auto;
  }
  .header-v1 .logo img {
    position: static;
  }
  .header-v1 .logo .mm-toggle {
    display: inline-block;
    float: left;
    line-height: 30.5px;
  }
  .header-v1 .logo img {
    display: inline-block;
    float: right;
    width: 140px;
  }
  .header-v1 .navi-right {
    display: none;
  }
  .header-v1.stuck {
    padding: 7px 15px;
  }
  .header-v1.stuck .logo {
    display: block;
  }
  
  .left-top-bar-long {
    display: none;
  }
  .top-bar-dark .left-top-bar p {
    display: none;
  }
  .video-intro-container .background-video img {
    max-height: 100%;
  }
  .item-lastest-news {
    padding-right: 15px;
  }
  .services-home-1 .col-md-4:nth-child(1) .item-blog .thumbnail,
  .services-home-1 .col-md-4:nth-child(2) .item-blog .thumbnail,
  .services-home-1 .col-md-4:nth-child(3) .item-blog .thumbnail {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
  }
  .get-call-back-contain .get-call-back-left,
  .get-call-back-contain .get-call-back-right {
    width: 100%;
    padding: 0 15px;
  }
  .owl-project .item h5 {
    bottom: 0;
    opacity: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .owl-partners .item img {
    width: 100%;
    padding: 0 25px;
  }
  .footer-col-1,
  .footer-col-2,
  .footer-col-3 {
    width: 100%;
  }
  .footer-col-3 {
    padding-left: 0;
  }
  .footer-col-2 .border-2-side {
    border: none;
  }
  .footer-col-2 h3 {
    text-indent: 0px;
  }
  .footer-col-3 .social-footer {
    padding-left: 15px;
  }
  .warp-owl-services {
    padding: 0 15px;
  }
  .owl-services-3-columns .owl-wrapper-outer {
    padding-left: 0;
  }
  .owl-services-3-columns .item-services .thumbnail {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  .item-services .services-3-column-img-container,
  .owl-services-3-columns .item-services .services-3-column-img-container {
    height: auto;
  }
  .accordion-process {
    display: block;
    width: 100%;
  }
  .accordion-process .panel-group {
    max-width: 100%;
    padding-right: 15px;
  }
  .content-area {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .site-main {
    padding-right: 0px;
    border-right: 0;
  }
  .lastest-news-detail {
    padding-right: 15px;
  }
  .widget-area {
    padding-bottom: 30px;
  }
  .footer-col-1 ul li {
    width: 100%;
  }
  .coming-soon-content {
    width: 90%;
    margin: 0 auto;
  }
  .coming-soon-content h2 {
    font-size: 36px;
  }
  ul.countdown li {
    border-bottom: 2px solid #00abc9;
    display: inline-block;
    margin: 15px;
  }
  ul.countdown li span {
    font-size: 25px;
  }
  .coming-soon ul.countdown li p {
    font-size: 13px;
  }
  .coupon {
    width: 100%;
    margin-bottom: 15px;
  }
  .btn-update-coupon {
    float: left!important;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .header-v1.stuck {
    padding: 7px 15px;
  }
  .header-v1.stuck .logo {
    display: block;
  }
 
  .mobile-menu li a {
    font-size: 13px;
  }
  .heading-overlay {
    top: 30%;
  }
  .chart-v-item {
    width: 80px;
  }
  .item-services {
    width: 100%!important;
    margin: 0!important;
    margin-bottom: 25px!important;
  }
  .projectContainer3column .element-item {
    width: 100%;
  }
  .itemBlogList .img-news-container {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    height: 100%;
  }
  .itemBlogList .news-text-container {
    padding-left: 0;
  }
  .form-contact-finance .row .form-group {
    padding-right: 15px;
  }
  .accordion-3 .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding-left: 0;
    padding-right: 0;
  }
  .accordion-3 .accordion-content dl dt,
  .accordion-3 .accordion-content dl dd {
    width: 100%;
  }
  .accordion-3 .accordion-content dl dd {
    margin-left: 0;
  }
  .coming-soon-content {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 50px 0;
  }
  .coming-soon-content h2 {
    font-size: 25px;
  }
  ul.countdown li {
    border-bottom: 2px solid #00abc9;
    display: inline-block;
    margin: 15px;
  }
  ul.countdown li span {
    font-size: 20px;
  }
  .coming-soon ul.countdown li p {
    font-size: 12px;
  }
  .newsletter-comingsoon .newsletter-email {
    width: 100%;
    margin-top: 0px;
  }
  .coming-soon-content .btn-submit {
    float: none;
    margin: 0 auto;
    margin-top: 15px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  body {
    font-size: 13px;
  }
  .accordion-process .panel-default > .panel-heading + .panel-collapse > .panel-body{padding:5px !important;}
  .accordion-style-light .panel-default > .panel-heading + .panel-collapse > .panel-body{padding:5px !important;}
  .padding-bottom-50{padding-bottom:25px !important;}
  .padding-top-50{padding-top:25px !important;}
  .text-white{padding-left:8px !important;}
  .services-detail-content .img-header-detail { width:100% !important;}
  .fullwidthbanner-container{height:325px !important;}
  .tp-simpleresponsive .tp-caption{line-height:25px !important; font-size:14px !important; }
  .avatar-testimonials-1-columns .owl-item {
    width: 50px!important;
    height: auto;
  }
  .item-lastest-news .img-news-container {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .item-lastest-news .news-text-container {
    padding-left: 0;
  }
  .item-lastest-news img {
    max-width: 100%;
  }
  .label-v {
    word-wrap: break-word;
  }
  .chart-v-item {
    width: 35px;
  }
  .promotion {
    width: 100%;
  }
}
/* Custom, iPhone Retina */
@media screen and (max-height: 320px) {
  .mCustomScrollbar {
    max-height: 260px!important;
  }
}

.owl-carousel .owl-item {
    float: left;
    margin: 0px 5px;
}
.pl-2{
	padding-left:20px;
}
.images-responsive {
    max-width: 100%;
}

.spin-loader {
    -webkit-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
    background-image: url(../images/services/1.png);
    position: absolute;
    height: 260px;
    width: 260px;
    top: -35%;
    right: 25%;
    background-size: contain;
    opacity: .5;
    background-repeat: no-repeat;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.expert-list li{font-size: 22px;
    line-height: 38px;}
	
#to-the-top i {
    font-size: 32px;
    position: absolute;
    left: 15px;
    top: 6px;
    color: #fff;
}
#to-the-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
    background: #000;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
	cursor:pointer;
}
