/* Breadcume Background Image */
.add-background .choose-1{
  height: 300px;
}
/* End Breadcume Background Image */

/* Call to action Section */
.calltoaction, .leadermenu{
  padding: 2% 0%;
  text-align: center;
}
.calltoaction{
  background-color: #f5f5f5;
}
.calltoaction h4{
  line-height: 35px;
  margin-bottom: 10px;
  text-transform: initial;
  text-align: center;
}
.calltoaction .cta{
  padding: 5px 40px 5px 40px;
  background-color: #ebcd1e;
  color: #fff;
  border-radius: 10px;
  margin: auto;
  font-size: 20px;
}
.calltoaction .cta:hover{
  background-color: #fff;
  color: #000;
  border: 2px solid #ebcd1e;
}
/* End Call to action Section */
/* Our Leadership Page Code */
.leadermenu ul li {
  padding: 10px 60px;
  font-size: 20px;
  text-align: center;
  background-color: #edb41e;
  border-radius: 10px;
  margin: 10px;
}
.leadermenu ul li:hover a{
  color: #000;
}
.leadermenu ul li a{
  color: #fff;
}
.card-content p.leaderinfo{
  font-size: 1.1rem;
  color: #000;
  text-align: left;
}
.card-content p.tagline{
  font-style: italic;
  font-weight: 600; 
}
.nav{
  margin: auto;
}
.card {
  position: relative;
  margin:0% 5px 2% 5px;
  background-color: #fff;
  transition: box-shadow .25s;
  border: none;
  border-radius: 2px;
  /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
  padding:0;
}
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.card .card-content {
  padding: 15px 10px 0 0;
  border-radius: 0 0 2px 2px;
  text-align: center;
}
.card .card-content h3 {
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 1px;
}
.card .card-content p {
  margin: 15px 5px;
  font-size: 1.1rem;
  color: #414141;
}
.card.horizontal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.card.horizontal.small .card-image,
 .card.horizontal.medium .card-image,
  .card.horizontal.large .card-image {
    height: 100%;
    max-height: none;
    overflow: visible;
}
.card.horizontal .card-image img {
  width:150px;
  height:150px;
}
.card.horizontal .card-stacked {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.card.horizontal .card-stacked .card-content {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
  flex-grow: 1;
}
.card .card-image {
  position: relative;
  margin: auto;
}
.card.horizontal .btn{
  padding: 5px 20px;
  background-color: #edb41e;
  color: #fff;
  cursor: pointer;
}
.card.horizontal .btn:hover{
  color: #000;
  background-color: #fff;
  border: 1px solid;
}
.ourleader{
  padding: 30px;
  text-align: justify; 
}
.ourleader p{
  color: #000;
    line-height: 25px;
}
/* End Our Leadership Page code */

/* How it work page code */
.howitwork{
  padding: 2% 1%;
}
.steptext {
  width: 220px;
  height: 200px;
  background-color: #fff;
  color: #000;
  box-shadow: 5px 5px 25px #000;
  transition: all 1s;
  margin: auto;
  font-size: 16px;
}
.steptext:hover {
  width: 300px;
  background-color: #edb41e;
  color: #fff;
  box-shadow: -5px 5px 25px #000;
}
.steptext .txt{
  margin-top: 50px;
}
.steptitle {
  opacity: 1;
  transform: translateX(45px);
  transition:
    opacity 0.2s 0.5s,
    transform 0.5s 0.5s;
}
.steptext:hover .steptitle {
  opacity: 0;
  transform: translateX(-500px);
}
.stepinfo {
  opacity: 0;
  transform: translateX(50px);
  transition: 
    opacity 0.5s 1s,
    transform 0.5s 1s;
}
.steptext:hover .stepinfo {
  opacity: 1;
  padding: 10px;
  transform: translateX(-3px);
}
.steptext{
  text-align: center;
}
.stepinfo p{
  display: none;
  margin-top: -50px;
}
.steptext:hover .stepinfo p {
   display: block;
 }
 /* End How it works Section */
/* List Design Code */
.listDecor{
  color: #000;
  list-style: none;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  line-height: 35px;
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-right:before {
  content: "\f061";
}
/* End List Design Code */
/* Image hover Text */

.latest__item--content1{
  position: absolute;
  top: 50%;
  left: 54%;
  right: -40%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
}
.latest__item--content1 h3{
  color: #000;
  text-transform: initial;
  text-underline-position: bottom;
  font-size: 18px;
  text-align: center;
}
.listDecor1{
  color: #000;
  list-style: none;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
}
.latest__item:hover .listDecor1, .latest__item:hover .latest__item--content1 h3{
  color: #fff;
}
/* End Image hover text */


.details p{
  padding-bottom: 20px;
}
.wishlist, .bookconsult{
  padding-top: 10px;
  width: 100%;
  border-radius: 0;
  padding: 15px;
  font-weight: 600;
  border: 1px solid #000;
  font-size: 17px;
}
.bookconsult{
  background: #d60000;
  color: #fff;  
}
.wishlist{
  background-color: #fff;
  color: #000;
}
.project-otherimg{padding:5px;}


.dual-container-1 {
  padding: 7% 0 2%;
}

.dual-container-1 .blog-title {
  margin-bottom: 3px;
  margin-top: 3% !important;
  font-size: 18px;
  color: #333;
}

.dual-container-1 p {
  font-size: 14px;
  color: #999;
}

.dual-container-1 .blog-quote {
  margin: 25px 0 25px 70px;
}

.dual-container {
  padding: 7% 0 2%;
}

.dual-container-1 .book-now-form7 {
  margin: 0% 0% 7%;
  background-color: #fff;
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,.3);
}

.dual-container-1 .book7-head {
  background-color: #ebcd1e;
  position: relative;
  padding: 3px 15px;
}

.dual-container-1 h3 {
  font-size: 18px;
  margin-bottom: 0%;
  padding-bottom: 2%;
  letter-spacing: 0.66px;
  color: #fff;
  text-align: center;
}

.dual-container-1 h3, .project-container h3 {
  font-size: 18px;
  padding-bottom: 0px;
  margin-top: 3%;
  word-spacing: 5px;
  letter-spacing: 1px;
  margin-bottom: 3%;
  color: #000;
  text-align: left;
}

.dual-container-1 .book7-head h3 {
  text-align: center;
}

.dual-container-1 ul li:hover {
  color: #ebcd1e;
}

.dual-container-1 .book-form7 {
  padding: 7px 5px;
  width: 100%;
  margin-top: 2%;
}

.dual-container-1 .book-form7 .form1-btn, .book-form7 .form1-div {
  margin: 0px auto 10px;
  text-align: center;
  padding: 0 10px;
}

.dual-container-1 .book-form7 .fa {
  color: #ebcd1e;
  font-size: 20px;
  height: 39px;
  position: absolute;
  width: 50px;
  line-height: 36px;
}

.dual-container-1 .book-form7 .form1-input {
  color: #000;
  border: 1px solid #ebcd1e;
  background-color: transparent;
  border-radius: 0;
  font-size: 12px;
  height: 33px;
  padding-left: 18%;
  padding-right: 20px;
  position: relative;
  width: 100%;
}

.dual-container-1 select.form1-div.top-space20.top {
  margin: 0 0 0 3%;
  width: 94%;
  height: 34px;
  border: 1px solid #ebcd1e;
  color: #000;
  font-size: 12px;
  margin-bottom: 10px;
}

.dual-container-1 .dummy {
  margin-top: 2%;
}

.dual-container-1 .book-form7 .form1-textarea {
  color: #000;
  font-size: 12px;
  border: 0;
  border: 1px solid #ebcd1e;
  background-color: transparent;
  border-radius: 0;
  padding-top: 15px;
  padding-left: 57px;
  padding-right: 20px;
  position: relative;
  width: 100%;
}

.dual-container-1 .btn.btn-1 {
  background-color: #ebcd1e;
  color: #fff;
  padding: 7px 15px;
}

.dual-container-1 .book-form7 .btn {
  font-size: 17px;
  border-radius: 5px;
  padding: 6px 35px;
  cursor: pointer;
}

.dual-container-1 .border {
  border-bottom: 2px solid #ebcd1e !important;
  width: 86px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-top: 0px;
}

.dual-container-1 p {
  font-size: 14px;
  color: #999;
}

.dual-container-1 h6 {
  margin-bottom: 2%;
}

.dual-container-1 .down {
  margin-bottom: 14%;
}

.dual-container-1 ul {
  list-style-type: none;
  font-size: 15px;
}

.dual-container-1 ul li {
  padding-bottom: 3%;
}

.dual-container-1 ul li i {
  font-size: 16px;
  color: #ebcd1e;
  padding-bottom: 2%;
}

.project-container {
  margin-bottom: 2%;
}

.project-container .box-1 {
  position: absolute;
  top: 55px;
  width: 90%;
  color: #fff;
  text-align: center;
}

.project-container-1 h4 {
  color: #fff;
  display: none;
}

.project-container-1:hover h4 {
  display: block;
}

.project-container img:hover {
  opacity: .6;
}

.Project-test {
  padding-bottom: 0.5% !important;
}

.dual-container-1 h3 span, .project-container h3 span {
  color: #ebcd1e;
  font-size: 18px;
  font-weight: 700;
}

.dual-container-1 p {
  font-size: 14px;
}

.title {
  font-size: 22px !important;
  margin-bottom: 20px;
}

.title>span {
  font-size: 22px !important;
}

.add-button h2 {
  padding-bottom: 3%;
}

.pos-resize-1 {
  text-align: center;
  position: absolute;
  top: 56%;
  margin: 0 auto;
  width: 100%;
}

.pos-resize-1 h2 {
  font-size: 24px;
  word-spacing: 10px;
  color: #fff;
  margin: 0 auto;
  padding: 1% 2%;
  width: 25%;
  background: #21201fc2;
  box-shadow: 0 0 black;
}


.pos-resize {
  text-align: center;
  position: absolute;
  top: 45%;
  margin: 0 auto;
  width: 100%;
}
.pos-resize h2 {
  font-size: 40px;
  word-spacing: 10px;
  color: #fff;
  margin: 0 auto;
  padding: 2% 1%;
  width: 45%;
  background: #21201fc2;
  box-shadow: 0 0 black;
  text-transform: uppercase;
}
.pos-resize h2:hover {
  color: #ebcd1e;
}

.pos-resize1 h2:hover {
  color: #ebcd1e;
}
.box-container .gray-shedow {
  box-shadow: 2px 3px 5px 0 #d0d2d5;
  border-radius: 24px;
  transition: transform 1s;
}


.box-container .gray-shedow:hover {
  background-color: #fff;
  outline: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0 0 2px 2px #d0d2d5;
  transform: scale(.9);
}
.box-container .border {
    border-bottom: 2px solid #ebcd1e!important;
    width: 145px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 0;
}
.box-container img {
  border-radius: 24px;
}

.box-container {
  padding-bottom: 1%;
}
.box-container ul {
    list-style-type: none;
    font-size: 17px;
}
.box-container ul li {
    padding-bottom: 4%;
}
.box-container ul li i {
    font-size: 16px;
    color: #ebcd1e;
    padding: 2%;
}
.box-container h4 {
  font-size: 17px;
  padding: 4%;
  letter-spacing: 0px;
}
.box-container h4 a{
  font-size: 17px;
  padding: 4%;
  letter-spacing: 0px;
}
.box-container h2 {
  padding-bottom: 3%;
}
.box-container p {
  font-size: 15px;
  color: #757575;
  padding-bottom: 3%;
}/*
.contact-content .col-md-6 {
    padding: 0;
}*/
.contact-content {
    padding: 30px 0 70px;
}
.contact-content h3 {
    font-size: 23px;
    letter-spacing: .66px;
    margin-bottom: 10px;
    margin-top: 25px;
}
.contact-content h3:after {
    content: "";
    border-bottom: 3px solid #f90;
    width: 13%;
    display: block;
    margin-top: 10px;
}
.contact-content h4 {
    font-size: 20px;
    letter-spacing: .66px;
    margin-bottom: 3%;
}
.contact-content p {
    font-size: 15px;
    margin: 1% 0;
}
.contact-content input, .contact-content select, .contact-content textarea {
    width: 100%;
    outline: 0;
    background-color: #fff;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #e0e6ea;
    max-width: 100%;
    margin: auto auto 2%;
    min-height: 42px;
}
.contact-content input[type=submit] {
    color: #f90;
    background: #fff;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    border: 2px solid #f90;
    border-radius: 2px;
    width: 40%;
}

.contact-content .add-bg-1 {
    background: #fafbd7;
}
.contact-content .fix-box {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 0;
}
.contact-content .fix-box p {
    font-size: 15px;
    padding-bottom: 2%;
}
.contact-content .add-bg-2 {
    background: #f6fdff;
}
.add-text {
  margin: 2% 0%;
}

.add-text p,.add-button p {
  color: #000;
  font-size: 15px;
  word-spacing: 2px;
  margin: 10px 0;
}

.add-text ol {
  padding-left: 4%;
}



.rep-left {
  padding: 7% 10%;
  margin-bottom: 10%;
  height: 480px;
}
.rep-left-blog {
  padding: 7% 10%;
  margin-bottom: 10%;
  height: auto;
}
.add-button .interior-1 {
  background: #ebcd1e;
  color: #000;
  padding: 10px 63px;
  font-size: 15px;
}

.add-button {
  margin: 0% 0% 3%;
}

.add-button h3 {
  font-size: 19px;
  word-spacing: 5px;
  margin-bottom: 2.5%;
}


.shade-now {
  box-shadow: 2px 3px 12px 0 #d0d2d5;
  padding: 1% 2% 2%;
}

.shade-now .morelink {
  color: #d60000;
  padding-top: 1%;
  font-size: 16px;
  font-weight: bold;
}

.add-button h1 {
  font-size: 19px;
  word-spacing: 5px;
  margin-bottom: 1%;
  margin-top: 2%;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

.add-button .interior-1:hover {
  background: #fff;
  border: 1px solid #ebcd1e;
  color: #000;
}

.add-background .row,.add-background .col-md-12 {
  padding: 0px;
  margin: 0px;
}

.change-side {
  margin-bottom: -18%;
}

.contect-1 {
  margin-bottom: 2%;
}
.service-details-section .services-sidebar .service-cats-contact .contact-form form .form-field input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.service-details-section .services-sidebar .service-cats-contact .contact-form form .form-field input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.service-details-section .services-sidebar .service-cats-contact .contact-form form .form-field input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.service-details-section .services-sidebar .service-cats-contact .contact-form form .form-field input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.rs-newsletter .news-form .form-input::-webkit-input-placeholder {
  color: #fff;
}

.rs-newsletter .news-form .form-input::-moz-placeholder {
  color: #fff;
}

.rs-newsletter .news-form .form-input:-ms-input-placeholder {
  color: #fff;
}

.rs-newsletter .news-form .form-input:-moz-placeholder {
  color: #fff;
}

.swal-button {
  background: #333;
  border-radius: 0;
}

.swal-button:active {
  background-color: #333;
}

.section-content {
  margin: 0 auto;
}

.section-content--w1090 {
  max-width: 1090px;
}

.section-content--w1140 {
  max-width: 1140px;
}

.section-content--w1792 {
  max-width: 1792px;
}

.page-content-top-wrap {
  padding: 0 35px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-8 {
  margin-right: 8px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-90 {
  margin-top: 90px!important;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-75 {
  margin-bottom: 75px;
}

.m-b-40 {
  margin-bottom: 40px!important;
}

.m-b-10 {
  margin-bottom: 10px;
  font-size: 15px;
}

.m-b-8 {
  margin-bottom: 8px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-0 {
  margin-bottom: 0;
}
.p-t-30 {
  padding-top: 30px;
}
section.p-t-50 {
  padding-top: 50px;
}
.box-head {
  float: left;
}

.box-head--border {
  width: 68px;
  line-height: 64px;
  text-align: center;
}

.box-body {
  margin-left: 60px;
  padding: 0 32px;
}

.icon-zoom {
  font-size: 45px;
  font-weight: 600;
}

.icon-zoom--white {
  color: #fff;
}
.pro-detail {
  padding: 8px 0 11px 65px;
}

.pro-detail>h6 {
  margin-bottom: 2px;
}

.pro-detail>h6>a {
  font-weight: 400;
  text-transform: capitalize;
  color: #555;
  font-size: 13px;
}

.pro-detail>h6>a:hover {
  color: #ebcd1e;
}

.pro-detail>p {
  line-height: 1;
  margin-bottom: 0;
}

.pro-detail>p>em {
  font-size: 11px;
  color: #999;
}

.total-checkout {
  padding: 18px 25px;
}

.total {
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.social,.sum {
  text-align: center;
}

.checkout {
  margin-bottom: 5px;
}

.checkout>a.au-btn {
  font-size: 11px;
}

.sum {
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.header2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}

.header2 .form-header>.form__input {
  background: 0 0;
}

.header2 nav>ul>li>a {
  color: #eee;
}

.header2 nav>ul>li>a:hover {
  color: #ebcd1e;
}

.header2 .header-button>div>a>i {
  color: #eee;
}
#our1 {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 50px;
  left: -57px;
}

#our1:after {
  top: 17px;
  left: -137px;
}

#our1:before {
  top: 12px;
  left: -22px;
}

#our2 {
  left: -72px;
  top: -5px;
}

.recent-project {
  padding-top: 95px;
}

.recent-project .title-detail {
  margin-bottom: 70px;
}

.slide-re-pro {
  width: 100%;
}

.parallax--slide-re-pro {
  padding: 75px 80px;
  background-image: url(../images/bg-recent-project.jpg);
}

.pro-info {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
  top: 0;
  left: 0;
  background: rgba(235,205,30,.66);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  text-align: center;
  overflow: hidden;
}

.pro-cat-name,h4.pro-title {
  width: 100%;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  position: absolute;
  text-align: center;
}

.pro-link {
  cursor: pointer;
}

.pro-link:hover>.pro-info {
  opacity: 1;
}

h4.pro-title {
  display: block;
  top: 40.5%;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  transition: all .6s ease 0s;
}

h4.pro-title>a {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.pro-cat-name>a:hover,a.pro-link:hover {
  color: #666;
}

.pro-link:hover>.pro-info>.pro-title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.pro-link:hover>.pro-info>.pro-cat-name {
  -webkit-transform: translateY(45px);
  -moz-transform: translateY(45px);
  -ms-transform: translateY(45px);
  -o-transform: translateY(45px);
  transform: translateY(45px);
}

.pro-cat-name {
  top: 41%;
  -webkit-transform: translateY(70px);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -o-transform: translateY(70px);
  transform: translateY(70px);
  transition: all .6s ease 0s;
}

.slide-re-pro.owl-theme .owl-nav div,.testi .owl-theme .owl-nav div {
  cursor: pointer;
  -o-transition: all .6s ease 0s;
  -webkit-box-pack: center;
}

.pro-cat-name>a {
  font-size: 13px;
  font-weight: 600;
}

.pro-cat-name>a:after {
  content: ",";
}

.our-team__info:after,.pro-cat-name>a:last-child:after {
  content: '';
}
#owl-blog,#owl-client-say,#owl-client-say-1,#owl-client-say-2,#owl-our-team,#owl-our-team-2,#owl-partner,#owl-partner-1,#owl-partner-2,#owl-re-pro-2,#owl-testi,#owl-testi-1 {
  touch-action: none;
}

#owl-our-team.row {
  margin: 0;
}

.recent-news {
  background: #f9f9f9;
  padding: 90px 0 110px;
}

.recent-news .title-detail {
  margin-bottom: 70px;
}

.see-more.see-more--left {
  text-align: left;
  margin-top: 40px;
}

.recent-news .blog-title>a {
  font-weight: 600;
}

.our-process {
  padding: 95px 0 140px;
  background-color: #f8f8f8;
}

.our-process__item {
  background: #222;
  padding: 45px 30px;
  position: relative;
  margin-top: 25px;
}

.our-process__item>h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 22px;
}

.our-process__item>h3>i {
  color: #ebcd1e;
  margin-right: 8px;
  font-size: 30px;
  vertical-align: middle;
}

.our-process__item>p {
  color: #fff;
}

.latest-project {
  padding-top: .5%;
  padding-bottom: 2.5%;
}

.date .date__inner span,.date--big .date__inner span {
  display: block;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.latest__item {
  border: 2px solid #f1f1f1;
  position: relative;
  overflow: hidden;
}

.latest__item--content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
}

.latest__item--inner {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.latest__item img {
  -webkit-transition: .6s;
  -o-transition: .6s;
  -moz-transition: .6s;
  transition: .6s;
}

.latest__item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.latest__item:hover .latest__item--inner,.latest__item:hover .overlay {
  opacity: 1;
}

.latest__item--inner h3 a {
  color: #ebcd1e;
  font-size: 18px;
}

.latest__item--inner h3 a:hover {
  color: #fff;
}

.cat-name a em {
  color: #d5d5d5;
  font-size: 11px;
  letter-spacing: 1px;
}

.cat-name a:hover em {
  color: #fff;
}

.blog {
  padding: 95px 0 160px;
}

.blog-single {
  margin-bottom: 30px;
  margin-right: 25px;
}

.img-blog {
  margin-bottom: 20px;
}

.img-blog>a {
  position: relative;
  display: block;
  overflow: hidden;
}

.img-blog>a>img {
  width: 100%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.img-blog>a>img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.date {
  height: 47px;
  width: 47px;
  background: #333;
  padding: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.date--big {
  width: 80px;
  height: 80px;
  top: 20px;
  right: 20px;
}

.date .date__inner,.date--big .date__inner {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  border: 1px solid #999;
  text-align: center;
}

.date .date__inner {
  padding: 7px 0;
}

.date .date__inner span {
  font-size: 10px;
}

.date--big .date__inner {
  padding: 15px 0;
}

.date--big .date__inner span {
  font-size: 18px;
}

.blog-title {
  margin-bottom: 3px;
  margin-top: -6px;
}

.blog-title>a {
  text-transform: uppercase!important;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  outline: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.blog-title>a:hover {
  color: #ebcd1e;
}

.author {
  color: #999;
  margin-bottom: 5px;
}

.blog-single .blog-content {
  margin-top: 17px;
}

.see-more {
  text-align: center;
  margin-top: 55px;
}

.blog-link__item {
  display: inline-block;
  color: #777;
  margin-right: 15px;
}

.blog-link .blog-link__item:last-child {
  margin-right: 0;
}

.blog-link__item>a>i {
  color: #777;
}
.slide-title-3,.slide-title-3>span {
  font-family: Montserrat;
  font-weight: 700;
}

.copyright,.service-3-icon,.service-3__inner,footer {
  text-align: center;
}

.contact__content,.date--blog3 .month {
  text-transform: uppercase;
}

.form-footer {
  margin-top: 43px;
}

.form-footer>.form__input {
  line-height: 38px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px 0 0 30px;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  max-width: 156px;
}

.au-btn--submit {
  outline: 0;
  border: none;
  cursor: pointer;
  line-height: 40px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  border-bottom-right-radius: 30px;
  padding: 0 22px;
  margin-left: -5px;
}

.slide-title-3 {
  line-height: -webkit-calc(60/48);
  line-height: -moz-calc(60/48);
  line-height: calc(60/48);
  min-width: 700px;
}

.service-3 {
  padding-bottom: 105px;
  background-color: #f8f8f8;
}

.service-3__item {
  margin-top: -83px;
  -webkit-box-shadow: 3px 5.2px 14.56px 1.44px rgba(0,0,0,.086);
  -moz-box-shadow: 3px 5.2px 14.56px 1.44px rgba(0,0,0,.086);
  box-shadow: 3px 5.2px 14.56px 1.44px rgba(0,0,0,.086);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}

.bottom-shadow {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  -moz-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
}

.bottom-shadow:after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 1px;
  width: 95%;
  opacity: 0;
  background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 70%);
  background: -moz-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 70%);
  background: -o-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 70%);
  background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 70%);
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
}

.service-3__item:hover.bottom-shadow:after {
  opacity: .6;
  height: 10px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.service-3__item:hover {
  margin-top: -93px;
}

.service-3-icon {
  width: 102px;
  line-height: 88px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
  background-color: #ebcd1e;
  position: absolute;
  top: -45px;
  left: 50%;
  z-index: 20;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service-3-icon__inner {
  border: 2px solid #222;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.service-3__inner {
  background-color: #222;
  padding: 90px 40px 60px;
  position: relative;
  z-index: 20;
}

.service-3__inner h3 {
  margin-bottom: 20px;
}

.service-3__inner h3 a {
  color: #ebcd1e;
  font-size: 24px;
}

.service-3__inner h3 a:hover {
  color: #fff;
}

.service-3__inner p {
  color: #d5d5d5;
  text-align: center;
}

.why-choose {
  padding: 90px 0 120px;
}

.title-3 {
  position: relative;
  margin-bottom: 100px;
}

.why-choose .title-3 {
  margin-bottom: 56px;
}

.title-3:after {
  content: "";
  height: 6px;
  width: 133px;
  position: absolute;
  background-color: #ebcd1e;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.why-choose__inner .box-head {
  width: 88px;
}

.why-choose__inner .box-head--border {
  border: 3px solid #bbb;
}

.why-choose__inner .box-head--border i {
  color: #333;
  font-size: 36px;
  line-height: 82px;
}

.number,.number-wrap {
  font-size: 48px;
  color: #ebcd1e;
}

.why-choose__inner .box-body h3 {
  margin-bottom: 7px;
  line-height: 1;
}

.why-choose__inner .box-body p {
  line-height: 20px;
}

.why-choose__inner .box-body--right {
  margin-left: 88px;
  padding-left: 30px;
  padding-right: 0;
}

.why-choose__inner .box-body--left {
  text-align: right;
  margin: 0 88px 0 0;
  padding-right: 30px;
  padding-left: 0;
}

.date--blog3,.statistic__item>div {
  text-align: center;
}

.why-choose__inner .box-head--right {
  float: right;
}

.latest-project-3 {
  background: #f8f8f8;
  padding-bottom: 75px;
}

.latest-project-3 .title-3 {
  margin-bottom: 120px;
}

.see-more.m-t-70 {
  margin-top: 70px;
}

.overlay--border-solid {
  border: 2px solid #ebcd1e;
}

.statistic__item {
  margin-top: 30px;
}

.parallax-statistic {
  background-image: url(../images/bg-statistic-01.jpg);
  padding: 35px 0 65px;
}

.number-wrap {
  display: block;
}

.label1 {
  font-size: 24px;
  color: #d5d5d5;
}

.date--blog3 .day,.date--blog3 .month {
  color: #f2f2f2;
  font-size: 18px;
}

.blog-3 {
  padding-top: 90px;
  padding-bottom: 150px;
}

.blog-3 .blog-title {
  margin-top: 0;
}

.blog-3 .title-3 {
  margin-bottom: 90px;
}

.blog-item-3 {
  margin-top: 35px;
}

.img-blog-3 {
  position: relative;
  overflow: hidden;
}

a.sbold {
  font-weight: 600;
}

.date--blog3 {
  background: #ebcd1e;
  position: absolute;
  left: -50%;
  margin-left: 15px;
  margin-top: -15px;
  top: 50%;
  width: 100%;
  height: 30px;
  z-index: 10;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.blog-title--normal a {
  font-weight: 400;
}

.blog-title.m-b-20 {
  margin-bottom: 20px;
}

.we-are {
  padding: 40px 0;
}

.we-are__right>h2 {
  font-family: Montserrat,sans-serif;
}

.we-are__right>h2:first-child {
  font-size: 25px;
}
.we-are span {
    color: #ebcd1e;
}
.we-are .see-more.see-more--left {
  margin-top: 33px;
}

h2.title--small {
  margin-bottom: 37px;
}

.we-are__right {
  padding-left: 70px;
}

.we-are__right>h5 {
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 19px;
  font-size: 16px;
  color: #333;
}

.we-are__left>div {
  text-align: right;
}

.we-are__item {
  /*margin-right: 20px;*/
  margin: 50px 10px 10px 10px;
}
.we-are__item img{
  width: 100%;
}
.top {
  margin-bottom: 20px;
}

.bottom>.item:last-child,.top>.item:last-child {
  margin-right: 0;
}

.why-choose4 {
  padding: 15px 0 70px;
  background-color: #f8f8f8;
}

.why-choose4__item {
  text-align: center;
  margin-top: 60px;
}

.why-choose4__item>h4 {
  margin-top: 15px;
}

.our-process2 .title-3 {
  margin-bottom: 130px;
}

.parallax--our-process2 {
  background-image: url(../images/bg-service-01.jpg);
  background-position: left center;
  padding: 84px 0 50px;
}

.our-process2__item {
  margin: 0 auto 50px;
  height: 270px;
  width: 270px;
  background: #222;
  border: 2px solid #575757;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 80px 0;
  text-align: center;
}

.our-process2__item>h4 {
  color: #efefef;
  font-family: Montserrat;
  font-weight: 600;
  margin-bottom: 10px;
}

.our-process2__item>h4>span {
  font-weight: 700;
  font-size: 36px;
  color: #ebcd1e;
}

.our-process2__item>p {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  color: #dcdcdc;
}

.latest-project.latest-project-4 .title-3 {
  margin-bottom: 120px;
}

.latest__item .overlay i {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.latest__item:hover .overlay i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.title-3--left {
  text-align: left;
}

.title-3--left:after {
  width: 70px;
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.title-3--right {
  text-align: right;
}

.title-3--right:after {
  width: 70px;
  right: 0;
  left: auto;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.number1,.statistic2__info {
  font-size: 18px;
  color: #333;
}

.statistic2 {
  background: #f8f8f8;
  padding: 10px 0 55px;
}

.statistic2__item {
  margin-top: 50px;
}

.statistic2__icon {
  margin-bottom: 25px;
}

.number1 {
  margin-right: -4px;
}

.title--36 {
  font-size: 36px;
}

.m-b-92 {
  margin-bottom: 92px;
}

.m-b-125 {
  margin-bottom: 125px;
}
.slide-title-6.yellow {
  color: #ebcd1e;
}

.slide-title-normal.black {
  color: #333;
}

.slide-title-normal {
  font-weight: 400;
}

.slide-title-6 {
  font-weight: 600;
}

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

.slide-label {
  color: #fff;
  text-align: center;
  background: #ff8383;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.white {
  color: #fff;
}
.product-wrap {
  padding: 0 0 30px;
  border-bottom: 1px solid #ededed;
}

.product__item {
  margin-top: 30px;
}

.product__item>a {
  position: relative;
  display: block;
  overflow: hidden;
}

.product__item>a>img:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.product__item>a>img {
  width: 100%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.label {
  position: absolute;
  z-index: 10;
  line-height: 20px;
  font-size: 18px;
}

.label--rect {
  display: inline-block;
  padding: 0 25px;
  line-height: 40px;
  background-color: #f39cc3;
}

.sale-off {
  font-family: Montserrat;
  font-weight: 300;
  color: #333;
  top: 15px;
  left: 20px;
}

.sale-off>span {
  font-family: Montserrat;
  color: #f1646c;
  font-weight: 400;
  font-size: 18px;
}

.title-6 {
  font-size: 24px;
  color: #222;
  font-weight: 400;
  margin-bottom: 25px;
}

.our-product {
  padding: 65px 0 30px;
}

#pro-menu {
  margin: auto auto 20px;
}

#pro-menu .nav-pills .nav-link.active {
  background-color: #ebcd1e;
}

#pro-menu .nav-pills .nav-link {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 6px 25px;
  text-transform: uppercase;
  text-align: center;
}

.label--small {
  padding: 0 15px;
  color: #fff;
  font-size: 11px;
  line-height: 25px;
  top: 10px;
  left: 10px;
}

.label--small.pink {
  background-color: #f1646c;
}

.label--small.green {
  background-color: #9dd5c0;
}

.pro__item {
  margin-top: 30px;
}

.pro__img {
  position: relative;
}

.pro-info--dark {
  background: rgba(0,0,0,.42);
}

.pro__detail {
  border: 1px solid #ededed;
  border-top: none;
  padding: 25px 0;
  text-align: center;
}

.pro__detail>h5 {
  margin-bottom: 10px;
}

.pro__detail>h5>a {
  font-size: 16px;
  font-weight: 400;
  color: #555;
}

.pro__detail>h5>a:hover {
  color: #ebcd1e;
}

.pro__add,.project--hover .project__item .company {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
}

.service5__item,.testi-lastest__left,.testi-lastest__right {
  margin-top: 40px;
}

.gallery__item,.testi-lastest__right .blog-item .img-blog {
  position: relative;
}

.pro__detail>.pro__price {
  margin-bottom: 6px;
}

.pro-info--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pro__add {
  transform: translateY(50px);
  transition: all .6s ease 0s;
}

.pro-link:hover .pro__add {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.pro__price .old {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
  margin-right: 20px;
}

.con__item i,.social-footer a {
  margin-right: 15px;
}

.pro__price .current {
  font-weight: 600;
  color: #555;
  font-size: 16px;
}

.pro__star>i {
  color: #ebcd1e;
}

.service5 {
  background-color: #f8f8f8;
  padding: 20px 0 60px;
}

.service5__item {
  padding: 3px;
}

.service5__inner {
  border: 1px solid #fff;
  padding: 15px 15px 15px 30px;
}

.service5__inner .box-body {
  margin-left: 63px;
  color: #fff;
  text-transform: uppercase;
  padding-right: 0;
  padding-top: 10px;
  padding-left: 40px;
}

.service5__inner .box-body h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
}

.service5__inner .box-body p {
  line-height: 1;
  text-transform: uppercase;
}

.service5__item.pink {
  background-color: #f39cc3;
}

.service5__item.orange {
  background-color: #fac174;
}

.service5__item.green {
  background-color: #9dd5c0;
}

.testi-lastest {
  padding: 10px 0 50px;
}

.testi-lastest .testi-job em {
  color: #666;
}

.title6--left {
  text-align: left;
}

.testi-lastest__left .testi__item {
  margin-top: 0;
}

.testi-lastest__left .title-6,.testi-lastest__right .title-6 {
  margin-bottom: 40px;
}

.testi-lastest__right .blog-item .date {
  color: #fff;
  padding: 5px 0;
  left: 10px;
  right: auto;
}

.testi-lastest__right .blog-item .date span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.testi-lastest__right .blog-item .date .day {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
}

.date--yellow {
  background-color: #ebcd1e;
}

.testi-lastest__right .blog-item .blog-content h4 {
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: -5px;
}

.testi-lastest .owl-theme .owl-nav.disabled+.owl-dots,.title-footer {
  margin-top: 30px;
}

.testi-lastest__right .blog-item .blog-content h4>a {
  font-weight: 600;
  font-size: 18px;
  color: #333;
}

.testi-lastest__right .blog-item .blog-content h4>a:hover {
  color: #ebcd1e;
}

.testi-lastest__right .blog-item .blog-content p {
  margin-bottom: 15px;
}

.testi-lastest__right .blog-item .blog-content div>a {
  color: #555;
  text-transform: uppercase;
  font-size: 13px;
}

.footer-3 .social-footer a i,.title-footer {
  font-size: 18px;
}

.testi-lastest__right .blog-item .blog-content div>a:hover {
  color: #ebcd1e;
}

.logo-footer {
  margin-bottom: 35px;
}

.footer-3 {
  background-color: #222;
  padding-top: 70px;
  text-align: left;
}

.footer-3 p {
  color: #dcdcdc;
}

.title-footer {
  font-weight: 600;
  color: #f1f1f1;
}

.social-footer {
  margin-top: 15px;
}

.social-footer a {
  display: inline-block;
}

.social-footer a i {
  color: #c7c7c7;
}

.social-footer a:hover i {
  color: #ebcd1e;
}

.copyright-2 {
  margin-top: 55px;
  padding: 22px 0;
  text-align: center;
  border-top: 1px solid #5f5f5f;
  color: #a2a2a2;
}

.copyright-2 span {
  color: #ebcd1e;
}

.m-b-26 {
  margin-bottom: 26px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.con__item {
  margin-bottom: 20px;
}

.gallery__item {
  display: inline-block;
  float: left;
  max-width: 25%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.gallery__item .pro-link:hover .overlay--invisible {
  opacity: 1;
}

.parallax--nav {
  padding: 125px 0;
  background-image: url(../images/bg-head.jpg);
  background-position: 50% 50%;
}

.navigation h2 {
  color: #fff;
  font-size: 30px;
  float: left;
  padding-right: 40px;
  text-transform: uppercase;
  display: block;
  margin: 0;
  font-weight: 600;
}

.breadcrumbs {
  float: right;
  margin-top: 3px;
  padding: 0;
}

.breadcrumbs span {
  display: inline-block;
  font-size: 18px;
  margin: 0 3px;
  color: #fff;
}

.breadcrumbs li {
  font-size: 18px;
  color: #fff;
}

.breadcrumbs li a {
  color: #ebcd1e;
  font-size: 18px;
}

.project1 {
  padding: 60px 0 90px;
}

.project1 .see-more {
  margin-top: 90px;
}

.project2 {
  padding: 65px 0 80px;
}

.project3 #filter-wrap {
  margin-bottom: 65px;
}

#filter li {
  margin: 0 30px;
}

#filter li span {
  font-size: 18px;
  color: #333;
  cursor: pointer;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}

#filter li span:hover {
  color: #ebcd1e;
}

#filter-wrap {
  margin-bottom: 40px;
  text-align: center;
}

#isotope-grid .col-md-6 {
  display: block;
  float: left;
}

.project__item {
  margin-top: 30px;
}

.pro-info--darker {
  background: rgba(0,0,0,.6);
}

.project--hover .project__item .company {
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  left: 30px;
  transform: translateY(50px);
  text-align: center;
  transition: all .6s ease 0s;
  margin-bottom: 6px;
}

.project--hover .project__item .company>a {
  color: #ebcd1e;
  font-size: 30px;
}

.project--hover .project__item .company>a:hover {
  color: #fff;
}

#filter .active span {
  color: #ebcd1e;
}

.project--hover .project__item .cat-name {
  line-height: 1;
  position: absolute;
  bottom: -18px;
  left: 30px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  text-align: center;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  -moz-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
}

.project--hover .project__item .pro-link:hover .company {
  -webkit-transform: translateY(-39px);
  -moz-transform: translateY(-39px);
  -ms-transform: translateY(-39px);
  -o-transform: translateY(-39px);
  transform: translateY(-39px);
}

.project--hover .project__item .pro-link:hover .cat-name {
  -webkit-transform: translateY(-42px);
  -moz-transform: translateY(-42px);
  -ms-transform: translateY(-42px);
  -o-transform: translateY(-42px);
  transform: translateY(-42px);
}

.project3 .project__item,.project5 .project__item {
  margin-top: 0;
}

.process-page .pro__img,.project--zoom .pro__img {
  overflow: hidden;
}

.port1-img,.project3 .col-md-4 {
  float: left;
}

.project--hover .project__item .cat-name a em {
  color: #d5d5d5;
  font-size: 13px;
}

.project--hover .project__item .cat-name a:hover em {
  color: #fff;
}

.project--zoom .pro__img a img {
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}

.project--zoom .pro__img:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.project--zoom .pro__text {
  text-align: center;
  padding: 25px 0;
  border: 1px solid #ededed;
}

.project3,.project4 {
  padding: 65px 0 90px;
}

.project--zoom .pro__text .company a {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}

.project--zoom .pro__text .company a:hover {
  color: #222;
}

.project--zoom .pro__text .cat-name a em {
  color: #999;
}

.project--zoom .pro__text .cat-name a:hover em {
  color: #555;
}

.project3 .project--hover .project__item .cat-name em {
  font-size: 11px;
}

.project4 .col-md-4 {
  float: left;
  padding: 0 30px;
}

.project5,.project6 {
  padding: 65px 0 90px;
}

.project4 .project__item .pro__text .company {
  margin-bottom: 5px;
}

.project5 .project__item .pro-info .company a {
  text-transform: uppercase;
  font-size: 18px;
}

.project5 #isotope-grid {
  margin-top: 30px;
}

.project5 .see-more,.project6 .see-more {
  margin-top: 90px;
}

.project6 .project__item .pro-info .company {
  margin-bottom: 0;
}

.project6 .project__item .pro-info .company a {
  font-size: 16px;
  text-transform: uppercase;
}

.project6 .project--hover .project__item .cat-name,.project6 .project--hover .project__item .company {
  left: 20px;
}

.project6 .project--hover .project__item .cat-name em {
  font-size: 11px;
}

.parallax--nav-1 {
  padding: 125px 0;
  background-image: url(../images/bg-head-03.jpg);
}

.navigation--bgf8 {
  background-color: #f8f8f8;
  padding: 125px 0;
}

.navigation--bgf8 .breadcrumbs .active,.navigation--bgf8 .breadcrumbs span,.navigation--bgf8 h2 {
  color: #333;
}

.page-404 {
  padding-top: 80px;
  padding-bottom: 90px;
  text-align: center;
}

.page-404 .big-info {
  font-size: 18px;
  font-weight: 700;
  color: #999;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.page-404 .big-info>span {
  display: block;
  font-size: 85px;
  font-weight: 700;
  color: #999;
  margin-bottom: 5px;
}

.page-404 .see-more {
  margin-top: 40px;
}

.parallax--contact1 {
  background-image: url(../images/bg-contact-02.jpg);
}

#owl-client-say-1 .client-wrap .client__item.clearfix:first-child {
  margin-bottom: 30px;
}

.client-say--testi {
  padding-top: 75px;
  padding-bottom: 60px;
}

#owl-client-say-1 .client-wrap .client-content {
  padding-left: 40px;
  padding-right: 35px;
}

.client-say--testi .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 60px;
}

.client-say--testi .client-name {
  font-size: 16px;
  margin-bottom: 10px;
}

.process-page {
  padding: 100px 0;
}

.process-page .pro__img img {
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}

.process-page .pro__img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.bg-f8 {
  background: #f8f8f8;
}

.process-page .pro__text>h2 {
  margin-bottom: 30px;
}

.li-item,.process-page .pro__text>p {
  margin-bottom: 15px;
}

.process-page .pro__text>h2>span {
  font-size: 60px;
  font-weight: 700;
  color: #ebcd1e;
}

.process-item {
  display: table;
}

.process-item>.process__left,.process-item>.process__right {
  display: table-cell;
  width: 50%;
}

.pro__text-wrap {
  padding-left: 70px;
  padding-right: 70px;
  vertical-align: middle;
}

.li-item>i {
  font-size: 18px;
  color: #ebcd1e;
  margin-right: 7px;
}

.process-page .pro__text>h2.m-b-20 {
  margin-bottom: 20px;
}

.process-page .pro__text>p>span {
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
}

.process-page .pro__text>p.m-b-0 {
  margin-bottom: 0;
}

.pro-bar-wrap .bar__title {
  font-size: 16px;
  color: #333;
  line-height: 25px;
}

.color-e1 {
  background: #ebcd1e;
}

.color-333 {
  background: #333;
}

.process-page .pro__text>p.m-b-30 {
  margin-bottom: 30px;
}

.process-page .pro-bar-wrap .pro-bar-container.m-y-15 {
  margin: 15px 0;
}

.process-page .pro-bar-wrap .pro-bar-container {
  height: 10px;
  border: transparent;
  margin: 8px 0;
}

.process-page .pro-bar-wrap .pro-bar {
  height: 10px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
}

.port1 {
  padding: 90px 0 50px;
}

.port1-img,.port1__img-wrap .port1-img {
  padding-right: 30px;
}

.port1-img {
  display: block;
  width: 33.33%;
}

.port1__img-wrap {
  margin-top: 30px;
  margin-right: -30px;
}

.port1__img-wrap .port1-img a img {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.port1__img-wrap .port1-img a:hover img {
  opacity: .5;
}

.port__text {
  margin-bottom: 25px;
  margin-left: 20px;
}

.port__text>h3 {
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.port__info {
  margin-left: 20px;
  border: 1px solid #cecece;
  padding: 30px 0;
}

.port__info-list>li {
  margin-bottom: 25px;
  text-align: center;
}

.port__info-title,.port__info-value {
  display: inline-block;
  text-align: left;
}

.port__info-title {
  min-width: 90px;
  font-weight: 600;
}

.port__info-value {
  min-width: 100px;
  text-transform: uppercase;
}

.port__info-title span:last-child,.port__info-value span:last-child {
  margin-bottom: 0;
}

.port__info-value span {
  display: block;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.port-nav-wrap {
  text-align: center;
  background: #f8f8f8;
  padding: 35px 0;
  margin-top: 45px;
}

.port2,.port3 {
  padding-bottom: 50px;
}

.port-nav-wrap i {
  font-size: 24px;
  color: #666;
}

.port-nav-wrap .nav-port i {
  font-size: 16px;
}

.port-nav-wrap a.nav-port:hover i {
  color: #ebcd1e;
}

.port-nav-wrap a.nav-port {
  display: block;
}

.social--port {
  text-align: center;
  margin-top: 40px;
}

.social--port a {
  margin-right: 20px;
}

.social--port a i {
  color: #666;
  font-size: 16px;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}

.service-list__text>h5>a:hover,.social--port a:hover i {
  color: #ebcd1e;
}

.port2 {
  padding-top: 85px;
}

.port2 .port__info,.port2 .port__text {
  margin-left: 0;
}

.port2 .port__img {
  margin-bottom: 50px;
}

.port2 .col-lg-4 {
  padding-right: 35px;
}

.port2 .col-lg-8 {
  padding-left: 35px;
}

.port__img.m-b-0 {
  margin-bottom: 0;
}

.port3 {
  padding-top: 50px;
}

.port3 .port__info {
  margin-left: 0;
  margin-top: 50px;
}

.port3 .port__text {
  margin-bottom: 0;
  margin-top: 50px;
  margin-left: 40px;
}

.port3 .port__text h3 {
  text-transform: capitalize;
}

.port3 .port__img {
  margin-top: 50px;
}

.parallax--ser-li {
  padding: 125px 0;
  background-image: url(../images/bg-head-04.jpg);
  background-position: 50% 85%;
}

.service-list {
  padding: 30px 0 100px;
}

.service-list__item {
  margin-top: 30px;
}

.service-list__text {
  text-align: center;
  padding: 25px 50px;
  border: 1px solid #ededed;
}

.service-list__text>h5>a {
  font-size: 16px;
  font-weight: 700;
}

.service-list__text>h5 {
  margin-bottom: 15px;
}

.service-list .contact2 {
  margin-top: 70px;
}

.contact2__item {
  background-image: url(../images/bg-adver.jpg);
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Montserrat;
  text-align: center;
  padding: 50px 60px;
  margin-top: 40px;
}

.contact2__item>p {
  font-weight: 600;
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact2 .partner-wrap1 {
  padding: 78px 30px 31px;
  background: #f8f8f8;
  border: none;
  margin-top: 40px;
}

.contact2 .partner-wrap1 .owl-stage-outer {
  padding: 0;
  border: none;
}

#owl-partner-2.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 23px;
}

.service-content {
  padding: 100px 0;
}

.service-tab {
  margin-top: 50px;
}

.service-tab>ul>li>a {
  display: block;
  padding: 0 10px;
  text-align: center;
  line-height: 70px;
  font-size: 13px;
  background: #f9f9f9;
  color: #333;
  text-transform: capitalize;
}

.service-tab>ul>li.active>a,.service-tab>ul>li>a:hover {
  border-left: 5px solid #ebcd1e;
  border-right: 5px solid #ebcd1e;
  background: #333;
  color: #ebcd1e;
}

.contact-info .col-md-3>div,.page-number,.pagination-wrap .page-number-wrap {
  text-align: center;
}

.service-text {
  margin-top: 60px;
  padding-left: 30px;
}

.service-text h5 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}



.service-text.m-t-50 {
  margin-top: 50px;
}

.service-img-wrap {
  margin-right: -30px;
  margin-top: 30px;
}

.service-img {
  display: block;
  float: left;
  width: 25%;
  padding-right: 30px;
}

.parallax--nav-2 {
  padding: 125px 0;
  background-image: url(../images/bg-head-05.jpg);
}

.contact-info {
  padding: 10px 0 40px;
  background: #f8f8f8;
}

.contact-info .col-md-3>div>i {
  color: #666;
  font-size: 18px;
  margin-right: 10px;
}
.form-contact-wrap h4,.title-sidebar {
  margin-bottom: 30px;
}
.form-contact-wrap {
  padding-left: 40px;
}

.form-contact input,textarea {
  width: 100%;
  color: #999;
  outline: 0;
  padding: 10px;
  border: 1px solid #cecece;
}

.pro-sorting .sort-left,.pro-sorting .sort-right #order-by {
  color: #333;
  text-transform: uppercase;
}

.form-contact input {
  margin-bottom: 10px;
}

.form-contact textarea {
  min-height: 190px;
}

.form-contact-wrap div>button {
  border: none;
  cursor: pointer;
  margin-top: 30px;
}

.blog-list-wrap .blog-list .blog-item,.blog-sidebar,.pro-list-wrap .au-pagination {
  margin-top: 70px;
}

.img-head__inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #ededed;
}

.pro-list-wrap {
  padding-bottom: 70px;
}

.pro-sorting {
  padding: 45px 0 15px;
}

.pro-sorting .sort-right #order-by {
  border: none;
  outline: 0;
}

.page-number {
  display: inline-block;
  width: 30px;
  line-height: 28px;
  border: 1px solid #cecece;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 6px;
}

.page-number>i {
  font-size: 13px;
}

.page-number.dots {
  line-height: 30px;
}

.page-number.current,.page-number:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

.parallax--nav-3 {
  padding: 125px 0;
  background-image: url(../images/bg-head-06.jpg);
}

.blog-list-wrap {
  padding-top: 20px;
  padding-bottom: 70px;
}

.blog-sidebar {
  padding-left: 30px;
}

.blog-sidebar .blog__search .search-form {
  position: relative;
}

.blog-sidebar .blog__search .search-form input {
  color: #999;
  border: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  outline: 0;
}

input,textarea {
  -o-transition: border-color .5s ease;
  transition: border-color .5s ease;
  -moz-transition: border-color .5s ease;
  -webkit-transition: border-color .5s ease;
}

input:focus,textarea:focus {
}

.form-footer .form__input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.blog-sidebar .blog__search button {
  position: absolute;
  top: 1px;
  right: 9px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  font-size: 18px;
  border: none;
  background: 0 0;
  color: #888;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  outline: 0;
  cursor: pointer;
}

.title-sidebar {
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

.title-sidebar:after {
  content: "";
  width: 50px;
  height: 5px;
  background-color: #ebcd1e;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.blog__about {
  margin-top: 30px;
}

.blog__recent {
  margin-top: 40px;
}

.blog__recent .blog__recent-item {
  margin-top: 15px;
}

.blog__recent .blog__recent-item .img {
  width: 40%;
}

.blog__recent .blog__recent-item .text {
  margin-left: 40%;
  padding-left: 15px;
}

.blog__recent .blog__recent-item .text>h6>a {
  line-height: 20px;
  font-weight: 600;
}

.blog__recent .blog__recent-item .text>p {
  margin-top: 5px;
}

.blog__recent .blog__recent-item .text>p>em {
  font-size: 11px;
  color: #999;
}

.blog__cate {
  margin-top: 45px;
}

.blog__cate>li>a {
  display: block;
  line-height: 30px;
  font-size: 15px;
  color: #555;
  position: relative;
  padding-left: 20px;
}

.blog__cate>li>a:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 18px;
  content: "\f105";
  color: #ebcd1e;
  position: absolute;
  left: 0;
  top: 0;
}

.blog__cate>li>a:hover {
  color: #ebcd1e;
  margin-left: 10px;
}

.blog__cate>li>a>span {
  margin-left: 25px;
}

.blog__cate>li>a>span>em {
  font-size: 11px;
  color: 9px;
}

.blog__tag-wrap {
  margin-top: 40px;
}

.blog__tag>a {
  display: inline-block;
  margin: 0 7px 7px 0;
  padding: 6px 20px;
  text-shadow: none;
  font-size: 13px;
  float: left;
  border: 1px solid #cecece;
  color: #555;
  text-decoration: none;
  outline: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.blog__tag>a:hover {
  background: #ebcd1e;
  color: #fff;
  border-color: #ebcd1e;
}

.pagination-wrap {
  padding: 30px 0;
  background: #f8f8f8;
}

.pagination-wrap .nav-port>i {
  font-size: 18px;
}

.blog-detail .blog-meta .author,.blog1 .blog-item .blog-content .blog-meta .author,.cate,.time {
  color: #999;
  font-size: 11px;
  text-transform: capitalize;
}

.blog1 {
  padding-top: 65px;
  padding-bottom: 100px;
}

.blog1 #isotope-grid .blog-item {
  margin-top: 30px;
}

.blog1 .blog-item .img-blog {
  margin-bottom: 0;
}

.blog1 .blog-item .blog-content {
  border: 1px solid #ededed;
  padding: 30px 20px;
}

.blog1 .blog-item .blog-content .blog-meta {
  margin-bottom: 10px;
}

.blog1 .blog-item .blog-content .blog-meta .author,.cate {
  margin-right: 25px;
}

.blog1 .blog-item .blog-content .blog-title>a {
  font-weight: 600;
}

.blog-detail {
  padding-top: 20px;
  padding-bottom: 80px;
}

.blog-detail .blog-title {
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
}

.blog-detail .blog-thumb {
  margin-top: 70px;
}

.blog-detail .blog-meta .author {
  margin-bottom: 0;
  margin-right: 25px;
}

.blog-quote {
  margin: 40px 0 25px 70px;
  border-left: 5px solid #ebcd1e;
  padding-left: 25px;
}

.blog-footer {
  padding: 15px 0;
  background: #f8f8f8;
  margin-top: 40px;
  margin-bottom: 55px;
}

.blog-footer .tags span {
  text-transform: uppercase;
  font-size: 11px;
}

.cmt-list .cmt-right h5,.cmt-title {
  font-weight: 600;
  text-transform: capitalize;
}

.blog-footer .tags a {
  font-size: 11px;
  color: #666;
}

.blog-footer .tags a:hover {
  color: #ebcd1e;
}

.blog-footer .share a {
  display: inline-block;
  margin-right: 20px;
  color: #999;
}

.blog-footer .share a:hover {
  color: #ebcd1e;
}

.blog-footer .share a i {
  font-size: 14px;
}

@media (max-width:1200px) {
  .header6 nav.menu-desktop,nav.menu-desktop {
    margin-right: 0;
  }

  .our-process__item {
    padding: 30px 13px;
    min-height: 210px;
  }

  .service-2__right {
    top: 47px;
  }

  .service-2__inner-body {
    padding: 30px 25px;
    width: 84%;
    margin: 30px auto 0;
  }
/*
  .header-wrap {
    padding: 0 20px;
  }
*/
  .service-3__inner {
    padding: 90px 20px 60px;
  }

  h2.title--small {
    white-space: normal;
  }

  .testi__speech blockquote {
    padding: 40px 10px 40px 30px;
  }

  .our-process2__item {
    height: 240px;
    width: 240px;
    padding: 56px 0;
  }

  .our-process2__item>p {
    width: 80%;
  }
/*
  .header4 nav>ul>li {
    padding: 46px 18px;
  }

  .header4 .header-button .search-button .form__input {
    width: 250px;
  }
*/
  .testi__speech blockquote .big-qoute {
    left: 3px;
  }

  .blog1.blog2 .blog-item .blog-content .blog-meta .author,.cate,.time {
    display: block;
  }

  .our-process3__text {
    padding: 30px 50px 30px 70px;
    top: 45px;
  }

  .our-team__left {
    width: 75%;
  }
}

@media (max-width:1024px) {
  .service__item {
    min-height: 400px;
  }

  .testi .owl-theme .owl-nav .owl-prev {
    left: 20px;
  }

  .testi .owl-theme .owl-nav .owl-next {
    right: 20px;
  }

  .contact__content {
    margin-right: 17%;
  }

  .pro__text-wrap {
    padding-left: 45px;
  }

  .blog-single {
    margin-right: 0;
  }
}

@media (max-width:992px) {
  #menu-canvas,.header-desktop,.header-stick,.our-process__item--l-b:after,.our-process__item--l-t:before {
    display: none;
  }

  .contact__inner,.we-are__left>div {
    text-align: center;
  }

  .title-2 {
    font-size: 30px;
  }

  header.header-mobile {
    display: block;
  }

  #menu-canvas {
    padding: 60px 30px;
  }

  .service__item {
    width: 50%;
  }

  .our-process__item {
    min-height: auto;
  }

  .service-2__left {
    width: 100%;
  }

  .service-2__right {
    width: 100%;
    position: static;
    margin-top: 30px;
  }

  .service-3__item,.service-3__item:hover {
    margin-top: 65px;
  }

  .bottom-shadow:after {
    display: none;
  }

  .service-3__inner {
    padding: 90px 35px 60px;
  }

  .contact__content {
    margin: 0 auto;
  }

  .port2 .port__info,.we-are__left {
    margin-bottom: 50px;
  }

  .contact__inner>a {
    margin-top: 30px;
  }

  .process-item {
    display: block;
  }

  .process-item>.process__right,.process__left {
    display: block;
    width: 100%;
  }

  #revolution-slider4 .tparrows.gyges,#revolution-slider5 .persephone.tparrows,.top-contact1 {
    display: none;
  }

  .pro__text-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .port3 .port__text,.port__text {
    margin-left: 0;
    margin-top: 50px;
  }

  .port__info {
    margin-left: 0;
  }

  .port2 .col-lg-4 {
    padding-right: 15px;
  }

  .port2 .col-lg-8 {
    padding-left: 15px;
  }

  .port2__img {
    margin-top: 50px;
  }

  .port2 .port__text {
    margin-top: 0;
  }

  .single-product-detail {
    margin-top: 40px;
  }

  .partner {
    padding: 35px 20px;
  }

  .we-are__right {
    padding-left: 0;
  }
}

@media (max-width:993px) {
  .our-process3__text {
    position: static;
    width: 100%;
  }

  .our-process3__big-img {
    float: none;
    margin-top: 15px;
    width: 100%;
  }

  .dot-wrap .slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    width: 100%;
    height: 18%;
  }

  .dot-wrap .slick-dots li {
    height: 100%;
  }
}

@media (max-width:991px) {
  .our-process2__item {
    height: 270px;
    width: 270px;
    padding: 80px 0;
  }

  .our-process2__item>p {
    width: 75%;
  }

  .slide-content-2 span.color {
    font-size: 58px;
  }
}

@media(min-width:1200px) {
  /*.container {
    max-width: 100%;
    padding: 0 20px;
  }*/
}

@media (max-width:1200px) and (min-width:992px) {
  .pro__text-wrap {
    padding-left: 45px;
    padding-right: 45px;
  }

  .process-page .pro__text>h2 {
    margin-bottom: 0;
  }

  .process-page .pro__text>h2>span {
    font-size: 50px;
  }
}

@media(min-width:768px) {
  .foot-call {
    display: none;
  }

  .slide-title-3,.slide-title-3>span {
    font-size: 48px;
  }
}

@media (max-width:768px) {
  .breadcrumbs,.navigation h2 {
    text-align: center;
    float: none;
  }

  .port1__img-wrap,.service-img-wrap {
    margin-right: -10px;
  }

  .cart-button>form>button,.cart-button>form>input[type=text] {
    width: 100%;
    display: block;
  }

  .breadcrumbs,.cart-button>a,.cart-button>form,.service-2__inner-body .box-item .box-head {
    float: none;
  }

  .blog-sidebar,.form-contact-wrap,.service-text {
    padding-left: 0;
  }

  .service-2__inner-body .box-item .box-body {
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
  }

  .our-team__info:after {
    display: none;
  }

  .navigation h2 {
    padding: 0;
  }

  .port1__img-wrap .port1-img,.service-img-wrap .service-img {
    padding-right: 10px;
  }

  .breadcrumbs {
    margin-top: 10px;
  }

  .cart-button>form>button {
    margin: 15px 0 0;
  }

  .cart-button>a {
    display: block;
    margin-top: 15px;
  }

  .pro-cart>span {
    margin-left: 0;
    white-space: nowrap;
  }

  .slide-title-3,.slide-title-3>span {
    font-size: 34px;
  }

  .num {
    font-size: 100px;
  }

  .head {
    font-size: 40px;
  }

  h4.pro-title {
    font-size: 28px;
  }

  #revolution-slider2 .tp-bullets {
    display: none;
  }

  .parallax--slide-re-pro {
    padding: 30px;
  }

  #our2.title-2--special:before {
    top: 8px;
  }

  .title-2--special:after {
    width: 80px;
  }

  #our2.title-2--special:after {
    top: 14px;
    right: -120px;
  }

  .dot-wrap .slick-dots {
    height: 15%;
  }
}

@media(min-width:280px) and (max-width:320px) {
  .dot-wrap .slick-dots {
    height: 24.3% !important;
  }

  .text-4 {
    padding-bottom: 36% !important;
  }

  .text-1 {
    padding-bottom: 0% !important;
  }

  .text-3 {
    padding-bottom: 11% !important;
  }

  .text {
    padding-bottom: 10%;
  }
}

@media(min-width:280px) and (max-width:767px) {
  .dual-container-1 .book-now-form7 {
    margin: 7% 0% 7%;
  }

  .dual-container-1 .down {
    margin-bottom: 6%;
  }

  .dual-container-1 h6 {
    margin-top: 5%;
  }

  .pos-resize-1 h2 {
    font-size: 20px;
    padding: 3% 2%;
    width: 82%;
  }

  .add-button .interior-1 {
    padding: 10px 79px;
  }

  .contact__content {
    margin: 0 auto 6%;
  }

  .add-button .add {
    padding: 10px 22%;
  }

  .add-button .col-xs-12 {
    text-align: center;
    margin-bottom: 9%;
  }

  .add-button h2 {
    margin-bottom: 12%;
  }

  .box-container h2 {
    margin-bottom: 7%;
  }

  .add-text p, .add-button p {
    font-size: 15px;
    word-spacing: 0px;
    margin: 4% 0% 0%;
  }

  .pos-resize h2 {
    font-size: 17px;
    width: 84%;
    margin-top: -12%;
    padding: 2%;
  }

  .pos-resize1 h2 {
    font-size: 17px;
    width: 45%;
    margin-top: -12%;
    padding: 2%;
  }

  .pos-resize {
    top: 50%;
  }

  .pos-resize1 {
    top: 50%;
  }

  .change-side {
    margin-bottom: -31%;
  }

  .slick-initialized .slick-slide {
    display: block;
    max-height: 547px;
  }

  .text {
    padding-bottom: 0%;
  }

  .text-1 {
    padding-bottom: 13%;
  }

  .text-4 {
    padding-bottom: 24%;
  }

  .our-process3__inner {
    width: 80%;
  }

  footer p {
    text-align: justify !important;
  }

  footer .set li {
    text-align: left !important;
  }

  .why-choose__inner .box-body--left {
    text-align: left !important;
    margin: 0 0px 0px 88px !important;
    padding-left: 30px !important;
    padding-right: 0 !important;
  }

  .p-r-15 {
    padding-left: 15px !important;
  }

  .why-choose__inner .box-head--right {
    float: left !important;
  }

  #btn-to-top {
    bottom: 55px !important;
    right: 10px !important;
  }

  .copyright {
    margin-bottom: 14%;
  }

  .our-process3 {
    background-color: #f8f8f8;
    padding: 5% 0 3%;
    position: static;
  }

  .contact__inner .au-btn--big {
    padding: 0 40px;
    float: none !important;
  }

  .our-process__item>p,.support-section .need-query h3 {
    font-size: 16px;
  }

  .see-more {
    margin-top: 7%!important;
    margin-bottom: 8%;
  }

  footer img {
    margin: 0 0 4%;
    display: initial;
  }

  .copyright .first-1,.copyright .first-2 {
    text-align: center;
  }

  .set-size-1 {
    display: none;
  }

  .padding-side img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }

  .blog-item-3 {
    margin-bottom: -4%!important;
  }

  .counter-top-area-1 {
    margin-top: 0% !important;
  }

  .add-button h1 {
    margin-top: 6% !important;
  }

  .add-background img {
    margin-top: 0%;
  }

  .shade-now {
    box-shadow: 2px 3px 12px 0 #d0d2d5;
    padding: 1% 5% 7%;
  }

  .add-button {
    margin: 3% 0% 0%;
  }

  footer .col-xs-6 {
    width: 50%;
  }

  .contect-1 {
    margin-bottom: 4%;
    margin-top: 4%;
  }

  .parallax--footer {
    padding: 20px 0;
  }

  footer .social {
    margin-top: 16px!important;
    text-align: center!important;
  }

  footer h1,footer p,footer ul li {
    text-align: center;
  }

  .support-section .form-inner {
    padding-right: 0;
  }

  .support-section .form-inner form#quick-form {
    padding: 23px 25px;
  }

  .support-section button,.support-section input,.support-section select,.support-section textarea {
    margin-bottom: 5%;
  }

  .counter-top-area .list {
    padding-bottom: 3%!important;
    padding-top: 8%!important;
  }

  .counter-top-area {
    margin-top: 11%;
  }

  .our-process__item,.our-process__item-1 {
    margin-top: 10px!important;
  }

  .our-process__item-1 {
    padding: 9% 0!important;
  }

  .our-process {
    padding: 6% 0!important;
  }

  .title-detail {
    margin-bottom: 2%!important;
    padding: 0 20px!important;
    font-size: 17px;
    line-height: 25px;
  }

  .our-process3 p {
    font-size: 16px;
  }

  .our-process3-wrap .our-process3__item img {
    display: none;
  }

  .num {
    font-size: 40px!important;
  }

  .head {
    font-size: 20px!important;
    margin-bottom: 20px;
  }

  .parallax--footer {
    padding: 20px 0;
  }

  .title {
    margin: 5% 0;
  }

  footer h1 {
    padding-top: 5%;
    padding-bottom: 4%;
  }

  footer a {
    font-size: 13px;
  }
}

@media(min-width:1024px) and (max-width:1100px) {
  .dual-container-1 {
    padding: 16% 0 2%;
  }

  .pos-resize-1 h2 {
    width: 32%;
  }

  .pos-resize {
    top: 62%;
  }

  .pos-resize1 {
    top: 62%;
  }

  .pos-resize h2 {
    font-size: 23px;
    width: 34%;
  }

  .pos-resize1 h2 {
    font-size: 23px;
    width: 34%;
  }

  .add-button .interior-1 {
    padding: 10px 25px;
    font-size: 14px;
  }

  .foot-call {
    display: none;
  }

  nav>ul>li {
    padding: 30px 13px!important;
  }
}

@media(max-width:767px) {
  .slide-content-2 span.color {
    font-size: 38px;
  }

  .authorised-partners ul li {
    width: 100%;
  }
}

@media (max-width:576px) {
  .blog-footer .share,.user-img {
    float: none;
  }

  .testi__item blockquote>i {
    left: -30px;
  }

  .client-content,.client-img {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service__item {
    display: block;
    width: 100%;
  }

  .top-contact {
    display: none;
  }

  .we-are__item {
    display: block;
    margin: 20px auto 0;
  }

  .our-process3__text {
    padding: 20px 10px 20px 30px;
  }

  .pro-cat-name {
    top: 35%;
  }

  .user-img {
    width: 100px;
    margin-bottom: 20px;
  }

  .cmt-list .cmt-right {
    margin-left: 0;
    padding: 24px 10px;
  }

  .cmt-list>li.children {
    padding-left: 75px;
  }

  .blog-footer .tags {
    float: none;
    margin: 0 0 15px;
  }

  .blog-quote {
    margin-left: 30px;
  }

  .pro__text-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact2__item {
    padding: 50px 20px;
  }

  .title-2--special,.why-choose__inner .box-body h3 {
    font-size: 20px;
  }

  #our1 {
    left: -40px;
  }

  #our1:before {
    top: 7px;
    left: -22px;
  }

  #our1:after {
    top: 12px;
    left: -114px;
  }
}

@media (max-width:425px) {
  .pay-method {
    padding: 40px 20px;
  }

  .form-sub {
    padding: 30px 20px;
  }

  #revolution-slider3 a.tp-caption.au-btn,.slide-title-3,.slide-title-3>span {
    display: none;
  }

  .pro-sorting .sort-left {
    float: none;
  }

  .pro-sorting .sort-right {
    float: none;
    margin-top: 15px;
  }

  .slide-content-2 span.color {
    font-size: 34px;
  }

  .num {
    font-size: 85px;
  }

  .head {
    font-size: 32px;
  }

  h4.pro-title {
    font-size: 24px;
  }

  .testi__item>blockquote {
    width: 70%;
  }

  .service4__content {
    padding: 30px 35px;
  }

  #pro-menu>.nav#myTab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  h2.title--small {
    font-size: 26px;
  }

  .title-3 {
    font-size: 30px;
  }

  .our-process2__item {
    height: 220px;
    width: 220px;
    padding: 35px 0;
  }

  .title-detail--px-45 {
    padding: 0;
  }
}

@media (max-width:480px) {
  #filter li {
    display: block;
    margin: 0 0 10px;
  }

  .slide-title-3,.slide-title-3>span {
    font-size: 30px;
  }
}

@media (max-width:375px) {
  .blog1 .blog-item .blog-content .blog-meta .author,.cate,.time {
    display: block;
  }

  .form-footer>.form__input {
    max-width: 120px;
  }
}

@media (max-height:700px) {
  .menu-canvas__inner {
    margin-top: 20px;
  }
}

@media (max-height:550px) {
  #menu-canvas {
    display: none;
  }
}

@media(min-width:1400px) {
  .foot-call {
    display: none;
  }
}

@media(min-width:768px) and (max-width:1023px) {
  .pos-resize {
    top: 40%;
  }

  .pos-resize1 {
    top: 40%;
  }

  .change-side {
    margin-bottom: -23%;
  }
}

@media(min-width:768px) {
  .choose-2 {
    display: none;
  }
}

@media(max-width:767px) {
  .choose-1 {
    display: none;
  }

  .support-section .inner-part {
    margin-top: 15%;
  }

  .support-section label {
    width: 85%;
  }
}