


/*================================================================*/
/*import fonts*/
/*================================================================*/

  @import url(../fonts/font-awesome/font-awesome.css);
  @import url(../fonts/js-r/JFFlatregular.css);
  @import url(../fonts/jf-m/JFFlatmedium.css);

/*================================================================*/
/*fonts names*/
/*================================================================*/

/*================================================================*/
/*
font-family: 'jf;
/*================================================================*/

/*================================================================*/
/*bgs for test*/
/*================================================================*/
.bg { background: #000; }
.bg2{ background: #f00; }
.bg3{ background: #00f; }
.bg4{ background: #ed0; }
.bg5{ background: #abc; }
.bg6{ background: #cba; }
.bg7{ background: #bac; }

/*================================================================*/
/*colors*/
/*================================================================*/
/* c69c6d  */




/*================================================================*/
/*puplic*/
/*================================================================*/
.no-margin    { margin: 0 !important;  }
.no-padding { padding: 0 !important; }



.no-left-margin    { margin-left: 0 !important;  }
.no-right-margin   { margin-right: 0 !important;; }
.no-top-margin     { margin-top: 0 !important;;   }
.no-bottom-margin  { margin-bottom: 0 !important;;}
.no-left-padding   { padding-left: 0 !important;; }
.no-right-padding  { padding-right: 0 !important;;}
.no-top-padding    { padding-top: 0 !imoirtant; }
.no-bottom-padding { padding-bottom: 0 !important; }

.padding-top-30{ padding-top: 30px; }
.padding-top-50{ padding-top: 50px; }
.padding-bottom-30{ padding-bottom: 30px; }
.padding-bottom-50{ padding-bottom: 50px; }

.padding-bottom-5{ padding-bottom: 5px; }


.padding-top-15{ padding-top: 15px  }
.padding-bottom-15{ padding-bottom: 15px; }

.padding-left-15{ padding-left: 15px; }
.padding-right-15{ padding-right: 15px; }

.padding-left-30{ padding-left: 30px; }
.padding-right-30{ padding-right: 30px ; }

.padding-left-50{ padding-left: 50px; }
.padding-right-50{ padding-right: 50px; }

.padding-top-10{ padding-top: 10px; }
.padding-bottom-10{ padding-bottom: 10px; }

.padding-top-5{ padding-top: 5px; }
.padding-bottom-5{ padding-bottom: 5px; }



.padding-left-20{ padding-left: 20px; }
.padding-left-5{ padding-left: 5px; }
.padding-right-5{ padding-right: 5px; }


.form-group-8{ margin-bottom: 8px !important;}

.margin-top-30{ margin-top: 30px !important; }
.margin-top-50{ margin-top: 50px; }
.margin-bottom-30{ margin-bottom: 30px; }
.margin-bottom-50{ margin-bottom: 50px; }


.margin-top-15{ margin-top: 15px !important;  }
.margin-bottom-15{ margin-bottom: 15px; }

.margin-left-15{ margin-left: 15px; }
.margin-right-15{ margin-right: 15px; }

.margin-left-30{ margin-left: 30px; }
.margin-right-30{ margin-right: 30px; }


.margin-left-50{ margin-left: 50px; }
.margin-right-50{ margin-right: 50px; }

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

.margin-left-10{ margin-left: 10px; }
.margin-right-10{ margin-right: 10px; }




.margin-top-5{ margin-top: 5px  !important; }
.margin-bottom-5{ margin-bottom: 5px; }

.margin-right-5 { margin-right: 5px; }



.no-border{ border: 0 !important;}


a, button {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover , button:hover{ text-decoration: none; }
a{outline:none !important;  }
a:focus , a:visited , a:active{ color: none; text-decoration: none;  outline: 0; }

/*header*/

.btn:active , .btn:focus{ outline: 0; }

.tran-moz{
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.tran-moz:hover{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
 


.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  outline: none;
  outline-offset: 0px;
}







*
{
    margin: 0;
    padding: 0;
}

body
{ 
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'jf', sans-serif;
    font-size: 100%; /*eq=16px;*/
    font-weight: 300;
/*    overflow-x: hidden;*/
     
}
 

/*header*/
header {
  background: #fff;
  z-index: 99999;
  position: static;
  width: 100%;
  top: 0;
  box-shadow: 0 0 10px 6px rgba(51,51,51,0.1);
  transition: .6s all;
    opacity: 1;
  
}

.logo
{
    display: block;
    margin: 15px 0;
}


.logo .logo-left 
{
    float: right;
    display: block;
}


.logo .logo-txt
{
    font-size: 14px;
    font-weight: 400;
    color: #287469;
      padding-top: 23px;
  padding-right: 15px;
}


header .main-menu
{
    float: left;
    margin-bottom: 0;
}

.header .menu > ul > li > a 
{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    display: block;
    padding: 38px 15px;
    font-weight: 400;
}



.header .menu > ul > li > a:hover 
{
 
    color: #287469;
 
}



.header .menu > ul > li.search-menu.dropdown .dropdown-menu {
  box-shadow: 0 0 10px 6px rgba(51,51,51,0.1);
  left: 0;
   right: inherit;
   border: 0;
  border-radius: 0;
  width: 470px;
  padding: 15px 0;
  top: 94px;
}




.search-box-cont-input {
  width: 100%;
  height: 45px;
  padding: 0 10px 0 10px;
  font-weight: 300;
  border: none;
  background: transparent;
  color: #287469;
  -webkit-transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
  transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
  /* border: 0; */
  outline: 0;
  border: 1px solid #ddd;
}


.search-submit {
  font-size: 18px;
  border: none;
  background: none;
  color: #287469;
  position: absolute;
  top: 4px;
  left: 15px;
}


.search-menu a
{
    cursor: pointer;
}

li.search-menu.dropdown , li.search-menu.dropdown > a
{
    padding-left: 0 !important;
}

.cl-effect-13 li.search-menu.dropdown a:hover::before, .cl-effect-13 li.search-menu.dropdown a:focus::before
{
    display: none !important;
}

 

.search-menu a.btn.search-submit:active, .search-menu a.btn.search-submit.active
{
    outline: 0;
    box-shadow: none;
}



.smaller-top
{
    top: -200px;
    transition: .5s all;
    opacity: 0;
}


.smaller 
{
    position: fixed;
    top: 0px;
     transition: .5s all;
    opacity: 1;
}






/****************************/


/*
 .slider
{
    margin-top: 95px;
}

*/

@media only screen and (min-width: 1170px) {
  .cd-hero-slider {
    height: 500px;
  }
}


.slider .cd-full-width h2
    {
        font-size: 20px;
        font-weight: 400;
        background: #287469;
        color: #fff;
        padding:10px 30px;
    }


.slider .cd-full-width p
    {
        font-size: 18px;
        font-weight: 400;
        background: #fff;
        color: #287469;
        padding:10px 30px;
    }



.cd-hero-slider h2, .cd-hero-slider p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: auto !important;
   max-width: none !important; 
  display: inline-block;
}

    
    
/*************** heading **************/
.heading {
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 50px;
}


    .heading h1 {
  line-height: normal;
  color: #333;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0px;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 0;
  background: #fff;
  padding: 0 30px;
  position: relative;
  z-index: 9;
  font-size: 20px;
  margin-top: 0;
}

.heading p {
  color: #034c31;
  font-size: 15px;
  font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
}


.heading:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dfdcdc;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 60%;
}


 
 .main-portfolio .grid , .works-left-sidebar  .grid
{
    margin: 0;
    padding: 0;
}
 


.main-portfolio .grid figure ,
.works-left-sidebar .grid figure
{
  position: relative;
  float: none !important;
  overflow: hidden;
  margin:0;
  min-width: 320px;
   max-width: 100%; 
  max-height: 370px;
  width: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}


.main-portfolio .grid figure a ,
.works-left-sidebar .grid figure a
{
    display: block;
}


 


.main-portfolio .grid figure  ,
.works-left-sidebar .grid figure  
{
    background: #fbd17c;
}

 .main-portfolio figure.effect-bubba img ,  
.works-left-sidebar figure.effect-bubba img   {
  opacity: 1;
       width: 100%;
  max-width: 100%;
}

 
.main-portfolio figure.effect-bubba figcaption::after ,
.works-left-sidebar figure.effect-bubba figcaption::after
{
  border-right: 2px solid #000 !important;; 
  border-left: 2px solid #000;
}


.main-portfolio figure.effect-bubba figcaption::before ,
.works-left-sidebar figure.effect-bubba figcaption::before 
{
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}




.main-portfolio  figure.effect-bubba h2  
 
{
    color: #000;
    font-size: 0px;
    padding-top: 45% !important;
/*    transition: .5s all;*/
}



.main-portfolio  figure.effect-bubba:hover h2
{
    font-size: 24px;
}



 
.main-portfolio figure.effect-bubba.main-portfolio-big h2  
{
    padding-top: 20% !important;;
}


.main-portfolio figure.effect-bubba.main-portfolio-big
{
    margin-top: 30px;
}

 
.works-left-sidebar figure.effect-bubba h2 {
  color: #000;
  font-size: 24px;
  padding-top: 30px !important;
   transition: .5s all; 
  text-align: right;
   padding-right: 5px;
}



.works-left-sidebar   figure.effect-bubba:hover p
{
    padding-right: 5px;
    text-align: right;
}



.works-left-sidebar figure.effect-bubba:hover h2 , 
.works-left-sidebar   figure.effect-bubba:hover p{
 
   text-align: right;
   padding-right: 50px;
}





.works-left-sidebar figure.effect-bubba p {
  padding: 0 10px;
   opacity: 1; 
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,0px,0);
  transform: translate3d(0,0px,0);
  text-align: right;
    transition: .5s all;
}

.works-left-sidebar figure.effect-bubba:hover p
{
     -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}



.owl-theme .owl-controls .owl-nav div:hover
{
    background: #ccc !important;
}


.owl-theme .owl-controls .owl-nav.owl-prev
{
    padding-left: 8px;
}

.owl-theme .owl-controls .owl-nav.owl-next
{
    padding-left: 8px;
}
 
.more-link
{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    display: inline-block !important;
    letter-spacing: 0;
    position: relative;
    transition: .5s all;
}


.more-link:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f177";
  position: absolute;
  right: 100%;
  top: 6px;
  margin-right: 10px;
    transition: margin-right .2s ;
    
    
}



.more-link:hover
{
    color: #287469;
}



.more-link:hover:after
{
    margin-right: 15px;
}


.visit-box
{
    width: 100%;
    min-height: 150px;
    background: url(../img/visit.png) no-repeat ;
    background-size: cover;
    position: relative;
    margin-top: 30px;
    
    
}


.visit-box a  
{
    display: block;
     padding: 20px 30px 15px 30px;
}


.visit-box h3 ,  .order-box h3 , .news-letter h3
{
    margin-top: 0;
    color: #000;
    transition: .5s all;
}

.visit-box p , .order-box p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding-left: 70px;
  line-height: 25px;
}


.visit-box span {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
       transition: .5s all;
  }




.visit-icon , .order-icon
{
    position: absolute;
    left: 15px;
    bottom: 15px;
}


.visit-box:hover span 
{
    color: #000;
}


.visit-box:hover h3

{
    color: #fbd17c;
    transition: .5s all;
}

  .order-box a
{
    display: block;
     padding: 15px 30px 2px 30px;
}



.order-box
{
    background: #fbd17c;
    position: relative;
    margin-top: 30px;
}

.order-box p
{
    padding-left: 100px;
    color: #000;
    transition: .5s all;
}



.order-box:hover p , .order-box:hover h3
{
    color: #287469;
}

.news-letter
{
    background: #f2f3f2;
    padding: 20px 30px 15px 30px;
    margin-top: 30px;
}


.news-letter h3
{
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
}

.news-letter input
{
    border-radius: 0;
    color: #666;
    box-shadow: none;
}


.btn-default
{
    border: 2px solid #000;
    font-size: 15px;
    background: none;
    border-radius: 0;
    font-weight: 400;
    text-shadow: none;
}


.latest-works
{
    background: url(../img/work-pt.png) no-repeat bottom right;
    padding-bottom: 70px;
}


/*patterns*/
.patterns
{
    background: #f1f1f1;
    width: 100%;
    padding-bottom: 70px;
}

 .patterns .heading h1
{
     background: #f1f1f1;
}


.patterns .pttrn-title
{
    color: #000;
    font-weight: 400;
    font-size: 18px;
}


.patterns .pttrn-title span
{
    font-weight: 300;
    color: #287469;
}

.patterns  .pttrn-txt
{
    font-size: 14px;
    color: #666;
    transition: .5s all;
    font-size: 14px;
  color: #666;
  transition: .5s all;
  height: 45px;
  overflow: hidden;
 }


.patterns  .pttrn-size
{
    font-size: 15px;
    font-weight: 400;
    color: #287469;
    margin: 10px 0;
}



.patterns .pttrn-box img
{
    width: 100%;
    max-width: 100%;
    transition: .5s all;
}


.patterns .pttrn-box:hover img
{
    opacity: .5;
}

 

.patterns .box-in
{
    margin-bottom: 30px;
}

.patterns .pttrn-box:hover .pttrn-title,
.patterns .pttrn-box  .pttrn-title:hover span
{
    color: #f2b33d !important;
}

.patterns .pttrn-box:hover .pttrn-txt
{
    color: #000;
}

/*new*/

.new-zomord
{
    padding-bottom: 30px;
}
.new-zomord .new-box
{
    position: relative;
}

.new-zomord .new-cat
{
    position: absolute;
    top: 30px;
    right: 30px;
    background: #272930;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    padding: 20px;
    text-align: center;
}

.new-zomord .new-cat span
{
    display: block;
    line-height: 30px;
}



.orange
{
    background: #f2b33d !important;
}



.green
{
    background: #8edacf !important;;
}


.owl-controls
{
    width: 50%;
    margin: auto;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]
{
    font-size: 0 !important;;
    background: none !important;
    text-align: center;
}


.owl-theme .owl-controls .owl-nav .owl-next i ,
.owl-theme .owl-controls .owl-nav .owl-prev i
{
    color: #666;
    font-size: 18px !important;
}

.owl-theme .owl-controls
{
    margin-top: 15px !important;; 
}

.new-zomord  figure.effect-bubba
{
  background: none !important;;  
}

.new-zomord figure.effect-bubba img
{
opacity: 1 !important;
}

.new-zomord figure.effect-bubba:hover  {
  background: #fbd17c !important; 
}





.new-zomord .grid figure  
{
    background: #fbd17c;
}

.new-zomord figure.effect-bubba img   {
  opacity: 1;
       width: 100%;
  max-width: 100%;
}

 
.new-zomord figure.effect-bubba figcaption::after  
{
  border: 0;
}


.new-zomord figure.effect-bubba figcaption::before  
{
 border: 0;
}


.new-zomord figure.effect-bubba:hover img
{
    opacity: .5 !important;;;
}


/*cl*/
.clients
{
    padding-bottom: 70px;
}

.clients .item a
{
    display: block;
    padding:0 50px;
}


/*ab-home*/
.home-about .box-in
{
    background: #1f2127;
}

.ab-home-img
{
    width: 100%;
    height: 600px;
    background: url(../img/ab-home.jpg) no-repeat ;
    background-size: contain;
}


.about-zomord
{
    padding: 70px  40px 0 80px!important;
}



.about-zomord-title
{
    color: #fff;
    font-size: 24px;
}


.about-zomord-txt {
  color: #fff;
  font-size: 14px;
  margin: 15px 0;
  font-weight: 400;
  line-height: 28px;
    height: 56px;
    overflow: hidden;
}




.about-zomord-box 
{
    color: #fff;
    border: 2px solid #fff;
    width: 48% !important;
    float: right;
    padding: 30px;
    font-size: 16px;
    margin: 30px 0;
}

.about-zomord-box a
{
    color: #fff;
}

.about-zomord-box a:Hover 
{
    color: #FBD17C;
}

.about-zomord-box:last-child
{
    float: left;
}


.about-zm-img
{
    width: 70px;
    height: 70PX;
    text-align: center;
    line-height: 70px;
    margin: auto;
}


 .home-about .box-in
{
    position: relative;
}


 .home-about .box-in:before {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  border: 2px solid #fff;
     height: 520px;
}




 .home-about .ab-home-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0px;
  right: 40px;
  border: 2px solid #fff;
   border-left: 0;
}



.home-about
{
    padding-bottom: 70px;
}



/*footer*/

.footer
{
    border-top: 1px solid #ddd;
    padding-top: 50px;
    margin-top: 50px;
}


.foo-h1
{
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 30px;
}


.foo-txt
{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    font-weight: 400;
}

.footer-list li {
  font-size: 15px;
  color: #666;
     margin: 12px 0;
    font-weight: 400;
}


.footer-list li span , .footer-list li i
{
    direction: ltr;
  text-align: right;
  float: right;
  text-align: right;
}


 .footer-list li i
{
    font-size: 20px;
    position: relative;
    top: 0;
    margin-left: 15px;
}


 .footer-list li:first-child i
{
  
    margin-left: 22px;
}



 .footer-list li i.fa-envelope-o
{
     font-size: 18px;
 }


.second-foo .foo-h1
{
    color: #e20022;
}

.second-foo .footer-list li:first-child
{
    margin-top: 0;
}


.second-foo .footer-list li a
{
    color: #666;
     font-weight: 400;
}

  .footer-list li a
{
    color: #666;
 }

  .footer-list li a:hover ,
  .footer-list li:hover
{
    color: #287469;
 }


.second-foo .footer-list li a:Hover
{
    color: #e20022;
}



.second-foo .footer-list li .left-arrow
{
     
   	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right:6px solid #e20022;
    position: relative;
    top: 6px;
    margin-left: 10px;
}



.bot-footer
{
    background: #27282d;
    padding: 30px;
}


.sm-footer
{
background: #f2f2f2;
 padding: 40px; 
    margin-top: 70px;
}


.sm-footer li a
{
    color: #27282d;
    font-size: 36px;
    margin: 0 15px;
}

.sm-footer li a:hover
{
    color: #e20022;
}

.footer-logo
{
    float: left;
   
}

.footer-copyright 
{
   font-size: 15px;
    color: #575963;
    font-weight: 400;
    padding-top: 30px;
}

.new-box , 
.new-cat
{
    transition: .5s all;
}
.new-zomord .new-box:hover  .new-cat
{
    background: #fff !important;
    color: #287469;
}




/***********************/
.error-404.text-center
{
    padding: 70px;
}

.re-home {
  padding: 15px 30px;
  background: #287469;
  color: #fff;
  font-size: 18px;
  margin: 15px auto;
  display: inline-block;
}

.re-home:hover {
   background: #F2B33D;
  color: #fff;
  font-size: 18px;
  margin: 15px auto;
  display: inline-block;
}

 
#map-canvas {
  width: 100%;
  margin: 0 auto;
  height: 450px;
  margin-bottom: 30px;
}




/*inner pages*/
.breadcrumb-box-center, .breadcrumb-box-center .breadcrumb-box-txt, .breadcrumb-box-center .content-txt-by {
  text-align: center;
}
.breadcrumb-box {
  height: 200px;
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
    margin-bottom: 30px;
 }


.breadcrumb-box-img {
  width: 100%;
  height: 100%;
  margin: auto;
  opacity: .7;
  transition: .5s all;
 }



.breadcrumb-box-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  padding-top:50px;
  font-weight: 700;
  color: #fff;
}



.breadcrumb-box-center .breadcrumb-box-txt {
  font-size: 36px;
  text-align: center;
    font-weight: 400;
    border-bottom: 1px solid #fff;
}
 
.breadcrumb-box-txt {
  font-weight: 700;
  color: #fff;
  line-height: normal;
}


.breadcrumb-box-center .content-txt-by {
  font-size: 20px;
}
 


/*contact*/
.contact-address  a
{
    float: right;
    direction: ltr;
}

.contact-address  span
{
    float: right;
    direction: rtl;
    text-align: right;
    margin-left: 5px;
}




.contact-co-info  h3  ,
.contact-from-box  h3  
{
  line-height: normal;
  color: #287469;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0px;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 0;
  background: #fff;
   position: relative;
  z-index: 9;
  font-size: 20px;
  margin-top: 0;
}


.contact-details {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 28px;
    text-align: justify;
}


.contact-address  a
{
    color: #333;
}

  
.contact-address  a:hover
{
    color: #287469;
}


.contact-from-box label
{
    font-size: 12px;
    font-weight: 400;
    color: #333;
}



.contact-from-box .form-control
{
    font-size: 13px;
    font-family: tahoma;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


.contact-map
{
margin-top: 30px;
}



.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background: none !important;
  border-radius: 0px !important;;
  float: none;
  text-align:center;
}
 


.breadcrumb li.active ,
.breadcrumb li  a
{
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}


.breadcrumb li.active
{
    color: #287469;
}


.breadcrumb li  a:hover
{
     color: #287469;
}


/***********************/
/*about*/
.list-boxs .media-body ,
.project-manager .media-body 
{
  font-size: 15px;
  color: #666;
  line-height: 25px;
  text-align: justify;
  direction: rtl;
}



.mid-list li a
{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding: 0 15px;
}




.mid-list li a:hover
{
  color: #287469;  
}


/*work*/
.inner-box-cont-in   .main-portfolio
{
    margin-top: 30px;
}

 
.inner-box-cont-in .main-portfolio .grid figure {
  position: relative;
  float: none !important;
  overflow: hidden;
  margin: 0;
  min-width: 100%;
  max-width: 100%;
  max-height: 370px;
  width: 100%;
   text-align: center;
  cursor: pointer;
    margin-bottom: 30px;
}



.grid
{
    width: 100% !important;
    max-width: 100% !important;
}



.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777777;
  background-color: none !important;
  border-color: #dddddd;
  cursor: not-allowed;
}


.pagination > li > a, .pagination > li > span {
  background: none !important;
    font-weight: 400;
    
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #666;
  background-color: none !important;
  border: 1px solid #ccc !important;
  margin-left: 0px;
}
.pagination > li > a, .pagination > li > span {
  float: right;
  margin-right: 2px !important;
  margin-left: 2px !important;
}



.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #287469 !important;
  border-color: #287469 !important;
  cursor: default;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  margin-right: 2px !important;
  border-radius: 0 !important;
}


.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 2px !important;
  border-radius: 0 !important;
}


.pagination > li > a, .pagination > li > span {
  float: right;
  margin-right: -1px;
  margin-left: 0px;
  font-weight: 400;
  font-size: 14px;
}



/*work-det*/
.owl-work-carousel.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  max-height: 400px;
  overflow: hidden;
}



.owl-work-carousel.owl-theme .owl-controls {
  margin-top: -18px !important;
      position: absolute;
  top: 50%;
    width: 100%;
}


    .owl-work-carousel.owl-theme .owl-controls .owl-prev
    {
        position: absolute;
        right: 0;
    }




    .owl-work-carousel.owl-theme .owl-controls .owl-next
    {
        position: absolute;
        left: 0;
    }


    .owl-work-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]
{
      background: #f1f1f1 !important;
  border-radius: 0 !important;;
  margin: 0;
  padding: 15px 20px !important;
    transition: .5s all;
}




    .owl-work-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:hover
{
      background: #287469 !important;
      color: #fff !important;
}




    .owl-work-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:hover i
{
       color: #fff !important;
}


.work-det-header
{
    color: #287469;
    margin-bottom: 30px;
}





.work-date .date-title  , .work-date .date-txt
{
    font-size: 15px;
    font-weight: 400;
}

.work-det-txt
{
    margin: 15px 0;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 28px;
}

.work-det-sub-header
{
  color: #287469;
    font-size: 16px;
    font-weight: 400;
    
}



.works-det-sidebar .visit-box , .works-det-sidebar  .order-box
{
    height: 150px;
}


.works-det-sidebar  .order-box a
{
    padding-top: 30px;
}


.work-sm
{
  width: 100%;
  min-height: 70px;
  /* background-color: #f1f1f1; */
  border: 1px solid #ddd;
  margin-top: 30px;
}



/*order*/

.order h3.work-det-header {
  border-bottom: 2px solid #D5D5D5;
padding-bottom: 15px;
  margin: 30px 0;
}



.datepicker.dropdown-menu {
  right: inherit;
  left: 0;
  float: none;
  text-align: right;
}




.notes .checkbox{
    float: right;
    margin-left: 30px;
}



.order-notes .notes-title
{
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
    font-weight: 400;
    border-bottom: 0;
    margin-bottom: 0px;
}



input.form-control, select.form-control, textarea.form-control {
  background: none;
  background-color: #fbfbfb;
  border: 2px solid #d5d5d5;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  color: #999;
  margin-bottom: 5px;
  line-height: 1.428571429;
  padding: 6px 12px;
  transition: .5s all;
    font-size: 13px;
    font-family: tahoma;
}



input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #555;
  background: #fff;
  transition: .5s all;
}



.form-horizontal .control-label {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}



.order .form-group
{
    margin-bottom: 0;
}

.order-date-label
{
    font-size: 13px;
  font-weight: 400;
  color: #666;
  margin-bottom: 15px;
  display: block;
}


.checkbox  label
{
    font-size: 14px;
    font-weight: 400;
}


.notes
{
    margin-bottom: 30px !important;
}

.form-send-btn
{
     border-top: 2px solid #d5d5d5;
    padding-top: 30px;
 
}



.datepicker td.active, .datepicker td.active:hover ,
.datepicker td span.active:hover, .datepicker td span.active:focus, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled]{
  text-shadow:none;
  background: #287469 !important;
  /* border: 1px solid #C7C7C7; */
  /* color: #287469 !important; */
  border-radius: 0;
}



.datepicker td, .datepicker th , .datepicker td span
{
    border-radius: 0 !important;;
}


.dow
{
    font-weight: 400 !important;
}




.order .work-det-header
{
    margin: 30px 0;
}



.qu-num-box input
{
    padding-left: 50px;
    position: relative;
    
}


.qu-num
{
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 15px;
    font-weight: 400;
    background: #287469;
    height: 34px;
    width: 40px;
    text-align: center;
    line-height: 34px;
    color: #fff;
}

.class-items
{
    margin-bottom: 15px !important;
}


.order-form
{
    padding-left: 60px !important;
}


textarea
{
    resize: vertical;
}


.inner-box-cont .heading
{
    margin-top: 20px;
}


/*patterns*/


.inner-box-cont-in   .patterns
{
    background: none;
}


  .inner-box-cont-in   .pttrn-box
{
    margin: 30px 0;
}



/*new*/
.alert-info {
	color: #333;
	background: #d9edf7 !important;
	border-color: #bce8f1;
    font-size: 15px;
    border-radius: 0;
    border-width: 2px;
}


.search-box-page
{
    padding: 50px 0;
}

.mb-none
{
    font-size: 14px;
}


 .search-box-page .input-group input.form-control  {
	background: none;
	background-color: #fbfbfb;
	border: 2px solid #d5d5d5;
	border-radius: 0 !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	color: #999;
	margin-bottom: 5px;
	line-height: 1.428571429;
	padding: 6px 12px;
	transition: .5s all;
	font-size: 13px;
	font-family: tahoma;
     height: 45px;
     border-left: 0;
}


.search-box-page .btn-primary
{
    border-radius: 0 !important;
    height: 45px;
    background: #fff;
    border:2px solid #ddd;
    
}

.search-box-page .btn-primary {
	border-radius: 0 !important;
	height: 45px;
	background: #287469;
	border: 0;
	margin-top: -5px;
	color: #fff;
	padding: 0 20px;
	 margin-right: 0px !important;; 
}

.search-box-page .btn-primary:hover
{
    background: #FBD17C;
    color: #000;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group
{
    margin-right: 0 !important;;
} 

 

.search-box-page  .heading-primary
{
    	color: #287469;
}



ul.simple-post-list li {
	border-bottom: 1px dotted #E2E2E2;
	padding: 15px 0;
}


ul.simple-post-list .post-meta {
	color: #888;
	font-size: 0.8em;
}


.post-info
{
    font-size: 14px;
    
}


.post-info  a
{
    color: #333;
    font-weight: 400;
    margin-bottom: 6px;
    display: inline-block;
}

ul.simple-post-list li
{
    transition: .5s all;
}

ul.simple-post-list li:hover
{
    color: #287469;
    background: #f1f1f1;
    padding-right: 15px;
    
}



ul.simple-post-list li a:hover
{
    color: #287469;
 }








