/* top header */
html,body{
 overflow-x: hidden;
}
.top-header {
 background: #293629;
}
.navbar-inverse .navbar-toggle .icon-bar {
 background-color: black;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
 background-color: #fff;
}
.ul-nav {
 margin-top: 3px;
 margin-bottom: 3px;
 margin-left: -45px;
}
.top-head-left ul li {
 display: inline-block;
}
.top-social-right ul li {
 display: inline-block;
}
.top-social-right {
 float: right;
 padding: 10px 0px;
}
.top-head-left ul li a {
 color: #ccc;
 display: block;
 margin-right: 20px;
 padding: 10px 0px;
 text-decoration: none;
 font-size: 14px;
 letter-spacing: 0.60px;
}
.top-head-left .fa {
 color: #fff;
}
.top-social-right ul li a {
 color: #fff;
 margin-left: 5px;
 display: block;
 text-align: center;
 font-size: 13px;
 width: 24px;
 height: 24px;
 line-height: 25px;
 border: 1px solid;
 border-radius: 3px;
}
.section-esiservices {
 padding-top: 7rem;
 padding-bottom: 5rem;
 /* background-color: #dfdfdf; */
 color: #293642;
}
.section-services {
 padding-top: 7rem;
 padding-bottom: 5rem;
 background-color: #dfdfdf;
 color: #293642;
}
.m-top{
 margin-top: 6rem;
}
.header-section {
 margin-bottom: 35px;
 text-align: center;
}
.header-section .title {
 position: relative;
 margin-bottom: 40px;
 padding-bottom: 25px;
 text-transform: uppercase;
 font-weight: 700;
 font-size: 3rem;
}
.header-section .title:before {
 content: "";
 position: absolute;
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
 width: 140px;
 height: 1px;
 background-color: #ff6500;
}
.header-section .title:after {
 content: "";
 position: absolute;
 bottom: -1px;
 left: 50%;
 transform: translateX(-50%);
 width: 45px;
 height: 3px;
 background-color: #ff6500;
}
.header-section .title span {
 color: #ff6500;
}
.header-section .description {
 color: black;
 font-size: 18px;
}
.section-services .single-service {
 margin-top: 40px;
 background-color: #24252a;
 box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.serviceBox {
 border: 1px solid #dfdfdf;
 border-radius: 0px 30px;
 padding: 25px 10px;
 text-align: center;
 transition: all 0.5s ease 0s;
 margin-bottom: 1rem;
}
.bg-image {
 background-image: linear-gradient(#00000054, #33333363 75%), url(../images/banner.jpg);
 background-repeat: no-repeat;
 background-size: cover;
}
.serviceBox:hover {
 background-color: #293642;
 border-color: #ff6500;
}
.serviceBox .service-icon {
 width: 60px;
 height: 60px;
 background-color: #ff6500;
 border-radius: 0 20px;
 margin: 0 auto 25px;
 transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-icon {
 background-color: #fff;
}
.serviceBox .service-icon i {
 font-size: 26px;
 color: #fff;
 line-height: 60px;
 transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-icon i {
 color: #ff6500;
}
.serviceBox .title {
 font-size: 16px;
 font-weight: bold;
 color: #293642;
 margin-bottom: 20px;
 text-transform: capitalize;
 transition: all 0.5s ease 0s;
}
.serviceBox:hover .title {
 color: #fff;
}
.serviceBox .title:after {
 content: "";
 width: 25%;
 border-top: 1px solid #5e5e5e;
 display: block;
 margin: 15px auto;
 transition: all 0.8s ease 0s;
}
.serviceBox:hover .title:after {
 width: 80%;
 border-color: #ff6500;
}
.serviceBox .description {
 font-size: 14px;
 color: black;
 padding: 5px 16px;
 /* line-height: 23px; */
 margin-bottom: 30px;
 transition: all 0.5s ease 0s;
 letter-spacing: 0;
}
.serviceBox:hover .description {
 color: #fff;
}
.serviceBox .read {
 font-size: 14px;
 color: black;
 background-color: #dcdcdc;
 /* border-radius: 0 20px; */
 padding: 10px 20px;
 display: inline-block;
 text-transform: uppercase;
 letter-spacing: 1px;
 transition: all 0.5s ease 0s;
}
.serviceBox .read:hover {
 background: #ff6500;
 color: #fff;
}
.btn {
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
 border-radius: 0px;
 text-transform: uppercase;
 font-size: 14px;
 font-weight: bolder;
 letter-spacing: .1em;
 -webkit-transition: .3s all ease;
 -o-transition: .3s all ease;
 transition: .3s all ease;
}
.btn-color {
 background: #293642;
 color: #fff;
}
.px-4 {
 padding-left: 3rem !important;
 padding-right: 3rem !important;
}
.py-3 {
 padding-bottom: 1.5rem !important;
 padding-top: 1.5rem !important;
}
.btn:hover {
 background-color: #fff;
 color: #293642;
}
#categorie_sec .col-md-5,
#categorie_sec .col-md-7 {
 padding: 0;
}
#categorie_sec .col-sm-6 {
 padding: 0;
}
#categorie_sec {
 padding: 6rem 0;
}
.butFrame {
 /* cursor: pointer; */
 overflow: hidden;
 position: relative;
}
.butFrame .butText {
 background: rgba(0, 0, 0, 0.3);
  transition:0.5s;
}
.butText {
 position: absolute;
 /* cursor: pointer; */
 color: #fff;
 font-size: 1.3em;
 font-family: inherit;
 text-transform: uppercase;
 text-align: center;
 /* text-shadow: 0px 0px 3px rgb(0 0 0 / 50%); */
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
}
.butText span {
 border: 2px solid #fff;
 padding: 10px 25px;
}
.butText span:hover{
 background: #ff6500;
  border: 2px solid #ff6500;
  color: #000;
  font-weight: 600;
}
.butFrame .img1 {
 height: 741px;
 object-fit: cover;
}
@media(max-width:1024px) {
 .butFrame .img1 {
  height: 399px
 }
}
@media(max-width:768px) {
 .butFrame .img1 {
  height: 299px;
 }
}
.butFrame img {
 width: 100%;
 height: auto;
 display: block;
}
.butFrame .butText:hover {
 background: rgba(0, 0, 0, 0.75);
 transition:0.5s;
}

.single_service {
 padding: 32px;
 box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
 margin-bottom: 50px;
 transition: 0.5s;
}
.single_service:hover {
 box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
 transition: 0.5s;
}
.icon {
 border-radius: 5%;
 color: #333333;
 line-height: 65px;
 overflow: hidden;
 text-align: center;
 text-decoration: none;
 margin-top: 20px;
}
.single_service .single_service-left {
 padding-right: 25px;
}
.single_service-heading {
 font-size: 15px;
 font-weight: 700;
 text-transform: uppercase;
 color: #000;
}
.single_service-body p {
 font-size: 13px;
 line-height: 25px;
 color: #000;
}
.single_service-left {
 display: table-cell;
 vertical-align: top;
}
.single_service-body {
 color: #333333;
 display: table-cell;
 vertical-align: top;
}
.hvr-curl-top-right {
 display: inline-block;
 vertical-align: middle;
 -webkit-transform: perspective(1px) translateZ(0);
 transform: perspective(1px) translateZ(0);
 box-shadow: 1px 1px 8px 7px #ddd;
 position: relative;
 transition: 0.5s;
}
.single_service:hover {
 background: #ff6500 none repeat scroll 0 0;
 color: #fff !important;
}
.esi-read {
 font-size: 14px;
 color: black;
 /* background-color: #fff; */
 /* border-radius: 0 20px; */
 padding: 10px 20px;
 display: inline-block;
 text-transform: uppercase;
 letter-spacing: 1px;
 transition: all 0.5s ease 0s;
}
.esi-read:hover {
 background: #293642;
 color: #fff;
}
footer.nb-footer {
 /* background: #fff; */
 background: rgb(29 43 56);
}
footer.nb-footer .about {
 margin: 0 auto;
 margin-top: 40px;
 max-width: 1170px;
 text-align: center;
}
footer.nb-footer .about p {
 font-size: 13px;
 color: #999;
 margin-top: 30px;
}
footer.nb-footer .about .social-media {
 margin-top: 15px;
}
footer.nb-footer .about .social-media ul li a {
 display: inline-block;
 width: 45px;
 height: 45px;
 line-height: 45px;
 border-radius: 50%;
 font-size: 16px;
 color: #b78c33;
 border: 1px solid rgba(255, 255, 255, 0.3);
 padding: 3px 0;
 -webkit-transition: .5s all ease;
 transition: .5s all ease;
}
footer.nb-footer .about .social-media ul li a:hover {
 background: #b78c33;
 color: #fff;
 border-color: #b78c33;
}
footer.nb-footer .footer-info-single {
 margin-top: 30px;
 line-height: 35px;
}
footer.nb-footer .footer-info-single .f-logo img {
  width: auto;
   height: 40px; 
  margin-top: 50px;
}
footer.nb-footer .footer-info-single .title {
 /* color: #000; */
 color:  rgb(253 101 1);
 text-transform: uppercase;
 font-size: 18px;
 border-left: 4px solid #f68122;
 padding-left: 5px;
 margin-bottom: 10px;
 font-weight: 700;
}
footer.nb-footer .footer-info-single ul li a {
 display: block;
 /* color: #000;
  */
  color: #fff;
 padding: 2px 0;
 font-size: 15px;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 text-decoration: none;
 font-weight: 600;
}
footer.nb-footer .footer-info-single ul li a:hover {
 color: #f68122;
 padding: 2px 6px;
}
footer.nb-footer .footer-info-single p {
 font-size: 18px;
 line-height: 20px;
 color: #000;
}
footer.nb-footer .copyright, .design {
 background: #293642;
 padding: 7px 0;
 color: #fff;
}
@media(max-width:768px)
{
 footer.nb-footer .copyright, .design{
  text-align: center !important;
 }
}
footer.nb-footer .copyright p {
 margin: 0;
 padding: 0;
 font-size: 18px;
}
.design {
 text-align: end;
}
.fab {
 font-size: 35px;
 padding-right: 10px;
}
@media only screen and (max-width: 990px) {
 .serviceBox {
  margin-bottom: 30px;
 }
}
@media (max-width: 767px) {
 .affix {
  position: inherit;
 }
 .top-header {
  display: none;
 }
}

