
.media-body a{color:#959595;}
.parsley-errors-list {font-size: 12px;
    color: #f00;
    margin-top: -21px;
    margin-bottom: 7px;}
.mb-30{margin-bottom:30px;}
.metalli{margin: 0;padding: 0;}
.metalli li{width:50%; float: left}
.fright{float:right}
.text-white{color:#fff !important}
.service-item{border:1px solid #ddd;}
.service-img img{height:250px;}
.about-us-img:hover .project-project-gallery-overlay {
    visibility: visible;
    opacity: 1;
    transition: all .4s ease 0s
}
.contact__text p {text-align:center;}
/*================== button =============*/
.tp-btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #f68f33;
    border-color: transparent;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight:500;
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    border: 2px solid #f68f33;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    position: relative;
}
.tp-btn::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #fff;
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}
.tp-btn:hover {
    box-shadow: none;
    color: #f68f33;
}
.tp-btn:hover::after {
		transform: skewX(45deg) scale(1, 1);
	  }
/*================================ contact =======================*/
.contact__area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact__item{border: 1px solid #ddd;
    padding: 20px;height: 300px}
.contact__item:hover{border-color:#e97e40;}
.contact__icon  {
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 8%);
    display: inline-block;
    transition: 0.3s;
}
.contact__icon img{
width: 49px;
    height: 48px;
}
.contact__title {
    font-size: 21px;
}
.mb-25 {
    margin-bottom: 13px;
}
.mb-35 {
    margin-bottom: 35px;
}
.contact__text p {
    margin-bottom: 0;
    font-size: 15px;
}
.contact__item:hover .contact__icon {
    background: #f68f33;
    transform: rotateY(360deg);
}
.contact__item:hover .contact__icon img{
    filter:grayscale(1) brightness(11);}

.footer__shape-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1; opacity: 0.5;
}
.footer__shape-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1;    opacity: 0.5;
}
/*======================= index ====================*/
.book-area .book-img {
    background-image: url(../img/catalouge.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.book-area .book-img img{width: 100%;
    height: 205px;
}
.book-area .book-content {
    padding-top: 65px;
    padding-bottom: 0px;
    max-width: 100%;
    position: relative;
    padding-left: 10px;
    background: #f68f33;
}
.book-content .tp-btn{border-color:#fff;z-index: 2;}
.book-area .book-content:before {
   position: absolute;
    content: "";
    bottom: -27px;
    left: -233px;
    border-left: 0 solid transparent;
    border-top: 157px solid #f68f33;
    border-right: 309px solid transparent;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
}
.book-area .book-content h3 {
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}
/*=========================== about us==============*/
.about-us-img {
   border: 5px solid #f68f33;
    position: relative;
    z-index: 1;
    margin-right: -40px;
    display:flex;
}
.about-us-img .aboutlast{margin-left:-34px;}
.about-us-img .experience {
    background-color: rgba(245,94,26,.9);
    border-radius: 50%;
    display: inline-block;
    padding: 25px;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 180px;
    margin: auto;
    bottom: -8px;
}
.about-us-img .experience:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 5px dashed #fff;
    border-radius: 50%;
    -webkit-animation: rotation-data-v-705a42e0 50s linear infinite;
    animation: rotation-data-v-705a42e0 50s linear infinite;
}
.about-us-img .experience .experience-bg {
    width: 130px;
    height: 130px;
    background-color: #f68f33;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 50%;
}
.about-us-img .experience .experience-bg span{
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    line-height: 1;
}
@-webkit-keyframes rotation-data-v-705a42e0{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes rotation-data-v-705a42e0{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}
.about-content ul li i{color:#f68f33;padding-right:5px;}