@FONT-FACE {
	font-family: "DroidKufi";
	src: url("DroidKufi-Regular.ttf");
}
   body {
       font-family: 'Raleway', sans-serif;
   }

   h1 {
       font-family: 'Raleway', sans-serif;
   }

   ul,
   ol {
       margin: 0;
       padding: 0;
       list-style: none;
   }
   /******************************************************/

   #page-title {
       margin: 30px 0px 20px 0px;
   }

   #page-title-inner {
       padding: 15px 40px 0px 40px;
   }

   #page-title h2:before {
       background: -moz-linear-gradient(left, rgba(34, 49, 63, 0) 0%, rgba(34, 49, 63, 1) 100%);
       background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(34, 49, 63, 0)), color-stop(100%, rgba(34, 49, 63, 1)));
       background: -webkit-linear-gradient(left, rgba(34, 49, 63, 0) 0%, rgba(34, 49, 63, 1) 100%);
       background: -o-linear-gradient(left, rgba(34, 49, 63, 0) 0%, rgba(34, 49, 63, 1) 100%);
       background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
       background: linear-gradient(to right, rgba(34, 49, 63, 0) 0%, rgba(34, 49, 63, 1) 100%);
       filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
       left: 0;
   }

   #page-title h2:after {
       background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
       background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
       background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
       background: -o-linear-gradient(left, rgba(34, 49, 63, 1) 0%, rgba(34, 49, 63, 0) 100%);
       background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
       background: linear-gradient(to right, rgba(34, 49, 63, 1) 0%, rgba(34, 49, 63, 0) 100%);
       filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
       right: 0;
       left: auto;
   }

   #page-title h2:before,
   #page-title h2:after {
       display: block;
       height: 1px;
       content: " ";
       width: 40%;
       position: absolute;
       top: 0.53em;
       z-index: 1;
   }

   #page-title h2 {
       display: inline-block;
       font-size: 36px;
       text-align: center;
       text-transform: capitalize;
       width: 100%;
       position: relative;
   }

   #page-title h2 span {
       border: 1px solid #ddd;
       padding: 10px 13px;
       color: #f66e00
   }
   /*****************************************/

   .imgcateg {
       text-align: center;
       border: 1px solid #ddd;
       padding-top: 0px;
       margin-bottom: 30px;
       transition: all .5s ease-in-out;
       overflow: hidden;
   }

   .imgcateg:hover {
       /*    -ms-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
     transform: translateY(-15px*/
       );
       /*     -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);*/
   }

   .imgcateg img {
       -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
       -ms-transition: all .5s ease-in-out;
       transition: all .5s ease-in-out;
       -webkit-filter: grayscale(0);
       filter: grayscale(0);
       width: 100%
   }
   /*  .imgcateg:hover img {
    transform: scale(1.4);
      
 
}*/

   .top-imges {
       overflow: hidden;
       position: relative;
   }

   .top-imges:hover img {
       transform: scale(1.5) rotate(5deg);
       -webkit-filter: grayscale(100%);
       filter: grayscale(100%);
   }

   .imgcateg p {
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       transition: all 0.3s ease-in-out;
       border: 1px solid #fff;
       border-radius: 4px;
       color: #000;
       font-size: 12px;
       letter-spacing: .06em;
       font-weight: 400;
       padding: 7px 18px 8px;
       text-shadow: none;
   }

   .top-imges:hover .overlayback {
       opacity: 1;
   }

   .overlayback {
       position: absolute;
       top: 0;
       bottom: 0;
       left: 0;
       right: 0;
       height: 100%;
       width: 100%;
       opacity: 0;
       transition: .5s ease;
       background-color: rgba(0, 0, 0, 0.63);
   }

   .text {
       color: white;
       font-size: 20px;
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
       width: 100%;
   }

   .text a {
       color: #fff
   }
   /*  .home-Categories {
      background: #f1eee9
  }*/
   /**************************************************/

   .grid {
       position: relative;
       /* margin: 0 auto; */
       /* padding: 1em 0 4em; */
       /* max-width: 1000px; */
       list-style: none;
       text-align: center;
   }
   /* Common style */

   .grid figure {
       position: relative;
       float: left;
       overflow: hidden;
       /* margin: 10px 1%; */
       width: 100%;
       /* max-width: 480px; */
       max-height: 360px;
       /* width: 48%; */
       text-align: center;
       cursor: pointer;
       margin-bottom: 40px;
   }

   .grid figure img {
       position: relative;
       display: block;
       height: 220px;
       min-height: 100%;
       max-width: 100%;
       opacity: 0.8;
       width: 100%;
   }

   .grid figure figcaption {
       padding: 2em;
       color: #fff;
       text-transform: uppercase;
       font-size: 1.25em;
       -webkit-backface-visibility: hidden;
       backface-visibility: hidden;
   }

   .grid figure figcaption::before,
   .grid figure figcaption::after {
       pointer-events: none;
   }

   .grid figure figcaption,
   .grid figure figcaption>a {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
   }
   /* Anchor will cover the whole item by default */
   /* For some effects it will show as a button */

   .grid figure figcaption>a {
       z-index: 1000;
       text-indent: 200%;
       white-space: nowrap;
       font-size: 0;
       opacity: 0;
   }

   .grid figure h2 {
       word-spacing: -0.15em;
       font-weight: 300;
   }

   .grid figure h2 span {
       font-weight: 800;
   }

   .grid figure h2,
   .grid figure p {
       margin: 0;
   }

   .grid figure p {
       letter-spacing: 1px;
       font-size: 68.5%;
   }

   figure.effect-bubba {
       background: #060606;
   }

   figure.effect-bubba img {
       opacity: 0.7;
       -webkit-transition: opacity 0.35s;
       transition: opacity 0.35s;
       -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
       -ms-transition: all .5s ease-in-out;
       transition: all .5s ease-in-out;
   }

   figure.effect-bubba:hover img {
       opacity: 0.4;
   }

   figure.effect-bubba figcaption::before,
   figure.effect-bubba figcaption::after {
       position: absolute;
       top: 30px;
       right: 30px;
       bottom: 30px;
       left: 30px;
       content: '';
       opacity: 0;
       -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
       transition: opacity 0.35s, transform 0.35s;
   }

   figure.effect-bubba figcaption::before {
       border-top: 1px solid #fff;
       border-bottom: 1px solid #fff;
       -webkit-transform: scale(0, 1);
       transform: scale(0, 1);
   }

   figure.effect-bubba figcaption::after {
       border-right: 1px solid #fff;
       border-left: 1px solid #fff;
       -webkit-transform: scale(1, 0);
       transform: scale(1, 0);
   }

   figure.effect-bubba h2 {
       padding-top: 40%;
       -webkit-transition: -webkit-transform 0.35s;
       transition: transform 0.35s;
       -webkit-transform: translate3d(0, -20px, 0);
       transform: translate3d(0, -20px, 0);
       text-transform: capitalize;
       font-size: 18px;
       word-spacing: 0px;
           line-height: 1.5;
   }

   figure.effect-bubba p {
       padding: 0;
       opacity: 0;
       -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
       transition: opacity 0.35s, transform 0.35s;
       -webkit-transform: translate3d(0, 20px, 0);
       transform: translate3d(0, 20px, 0);
       width: 100%;
       font-size: 18px;
   }

   figure.effect-bubba:hover figcaption::before,
   figure.effect-bubba:hover figcaption::after {
       opacity: 1;
       -webkit-transform: scale(1);
       transform: scale(1);
   }

   figure.effect-bubba:hover h2,
   figure.effect-bubba:hover p {
       opacity: 1;
       -webkit-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
   }

   figcaption h2 a {
       color: #FFF
   }

   figcaption h2 a:hover,
   figcaption h2 a:focus {
       color: #FFF;
       text-decoration: none;
   }

   .effect-bubba img {
       -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
       -o-transition: all .5s ease-in-out;
       -ms-transition: all .5s ease-in-out;
       transition: all .5s ease-in-out;
   }

   .effect-bubba:hover img {
       transform: scale(1.5) rotate(5deg);
   }

   .no-wrapp figcaption {
       padding: 0 !important
   }
   /*.no-wrapp figcaption h2{   } 




.no-wrapp figcaption:hover h2 {
   
 
}
*/

   .no-wrapp figcaption h2 span {
       margin: 7px 0;
       display: block;
   }

   .no-wrapp figcaption:before,
   .no-wrapp figcaption:after {
       border: 0 !important;
   }

   .bx-wrapper img {
       width: 100%;
       display: block;
   }

   .bx-wrapper {
       margin-bottom: 10px;
   }

   #bx-pager {
       text-align: center;
       margin-bottom: 20px;
   }
   /*nav.navbar.bootsnav.navbar-fixed {
  
   
    z-index: 99999;
}
*/

   .well-lg {
       padding: 0px;
       border-left: 5px solid #f66e00;
   }

   .img-product {
       padding-left: 10px;

       margin: 0;
       padding: 10px;
       font-weight: bold;
       font-size: 18px;
   }



   .cont-pic {
       margin-bottom: 30px;
       width: 200px;
       position: relative;
       display: inline-block;
       margin-right: 15px;
       vertical-align: top;
       height: 150px;
   }

   .cont-pic img {
       width: 100%;
       height: 100%
   }


   .ul-product li {
       font-size: 17px;
       margin: 10px 0;
   }

   .panel-heading {
       padding: 0;
   }

   .nameprod {
       font-size: 18px;
       color: #f00;
       font-weight: bold;
   }

   .tops-p {
       font-size: 18px;
   }

   .hover-product {
       background: rgba(39, 36, 36, 0.36);
       top: 0;
       width: 100%;
       height: 100%;
       opacity: 1;
       position: absolute;
   }

   .fa.fa-search-plus {
       text-align: center;
       display: block;
       color: #fff;
       font-size: 30px;
       cursor: pointer;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
       position: absolute;
   }
   /*********************************/

   .carousel-inner>.item>img {
       width: 100%;
   }

   .footer {
       padding: 60px 0;
       color: #000;
       background: #f7f7f7;
       border-bottom: 1px #0f0f0f solid;
       border-top: 4px solid #e6e6e6;
   }

   .addres {
       line-height: 1.8;
       text-transform: capitalize;
       font-size: 15px;
   }

   .footer h4 {
       color: #f66e00;
       text-align: center;
       text-transform: capitalize;
       padding-bottom: 20px;
       border-bottom: double;
   }

   .footer-ul li {
       margin: 10px 0;
       font-size: 15px
   }

   .socials li {
       display: inline-block;
   }

   .socials li a {
       color: #fff;
       padding: 10px;
       font-weight: 500;
       font-size: 20px;
       margin-top: 15px;
       -webkit-transition: -webkit-transform .8s ease-in-out;
       transition: transform .8s ease-in-out;
       display: inline-block;
   }

   .socials li a:hover {
       -webkit-transform: rotate(360deg);
       transform: rotate(360deg);
   }

   .facebook {
       background: #3b5998
   }

   .twitter {
       background: #55acee
   }

   .linkedin {
       background: #007bb5
   }

   .youtube {
       background: #bb0000
   }

   .google {
       background: #dd4b39
   }

   .instagram {
       background: #125688
   }

   .pinterest {
       background: #cb2027
   }

   .facebook,
   .twitter,
   .linkedin,
   .youtube,
   .google,
   .instagram,
   .pinterest:hover {
       color: #FFF !important
   }

   .footer-bottom {
       overflow: hidden;
       padding: 15px 0;
       border-top: 1px #363636 solid;
       background: #1D1D1D;
   }

   .copyrights {
       color: #FFF;
   }

   .copyrights a {
       color: #f66e00;
   }

   nav.navbar.bootsnav ul.nav>li>a:hover {
       color: #df7010;
   }

   nav.navbar.bootsnav.no-background.white ul.nav>li>a:hover {
       color: #fff;
       border-bottom: 2px solid #FFF;
   }

   nav.navbar.bootsnav ul.nav>li>a {
       padding-bottom: 10px ; font-size:13px;
   }

   .namecatogry {
       height: 100px;
       background: #1b8dcf;
       text-align: center;
       font-size: 25px;
       color: #ffffff;
   }

   .namecatogry p {
       margin: 0 auto;
       text-align: center;
       /*  border-bottom: double;*/
       padding-bottom: 5px;
       margin-top: 5px;
       padding: 10px;
       text-transform: capitalize;
           font-size: 25px !important;
   }

   .mbpanel {
       margin-bottom: 25px;
   }

   nav.navbar.bootsnav.navbar-fixed {
       z-index: 9999
   }

   .about1p {
       font-size: 17px;
       line-height: 2
   }

   .about1 span.spancontact {
       margin-bottom: 10px;
       line-height: 1.5;
   }
   /**********************************/

   .marginTcontactus {
       padding-top: 70px
   }
  .marginTopBottomContent {
      margin-top: 70px ;
      margin-bottom: 70px
   }


   .padinghead {
       padding: 10px;
       font-size: 17px;
   }

   .panel-body {
       line-height: 2;
   }

   .hfixed {
       height: 154px;
       -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
       -o-transition: all 0.5s ease-in-out;
       transition: all 0.5s ease-in-out;
   }

   .hfixed:hover {
       transform: translateY(-15px);
       -ms-transform: translateY(-15px);
       -webkit-transform: translateY(-15px);
       box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
   }

   textarea {
       resize: vertical;
   }

   .spancontact {
       padding: 10px;
       border-bottom: double;
       margin-bottom: 50px;
       display: inline-block;
       margin-top: 10px;
   }

   .mbcontact {
       margin-bottom: 100px;
   }

   .img-comp {
       margin-top: 25px
   }

   nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
       text-align: left;
   }

   .nav-tabs>li a {
       color: #323232;
       font-size: 18px;
       font-weight: bold;
   }

   .nav-tabs>li.active>a:hover,
   .nav-tabs>li.active>a {
       color: #fc9c52 !important;
       font-size: 19px;
       font-weight: bold;
   }

   .center-img5 div {
       margin-bottom: 10px
   }

   .center-img5 div img {
       text-align: center;
       margin: 0 auto;
       display: block;
   }

   .tab-word {
       font-size: 16px;
       margin: 15px 0;
       display: inline-block;
       margin-bottom: 0;
   }

   .left-homeform {
       border: 1px solid #ddd;
       padding: 15px;
       border-top: transparent;
   }

   .nav-tabs>li>a {
       border: 1px solid #ddd !important;
       border-bottom: transparent !important;
   }

   #page-title3 {
       margin: 30px 0px 20px 0px;
   }

   #page-title-inner {
       padding: 15px 40px 0px 40px;
   }

   #page-title3 h2:before {
       background: -moz-linear-gradient(left, rgba(34, 49, 63, 0) 0%, rgba(34, 49, 63, 1) 100%);
       background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(34, 49, 63, 0)), color-stop(100%, rgba(34, 49, 63, 1)));
       background: -webkit-linear-gradient(left, rgba(34, 49, 63, 0) 0%, rgba(34, 49, 63, 1) 100%);
       background: -o-linear-gradient(left, rgba(34, 49, 63, 0) 0%, rgba(34, 49, 63, 1) 100%);
       background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
       background: linear-gradient(to right, rgba(34, 49, 63, 0) 0%, rgba(34, 49, 63, 1) 100%);
       filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
       left: 0;
   }

   #page-title3 h2:after {
       background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
       background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
       background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
       background: -o-linear-gradient(left, rgba(34, 49, 63, 1) 0%, rgba(34, 49, 63, 0) 100%);
       background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
       background: linear-gradient(to right, rgba(34, 49, 63, 1) 0%, rgba(34, 49, 63, 0) 100%);
       filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
       right: 0;
       left: auto;
   }

   #page-title3 h2:before,
   #page-title3 h2:after {
       display: block;
       height: 1px;
       content: " ";
       width: 28%;
       position: absolute;
       top: 0.53em;
       z-index: 1;
   }

   #page-title3 h2 {
       display: inline-block;
       font-size: 36px;
       text-align: center;
       text-transform: capitalize;
       width: 100%;
       position: relative;
   }

   #page-title3 h2 span {
       border: 1px solid #ddd;
       padding: 10px 13px;
       color: #f66e00
   }

   .section3p {
       font-size: 18px;
       margin-bottom: 40px;
   }

   .removebut {
       margin-bottom: 0 !important
   }

   .ubder-text {
       margin-top: 20px;
   }

   .ubder-text p {
       font-size: 15px;
       font-weight: bold;
   }

   .home33 a {
       padding: 0 !important
   }

   .nav>li>a>img {
       max-width: 176px;
       height: 70px;
   }

   .backcert {
       background: #f1f1f1;
       padding: 40px 0;
   }

   .backcert p {
       font-size: 16px;
       line-height: 1.8;
   }

   .item a {
       color: #333
   }

   #topcontrol {
       z-index: 99999999
   }


   .breadcrumb {
       background-color: #ffffff;
   }



   fieldset.scheduler-border {
       border: 4px double #7d7d7d !important;
       padding: 0 1.4em 1.4em 1.4em !important;
       margin: 0 0 1.5em 0 !important;
       -webkit-box-shadow: 0px 0px 0px 0px #000;
       box-shadow: 0px 0px 0px 0px #000;
   }

   legend.scheduler-border {
       font-size: 1.2em !important;
       font-weight: bold !important;
       text-align: left !important;
       width: auto;
       padding: 0 10px;
       border-bottom: none;
   }



   .table-bordered>tbody>tr>td {
       font-size: 17px;
   }

   .inside-li {
       margin-left: 17px !important;
       color: #000 !important;
       font-size: 17px;
   }




   .color-red-ul li {
       color: #f00;
       font-size: 17px;
   }


   .remove-p-md1 div {
       padding: 0;
       margin-right: 19px
   }


   .remove-p-md1 div {
       padding: 0;
       margin-right: 19px;
       border: 1px solid #ddd;
       text-align: center;
       min-height: 145px;

       margin-bottom: 20px;
       display: inline-block;

       -webkit-transform: perspective(1px) translateZ(0);
       transform: perspective(1px) translateZ(0);
       box-shadow: 0 0 1px transparent;
       position: relative;
       -webkit-transition-duration: 0.3s;
       transition-duration: 0.3s;
       -webkit-transition-property: transform;
       transition-property: transform;
   }

   .remove-p-md1 div:hover {
       webkit-transform: translateY(-5px);
       transform: translateY(-5px);
   }



   .remove-p-md1 div:before {
       pointer-events: none;
       position: absolute;
       z-index: -1;
       content: '';
       top: 100%;
       left: 5%;
       height: 10px;
       width: 90%;
       opacity: 0;
       background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
       background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
       -webkit-transition-duration: 0.3s;
       transition-duration: 0.3s;
       -webkit-transition-property: transform, opacity;
       transition-property: transform, opacity;
   }


   .remove-p-md1 div:hover:before {

       opacity: 1;
       -webkit-transform: translateY(5px);
       transform: translateY(5px);
   }


   .remove-p-md1 {
       height: 150px;
       margin-bottom: 40px;
       margin-top: 15px;
   }

   .left-underpic a {
       color: #000
   }

   nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {

       padding-left: 20px;
       color: #f00;
       background: #f1f1f1;
       transition: all 0.3s ease-in-out;
   }

   nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a {
       transition: all 0.3s ease-in-out;
   }

   .before-table {
       font-weight: bold;
       text-align: center;
       display: block;
       font-size: 18px;
   }





   td {

       padding: 10px;
   }



   .breadcrumb>li {

       font-size: 15px;
   }



   .fonts-weight {
       font-size: 17px;
       font-weight: bold;
   }


   .ul-fonts-weight li {
       font-size: 17px
   }


   .table-ul-li {
       line-height: 2
   }


   .all-divInterDesign {
       border: 1px solid #ddd;
       text-align: center;
       margin-bottom: 15px;
       height: 100%;
       width: 100%;
   }


   .firest-imgInterDesign {
       border-bottom: 1px solid #ddd;
   }

   .p_endAllInterDesign {
       line-height: 1.9;
       font-size: 14px;
       font-weight: bold;
       /* background: #fafafa;*/
       padding: 0;
       margin: 0;
       /* box-shadow: 3px 10px 15px #ddd; */
       padding-top: 0;
       padding-bottom: 5px;
   }


   .box-ShadowUnder {
       box-shadow: 5px 5px 10px #e4e4e4;
   }

   nav:nth-child(2) {
       box-shadow: 5px 5px 10px #e4e4e4;
   }


   .container-InterDesign {
       margin-top: 40px;
       padding: 0;
       margin-bottom: 25px;
   }
.posrealtiveimg{position: relative;}

.posabosludeinnerpic{ 
    position: absolute;
    left: 43%;
    top: 30%;
  }

.labelTopHeader{
       text-align: center;
       border: 2px solid #ddd;
       padding: 10px;
       width: 300px;
       margin: 0 auto;
       position: relative;
       display: block;
          margin-bottom: 25px;
    margin-top: 25px;
        background: #f4f4f4;
        line-height: 1.3;
}

.thumbnail:hover{  transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);}

.thumbnail{height: 100%;
   -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.P_Budgetheader{     margin-top: 10px;
    margin-bottom: 0;}

.caption h5{ line-height: 2}

.thumbnail .caption {
   
    text-align: center;
}


.thumbnail>img {
   
    border-bottom: 2px solid #ddd;}

.labelTopHeader:before {
    position: absolute;
    content: "";
    display: block;
    background: linear-gradient(to right, rgba(34,49,63,0) 0%,rgb(246, 110, 0) 100%);
    left: -299px;
    width: 100%;
    top: 50%;
    height: 2px;
}

.labelTopHeader:after {
    position: absolute;
    content: "";
    display: block;
    background: linear-gradient(to right,  rgb(246, 110, 0) 0%,rgba(34,49,63,0) 100%);
    background: -moz-linear-gradient(to right,  rgba(34,49,63,1) 0%,rgba(34,49,63,0) 100%);
    background: -o-linear-gradient(to right,  rgba(34,49,63,1) 0%,rgba(34,49,63,0) 100%);
    background: -webkit-linear-gradient(to right,  rgba(34,49,63,1) 0%,rgba(34,49,63,0) 100%);
    right: -299px;
    width: 100%;
    top: 50%;
    height: 2px;
}

   .legend-label {
       background: #1c8ed0;
       padding: 10px !important;
       color: #fff;
       position: relative;
       top: 4px;
   }

.firest-imgInterDesign img{ width: 100%}

.all-divInterDesign{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.all-divInterDesign:hover{
     transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);

}

   .legend-label:before {
       border-right: 10px solid #1370a6;
       border-top: 16px solid transparent;
       content: "";
       display: block;
       height: 0;
       left: -10px;
       position: absolute;
       top: 0;
       width: 7px;
   }






   .namePersonInterior {
       display: block;
       font-size: 18px;
       border-bottom: 4px double #f66e00;
       width: 115px;
       margin: 0 auto;
       padding-top: 5px;
       margin-bottom: 5px;
   }

   .text-userinterior {
       font-size: 16px;
       margin-left: 33px;
       line-height: 1.7;
       margin-top: 10px;
   }

   .font-weight-bold-inter {

      font-weight: bold;
    color: #000;
    border-bottom: 4px double #f66e00;
    padding-bottom: 5px;
   }


.a_p,p{
  font-size: 17px;
    line-height: 1.5;
    word-spacing: 2px;}


.underLineSpan{    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;}

.remove-padding{ padding: 0 }

.fa-check-square:before {
    
    color: #f76d00 !important;
}

.aboutSerives p{ margin-top: 15px}

.label-sectionjobsite .spanNumber{  width: 25px;
    height: 25px;
    background: #f7770f;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    line-height: 25px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;}
   
.label-sectionjobsite {
   
    background: #f4f4f4;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

.a_sectionjobsite {
    border: 1px solid #ddd;
    height: 100%;
}

.a_sectionjobsite ul{
font-size: 17px;
  line-height: 2;
    padding-left: 15px;
}

.paddinge2{padding: 0 10px 10px 10px;
}

.mtopBottom30{margin: 30px 0;}

.displayinlineBlock{display: inline-block; vertical-align: top}

.dateFootprints{ float: right;
    display: inline-block;
    vertical-align: top;
    clear: both;
    font-size: 18px;
    font-weight: bold;}



.posrealtiveimg img{width: 100%}

.lineheight2{ line-height: 2}

.label-logistic{ 
 
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
        word-spacing: 1px;

}

.label-logisticimg{ margin-top: 15px;
      width: 100%;
 }

.a_boderInWebSite{
  border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
 
}
    
.a_3d-headerimg {

margin-bottom: 10px;
    margin-top: 15px;

}

.ShrinkIMg{     margin: 15px 0;}
/*.all3dLocking{

      background: #f6f5f3;
    
}*/


.one-linePIC3D{
  margin-top: 67px;
}
    
.one-linePIC3D img , .a_3d-headerimg img{     border: 2px solid #ddd;}


.all-Shrink{

  border: 2px solid #ddd;
    padding: 7px;
        height: 100%;
  
}
  
.marginTopBottom30{margin: 30px 0;}

.custom-ul{    line-height: 2;
    font-size: 16px;}


.marginTopBottom20{margin: 20px 0}

 
.head-technical{font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 4px double #ddd;
    padding-bottom: 10px;
    width: 28%;
}



.Distributionf{padding: 15px}
.DistributionfIMG {margin: 10px 0}


.img-responsive   {
     
    margin: 0 auto;
}
    

.border-section{
background: #f7740a;
    text-align: center;
    padding: 10px;
    color: #FFF;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;


}   


.margin-bottom55
{    margin-bottom: 55px;}


.margin-bottom60
{    margin-bottom:80px;}

 
.margin-bottom30
{    margin-bottom:30px;}



.a_custom-carousel {
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.owl-theme .owl-nav [class*=owl-] {
   
    background: #f76d00 !important
   
}

.text-center {
    text-align: center;
    display: block;
}

.paddingAll {
    padding: 10px;
    text-align: center !important;
}

 .paddingAll p{  font-size: 15px !important; }

.a_pic_custom{ width: 60%;
    margin: 0 auto;}


nav:nth-child(2){ z-index: 8 !important }

.marginAndCenter {
    margin: 10px;
    display: inline-block;
}

 
.a_marginTopB10{margin: 10px 0}

.a_marginTop50{margin-top: 50px}


 


   /*******flex**************************/

   @media (min-width: 992px) {

       .row {
           display: -webkit-box;
           display: -webkit-flex;
           display: -ms-flexbox;
           display: flex;
       }
       .row>[class*='col-'] {
           display: flex;
           flex-direction: column;
       }
   }
   /*********media* ammar*******************************/

   @media (max-width: 768px) {

.grid figure img {
   
    height: auto !important;
    
}


       .kb_caption h2 {
           color: #FFF;
           background: transparent;
           padding: 10px;
       }
       .kb_caption h2,
       .kb_caption h1 {
           font-size: 10px;
           margin: 0;
       }
       #page-title h2:before,
       #page-title h2:after {
           display: none;
       }
       .nav-tabs>li {
           float: none;
           margin-bottom: 1px;
           background: #ddd;
       }
       .nav-tabs {
           border-bottom: transparent;
           margin-top: 25px;
       }
       .nav>li>a>img {
           width: 100%;
           height: initial;
           max-width: 100%;
       }
       #page-title3 h2:before,
       #page-title3 h2:after {
           display: none;
       }
       #page-title h2:before,
       #page-title h2:after {
           display: none;
       }
       #page-title3 h2:before,
        #page-title3 h2:after{
           display: none;
        }
       #page-title3 h2 {
           font-size: 30px;
       }
       #page-title3 h2 span {
           font-size: 23px;
       }

       .namecatogry {
           height: auto;
       }


       .cont-pic {

           margin: 0 auto;
           display: block;
           margin-bottom: 20px;
       }




       figure.effect-bubba h2 {
           padding-top: 25%;
       }
   }

   @media (min-width: 1024px) {
       nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
           font-family: 'FontAwesome';
           float: right;
           content: "\f104";
           margin-top: 0;
       }
       nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
           right: -200px;
       }
       nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
           font-family: 'FontAwesome';
           float: right;
           content: "\f105";
           margin-top: 0;
       }
       nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
           left: 315px
       }
       nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
           width: 320px;
       }
       nav.navbar.bootsnav ul.nav>li>a {
           padding: 30px 4px;
       }
       .navbar-right .dropdown-menu {
           left: 0;
           right: auto;
       }
       .navbar {
           border: 0;
       }
       nav.navbar.bootsnav.backtopnav ul.nav>li>a {
           padding: 10px 10px !important
       }
       .backtop1nav {
           background: #f1f1f1 !important;
           margin-bottom: 15px !important;
       }
       .backtopnav {
           margin-bottom: 5px !important
       }
       .nav>li>a>img {
           width: 100%;
       }
   }

   @media (max-width: 992px) {
   .labelTopHeader {
    
    width: 100%;
    
}


.marginAndCenter{margin: 10px ; text-align: center; display: block; }

#page-title3 h2:before, #page-title3 h2:after
 {
display: none !important
 }

.labelTopHeader:before,.labelTopHeader:after{ display: none;}

 

}



@media only screen and (max-width:1220px) {

.capture{width: 100%}


}



@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.downloadfile {
	color: #F60;
	font-size: 100%;
	font-weight: lighter;
	text-align: center;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background: #E9E9E9;
	margin-right: 0px;
line-height: 25px;
margin-top: 15px;
}
.downloadfile:hover {
	background: #F60;
	color: #fff;
	transition: all 0.9s ease 0s;
}


