body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #231b01;
  line-height: 1;
  letter-spacing: normal;
}

.container {
  padding: 0;
}

/*Loader*/
.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999999;
  background: #0b92c5;
  background: -moz-linear-gradient(45deg, #0b92c5 0%, #17b4ed 100%);
  background: -webkit-linear-gradient(45deg, #0b92c5 0%, #17b4ed 100%);
  background: linear-gradient(45deg, #0b92c5 0%, #17b4ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b92c5', endColorstr='#17b4ed',GradientType=1 );
}
.loader .item {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.loader .item .img {
  display: inline-block;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*Header*/
.header {
  width: 100%;
  position: fixed;
  height: 120px;
  padding: 28px 0;
  left: 0;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 999;
  background-color: #0b92c5;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.header.fixed {
  height: 80px;
  padding: 16px 0;
}
.header.fixed .content .logo a img {
  width: 140px;
}
.header.fixed .content .menu .ct > ul {
  margin: 15px 0 0 0;
}
.header.fixed .content .menu .ct > ul > li > a {
  font-size: 1.3em;
}
.header .content > * {
  margin: 0;
  padding: 0;
}
.header .content .logo a {
  display: inline-block;
  text-decoration: none;
}
.header .content .logo a img {
  display: inline-block;
  width: 190px;
  height: auto;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.header .content .menu {
  width: 100%;
  text-align: right;
}
.header .content .menu .social-icons {
  text-align: right;
  padding-top: 8px;
}
.header .content .menu .social-icons a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  border-radius: 30px;
  font-size: 1.3em;
  margin-left: 5px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.header .content .menu .social-icons a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.header .content .menu .social-icons,
.header .content .menu .close-ic {
  display: none;
}
.header .content .menu .ct > ul {
  margin: 22px 0 0 0;
  padding: 0;
}
.header .content .menu .ct > ul > li {
  display: inline-block;
  margin-left: 25px;
}
.header .content .menu .ct > ul > li:hover > a, .header .content .menu .ct > ul > li.selected > a {
  color: #fdb817;
}
.header .content .menu .ct > ul > li > a {
  font-family: "Poppins", sans-serif;
  font-size: 1.3em;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  letter-spacing: .02em;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  position: relative;
}
.header .content .menu .ct > ul > li > a i {
  font-size: 1.1em;
  left: -4px;
  position: absolute;
  width: 100%;
}
.header .content .menu .ct > ul > li:hover > ul.sub-menu {
  opacity: 1;
  pointer-events: auto;
  margin-top: 20px;
}
.header .content .menu .ct > ul > li ul.sub-menu {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
  width: 100%;
  max-width: 300px;
  min-width: 200px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  opacity: 0;
  pointer-events: none;
}
.header .content .menu .ct > ul > li ul.sub-menu > li {
  display: block;
}
.header .content .menu .ct > ul > li ul.sub-menu > li > a {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  color: #231b01;
  font-weight: 500;
  display: block;
  letter-spacing: .02em;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  padding: 16px 20px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.header .content .menu .ct > ul > li ul.sub-menu > li > a:hover {
  background-color: #eee;
}
.header .content .menu-ic {
  display: none;
}

/*Main*/
.slider {
  margin-top: 120px;
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
  background-color: #fdb817;
}
.slider .swiper-slide {
  width: 100%;
  height: 650px;
  background-color: #fdb817;
  overflow: hidden;
}
.slider .swiper-slide .container {
  height: 650px;
  padding: 0;
}
.slider .swiper-slide .container .name {
  width: 60%;
  top: 45%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider .swiper-slide .container .name strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 5em;
  color: #fff;
  display: block;
  line-height: 1.2;
}
.slider .swiper-slide .container .name p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #231b01;
  font-size: 1.8em;
  line-height: 1.4;
  margin: 0;
}
.slider .swiper-slide .container .image {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 550px;
  z-index: 8;
  text-align: right;
}
.slider .swiper-slide .container .image img {
  width: auto;
  height: 100%;
  display: inline-block;
}
.slider .swiper-pagination {
  bottom: 30px;
}
.slider .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.8em;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  margin: 0 7px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.slider .swiper-pagination .swiper-pagination-bullet:hover, .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #231b01;
}

.what-we-do {
  width: 100%;
  height: auto;
  position: relative;
  padding: 70px 0;
  background-color: #0b92c5;
  overflow: hidden;
}
.what-we-do:after {
  width: 100%;
  height: 100%;
  background-image: url(../../img/block-bg.jpg);
  background-size: cover;
  background-position: center center;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  opacity: .2;
}
.what-we-do > * {
  position: relative;
  z-index: 5;
}
.what-we-do .title {
  text-align: center;
  margin-bottom: 50px;
}
.what-we-do .title strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  font-size: 4em;
  letter-spacing: -.05em;
  display: block;
}
.what-we-do .title p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  color: #fff;
  line-height: 1.5;
}
.what-we-do .list {
  text-align: center;
}
.what-we-do .list .item {
  width: 23%;
  height: 300px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.what-we-do .list .item a {
  display: block;
  text-decoration: none;
  padding: 30px 10px;
  height: 100%;
  border: 5px solid #fdb817;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.what-we-do .list .item a:hover {
  background-color: #fdb817;
}
.what-we-do .list .item a:hover .name > *, .what-we-do .list .item a:hover .capt p {
  color: #231b01;
}
.what-we-do .list .item a .name > * {
  color: #fdb817;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.what-we-do .list .item a .name i {
  font-size: 48px;
}
.what-we-do .list .item a .name strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 1.8em;
  margin-top: 10px;
  line-height: 1.3;
  padding: 0 30px;
}
.what-we-do .list .item a .capt p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  color: #fff;
  line-height: 1.5;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.projects {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.projects:before, .projects:after {
  width: 50%;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 4;
}
.projects:before {
  background-color: #fdb817;
  left: 0;
}
.projects:after {
  background-color: rgba(11, 146, 197, 0.9);
  right: 0;
}
.projects .content {
  position: relative;
  z-index: 5;
  text-align: center;
}
.projects .content .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3em;
  letter-spacing: -.02em;
  color: #231b01;
  padding-right: 35px;
}
.projects .content .title span {
  color: #fff;
  display: inline-block;
  margin-left: 20px;
}
.projects .content .list {
  margin: 30px 0 0 0;
  height: 900px;
  overflow-x: hidden;
  direction: rtl;
}
.projects .content .list .direction {
  width: 100%;
  text-align: center;
  direction: ltr;
}
.projects .content .list .direction .item {
  width: 800px;
  height: 260px;
  margin-top: 30px;
  display: inline-block;
  text-align: left;
  overflow: hidden;
}
.projects .content .list .direction .item:nth-child(even) .image {
  float: left;
}
.projects .content .list .direction .item:nth-child(even) .capt .v-center {
  text-align: left;
}
.projects .content .list .direction .item:nth-child(even) .capt .v-center strong,
.projects .content .list .direction .item:nth-child(even) .capt .v-center p,
.projects .content .list .direction .item:nth-child(even) .capt .v-center a {
  color: #fff;
}
.projects .content .list .direction .item:nth-child(even) .capt .v-center a {
  border-color: #fff;
}
.projects .content .list .direction .item .image {
  float: right;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-positon: center center;
}
.projects .content .list .direction .item .image a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(35, 27, 1, 0.7);
  color: #fdb817;
  opacity: 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.projects .content .list .direction .item .image a:hover {
  opacity: 1;
}
.projects .content .list .direction .item .image a i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  display: inline-block;
  font-size: 48px;
  opacity: 0.7;
}
.projects .content .list .direction .item .capt {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.projects .content .list .direction .item .capt .v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  text-align: right;
  padding: 30px 50px;
}
.projects .content .list .direction .item .capt .v-center strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #231b01;
  font-size: 2.3em;
  display: block;
}
.projects .content .list .direction .item .capt .v-center p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3em;
  color: #231b01;
  line-height: 1.4;
}
.projects .content .list .direction .item .capt .v-center a {
  width: 55px;
  height: 50px;
  border: 1px solid #231b01;
  display: inline-block;
  text-align: center;
  color: #231b01;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.projects .content .list .direction .item .capt .v-center a:hover {
  background-color: rgba(35, 27, 1, 0.2);
}
.projects .content .list .direction .item .capt .v-center a i {
  font-size: 30px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.projects .content .more-link {
  margin-top: 40px;
}
.projects .content .more-link a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: rgba(35, 27, 1, 0.6);
  font-size: 1.8em;
  text-decoration: none;
  margin-right: 165px;
  display: inline-block;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.projects .content .more-link a:hover {
  color: #231b01;
}
.projects .content .more-link a:hover i {
  margin-left: 30px;
}
.projects .content .more-link a i {
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  color: #fff;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.customers {
  padding: 70px 0;
  position: relative;
  text-align: center;
  background-color: #0b92c5;
  overflow: hidden;
}
.customers .content {
  border: 4px solid #fdb817;
  padding: 50px 0;
}
.customers .content .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3em;
  letter-spacing: -.02em;
  color: #fdb817;
}
.customers .content .list {
  margin: 50px 0;
}
.customers .content .list .item {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 120px;
  margin: 0 20px;
  background-color: #fff;
  text-align: center;
  padding: 10px
}
.customers .content .list .item img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: 90%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /*
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  */
}
.customers .content .more-link a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.8em;
  text-decoration: none;
  margin-right: 165px;
  display: inline-block;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.customers .content .more-link a:hover {
  color: #fdb817;
}
.customers .content .more-link a:hover i {
  margin-left: 30px;
}
.customers .content .more-link a i {
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  color: #fff;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.customers .content .more-link a {
  margin-right: 0;
  font-size: 1.5em;
}
.customers .content .more-link a i {
  margin-left: 0;
}

.comments {
  padding: 70px 0;
  background-color: #fdb817;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.comments .content .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3em;
  letter-spacing: -.02em;
  color: #231b01;
}
.comments .content .list {
  margin-top: 60px;
}
.comments .content .list .item {
  text-align: center;
  width: 100%;
  display: block;
  height: auto;
}
.comments .content .list .item .img {
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.comments .content .list .item .img img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block !important;
}
.comments .content .list .item .img:after {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #fff;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -15px;
}
.comments .content .list .item .capt {
  margin: 30px 0;
}
.comments .content .list .item .capt p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.4;
  color: #231b01;
}
.comments .content .list .item .name {
  font-size: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  color: #231b01;
}
.comments .content .list .item .name span {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.comments .content .list .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.comments .content .list .owl-dots .owl-dot {
  margin: 0 4px;
  display: inline-block;
}
.comments .content .list .owl-dots .owl-dot:hover span, .comments .content .list .owl-dots .owl-dot.active span {
  background: #231b01;
}
.comments .content .list .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(35, 27, 1, 0.4);
  display: block;
  border-radius: 30px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.comments .content .more-link a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #231b01;
  font-size: 1.8em;
  text-decoration: none;
  margin-right: 165px;
  display: inline-block;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.comments .content .more-link a:hover {
  color: #231b01;
}
.comments .content .more-link a:hover i {
  margin-left: 30px;
}
.comments .content .more-link a i {
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  color: #231b01;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.comments .content .more-link a {
  margin-right: 0;
  font-size: 1.5em;
}
.comments .content .more-link a i {
  margin-left: 0;
}

.blog {
  position: relative;
  padding: 60px 0;
  background-color: #0b92c5;
  overflow: hidden;
}
.blog .content .list {
  text-align: center;
}
.blog .content .list .item {
  width: 30%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px;
  text-align: left;
}
.blog .content .list .item a {
  display: block;
  border: 4px solid #fdb817;
  padding: 20px;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.blog .content .list .item a:hover {
  background-color: #fdb817;
}
.blog .content .list .item a:hover .icon i,
.blog .content .list .item a:hover .title strong {
  color: #231b01;
}
.blog .content .list .item a:hover .lines span {
  background-color: #231b01;
  height: 40px;
}
.blog .content .list .item a:hover .lines span:nth-child(2) {
  height: 20px;
}
.blog .content .list .item a > * {
  display: inline-block;
  vertical-align: middle;
}
.blog .content .list .item a .icon i {
  font-size: 42px;
  color: #fff;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.blog .content .list .item a .lines {
  margin: 0 10px;
}
.blog .content .list .item a .lines span {
  width: 2px;
  height: 30px;
  background-color: #fdb817;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.blog .content .list .item a .lines span:nth-child(2) {
  height: 50px;
}
.blog .content .list .item a .title {
  width: 68%;
}
.blog .content .list .item a .title strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  display: block;
  font-size: 1.3em;
  line-height: 1.4;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

/*Footer*/
.footer {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background-color: #086e95;
}
.footer .content .logo a {
  display: inline-block;
  text-decoration: none;
}
.footer .content .logo a img {
  display: inline-block;
  width: 190px;
  height: auto;
}
.footer .content .copyright {
  text-align: center;
  padding-top: 20px;
}
.footer .content .copyright p {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.3em;
  color: #fff;
}
.footer .content .social-icons {
  text-align: right;
  padding-top: 8px;
}
.footer .content .social-icons a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  border-radius: 30px;
  font-size: 1.3em;
  margin-left: 5px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.footer .content .social-icons a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer .back-to-top {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.footer .back-to-top a {
  color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.footer .back-to-top a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer .back-to-top a i {
  font-size: 4em;
  display: inline-block;
}

/*In Page*/
.in-page {
  margin-top: 120px;
  position: relative;
}
.in-page .banner {
  width: 100%;
  padding: 80px 0;
  height: auto;
  background-color: #0ca4dd;
  text-align: center;
  position: relative;
}
.in-page .banner .content {
  position: relative;
  z-index: 5;
}
.in-page .banner .content .title h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3em;
  letter-spacing: -.02em;
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}
.in-page .banner .content .breadcrumb ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.in-page .banner .content .breadcrumb ul li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 1em;
  vertical-align: middle;
  color: #fff;
}
.in-page .banner .content .breadcrumb ul li a {
  color: #fff;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page .banner .content .breadcrumb ul li i {
  font-size: 1.3em;
}
.in-page .banner .content .breadcrumb ul li:hover a, .in-page .banner .content .breadcrumb ul li.selected {
  color: #fff;
}
.in-page .banner:after {
  width: 100%;
  height: 100%;
  background-image: url(../../img/block-bg.jpg);
  background-size: cover;
  background-position: center center;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  opacity: .1;
}
.in-page > .content {
  padding: 50px 0;
  background-color: #fff;
}
.in-page > .content .container > * {
  margin: 0;
  padding: 0;
}
.in-page > .content .p-capt img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.in-page > .content .p-capt img.left {
  float: left;
}
.in-page > .content .p-capt iframe {
  width: 100%;
  height: 300px;
  display: block;
}
.in-page > .content .p-capt h1,
.in-page > .content .p-capt h2,
.in-page > .content .p-capt h3,
.in-page > .content .p-capt h4,
.in-page > .content .p-capt h5,
.in-page > .content .p-capt h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #231b01;
  margin-top: 30px;
}
.in-page > .content .p-capt p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  color: #333;
  line-height: 1.5;
}
.in-page > .content .p-capt p strong,
.in-page > .content .p-capt p b {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.in-page > .content .p-capt p a {
  color: #0b92c5;
}
.in-page > .content .rr {
  padding-left: 50px;
}
.in-page > .content .in-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.in-page > .content .in-menu ul li {
  display: block;
}
.in-page > .content .in-menu ul li:hover a, .in-page > .content .in-menu ul li.selected a {
  background-color: #eea702;
}
.in-page > .content .in-menu ul li.selected a {
  color: #fff;
}
.in-page > .content .in-menu ul li a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  color: #231b01;
  background-color: #fdb817;
  padding: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.4;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page > .content .in-menu ul li a i {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2em;
}
.in-page > .content .in-quote {
  text-align: center;
  margin: 30px 0;
  border: 1px solid #ddd;
  padding: 20px 20px 30px 20px;
}
.in-page > .content .in-quote .ic i {
  font-size: 7em;
  color: #fdb817;
}
.in-page > .content .in-quote .q {
  padding: 0 20px;
}
.in-page > .content .in-quote .q p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  color: #777;
  line-height: 1.5;
  margin: 0;
}
.in-page > .content .in-quote .q strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  display: block;
  color: #231b01;
  margin-top: 15px;
}
.in-page > .content .in-quote .q strong span {
  font-size: .8em;
  display: block;
  margin-top: 10px;
}
.in-page > .content .in-call-form {
  text-align: center;
}
.in-page > .content .in-call-form strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0b92c5;
  display: block;
  font-size: 1.5em;
}
.in-page > .content .in-call-form strong i {
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
}
.in-page > .content .in-call-form form div {
  position: relative;
  margin-top: 15px;
}
.in-page > .content .in-call-form form div input {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  padding: 18px 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #231b01;
  outline: none;
  text-align: center;
  font-size: 1em;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page > .content .in-call-form form div input::-webkit-input-placeholder {
  color: #333;
}
.in-page > .content .in-call-form form div input:-moz-placeholder {
  color: #333;
}
.in-page > .content .in-call-form form div input::-moz-placeholder {
  color: #333;
}
.in-page > .content .in-call-form form div input:-ms-input-placeholder {
  color: #333;
}
.in-page > .content .in-call-form form div input:focus {
  border-color: #0b92c5;
}
.in-page > .content .in-call-form form div input.error {
  border-color: #ff3333;
}
.in-page > .content .in-call-form form div i {
  position: absolute;
  left: 20px;
  top: 18px;
  font-size: 1.6em;
  color: #231b01;
}
.in-page > .content .in-call-form form div button {
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: .1em;
  color: #231b01;
  background-color: transparent;
  font-size: 1em;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page > .content .in-call-form form div button:hover {
  background-color: #fdb817;
  color: #231b01;
  border-color: #fdb817;
}
.in-page > .content .in-call-form form div label {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 2px 10px;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8em;
  line-height: normal;
  color: #ff3333;
}
.in-page > .content .in-services-list {
  text-align: center;
}
.in-page > .content .in-services-list .item {
  width: 30%;
  height: 300px;
  margin: 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.in-page > .content .in-services-list .item:hover a {
  background-color: #0b92c5;
}
.in-page > .content .in-services-list .item:hover .name > *,
.in-page > .content .in-services-list .item:hover .capt p {
  color: #fff;
}
.in-page > .content .in-services-list .item a {
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 30px;
  border: 4px solid #eee;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page > .content .in-services-list .item a .name > * {
  color: #231b01;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page > .content .in-services-list .item a .name i {
  font-size: 48px;
  color: #fdb817;
}
.in-page > .content .in-services-list .item a .name strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 1.8em;
  margin-top: 10px;
  line-height: 1.3;
  padding: 0 0px;
}
.in-page > .content .in-services-list .item a .capt p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  color: #231b01;
  line-height: 1.5;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page > .content .in-project-list {
  text-align: center;
}
.in-page > .content .in-project-list.detail {
  text-align: left;
}
.in-page > .content .in-project-list.detail .item {
  width: 32%;
  padding: 20px 0 20px 20px;
  margin: 0 19px 20px 0;
}
.in-page > .content .in-project-list.detail .item:nth-child(3n+0) {
  margin-right: 0;
}
.in-page > .content .in-project-list.detail .item .l {
  width: 70%;
}
.in-page > .content .in-project-list.detail .item .r {
  width: 30%;
}
.in-page > .content .in-project-list .item {
  width: 45%;
  height: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 30px 0 30px 30px;
  border: 4px solid #ddd;
  overflow: hidden;
  margin: 20px;
  text-align: left;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page > .content .in-project-list .item:hover {
  border-color: #fdb817;
}
.in-page > .content .in-project-list .item .l {
  width: 75%;
  float: left;
}
.in-page > .content .in-project-list .item .l .image {
  width: 100%;
  height: auto;
}
.in-page > .content .in-project-list .item .l .image img {
  display: block;
  width: 100%;
}
.in-page > .content .in-project-list .item .l .infor strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2em;
  color: #231b01;
  display: block;
  margin: 20px 0 10px 0;
}
.in-page > .content .in-project-list .item .l .infor a {
  color: #777;
  font-size: 1.2em;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page > .content .in-project-list .item .l .infor a:hover {
  color: #231b01;
}
.in-page > .content .in-project-list .item .r {
  width: 25%;
  float: right;
  text-align: center;
}
.in-page > .content .in-project-list .item .r .ic {
  display: block;
  margin: 30px 0;
}
.in-page > .content .in-project-list .item .r .ic a {
  text-decoration: none;
}
.in-page > .content .in-project-list .item .r .ic a:hover span {
  background-color: #0b92c5;
  border-color: #0b92c5;
  color: #fff;
}
.in-page > .content .in-project-list .item .r .ic a:hover strong {
  color: #0b92c5;
}
.in-page > .content .in-project-list .item .r .ic a span {
  width: 55px;
  height: 50px;
  border: 1px solid #ddd;
  padding: 12px 5px 5px 5px;
  display: inline-block;
  color: #0b92c5;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page > .content .in-project-list .item .r .ic a strong {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #777;
  margin: 5px 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page > .content .in-project-detail .infor {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
}
.in-page > .content .in-project-detail .infor > * {
  float: left;
}
.in-page > .content .in-project-detail .infor .image {
  width: 60%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.in-page > .content .in-project-detail .infor .image .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(12, 12, 12, 0.4);
  position: relative;
}
.in-page > .content .in-project-detail .infor .image .overlay a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.in-page > .content .in-project-detail .infor .image .overlay a:hover span {
  background-color: #0b92c5;
  border-color: #0b92c5;
  color: #fff;
}
.in-page > .content .in-project-detail .infor .image .overlay a span {
  width: 55px;
  height: 50px;
  background-color: #fdb817;
  padding: 12px 5px 5px 5px;
  display: inline-block;
  color: #231b01;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page > .content .in-project-detail .infor .image .overlay a strong {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #fff;
  margin: 5px 0;
}
.in-page > .content .in-project-detail .infor .capt {
  width: 40%;
  height: 100%;
  padding: 40px;
  background-color: #fdb817;
  overflow-x: hidden;
}
.in-page > .content .in-project-detail .infor .capt .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #231b01;
  letter-spacing: -.02em;
  font-size: 1.8em;
  display: block;
}
.in-page > .content .in-project-detail .infor .capt .b {
  margin-top: 50px;
}
.in-page > .content .in-project-detail .infor .capt p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  color: #231b01;
}
.in-page > .content .in-project-detail .infor .capt p strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1em;
}
.in-page > .content .in-project-detail .infor .capt .b p {
  line-height: 1.5;
}
.in-page > .content .in-blog-list .item {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.in-page > .content .in-blog-list .item a {
  display: block;
  text-decoration: none;
}
.in-page > .content .in-blog-list .item a:hover .overlay {
  background-color: #fdb817;
}
.in-page > .content .in-blog-list .item a:hover .overlay .v-center .link i.dots {
  opacity: 0;
  transform: translateX(-10px);
}
.in-page > .content .in-blog-list .item a:hover .overlay .v-center .link i.arrow {
  opacity: 1;
  transform: translateX(5px);
}
.in-page > .content .in-blog-list .item a .image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 8;
}
.in-page > .content .in-blog-list .item a .image img {
  width: 100%;
  height: auto;
  display: block;
}
.in-page > .content .in-blog-list .item a .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9;
  padding: 50px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page > .content .in-blog-list .item a .overlay .v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.in-page > .content .in-blog-list .item a .overlay .v-center > * {
  display: block;
  margin: 15px 0;
}
.in-page > .content .in-blog-list .item a .overlay .v-center .date {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  color: #444;
  font-weight: 400;
}
.in-page > .content .in-blog-list .item a .overlay .v-center .title strong {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.7em;
  color: #231b01;
  line-height: 1.4;
}
.in-page > .content .in-blog-list .item a .overlay .v-center .capt p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  color: #444;
  font-weight: 400;
  line-height: 1.5;
}
.in-page > .content .in-blog-list .item a .overlay .v-center .link {
  position: relative;
  display: inline-block;
}
.in-page > .content .in-blog-list .item a .overlay .v-center .link i {
  color: #231b01;
  font-size: 36px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page > .content .in-blog-list .item a .overlay .v-center .link i.arrow {
  position: absolute !important;
  opacity: 0;
  left: 0;
  top: 0;
  transform: translateX(-10px);
}
.in-page > .content .in-contact-list .top > * {
  padding: 0;
}
.in-page > .content .in-contact-list .infor {
  padding-right: 50px;
}
.in-page > .content .in-contact-list .infor > * {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.in-page > .content .in-contact-list .infor > *:last-child {
  border: 0;
}
.in-page > .content .in-contact-list .infor > * strong {
  font-family: "Poppins", sans-serif;
  font-size: 1.3em;
  font-weight: 600;
  color: #222;
  display: block;
  margin-bottom: 20px;
}
.in-page > .content .in-contact-list .infor > * strong i {
  font-size: 1.1em;
  display: inline-block;
  vertical-align: middle;
}
.in-page > .content .in-contact-list .infor > * p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  color: #777;
  line-height: 1.5;
  display: block;
}
.in-page > .content .in-contact-list .infor > * a.phone {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  color: #111;
  display: inline-block;
  margin-top: 5px;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page > .content .in-contact-list .infor > * a.phone:hover {
  color: #0b92c5;
}
.in-page > .content .in-contact-list .infor > * a.mail:hover {
  color: #0b92c5;
}
.in-page > .content .in-contact-list .infor > * .social {
  margin-bottom: 10px;
}
.in-page > .content .in-contact-list .infor > * .social a {
  font-size: 1.2em;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  color: #333;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page > .content .in-contact-list .infor > * .social a:hover {
  color: #0b92c5;
}
.in-page > .content .in-contact-list .form {
  text-align: right;
}
.in-page > .content .in-contact-list .form .title strong {
  font-family: "Poppins", sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  color: #222;
  line-height: 1.5;
}
.in-page > .content .in-contact-list .form form div {
  width: 49%;
  float: left;
  position: relative;
  margin: 10px 1% 10px 0;
}
.in-page > .content .in-contact-list .form form div.ri {
  float: right;
  margin-right: 0 !important;
}
.in-page > .content .in-contact-list .form form div.textarea, .in-page > .content .in-contact-list .form form div:last-child {
  width: 100%;
}
.in-page > .content .in-contact-list .form form div input,
.in-page > .content .in-contact-list .form form div textarea,
.in-page > .content .in-contact-list .form form div button {
  width: 100%;
  padding: 10px 10px;
  outline: 0;
  border: 1px solid #ccc;
  resize: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #231b01;
  font-weight: 400;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-page > .content .in-contact-list .form form div input:focus,
.in-page > .content .in-contact-list .form form div textarea:focus,
.in-page > .content .in-contact-list .form form div button:focus {
  border-color: #fdb817;
}
.in-page > .content .in-contact-list .form form div button {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  cursor: pointer;
  background-color: #fdb817;
  color: #231b01;
  border-image: none;
  border: 0 solid !important;
  display: inline-block;
  width: auto;
  padding: 20px 40px;
}
.in-page > .content .in-contact-list .form form div button:hover {
  background-color: #df9d02;
}
.in-page > .content .in-contact-list .form form div label.error {
  position: absolute;
  right: 20px;
  top: -30px;
  background: #ca3626;
  padding: .8em 1.5em;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  border-radius: .1em;
  cursor: pointer;
}
.in-page > .content .in-contact-list .form form div label.error:after {
  position: absolute;
  left: .2em;
  bottom: 0;
  margin-bottom: -.7em;
  width: 15px;
  height: 15px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQwNC4zMDggNDA0LjMwOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDA0LjMwOCA0MDQuMzA5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTAsMTAxLjA4aDQwNC4zMDhMMjAyLjE1MSwzMDMuMjI5TDAsMTAxLjA4eiIgZmlsbD0iI2NhMzYyNiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-size: 15px 15px;
  content: "";
}
.in-page > .content .in-contact-list .gmap {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-top: 20px;
  position: relative;
}
.in-page > .content .in-contact-list .gmap #map {
  width: 100%;
  height: 400px;
}
.in-page > .content .in-customers-list .list {
  overflow: hidden;
}
.in-page > .content .in-customers-list .list .item {
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  position: relative;
  width: 25%;
  height: 140px;
}
.in-page > .content .in-customers-list .list .item img {
  width: auto;
  max-width: 80%;
  max-height: 80px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.in-page > .content .in-teams-list {
  text-align: center;
}
.in-page > .content .in-teams-list .item {
  width: 22%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 10px 15px;
}
.in-page > .content .in-teams-list .item .image {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.in-page > .content .in-teams-list .item .name {
  padding-top: 5px;
}
.in-page > .content .in-teams-list .item .name strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #231b01;
  font-size: 1.3em;
  display: block;
  margin: 10px 0;
}
.in-page > .content .in-teams-list .item .name small {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  color: #888;
}

/*Page Pagination*/
.pagination {
  margin-top: 30px;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
  padding: 14px 18px 15px 18px;
  border: 2px solid #ccc;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #231b01;
  font-size: 1.2em;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.pagination a:hover, .pagination a.selected {
  background-color: #fdb817;
  border-color: #fdb817;
}
.pagination a.ic {
  padding: 10px;
}
.pagination a i {
  font-size: 1.4em;
}

[data-class="in-list-title"] {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 1.2em;
  margin: 15px 0;
}

.in-gallery-list .item {
  width: 180px;
  height: 130px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}
.in-gallery-list .item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}
.in-gallery-list .item a:hover .overlay {
  background-color: rgba(34, 34, 34, 0.7);
  opacity: 1;
}
.in-gallery-list .item a .image {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
.in-gallery-list .item a .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: rgba(34, 34, 34, 0);
  opacity: 0;
  text-align: center;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-gallery-list .item a .overlay i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 2em;
  color: #fff;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.in-share-list {
  margin-bottom: 20px;
}
.in-share-list .list a {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid transparent;
  margin: 0 5px 5px 0;
  padding: 10px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1em;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.in-share-list .list a.facebook {
  border-color: #3b5998;
  color: #3b5998;
}
.in-share-list .list a.facebook:hover {
  color: #fff;
  border-color: #3b5998;
  background-color: #3b5998;
}
.in-share-list .list a.twitter {
  border-color: #10dffd;
  color: #10dffd;
}
.in-share-list .list a.twitter:hover {
  color: #fff;
  border-color: #10dffd;
  background-color: #10dffd;
}
.in-share-list .list a.google-plus {
  border-color: #d34836;
  color: #d34836;
}
.in-share-list .list a.google-plus:hover {
  color: #fff;
  border-color: #d34836;
  background-color: #d34836;
}
.in-share-list .list a i {
  font-size: 1.4em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/*Mobile*/
@media only screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .header {
    height: 100px;
    padding: 25px 0;
  }
  .header.fixed {
    height: 70px;
  }
  .header.fixed .content .logo a img {
    width: 120px;
  }
  .header.fixed .content .menu-ic {
    top: 3px;
  }
  .header .content .logo a img {
    width: 150px;
  }
  .header .content .menu {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    text-align: left;
    z-index: 99999;
    text-align: center;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    background: #0b92c5;
    background: -moz-linear-gradient(45deg, #0b92c5 0%, #17b4ed 100%);
    background: -webkit-linear-gradient(45deg, #0b92c5 0%, #17b4ed 100%);
    background: linear-gradient(45deg, #0b92c5 0%, #17b4ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b92c5', endColorstr='#17b4ed',GradientType=1 );
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  .header .content .menu.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .header .content .menu .ct {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .header .content .menu .ct > ul {
    margin: 0;
    padding: 0;
  }
  .header .content .menu .ct > ul > li {
    display: block;
    margin: 30px 0;
  }
  .header .content .menu .ct > ul > li a {
    font-size: 1.5em;
  }
  .header .content .menu .ct > ul > li a i {
    left: auto;
    right: -25px;
    top: 1px;
    margin-left: 0;
    display: inline-block;
    width: auto;
  }
  .header .content .menu .ct > ul > li:hover > ul.sub-menu {
    opacity: 1;
    pointer-events: auto;
    margin-top: 15px;
    display: block;
  }
  .header .content .menu .ct > ul > li ul.sub-menu {
    position: relative;
    margin-top: 15px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    display: none;
  }
  .header .content .menu .ct > ul > li ul.sub-menu > li {
    display: block;
    text-align: center;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .content .menu .ct > ul > li ul.sub-menu > li > a {
    font-size: 1.1em;
    padding: 0;
    display: inline-block;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid transparent;
  }
  .header .content .menu .ct > ul > li ul.sub-menu > li > a:hover {
    background-color: transparent;
  }
  .header .content .menu .ct .social-icons {
    display: block;
    text-align: center;
    margin-top: 50px;
  }
  .header .content .menu .close-ic {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .header .content .menu .close-ic i {
    font-size: 2.5em;
    color: #fff;
  }
  .header .content .menu-ic {
    position: absolute;
    right: 0;
    top: 9px;
    display: block;
  }
  .header .content .menu-ic a {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 1px;
    text-decoration: none;
  }
  .header .content .menu-ic a i {
    font-size: 2.4em;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 -10px;
  }

  /*Main*/
  .slider {
    margin-top: 100px;
    height: 400px;
  }
  .slider .swiper-slide {
    height: 400px;
  }
  .slider .swiper-slide .container {
    height: 400px;
    padding: 0 20px;
  }
  .slider .swiper-slide .container .name {
    width: 55%;
    padding-right: 50px;
  }
  .slider .swiper-slide .container .name strong {
    font-size: 3em;
  }
  .slider .swiper-slide .container .name p {
    font-size: 1.2em;
  }
  .slider .swiper-slide .container .image {
    width: 45%;
    height: 400px;
    bottom: auto;
  }
  .slider .swiper-slide .container .image img {
    width: 100%;
    height: auto;
  }
  .slider .swiper-pagination {
    bottom: 20px;
  }
  .slider .swiper-pagination .swiper-pagination-bullet {
    font-size: 1.4em;
    margin: 0 5px;
  }

  .what-we-do {
    padding: 50px 0;
  }
  .what-we-do .title {
    margin-bottom: 20px;
  }
  .what-we-do .title strong {
    font-size: 2.5em;
  }
  .what-we-do .title p {
    font-size: 1em;
  }
  .what-we-do .list .item {
    width: 45%;
    margin: 10px;
  }
  .what-we-do .list .item a {
    padding: 20px;
  }
  .what-we-do .list .item a .name i {
    font-size: 40px;
  }
  .what-we-do .list .item a .name strong {
    font-size: 1.5em;
    padding: 0;
  }
  .what-we-do .list .item a .capt p {
    font-size: 1em;
  }

  .projects {
    padding: 50px 0;
  }
  .projects .content .title {
    font-size: 2.5em;
    color: #231b01;
    padding-right: 28px;
  }
  .projects .content .list {
    margin: 20px 0 0 0;
  }
  .projects .content .list .direction .item {
    width: 100%;
    height: 260px;
    margin-top: 20px;
  }
  .projects .content .list .direction .item .capt .v-center {
    padding: 20px;
  }
  .projects .content .list .direction .item .capt .v-center strong {
    font-size: 2em;
  }
  .projects .content .list .direction .item .capt .v-center p {
    font-size: 1em;
  }
  .projects .content .more-link {
    margin-top: 20px;
  }
  .projects .content .more-link a {
    font-size: 1.5em;
    margin-right: 140px;
  }
  .projects .content .more-link a:hover {
    color: #231b01;
  }
  .projects .content .more-link a:hover i {
    margin-left: 30px;
  }
  .projects .content .more-link a i {
    font-size: 35px;
    margin-left: 10px;
  }

  .customers {
    padding: 30px 0;
  }
  .customers .content {
    border: 4px solid #fdb817;
    padding: 40px 0;
  }
  .customers .content .title {
    font-size: 2.5em;
    color: #fdb817;
  }
  .customers .content .list {
    margin: 10px 0;
  }
  .customers .content .list .item {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 150px;
    height: auto;
    margin: 20px 40px;
  }
  .customers .content .list .item img {
    display: block;
    width: 100%;
    height: auto;
  }
  .customers .content .more-link a {
    font-size: 1.5em;
    margin-right: 140px;
  }
  .customers .content .more-link a:hover {
    color: #fdb817;
  }
  .customers .content .more-link a:hover i {
    margin-left: 30px;
  }
  .customers .content .more-link a i {
    font-size: 35px;
    margin-left: 10px;
  }
  .customers .content .more-link a {
    margin-right: 0;
    font-size: 1.3em;
  }
  .customers .content .more-link a i {
    margin-left: 0;
  }

  .comments {
    padding: 50px 0;
  }
  .comments .content .title {
    font-size: 2.5em;
    color: #231b01;
  }
  .comments .content .list {
    margin: 30px 0;
  }
  .comments .content .list .item {
    margin: 0 20px;
  }
  .comments .content .list .item .capt {
    margin: 20px 0;
  }
  .comments .content .more-link a {
    font-size: 1.5em;
    margin-right: 140px;
  }
  .comments .content .more-link a:hover {
    color: #231b01;
  }
  .comments .content .more-link a:hover i {
    margin-left: 30px;
  }
  .comments .content .more-link a i {
    font-size: 35px;
    margin-left: 10px;
  }
  .comments .content .more-link a {
    margin-right: 0;
    font-size: 1.3em;
  }
  .comments .content .more-link a i {
    margin-left: 0;
  }

  .blog {
    padding: 40px 0;
  }
  .blog .content .list {
    text-align: center;
  }
  .blog .content .list .item {
    width: 45%;
    margin: 10px;
  }
  .blog .content .list .item a {
    padding: 15px;
  }
  .blog .content .list .item a .title {
    width: 68%;
  }
  .blog .content .list .item a .title strong {
    font-size: 1.2em;
  }

  /*Footer*/
  .footer {
    padding: 30px 0;
  }
  .footer .content .logo a img {
    width: 150px;
  }
  .footer .content .copyright {
    padding-top: 15px;
  }
  .footer .content .copyright p {
    font-size: 1.2em;
  }
  .footer .content .social-icons {
    text-align: right;
    padding-top: 8px;
  }
  .footer .content .social-icons a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    border-radius: 30px;
    font-size: 1.3em;
    margin-left: 5px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  .footer .content .social-icons a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .footer .content .social-icons a {
    padding: 7px;
    font-size: 1em;
    margin-left: 2px;
  }
  .footer .back-to-top {
    bottom: -35px;
  }

  #ascrail2001.xs {
    border: 1px solid #231b01;
    left: 10px !important;
    width: 10px !important;
  }
  #ascrail2001.xs > * {
    width: 100% !important;
  }

  /*In Page*/
  .in-page {
    margin-top: 100px;
  }
  .in-page .banner {
    padding: 60px 0;
  }
  .in-page .banner .content .title strong {
    font-size: 2.5em;
    color: #fff;
  }
  .in-page > .content {
    padding: 30px 0;
  }
  .in-page > .content .p-capt iframe {
    height: 200px;
  }
  .in-page > .content .rr {
    padding-left: 0;
  }
  .in-page > .content .in-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .in-page > .content .in-menu ul li {
    display: block;
  }
  .in-page > .content .in-menu ul li:hover a, .in-page > .content .in-menu ul li.selected a {
    background-color: #eea702;
  }
  .in-page > .content .in-menu ul li.selected a {
    color: #fff;
  }
  .in-page > .content .in-menu ul li a {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    color: #231b01;
    background-color: #fdb817;
    padding: 20px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  .in-page > .content .in-menu ul li a i {
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.2em;
  }
  .in-page > .content .in-quote {
    text-align: center;
    margin: 30px 0;
    border: 1px solid #ddd;
    padding: 20px 20px 30px 20px;
  }
  .in-page > .content .in-quote .ic i {
    font-size: 7em;
    color: #fdb817;
  }
  .in-page > .content .in-quote .q {
    padding: 0 20px;
  }
  .in-page > .content .in-quote .q p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    color: #777;
    line-height: 1.5;
    margin: 0;
  }
  .in-page > .content .in-quote .q strong {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    display: block;
    color: #231b01;
    margin-top: 15px;
  }
  .in-page > .content .in-quote .q strong span {
    font-size: .8em;
    display: block;
    margin-top: 10px;
  }
  .in-page > .content .in-call-form {
    text-align: center;
  }
  .in-page > .content .in-call-form strong {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #0b92c5;
    display: block;
    font-size: 1.5em;
  }
  .in-page > .content .in-call-form strong i {
    font-size: 1.3em;
    display: inline-block;
    vertical-align: middle;
  }
  .in-page > .content .in-call-form form div {
    position: relative;
    margin-top: 15px;
  }
  .in-page > .content .in-call-form form div input {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    padding: 18px 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #231b01;
    outline: none;
    text-align: center;
    font-size: 1em;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  .in-page > .content .in-call-form form div input::-webkit-input-placeholder {
    color: #333;
  }
  .in-page > .content .in-call-form form div input:-moz-placeholder {
    color: #333;
  }
  .in-page > .content .in-call-form form div input::-moz-placeholder {
    color: #333;
  }
  .in-page > .content .in-call-form form div input:-ms-input-placeholder {
    color: #333;
  }
  .in-page > .content .in-call-form form div input:focus {
    border-color: #0b92c5;
  }
  .in-page > .content .in-call-form form div input.error {
    border-color: #ff3333;
  }
  .in-page > .content .in-call-form form div i {
    position: absolute;
    left: 20px;
    top: 18px;
    font-size: 1.6em;
    color: #231b01;
  }
  .in-page > .content .in-call-form form div button {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
    color: #231b01;
    background-color: transparent;
    font-size: 1em;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  .in-page > .content .in-call-form form div button:hover {
    background-color: #fdb817;
    color: #231b01;
    border-color: #fdb817;
  }
  .in-page > .content .in-call-form form div label {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 2px 10px;
    border-radius: 2px;
    font-family: "Open Sans", sans-serif;
    font-size: 1.8em;
    line-height: normal;
    color: #ff3333;
  }
  .in-page > .content .in-services-list .item {
    width: 45%;
  }
  .in-page > .content .in-project-list.detail .item {
    width: 47%;
  }
  .in-page > .content .in-project-list .item {
    width: 80%;
  }
  .in-page > .content .in-project-detail .infor {
    height: 350px;
  }
  .in-page > .content .in-project-detail .infor .capt {
    padding: 20px;
  }
  .in-page > .content .in-contact-list .infor {
    padding-right: 0px;
  }
  .in-page > .content .in-contact-list .form {
    text-align: left;
  }
  .in-page > .content .in-contact-list .form form div {
    width: 100%;
    float: none;
    margin: 10px 0 10px 0;
  }
  .in-page > .content .in-contact-list .form form div.ri {
    float: none;
  }
  .in-page > .content .in-contact-list .form form div label.error {
    position: absolute;
    right: 10px;
    top: -25px;
    padding: 10px;
    font-size: .9em;
  }
  .in-page > .content .in-contact-list .gmap {
    height: 300px;
    margin-top: 10px;
  }
  .in-page > .content .in-contact-list .gmap #map {
    height: 100%;
  }
  .in-page > .content .in-teams-list .item {
    width: 40%;
  }

  /*Page Pagination*/
  .pagination {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 425px) {
  /*Main*/
  .slider {
    height: 350px;
  }
  .slider .swiper-slide {
    height: 350px;
  }
  .slider .swiper-slide .container {
    height: 350px;
  }
  .slider .swiper-slide .container .name {
    width: 55%;
    padding-right: 20px;
  }
  .slider .swiper-slide .container .name strong {
    font-size: 2.2em;
  }
  .slider .swiper-slide .container .name p {
    font-size: 1.1em;
  }

  .what-we-do .title strong {
    font-size: 2em;
  }
  .what-we-do .list .item {
    width: 100%;
    margin: 10px 0;
  }
  .what-we-do .list .item a .name i {
    font-size: 30px;
  }
  .what-we-do .list .item a .name strong {
    font-size: 1.3em;
  }

  .projects .content .title {
    font-size: 2em;
    color: #231b01;
    padding-right: 20px;
  }
  .projects .content .list {
    margin: 20px 0 0 0;
    padding-right: 0;
    height: 660px;
  }
  .projects .content .list .direction .item {
    height: 200px;
  }
  .projects .content .list .direction .item .capt .v-center strong {
    font-size: 1.4em;
  }
  .projects .content .list .direction .item .capt .v-center a {
    width: 30px;
    height: 30px;
  }
  .projects .content .list .direction .item .capt .v-center a i {
    font-size: 20px;
  }
  .projects .content .more-link {
    margin-top: 20px;
  }
  .projects .content .more-link a {
    font-size: 1.3em;
    margin-right: 120px;
  }

  .customers {
    padding: 50px 0;
  }
  .customers .content {
    border: 0 solid;
    padding: 0;
  }
  .customers .content .title {
    font-size: 2em;
    color: #fdb817;
  }
  .customers .content .list {
    margin: 10px 0;
  }
  .customers .content .list .item {
    display: block;
    max-width: 130px;
    margin: 30px auto;
  }
  .customers .content .more-link a {
    font-size: 1.3em;
    margin-right: 120px;
  }
  .customers .content .more-link a {
    margin-right: 0;
    font-size: 1.2em;
  }
  .customers .content .more-link a i {
    margin-left: 0;
  }

  .comments .content .title {
    font-size: 2em;
    color: #231b01;
  }
  .comments .content .list {
    margin: 10px 0;
  }
  .comments .content .list .item {
    margin: 20px 0;
    width: 100%;
  }
  .comments .content .list .item .img {
    width: 130px;
    height: 130px;
    padding: 30px;
  }
  .comments .content .list .item .capt {
    margin: 20px 0;
  }
  .comments .content .list .item .capt p {
    font-size: 1.1em;
  }
  .comments .content .list .owl-dots {
    margin-top: 20px;
  }
  .comments .content .list .owl-dots .owl-dot {
    margin: 0 3px;
  }
  .comments .content .more-link a {
    font-size: 1.3em;
    margin-right: 120px;
  }
  .comments .content .more-link a {
    margin-right: 0;
    font-size: 1.2em;
  }
  .comments .content .more-link a i {
    margin-left: 0;
  }

  .blog {
    padding: 30px 0;
  }
  .blog .content .list {
    text-align: center;
  }
  .blog .content .list .item {
    width: 100%;
    margin: 10px 0;
  }
  .blog .content .list .item a {
    padding: 15px;
  }
  .blog .content .list .item a .title {
    width: 70%;
  }
  .blog .content .list .item a .title strong {
    font-size: 1.1em;
  }

  .footer {
    padding: 40px 0;
  }
  .footer .content .logo {
    text-align: center;
  }
  .footer .content .logo a {
    display: inline-block;
  }
  .footer .content .logo a img {
    width: 130px;
  }
  .footer .content .copyright {
    padding-top: 0;
    margin: 20px 0;
  }
  .footer .content .copyright p {
    font-size: 1em;
  }
  .footer .content .social-icons {
    text-align: right;
    padding-top: 8px;
    text-align: center;
  }
  .footer .content .social-icons a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    border-radius: 30px;
    font-size: 1.3em;
    margin-left: 5px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  .footer .content .social-icons a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .footer .content .social-icons a {
    padding: 10px;
    font-size: 1.2em;
    margin: 0 2px;
  }
  .footer .back-to-top {
    bottom: -35px;
  }

  #ascrail2001.xx {
    left: 10px !important;
    width: 5px !important;
  }

  .in-page > .content .in-services-list .item {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  .in-page > .content .in-services-list .item a {
    padding: 20px;
    border-width: 2px;
  }
  .in-page > .content .in-services-list .item a .name > * {
    color: #0b92c5;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  .in-page > .content .in-services-list .item a .name i {
    font-size: 40px;
  }
  .in-page > .content .in-services-list .item a .name strong {
    font-size: 1.5em;
  }
  .in-page > .content .in-services-list .item a .capt p {
    font-size: 1.1em;
  }
  .in-page > .content .in-project-list.detail .item {
    width: 100%;
    padding: 20px 0 20px 20px;
    margin: 10px 0;
  }
  .in-page > .content .in-project-list .item {
    width: 100%;
    padding: 20px 0 20px 20px;
    border-width: 2px;
    margin: 10px 0;
  }
  .in-page > .content .in-project-list .item .l .infor strong {
    font-size: 1.5em;
    margin: 10px 0 5px 0;
  }
  .in-page > .content .in-project-list .item .l .infor a {
    font-size: 1em;
  }
  .in-page > .content .in-project-list .item .r .ic {
    margin: 10px 0;
  }
  .in-page > .content .in-project-list .item .r .ic a span {
    width: 35px;
    height: 32px;
    padding: 4px 5px 5px 5px;
  }
  .in-page > .content .in-project-list .item .r .ic a span i {
    font-size: 1.5em;
  }
  .in-page > .content .in-project-list .item .r .ic a strong {
    font-size: .9em;
  }
  .in-page > .content .in-project-detail .infor {
    width: 100%;
    height: auto;
  }
  .in-page > .content .in-project-detail .infor > * {
    float: none;
  }
  .in-page > .content .in-project-detail .infor .image {
    width: 100%;
    height: 250px;
  }
  .in-page > .content .in-project-detail .infor .capt {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .in-page > .content .in-project-detail .infor .capt .title {
    font-size: 1.4em;
  }
  .in-page > .content .in-project-detail .infor .capt .b {
    margin-top: 30px;
  }
  .in-page > .content .in-project-detail .infor .capt p {
    font-size: 1.1em;
  }
  .in-page > .content .in-blog-list .item {
    margin-bottom: 15px;
  }
  .in-page > .content .in-blog-list .item a .image {
    display: none;
  }
  .in-page > .content .in-blog-list .item a .overlay {
    padding: 20px;
    position: relative;
    height: auto;
    background-color: #eee;
  }
  .in-page > .content .in-blog-list .item a .overlay .v-center {
    transform: translateY(0);
    top: 0;
  }
  .in-page > .content .in-blog-list .item a .overlay .v-center > * {
    margin: 10px 0;
  }
  .in-page > .content .in-blog-list .item a .overlay .v-center .date {
    font-size: 1em;
  }
  .in-page > .content .in-blog-list .item a .overlay .v-center .title strong {
    font-size: 1.4em;
  }
  .in-page > .content .in-blog-list .item a .overlay .v-center .capt p {
    font-size: 1.1em;
  }
  .in-page > .content .in-blog-list .item a .overlay .v-center .link i {
    font-size: 30px;
  }
  .in-page > .content .in-customers-list .list .item {
    width: 50%;
    height: 130px;
  }
  .in-page > .content .in-customers-list .list .item img {
    max-height: 70px;
  }
  .in-page > .content .in-teams-list .item {
    width: 100%;
    margin: 10px 0;
  }
  .in-page > .content .in-teams-list .item .image {
    height: 280px;
  }
  .in-page > .content .in-teams-list .item .name strong {
    font-size: 1.3em;
  }

  /*Page Pagination*/
  .pagination {
    text-align: center;
  }
  .pagination a {
    padding: 10px 14px;
    font-size: 1em;
    margin-bottom: 5px;
  }
  .pagination a.ic {
    padding: 8px;
  }
  .pagination a i {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 375px) {
  .slider {
    height: 300px;
  }
  .slider .swiper-slide {
    height: 300px;
  }
  .slider .swiper-slide .container {
    height: 300px;
  }
  .slider .swiper-slide .container .name strong {
    font-size: 2em;
  }
  .slider .swiper-slide .container .name p {
    font-size: 1em;
  }
  .slider .swiper-pagination {
    bottom: 15px;
  }
  .slider .swiper-pagination .swiper-pagination-bullet {
    font-size: 1.2em;
  }

  .projects .content .list {
    height: 600px;
  }
  .projects .content .list .direction .item {
    width: 100%;
    height: auto;
  }
  .projects .content .list .direction .item > * {
    width: 100% !important;
  }
  .projects .content .list .direction .item .capt .v-center {
    transform: translateY(0);
    top: 0;
  }
  .projects .content .list .direction .item .capt .v-center strong {
    font-size: 1.2em;
  }
  .projects .content .list .direction .item .image {
    height: 150px;
  }
  .projects .content .more-link a {
    font-size: 1.3em;
    margin-right: 0;
  }

  .blog .content .list .item a .title {
    width: 60%;
  }
}

/*# sourceMappingURL=main.css.map */

.in-page .banner .content .title h1,
.header .content .menu .ct > ul > li > a,
.in-page > .content .in-menu ul li a
{
  text-transform: lowercase
}

.in-page > .content .in-menu .title {
  margin: 0;
  padding: 0;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  color: #fff;
  background-color: #231b01;
  padding: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.4;
}

.in-page > .content .in-teams-list .item {width: 20%}