@import url("https://fonts.googleapis.com/css?family=Asap:400,600,700|Open+Sans:400,600,700|Zilla+Slab:300,400,500,600,700");
/* ============================== */
/* Typography
================================================== */
body {
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  font-size: 15px;
  color: #fff;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101010; 
}

h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
}

h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  /* margin-bottom: 20px; */
  font-weight: 700;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  text-rendering: optimizeLegibility;
}

ul {
  padding: 0;
  margin: 0;
}

iframe {
  border: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: #fff;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: #89cb47;
}

a.read-more {
  color: #ff5c23;
  font-weight: 700;
}

a.read-more:hover {
  color: #222;
}

.body-color {
  background: #161362;
  color: #fff;
}

section,
.section-padding {
  padding: 25px 0 50px 0;
  position: relative;
}

.section-bg {
  background: #f9fafc;
}

.no-padding {
  padding: 0;
}

.p-60 {
  padding: 60px 0;
}

.p-100 {
  padding: 100px 0 !important;
}

.media > .pull-left {
  margin-right: 20px;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-50 {
  clear: both;
  height: 50px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.gap-10 {
  clear: both;
  height: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-30 {
  margin-top: 30px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.mrt-0 {
  margin-top: 0 !important;
}

.pab-60 {
  padding-bottom: 20px;
}

.pab-70 {
  padding-bottom: 70px;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

/*==========================
      Default btn
===========================*/
.btn {
  font-size: 14px;
  font-weight: 500;
  color: #fff; 
  letter-spacing:0.5px;
  background: #0b89c4;
  height: 35px;
  padding: 0 25px;
  line-height: 32px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  border-radius:5px;
  float:right;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  color: #006d3d;
  background: #89cb47;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
}

.btn.fill {
  background: transparent;
  padding: 0 25px;
  color: #fff;
  margin-left: 20px;
  border: 2px solid #fff;
}

.btn.fill:hover {
  background: #ff5c23;
  border-color: #ff5c23;
}

.btn.btn-round {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}

.btn-link {
  font-size: 13px;
  font-weight: 700;
  color: #ff5c23;
  text-decoration: none !important;
}

.btn-link i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.btn-link:hover {
  color: #ff5c23;
}

.btn-white {
  background: #fff;
  color: #2c2c2c;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.title-bg-small {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
  color: #fff;
  background: #101010;
  display: inline-block;
  padding: 3px 18px;
  text-transform: uppercase;
}

.section-title,
.column-title {
  font-size: 30px;
  letter-spacing:1px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}

.section-title span,
.column-title span {
  font-weight: 700;
}

.section-title1,
.column-title1 {
  font-size: 30px;
  letter-spacing:0.8px;
  font-weight: 700;
  color: #0b89c4;
  margin-bottom: 20px;
  text-transform:uppercase;
  margin-top:20px;
  text-align:center;
}

.section-title1 span,
.column-title1 span {
  font-weight: 700;
}

.section-title2,
.column-title2 {
  font-size: 30px;
  letter-spacing:0.8px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  margin-top:20px;
  text-transform:uppercase;
  text-align:center;
}

.section-title2 span,
.column-title2 span {
  font-weight: 700;
}

.title-small {
  font-size: 30px;
  font-weight: 700;
}

.column-title {
  margin-bottom: 0px;
}

.column-title-large {
  font-size: 48px;
  margin-bottom: 50px;
}

.ts-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing:0.5px;
}

.title-light {
  font-weight: 300;
}

.title-small-regular {
  font-weight: 400;
}

.black-color {
  color: #101010 !important;
}

.title-white {
  color: #fff;
}

.contact-bg {
  background: #f7f9fb;
}

.white-bg {
  background: #fff !important;
}

.solid-bg {
  background: #09152e;
}

.solid-bg-two {
  background: #0a8bc4;
}

.alice-blue-bg {
  background: #0a8bc4;
}

.bg-bottom {
  background-size: 100% !important;
  background-position: center bottom !important;
}

.primary-bg {
  background: #ff5c23;
}

.sidebar.primary-bg {
  background-color: #ff5c23 !important;
}

.overlay {
  position: relative;
  z-index: 1;
}

.overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.68);
  z-index: -1;
}

.overlay-two::before {
  background: #2d2d2d;
}

.side-border {
  border-left: 1px solid #dbdbdb;
  height: 100%;
}

.bottom-border {
  border-bottom: 1px solid #dbdbdb;
  width: 100%;
}

/*==========================
      top bar
===========================*/
.site-top {
  /* position: absolute; */
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.topbar-transparent {
  background-color: #0A8BC4;
  padding: 5px 0;
  line-height: normal;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

.topbar-transparent li {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  letter-spacing:0.5px;
  list-style: none;
  display: inline-block;
  font-family: 'Asap', sans-serif;
}

.topbar-transparent li i {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  top: 0;
}

.topbar-transparent .top-info {
  margin: 0;
  display: inline-block;
}

.topbar-transparent .top-info li {
  margin-right: 49px;
}

.topbar-transparent .top-info i {
  margin-right: 10px;
}

.topbar-transparent .social-links {
  text-align: right;
}

.topbar-transparent .social-links li {
  margin-right: 20px;
}

.topbar-transparent .social-links li:last-child {
  margin-right: 0;
}

.topbar-transparent.alice-blue-bg {
  background: #edf5f8;
}

.topbar-transparent.alice-blue-bg li {
  color: #666666;
}

.topbar-transparent.alice-blue-bg li i {
  color: #666666;
}

.topbar-transparent.topbar-standard {
  /* background: #ffffffd6; */
  /* border-bottom: 1px dotted #e7e7e7; */
}

.topbar-transparent.topbar-standard li {
  color: #fff;
}

.topbar-transparent.topbar-standard .top-info li i {
  color: #006d3d;
}

.topbar-transparent.topbar-standard .social-links li i {
  color: #fff;
}

/*==========================
       header area
 ===========================*/
.header .navbar {
  padding: 0;
  border-bottom: 1px solid #4D4542;
}

.header .navbar-brand {
  padding:20px 0 15px 0;
}

.header ul.navbar-nav {
  float: left;
}

.header ul.navbar-nav > li {
  float: none;
  display: inline-block;
  margin-top:10px;
}

.header ul.navbar-nav > li:last-child {
  padding-right: 0;
}

.header ul.navbar-nav > li:last-child:after {
  background: none;
}

.header ul.navbar-nav > li > a {
  color: #fff;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  margin: 0;
  position: relative;
  -webkit-transition: 350ms;
  transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  font-weight: 400;
  line-height: 20px; 
  padding: 7px 0px;
  display: block;
  margin-left: 0px;
  margin-right: 8px;
  letter-spacing:0.5px;
}

.header ul.navbar-nav > li > a:hover {
  color: #ff5c23;
}

.header ul.navbar-nav > li:hover > a:before,
.header ul.navbar-nav > li.active > a:before {
   
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.header ul.navbar-nav > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-bottom: 3px solid transparent;
  -webkit-transform: scale(0) translateZ(0);
  transform: scale(0) translateZ(0);
  -webkit-transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.55s ease, -webkit-transform 0.45s ease;
  -o-transition: transform 0.45s ease, opacity 0.55s ease;
  transition: transform 0.45s ease, opacity 0.55s ease;
  transition: transform 0.45s ease, opacity 0.55s ease, -webkit-transform 0.45s ease;
  -moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
  -ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
  -o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
  transition: transform 0.45s ease, opacity 0.55s ease;
}

.header ul.navbar-nav > li > a:hover, .header ul.navbar-nav > li > a:focus {
	background-color: #6cbd92;
	padding: 10px;
}

.header ul.navbar-nav > li > a i {
  font-weight: 700;
  margin-left: 3px;
}

.header ul.navbar-nav > li.active a {
  color: #ff5c23;
}

.header ul.navbar-nav li .dropdown-menu {
  padding: 10px 20px;
  min-width: 230px;
  margin: 0 15px;
  border-radius: 0;
  -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;
}

.header ul.navbar-nav li .dropdown-menu li a {
  padding: 4px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 14px;
  display: block;
  color: #222;
  font-weight: 400;
  letter-spacing:0.5px;
}

.header ul.navbar-nav li .dropdown-menu li a:hover {
  color: #006d3d !important;
}

.header ul.navbar-nav li .dropdown-menu li:last-child a {
  border-bottom: none;
}

.header ul.navbar-nav li .dropdown-menu li.active a {
  color: #fc6a2a;
}

.header.header-transparent {
  background: transparent;
}

.header.header-classic {
  position: relative;
}

.header.header-classic .navbar {
  border-bottom: none;
}

.header.header-classic ul.navbar-nav > li > a {
  color: #222222;
}

.header.header-classic ul.navbar-nav > li > a:hover {
  color: #ff5c23;
}

.header.header-classic ul.navbar-nav > li.active > a {
  color: #ff5c23;
}

.header.header-classic .nav-search {
  color: #222;
}

.header.header-classic .search-block .search-close {
  color: #222;
}

.header.header-classic.sticky .navbar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header.header-classic.sticky.header-classic {
  background: #fff;
  padding: 0;
}

.header.header-standard .header-wrapper, .header.header-classic .header-wrapper {
  -webkit-box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
  background: #fff;
  border-bottom: 4px solid #000;
}

.header.header-standard .navbar, .header.header-classic .navbar {
  border-bottom: none;
}

.header.header-standard ul.navbar-nav > li > a, .header.header-classic ul.navbar-nav > li > a {
  color: #106546;
  padding:5px 15px 5px 15px;
}

.header.header-standard ul.navbar-nav > li.active > a, .header.header-classic ul.navbar-nav > li.active > a {
  color: #fff;
  background-color:#6cbd92;
  padding:5px 15px 5px 15px;
}

.header.header-standard .nav-search i, .header.header-classic .nav-search i {
  color: #101010;
}

.header.header-standard .search-block .search-close, .header.header-classic .search-block .search-close {
  color: #101010;
}

.header.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #101010;
  padding: 0;
}

.header.sticky .navbar {
  padding: 0;
  border-bottom: none;
}

.header.sticky.fade_down_effect {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.header.sticky.header-standard {
  background: #fff;
}

@media (min-width: 991px) {
  .header ul.navbar-nav li:hover > .dropdown-menu {
    display: block;
    border: none;
  }
}

.search-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 35px;
  margin-right: 15px;
}

.search-box .nav-search {
  cursor: pointer;
  right: 0;
  color: #fff;
  width: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  height: 30px;
}

.search-box .nav-search i {
  font-size: 20px;
  font-weight: 900;
}

.search-box .search-block {
  background: #1f1f1f;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  top: 60px;
  width: 350px;
  z-index: 10;
  margin-top: 0;
}

.search-box .search-block .form-control {
  background: none;
  border: 0;
  border-bottom: 1px solid #4D4542;
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  font-size: 15px;
  font-style: italic;
}

.search-box .search-block .search-close {
  color: #fff;
  position: absolute;
  top: -60px;
  right: 0px;
  font-size: 32px;
  cursor: pointer;
  padding: 5px;
  width: 30px;
  height: 30px;
  line-height: 14px;
  text-align: center;
}

/*==========================
      hero area
===========================*/
.hero-area {
  padding: 0;
}

.slider-item {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  /* slider right content */
}

.slider-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-bottom:4px solid #000;
}

.slider-item .slider-inner {
  vertical-align: middle;
  padding-top: 75px;
}

.slider-item .slider-wrapper {
  height: 487px;
  width: 100%;
}

.slider-item .slider-content {
  z-index: 1;
  position: relative;
}

.slider-item .slider-content .slider-info {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 25px;
  color: #000;
  background: #fff;
  display: inline-block;
  padding: 3px 18px;
  text-transform: uppercase;
}

.slider-item .slider-content .slider-title {
  font-size: 48px;
  font-weight: 300;
  color: #fff;
  line-height: 50px;
  margin-bottom: 10px;
}

.slider-item .slider-content .slider-title span {
  font-weight: 700;
}

.slider-item .slider-content .slider-btn-area .btn {
  height:35px;
  line-height: 32px;
  padding: 0 15px;
}

.slider-item .slider-content .slider-btn-area .btn.fill {
  padding: 0 25px;
}

.slider-item .slider-right-content {
  padding-left: 200px;
}

.slider-item .slider-right-content .slider-title {
  color: #fff;
  font-size: 40px;
  letter-spacing:1px;
}

.slider-item .slider-right-content .slider-title span {
  color: #fff;
}

.slider-item .slider-right-content .slider-info {
  background: #101010;
  color: #fff;
}

.banner-title {
  font-size: 64px;
  color: #fff;
  line-height: 70px;
}

.banner-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 138px 0;
  position: relative;
  z-index: 1;
}

.banner-bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

/* Collapse */
.card {
  text-align: left;
  border: none;
}

.card-header {
  background: none !important;
  color: #626c84;
  padding: 20px 0 21px;
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-bottom: none;
}

.card-header i {
  background: #2154cf;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 15px;
}

.card-header .card-button p {
  margin-bottom: 0px;
  font-weight: 700;
  color: #101010;
  font-size: 18px;
  padding-right: 50px;
  cursor: pointer;
}

.card-body {
  border-top: none;
}

h5.mb-0 {
  margin-left: 0;
}

h5.mb-0 .card-button {
  position: relative;
  width: 100%;
  background: none;
  text-align: left;
  padding: 0;
}

h5.mb-0 .card-button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

h5.mb-0 .card-button.collapsed {
  color: #333;
}

h5.mb-0 .card-button.collapsed:before {
  content: "\f067";
}

h5.mb-0 .card-button:before {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  content: "\f068";
}

h5.mb-0 .card-button p:hover {
  color: #ff5c23;
}

h5.mb-0 .card-button:before,
h5.mb-0 .card-button .collapsed:before {
  font-family: "FontAwesome";
  position: absolute;
  z-index: 0;
  font-size: 16px;
  right: 0px;
  padding: 0 5px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #101010;
  cursor: pointer;
}

.card-header .collapsed .show {
  border-bottom: none;
}

#accordion .card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

/*==========================
      map area
===========================*/
.location-wrapper {
  position: relative;
}

.location-wrapper .location {
  position: absolute;
  display: inline-block;
}

.location-wrapper .location.location-1 {
  top: 29%;
  left: 15%;
}

.location-wrapper .location.location-2 {
  top: 51%;
  left: 50%;
}

.location-wrapper .location.location-3 {
  right: 20%;
  top: 20%;
}

.location-wrapper .location.location-4 {
  top: 10%;
  left: 35%;
}

.location-wrapper .location.location-5 {
  left: 30%;
  bottom: 24%;
}

.location-wrapper .location.location-6 {
  left: 70%;
  top: 48%;
}

.location-wrapper .location.location-7 {
  left: 87%;
  bottom: 14%;
}

.location_indicator {
  position: relative;
  width: 5px;
  height: 5px;
  background-color: #ff5c23;
  border-radius: 50%;
}

.location_indicator::before, .location_indicator::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background-color: #ff5c23;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
  animation: pulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
}

.location_indicator::after {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.location_indicator.indicator-2::before, .location_indicator.indicator-2::after {
  animation: pulse 4s infinite cubic-bezier(0.4, 0, 1, 1) both;
  -webkit-animation: pulse 4s infinite cubic-bezier(0.4, 0, 1, 1) both;
}

.location_indicator.indicator-3::before, .location_indicator.indicator-3::after {
  animation: pulse 5s infinite cubic-bezier(0.5, 0, 1, 1) both;
  -webkit-animation: pulse 5s infinite cubic-bezier(0.5, 0, 1, 1) both;
}

.location_indicator.indicator-4::before, .location_indicator.indicator-4::after {
  animation: pulse 6s infinite cubic-bezier(0.6, 0, 1, 1) both;
  -webkit-animation: pulse 6s infinite cubic-bezier(0.6, 0, 1, 1) both;
}

.location_indicator.indicator-5::before, .location_indicator.indicator-5::after {
  animation: pulse 7s infinite cubic-bezier(0.7, 0, 1, 1) both;
  -webkit-animation: pulse 7s infinite cubic-bezier(0.7, 0, 1, 1) both;
}

.location_indicator.indicator-6::before, .location_indicator.indicator-6::after {
  animation: pulse 8s infinite cubic-bezier(0.8, 0, 1, 1) both;
  -webkit-animation: pulse 8s infinite cubic-bezier(0.8, 0, 1, 1) both;
}

.location_indicator.indicator-7::before, .location_indicator.indicator-7::after {
  animation: pulse 9s infinite cubic-bezier(0.9, 0, 1, 1) both;
  -webkit-animation: pulse 9s infinite cubic-bezier(0.9, 0, 1, 1) both;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 217, 204, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 217, 204, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px #ffd9cc;
    box-shadow: 0 0 0 30px #ffd9cc;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #ffd9cc;
    box-shadow: 0 0 0 0 #ffd9cc;
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 217, 204, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 217, 204, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px #ffd9cc;
    box-shadow: 0 0 0 30px #ffd9cc;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #ffd9cc;
    box-shadow: 0 0 0 0 #ffd9cc;
  }
}

.tooltip.show {
  opacity: 1;
}

.tooltip .tooltip-inner {
  padding: 15px;
  width: 100%;
  max-width: 300px;
  text-align: left;
  background: #edf5f8;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.location-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.location-des,
p {
  color: #001541;
}

.tooltip .arrow::before {
  color: #FFFFFF !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: currentColor;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: currentColor;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: currentColor;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: currentColor;
}

/*=================================
        ts map section
 =================================*/
.ts-map-sec {
  overflow: hidden;
  position: relative;
}

.ts-map-sec .ts-maps-wraper .map {
  height: 686px;
  width: 100%;
}

.ts-map-sec .ts-maps-wraper iframe {
  width: 100%;
  height: 100%;
}

/* Chart
================================================== */
.graph-wrapper {
  margin-top: 50px;
}

.graph-caption {
  text-align: center;
}

.graph-caption span {
  position: relative;
  padding: 0 25px;
}

.graph-caption span:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  content: '';
  background: #ff5c23;
  border-radius: 50%;
  margin-top: -7px;
}

.graph-caption span.blue-round:after {
  background: #2154cf;
}

#graph {
  width: 85%;
  height: 350px;
  margin: 0 auto;
}

.morris-hover {
  z-index: 1;
}

/*-- Owl slide common --*/
.owl-carousel.owl-theme .owl-nav {
  text-align: center;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  margin: 0;
  border-radius: 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: #0b89c4;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
  right: 40px;
}

.owl-carousel.owl-loaded .owl-nav .owl-prev.disabled,
.owl-carousel.owl-loaded .owl-nav .owl-next.disabled {
  background: #ff5c23 !important;
  color: #fff !important;
}

/*--owl carousel home slider --*/
.hero-area.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}

.hero-area.owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
  right: auto;
  left: 0;
}

.hero-area.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  height: 25px;
  line-height: 25px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 0px;
  top: 50%;
  font-size: 26px;
}

/* owl carousel home slider content */
.owl-stage-outer .owl-item.active .slider-item .slider-content p {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.owl-stage-outer .owl-item.active .slider-item .slider-content h1 {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.owl-stage-outer .owl-item.active .slider-item .slider-content .btn {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* ts about image wrapper */
.ts-about-image-wrapper.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  top: 20px;
  background: #f5f5f5;
  color: #000;
}

.ts-about-image-wrapper.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background: #ff5c23;
  color: #fff;
}

/* ts features / ts project details */
.ts-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-],
.ts-features .owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background: none;
  color: #9f9f9f;
  font-size: 40px;
  top: 50%;
  right: -50px;
}

.ts-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-]:hover,
.ts-features .owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ff5c23;
}

.ts-project-details .owl-carousel.owl-theme .owl-nav [class*=owl-prev],
.ts-features .owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
  left: -50px;
}

/*-- testimonial carousel --*/
.testimonial-carousel.owl-carousel .owl-item img {
  height: 80px;
  width: 80px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background: none;
  color: #fff;
  font-size: 40px;
  top: 20%;
  right: -28%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  color: #89cb47;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
  left: -28%;
}

/*==========================
      Annual Report
===========================*/
.ts-annual-report .annual-report-tabs-item {
  padding-left: 15px;
}

.ts-annual-report .ts-annual-report-menu {
  background: #edf5f8;
}

.ts-annual-report .ts-annual-report-menu a {
  border-bottom: 1px solid #fff;
  color: #252a37;
}

.ts-annual-report .ts-annual-report-menu a:last-child {
  border-bottom: none;
}

.ts-annual-report .ts-annual-report-menu a:hover {
  background: #ff5c23;
  color: #fff;
}

.ts-annual-report .nav .nav-link.active {
  background: #ff5c23;
  color: #fff;
}

.ts-annual-report .column-title {
  font-size: 30px;
}

.ts-annual-report .ts-archive {
  margin-top: 50px;
}

.ts-annual-report .ts-archive .archive-list {
  border-top: 1px solid #edf5f8;
}

.ts-annual-report .ts-archive .archive-list li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #edf5f8;
}

.ts-annual-report .ts-archive .archive-list li a {
  color: #101010;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
}

.ts-annual-report .ts-archive .archive-list li a:hover {
  color: #ff5c23;
}

.ts-annual-report .ts-archive .archive-list li:hover {
  color: #ff5c23;
}

/* ---- .grid-item ---- */
.grid-item img {
  display: block;
  max-width: 100%;
}

.ts-grid-item {
  margin: 0 -15px;
  background: transparent;
}

.ts-grid-item .grid-item {
  padding: 0 15px;
  margin-bottom: 30px;
}

.ts-grid-item .grid-item a.ts-popup {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.ts-grid-item .grid-item a.ts-popup img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.ts-grid-item .grid-item a.ts-popup:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*==========================
      project details
===========================*/
.projects-slider-item {
  min-height: 550px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  position: relative;
}

/*-- list style classic --*/
.list-style-classic {
  padding: 30px;
}

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

.list-style-classic ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-style-classic ul li:last-child {
  margin-bottom: 0;
}

.list-style-classic ul li div {
  width: 100%;
}

.list-style-classic .project-info-content {
  color: #ffffff;
}

.list-style-classic .project-info-label {
  color: #ffffff;
}

/*-- challenge / result wrapper --*/
.challenge-wrapper,
.result-wrapper {
  padding-right: 20px;
}

/*-- Ts result counter --*/
.ts-result-counter {
  padding: 20px 0px;
}

.ts-result-counter h2 {
  font-family: 'Open Sans', sans-serif;
  color: #ff5d34;
  font-size: 36px;
  margin-bottom: 20px;
}

/*=============================
 Service Details
============================== */
/* service menu */
.service-menu li {
  border-bottom: 1px solid #fff;
  padding: 0 29px;
}

.service-menu li:hover {
  background: #ff5c23;
  color: #fff;
}

.service-menu a {
  display: block;
  padding: 17px;
  color: #252a37;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget.no-padding {
  padding: 0;
}

.ts-service-details-wrapper .intro-video .intro-bg {
  min-height: 280px;
}

.ts-service-details-wrapper .requirement-list li {
  width: 100%;
}

/* work process list */
.work-process-list {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.work-process-list:after {
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: 95%;
  content: '';
  border: 1px dashed #ffae99;
  z-index: -1;
}

.work-process-list li {
  position: relative;
  margin-bottom: 30px;
}

.work-process-list .working-num {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  background: #ff5d34;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
}

.work-process-list .working-text {
  left: 60px;
  top: 5px;
  padding-left: 60px;
}

/* facilities */
.ts-benefit .facilities li {
  width: 100%;
}

.sidebar {
  background-color: transparent !important;
}

.sidebar.sidebar-right {
  margin-left: 10px;
}

.sidebar.sidebar-right.mt-minus-105 {
  margin-top: -105px;
}

.sidebar.sidebar-left {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .sidebar {
    margin-top: 40px;
  }
}

.sidebar .widget {
  padding: 35px 25px;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
}

.sidebar .widget .widget-title {
  font-weight: 400;
}

.sidebar .widget .widget-title span {
  font-weight: 700;
}

.sidebar .widget.widget-social {
  padding-right: 0;
  background: #f1f1f1;
}

.sidebar .widget .service-time li {
  border-bottom: none;
  font-size: 16px;
  color: #666666;
}

.sidebar .widget.widget-download {
  padding: 27px 35px;
  background: #2f3967;
}

.sidebar .widget.widget-search {
  padding: 0;
  border: none;
  position: relative;
}

.sidebar .widget.widget-search input {
  padding: 15px 25px;
  border-radius: 0;
  font-style: italic;
  border-color: #eee;
  color: #101010;
}

.sidebar .widget.widget-search input::-webkit-input-placeholder {
  color: #101010;
}

.sidebar .widget.widget-search input:-ms-input-placeholder {
  color: #101010;
}

.sidebar .widget.widget-search input::-ms-input-placeholder {
  color: #101010;
}

.sidebar .widget.widget-search input::placeholder {
  color: #101010;
}

.sidebar .widget.widget-search .input-group-btn i {
  font-size: 18px;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #ff5d34;
  text-align: center;
  position: absolute;
  right: 0;
  z-index: 999;
  cursor: pointer;
  bottom: 0;
  opacity: unset;
}

.sidebar .widget .widget-title {
  margin-bottom: 35px;
  color: #010101;
}

.sidebar .widget .media {
  margin-bottom: 40px;
}

.sidebar .widget .media img {
  width: 80px;
  height: 70px;
}

.sidebar .widget .media:last-child {
  margin-bottom: 0;
}

.sidebar .widget .media-body {
  margin-left: 20px;
}

.sidebar .widget .media-body .post-date a {
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}

.sidebar .widget .media-body .entry-title a {
  color: #101010;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .widget .media-body .entry-title a:hover {
  color: #ff5d34;
}

.sidebar .widget .media-body h4.entry-title {
  font-size: 15px;
  line-height: 20px;
}

.sidebar .widget .widget-nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar .widget .widget-nav-tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 17px;
}

.sidebar .widget .widget-nav-tabs li a {
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .widget .widget-nav-tabs li:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget-nav-tabs li:hover a,
.sidebar .widget .widget-nav-tabs li:hover span {
  color: #ff5d34;
}

.sidebar .widget.widget-tags ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}

.sidebar .widget.widget-tags ul li a {
  display: block;
  padding: 5px 15px;
  border: 1px solid #eee;
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .widget.widget-tags ul li a:hover {
  background: #ff5d34;
  color: #fff;
}

.sidebar .widget.widget-tags ul li:last-child {
  margin-bottom: 0;
}

.post-date i {
  margin-right: 10px;
}

.widget img {
  position: -webkit-sticky;
  position: sticky;
}

/* News left and Right
=================================== */
.post {
  margin-bottom: 40px;
  position: relative;
}

.post .post-body {
  background: #f9f8fd;
  padding: 17px 40px 30px;
}

.post .post-body .entry-title {
  font-size: 30px;
  margin-bottom: 25px;
}

.post .post-body .entry-title a {
  color: #010101;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.post .post-body .entry-title a:hover {
  color: #ff5d34;
}

.post .post-body .post-meta .post-footer {
  display: block;
  float: right;
  margin-top: 5px;
  margin-right: 0;
}

.post .post-body .post-meta .post-footer a {
  margin-right: 0;
  color: #ff5d34;
}

.post .post-body .post-meta .post-footer a i {
  border-radius: 0;
  border: none;
  font-size: 16px;
  margin-left: 0px;
}

.post .post-quote-wrapper {
  border: 1px solid #eee;
}

.post .post-quote-content {
  padding: 35px 40px 10px;
}

.post .post-quote-content .entry-header i {
  display: inline-block;
  font-size: 46px;
  color: #ff5d34;
  margin-bottom: 22px;
}

.post .post-quote-content .entry-header .entry-title {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 29px;
  font-style: italic;
}

.post .post-quote-content .entry-header .entry-title a {
  color: #666666;
  font-weight: 400;
}

.post .post-quote-content .post-meta {
  padding-top: 10px;
  text-align: left;
}

.post .post-quote-content .post-meta .post-footer {
  display: block;
  float: right;
  margin-top: 5px;
  margin-right: 0;
}

.post .post-quote-content .post-meta .post-footer a {
  margin-right: 0;
  color: #101010;
}

.post .post-quote-content .post-meta .post-footer a i {
  border-radius: 0;
  border: none;
  font-size: 16px;
  margin-left: 0px;
}

.post .post-meta {
  padding-top: 20px;
  margin-bottom: 30px;
}

.post .post-meta .post-author a {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}

.post .post-meta .post-author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.post .post-meta span {
  margin-right: 25px;
}

.post .post-meta .post-comment {
  color: #666666;
  font-size: 14px;
}

.post .post-meta .post-comment a {
  margin-left: 5px;
}

.post .post-meta a {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}

.post .post-meta a:hover {
  color: #ff5d34;
}

/* Contact us */
.mapouter .gmap_canvas {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.mapouter .gmap_canvas #gmap_canvas {
  width: 100%;
  border: none;
}

.contact-details {
  background: #2f3967;
  padding: 52px 40px 38px;
}

.contact-details h2.column-title {
  margin-bottom: 27px;
}

.contact-details .column-title {
  margin-bottom: 12px;
}

.contact-details .contact-info-item {
  margin-bottom: 23px;
}

.contact-details .contact-info-item:last-of-type {
  margin-bottom: 0;
}

.contact-details p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  color: #fff;
}

@media (max-width: 991px) {
  .contact-details {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .contact-details {
    margin-top: 40px;
  }
}

.contact-us .contactMe {
  border: none;
}

.contact-us .contactMe > section {
  padding: 0;
}

.contact-us .contactMe textarea {
  height: 150px;
}

.video-popup {
  position: relative;
}

.video-popup .video-popup-btn {
  position: absolute;
  top: calc(50% - 37px);
  left: calc(50% - 37px);
}

.video-popup .video-popup-btn a {
  width: 75px;
  height: 75px;
  text-align: center;
  background: #2f3967;
  display: block;
  line-height: 75px;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-left: 5px;
}

@media (max-width: 991px) {
  .video-popup img {
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .video-popup img {
    width: 100%;
    margin-top: 40px;
  }
}

/* Video Button */
.video-btn a {
  position: absolute;
  font-size: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  color: #fff;
  z-index: 2;
}

.video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.post-video {
  position: relative;
}

/* Pagination */
.pagination li a {
  width: 40px;
  height: 40px;
  text-align: center;
  margin-right: 5px;
  line-height: 42px;
  display: block;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #101010;
}

.pagination li.active a {
  color: #fff;
  background: #ff5d34;
}

.pagination li a:hover {
  background: #ff5d34;
  color: #fff;
  background: #ff5d34;
}

.post .post-body .post-content .post-footer .readmore {
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  padding: 10px 20px 10px 20px;
  background: #ff5d34;
  color: #fff;
  margin: 10px 0px 5px 0px;
}

.post .post-body .post-content .post-footer .readmore i {
  margin-left: 5px;
}

.post .post-body .post-content .post-footer .readmore:hover {
  background: #101010;
}

/* News Details
=================================== */
.post-content.post-single {
  margin-bottom: 40px;
  position: relative;
}

.post-content.post-single .post-body {
  border: 1px solid #eeeeee;
  padding: 17px 40px 30px;
}

.post-content.post-single .post-body .entry-title {
  font-size: 30px;
  margin-bottom: 25px;
}

.post-content.post-single .post-body .entry-title a {
  color: #010101;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.post-content.post-single .post-body .post-meta {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.post-content.post-single .post-body .post-meta .post-author a {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}

.post-content.post-single .post-body .post-meta .post-author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.post-content.post-single .post-body .post-meta span {
  margin-right: 25px;
}

.post-content.post-single .post-body .post-meta .post-comment {
  color: #666666;
  font-size: 14px;
}

.post-content.post-single .post-body .post-meta .post-comment a {
  margin-left: 5px;
}

.post-content.post-single .post-body .post-meta a {
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 10px;
}

.post-content.post-single .post-body .entry-content blockquote {
  margin-top: 37px;
  margin-bottom: 35px;
  background: #ff5d34;
  padding: 35px;
}

.post-content.post-single .post-body .entry-content blockquote i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
  font-size: 36px;
  color: #fff;
  margin-bottom: 22px;
}

.post-content.post-single .post-body .entry-content blockquote p {
  color: #fff;
  font-style: italic;
}

.post-content.post-single .post-body .entry-content blockquote p cite {
  color: #fff;
  float: right;
  margin-top: 30px;
}

.post-content.post-single .post-body .entry-content > h3 {
  color: #101010;
  font-size: 24px;
  margin-bottom: 25px;
}

.post-content.post-single .post-body .entry-content .list-round-solid {
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.post-content.post-single .post-body .post-footer {
  margin-top: 26px;
}

.post-content.post-single .post-body .post-footer .post-tags strong {
  color: #101010;
  margin-right: 15px;
}

.post-content.post-single .post-body .post-footer .post-tags a {
  border: 1px solid #eee;
  padding: 5px 20px;
  margin-right: 10px;
  color: #666666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.post-content.post-single .post-body .post-footer .post-tags a:hover {
  background: #ff5d34;
  color: #fff;
}

.post-content.post-single .post-body .post-footer .post-tags a:last-child {
  margin-right: 0;
}

.post-content.post-single .post-body .entry-header .post-meta {
  margin-bottom: 0px;
}

.post-social-icons li {
  display: inline-block;
  margin-left: 12px;
}

.post-social-icons li a {
  color: #252a37;
  font-size: 14px;
}

.author-box {
  padding: 40px 40px 20px;
}

.author-box .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.author-box .author-info {
  margin-left: 90px;
}

.author-box .author-info > h3 {
  margin-bottom: 4px;
}

.author-box .author-url {
  margin-bottom: 12px;
}

.author-box .author-url a {
  color: #666666;
  font-size: 14px;
}

.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.post-navigation.borderd {
  border: 1px solid #f1f1f1;
}

.post-navigation .post-previous a span i {
  padding-right: 10px;
}

.post-navigation .post-next a span i {
  padding-left: 5px;
}

.post-navigation div {
  padding: 30px 40px;
}

.post-navigation div a h3 {
  line-height: 30px;
}

.post-navigation div a span {
  color: #666;
  font-size: 14px;
}

.post-navigation div:hover a span i {
  color: #ff5d34;
}

.post-navigation .post-next {
  text-align: right;
}

.post-navigation:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  background: #f1f1f1;
  top: calc(50% - 35px);
  left: calc(50% - 1px);
}

.comments-area .comments-heading {
  font-size: 24px;
  margin-bottom: 32px;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 45px;
}

.comments-list .comment {
  margin-bottom: 40px;
}

.comments-list .comment .comment-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.comments-list .comment .comment-body {
  margin-left: 90px;
}

.comments-list .comment .comment-body .comment-author {
  font-size: 20px;
  color: #101010;
}

.comments-list .comment .comment-body .comment-date {
  display: block;
  font-size: 14px;
  margin-top: -2px;
  margin-bottom: 10px;
}

.comments-list .comment .comment-body .meta-data span a {
  color: #666666;
  font-size: 14px;
}

.comments-list .comment .comment-body .meta-data span a i {
  font-size: 16px;
  color: #252a37;
  margin-right: 5px;
}

.comments-list .comments-reply {
  list-style: none;
  margin: 0;
}

.comments-list .comments-reply .comment {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.comments-list .comments-reply .comment .comment-body {
  background: #f7f9fd;
  padding: 25px 30px 10px;
}

.comments-form .form-control:focus {
  color: #666;
}

.comments-form .title-normal {
  margin-bottom: 35px;
  font-size: 24px;
}

.comments-form form input {
  padding: 12px 18px;
  border-radius: 00;
  border-color: #eeeeee;
}

.comments-form form textarea {
  border-radius: 0;
  border-color: #eeeeee;
  resize: none;
}

/* Sidebar */
/* Widget */
.sidebar.sidebar-right {
  margin-left: 10px;
}

.sidebar.sidebar-right.mt-minus-105 {
  margin-top: -105px;
}

.sidebar.sidebar-left {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .sidebar {
    margin-top: 40px;
  }
}

.sidebar .widget {
  padding: 35px 29px;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
}

.sidebar .widget .widget-title span {
  font-weight: 400;
}

.sidebar .widget.widget-social {
  padding-right: 0;
  background: #f1f1f1;
}

.sidebar .widget .service-time li {
  border-bottom: none;
  font-size: 16px;
  color: #666666;
}

.sidebar .widget.widget-download {
  padding: 27px 35px;
  background: #2f3967;
}

.sidebar .widget.widget-search {
  padding: 0;
  border: none;
  position: relative;
}

.sidebar .widget.widget-search input {
  padding: 15px 25px;
  border-radius: 0;
  font-style: italic;
  border-color: #eee;
  color: #101010;
}

.sidebar .widget.widget-search input::-webkit-input-placeholder {
  color: #101010;
}

.sidebar .widget.widget-search input:-ms-input-placeholder {
  color: #101010;
}

.sidebar .widget.widget-search input::-ms-input-placeholder {
  color: #101010;
}

.sidebar .widget.widget-search input::placeholder {
  color: #101010;
}

.sidebar .widget.widget-search .input-group-btn i {
  font-size: 18px;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #ff5d34;
  text-align: center;
  position: absolute;
  right: 0;
  z-index: 2;
}

.sidebar .widget .widget-title {
  margin-bottom: 35px;
}

.sidebar .widget .media {
  margin-bottom: 40px;
}

.sidebar .widget .media img {
  width: 80px;
  height: 70px;
}

.sidebar .widget .media:last-child {
  margin-bottom: 0;
}

.sidebar .widget .media-body {
  margin-left: 20px;
}

.sidebar .widget .media-body .post-date a {
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}

.sidebar .widget .media-body .entry-title a {
  color: #101010;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .widget .media-body .entry-title a:hover {
  color: #ff5d34;
}

.sidebar .widget .widget-nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar .widget .widget-nav-tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 17px;
}

.sidebar .widget .widget-nav-tabs li a {
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .widget .widget-nav-tabs li:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget-nav-tabs li:hover a,
.sidebar .widget .widget-nav-tabs li:hover span {
  color: #ff5d34;
}

.sidebar .widget.widget-tags ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}

.sidebar .widget.widget-tags ul li a {
  display: block;
  padding: 5px 20px;
  border: 1px solid #eee;
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .widget.widget-tags ul li a:hover {
  background: #ff5d34;
  color: #fff;
}

.sidebar .widget.widget-tags ul li:last-child {
  margin-bottom: 0;
}

/* Contact 
======================================= */
/* Contact 1 */
.ts-contact {
  margin-top: -60px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 0;
}

.ts-contact-form {
  padding: 65px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding-bottom: 100px;
  padding-top: 60px;
  height: 100%;
}

.ts-form-group {
  margin-top: 60px;
}

.ts-form .form-control {
  border: 1px solid #e8e8eb;
  border-radius: 0;
  margin-bottom: 30px;
  height: 45px;
  padding: 10px 20px;
  font-size: 14px;
}

.ts-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ts-form .form-control.message-box {
  resize: none;
  height: 133px;
  margin-bottom: 30px;
}

.ts-form .form-control::-webkit-input-placeholder {
  color: #999999;
}

.ts-form .form-control:-ms-input-placeholder {
  color: #999999;
}

.ts-form .form-control::-ms-input-placeholder {
  color: #999999;
}

.ts-form .form-control::placeholder {
  color: #999999;
}

.ts-form input::-webkit-outer-spin-button,
.ts-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 50px;
  color: #999999;
}

.ts-btn-wraper .btn {
  width: 100%;
}

.ts-form-group .contactMe {
  background: none;
  border: none;
}

.ts-form-group .contactMe .select2-container .select2-selection .select2-selection__rendered {
  color: #999999;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
}

.ts-form-group .contactMe .select2-container .select2-selection {
  height: 45px;
}

.ts-contact-form .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.contactMe .btn {
  border-radius: 0;
  background: #ff5c23;
  font-weight: 700;
  font-size: 14px;
  height: 45px;
  line-height: 19px;
  margin-top: 0;
}

.contactMe .btn:hover {
  color: #fff;
}

/* ts-widget */
.ts-widget-item:last-child {
  margin-bottom: 0;
}

.widget-title,
.branches-title {
  font-size: 20px;
  letter-spacing:0.5px;
}

.ts-widget-area
.column-title {
  margin-bottom: 50px;
}

.ts-widget-contact-info p,
.ts-branch-contact-info p {
  margin-bottom: 0;
  font-size:14px;
  letter-spacing:0.5px;
}

.ts-branch-content-wrapper {
  margin-top: 10px;
}

.branches-img img {
  width: 100%;
}

.ts-widget-item {
  margin-bottom: 60px;
}

.ts-widget-area {
  padding: 60px 35px;
  padding-top: 60px;
  padding-bottom: 48px;
}

.qutoe-form-inner {
  padding: 100px;
}

.ts-quote-area .column-title {
  margin-bottom: 50px;
}

.ts-quote-area .ts-maps-wraper .map {
  height: 686px;
}

.quote_form input::input-placeholder,
.quote_form textarea::input-placeholder {
  color: #666666;
  color: rgba(255, 255, 255, 0.3);
}

.qutoe-form-inner .form-control {
  border: 0;
  border-bottom: 1px solid #d3d3d3;
  padding-left: 0;
  color: #000;
  background: #edf5f8;
  border-radius: 0;
}

.qutoe-form-inner .form-control:focus {
  border: 0;
  border-bottom: 1px solid #ff5c23;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.qutoe-form-inner .form-group .btn {
  margin-top: 15px;
}

/*==================================
   ts funfact 
 ==================================*/
.ts-funfact {
  margin-top: -60px;
  z-index: 2;
  position: relative;
}

.ts-funfact-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0 50px;
}

.ts-single-funfact {
  padding-right: 30px;
  position: relative;
  padding-left: 50px;
}

.ts-single-funfact i {
  font-size: 60px;
  color: #ff5c23;
  border-color: #ff5c23;
}

.ts-single-funfact .funfact-num {
  font-size: 36px;
  font-weight: 700;
  color: #101010;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  padding: 25px 0 18px;
}

.ts-single-funfact .funfact-title {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  margin-bottom: 0;
}

/*==========================
      about area
===========================*/
.about-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
}

.about-content {
  margin-bottom: 15px;
}
.about-content1 {
  margin-bottom: 15px;
  color:#000;
  font-size:18px;
}
 

.single-about-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 350px;
  width: 66%;
}

.ts-about-image-wrapper {
  position: relative;
}

.ts-about-image-wrapper .ts-about-intro {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 350px;
  background: #ff5c23;
  padding: 30px;
  color: #fff;
  padding-top: 35px;
}

.ts-about-image-wrapper .ts-about-intro h3 {
  font-weight: 300;
  color: #fff;
  font-size: 30px;
}

.ts-about-image-wrapper .ts-about-intro span {
  font-weight: 700;
}

.ts-about-image-wrapper p {
  color: #fff;
}

/* ts about gallery */
.ts-about-gallery .ts-about-wrapper {
  padding-right: 5px;
}

.about-gallery img {
  width: 100%;
}

.about-gallery .gallery-3 {
  margin-top: -10px;
}

/* ts sustainability */
.ts-sustainability .intro-left-content {
  padding: 0;
  padding-right: 40px;
}

.ts-sustainability .intro-left-content .column-title {
  color: #101010;
}

.ts-sustainability .intro-left-content .column-title:after {
  background: #ff5c23;
}

.ts-sustainability .intro-left-content .ts-intro-content .intro-icon span {
  color: #101010;
}

.ts-sustainability-image-wrap {
  height: 400px;
  background-repeat: no-repeat;
}

.ts-sustainability-image-wrap .ts-about-intro {
  bottom: 0;
  position: absolute;
  left: 55px;
  background: #ff5c23;
  padding: 25px;
  margin-right: 15px;
}

.ts-sustainability-image-wrap .ts-about-intro:after {
  position: absolute;
  right: 35px;
  top: 30px;
  content: "\e950";
  color: #fff;
  font-size: 55px;
  opacity: .3;
  background-repeat: no-repeat;
  font-family: "iconfont";
}

/*==========================
      history area
===========================*/
.history-area {
  background: #f7f9fb;
}

#history-slid .history-content {
  background: #fff;
  padding: 47px;
  padding-left: 14px;
}

#history-slid .carousel-inner {
  margin-bottom: 45px;
}

#history-slid .carousel-item {
  background: #fff;
}

#history-slid .carousel-item [class*=col] {
  padding: 0;
}

#history-slid .carousel-indicators {
  position: relative;
  left: 0%;
  z-index: 5;
  width: 100%;
  padding-left: 0;
  margin-left: 0%;
  text-align: center;
  list-style: none;
}

#history-slid .carousel-indicators:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 15px;
  background-color: #ddd;
  z-index: -1;
}

#history-slid .carousel-indicators li {
  display: inline-block;
  width: 70px;
  height: 35px;
  line-height: 35px;
  margin: 0 35px;
  text-indent: 0px;
  cursor: pointer;
  color: #101010;
  border: 0px solid #fff;
  border-radius: 0px;
  margin-top: 40px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

#history-slid .carousel-indicators li:before {
  position: absolute;
  top: -30px;
  left: 50%;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background: #101010;
  margin-left: -7px;
}

#history-slid .carousel-indicators li.active {
  line-height: 35px;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  color: #ff5c23;
  background: #fff;
}

#history-slid .carousel-indicators li.active::before {
  background: #ff5c23;
}

#history-slid .carousel-indicators li.active:after {
  position: absolute;
  top: -34px;
  left: 44%;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
  margin-left: -7px;
  border: 1px solid #ff5c23;
}

#history-slid .carousel-item-next,
#history-slid .carousel-item-prev,
#history-slid .carousel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*==========================
      CTA area
===========================*/
.cta-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
}

.cta-area .title-bg-none {
  background: none;
  padding-left: 0;
  color: #ff5c23;
}

.cta-area .column-title {
  color: #fff;
  font-size: 48px;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* cta centred */
.cta-centred {
  padding: 70px 0 80px;
}

.cta-centred .column-title {
  margin-bottom: 20px;
}

.cta-centred p {
  padding: 0 29px;
}

.cta-centred .btn-area {
  margin-top: 40px;
}

/*==========================
      service area
===========================*/
.ts-service-area {
  padding-bottom: 40px;
}

.ts-service-wrapper .ts-service-img img {
  width: 100%;
}

.ts-service-wrapper .ts-service-box-img i {
  font-size: 48px;
  color: #ff5c23;
  border-color: #ff5c23;
}

.ts-service-wrapper .ts-service-box-img.service-icon-four i {
  font-size: 55px;
}

.ts-service-wrapper .ts-service-box-img.service-icon-five i {
  font-size: 38px;
}

.ts-service-wrapper .ts-service-box-img.service-icon-six i {
  font-size: 38px;
}

.ts-service-wrapper .service-box-info {
  padding-left: 80px;
  position: relative;
}

.ts-service-wrapper .service-box-info .ts-title a {
  color: #252a37;
}

.ts-service-wrapper .service-box-info .ts-title a:hover {
  color: #ff5c23;
}

.ts-service-wrapper .service-box-info:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: -100px;
    left: 52px;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.05);
    margin-left: -30px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.ts-service-wrapper .service-box-info:hover .ts-service-wrapper:after {
  opacity: 0;
  visibility: hidden;
}

.ts-service-wrapper .service-box-info:hover:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -350%;
  left: 240px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.02);
  margin-left: -30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  opacity: 0;
}

/* ts service strategic */
.ts-service-strategic {
  padding-bottom: 30px;
}

.ts-service-strategic .ts-service-wrapper {
  text-align: center;
  padding: 5px;
  height: 250px;
}

.ts-service-strategic .ts-service-wrapper .service-box-info {
  padding-left: 0;
}

.ts-service-strategic .ts-service-wrapper .ts-service-box-img svg,
.ts-service-strategic .ts-service-wrapper .ts-service-box-img img {
   
  color: #ff5c23;
}

.ts-service-strategic .ts-service-wrapper .ts-service-box-img i {
  color: #ff5c23;
  font-size: 48px;
}

.ts-service-strategic .ts-service-wrapper .ts-title {
  font-size: 16px;
  padding: 20px 5px 5px 5px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 26px;
}

.ts-service-strategic .ts-service-wrapper .ts-title a {
  color: #101010 !important;
}

.ts-service-strategic .ts-service-wrapper .ts-title a:hover {
  color: #006d3d !important;
}

.ts-service-strategic .ts-service-wrapper .btn-link {
  color: #666666;
  font-size: 15px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.ts-service-strategic .ts-service-wrapper .btn-link i {
  margin-left: 0;
  font-size: 8px;
  top: -1px;
  font-weight: 700;
}

.ts-service-strategic .ts-service-wrapper .btn-link:hover {
  color: #ff5c23;
}

/*==========================
      facts area
===========================*/
.ts-facts-area {
  background: #ff5c23;
  overflow: hidden;
}

.ts-facts-area [class*=col] {
  padding: 0;
}

.intro-right-content {
  max-width: 560px;
  padding: 95px 0px 65px 55px;
  overflow: hidden;
  height: 100%;
}

.intro-right-content .column-title {
  margin-bottom: 60px;
  color: #fff;
  position: relative;
  line-height: 45px;
}

.intro-right-content .column-title:after {
  position: absolute;
  left: 0;
  width: 45px;
  height: 3px;
  content: '';
  background: #fff;
  bottom: -30px;
}

.intro-right-content p {
  color: #fff;
  margin-bottom: 30px;
}

.ts-intro-content {
  margin-left: 15px;
}

.ts-intro-content .intro-icon {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ts-intro-content .intro-icon i {
  font-size: 36px;
  color: #fff;
  border-color: #fff;
}

.ts-intro-content .intro-icon h5 {
  margin-left: 20px;
  color: #fff;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ts-left-intro-content {
  margin-bottom: 15px;
  margin-left: 0;
}

.ts-left-intro-content .intro-icon i {
  color: #101010;
  border-color: #101010;
}

.ts-left-intro-content .intro-icon h5 {
  color: #101010;
}

.intro-left-content .intro-icon i {
  color: #ff5c23;
  border-color: #ff5c23;
}

.intro-video {
  position: relative;
  height: 100%;
}

.intro-video .intro-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  min-height: 450px;
}

.intro-video .video-icon i {
  font-size: 80px;
  margin-left: -25px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  line-height: 50px;
  margin-top: -25px;
}

.intro-video .video-icon i:hover {
  color: #ff5c23;
}

/*==========================
      features area
===========================*/
.ts-features {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ts-features-content p {
  position: relative;
  padding-left: 140px;
}

.ts-features-content p::after {
  position: absolute;
  left: 35px;
  top: 0;
  width: 1px;
  height: 100%;
  content: '';
  background: #bebebe;
}

.features-project [class*=col] {
  padding: 0;
}

.features-project .single-project {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  min-height: 450px;
}

.features-project .single-project:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #000;
  opacity: .4;
  z-index: -1;
}

.features-project .single-project:hover .project-info {
  opacity: 1;
}

.features-project .single-project:hover .project-content {
  opacity: 0;
}

.features-project .single-project h4 {
  font-size: 18px;
  margin-top: 30px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 23px;
  color: #fff;
}

.features-project .single-project p {
  color: #fff;
  margin-bottom: 27px;
}

.features-project .single-project .project-content {
  position: absolute;
  left: 30px;
  bottom: 0;
}

.features-project .single-project i {
  font-size: 70px;
  color: #fff;
}

.features-project .single-project .project-info {
  background: rgba(255, 92, 35, 0.85);
  padding: 100px 30px 30px;
  overflow: hidden;
  opacity: 0;
  z-index: 999;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.features-project .single-project .project-info h4 {
  margin-bottom: 16px;
}

.features-project .single-project .ts-btn a {
  background: #fff;
  color: #ff5c23;
}

/* ts features classic */
.ts-features-classic {
  margin-top: -60px;
  z-index: 2;
  position: relative;
}

.ts-features-classic .ts-features-wrapper {
  padding: 45px 0px 29px 0;
  position: relative;
  z-index: 1;
}

.ts-features-classic .ts-features-wrapper:after, .ts-features-classic .ts-features-wrapper:before {
  position: absolute;
  left: -48px;
  top: 0;
  height: 100%;
  width: 50px;
  content: '';
  background: #09152e;
  z-index: -1;
}

.ts-features-classic .ts-features-wrapper:before {
  right: -48px;
  left: auto;
}

.ts-features-classic .features-num {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  margin-bottom: 44px;
  position: relative;
  font-weight: 600;
  font-family: "Zilla Slab", serif;
  margin-top: 15px;
}

.ts-features-classic .features-num:after {
  position: absolute;
  left: 0;
  height: 1px;
  width: 40px;
  background: #ff5d34;
  content: '';
  bottom: -26%;
}

.ts-features-classic .features-num span {
  display: block;
  color: #ff5d34;
  font-size: 48px;
  margin-bottom: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.ts-features-classic .features-text {
  color: #fff;
  opacity: .5;
  font-size: 15px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
}

/*==========================
      Recent Projects area
===========================*/
.recent-project-wrapper {
  margin-bottom: 35px;
}

.recent-project-wrapper .recent-project-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

.recent-project-wrapper .recent-project-img img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.recent-project-wrapper .recent-project-img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.recent-project-info {
  margin-top: 10px;
}

.recent-project-info .ts-title {
  margin-bottom: 0;
}

.recent-project-info .project-title {
  color: #ff5d34;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.recent-project-info .ts-title a {
  color: #252a37;
}

.recent-project-info .ts-title a:hover {
  color: #ff5d34;
}

/*-- project version 2 --*/
.project-v-3 .recent-project-info {
  display: inline-block;
  position: absolute;
  background: #fff;
  bottom: 0;
  padding: 20px 40px;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.project-v-3 .grid-item:hover .recent-project-info {
  opacity: 1;
}

/*==========================
      testimonial area
===========================*/
.testiomonial-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.testiomonial-area .section-title {
  color: #fff;
  margin-bottom: 20px;
}

.testiomonial-area .section-title span {
  color: #fff;
}

.testimonial-carousel p { 
  font-size: 15px;
  color: #fff;
  letter-spacing:0.5px;
}

.testimonial-carousel .single-testimonial .testimonial-footer {
  margin-top: 25px;
}

.testimonial-carousel .single-testimonial .testimonial-footer h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-bottom: 0;
}

.testimonial-carousel .single-testimonial .testimonial-footer h3 span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  text-align: left;
  opacity: .5;
}

.testimonial-carousel .single-testimonial .testimonial-footer .client-info {
  margin-left: 15px;
}

/*==========================
      blog area
===========================*/
.single-blog {
  padding: 40px;
}

.single-blog .post-meta {
  display: inline-block;
  color: #ff5c23;
  margin-bottom: 20px;
}

.single-blog .post-meta i {
  margin-right: 8px;
}

.single-blog .post-date {
  margin-left: 35px;
  color: #6c6b6f;
}

.single-blog h3 {
  font-weight: 400;
}

.single-blog h3 a {
  color: #101010;
}

.single-blog h3 a:hover {
  color: #ff5c23;
}

.single-blog .btn-link i {
  font-size: 17px;
  opacity: 0;
}

.blog-box {
  border: 1px solid #d2d2d2;
}

.blog-box:hover {
  background-color: #edf5f8;
}

.blog-box:hover .btn-link i {
  opacity: 1;
}

.blog-box.two {
  border-left-color: #fff;
  border-right-color: #fff;
}

.blog-box.two:hover {
  border-left-color: #edf5f8;
  border-right-color: #edf5f8;
}

/*==========================
      partners area
===========================*/
.ts-partners {
  padding: 47px;
  background: #edf5f8;
}

.partner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* ts partner list */
.ts-partner-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.ts-partner-list li {
  min-height: 125px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.ts-partner-list li:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

.ts-partner-list li:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
}

.ts-partner-list li:nth-child(1):before, .ts-partner-list li:nth-child(2):before, .ts-partner-list li:nth-child(3):before, .ts-partner-list li:nth-child(4):before, .ts-partner-list li:nth-child(5):before {
  background: #e6e6e6;
}

.ts-partner-list li:nth-child(1):after, .ts-partner-list li:nth-child(2):after, .ts-partner-list li:nth-child(3):after, .ts-partner-list li:nth-child(4):after, .ts-partner-list li:nth-child(6):after, .ts-partner-list li:nth-child(7):after, .ts-partner-list li:nth-child(8):after, .ts-partner-list li:nth-child(9):after {
  background: #e6e6e6;
}

.happy-client li:nth-child(1):before, .happy-client li:nth-child(2):before, .happy-client li:nth-child(3):before, .happy-client li:nth-child(4):before, .happy-client li:nth-child(5):before {
  background: none;
}

/*==========================
      team area
===========================*/
.team-area .ts-team-wrapper {
  position: relative;
  display: inline-block;
}

.team-area .ts-team-img {
  position: relative;
}

.team-area .ts-team-img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(255, 92, 35, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.team-area .ts-team-info {
  border: 1px solid #d8d8d8;
  border-top: none;
  padding: 20px 0;
}

.team-area .team-social {
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.team-area .team-social-classic {
  margin-top: 10px;
}

.team-area .team-social li,
.team-area .team-social-classic li {
  list-style: none;
  display: inline-block;
}

.team-area .team-social a,
.team-area .team-social-classic a {
  margin-right: 15px;
  font-size: 24px;
  color: #fff;
}

.team-area .team-social-classic li a {
  color: #101010;
  font-size: 14px;
}

.team-area .team-name {
  font-size: 24px;
  color: #101010;
}

.team-area .team-designation {
  margin-bottom: 0;
}

.team-area .ts-team-wrapper:hover .team-social {
  opacity: 1;
  visibility: visible;
}

.team-area .ts-team-wrapper:hover .ts-team-img:after {
  opacity: 1;
  visibility: visible;
}

.team-area .ts-team-wrapper:hover .team-name {
  color: #ff5c23;
}

.team-area .ts-team-wrapper:hover .ts-team-info {
  border: none;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
}

/*==========================
      faq area
===========================*/
.ts-faq .sidebar .widget {
  margin-top: 0;
}

.ts-faq-wrapper .column-title {
  margin-bottom: 70px;
}

.sidebar.sidebar-right {
  margin-top: 0;
}

.sidebar.primary-bg {
  margin-left: 0;
}

/*==========================
      ts subscribe
===========================*/
.ts-subscribe {
  /* padding: 20px 0; */
}

.ts-subscribe-wrapper {
  position: relative;
}

.ts-newsletter .column-title {
  margin-bottom: 0;
  color:#fff;
}

.ts-newsletter .column-title i {
  color: #ff5c23;
}

.ts-newsletter-form .form-group {
  margin-bottom: 0;
}

.ts-newsletter-form .form-control {
  border-radius: 0;
  border: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ts-newsletter-form .form-control::-webkit-input-placeholder {
  font-size: 14px;
}

.ts-newsletter-form .form-control:-ms-input-placeholder {
  font-size: 14px;
}

.ts-newsletter-form .form-control::-ms-input-placeholder {
  font-size: 14px;
}

.ts-newsletter-form .form-control::placeholder {
  font-size: 14px;
}

.ts-newsletter-form .btn {
  position: absolute;
  right: 15px;
  top: 0;
  padding: 0px 14px;
  height: 100%;
}

.ts-newsletter-form .btn:hover {
  opacity: .8;
  background-color: #ff5c23;
  color: #fff;
}

.ts-newsletter-form .btn i {
  font-size: 20px;
  line-height: 45px;
}

/* widget / sidebar */
.widget,
.sidebar {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.ads-box-wrapper p,
.widget p {
  color: #fff;
}

.widget-wrapper {
  padding: 35px 29px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.widget-wrapper img {
  position: absolute;
  width: 150px;
  height: 150px;
  right: -50px;
  bottom: 30px;
  z-index: -1;
}

.widget {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.widget i {
  position: absolute;
  right: -50px;
  bottom: 30px;
  z-index: -1;
  font-size: 150px;
  color: #fff;
  opacity: .3;
}

.side-btn {
  margin-top: 20px;
}

/*==========================
      ts career
===========================*/
.ts-career .sidebar {
  margin-top: 0;
}

.ts-career .widget {
  margin-top: 0;
}

.ts-career-wrapper p {
  margin-top: 35px;
  margin-bottom: 45px;
}

.requirement-list {
  margin-left: 20px;
  display: inline-block;
}
.requirement-list p{
  color:#fff;
  text-align:justify;
}

.requirement-list li {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

/* ts projects result */
.ts-projects-result .requirement-list {
  margin-top: 20px;
}

.ts-projects-result .requirement-list li {
  width: 100%;
}

/*==========================
      application process
===========================*/
.application-process-wrapper {
  padding-top: 100px;
}

.application-process-img {
  height: 195px;
  width: 195px;
  text-align: center;
  border: 10px solid #edf5f8;
  border-radius: 50%;
  line-height: 175px;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.application-process-img:hover {
  -webkit-box-shadow: 0px 0px 3px 0px #ff5c23;
  box-shadow: 0px 0px 3px 0px #ff5c23;
}

.application-process-img:after {
  position: absolute;
  right: 88px;
  top: 50%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/career/long-arrow.png);
  content: '';
}

.application-process-img.first:after {
  display: none;
}

.ts-application-process {
  padding: 30px;
  padding-bottom: 0;
}

.ts-application-process h3 {
  margin-top: 30px;
  font-size: 24px;
  margin-bottom: 0;
}

/*==========================
      ts jobs
===========================*/
.ts-jobs-wrapper {
  padding: 50px;
  padding-bottom: 0;
  padding-top: 0;
}

.ts-jobs-image i {
  font-size: 50px;
  color: #101010;
}

.jobs-content h4 {
  font-size: 18px;
  margin-top: 20px;
}

.jobs-content h4 a {
  color: #101010;
}

.jobs-content h4 a:hover {
  color: #ff5c23;
}

/*==========================
      footer area
===========================*/
.ts-footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 20px;
}

.footer-left-content p {
  color: #d5d5d5;
  margin-top: 35px;
  padding-right: 45px;
}

.footer-left-content .contact {
  margin-top: 40px;
}

.footer-left-content .contact h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-left-content .contact p {
  margin: 0;
}

.widget-title {
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
}

.list-arrow {
  list-style: none;
}

.list-arrow li {
  line-height: normal;
  font-size: 13px;
  letter-spacing:0.5px;
  width: 50%;
  padding-bottom: 10px;
  float: left;
}

.list-arrow li:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 10px;
  color: #fff;
  font-size: 15px;
}

.list-arrow a {
  color: #d5d5d5;
}

.list-arrow a:hover {
  color: #fc6a2a;
}

.week-schedule li {
  width: 100%;
  color: #d5d5d5;
}

.week-schedule li:before {
  content: none;
}

.week-schedule li span {
  float: right;
}

.footer-social {
  float: right;
}

.footer-social li {
  list-style: none;
  display: inline-block;
}

.footer-social li a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #000;
  margin-right: 5px;
  color: #fff;
}

.footer-social li .fa-facebook {
  background-color: #3B5998;
}

.footer-social li .fa-twitter {
  background-color: #55ACEE;
}

.footer-social li .fa-linkedin {
  background-color: #0976B4;
}

.footer-social li .fa-instagram {
  background-color: #B7242A;
}

.copy-right { 
  padding: 0px 0 15px 0;
  margin-top: 0px;
}

.copy-right .copyright-text {
  margin-top: 0px;
  color: #fff;
  font-size:13px;
  letter-spacing:0.5px;
}

/*-- ts footer classic --*/
.ts-footer-classic .ts-footer-widget {
  margin-top: 0px;
}

.ts-footer-classic .ts-footer-widget .widget-title {
  margin-bottom: 10px;
  color: #101010;
}

.ts-footer-classic .widget-title {
  color: #101010;
}

.ts-footer-classic p {
  margin-top: 0;
  color: #333;
  font-size:13px;
  letter-spacing:0.5px;
}

.ts-footer-classic .list-arrow li::before {
  color: #333;
}

.ts-footer-classic .list-arrow li a {
  color: #333;
}

.ts-footer-classic .contact {
  margin-top: 0;
}

.ts-footer-classic .contact h3 {
  color: #101010;
  margin-top: 15px;
  font-weight: 500;
}

.ts-footer-classic .latest-widget li {
  color: #101010;
  position: relative;
  width: 100%;
}

.ts-footer-classic .latest-widget li::before {
  display: none;
}

.ts-footer-classic .latest-widget li:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 1px;
  width: 100%;
  content: '';
  background: #e1e1e1;
}

.ts-footer-classic .latest-widget li:last-child:after {
  background: none;
}

.ts-footer-classic .latest-widget li span {
  color: #666666;
  display: block;
  margin-top: 8px;
}

.ts-footer-classic .latest-widget li span i {
  margin-right: 8px;
}

/*------------back to top-------------*/
.BackTo {
  background: #89cb47 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 18px;
  color: #979797;
  cursor: pointer;
  height: 44px;
  position: fixed;
  right: 14px;
  text-align: center;
  width: 44px;
  z-index: 9;
  display: block;
  padding: 8px 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.BackTo:hover {
  background: #000;
}

.BackTo a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 2px;
}
.book{
	background-color: #021c9c;
    height: 80px;
    border-radius: 10px;
    width: 80%;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:20px;
	letter-spacing:0.8px;
	margin-top:20px;
	margin-bottom:20px;
}
.book:a{
	background-color: #021c9c;
    height: 80px;
    border-radius: 10px;
    width: 80%;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:20px;
}
.book1{
	background-color: #6cbd92;
    height: 120px; 
    width: 80%;
	color:#fff; 
	text-align:center;
	font-size:16px;
	letter-spacing:0.8px;
	float:right;
	padding-top:20px;
}
.bookttl{
	font-size:20px;
	letter-spacing:1.5px;
	text-align:center;
	padding : 15px;
}
.bdr{
	border-bottom:5px solid #7cb595;
	width:15%;
}
.blt{
	list-style:none;
	color:#000;
	text-align:center;
	font-size:20px;
	line-height:35px;
}
.ttlclr{
	color:#fff;
	margin-top:30px;
}
.phn{
	color:#fff;
	font-weight:600; 
}
.ttlinr{
	margin-top:135px;
}
.branch-title{
	text-align:center;
	font-size:20px;
	padding-bottom:0px;
}

.branch-title1{
	text-align:center;
	font-size:15px;
	color:#000; 
	padding-bottom:0px;
}
.branch-title2{
	text-align:center;
	font-size:15px;
	color:#fff; 
	padding-bottom:0px;
}
.branch-title2 p{
	color:#fff;
}
@media (max-width: 991px) {
  
  .book1{
		float:none;
		margin: 0 auto 20px auto;
	}
	.book{
		margin:20px auto 0 auto;
	}
}
.cntwht{
	color:#fff;
}
 