/*** 

12. services area Style
122. About us area style

***/

/* ok */
h3 {
  color: var(--second-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: -6px;
}
h4 {
  color: var(--second-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  /* text-transform: uppercase; */
  margin-top: -8px;
}
.sec-title {
  margin-top: -6px;
  padding-bottom: 35px;
  position: relative;
  padding-right: 24px;
}
.sec-title:before{
  position: absolute;
  top: 6px;
  right: 0;
  width: 3px;
  height: 52px;
  background: var(--sixth-color);
  content: "";
}
.sec-title p {
  color: var(--sixth-color);
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 12px;
  text-transform: capitalize;
}
.sec-title h1 {
  color: var(--second-color);
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  margin-top: -7px;
}

.sec-title.center:before {
  background: none;
}
.sec-title.center p {
  color: var(--second-color);
}

.sec-title-two {
  padding-bottom: 40px;
}
.sec-title-two h2 {
  color: var(--second-color);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.sec-title-two .border {
  background: #f7f7f7 none repeat scroll 0 0;
  display: block;
  height: 2px;
  width: 70px;
}

.thm-btn {
  border: 2px solid var(--main-color);
  background: var(--main-color);
  color: var(--fifth-color);
  display: inline-block;
  /* font-family: 'Montserrat', sans-serif; */
  font-size: 14px;
  font-weight: 600;
  outline: medium none;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.thm-btn:hover{
  background: var(--second-color); 
  color: #fff;
  border: 2px solid var(--main-color);
}

/*** 
=============================================
    Services Area style
=============================================
***/
.services-area {
  padding-top: 80px;
  padding-bottom: 38px;
}
.services-area .single-service-item {
  padding-bottom: 42px;  
}
.services-area .single-service-item .img-holder {
  display: block;
  position: relative;  
  overflow: hidden;
}
.services-area .single-service-item .img-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.overlay {
  background-color: transparent;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.4s ease 0s;
  transition: background-color 0.4s ease 0s;
}
.overlay .box {
  border: 5px solid transparent;
  display: table;
  height: 100%;
  -webkit-transition: border-color 0.4s ease 0s;
  transition: border-color 0.4s ease 0s;
  width: 100%;  
}
.overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;  
}
.overlay .box .content a {
  padding: 9.5px 24px;
  -webkit-transform: translate3d(0px, -75px, 0px);
  transform: translate3d(0px, -75px, 0px);
  -webkit-transition: all 0.4s ease 0s !important;
  transition: all 0.4s ease 0s !important;
  opacity: 0;
}

.services-area .single-service-item:hover .img-holder .overlay {
  background-color: rgba(1, 48, 94, 0.85);
}
.services-area .single-service-item:hover .img-holder .overlay .box {
  border-color: var(--main-color);
}
.services-area .single-service-item:hover .img-holder .overlay .box .content a {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.services-area .single-service-item:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.services-area .single-service-item .text-holder {
  position: relative;
    padding: 15px;
    text-align: center;
}
.services-area .single-service-item .text-holder .icon {
  background: #f7f7f7 none repeat scroll 0 0;
  color: var(--second-color);
  left: 0;
  position: absolute;
  top: 30px;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  padding: 18px 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.services-area .single-service-item .text-holder .icon span:before {
  font-size: 30px;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.services-area .single-service-item .text-holder .text{
  padding-left: 0px;    
}
.services-area .single-service-item .text-holder .text h3 {
  margin: -6px 0 8px;
}
.services-area .single-service-item:hover .text-holder .icon{
  background: var(--main-color);
  color: #fff;
}


/*** 
=============================================
    About Us Area style
=============================================
***/
.about-us-area{
  position: relative;
  /* direction: rtl; */
}
.about-us-area .image-column {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
  height: 100%;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
  width: 50%;
}
.about-us-area .icon-box {
  float: left;
  position: relative;
  width: 240px;
}
.about-us-area .icon-box .single-item {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  color: #fff;
  margin-bottom: 1px;
  padding-bottom: 18px;
  padding-left: 65px;
  padding-top: 5px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.about-us-area .icon-box .single-item:last-child {
  margin-bottom: 0;
}
.about-us-area .icon-box .single-item.active,
.about-us-area .icon-box .single-item:hover{
  background: var(--main-color);  
}

.about-us-area .icon-box .single-item .icon {
  display: block;
  right: 0;
  padding: 33px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 65px;
}
.about-us-area .icon-box .single-item .icon span:before {
  color: #fff;
  font-size: 25px;
}

.about-us-area .icon-box .single-item .content{
    
}
.about-us-area .icon-box .single-item .content h2 {
  color: var(--fifth-color);
  font-size: 20px;
  text-align: right;
  padding-right: 69px;
  font-weight: 620;
  text-transform: capitalize;
  margin: 5px 0 1px;
}
.about-us-area .icon-box .single-item .content p {
  color: var(--fifth-color);
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  text-transform: capitalize;
}



.about-us-area .content-column {
  background: #f7f7f7 none repeat scroll 0 0;
  float: left;
  height: 512px;
  overflow: hidden;
  padding: 80px 15px 50px 65px;
  position: relative;
  width: 50%;
  direction: rtl;
}

.about-us-area .content-column .inner-box {
  max-width: 600px;
  position: relative;
}
.about-us-area .content-column .inner-box .sec-title {
  padding-bottom: 28px;
}
.about-us-area .content-column .inner-box .fact-counter {
  margin: 33px 0 0;
  overflow: hidden;
}
.about-us-area .content-column .inner-box .fact-counter ul li.single-fact-counter {
  display: inline-block;
  margin-right: 50px;
  width: 150px;
  direction: rtl;
  text-align: right;
}
.about-us-area .content-column .inner-box .fact-counter ul li.single-fact-counter:last-child {
  margin-right: 0px;
}
.about-us-area .content-column .inner-box .fact-counter ul li.single-fact-counter .icon-holder {
  margin: 0 0 20px;
}
.about-us-area .content-column .inner-box .fact-counter ul li.single-fact-counter .icon-holder span::before {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 3px 4px #d3d3d3;
  color: var(--second-color);
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  height: 70px;
  padding: 23px 0;
  text-align: center;
  width: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.about-us-area .content-column .inner-box .fact-counter ul li.single-fact-counter:hover .icon-holder span::before{
  background: var(--main-color);
  color: #fff;
}
.about-us-area .content-column .inner-box .fact-counter ul li.single-fact-counter .timer {
  color: var(--main-color);
  font-size: 30px;
  font-weight: 600;
  /* font-family: 'Montserrat', sans-serif; */
}
.about-us-area .content-column .inner-box .fact-counter ul li.single-fact-counter i.fa-plus {
  color: var(--main-color);
  font-size: 17px;
  font-weight: 100;
  position: relative;
  top: -3px;
}
.about-us-area .content-column .inner-box .fact-counter ul li.single-fact-counter h3 {
  color: var(--second-color);
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 2px 0 0;
  /* font-family: 'Poppins', sans-serif; */
}

.timeline_wrapper {
  margin-left: -3px;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
}
.timeline_wrapper::before {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  content: "";
  height: 100%;
  left: 4px;
  position: absolute;
  top: 0;
  width: 4px;
}
.timeline_wrapper .single-item {
  padding-left: 130px;
  position: relative;
  padding-top: 7px;
}
.timeline_wrapper .single-item::before {
  background: #fff none repeat scroll 0 0;
  border: 3px solid var(--main-color);
  border-radius: 50%;
  content: "";
  height: 12px;
  left: -27px;
  position: absolute;
  top: 6px;
  width: 12px;
}
.timeline_wrapper .single-item .year {
  background: var(--main-color) none repeat scroll 0 0;
  height: 24px;
  left: 27px;
  position: absolute;
  text-align: center;
  top: 7px;
  width: 65px;
}
.timeline_wrapper .single-item .year::before {
  background: #fff none repeat scroll 0 0;
  border: 3px solid var(--main-color);
  border-radius: 50%;
  content: "";
  height: 12px;
  left: -27px;
  position: absolute;
  top: 6px;
  width: 12px;
}
.timeline_wrapper .single-item .year::after {
  color: var(--main-color);
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  right: -6px;
  top: 0;
  transition: all 500ms ease 0s;
}
.timeline_wrapper .single-item .year h5 {
  color: var(--fifth-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}


.timeline_wrapper .single-item .img-text-holder {
  padding-bottom: 40px;
  padding-left: 80px;
  position: relative;
}
.timeline_wrapper .single-item .img-text-holder .img-holder {
  position: absolute;
  top: 6px;
  left: 0px;
}
.timeline_wrapper .single-item .img-text-holder .text-holder {
  padding-left: 30px;
}
.timeline_wrapper .single-item .img-text-holder .text-holder h3 {
  margin-bottom: 5px;
}
.timeline_wrapper .single-item .img-text-holder .text-holder p {
  margin: 0;
}


.timeline_wrapper .bx-wrapper {
  margin: 0;
  padding: 0 0 28px;
  position: relative;
}
.timeline_wrapper .bx-wrapper .bx-viewport {
  background: none !important;
  border: 0px solid #fff;
  box-shadow: none !important;
  left: 0;
  transform: translateZ(0px);
}
.timeline_wrapper .bx-wrapper .bx-controls-direction a {
  height: 32px;
  margin-left: 17px;
  margin-top: 0;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 87%;
  transform: rotate(90deg);
  width: 32px;
  z-index: 9999;
}
.timeline_wrapper .bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0) url("../img/bx-slider/controls.png") no-repeat scroll -43px -32px;
  left: 51px;
}


.processing-system {
  margin: 32px 0 0;
}
.processing-system li {
  display: inline-block;
  margin: 0 30px 0;
  position: relative;
}
.processing-system li::before {
  background: rgba(0, 0, 0, 0) url("../img/about/tab/arrow.png") repeat scroll 0 0;
  content: "";
  height: 22px;
  position: absolute;
  right: -50px;
  top: 54px;
  width: 35px;
  content: "";
}
.processing-system li::after {
  background: rgba(0, 0, 0, 0) url("../img/about/tab/arrow-top.png") repeat scroll 0 0;
  content: "";
  height: 41px;
  position: absolute;
  right: -20px;
  top: 0;
  width: 42px;
}
.processing-system li:last-child::before{
  background: none;
} 
.processing-system li .single-item {
  text-align: center;
  display: inline-block;
}
.processing-system li .single-item .iocn-holder {
  height: 130px;
  width: 130px;
  background: var(--fifth-color);
  border-radius: 50%;
  border: 1px solid #ebebeb;
  position: relative;
  transition: all 500ms ease;
}
.processing-system li .single-item .iocn-holder p {
  position: absolute;
  top: 0;
  left: 0;
  background: #f7f7f7;
  width: 45px;
  height: 45px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  color: var(--main-color);
  font-size: 18px;
  line-height: 40px;
  margin: 0;
  font-weight: 600;
  /* font-family: 'Montserrat', sans-serif; */
  transition: all 500ms ease;
}
.processing-system li .single-item .iocn-holder span::before {
  border: 6px solid #f7f7f7;
  border-radius: 50%;
  color: var(--main-color);
  display: block;
  font-size: 45px;
  height: 128px;
  line-height: 110px;
  width: 128px;
  transition: all 500ms ease;
}
.processing-system li .single-item h3 {
  margin: 12px 0 0;
}

.processing-system li:hover .single-item .iocn-holder{
  border-color: var(--main-color);
}
.processing-system li:hover .single-item .iocn-holder p{
  background: var(--second-color);
  border: 1px solid var(--main-color);
}
.processing-system li:hover .single-item .iocn-holder span::before{
  border-color: var(--main-color);
}


.accordion-box {
  margin: 5px 0 0;
  margin-right: 50px;
}
.accordion-box .accordion {
  border: 1px solid var(--third-color);
  margin-bottom: 10px;
  position: relative;
  background: #fff;
}
.accordion-box .accordion .accord-btn {
  cursor: pointer;
  height: 48px;
  line-height: 18px;
  padding: 14px 20px 15px;
  position: relative;
}
.accordion-box .accordion .accord-btn h4 {
  color: var(--second-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  transition: all 0.3s ease 0s;
  /* font-family: 'Montserrat', sans-serif; */
  text-transform: none;
  
}
.accordion-box .accordion .accord-btn::after {
  background: var(--sixth-color) none repeat scroll 0 0;
  color: #fff;
  content:'\f067';
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal;
  height: 20px;
  line-height: 21px;
  margin-top: -15px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 60%;
  width: 30px;
}
.accordion-box .accordion .accord-btn.active:after{
  content:'\f068';
  color: var(--fifth-color);
  background: var(--main-color);
}
.accordion-box .accordion .accord-btn.active h4{
	color: var(--second-color);
}
.accordion-box .accordion .accord-content {
  border-top: medium none;
  display: none;
  padding: 14px 20px 23px;
  position: relative;
}
.accordion-box .accordion .accord-content.collapsed{
	display:block;	
}

.accordion-box .accordion .accord-content p {
  color: var(--forth-color);
  line-height: 24px;
  margin: -13px 0 0px;
}
/*** 
=============================================
    Latest project Area style           ***
=============================================
***/
.latest-project-area {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--fifth-color);
  /* position: relative; */
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}
.latest-project-area::before {
  /* background: rgba(25, 25, 25, 0.9) none repeat scroll 0 0; */
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.latest-project-area .sec-title {
  
}
.latest-project-area .sec-title:before {
  background: var(--main-color);  
}
.latest-project-area .sec-title p {
  color: var(--main-color);  
}
.latest-project-area .sec-title h1 {
  color: var(--second-color);    
}
.latest-project-area .button a {
    padding: 12px 16px;
}
/* *********************************** private show */
.single-latest-private {
  box-shadow: 0px 0px 3px 0;
  padding: 9px;
  margin-bottom: 28px;
  border-radius: 5px;
  animation: infinite;

}



.single-latest-private a h4:hover {
  background: var(--second-color);

}

.single-latest-private:hover {
  box-shadow: 0px 0px 11px 5px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: top 0.5s ease 0s;
  border: 1px solid var(--second-color);


}

.single-latest-private .img-holder {
  display: block;
  position: relative;
  overflow: hidden;
}

.single-latest-private .img-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.single-latest-private .img-holder .overlay-box .box .content a i {
  background: var(--main-color) none repeat scroll 0 0;
  border-radius: 50%;
  color: var(--fifth-color);
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  width: 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-latest-private:hover .overlay-box {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.single-latest-private:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-latest-private .img-holder .overlay-box .box .content a:hover i {
  background: var(--second-color);
}


.single-latest-private .title-holder {
  /* background: var(--fifth-color) none repeat scroll 0 0; */
  margin: 10px -10px -10px -10px;
  padding: 7px;
  overflow: hidden;
  background: rgb(238, 238, 238);
  border-radius: 0 0 5px 5px;
}

.title-holder:hover {
  background: var(--second-color);
}


.single-latest-private .title-holder h4 {
  margin: 12px 0 -2px;

}

.single-latest-private .title-holder a h4:hover {
  color: white;

}

.single-latest-private .title-holder p {
  color: var(--sixth-color);
  margin: 0 0 13px;
}

/* *********************************** end private show */
.single-latest-project {
    box-shadow: 0px 0px 3px 0;
    padding: 9px;
    margin-bottom: 28px;
    border-radius: 5px;
    animation: infinite;
  
}
.single-latest-project a h4:hover{
    color: var(--main-color);
  
}
.single-latest-project:hover {
    box-shadow: 0px 0px 11px 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: top 0.5s ease 0s;

  
}
.single-latest-project .img-holder {
  display: block;
  position: relative;
  overflow: hidden;
}
.single-latest-project .img-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;  
}
.single-latest-project .img-holder .overlay-box .box .content a i {
  background: var(--main-color) none repeat scroll 0 0;
  border-radius: 50%;
  color: var(--fifth-color);
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  width: 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-latest-project:hover .overlay-box {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);
}
.single-latest-project:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-latest-project .img-holder .overlay-box .box .content a:hover i{
  background: var(--second-color);
}


.single-latest-project .title-holder {
  background: var(--fifth-color) none repeat scroll 0 0;
  margin-top: 10px;
  overflow: hidden;
}
.single-latest-project .title-holder h4 {
  margin: 12px 0 -2px;
}
.single-latest-project .title-holder p {
  color: var(--sixth-color);
  margin: 0 0 13px;
}


/*** 
=============================================
    Our Team Area style               ok
=============================================
***/
.our-team-area {
  padding-bottom: 20px;
  padding-top: 80px;
}
.single-team-member {
  position: relative;
  padding-left: 170px;
  margin-bottom: 65px;
}
.single-team-member .img-holder {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: auto;
}
.single-team-member .img-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.overlay-box{
  background-color: rgba(253,0,0, .55);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;	
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5,0.5);
  transform: rotateY(180deg) scale(0.5,0.5);    
}
.overlay-box .box{
  display: table;
  height: 100%;
  width: 100%;    
}
.overlay-box .box .content{
  display: table-cell;
  text-align: center;
  vertical-align: middle;    
}
.single-team-member .img-holder .overlay-box .box .content .member-social-links {
  
}
.single-team-member .img-holder .overlay-box .box .content .member-social-links li {
  display: inline-block;
  margin: 0 3px;
}
.single-team-member .img-holder .overlay-box .box .content .member-social-links li a i {
  border: 1px solid #f7f7f7;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 35px;
  padding: 10px 0;
  width: 35px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.single-team-member .img-holder .overlay-box .box .content .member-social-links li a:hover i{
  background: #fff;
  color: var(--main-color);
}

.single-team-member .text-holder {
  padding-left: 20px;
}
.single-team-member .text-holder h5 {
  background: var(--main-color) none repeat scroll 0 0;
  color: var(--fifth-color);
  /* font-family: "Poppins",sans-serif; */
  font-size: 14px;
  font-weight: 400;
  height: 25px;
  line-height: 26px;
  text-transform: capitalize;
  width: 130px;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin: 0 0 15px;
}
.single-team-member .text-holder h3 {
  margin-bottom: 6px;
}
.single-team-member .text-holder p {
  position: relative;
}
.single-team-member .text-holder p::before {
  background: var(--main-color) none repeat scroll 0 0;
  bottom: -14px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.single-team-member .text-holder ul {
  overflow: hidden;
  margin: 27px 0 0;
}
.single-team-member .text-holder ul li {
  
}
.single-team-member .text-holder ul li span {
  color: var(--sixth-color);
  display: inline-block;
  padding-right: 5px;
}

.single-team-member:hover .overlay-box {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);
}
.single-team-member:hover .text-holder p::before{
  width: 60px;    
}
.single-team-member:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*** 
=============================================
   Shop area  style         ok
=============================================
***/
.shop-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.shop-area .ui-selectmenu-button {
  float: right;
  margin: 0 0 30px;
  width: 270px !important;
}
.shop-area .showing p {
  margin: 12px 0 0;
}

.single-product-item{
  margin-bottom: 50px;
  transition: all 700ms ease 0s;
}
.single-product-item .img-holder {
  position: relative;
}
.single-product-item .img-holder img{
  width: 100%;
}
.single-product-item .img-holder .offer-box {
  left: 10px;
  position: absolute;
  top: 10px;
}

.single-product-item .img-holder .offer-box .inner {
  position: relative;
}
.single-product-item .img-holder .offer-box .inner::before {
  background-color: transparent;
  border-color: var(--main-color) transparent transparent var(--main-color);
  border-style: solid;
  border-width: 35px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.single-product-item .img-holder .offer-box .inner span {
  color: #fff;
  display: block;
  /* font-family: 'Poppins', sans-serif; */
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  transform: rotate(-45deg);
  transform-origin: 70% 35% 0;
}
.single-product-item .img-holder .overlay {
  
}
.single-product-item .img-holder .overlay a {
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  line-height: 45px;
  padding: 0;
  width: 50px;
}
.single-product-item .img-holder .overlay a i{
  color: var(--fifth-color);
  font-size: 16px;
}

.single-product-item:hover .img-holder .overlay {
  background-color: rgba(1, 48, 94, 0.85);
}
.single-product-item:hover .img-holder .overlay .box {
  border-color: var(--main-color);
}
.single-product-item:hover .img-holder .overlay .box .content a {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
single-product-item:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-product-item:hover{
  z-index:1;
  moz-box-shadow: 0px 1px 3px #c7c1c7;
  -webkit-box-shadow: 0px 1px 3px #c7c1c7;
  box-shadow: 0px 1px 3px #c7c1c7;
}

.single-product-item .title {
  padding-top: 20px;
}
.single-product-item .title h3 {
  margin: 0 0 8px;
  text-transform: none;
  padding-left: 10px;
}
.single-product-item .title p {
  margin: 0;
  padding-left: 10px;
}
.single-product-item .title p span {
  color: var(--sixth-color);
  font-size: 16px;
}
.single-product-item .title del {
  color: var(--forth-color);
  font-size: 14px;
  left: 6px;
  position: relative;
}
.single-product-item .title a {
  background: var(--sixth-color) none repeat scroll 0 0;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  color: var(--fifth-color);
  font-weight: 600;
  /* font-family: 'Montserrat', sans-serif; */
  margin: 25px 0 0;
  text-transform: uppercase;
  transition: all 500ms ease;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.single-product-item:hover .title a{
  background: var(--main-color);
}

.shop-area .post-pagination {
  border-top: 1px solid #f7f7f7;
  margin-top: -10px;
  padding-top: 30px;
}
.shop-area .post-pagination li a {
  border: 1px solid var(--third-color);
  color: var(--second-color);
  display: block;
  /* font-family: 'Poppins', sans-serif; */
  font-size: 16px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  transition: all 500ms ease 0s;
  width: 60px;
  padding: 0;
}

/* Start price filter*/
.single-sidebar.price-filter .noUi-background {
  background: url(../img/shop/price-filter-bg.png);
  background-repeat: repeat;
}
.single-sidebar.price-filter .range-slider-price {
  margin-bottom: 25px;
  margin-top: 5px;
}
.single-sidebar.price-filter .noUi-connect {
  background: var(--main-color);
  border: none;
  box-shadow: none;
}
.single-sidebar.price-filter .noUi-target {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  height: 7px;
}
.single-sidebar.price-filter .noUi-base {
  width: 97%
}
.single-sidebar.price-filter .noUi-handle {
  background: #fff none repeat scroll 0 0;
  border: 2px solid var(--main-color);
  border-radius: 50% !important;
  box-shadow: none;
  cursor: pointer;
}
.single-sidebar.price-filter .noUi-horizontal .noUi-handle {
  height: 13px;
  left: -2px;
  top: -3px;
  width: 13px;
}
.single-sidebar.price-filter .form-group {
    margin-bottom: 0
}
.single-sidebar.price-filter button {
  background: var(--main-color) none repeat scroll 0 0;
  border: medium none;
  color: var(--fifth-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 35px;
  outline: medium none;
  text-transform: uppercase;
  width: 80px;
  /* font-family: 'Montserrat', sans-serif; */
  float: right;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.single-sidebar.price-filter p {
  color: var(--forth-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  text-transform: capitalize;
  float: left;
}
.single-sidebar.price-filter input {
  border: medium none;
  color: var(--forth-color);
  font-size: 14px;
  font-weight: 400;
  outline: medium none;
  width: 50px;
}

/* Start Latest Product */
.single-sidebar .latest-product li {
  position: relative;
  margin-bottom: 30px;
}
.single-sidebar .latest-product li:last-child{
  margin-bottom: 0;
}
.single-sidebar .latest-product li .img-holder {
  width: 70px;
  position: relative;
  overflow: hidden;
}
.single-sidebar .latest-product li .img-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.single-sidebar .latest-product li .img-holder .overlay-box .box .content a i {
  color: #fff;
  font-size: 15px;
}

.single-sidebar .latest-product li .img-holder, .single-sidebar .latest-product li .title{
  display: table-cell;
  vertical-align: top;
}
.single-sidebar .latest-product li .title {
  padding-left: 20px; 
}
.single-sidebar .latest-product li .title h3{
  margin: 0 0 9px;
}
.single-sidebar .latest-product li .title h3 a {
  color: var(--second-color);
  font-size: 16px;
  text-transform: none;
  transition: all 500ms ease;
}
.single-sidebar .latest-product li .title h3:hover a{
  color: var(--main-color);
}

.single-sidebar .latest-product li .title p {
  margin: 0;
}
.single-sidebar .latest-product li .title p span {
  color: var(--sixth-color);
  font-size: 16px;
}
.single-sidebar .latest-product li .title del {
  color: var(--forth-color);
  font-size: 14px;
  padding-left: 10px;
}

.single-sidebar .latest-product li:hover .overlay-box {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);
}
.single-sidebar .latest-product li:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-latest-project .img-holder .overlay-box .box .content a:hover i{
  background: var(--second-color);
}


/*** 
=============================================
    Checkout Area style
=============================================
***/
.checkout-area {
  padding-bottom: 80px;
  padding-top: 76px;
}

.checkout-area .form .sec-title-two {
    padding-bottom: 37px
}
.checkout-area .form form .field-label {
  color: var(--second-color);
  /* font-family: 'Poppins', sans-serif; */
  font-size: 16px;
  font-weight: 500;
  margin: -3px 0 3px;
  text-transform: capitalize;
}
.checkout-area .form form .field-input input[type="text"] {
    border: 2px solid #f7f7f7;
    color: var(--forth-color);
    display: block;
    font-size: 16px;
    height: 48px;
    margin-bottom: 28px;
    padding: 0 15px;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.checkout-area .form form .field-input input[type="text"]:focus{
  border: 2px solid var(--main-color);
}
.checkout-area .shsame-address .checkbox {
  margin: 7px 0 0;
}
.checkout-area .shsame-address .checkbox label {
  color: var(--sixth-color);
  font-weight: 400;
  font-size: 16px;
}
.checkout-area .shsame-address .checkbox input {
  margin-top: 5px;
}


.checkout-area .shipping-info input[type="checkbox"] {
    display: inline-block;
    margin: 0 0 0 40px;
    vertical-align: middle;
    cursor: pointer;
}
.checkout-area .form form .field-input textarea {
    border: 2px solid #f7f7f7;
    color: var(--forth-color);
    display: block;
    font-size: 16px;
    height: 124px;
    margin-bottom: 28px;
    padding: 10px 15px;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.checkout-area .form form .field-input textarea:focus{
  border-color: #fdc713;
}




.checkout-area .bottom {
    padding-top: 70px
}
.checkout-area .table {
    overflow-x: auto;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}
.checkout-area .table .cart-table {
    min-width: auto;
    width: 100%;
}
.checkout-area .table .cart-table .cart-header {
  background: #f7f7f7;
  color: var(--second-color);
  /* font-family: 'Montserrat', sans-serif; */
  font-size: 18px;
  position: relative;
  text-transform: capitalize;
  width: 100%;
  font-weight: 600;
}
.checkout-area .table .cart-table thead tr th {
  font-weight: 600;
  line-height: 24px;
  min-width: 110px;
  padding: 20px 30px;
}
.checkout-area .table .cart-table thead tr th.product-column {
  padding-left: 30px;
  text-align: left;
}



.checkout-area .table .cart-table tbody tr {
    border-bottom: 1px solid var(--third-color);
}
.checkout-area .table .cart-table tbody tr td {
    vertical-align: middle
}

.checkout-area .table .cart-table tbody tr td {
  color: var(--second-color);
  /* font-family: "Montserrat",sans-serif; */
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  min-width: 110px;
  padding: 25px 20px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
    min-height: 90px;
    padding-left: 90px;
    padding-top: 17px;
    position: relative;
    text-align: left;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
    background: #f4f4f4 none repeat scroll 0 0;
    left: 0;
    padding: 0;
    position: absolute;
    top: 5px;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}
.checkout-area .table .cart-table tbody tr .product-column .column-box h3 {
  color: #272727;
  font-size: 18px;
  font-weight: 600;
  margin: 16px 0 5px;
  text-transform: capitalize;
}

.checkout-area .table .cart-table tbody tr .qty {
    padding-right: 30px;
    width: 142px;
}
.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
    float: right;
    width: 70px;
}
.checkout-area .table .cart-table tbody tr .qty .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    box-shadow: none;
    color: #272727;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 34px;
    padding: 6px 0;
    text-align: center;
    /* font-family: 'Montserrat', sans-serif; */
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}
.checkout-area .table .cart-table tbody tr .qty .btn-default {
    background-color: #e4985b;
    border-color: #c9600c;
    color: #fff;
}
.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
.checkout-area .table .cart-table tbody tr td.price {
  color: var(--sixth-color);
  font-size: 16px;
  font-weight: 400;
}



.payment-details {}
.payment-details .payment-detail-tab { }
.payment-details .payment-detail-tab .tab-menu {
  border-bottom: 1px solid var(--third-color);
}
.payment-details .payment-detail-tab .tab-menu li {
  float: left;
  margin-bottom: -1px;
}
.payment-details .payment-detail-tab .tab-menu li a {
  border: 1px solid transparent;
  border-radius: 0;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  margin-right: 2px;
  padding: 10px 15px;
  text-transform: capitalize;
}
.payment-details .payment-detail-tab .tab-menu li.active a{
  border-left: 1px solid var(--third-color);
  border-right: 1px solid var(--third-color);
  border-top: 1px solid var(--third-color);
}
.payment-details .payment-detail-tab .tab-menu li:hover a{
  border-left: 1px solid var(--third-color);
  border-right: 1px solid var(--third-color);
  border-top: 1px solid var(--third-color);
}
.payment-details .payment-detail-tab .tab-content {
  padding-top: 40px;
}
.payment-details .payment-detail-tab .tab-content .input-field {
  position: relative;
}
.payment-details .payment-detail-tab .tab-content .input-field input[type="text"] {
  border: 1px solid var(--third-color);
  color: var(--forth-color);
  display: block;
  font-size: 14px;
  height: 50px;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.payment-details .payment-detail-tab .tab-content .icon-holder {
  left: 12px;
  position: absolute;
  top: 13px;
}
.payment-details .payment-detail-tab .tab-content .icon-holder span::before {
  color: var(--forth-color);
  font-size: 20px;
}
.payment-details .payment-detail-tab .tab-content .select-field {
  position: relative;
}
.payment-details .payment-detail-tab .tab-content .select-field .ui-selectmenu-text {
  padding: 12px 40px;
}

.payment-details .payment-detail-tab .tab-content .save-card {}

.payment-details .payment-detail-tab .tab-content .save-card .checkbox {
  margin: 0 0 32px;
}
.payment-details .payment-detail-tab .tab-content .save-card .checkbox label input {
  margin-top: 5px;
}
.payment-details .payment-detail-tab .tab-content .save-card .checkbox label span {
  color: var(--sixth-color);
  font-size: 16px;
}
.placeorder-button button {
  display: block;
  padding: 9px 25px 11px;
}

/*** 
=============================================
   Shop Single area  style
=============================================
***/
.shop-single-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.product-content-box {
  margin-bottom: 70px;

}
.product-content-box .img-box {

}
.product-content-box .flexslider {
  background: var(--fifth-color) none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  margin: 0 50px 10px 0;
  position: relative;
  text-align: center;
}
.product-content-box .flex-viewport {
  border: none;
  max-height: 450px;
  transition: all 1s ease 0s;
}

.product-content-box .flex-control-thumbs {
  margin: 10px 0 0;
  overflow: hidden;
  position: static;
}
.product-content-box .flex-control-thumbs li {
  float: left;
  margin: 0 3% 0 0;
  width: 25%;
}

.product-content-box .flex-control-thumbs img {
  border: medium none;
  cursor: pointer;
  display: block;
  height: auto;
  opacity: 0.6;
  transition: all 1s ease 0s;
  width: 100%;
  border: 3px solid #f7f7f7;
}

.product-content-box .flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1;
  border: 3px solid var(--main-color);
}
.product-content-box .flex-control-thumbs .flex-active:focus{
  outline: none;
}

.product-content-box .content-box {
  margin-left: -50px;
}
.product-content-box .content-box h2 {
  color: var(--second-color);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.product-content-box .content-box .review-box {
  margin: 0 0 10px;  
}
.product-content-box .content-box .review-box ul li {
  display: inline-block;
  margin-right: 3px;
}
.product-content-box .content-box .review-box ul {
  display: inline-block;
  padding-right: 1px;
}
.product-content-box .content-box .review-box ul li i {
  color: var(--main-color);
  font-size: 14px;
}

.product-content-box .content-box span.price {
  color: var(--sixth-color);
  font-size: 22px;
}
.product-content-box .content-box .text {
  border-top: 1px solid #f7f7f7;
  margin: 24px 0 0;
  overflow: hidden;
  padding: 24px 0 9px;
}

.product-content-box .content-box .location-box {
  margin: 4px 0 10px;
}
.product-content-box .content-box .location-box p {
  color: #1f1f1f;
  margin: 0 0 12px;
}
.product-content-box .content-box .location-box form input {
  border: 2px solid #f7f7f7;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 170px;
  transition: all 500ms ease;
  margin: 0 0 10px;
}
.product-content-box .content-box .location-box form input:focus{
  border-color: var(--main-color);
}
.product-content-box .content-box .location-box form button {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  color: var(--second-color);
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 95px;
  /* font-family: 'Montserrat', sans-serif; */
  margin-left: 6px;
  transition: all 500ms ease;
}
.product-content-box .content-box .location-box form button:hover{
  background: var(--main-color);
}
.product-content-box .content-box .location-box form span {
  color: var(--main-color);
}


.product-content-box .content-box .addto-cart-box {
  
}
.product-content-box .content-box .addto-cart-box .input-group.bootstrap-touchspin {
    float: left;
    width: 70px;
}
.product-content-box .content-box .addto-cart-box .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid var(--third-color);
  border-radius: 0 !important;
  box-shadow: none;
  color: #272727;
  display: block;
  /* font-family: "Montserrat",sans-serif; */
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  padding: 6px 0 8px;
  text-align: center;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  margin-left: -1px;
  max-width: 100%;
  padding: 12px 12px;
  position: relative;
  width: 100%;
}
.product-content-box .content-box .addto-cart-box .btn-default {
    background-color: #efefef;
    border-color: #efefef;
    color: var(--forth-color);
}
.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
  color: var(--forth-color);
  font-weight: normal;
  left: 8px;
  position: absolute;
  top: 7px;
}

.product-content-box .content-box .addto-cart-box button.addtocart {
  height: 50px;
  width: 170px;
  line-height: 30px;
  margin-left: 25px;
}


.product-tab-box {
  
}
.product-tab-box .tab-menu {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 30px;
}
.product-tab-box .tab-menu li {
  display: block;
  float: left;
  margin-bottom: -1px;
}

.product-tab-box .tab-menu li a {
  border: 1px solid transparent;
  border-radius: 0;
  display: block;
  margin-right: 10px;
  padding: 13px 35px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  /* font-family: 'Montserrat', sans-serif; */
  background: #f7f7f7;
  transition: all 500ms ease;
}
.product-tab-box .tab-menu li.active a, .product-tab-box .tab-menu li:hover a{
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.product-tab-box .tab-content {
  
}
.product-tab-box .tab-content .review-box .single-review-box {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 40px;
  padding-bottom: 32px;
  padding-left: 120px;
  position: relative;
}
.product-tab-box .tab-content .review-box .single-review-box .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder {
  
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
  margin: 0 0 8px;
  overflow: hidden;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .name h4 {
  color: var(--second-color);
  font-size: 16px;
  margin: -6px 0 0;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
  margin-top: -4px;
  padding-left: 20px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
  display: inline-block;
  margin-right: 3px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
  color: var(--main-color);
  font-size: 14px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-date {
  color: var(--main-color);
  margin-top: -5px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
  margin: 0 0 15px;
}
.product-tab-box .tab-content .review-box .single-review-box .text-holder .text a.reply {
  color: var(--main-color);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  /* font-family: 'Montserrat', sans-serif; */
}

.product-tab-box .tab-content .product-details-content {
  margin-top: -5px;
}
.product-tab-box .tab-content .product-details-content .highlight {
  margin: 42px 0 0;
}
.product-tab-box .tab-content .product-details-content .highlight .highlight-title {
  color: var(--second-color);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  /* font-family: 'Poppins', sans-serif; */
  margin: 0 0 28px;
}
.product-tab-box .tab-content .product-details-content .highlight li{
  position: relative;
  padding-bottom: 12px;
  padding-left: 25px;
}
.product-tab-box .tab-content .product-details-content .highlight li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: var(--main-color);
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0;
}

.product-tab-box .tab-content .review-form {
  padding-top: 16px;
}
.product-tab-box .tab-content .review-form .sec-title-two {
  padding-bottom: 34px;
}
.product-tab-box .tab-content .review-form .add-rating-box {
  margin: 0 0 23px;
}
.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
  color: var(--second-color);
  /* font-family: "Poppins",sans-serif; */
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: none;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li {
  display: inline-block;
  margin-right: 20px;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child{
  margin-right: 0;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
  color: var(--main-color);
  margin-right: 3px;
  opacity: 0.3;
  transition: all 500ms ease;
}

.product-tab-box .tab-content .review-form form input[type="text"], .product-tab-box .tab-content .review-form form textarea {
  height: 50px;
  width: 100%;
  border: 1px solid var(--third-color);
  color: var(--forth-color);
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.product-tab-box .tab-content .review-form form textarea {
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 32px;
}
.product-tab-box .tab-content .review-form form button{
  padding: 11px 30px;
}
.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i{
  opacity: 1;
}
.product-tab-box .tab-content .review-form form input[type="text"]:focus{
  border-color: var(--main-color);
}
.product-tab-box .tab-content .review-form form textarea:focus{
  border-color: var(--main-color);  
}

.related-product {
  border-top: 1px solid #f7f7f7;
  margin-top: 60px;
  padding-top: 56px;
}
.related-product .single-product-item {
  margin-bottom: 0;
}
.related-product .owl-controls {
    position: absolute;
    right: 0px;
    top: -90px;
}
.related-product .owl-theme .owl-nav [class*="owl-"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #f7f7f7;
    border-radius: 50%;
    color: #cccbcb;
    font-size: 20px;
    height: 45px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    width: 45px;
    font-weight: 900;
}
.related-product .owl-theme .owl-nav [class*="owl-"] i {
  font-size: 20px;
  font-weight: 900;
}
.related-product .owl-theme .owl-nav .owl-next {
    margin-left: 10px
}

.related-product .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
    background: var(--main-color);
    border: 2px solid var(--main-color);
}


/*** 
=============================================
    Breadcrumb Bottom area style
=============================================
***/
.breadcrumb-bottom-area {
  border-bottom: 1px solid #e3e3e3;
  background: #f7f7f7;
}
.breadcrumb-bottom-area .left a {
  background: var(--main-color) none repeat scroll 0 0;
  color: var(--fifth-color);
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  font-weight: 600;
  height: 55px;
  line-height: 54px;
  padding: 0 40px;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.breadcrumb-bottom-area .left a:hover{
  background: var(--second-color);
}

.breadcrumb-bottom-area .right {
    background: white;
    border-radius: 60px;
    width: 30%;
}
.breadcrumb-bottom-area .right ul li {
  color: var(--second-color);
  font-size: 14px;
  line-height: 55px;
  display: inline-block;
  margin: 0 0 0 5px;
}
.breadcrumb-bottom-area .right ul li a {
  color: var(--second-color);
  font-size: 14px;
  transition: all 500ms ease;
}
.breadcrumb-bottom-area .right ul li:hover a{
  color: var(--main-color);
}

/*** 
=============================================
    Welcome industry area style
=============================================
***/
.welcome-industry-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.welcome-industry-area .video-gallery-bg {
  background: url(../images/pattern.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
}
.welcome-industry-area .video-gallery-bg .video-gallery {
  border: 5px solid var(--fifth-color);
  display: inline-block;
  left: 50px;
  position: relative;
  top: 50px;
}
.welcome-industry-area .video-gallery-bg .video-gallery .overlay-gallery {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.4s ease 0s;
}
.welcome-industry-area .video-gallery-bg .video-gallery .overlay-gallery .box {
  display: table;
  height: 100%;
  width: 100%; 
}
.welcome-industry-area .video-gallery-bg .video-gallery .overlay-gallery .box .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
.welcome-industry-area .video-gallery-bg .video-gallery:hover .overlay-gallery{
  background-color: var(--main-color);
  opacity: 0.5;
     
}

.welcome-industry-area .content {
  
}
.welcome-industry-area .content h3 {
  color: var(--second-color);
  font-family: "Poppins",sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  margin: -19px 0 23px;
  text-transform: none;
}
.welcome-industry-area .content h3 span{
  color: var(--main-color);
}

.welcome-industry-area .content .caption-box {
  border-left: 2px solid #f7f7f7;
  margin: 22px 0 20px;
  padding-bottom: 6px;
  padding-left: 50px;
  padding-top: 30px;
  position: relative;
}
.welcome-industry-area .content .caption-box::before {
  color: var(--main-color);
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  left: 20px;
  position: absolute;
  top: 10px;
}
.welcome-industry-area .content .caption-box p {
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 12px;
}
.welcome-industry-area .content .caption-box h4 {
  color: var(--main-color);
  font-weight: 400;
  text-transform: capitalize;
}
.welcome-industry-area .content ul {
  padding: 0 15px;
}

.welcome-industry-area .content ul li:before {
  position: absolute;
  content: '\f137';
  right: 15px;
  padding-top: 5px;
  line-height: 1em;
  color: var(--main-color);
  font-family: 'FontAwesome';
}
.content ul {
  padding: 0 35px;
}

.content ul li:before {
  position: absolute;
  /* content: '\f137'; */
  right: 15px;
  padding-top: 5px;
  line-height: 1em;
  color: var(--main-color);
  font-family: 'FontAwesome';
}

/*** 
=============================================
    Special Service area style
=============================================
***/
.special-service-area {
  
}
.special-service-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.special-service-area .single-item {
  background: rgba(0, 0, 0, 0) url("../img/about/1.jpg") no-repeat scroll 0 0 / cover ;
  min-height: 270px;
  padding-bottom: 0px;
  padding-top: 75px;
  position: relative;
      background-position: center;
  z-index: 1;
}
.special-service-area .single-item.pd-bottom{
  margin-bottom: 30px;
}
.special-service-area .single-item:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--sixth-color);
  opacity: .50;
  z-index: -1;
  transition: background-color 0.4s ease 0s;
}
.special-service-area .single-item span::before {
  color: var(--fifth-color);
  font-size: 55px;
}
.special-service-area .single-item h3 {
  color: var(--fifth-color);
  margin: 22px 0 5px;
}
.special-service-area .single-item .border {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 2px;
  width: 70px;
}
.special-service-area .single-item a {
  background: transparent none repeat scroll 0 0;
  color: var(--fifth-color);
  display: block;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 45px;
  margin: 38px auto 0;
  text-transform: uppercase;
  width: 145px;
  transition: background-color 0.4s ease 0s;
}
.special-service-area .single-item a i {
  display: inline-block;
  padding-left: 8px;
}
.special-service-area .single-item:hover:before{
  background-color: rgba(253, 199, 22, 0.90);
}
.special-service-area .single-item:hover a{
  background: var(--sixth-color);
}

/*** 
=============================================
    Choosing area style
=============================================
***/
.choosing-area {
  padding-top: 50px;
}
.choosing-area .content {
  
}
.choosing-area .content ul li {
  padding-left: 45px;
  position: relative;
  margin-bottom: 40px;
}
.choosing-area .content ul li:last-child{
  margin-bottom: 0;
}
.choosing-area .content ul li .icon-holder {
  left: 0;
  position: absolute;
  top: 18px;
}
.choosing-area .content ul li .icon-holder span::before {
  color: var(--second-color);
  font-size: 45px;
}
.choosing-area .content ul li .text-holder {
  padding-left: 25px;  
}
.choosing-area .content ul li .text-holder h3 {
  margin-bottom: 4px;
}
.choosing-area .content ul li .text-holder span {
  color: var(--main-color);
}
.choosing-area .content ul li .text-holder p {
  margin: 15px 0 0;
}

.choosing-area .img-box {
  margin-top: 30px;
}

.choosing-area form {
  border: 7px solid #f7f7f7;
  margin-top: 100px;
  padding: 33px 23px;
}
.choosing-area form input[type="text"],
.choosing-area form textarea{
  border: 1px solid var(--third-color);
  color: var(--forth-color);
  font-size: 14px;
  height: 45px;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 100%;
  transition: all 500ms ease;
}
.choosing-area form textarea {
  height: 85px;
  margin-bottom: 30px;
  padding: 10px 15px;
}
.choosing-area form .ui-state-default {
  height: 45px;
  margin-bottom: 12px;
}
.choosing-area form .ui-selectmenu-button span.ui-selectmenu-text {
  line-height: 22px;
}
.choosing-area form .ui-selectmenu-button span.ui-icon::before {
  top: 10px;
}
.choosing-area form button {
  padding: 6px 11px;
}
.choosing-area form input[type="text"]:focus{
  border: 1px solid var(--main-color);
}
.choosing-area form textarea:focus{
  border: 1px solid var(--main-color);    
}


/*** 
=============================================
    Choosing area style
=============================================
***/
.caption-area {
  background-attachment: local;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  padding-top: 90px;
  position: relative;
  z-index: 1;
}
.caption-area h1 {
  color: var(--fifth-color);
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  margin: 0 0 29px;
}
.caption-area a {
  padding: 11px 24px;
}

/*** 
=============================================
    contact area style
=============================================
***/
.contact-area {
  padding-bottom: 80px;
  padding-top: 74px;
}
.contact-area .contact-details {
  margin-right: 100px;
}
.contact-area .contact-details h2 {
  color: var(--second-color);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 52px;
  text-transform: uppercase;
}
.contact-info-carousel {
  
}
.contact-info-carousel .item .contact-details-title h5 {
  color: var(--second-color);
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 28px;
  text-transform: capitalize;
}
.contact-info-carousel .item .contact-info {
  
}
.contact-info-carousel .item .contact-info li {
  padding-left: 45px;
  position: relative;
  padding-bottom: 30px;
}
.contact-info-carousel .item .contact-info li:last-child{
  padding-bottom: 0;
}
.contact-info-carousel .item .contact-info li .icon-box {
  left: 0;
  position: absolute;
  top: 10px;
}
.contact-info-carousel .item .contact-info li .icon-box span::before {
  color: var(--main-color);
  font-size: 35px;
  font-weight: 700;
}
.contact-info-carousel .item .contact-info li .text-box {
  
}
.contact-info-carousel .item .contact-info li .text-box p {
  line-height: 22px;
  margin: 0;
}
.contact-info-carousel .item .contact-info li .text-box p span {
  color: var(--second-color);
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.contact-info-carousel.owl-theme .owl-nav {
  margin-top: 0;
}

.contact-info-carousel.owl-theme .owl-dots {
  bottom: 72%;
  margin-bottom: 45px;
  position: absolute;
  right: 20px;
}
.contact-info-carousel.owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}
.contact-info-carousel.owl-theme .owl-dots .owl-dot span {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  margin: 0;
}
.contact-info-carousel.owl-theme .owl-dots .owl-dot.active span{
  background: var(--main-color);
}

.contact-social-links {
  border-top: 1px solid #f7f7f7;
  margin-top: 24px;
  overflow: hidden;
  padding-top: 30px;
}
.contact-social-links ul li {
  display: inline-block;
  margin-right: 11px;
}
.contact-social-links ul li:last-child{
  margin-right: 0;
}
.contact-social-links ul li a i {
  background: #f7f7f7 none repeat scroll 0 0;
  border-radius: 50%;
  color: var(--forth-color);
  display: block;
  font-size: 15px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  width: 40px;
  transition: all 500ms ease;
}
.contact-social-links ul li a:hover i{
  background: var(--main-color);
  color: #fff;
}

.send-message-form .title {
  padding-bottom: 32px;
}
.send-message-form .title h2 {
  color: var(--second-color);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 17px;
  text-transform: uppercase;
}
.send-message-form .title .border {
  background: #f7f7f7 none repeat scroll 0 0;
  display: block;
  height: 2px;
  width: 70px;
}
.send-message-form h3 {
  margin: 0 0 15px;
  text-transform: none;
}

.send-message-form form .ui-state-default {
  margin-bottom: 22px;
}
.send-message-form form input[type="text"], 
.send-message-form form textarea {
  border: 1px solid var(--third-color);
  color: var(--forth-color);
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 15px;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  width: 100%;
}
.send-message-form form textarea{
  height: 100px;
  padding: 15px 15px;
}
.send-message-form form button {
  width: 100%;
  height: 55px;
}
.send-message-form form input[type="text"]:focus {
  border: 1px solid var(--main-color);  
}
.send-message-form form textarea:focus{
  border: 1px solid var(--main-color);      
}

#contact-google-map{
  width: 100%;
  height: 500px;
}


/*** 
=============================================
    News area style
=============================================
***/
#news-area {
  padding-bottom: 80px;
  padding-top: 80px;
}
.single-blog-post {
  border: 1px solid #f7f7f7;
  margin-bottom: 60px;
  padding: 19px 19px 29px;;
}
.single-blog-post .img-holder {
  display: block;
  position: relative;  
  overflow: hidden;
}
.single-blog-post .img-holder img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;    
}
.single-blog-post:hover .img-holder .overlay {
  background-color: rgba(1, 48, 94, 0.85);
}
.single-blog-post:hover .img-holder .overlay .box {
  border-color: #fdc716;
}
.single-blog-post:hover .img-holder .overlay .box .content a {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.single-blog-post:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-blog-post .text-holder {
  
}
.single-blog-post .text-holder .blog-title {
  color: #292929;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin: 24px 0 10px;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.single-blog-post .text-holder .blog-title:hover{
  color: #fdc716;
}
.single-blog-post .text-holder .meta-info {
  
}
.single-blog-post .text-holder .meta-info li {
  display: inline-block;
  margin-right: 10px;
}
.single-blog-post .text-holder .meta-info li:last-child{
  margin-right: 0;
}
.single-blog-post .text-holder .meta-info li i {
  color: #fdc716;
  display: inline-block;
  font-size: 15px;
  padding-right: 10px;
}
.single-blog-post .text-holder .meta-info li a {
  color: #9e9e9e;
  font-size: 14px;
}
.single-blog-post .text-holder .text {
  overflow: hidden;
  padding-bottom: 18px;
  padding-top: 18px;
  position: relative;
  margin-bottom: 20px;
}
.single-blog-post .text-holder .text::before {
  background: #f7f7f7;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.single-blog-post .text-holder .text::after {
  background: #fdc716;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
  transition: all 900ms ease;
}
.single-blog-post .text-holder .author-info {
  position: relative;
}
.single-blog-post .text-holder .author-info .img-box {
  border: 2px solid transparent;
  border-radius: 50%;
  height: 50px;
  transition: border-color 0.4s ease 0s;
  width: 50px;
}
.single-blog-post .text-holder .author-info .img-box,
.single-blog-post .text-holder .author-info .text-box{
  display: table-cell;
  vertical-align: middle;
}
.single-blog-post .text-holder .author-info .text-box {
  padding-left: 15px;  
}
.single-blog-post .text-holder .author-info .text-box h3 {
  margin: 0 0 1px;
  text-transform: capitalize;
}
.single-blog-post .text-holder .author-info .text-box span {
  color: #01305e;
}
.single-blog-post:hover .text-holder .text::after{
  width: 100%;
}

.post-pagination li {
    display: inline-block;
    margin: 0 3px;
}
.post-pagination li a {
  background: #fff;
  border: 2px solid #f7f7f7;
  color: #292929;
  display: block;
  font-size: 18px;
  font-weight: 600;
  height: 55px;
  padding: 12px 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 55px;
  font-family: 'Montserrat', sans-serif;
}
.post-pagination li.active a, .post-pagination li:hover a {
  background: #fdc716;
  color: #fff;
  border: 2px solid #fdc716;
}


.sidebar-wrapper {}
.sidebar-wrapper .single-sidebar {
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}
.sidebar-wrapper .single-sidebar .sidebar-title {
  overflow: hidden;
  padding-bottom: 40px;
}
.sidebar-wrapper .single-sidebar .sidebar-title h1 {
  color: #292929;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: -5px 0 17px;
}
.sidebar-wrapper .single-sidebar .sidebar-title .border {
  background: #f7f7f7 none repeat scroll 0 0;
  display: block;
  height: 2px;
  width: 70px;
}

.sidebar-wrapper .single-sidebar form.search-form {
    position: relative
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
    background: #fff;
    border: 1px solid #f7f7f7;
    color: #9e9e9e;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
}
.sidebar-wrapper .single-sidebar .search-form button {
    background: #fdc716 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: block;
    height: 50px;
    padding: 11px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
}
.sidebar-wrapper .single-sidebar .search-form button i {
    font-size: 14px
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
    border: 1px solid #292929;
    background: #f7f7f7;
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus + button, 
.sidebar-wrapper .single-sidebar .search-form button:hover {
    background: #292929 none repeat scroll 0 0;
    color: #fff;
}


.single-sidebar .categories {
  margin-top: -5px;
}
.single-sidebar .categories li {
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 14px;
  padding-bottom: 12px;
}
.single-sidebar .categories li:last-child {
  margin-bottom: 0;
}
.single-sidebar .categories li a {
  color: #9f9f9f;
  transition: all 500ms ease;
}
.single-sidebar .categories li a i {
  display: inline-block;
  font-size: 18px;
  padding-right: 10px;
  position: relative;
  top: 1px;
}
.single-sidebar .categories li a span {
  display: inline-block;
  padding-left: 15px;
}
.single-sidebar .categories li a:hover{
  color: #fdc716;    
}


.single-sidebar .popular-post {}
.single-sidebar .popular-post li {
  margin-bottom: 32px;
  padding-left: 70px;
  position: relative;
}
.single-sidebar .popular-post li:last-child{
  margin-bottom: 0;
}
.single-sidebar .popular-post li .img-holder {
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 6px;
  width: 70px;
}
.single-sidebar .popular-post li .img-holder img {
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.single-sidebar .popular-post li .img-holder .overlay-box .box .content a i{
  color: #fff;
  transition: all 500ms ease;
}
.single-sidebar .popular-post li:hover .img-holder .overlay-box {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1,1);
  transform: rotateY(0deg) scale(1,1);
}
.single-sidebar .popular-post li:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-sidebar .popular-post li .img-holder .overlay-box .box .content a:hover i{
  color: #292929;
}

.single-sidebar .popular-post li .title {
  padding-left: 17px;
}
.single-sidebar .popular-post li .title h3 {
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  position: relative;
}
.single-sidebar .popular-post li .title h3 a {
  color: #292929;
  display: block;
  transition: all 500ms ease;
}
.single-sidebar .popular-post li .title p {
  color: #9e9e9e;
  margin: 7px 0 0;
}
.single-sidebar .popular-post li .title p i{
  color: #fdc716;
  font-weight: 400;
  display: inline-block;
  padding-right: 7px;
  position: relative;
  top: 1px;
}
.single-sidebar .popular-post li .title h3:hover a{
  color: #fdc716;
}


.single-sidebar .product-tag {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
}
.single-sidebar .product-tag li {
  display: inline-block;
  margin: 0 5px 10px;
}
.single-sidebar .product-tag li a {
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 400;
  transition: all 500ms ease;
}
.single-sidebar .product-tag li a:hover{
  color: #fdc716;
  text-decoration: underline;
}
