/*-- reset code --*/
body {
  padding: 0;
  margin: 0;
  background: #fff;
}
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
input[type="button"],
input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
label {
  margin: 0;
}
button {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
img {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
/*-- /reset code --*/
body {
  font-family: "Titillium Web", sans-serif;
}
body p {
  font-size: 16px;
  color: #999;
}
section.top-w3ls {
  position: relative;
}

.header-produce {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 17%;
}

.header-producejp{
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 8%;
}

.header-titlejp{
  left: 40%;
}

.header-titlezh{
  left: 42.5%;
}

#loading {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  z-index: 999999;
}
#loading.image-preloader .loader {
  position: absolute;
  width: 300px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.loader {
  position: absolute;
  width: 75px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.change-lan {
  cursor: pointer;
}
.change-lan:hover {
  color: #b1976b;
}

.table-content {
  width: 100%;
  font-size: 16px;
  margin-bottom: 60px;
}

table.table-content th {
  padding: 20px;
  border-bottom: #e4e4ed solid 1px;
  width: 20%;
  text-align: left;
  vertical-align: top;
}
table.table-content td {
  padding: 20px;
  border-bottom: #e4e4ed solid 1px;
}

table.table-content p {
  color: #000000;
}

table.table-content th.company-name {
  border-top: #151270 solid 2px;
}
table.table-content td.company-name {
  border-top: #e4e4ed solid 2px;
}

.introduction_Box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.introduction_Box h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  background-color: #eb5425;
  padding: 10px 0;
}
.introduction_Box_1 {
  box-sizing: border-box;
  padding: 20px;
  background-color: aliceblue;
}
.introduction_Box_1 dl {
  width: 278px;
  margin: 0 auto;
}
.introduction_Box_1 dt {
  float: left;
  font-size: 18px;
  padding: 14px 0 0;
  margin: 0 0 5px;
}
.introduction_Box_1 dd {
  font-size: 18px;
  margin: 0 0 5px;
  float: right;
}
.introduction_Box_1 dd span {
  font-size: 40px;
  color: #166791;
  line-height: 1;
  padding: 0 0 0 5px;
}
.clearfix {
  min-height: 0;
}
.pro-box-content {
  display: flex;
  justify-content: space-between;
}
.pro-content {
  width: 500%;
}
.pro-content h4 {
  font-size: 15px;
  font-weight: 500;
  color: #151270;
  margin: 0 0 10px;
}
.pro-content dt {
  float: left;
}

.navbar-toggle .icon-bar {
  background: #b1976b;
}

.navbar-nav li {
  padding: 0px 10px;
}

.navbar-nav .nav-link {
  font-family: "Lato", sans-serif;
  position: relative;
  font-weight: 600;
  letter-spacing: 0px;
  padding: 30px 0px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.45s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #b1976b;
}

.navbar-nav .nav-link:hover:before {
  position: absolute;
  content: "";
  left: 8px;
  bottom: 0px;
  border-bottom: 1px solid #b1976b;
  width: 24px;
}

.navbar-nav .nav-link.active:before {
  position: absolute;
  content: "";
  left: 8px;
  bottom: 0px;
  border-bottom: 1px solid #b1976b;
  width: 24px;
}

#navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding-bottom: 0px;
}

.top-logo {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -32px;
}

@media (max-width: 400px) {
  .col-lg-2.col-md-2.top-w3ls3 {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-top: -15px;
  }
}

@media (max-width: 390px) {
  .img-back {
    width: 91%;
    height: 36rem;
    margin-right: 60px;
  }
}

@media (max-height: 900px) {
  .img-back {
    width: 85%;
    height: 36rem;
    margin-right: 60px;
  }
}

@media (max-height: 700px) {
  .img-back {
    width: 97%;
    height: 36rem;
    margin-right: 60px;
  }
}

.top img {
  width: 35px;
  height: 25px;
  padding-right: 9px;
  -webkit-transform: rotate(-45deg);
}

#navbar .btn {
  padding: 12px 30px;
}

.navbar-brand img {
  max-width: 180px;
  line-height: 118px;
}

.navbar-light {
  background: #fff;
  width: 100%;
}

.nav-top {
  position: fixed;
  top: 0;
  width: 100%;
  background-image: linear-gradient(#2e3238 98px, rgba(0, 0, 0, 0) 98px);
  transition: 0s all ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.nav-top.awake {
  transition: 0.3s all ease;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.nav-top.sleep {
  transition: 0.3s all ease;
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
}

/*=== MEDIA QUERY ===*/
@media (max-width: 400px) {
  .navbar-toggler {
    background: #fff;
  }
  .navbar {
    background: #333;
  }
  .navbar-nav .nav-link {
    padding: 18px 0px;
  }
}

@media (max-width: 768px) {
  .navbar-toggler {
    background: #fff;
  }
  .navbar {
    background: #333;
  }
  .navbar-nav .nav-link {
    padding: 18px 0px;
  }
}

@media (max-width: 992px) {
  .navbar-toggler {
    background: #fff;
  }
  .navbar {
    background: #333;
  }
  .navbar-nav .nav-link {
    padding: 18px 0px;
  }
}

/*ipad pro*/
@media (width: 1024px) {
  .heade-part{
    text-align: initial !important;
    text-align-last: initial !important;
  }
  .tsuyomi{
    text-align: initial !important;
    text-align-last: initial !important;
  }
  .top-bar {
    padding: 10px 0 !important;
  }
}

/*ipad air*/
@media (width: 820px) {
  .top-bar {
    padding: 32px 0 !important;
  }

  .heade-part{
    text-align: initial !important;
    text-align-last: initial !important;
    padding-top: 8% !important;
  }
  .tsuyomi{
    text-align: initial !important;
    text-align-last: initial !important;
  }
  .top-w3ls3 {
    width: 106%;
    text-align: right;
    z-index: 999;
  }

  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -25px !important;
  }
}

/*ipad mini*/
@media (width: 768px) {
  .heade-part{
    text-align: initial !important;
    text-align-last: initial !important;
  }
  .tsuyomi{
    text-align: initial !important;
    text-align-last: initial !important;
  }
  .top-bar {
    padding: 31px 0 !important;
  }

  .top-w3ls3 {
    width: 105%;
    text-align: right;
    z-index: 999;
  }
}

/*iphone */
@media (width: 390px) {
  .col-lg-2.col-md-2.top-w3ls3 {
    right: 160px !important;
  }
  .heade-part{
    text-align: initial !important;
    text-align-last: initial !important;
  }
  .tsuyomi{
    text-align: initial !important;
    text-align-last: initial !important;
  }
}

@media (width: 375px) {
  .col-lg-2.col-md-2.top-w3ls3 {
    top: 35px !important;
  }
  .heade-part{
    text-align: initial !important;
    text-align-last: initial !important;
  }
  .tsuyomi{
    text-align: initial !important;
    text-align-last: initial !important;
  }
}

@media (width: 414px) {
  .col-lg-2.col-md-2.top-w3ls3 {
    position: absolute;
    right: 20px;
    top: 35px;
  }
  .heade-part{
    text-align: initial !important;
    text-align-last: initial !important;
  }
  .tsuyomi{
    text-align: initial !important;
    text-align-last: initial !important;
  }
}

@media (width: 430px) {
  .col-lg-2.col-md-2.top-w3ls3 {
    position: absolute;
    right: 0px;
    top: 32px;
  }
  .heade-part{
    text-align: initial !important;
    text-align-last: initial !important;
  }
  .tsuyomi{
    text-align: initial !important;
    text-align-last: initial !important;
  }
}

@media (width: 1280px) {
  .top-logo {
    left: -24px;
  }
}

@media (width: 1024px) {
  .top-logo {
    left: 10px;
  }
}

@media (width: 540px) {
  .navbar-wrapper {
    margin-top: 44px !important;
  }

  .col-lg-2.col-md-2.top-w3ls3 {
    text-align: right;
    width: 90%;
    z-index: 999;
  }
}

@media (width: 912px) {
  .col-lg-2.col-md-2.top-w3ls3 {
    text-align: right;
  }
}

@media (width: 360px) {
  .col-lg-2.col-md-2.top-w3ls3 {
    top: 34px !important;
  }
}

@media (width: 412px) {
  .col-lg-2.col-md-2.top-w3ls3 {
    text-align: right;
    width: 90%;
    z-index: 999;
  }
}

/*-- top bar --*/
.top-bar {
  background-color: #166791;
  padding: 17px 0;
  color: #9d9d9d;
}
p.top-p1 {
  font-size: 14px;
  font-weight: normal;
  margin-left: 218px;
  text-transform: uppercase;
}
ul.top-contacts {
  list-style: none;
}
ul.top-contacts li {
  display: inline-block;
}
ul.top-contacts li p span,
ul.top-contacts p a {
  color: #9d9d9d;
}
li.top-hover {
  margin-right: 25px;
}
ul.top-contacts a {
  text-decoration: none;
}
ul.top-contacts li.top-hover:hover,
ul.top-contacts li.top-hover span:hover,
ul.top-contacts li.top-hover a:hover {
  color: #fff;
}
.col-lg-4.col-md-4.top-w3ls2 {
  text-align: right;
}
/*-- /top bar --*/
.tlinks {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
/*-- navigation --*/
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background-color: #fff;
}
.navbar {
  margin-bottom: 0;
}
.navbar-inverse {
  background-color: transparent;
  border: none;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: none;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
  padding: 21px;
  font-size: 17px;
  color: #212121 !important;
  font-weight: normal;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #eb5425 !important;
  background-color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #eb5425 !important;
  background-color: #fff;
}
a.navbar-brand {
  position: absolute;
  z-index: 999;
  padding: 0;
  display: block;
  background-color: #eb5425 !important;
  width: 195px;
  height: 118px;
  top: -44px;
  text-align: center;
}
a.navbar-brand h1 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: 118px;
  font-family: "Ubuntu Condensed", sans-serif;
  text-transform: uppercase;
}
ul.nav.navbar-nav {
  margin: 0 0 0 180px;
}
.navbar-nav > li:first-child {
  border-left: 1px solid #999;
}
.navbar-nav > li {
  border-right: 1px solid #999;
}

@media (min-width: 768px) {
  .navbar-wrapper {
    margin-top: 56px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
}
/*-- --*/

.video-footer-content {
  height: 600px;
}

@media (max-width: 1600px) {
  .video-footer-content {
    height: 200px;
  }
}

/*--search--*/
.search-box {
}
.sb-search {
  position: absolute;
  right: 275px;
  top: 11px;
  width: 0%;
  min-width: 42px;
  height: 40px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
  z-index: 99999;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 3px;
  border: none;
  outline: none;
  background: #000;
  width: 68%;
  height: 40px;
  margin: 0;
  z-index: 10;
  padding: 5px 15px;
  font-size: 15px;
  color: #ffffff;
  border-radius: 50px;
}
.sb-search-input::-webkit-input-placeholder {
  color: #ffffff;
}
.sb-search-input:-moz-placeholder {
  color: #ffffff;
}
.sb-search-input::-moz-placeholder {
  color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
  color: #ffffff;
}
.sb-icon-search,
.sb-search-submit {
  width: 30px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0%;
  padding: 0;
  margin: 0;
  line-height: 71px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: url("../images/search.png") no-repeat -6px 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
  -webkit-appearance: none;
}
.sb-icon-search {
  background: #000 url("../images/search.png") no-repeat 3px 10px;
  z-index: 90;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 30%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: url("../images/search.png") no-repeat 3px 10px;
  color: #fff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}
.sb-search.sb-search-open .sb-search-input {
  padding-right: 33px;
}
/*--//search--*/
/*-- --*/
/*-- /navigation --*/
/*-- banner section --*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.row {
  width: 100%;
}

.grid12 {
  float: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.small12 {
  width: 100%;
}

.small3 {
  width: 25%;
}

.slideDemos {
  width: 100%;
}

.slideDemos-single {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 1em;
}

.slideDemos-single .pogoSlider {
  height: 225px;
}

.slideDemos-single h3 {
  text-align: center;
  margin-top: 90px;
  color: #fff;
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 700;
}
.pogoSlider-slide-element {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  text-align: center;
  margin-top: 150px;
}
.pogoSlider-slide-element h3 {
  color: #fff;
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: normal;
  font-size: 50px;
  padding: 0 100px 30px;
  letter-spacing: 3px;
  line-height: 100px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.pogoSlider-slide-element a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  background-color: transparent;
  border: 2px solid #fff;
  padding: 10px 20px;
}
.pogoSlider-slide-element a:hover {
  background-color: #eb5425;
  color: #fff;
}
/*-- /banner section --*/
/*-- welcome section --*/
section.welcome {
  position: relative;
  background-color: #eb5425;
}
section.welcome .wel-w3ls {
  /* width: 100%;
  text-align: justify;
  text-align-last: justify; */
  border: 5px solid #fff;
}
section.welcome h3.text-center {
  position: absolute;
  background-color: #eb5425;
  color: #fff;
  left: 40%;
  top: 17%;
  padding: 0 20px;
  font-size: 40px;
  font-weight: normal;
  font-family: "Ubuntu Condensed", sans-serif;
  text-transform: uppercase;
}
section.welcome p.text-center {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 35px;
  padding: 45px;
}
.heade-part{
  width: 78%;
  text-align: justify;
  text-align-last: justify;
  margin: 0 auto;
  padding-top: 4%;
}
.heade-part2{
  width: 86%;
  text-align: justify;
  text-align-last: justify;
  margin: 0 auto;
  margin-top: -3%;
  margin-left: 7%;
}
.last-text{
  padding-bottom: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 35px;
  text-align-last: initial;
  padding-bottom: 45px;
}
section.welcome p.text-center-part1 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 35px;
}
section.welcome p.text-center-part2 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 35px;
  margin-top: -5%;
}
.tsuyomi-last{
  display: inline-block;
  text-align-last: inherit;
}
/*-- welcome section --*/
/*-- info section --*/
section.welcome,
section.info,
section.team,
section.price,
section.subs {
  padding: 100px 0;
}
section.footer {
  padding: 50px 0;
}
section.info {
  background: #efefef;
}
section.info h2 {
  font-size: 33px;
  font-weight: 600;
  color: #166791;
  text-transform: capitalize;
  padding-bottom: 20px;
  letter-spacing: 1px;
  line-height: 50px;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.info p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0.5px;
}
section.info .b-wrapper {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  padding: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  text-align: center;
  overflow: hidden;
}
section.info i.fa {
  color: rgba(235, 84, 37, 0.71);
  font-size: 75px;
  padding-top: 130px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.col-lg-5.col-md-5.info-w3ls1 {
  padding: 0;
}
section.info img.img-responsive {
  width: 100%;
  height: auto;
}
section.info a.wmBox:hover .b-wrapper,
section.info a.wmBox:focus .b-wrapper {
  background: rgba(0, 0, 0, 0.9) !important;
}
section.info a.wmBox:hover i.fa,
section.info a.wmBox:focus i.fa {
  color: rgba(235, 84, 37, 1);
}
.info-agile {
  padding: 0 40px;
}
.tsuyomi{
  width: 100%;
  text-align: justify;
  text-align-last: justify;
}
/*-- /info section --*/
/*-- team section --*/
section.team {
}
section.team h3.text-center {
  font-size: 40px;
  font-weight: 600;
  color: #166791;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.team p.text-center {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 50px;
}
.grid {
  /* position: relative; */
  clear: both;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  left: calc(50% - 100px); /* 注意  100px 和前面要有空格 */
  top: calc(50% - 100px);
  transform: perspective(800px) rotateY(0deg);
  transition: 0.7s;
  transform-style: preserve-3d; /* 让转换的子元素保留3D转换： 没有这个 达不到翻转的效果 */
}

.grid:hover {
  transform: perspective(800px) rotateY(180deg);
}

.front {
  width: 100%;
  height: 100%;
  /* position: absolute;
	left: 0;
	top: 0; */
  transform: translateZ(1px); /* 调整z轴的 距离 */
}

.back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateZ(-1px);
}

.img-back {
  width: 255px;
  height: 309px;
}

.grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
}
.grid figure figcaption {
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.effect-julia {
  background: #2f3238;
}
figure.effect-julia img {
  width: 100%;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-julia figcaption {
  text-align: left;
}
figure.effect-julia h2 {
  position: relative;
  padding: 0.5em 0;
}
figure.effect-julia p {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}
figure.effect-julia ul.social-icons2 li:nth-child(1) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.effect-julia ul.social-icons2 li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-julia ul.social-icons2 li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
figure.effect-julia ul.social-icons2 li:nth-child(4) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
figure.effect-julia ul.social-icons2 li:nth-child(5) {
  -webkit-transition-delay: 0.001s;
  transition-delay: 0.001s;
}
figure.effect-julia:hover ul.social-icons2 li:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.effect-julia:hover ul.social-icons2 li:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
figure.effect-julia:hover ul.social-icons2 li:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-julia:hover ul.social-icons2 li:nth-child(4) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.effect-julia:hover ul.social-icons2 li:nth-child(5) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.effect-julia:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
figure.effect-julia:hover ul.social-icons2 li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-julia ul.social-icons2 {
  list-style: none;
}
figure.effect-julia ul.social-icons2 li {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}
figure.effect-julia ul.social-icons2 li a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
}
figure.effect-julia ul.social-icons2 li a i.fa {
  font-size: 16px;
  line-height: 47px;
  width: 47px;
  height: 47px;
  border: 1px solid #fff;
  text-align: center;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-facebook {
  background-color: #3b5998;
  border: 1px solid #3b5998;
  color: #fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-facebook:hover {
  background-color: #002a82;
  border: 1px solid #002a82;
  color: #fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-twitter {
  background-color: #55acee;
  border: 1px solid #55acee;
  color: #fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-twitter:hover {
  background-color: #0062ad;
  border: 1px solid #0062ad;
  color: #fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-whatsapp {
  background-color: #43d854;
  border: 1px solid #43d854;
  color: #fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-whatsapp:hover {
  background-color: #009611;
  border: 1px solid #009611;
  color: #fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-youtube {
  background-color: #cd201f;
  border: 1px solid #cd201f;
  color: #fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-youtube:hover {
  background-color: #8e0100;
  border: 1px solid #8e0100;
  color: #fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-google-plus {
  background-color: #dd4b39;
  border: 1px solid #dd4b39;
  color: #fff;
}
figure.effect-julia ul.social-icons2 li a i.fa.fa-google-plus:hover {
  background-color: #b31400;
  border: 1px solid #b31400;
  color: #fff;
}
section.team h4.text-center {
  font-size: 20px;
  padding: 20px 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #166791;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.team p.team-p1 {
  font-size: 17px;
  font-weight: normal;
  text-align: center;
}
/*-- /team section --*/
/*-- price table --*/
section.price {
  background-color: #166791;
}
section.price h3.text-center {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.price p.text-center {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 50px;
  color: #fff;
}
section.price ul.stars {
  text-align: center;
  padding-top: 10px;
}
section.price ul.stars li {
  display: inline-block;
}
section.price ul.stars li i.fa {
  color: #feb74d;
}
section.price p.dur {
  background-color: #fff;
  padding: 2px;
  width: 72.5px;
  margin: 0 auto;
  color: #166791;
  font-size: 17px;
  text-transform: uppercase;
}
section.price p.dur span {
  font-weight: 700;
  font-size: 18px;
}
/*-- /Pricing Grids --*/
/*-- Hover Effects --*/
.cd-has-margins .cd-pricing-list > li .price-w3ls {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.cd-has-margins .cd-pricing-list > li .price-w3ls:hover {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  z-index: 1;
  border: none;
}
/*-- Hover Effects --*/
/*-- Pricing Table Pop Up section --*/
#small-dialog h4 {
  margin: 10px 0;
  font-family: "Ubuntu Condensed", sans-serif;
}
.pricing-grid {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.pricing-top {
  background: #323232;
  padding: 1.5em 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.pricing-top h3 {
  color: #fff;
  font-size: 2em;
  margin-bottom: 7px;
  font-weight: 500;
  font-family: "Ubuntu Condensed", sans-serif;
}
.pricing-top p {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
}
.pricing-top p span {
  color: #f94877;
  font-weight: 600;
  font-size: 1.3em;
}
.pricing-offer {
  order: 1px solid #eee;
}
.pricing-offer ul li {
  display: block;
}
.pricing-offer ul li.whyt a {
  background: #f4f4f4;
}
.pricing-offer ul li a {
  color: #000000;
  font-size: 1.1em;
  text-align: center;
  display: block;
  padding: 16px 0;
  text-decoration: none;
  font-weight: 300;
}

.pricing-grid:hover div.pricing-top,
.pricing-grid:hover div.sign button {
  background: #f94877;
  color: #fff;
  border-radius: 0;
}
.pricing-grid:hover div.pricing-top p span {
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
}
#small-dialog,
#small-dialog1,
#small-dialog2,
#small-dialog3,
#small-dialog4,
#small-dialog5 {
  background: white;
  padding: 10px 0 10px 0;
  text-align: left;
  max-width: 629px;
  margin: 40px auto;
  position: relative;
  text-align: center;
  border: 15px solid#eee;
  height: 565px;
}
.pricing-grids {
  width: 70%;
  margin: 0 auto;
}
.pricing-grid {
  width: 32%;
  float: left;
  margin-right: 2%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.pricing-grid:nth-child(3) {
  margin: 0;
}
/*Pricing table and price blocks*/
.price-head h3 {
  color: #404042;
  font-size: 3em;
  text-decoration: none;
  font-weight: 700;
  font-family: "Ubuntu Condensed", sans-serif;
}
/*----*/
.pricing-grid3 {
  margin-right: 0;
}
.pricing-grid:hover,
.pricing-grid:hover,
.pricing-grid:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  z-index: 1;
  border: none;
}
.pricing-grid1:nth-child(3) {
  margin-right: 0;
}
.price-value h2,
.price-value.two h3,
.price-value.three h4 {
  font-size: 2em;
  color: #fff;
  font-weight: bold;
}
.price-value,
.price-value.two,
.price-value.three {
  background: #8386e7;
  padding: 1em 0em 1em;
  border-bottom: 1px solid#393C9F;
  text-align: center;
}
.price-value.two {
  background: #41cac0;
  border-bottom: 1px solid#25857E;
}
.price-value.three {
  background: #d27ff1;
  border-bottom: 1px solid#A24BC3;
}
.price-value ul,
.pricing-grid1 ul,
.pricing-grid2 ul,
.pricing-grid3 ul {
  padding: 0;
}
.price-value ul li,
.pricing-grid1,
.pricing-grid2 ul li,
.pricing-grid3 ul li {
  list-style: none;
}
.price-value ul li {
  list-style: none;
}
.price-value h5 {
  padding: 11px 0;
  font-style: italic;
  font-size: 13px;
  color: #f0ebeb;
  font-family: "Ubuntu Condensed", sans-serif;
}
ul.count,
.pricing-grid1 ul li a,
ul.count,
.pricing-grid2 ul li a,
ul.count,
.pricing-grid3 ul li a {
  font-size: 15px;
  display: block;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 20px;
}
.price-bg {
  background: #fff;
  height: 500px;
}
p.price-label-1 {
  color: #8386e7;
  text-align: center;
}
p.price-label-2 {
  color: #41cac0;
  text-align: center;
}
p.price-label-3 {
  color: #d27ff1;
  text-align: center;
}
.price-bg p span {
  font-weight: bold;
  font-size: 5em;
}
.price-bg p i {
  vertical-align: super;
}
.price-bg ul {
  padding: 0;
}
.price-bg ul li {
  list-style: none;
}
ul.buy-now li {
  display: inline-block;
}
li.view {
  float: left;
  margin: 9px 0px 0px 35px;
}
li.view a {
  color: #83b4e6;
  border-bottom: 2px dotted;
  font-style: italic;
}
ul.count li a {
  color: #6a6a6a;
}
ul.buy-now {
  padding: 12px 0 16px;
}
li.tag-now-1 {
  background: #8386e7;
  float: right;
  margin-top: 12px;
}
li.tag-now-1:hover {
  background: #37398a;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
li.tag-now-1 a {
  color: #fff;
}
li.tag-now-2 {
  background: #41cac0;
  float: right;
  margin-top: 12px;
}
li.tag-now-2:hover {
  background: #277f78;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
li.tag-now-2 a {
  color: #fff;
}
li.tag-now-3 {
  background: #d27ff1;
  float: right;
  margin-top: 0px;
}
li.tag-now-3:hover {
  background: #9227ba;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
li.tag-now-3 a {
  color: #fff;
  padding: 10px;
}
ul.count li img {
  vertical-align: middle;
  margin-right: 20px;
}
ul.count li {
  border-bottom: 1px solid#999;
  padding: 1.2em 0;
}
ul.count li {
  padding-left: 35px;
}
a.popup-with-zoom-anim {
}
/*---start-pricing-tabels-----*/
.payment-online-form-left {
}
form li {
  list-style: none;
}
form ul {
  padding: 0;
}
h4.payment-head {
  font-size: 1.9em;
  color: #222222;
  padding: 0.5em 0;
  text-align: left;
  float: left;
  font-family: "Ubuntu Condensed", sans-serif;
}
.payment-online-form-left span {
  vertical-align: sub;
  margin-right: 30px;
}
.payment-online-form-left form {
  padding: 0 3%;
}
.payment-online-form-left input[type="text"] {
  padding: 1em 1em;
  color: #485460;
  width: 46%;
  margin: 0.5em 0;
  border: 1px solid;
  outline: none;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  float: left;
  font-size: 0.9em;
  border-color: #eee;
  -webkit-appearance: none;
}
input#datepicker {
  padding: 1em 1em 1em 1em;
}
.payment-online-form-left input[type="text"]:hover {
  border-color: #fa6e6f;
}
.text-box-dark {
}
.text-box-light {
  background: url(../images/calender.png) no-repeat 95% 50%;
  cursor: pointer;
  position: relative;
}
.payment-online-form-left ul li:first-child input[type="text"] {
  margin-right: 5%;
}
.payment-online-form-left input[type="text"]:active,
.payment-online-form-left input[type="text"]:hover {
  border-color: #54ceb7;
  color: #3498db;
}
.shipping {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../images/icon.png) no-repeat -111px -26px;
}
.payment {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../images/icon.png) no-repeat -154px -23px;
}
.payment-date-section {
  background: url(../images/calender.png) no-repeat #fff 50%;
}
.payment-sendbtns {
  float: right;
  margin: 1.2em 0 1em;
}
.payment-sendbtns input[type="reset"] {
  background: #166791;
  padding: 6px 50px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  font-family: "Ubuntu Condensed", sans-serif;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  outline: none;
}
.payment-sendbtns input[type="reset"]:hover {
  color: #fff;
  background: #eb5425;
}
.payment-sendbtns input[type="submit"] {
  background: #166791;
  padding: 6px 50px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  font-family: "Ubuntu Condensed", sans-serif;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  outline: none;
}
.payment-sendbtns input[type="submit"]:hover {
  color: #fff;
  background: #eb5425;
}
.payment-sendbtns li {
  display: inline-block;
}
.payment-type li {
  display: inline-block;
}
.payment-online-form-right {
  background: #2b2937;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 4px solid #1a1822;
}
/*-----*/
.get-started {
  /* background: url(../images/get.jpg) no-repeat 0px 0px; */
  min-height: 400px;
  padding: 8% 0 0 0;
  color: #fff;
  background-size: cover;
  text-align: center;
}
.get-started h4 {
  font-size: 1.5em;
  margin-bottom: 1em;
  font-weight: 400;
  padding: 0;
  font-family: "Ubuntu Condensed", sans-serif;
}
.get-started h3 {
  font-size: 2.8em;
  font-weight: 400;
  margin-bottom: 1em;
  padding: 0;
  font-family: "Ubuntu Condensed", sans-serif;
}
.get-started a {
  padding: 12px 18px;
  border: 1px solid #ff0426;
  font-size: 1.2em;
  color: #fff;
  outline: none;
  font-weight: 400;
  text-decoration: none;
  background: #f94877;
}
.get-started a:hover {
  background: transparent;
  border: 1px solid #f94877;
}
/*-----*/
/*---start-checkbox----*/
input[type="checkbox"].css-checkbox1,
input[type="checkbox"].css-checkbox2 {
  display: none;
}
input[type="checkbox"].css-checkbox1 + label.css-label1 {
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: super;
  cursor: pointer;
  background: url(../images/icon.png) no-repeat -188px -25px;
  margin-right: 8px;
}
input[type="checkbox"].css-checkbox1:checked + label.css-label1 {
  background: url(../images/icon.png) no-repeat -215px -25px;
}
input[type="checkbox"].css-checkbox2 + label.css-label2 {
  height: 30px;
  width: 30px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: -20px 0px;
  vertical-align: super;
  cursor: pointer;
  background: url(../images/icon.png) no-repeat -218px -24px;
}
input[type="checkbox"].css-checkbox2:checked + label.css-label2 {
  background: url(../images/icon.png) no-repeat -190px -24px;
}
.visa {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/icon.png) no-repeat -32px -28px;
}
.paypal {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/icon.png) no-repeat -71px -26px;
}
.payment-online-form-right {
  float: right;
  width: 30%;
  background: #2b2937;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 4px solid #1a1822;
  padding-bottom: 2em;
}
.payment-online-form-right a:hover {
  color: #1abc9c;
}
.payment-online-form-right ul li {
  display: block;
  padding: 0.5em;
}
.payment-online-form-right ul li a {
  color: #9095aa;
}
.payment-online-form-right h4 {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(144, 149, 170, 0.22);
  padding: 0.8em;
  font-family: "Ubuntu Condensed", sans-serif;
}
.payment-online-form-right ul {
  padding: 0px 1em;
}
.payment-online-form-right h5 {
  color: #fff;
  padding: 0.5em 0.8em 0.4em;
  font-size: 1em;
  font-family: "Ubuntu Condensed", sans-serif;
}
.payment-type {
  margin-top: 3%;
  text-align: left;
}
input[type="checkbox"].css-checkbox3,
input[type="checkbox"].css-checkbox4,
input[type="checkbox"].css-checkbox5,
input[type="checkbox"].css-checkbox6 {
  display: none;
}
input[type="checkbox"].css-checkbox3 + label.css-label3 {
  height: 22px;
  width: 21px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -38px;
  vertical-align: middle;
  cursor: pointer;
  /* background-image: url(../images/filter-bg.png); */
}
input[type="checkbox"].css-checkbox3:checked + label.css-label3 {
  background-position: 0px 0px;
}
input[type="checkbox"].css-checkbox4 + label.css-label4 {
  height: 22px;
  width: 21px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0px;
  vertical-align: middle;
  cursor: pointer;
  /* background-image: url(../images/filter-bg.png); */
}
input[type="checkbox"].css-checkbox4:checked + label.css-label4 {
  background-position: 0px -38px;
}
input[type="checkbox"].css-checkbox5 + label.css-label5 {
  height: 22px;
  width: 21px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 -38px;
  vertical-align: middle;
  cursor: pointer;
  /* background-image: url(../images/filter-bg.png); */
}
input[type="checkbox"].css-checkbox5:checked + label.css-label5 {
  background-position: 0px 0px;
}
input[type="checkbox"].css-checkbox6 + label.css-label6 {
  height: 22px;
  width: 21px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0px;
  vertical-align: middle;
  cursor: pointer;
  /* background-image: url(../images/filter-bg.png); */
}
input[type="checkbox"].css-checkbox6:checked + label.css-label6 {
  background-position: 0px -38px;
}

/* start state */
.my-mfp-zoom-in #small-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-content iframe {
  width: 100%;
  min-height: 500px;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  background: #eeeeee;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 32px;
  height: 32px;
  line-height: 13px;
  position: absolute;
  right: -46px;
  top: -47px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  outline: none;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
  padding: 0 0 7px 0px;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.image-top img {
  width: 100%;
}
.image-top p {
  text-align: justify;
  padding: 2% 0;
  font-size: 15px;
}
.image-top h3 {
  font-size: 1.5em;
  font-weight: 500;
  margin: 16px 0px 0px 0px;
  color: #3f4244;
  font-family: "Ubuntu Condensed", sans-serif;
}
p.bottom {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding: 15px 0;
  color: #999;
  font-size: 14px;
}
/*-- /Pricing Table Pop Up section --*/
/*-- /pricing table section --*/
/*-- subscribe section --*/
section.subs {
  background-color: #5a5d66;
}
section.subs h3 {
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 20px;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.subs input#email {
  background: url(../images/mail.png) no-repeat 13px 12px;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  padding-left: 50px;
  height: 50px;
  outline: none;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.subs button.btn.btn-outline.btn-lg {
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: normal;
  outline: none;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.subs button.btn.btn-outline.btn-lg:hover {
  background-color: #000;
  color: #fff;
}
section.subs input#email:focus {
  outline: none !important;
}
input::-webkit-input-placeholder {
  color: #fff !important;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
input:-ms-input-placeholder {
  color: #fff !important;
}
.col-lg-10.col-md-10.col-sm-7.subs-w3ls1 {
  padding-left: 0;
}
/*-- /subscribe section --*/
/*-- map section --*/
.map iframe.googlemaps {
  width: 100%;
  height: 400px;
}
/*-- /map section --*/
/*-- footer section--*/
section.footer {
  position: relative;
  background-color: #161616;
}
section.footer a.top {
  position: absolute;
  left: 49%;
  top: -20px;
  border: 1px solid #eb5425;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #eb5425;
  box-sizing: border-box;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
section.footer a.top span.glyphicon.glyphicon-chevron-up {
  color: #fff;
  line-height: 30px;
  font-size: 22px;
  padding: 0 2px 0 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
section.footer a.logo {
  color: #eb5425;
  position: absolute;
  left: 47%;
  top: 20%;
  z-index: 9999;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}
section.footer ul.footer-links1 {
  float: left;
}
section.footer ul.footer-links1 li,
section.footer ul.footer-links2 li {
  display: inline-block;
}
section.footer ul.footer-links1 li {
  margin-right: 30px;
}
section.footer ul.footer-links1 li a,
section.footer ul.footer-links2 li a {
  color: #868686;
  text-decoration: none;
  font-size: 18px;
  font-weight: normal;
  position: relative;
}
section.footer ul.footer-links1 li a:hover,
section.footer ul.footer-links2 li a:hover,
section.footer ul.footer-links1 li a:focus,
section.footer ul.footer-links2 li a:focus {
  outline: none;
  color: #fff;
}
section.footer ul.footer-links2 {
  float: right;
  margin-right: -20px;
}
section.footer ul.footer-links2 li {
  margin-left: 40px;
}
/* Effect 4: bottom border enlarge */
.cl-effect-4 a {
  padding: 0 0 10px;
}
.cl-effect-4 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eb5425;
  content: "";
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
  height: 1px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
section.footer ul.social-icons1 {
  list-style: none;
  text-align: center;
  margin-top: 50px;
  position: relative;
}
section.footer ul.social-icons1:before {
  position: absolute;
  width: 40%;
  left: 0;
  top: 18px;
  height: 1px;
  content: "";
  background-color: #868686;
}
section.footer ul.social-icons1:after {
  position: absolute;
  width: 40%;
  right: 0;
  top: 18px;
  height: 1px;
  content: "";
  background-color: #868686;
}
section.footer ul.social-icons1 li {
  display: inline;
  margin-right: 7px;
  margin-left: 7px;
}
section.footer ul.social-icons1 li a {
  text-decoration: none;
  border: 1px solid #868686;
  width: 35px;
  height: 35px;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
section.footer ul.social-icons1 li a i.fa {
  font-size: 16px;
  color: #868686;
  line-height: 33px;
  text-align: center;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
section.footer ul.social-icons1 li a:hover {
  background-color: #eb5425;
  border: 1px solid #eb5425;
  color: #fff;
}
section.footer ul.social-icons1 li a:hover i.fa {
  color: #fff;
}
section.footer p.copyright {
  text-align: center;
  padding-top: 50px;
  font-size: 16px;
  font-weight: normal;
  color: #868686;
}
section.footer p.copyright a {
  color: #eb5425;
  text-decoration: none;
}
section.footer p.copyright a:hover {
  color: #fff;
}
/*-- /footer section --*/
/*-- inner pages banner --*/
section.banner-inner {
  /* background: url(../images/banner-inner.jpg); */
  background: url(../images/banner-rainbow.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  min-height: 500px;
}
section.inner-header {
  text-align: -webkit-center;
}
section.inner-header h2.page-header {
  font-size: 50px;
  font-weight: normal;
  padding-bottom: 30px;
  color: #eb5425;
  border-bottom: none;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.inner-header ol.breadcrumb {
  border: 1px solid #eb5425;
  background-color: transparent;
}
section.inner-header ol.breadcrumb li {
  font-size: 17px;
  color: #166791;
  font-weight: normal;
}
section.inner-header ol.breadcrumb li a {
  text-decoration: none;
  color: #eb5425;
}
section.inner-header ol.breadcrumb li a:hover {
  color: #ff3d00;
}
section.inner-header .breadcrumb > li + li:before {
  color: #eb5425;
}
/*-- /inner pages banner --*/
/*-- About page styling --*/
section.about-w3ls {
  padding: 100px 0;
}
section.about-w3ls h3 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.about-w3ls p {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 20px;
  line-height: 30px;
}
section.customer {
  padding: 100px 0;
}
section.customer h3.text-center {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.customer p.text-center {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 50px;
}
.column {
  margin: 0;
  padding: 0;
}
.column:last-child {
}
.column::after {
  content: "";
  clear: both;
  display: block;
}
.column div {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.column div:first-child {
  margin-left: 0;
}
figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.hover01 figure img {
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.hover01 figure:hover img {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
}
/*-- /About page styling --*/
/*-- service page --*/
section.service-w3ls .panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
section.service-w3ls .panel-default {
  border-color: transparent;
}
section.service-w3ls .panel-body {
  padding: 0;
}
section.service-w3ls .panel {
  border: none;
  box-shadow: none;
}
section.service-w3ls .hi-icon a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 100;
}
section.service-w3ls .hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
section.service-w3ls .hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
section.service-w3ls .hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
section.service-w3ls .hi-icon:before {
  speak: none;
  font-size: 40px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
section.service-w3ls .hi-icon-effect-1 .hi-icon {
  background: #eb5425;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
section.service-w3ls .hi-icon-effect-1 .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #eb5425;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
.no-touch .hi-icon-effect-1b .hi-icon:hover {
  background: #eb5425;
  color: #fff;
}
section.service-w3ls .hi-icon-effect-1b .hi-icon:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.no-touch .hi-icon-effect-1b .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
section.service-w3ls {
  padding: 70px 0;
}
section.service-w3ls h4 {
  font-size: 20px;
  font-weight: normal;
  color: #166791;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.service-w3ls p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  padding-bottom: 10px;
}
section.service-w3ls a.btn.btn-primary {
  color: #eb5425;
  background-color: transparent;
  border: 2px solid #eb5425;
  font-size: 17px;
  padding: 10px 20px;
  line-height: 1;
}
section.service-w3ls a.btn.btn-primary:hover {
  color: #fff;
  background-color: #eb5425;
  border: 2px solid #eb5425;
}
section.service-agile {
  padding: 100px 0;
}
section.service-agile h3.text-center {
  font-size: 40px;
  font-weight: 600;
  color: #eb5425;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.service-agile p.text-center {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 50px;
}
section.service-agile h4.media-heading {
  font-size: 22px;
  font-weight: normal;
  color: #eb5425;
  text-transform: capitalize;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.service-agile .media-body p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  padding-bottom: 30px;
}
section.service-agile .hi-icon a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 100;
}
section.service-agile .hi-icon-wrap {
  text-align: center;
  margin: 6px 8px;
  padding: 0;
}
section.service-agile .hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #166791;
}
section.service-agile .hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
section.service-agile .hi-icon:before {
  speak: none;
  font-size: 25px;
  line-height: 40px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
section.service-agile .hi-icon-effect-5 .hi-icon {
  box-shadow: 0 0 0 4px #166791;
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
section.service-agile .hi-icon-effect-5 .hi-icon:after {
  display: none;
}
.no-touch .hi-icon-effect-5 .hi-icon:hover {
  background: #eb5425;
  color: #ffffff;
  box-shadow: 0 0 0 4px #eb5425;
}
.no-touch .hi-icon-effect-5a .hi-icon:hover:before {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
/*-- /service page --*/
/*-- portfolio page --*/
section.portfolio-w3ls {
  padding: 50px 0;
}
section.portfolio-w3ls hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
section.portfolio-w3ls h3 {
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.portfolio-w3ls p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  padding-bottom: 15px;
}
section.portfolio-w3ls a.btn.btn-primary {
  color: #eb5425;
  background-color: transparent;
  border: 2px solid #eb5425;
  font-size: 17px;
  padding: 10px 20px;
  line-height: 1;
}
section.portfolio-w3ls a.btn.btn-primary:hover {
  color: #fff;
  background-color: #eb5425;
  border: 2px solid #eb5425;
}
.media {
  margin-top: 40px;
}
/*-- /portfolio page --*/
/*-- blog page --*/
section.blog-w3ls {
  padding: 50px 0 20px;
}
section.blog-w3ls hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
section.blog-w3ls p i.fa {
  color: #eb5425;
}
section.blog-w3ls p.date-w3ls {
  font-size: 16px;
  padding-top: 10px;
  line-height: 25px;
}
section.blog-w3ls h3 a {
  text-decoration: none;
  color: #166791;
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 15px;
  font-family: "Ubuntu Condensed", sans-serif;
  text-transform: uppercase;
  display: block;
}
section.blog-w3ls p.blog-agile1 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
}
section.blog-w3ls p.blog-agile1 a {
  color: #eb5425;
  font-size: 19px;
  font-weight: 600;
  text-decoration: none;
}
section.blog-w3ls p.blog-agile2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  padding-bottom: 10px;
}
section.blog-w3ls a.btn.btn-primary {
  color: #eb5425;
  background-color: transparent;
  border: 2px solid #eb5425;
  font-size: 17px;
  padding: 10px 20px;
  line-height: 1;
}
section.blog-w3ls a.btn.btn-primary:hover {
  color: #fff;
  background-color: #eb5425;
  border: 2px solid #eb5425;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #eb5425;
  border: 1px solid #eb5425;
  border-radius: 15px;
  color: #fff;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #166791;
  border: 1px solid #166791;
  color: #fff;
}
.pager {
  margin: 20px 0 40px;
}
/*-- /blog page --*/
/*-- blog-post page --*/
section.blogpost-w3ls {
  padding: 30px 0 50px;
}
section.blogpost-w3ls h3 {
  font-size: 35px;
  font-weight: normal;
  color: #eb5425;
  padding: 20px 0;
  font-family: "Ubuntu Condensed", sans-serif;
  text-transform: uppercase;
}
section.blogpost-w3ls p.date-agile {
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
section.blogpost-w3ls p.lead {
  font-size: 23px;
  font-weight: normal;
  text-transform: uppercase;
  color: #166791;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.blogpost-w3ls p.blogpost-p1 {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}
section.blogpost-w3ls .comment-w3ls h4 {
  font-size: 22px;
  color: #eb5425;
  font-weight: normal;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.blogpost-w3ls .comment-w3ls .well textarea.form-control {
  background-color: #fff;
}
section.blogpost-w3ls .comment-w3ls .well button.btn.btn-primary {
  color: #eb5425;
  background-color: transparent;
  border: 2px solid #eb5425;
  font-size: 17px;
  padding: 10px 20px;
}
section.blogpost-w3ls .comment-w3ls .well button.btn.btn-primary:hover {
  color: #fff;
  background-color: #eb5425;
  border: 2px solid #eb5425;
}
section.blogpost-w3ls h4.media-heading {
  font-size: 20px;
  font-weight: normal;
  color: #eb5425;
  text-transform: uppercase;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.blogpost-w3ls h4.media-heading small {
  margin-left: 10px;
  color: #000 !important;
}
section.blogpost-w3ls p.blogpost-p2 {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}
section.blogpost-w3ls .blogpost-right h4 {
  font-size: 22px;
  color: #eb5425;
  font-weight: normal;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.blogpost-w3ls .blogpost-right .well {
  border: 1px solid #eb5425;
  background-color: #fff;
}
section.blogpost-w3ls .blogpost-right .well input#search {
  border-color: #eb5425;
  outline: none;
}
section.blogpost-w3ls .blogpost-right .well button.btn.btn-default {
  border-color: #eb5425;
  color: #eb5425;
}
section.blogpost-w3ls .blogpost-right .well button.btn.btn-default:hover,
section.blogpost-w3ls .blogpost-right .well button.btn.btn-default:focus {
  color: #fff;
  background-color: #eb5425;
  border-color: #eb5425;
}
section.blogpost-w3ls .blogpost-right .well ul.list-unstyled {
  text-align: justify;
}
section.blogpost-w3ls .blogpost-right .well ul.list-unstyled li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  color: #999;
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px;
}
section.blogpost-w3ls .blogpost-right .well ul.list-unstyled li a i.fa {
  font-size: 11px;
  color: #000;
  margin-right: 5px;
}
section.blogpost-w3ls .blogpost-right .well ul.list-unstyled li a:hover,
section.blogpost-w3ls .blogpost-right .well ul.list-unstyled li a:hover i.fa {
  color: #eb5425;
}
section.blogpost-w3ls .blogpost-right .well p.blogpost-p3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}
/*-- /blog-post page --*/
/*-- contact page --*/
section.contact-w3ls {
  padding: 100px 0;
}
section.contact-w3ls h3.text-center {
  font-size: 40px;
  font-weight: 600;
  color: #eb5425;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.contact-w3ls p.text-center {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 50px;
}
section.contact-w3ls label.contact-p1 {
  font-size: 17px;
  font-weight: 300;
  color: #166791;
  padding-bottom: 10px;
  font-family: "Ubuntu Condensed", sans-serif;
}
/* .col-lg-6.col-md-6.col-sm-6.contact-agile1,
.col-lg-6.col-md-6.col-sm-6.contact-agile2 {
  z-index: 99999;
} */
section.contact-w3ls p.help-block {
  color: #ff0500 !important;
}
section.contact-w3ls input#name,
section.contact-w3ls input#email,
section.contact-w3ls input#phone,
section.contact-w3ls input#subject {
  height: 50px;
}
section.contact-w3ls input#name,
section.contact-w3ls input#email,
section.contact-w3ls input#phone,
section.contact-w3ls input#subject,
section.contact-w3ls textarea#message {
  font-size: 17px;
  font-weight: normal;
  color: #000;
  background-color: transparent;
  border-radius: 0;
  border-color: #eb5425;
}
section.contact-w3ls button.btn.btn-primary {
  color: #eb5425;
  background-color: transparent;
  border: 2px solid #eb5425;
  font-size: 17px;
  padding: 10px 20px;
  width: 100%;
  margin: 25px 0;
}
section.contact-w3ls button.btn.btn-primary:hover {
  color: #fff;
  background-color: #eb5425;
  border: 2px solid #eb5425;
}
section.contact-w3ls .row.contact-row {
  margin-top: 30px;
}
section.contact-w3ls .contact-grid1-left1 {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
section.contact-w3ls .contact-grid1-left1:hover {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  z-index: 1;
  border: none;
}
section.contact-w3ls .contact-grid1-left1 {
  padding: 2em;
  border: 1px solid #e4e4e4;
  background: #f5f5f5;
  text-align: center;
}
section.contact-w3ls .contact-grid1-left1 span {
  font-size: 1.5em;
  color: #eb5425;
}
section.contact-w3ls .contact-grid1-left1 h4 {
  font-size: 1.5em;
  color: #212121;
  margin: 1em 0 0.5em;
  font-family: "Ubuntu Condensed", sans-serif;
}
section.contact-w3ls .contact-grid1-left1 p {
  color: #999;
  line-height: 1.8em;
  margin-bottom: 2em;
}
section.contact-w3ls .contact-grid1-left1 a {
  font-size: 14px;
  color: #166791;
  text-decoration: none;
}
section.contact-w3ls .contact-grid1-left1 a:hover {
  color: #999;
}
section.contact-w3ls .contact-grid1-left1 ul li {
  list-style-type: none;
  margin-bottom: 1em;
  font-size: 13px;
  color: #999;
}
/*-- //contact --*/
/*-- /contact page --*/

/*-- responsive design --*/
@media (max-width: 1600px) {
  .pogoSlider {
    height: 677px;
  }
  .pogoSlider-slide {
    min-height: 677px;
  }
  .pogoSlider-slide-element {
    margin-top: 240px !important;
  }
  .pogoSlider-slide-element h3 {
    font-size: 45px;
    padding: 0 100px 30px;
    letter-spacing: 3px;
    line-height: 80px;
    padding-bottom: 45px;
  }
}

@media (max-width: 1366px) {
  section.team,
  .service-image {
    text-align: -webkit-center;
  }
  /* .img-back {
    width: 100%;
    height: 30rem;
  } */
}

@media (width: 1024px) and (height: 1366px) {
  .img-back {
    width: 205px;
    height: 240px;
  }
}
@media (width: 375px) and (height: 667px),
  (width: 414px) and (height: 896px),
  (width: 390px) and (height: 844px) {
  .img-back {
    width: 300px;
    height: 351px;
  }
}
@media (width: 820px) and (height: 1180px) {
  .img-back {
    width: 310px;
    height: 352px;
    display: block;
  }
}
@media (width: 768px) and (height: 1024px) {
  .img-back {
    display: block;
  }
}

@media (min-width: 420px) and (max-width: 430px) {
  .heade-part2{
    width: 100%;
    margin-left: 0;
  }
  .img-back {
    width: 170px;
    height: 200px;
  }
}
/* @media (width: 1366px) and (height: 768px) {
  .img-back {
    width: 255px;
    height: 309px;
  }
} */

@media (min-width: 1910px) {
  .img-back {
    width: 260px;
    height: 300px;
  }
}

@media (max-width: 1280px) {
  .sb-search {
    right: 180px;
  }
}

@media (width: 820px){
  .header-producejp{
    padding-left: 1.5% !important;
  }
  .header-produce{
    padding-left: 4% !important;
  }
}

@media (max-width: 1080px) {
  .sb-search {
    right: 70px;
  }
  .pogoSlider-slide-element h3 {
    font-size: 35px;
    padding: 0 50px 30px;
    letter-spacing: 3px;
    line-height: 70px;
    padding-bottom: 45px;
  }
  .pogoSlider-slide-element {
    margin-top: 265px !important;
  }
  section.welcome h3.text-center {
    left: 29%;
    top: 16%;
  }
  section.welcome h3.text-center,
  section.team h3.text-center,
  section.price h3.text-center,
  section.about-w3ls h3,
  section.customer h3.text-center,
  section.service-agile h3.text-center,
  section.contact-w3ls h3.text-center {
    font-size: 35px;
  }
  section.team p.text-center,
  section.price p.text-center,
  section.customer p.text-center,
  section.service-agile p.text-center,
  section.contact-w3ls p.text-center {
    font-size: 14px;
  }
  section.info i.fa {
    padding-top: 110px;
  }
  section.info h2 {
    font-size: 30px;
  }
  section.info p {
    font-size: 14px;
  }
  section.welcome p.text-center {
    font-size: 14px;
    padding: 35px;
  }
  section.welcome h3.text-center {
    top: 9%;
  }

  .header-producejp{
    padding-left: 5.5%;
  }
  .header-produce{
    padding-left: 16%;
  }

  .header-titlezh{
    left: 38% !important;
  }

  .navbar-inverse .navbar-nav > li > a {
    font-size: 15px;
  }
  .pogoSlider-slide-element a {
    font-size: 17px;
  }
  section.team h4.text-center {
    font-size: 17px;
  }
  section.team p.team-p1 {
    font-size: 15px;
  }
  section.subs h3 {
    font-size: 30px;
  }
  section.subs input#email {
    font-size: 18px;
  }
  section.subs button.btn.btn-outline.btn-lg {
    font-size: 18px;
  }
  section.footer ul.footer-links1 li a,
  section.footer ul.footer-links2 li a {
    font-size: 16px;
  }
  section.footer a.top {
    left: 48%;
  }
  section.footer a.logo {
    left: 43%;
    top: 16%;
    font-size: 35px;
  }
  figure.effect-julia ul.social-icons2 li a i.fa {
    font-size: 15px;
    line-height: 35px;
    width: 36px;
    height: 36px;
  }
  section.footer ul.social-icons1:before,
  section.footer ul.social-icons1:after {
    width: 38%;
  }
  section.inner-header h2.page-header {
    font-size: 40px;
    padding-bottom: 20px;
  }
  section.about-w3ls {
    padding: 35px 0;
  }
  section.about-w3ls p {
    font-size: 14px;
  }
  section.welcome,
  section.info,
  section.team,
  section.price,
  section.subs,
  section.footer,
  section.customer,
  section.service-agile,
  section.contact-w3ls {
    padding: 50px 0;
  }
  section.footer ul.footer-links1,
  section.footer ul.footer-links2 {
    margin-top: 10px;
  }
  section.banner-inner {
    min-height: 400px;
  }
  section.footer p.copyright {
    font-size: 14px;
  }
  section.service-w3ls p {
    font-size: 13px;
  }
  section.service-w3ls {
    padding: 35px 0;
  }
  section.service-agile .media-body p {
    font-size: 14px;
  }
  section.portfolio-w3ls p {
    font-size: 14px;
  }
  section.blog-w3ls p.blog-agile1 {
    font-size: 17px;
  }
  section.blog-w3ls p.blog-agile1 a {
    font-size: 17px;
    font-weight: normal;
  }
  section.blog-w3ls p.blog-agile2 {
    font-size: 14px;
  }
  section.blog-w3ls p i.fa {
    font-size: 40px;
  }
  section.blogpost-w3ls h3 {
    font-size: 30px;
  }
  section.blogpost-w3ls p.date-agile {
    font-size: 16px;
    font-weight: normal;
  }
  section.blogpost-w3ls p.lead {
    font-size: 23px;
  }
  section.blogpost-w3ls p.blogpost-p1 {
    font-size: 14px;
  }
  section.blogpost-w3ls .comment-w3ls h4 {
    font-size: 20px;
  }
  section.blog-w3ls a.btn.btn-primary,
  section.portfolio-w3ls a.btn.btn-primary,
  section.service-w3ls a.btn.btn-primary {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  .pogoSlider {
    height: 557px;
  }
  .pogoSlider-slide {
    min-height: 557px;
  }
  .pogoSlider-slide-element {
    margin-top: 190px !important;
  }
  .pogoSlider-slide-element h3 {
    font-size: 30px;
    padding: 0 30px 35px;
    letter-spacing: 3px;
    line-height: 55px;
  }
  .pogoSlider-slide-element a {
    font-size: 16px;
    padding: 8px 20px;
  }
  section.welcome h3.text-center,
  section.team h3.text-center,
  section.price h3.text-center,
  section.about-w3ls h3,
  section.customer h3.text-center,
  section.service-agile h3.text-center,
  section.contact-w3ls h3.text-center {
    font-size: 30px;
  }
  section.welcome h3.text-center {
    left: 31%;
    top: 10%;
  }
  section.info h2 {
    font-size: 25px;
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  a.navbar-brand {
    width: 170px;
    height: 116px;
  }
  a.navbar-brand h1 {
    font-size: 35px;
    line-height: 110px;
  }
  ul.nav.navbar-nav {
    margin: 0 0 0 155px;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 20px 13px;
  }
  p.top-p1 {
    display: none;
  }
  .navbar-wrapper {
    margin-top: 57px;
  }
  section.info i.fa {
    padding-top: 215px;
  }
  .info-agile {
    padding: 0;
  }
  .col-lg-7.col-md-7.info-w3ls2 {
    padding: 0;
  }
  section.info h2 {
    padding: 20px 0 15px;
  }
  figure.effect-julia ul.social-icons2 li a i.fa {
    font-size: 16px;
    line-height: 47px;
    width: 47px;
    height: 47px;
  }
  section.team p.team-p1 {
    padding-bottom: 35px;
  }
  section.team .col-lg-3.col-md-3.col-sm-6.team-w3ls:nth-child(3) p.team-p1,
  section.team .col-lg-3.col-md-3.col-sm-6.team-w3ls:nth-child(3) p.team-p1 {
    padding-bottom: 0;
  }
  section.team {
    text-align: -webkit-center;
  }
  section.price li.col-lg-4.col-md-4.col-sm-12 {
    width: 100%;
    margin-bottom: 40px;
  }
  .cd-has-margins .cd-pricing-list > li .price-w3ls {
    width: 100%;
    margin: 0 auto;
  }
  section.footer ul.footer-links1 li {
    margin-right: 15px;
  }
  section.footer ul.footer-links2 li {
    margin-left: 30px;
  }
  section.footer ul.social-icons1 {
    margin-top: 30px;
  }
  section.footer ul.social-icons1:before,
  section.footer ul.social-icons1:after {
    width: 34%;
  }
  section.footer p.copyright {
    padding-top: 30px;
  }
  section.banner-inner {
    min-height: 350px;
  }
  section.about-w3ls h3 {
    padding: 30px 0 20px;
  }
  .col-md-2.col-sm-4.col-xs-6.cust-w3ls {
    padding-bottom: 30px;
  }
  .pogoSlider {
    margin-top: 60px;
  }
  section.service-w3ls p {
    padding: 0 45px 15px;
  }
  section.portfolio-w3ls h3 {
    font-size: 20px;
    padding: 30px 0 20px;
  }
  section.blog-w3ls p.date-w3ls {
    font-size: 14px;
    padding: 10px 0 15px;
  }
  section.blog-w3ls h3 a {
    padding: 20px 0 15px;
    font-size: 20px;
  }
  section.blog-w3ls p.blog-agile1 {
    font-size: 15px;
  }
  section.footer ul.footer-links1 li a,
  section.footer ul.footer-links2 li a {
    font-size: 15px;
  }
  section.footer ul.footer-links2 {
    margin-right: -30px;
  }
  section.blogpost-w3ls h3 {
    font-size: 25px;
    padding: 0;
  }
  section.blogpost-w3ls p.date-agile {
    font-size: 14px;
  }
  section.blogpost-w3ls p.lead {
    font-size: 20px;
  }
  section.blogpost-w3ls .comment-w3ls .well button.btn.btn-primary {
    font-size: 15px;
    padding: 5px 20px;
  }
  section.blogpost-w3ls h4.media-heading {
    font-size: 16px;
  }
  section.blogpost-w3ls p.blogpost-p2 {
    font-size: 13px;
  }
  section.blogpost-w3ls .blogpost-right .well ul.list-unstyled li a {
    font-size: 14px;
  }
  section.blogpost-w3ls .blogpost-right .well p.blogpost-p3 {
    font-size: 14px;
  }
  section.blogpost-w3ls .blogpost-right h4 {
    font-size: 20px;
  }
  section.inner-header h2.page-header {
    font-size: 35px;
    padding-bottom: 20px;
  }
  section.team p.text-center,
  section.price p.text-center,
  section.customer p.text-center,
  section.service-agile p.text-center,
  section.contact-w3ls p.text-center {
    padding-bottom: 30px;
  }
  section.contact-w3ls input#name,
  section.contact-w3ls input#email,
  section.contact-w3ls input#phone,
  section.contact-w3ls input#subject {
    height: 45px;
  }
  section.contact-w3ls button.btn.btn-primary {
    padding: 7px 20px;
  }
  section.contact-w3ls .contact-grid1-left1 p {
    font-size: 14px;
    margin-bottom: 1em;
  }
  .col-md-4.contact-grid1-left {
    margin-bottom: 30px;
  }
  section.contact-w3ls label.contact-p1 {
    font-size: 14px;
  }
  section.contact-w3ls p.help-block {
    font-size: 14px;
  }
  section.info,
  section.about-w3ls,
  section.customer,
  section.service-w3ls,
  section.portfolio-w3ls,
  section.blog-w3ls,
  section.blogpost-w3ls {
    text-align: -webkit-center;
  }
  .comment-agile {
    text-align: justify;
  }
  section.blogpost-w3ls .blogpost-right .well ul.list-unstyled li {
    margin-bottom: 15px;
  }
  .blogpost-right {
    margin-top: 40px;
  }
}

@media (max-width: 900px) {
  a.navbar-brand {
    width: 170px;
    height: 104px;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 14px 13px;
  }
  .navbar-wrapper {
    margin-top: 57px;
  }
  .navbar {
    min-height: 30px;
  }
  .sb-search {
    right: 45px;
    top: 4px;
  }
  .pogoSlider {
    margin-top: -48px;
  }
  /* .img-back {
    width: 100%;
    height: 24rem;
  } */
}

@media (max-width: 800px) {
  .sb-search {
    right: 7px;
    top: 3px;
  }
  /* .img-back {
    width: 100%;
    height: 22rem;
  } */
}

@media (max-width: 768px) {
  /* .img-back {
    width: 100%;
    height: 20rem;
  } */
  a.navbar-brand {
    left: -1px;
  }
  ul.nav.navbar-nav {
    margin: 0 0 0 139px;
  }
  .pogoSlider {
    height: 450px;
  }
  .pogoSlider-slide {
    min-height: 450px;
  }
  .pogoSlider-slide-element {
    margin-top: 145px !important;
  }
  .pogoSlider-slide-element h3 {
    font-size: 25px;
    padding: 0 20px 35px;
    letter-spacing: 3px;
    line-height: 45px;
  }
  .header-titlezh{
    left: 27% !important;
  }
  .header-producejp{
    padding-left: 1.5% !important;
  }
  .header-produce{
    padding-left: 1% !important;
  }
  section.welcome h3.text-center {
    left: 12%;
    top: 2%;
  }
  section.welcome p.text-center {
    padding: 20px 30px;
  }
  section.welcome h3.text-center,
  section.team h3.text-center,
  section.price h3.text-center,
  section.about-w3ls h3,
  section.customer h3.text-center,
  section.service-agile h3.text-center,
  section.contact-w3ls h3.text-center {
    font-size: 25px;
  }
  section.welcome,
  section.info,
  section.team,
  section.price,
  section.subs,
  section.footer,
  section.customer,
  section.service-agile,
  section.contact-w3ls {
    padding: 30px 0;
  }
  section.team h4.text-center {
    font-size: 17px;
    padding: 20px 0 10px;
  }
  section.subs h3 {
    font-size: 22px;
  }
  section.subs input#email {
    font-size: 16px;
  }
  section.subs button.btn.btn-outline.btn-lg {
    font-size: 16px;
  }
  section.footer a.logo {
    left: 42%;
    top: 16%;
    font-size: 30px;
  }
  section.footer a.top {
    left: 47%;
    width: 35px;
    height: 35px;
    top: -17px;
  }
  section.footer a.top span.glyphicon.glyphicon-chevron-up {
    line-height: 25px;
    font-size: 22px;
    padding: 0 3px 0 0px;
  }
  section.inner-header h2.page-header {
    font-size: 30px;
    padding-bottom: 0px;
    margin-top: 16px;
  }
  section.about-w3ls {
    padding: 20px 0;
  }
  section.service-w3ls {
    padding: 20px 0;
  }
  section.service-agile h4.media-heading {
    font-size: 20px;
  }
  section.portfolio-w3ls {
    padding: 20px 0;
  }
  section.blog-w3ls {
    padding: 20px 0 20px;
  }
  section.blogpost-w3ls h3 {
    font-size: 22px;
  }
  section.blogpost-w3ls {
    padding: 20px 0;
  }
  section.contact-w3ls button.btn.btn-primary {
    font-size: 16px;
  }
  .pagination {
    margin: 0 0 20px;
  }
  .pager {
    margin: 0px 0px 20px;
  }
  .blogpost-right {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  section.contact-w3ls {
    text-align: -webkit-center;
  }
}

@media (max-width: 736px) {
  .sb-search {
    right: 116px;
    top: 4px;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #eb5425;
  }
  .navbar-nav > li {
    border: none;
  }
  .navbar-nav > li:first-child {
    border: none;
  }
  ul.nav.navbar-nav {
    margin: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .navbar-wrapper {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff !important;
  }
  .pogoSlider {
    height: 242px;
  }
  .pogoSlider-slide {
    min-height: 345px;
  }
  .pogoSlider-slide-element {
    margin-top: 90px !important;
  }
  .pogoSlider-slide-element h3 {
    font-size: 20px;
    padding: 0 20px 35px;
    letter-spacing: 3px;
    line-height: 45px;
  }
  .pogoSlider-nav-btn {
    width: 15px;
    height: 15px;
  }
  section.info h2 {
    padding: 15px 0 5px;
    font-size: 22px;
  }
  .col-lg-3.col-md-3.col-sm-6.team-w3ls {
    width: 50%;
    float: left;
  }
  section.subs {
    text-align: -webkit-center;
  }
  section.subs input#email {
    margin-bottom: 20px;
  }
  .col-lg-10.col-md-10.col-sm-7.subs-w3ls1 {
    padding-left: 15px;
  }
  .map iframe.googlemaps {
    width: 100%;
    height: 300px;
  }
  section.banner-inner {
    min-height: 200px;
  }
  section.top-w3ls {
    position: relative;
    margin-bottom: 48px;
    background-color: #fff;
  }
}

@media (max-width: 640px) {
  .cd-has-margins .cd-pricing-list > li .price-w3ls {
    width: 70%;
    margin: 0 auto;
  }
  section.info i.fa {
    padding-top: 165px;
  }
  #small-dialog,
  #small-dialog1,
  #small-dialog2,
  #small-dialog3,
  #small-dialog4,
  #small-dialog5 {
    max-width: 540px;
  }
  .cd-value {
    font-size: 30px;
  }
  section.footer a.logo {
    left: 42%;
    top: 16%;
    font-size: 25px;
  }
  section.inner-header h2.page-header {
    font-size: 25px;
    padding-bottom: 0px;
    margin-top: 16px;
  }
  section.inner-header ol.breadcrumb li {
    font-size: 15px;
  }
  section.about-w3ls,
  section.service-w3ls,
  section.portfolio-w3ls,
  section.blog-w3ls,
  section.blogpost-w3ls {
    padding: 0px 0;
  }
  section.welcome,
  section.info,
  section.team,
  section.price,
  section.subs,
  section.footer,
  section.customer,
  section.service-agile,
  section.contact-w3ls {
    padding: 20px 0;
  }
  section.contact-w3ls .row.contact-row {
    margin-top: 0px;
  }
  section.contact-w3ls .contact-grid1-left1 {
    padding: 1em;
  }
}

@media (max-width: 568px) {
  section.footer ul.footer-links1 li a,
  section.footer ul.footer-links2 li a {
    font-size: 12px;
  }
  section.footer ul.footer-links1 li {
    margin-right: 0px !important;
  }
  section.footer ul.footer-links2 {
    margin-right: -28px;
  }
  section.footer ul.footer-links2 li {
    margin-left: 0px !important;
  }
  section.footer a.logo {
    left: 41%;
    top: 16%;
    font-size: 25px;
  }
  section.footer ul.social-icons1:before,
  section.footer ul.social-icons1:after {
    width: 25%;
  }
  figure.effect-julia ul.social-icons2 li {
    margin-bottom: 7px;
  }
  .grid figure figcaption {
    padding: 3px;
  }
  section.portfolio-w3ls hr,
  section.blog-w3ls hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mfp-close {
    right: -15px;
  }
}

@media (max-width: 480px) {
  ul.top-contacts {
    list-style: none;
    display: inherit;
    text-align: justify;
    margin-left: 195px;
  }
  a.navbar-brand {
    top: -56px;
    width: 170px;
    height: 111px;
  }
  section.info i.fa {
    padding-top: 125px;
  }
  ul.top-contacts li p {
    font-size: 14px;
  }
  ul.top-contacts li.top-hover p {
    padding-bottom: 3px;
  }
  .top-bar {
    padding: 10px;
  }
  .sb-search {
    right: 116px;
    top: 10px;
  }
  .navbar-toggle {
    margin-top: 14px;
  }
  .sb-search.sb-search-open,
  .no-js .sb-search {
    width: 67%;
  }
  section.footer a.logo {
    left: 40%;
    top: 30%;
    font-size: 25px;
  }
  section.footer ul.social-icons1 {
    margin-top: 60px;
  }
}

@media (max-width: 414px) {
  .heade-part{
    padding-top: 8%;
  }
  .sb-search {
    right: 90px;
    top: 10px;
  }
  #darkbox_prev,
  #darkbox_next {
    width: 25px;
    height: 25px;
  }
  ul.top-contacts li.top-hover p {
    padding-bottom: 3px;
    display: flex;
  }
  li.top-hover {
    margin-right: auto;
  }
  li.top-hover p span {
    margin-right: 3px;
  }
  ul.top-contacts {
    text-align: justify;
  }
  .pogoSlider {
    height: 219px;
  }
  .pogoSlider-slide {
    min-height: 240px;
  }
  .pogoSlider-slide-element {
    margin-top: 35px !important;
  }
  .pogoSlider-slide-element h3 {
    font-size: 15px;
    padding: 0 20px 20px;
    letter-spacing: 3px;
    line-height: 30px;
  }
  .pogoSlider-slide-element a {
    font-size: 14px;
    padding: 5px 20px;
  }
  .pogoSlider--navBottom .pogoSlider-nav {
    bottom: 10px;
  }
  section.welcome h3.text-center {
    left: 9%;
    top: 2%;
  }
  section.welcome p.text-center {
    padding: 20px;
  }
  section.info i.fa {
    padding-top: 95px;
  }
  .col-lg-3.col-md-3.col-sm-6.team-w3ls {
    width: 100%;
    float: left;
  }
  figure.effect-julia ul.social-icons2 li {
    margin-bottom: 10px;
  }
  .grid figure figcaption {
    padding: 10px;
  }
  .cd-has-margins .cd-select {
    padding: 10px 80px;
  }
  .cd-has-margins .cd-pricing-list > li .price-w3ls {
    width: 90%;
    margin: 0 auto;
  }
  .cd-pricing-footer {
    padding: 1em 0;
  }
  section.price p.dur {
    font-size: 14px;
  }
  section.price p.dur span {
    font-weight: 700;
    font-size: 15px;
  }
  #small-dialog,
  #small-dialog1,
  #small-dialog2,
  #small-dialog3,
  #small-dialog4,
  #small-dialog5 {
    max-width: 360px;
  }
  .mfp-close {
    right: -15px;
  }
  section.footer ul.footer-links1 li {
    margin-right: 10px;
  }
  section.footer ul.footer-links2 li {
    margin-left: 10px;
  }
  section.footer a.top {
    left: 45%;
  }
  section.footer a.logo {
    left: 38%;
  }
  section.footer ul.social-icons1:before,
  section.footer ul.social-icons1:after {
    width: 18%;
  }
  section.about-w3ls h3 {
    padding: 20px 0 10px;
  }
  section.welcome h3.text-center,
  section.team h3.text-center,
  section.price h3.text-center,
  section.about-w3ls h3,
  section.customer h3.text-center,
  section.service-agile h3.text-center,
  section.contact-w3ls h3.text-center {
    padding-bottom: 10px;
  }
  section.team p.text-center,
  section.price p.text-center,
  section.customer p.text-center,
  section.service-agile p.text-center,
  section.contact-w3ls p.text-center {
    padding-bottom: 20px;
    line-height: 27px;
  }
  section.portfolio-w3ls a.btn.btn-primary,
  section.blog-w3ls a.btn.btn-primary,
  section.service-w3ls a.btn.btn-primary {
    padding: 7px 18px;
  }
  section.blogpost-w3ls h3 {
    font-size: 17px;
  }
  section.blogpost-w3ls p.lead {
    font-size: 16px;
  }
  section.contact-w3ls input#name,
  section.contact-w3ls input#email,
  section.contact-w3ls input#phone,
  section.contact-w3ls input#subject {
    height: 40px;
  }
}

@media (max-width: 384px) {
  ul.top-contacts {
    margin-left: 150px;
  }
  .pogoSlider-slide-element {
    margin-top: 45px !important;
  }
  section.welcome h3.text-center {
    left: 11%;
    top: 8px;
    padding: 0 10px;
  }
  section.info i.fa {
    padding-top: 85px;
  }
  section.subs h3 {
    font-size: 20px;
    line-height: 30px;
  }
  section.footer ul.footer-links1,
  section.footer ul.footer-links2 {
    float: none;
  }
  section.footer ul.footer-links2 {
    margin-right: auto;
  }
  section.welcome h3.text-center,
  section.team h3.text-center,
  section.price h3.text-center,
  section.about-w3ls h3,
  section.customer h3.text-center,
  section.service-agile h3.text-center,
  section.contact-w3ls h3.text-center {
    font-size: 22px;
  }
  section.footer a.logo {
    left: 36%;
    top: 38%;
  }
  section.service-w3ls p {
    padding: 0 10px 15px;
  }
  section.welcome h3.text-center {
    left: 56px;
    top: 10px;
    padding: 0 10px;
  }
  section.subs input#email {
    background: url(../images/mail.png) no-repeat 13px 7px;
    height: 40px;
    font-size: 14px;
  }
  section.subs button.btn.btn-outline.btn-lg {
    height: 40px;
  }
  .map iframe.googlemaps {
    width: 100%;
    height: 200px;
  }
  section.footer {
    text-align: -webkit-center;
  }
}

@media (max-width: 375px) {
  section.welcome h3.text-center {
    left: 53px;
    top: 11px;
    padding: 0 10px;
  }
  section.info i.fa {
    padding-top: 80px;
  }
  section.contact-w3ls {
    text-align: -webkit-center;
  }
  .payment-online-form-left input[type="text"] {
    width: 100%;
  }
  #small-dialog,
  #small-dialog1,
  #small-dialog2,
  #small-dialog3,
  #small-dialog4,
  #small-dialog5 {
    height: 810px;
  }
  section.service-agile .media-body p {
    padding-bottom: 20px;
  }
  section.footer ul.footer-links1 {
    margin-left: 15px;
  }
}

@media (max-width: 320px) {
  a.navbar-brand h1 {
    font-size: 30px;
    line-height: 100px;
  }
  a.navbar-brand {
    top: -56px;
    width: 125px;
    height: 111px;
  }
  ul.top-contacts {
    margin-left: 108px;
  }
  .pogoSlider-slide-element h3 {
    font-size: 14px;
    padding: 0 10px 15px;
    letter-spacing: 3px;
    line-height: 30px;
  }
  .pogoSlider {
    height: 220px;
  }
  .pogoSlider-slide {
    min-height: 220px;
  }
  .pogoSlider-slide-element a {
    font-size: 14px;
    padding: 4px 15px;
  }
  section.welcome h3.text-center,
  section.team h3.text-center,
  section.price h3.text-center,
  section.about-w3ls h3,
  section.customer h3.text-center,
  section.service-agile h3.text-center,
  section.contact-w3ls h3.text-center {
    font-size: 20px;
  }
  section.welcome h3.text-center {
    left: 35px;
  }
  section.info i.fa {
    font-size: 50px;
    padding-top: 75px;
  }
  section.info h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .grid figure figcaption {
    padding: 4px;
  }
  .cd-value {
    font-size: 25px;
  }
  .cd-has-margins .cd-pricing-list > li .price-w3ls {
    width: 100%;
    margin: 0 auto;
  }
  section.blogpost-w3ls h3 {
    font-size: 15px;
    line-height: 25px;
  }
  section.blogpost-w3ls p.lead {
    font-size: 15px;
    line-height: 25px;
  }
  .payment-sendbtns input[type="reset"] {
    padding: 6px 35px;
  }
  .payment-sendbtns input[type="submit"] {
    padding: 6px 30px;
  }
  section.footer a.logo {
    left: 34%;
    top: 34%;
  }
  section.footer ul.social-icons1:before,
  section.footer ul.social-icons1:after {
    width: 11%;
  }
}
