
/*=============== 
1)  siteMapArea
2) Order Now con Link
3) CLIENT AREA START
4) section State footer links
5) Popup area

======================*/

input[type='date']:after
{
    content: attr(placeholder);
    color: grey;
}
input[type="date"]:focus:after
{
    content: ' ';
}

/*=============== siteMapArea ======================*/


.siteMapArea
{
      background: #f8f8f8;
      padding: 40px 0px;
}
ul.siteMap-main
{
  /*padding-left: 40px;*/
      list-style-type: none;
}
ul.siteMap-main li
{
    padding: 5px 0px;
        list-style-type: none;
}
ul.siteMap-main li a
{

    margin-left: 40px;
    color: #1d1c1c;
    font-size: 17px;

}
ul.siteMap-main:after 
{
    position: absolute;
    content: '';
    left: 15px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: #fddc00ab;
}
.siteMapArea ul.siteMap-main li
{
 position: relative;
}
.siteMapArea ul.siteMap-main li:before
{
    content: '';
    position: absolute;
    height: 1px;
    width: 27px;
    background-color: #fddc00;
    left: 0;
    top: 17px;
}
.siteMapArea ul.siteMap-main  li:after
{
    content: '>';
    color: #ba0304;
    padding-right: 10px;
    font-family: cursive;
    font-size: 16px;
    left: 22px;
    top: 6px;
    position: absolute;
}
.siteMapArea ul.siteMap-sub
{
  padding-left: 40px;
}
.siteMapArea ul.siteMap-sub  li
{
  
}
.siteMapArea ul.siteMap-sub li:before
{
    content: '';
    position: absolute;
    height: 1px;
    width: 65px;
    background-color: #fddc0066;
    left: -40px;
    top: 17px;
}
.siteMapArea ul.siteMap-sub  li:after
{
    content: '>';
    color: #ba0304;
    padding-right: 10px;
    font-family: cursive;
    font-size: 16px;
    left: 22px;
    top: 6px;
    position: absolute;
}

ul.siteMap-main li a:hover, ul.siteMap-sub li a:hover {
    left: 10px;
    /* margin-right: 9px; */
    margin-left: 44px;
}

/*=============== // siteMapArea ======================*/



/*=============== Order Area =================*/

.ordernow-footer
{
	position: relative;
	z-index: 999;
}
.ordernow-f
{
    position: fixed;
    bottom: 0%;
    /* right: 2%; */
    left: 0px;
    width: 100px;
    background: white;
    border-radius: 0% 39px 0px 0px;
    /* animation: white-shadow 1s infinite, red-shadow 1.2s infinite; */
    box-shadow: 0px 4px 16px #3b39397a;
}
.ordernow-f:hover  
{ 
	/*transform: scale(1.1);
	transition: ease all 0.5;*/
	
}
.ordernow-f a img
{
	
	height: 100px;
	padding: 10px;
}

.quick-enquiry-t 
{
position: fixed;
    /* top: 26%; */
    right: 2%;
    bottom: 8%;
    width: auto;
    /* background: white; */
    /* border-radius: 50%; */
    /* animation: white-shadow 1s infinite, red-shadow 1.2s infinite; */
    z-index: 999;
    text-align: right;
}
.quick-enquiry-t :hover  
{ 
	/*transform: scale(1.1);
	transition: ease all 0.5;*/
	
}
.quick-enquiry-t a {
   /* display: flex; */
    /* background: white; */
    border-radius: 30px;
    padding: 2px 2px;
    /* transition: ease all 0.5s; */
    position: relative;
    z-index: 9;
    text-align: center;
}
.quick-enquiry-t a:before
{
  content: '';
  position: absolute;
  height: 100%;
  width: 0px;
  padding: 2px 2px;
  /*background-color: red;*/
  /*transition:  ease  all 0.5s;*/
   border-radius: 30px;
   padding: 0px;
   transition: ease all 0.5s;
   top: 0;
   left: 0;
   z-index:5;
}
.quick-enquiry-t a:hover:before
{
  content: '';
  position: absolute;
  height: 100%;
  padding: 2px 2px;
  width: 100%;
  /*background-color: #1863ab;*/
   border-radius: 30px;
   top: 0;
   left: 0;
   z-index:5;
}
.quick-enquiry-t a:hover p
{
	color: white !important;
}
.quick-enquiry-t  a img
{
	    /* background: #1863ab; */
    width: 60px;
    height: 60px;
    padding: 0px 0px 5px 3px;
    border-radius: 50%;
    z-index: 9;
}
.quick-enquiry-t  a p
{
    line-height: 15px;
    font-weight: 700;
    color: #1863ab;
    padding: 0px 0px;
    z-index: 9;
    margin-bottom: 0px;
    color: white;
    text-shadow: 2px 2px 11px black;
        font-size: 19px;
}

@keyframes white-shadow {
     0% {
       -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
       box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
       -webkit-transition: box-shadow .3s ease-in-out;
       -webkit-transition: -webkit-box-shadow .3s ease-in-out;
       -o-transition: box-shadow .3s ease-in-out;
       transition: box-shadow .3s ease-in-out;
       transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
     }
     100% {
       -webkit-box-shadow: 0 0 0 20px transparent;
       box-shadow: 0 0 0 20px transparent;
       -webkit-transform: translate3d(0, 0, 0);
       -ms-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
       -webkit-transition: box-shadow .4s ease-in-out;
       -webkit-transition: -webkit-box-shadow .4s ease-in-out;
       -o-transition: box-shadow .4s ease-in-out;
       transition: box-shadow .4s ease-in-out;
       transition: box-shadow 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
     }
  }
  @-webkit-keyframes red-shadow {
     0% {
       -webkit-box-shadow: 0 0 0 0 rgba(199, 1, 38, 0.9);
       box-shadow: 0 0 0 0 rgba(199, 1, 38, 0.9);
     }
     100% {
       -webkit-box-shadow: 0 0 0 20px transparent;
       box-shadow: 0 0 0 20px transparent;
     }
  }
.ho-ev-latest.ho-ev-latest-bg-1.ho-seo-link:before, 
     .ho-ev-latest.ho-ev-latest-bg-2.ho-seo-link:before,
     .ho-ev-latest.ho-ev-latest-bg-3.ho-seo-link:before
{
        background:linear-gradient(to top, rgba(14, 20, 26, 0.18), rgba(56, 79, 105, 0.44))

}
/*=============== End Order Area =================*/

@media screen and (min-width: 320px) and (max-width: 720px){
.ordernow-f {
    position: fixed;
    bottom: 8%;
    /* right: 2%; */
    width: 69px;
    background: white;
    border-radius: 0% 39px 39px 0px;
    /* animation: white-shadow 1s infinite, red-shadow 1.2s infinite; */
    box-shadow: 0px 4px 16px #3b39397a;
}
.quick-enquiry-t {
    bottom: 0;
    right: 10%;
    top: auto;
    width: 20%;
}
.quick-enquiry-t a img {
    width: 45px;
    height: 45px;
    padding: 0px 0px 5px 3px;
}

.quick-enquiry-t a p {
    line-height: 39px;
    padding: 0px 0px 0px 10px;
}


} /*close @media*/
/*=============== // Order Now con Link ======================*/


/*========================================= 
             CLIENT AREA START
===========================================*/
.section.section-client {
    background: #efe8df;
    padding: 45px 0px 70px;
}
.client-logo-area ul li {
    width: 20%;
    float: left;
    /*border-left:1px inset #b3b1b15e;*/
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    transition: ease all 0.5s;
}

.client-logo-area ul li:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    /*background: #acacac;*/
    bottom: -4px;
    right: -4px;
    transform: rotate(45deg);
    transition: ease all 0.5s;
}
.client-logo-area ul li:nth-child(5n):after,
.client-logo-area ul li:last-child:after
{
    display: none;
}
.client-logo-area ul li:hover .c-logo-item:after
{
    position: absolute;
    content: attr(data-title);
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
    bottom: -88px;
    background: #ffffff30;
    color: #565151;
    font-size: 16px;
}
.client-logo-area ul li .c-logo-item {
    text-align: center;
    margin: 6px 17px;
    /*border-bottom: 1px inset #b3b1b15e;*/
    transition: ease all 0.3s;
    padding-bottom: 10px;
}
.client-logo-area ul li:hover .c-logo-item {
    transform: scale(1.1);
}
.client-logo-area ul li:nth-child(1)
{
    border-left: 1px dotted transparent;
}
.client-logo-area ul li:nth-child(6),
.client-logo-area ul li:nth-child(11),
.client-logo-area ul li:nth-child(16)
{
    border-left: 1px dotted transparent;
}
.c-logo-item img {
    height: 100px;
    width: 100%;
    padding: 8px;
}

@media screen and (min-width: 320px) and (max-width: 720px){

    .client-logo-area ul li 
    {
    width: 50%;
    float: left;
    margin-bottom: 0px;
   }
.c-logo-item img {
    height: auto;
    width: 100%;
}
.client-logo-area ul li:nth-child(odd),
.client-logo-area ul li:nth-child(11)
 {

    border-left: 1px dotted transparent;
}
.client-logo-area ul li:nth-child(6),
.client-logo-area ul li:nth-child(16)
{
    border-left: 1px inset #b3b1b15e;
}
.client-logo-area ul li:nth-child(odd):after
{
    display: block;
}
.client-logo-area ul li:nth-child(even):after
{
    display: none;
}
.client-logo-area ul li .c-logo-item {
    text-align: center;
    margin: 0px 5px;
}
.c-logo-item img {
    padding: 5px 0 6px 0;
}


}/* close @media*/
/*========================================= 
            // CLIENT AREA END
===========================================*/


/*---------------------------
section State footer links
-----------------------------*/
div#footer {
    background: #252424;
    padding: 50px 0px 30px;
    /*margin-top: 50px;*/
}
.state-column-area
{
    padding: 30px 0px
}
.state-column-area ul
{
     columns:  5;
     column-gap: 20px;
}
.state-column-area ul li
{
   position: relative;
   list-style-type: none;
}
.state-column-area ul li a:before
{
    content: '>';
    font-size: 14px;
    color: white;
    font-family: cursive;
    margin-right: 15px;
}
.state-column-area ul li h5 {
    padding-top: 10px;
    border-bottom: 1px solid #90909040;
    padding-bottom: 15px;
    /* list-style-type: none; */
        border-top: 1px solid #90909040;
}
.state-column-area ul li h5 a{
    font-size: 19px;
    color: #f9e563;
    margin: 10px 0px;
    
}

.state-column-area ul li a:before {
    content: '>';
    font-size: 14px;
    color: #4e148c;
    font-family: cursive;
    margin-right: 15px;
    font-weight: 700;
}

.state-column-area ul li h5 a:before
{
    display: none;
}
.state-column-area ul li a
{
    color: #2e2e2f;
    font-size: 1em;
    font-weight: 600;
        padding: 3px 0px !important;
    display: block;
}
.footer-top-link {
    padding: 40px 0px;
    background: #80808017;
}
.wgs-content.state-own-column-area h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 23px;
}
.wgs-content.state-own-column-area ul
{
  column-count: 5;
  column-gap: 40px;
}
.wgs-content.state-own-column-area ul li{
    margin-bottom: 10px;
    border-bottom: 2px dashed #80808036;
    padding-bottom: 10px;
}
.wgs-content.state-own-column-area ul li a {
    font-size: 17px;
    color: #4e4b4b;
}


.wgs-content.state-own-column-area {
    padding:  0px;

}
.wgs-content.state-own-column-area h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 23px;
}
.wgs-content.state-own-column-area ul
{
    column-count: 7;
    column-gap: 40px;
}
.wgs-content.state-own-column-area ul li{
    margin-bottom: 10px;
    border-bottom: 2px dashed #80808036;
    padding-bottom: 10px;
}
.wgs-content.state-own-column-area ul li a {
    font-size: 17px;
    color: #232627;
}

.state-column-area  ul
{
    -moz-column-count: 6;
    -moz-column-gap: 20px;
    -webkit-column-count: 6;
    -webkit-column-gap: 20px;
    column-count: 6;
    column-gap: 20px;
    margin-bottom: 40px;
}

.footer-address-area {
    padding: 40px 0px;
    border-top: 1px solid #1e7dd8;
    background-color: #161616;
    margin-top: 30px;

}
.state-column-area h3
{
    text-align: center;
    color: white;
    margin-bottom: 50px;
    font-size: 25px
}
.footer-widget-own {
    border-top: 3px solid #66565c;
    background: radial-gradient(#f3f5f4, #fffed3);
}

li.f-s-head {
    padding: 10px 0px;
    border-top: 1px dashed #d9d7d775;
    border-bottom: 1px dashed #d9d7d775;
    margin-bottom: 20px;
    font-size: 20px;
    color: white;
}

li.f-s-head a{
    color: white;
}
.f-state-area ul li a {
    color: #f5f4ef;
    padding: 2px 0px;
    display: block;
}
.f-state-area ul {
    column-count: 6;
}

.footer-h-area h3 {
    text-align: center;
    margin-bottom: 31px;
}
@media screen and (min-width: 320px) and (max-width: 720px){
.state-column-area ul, .wgs-content.state-own-column-area ul  {
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap:0px;
    column-count: 2;
    column-gap: 0px;
    margin-bottom: 0px;
}





}/*close @media*/
/*---------------------------
// section State footer links
-----------------------------*/

/*=============== Start Popup area =================*/

.modal-backdrop.show {
    opacity: 0.5 !important;
    z-index: 1 !important;
}

.modal-dialog.order-dialog{
    margin-top: 10%;
}
.modal-header.order-form-header
{
      width: 100%
}
.modal-header.order-form-header > h4.modal-title
{
    float: left;
    width: 90%;
    text-align: center;
}
.modal-header.order-form-header > button.close
{
      float: right;
      width: 10%
}
.order-form > form > div .form-control
{
   margin-bottom: 15px;
}
.order-form > form > div > input.btn.btn-block {
    background: #608b79;
    color: white;
    width: 42%;
    margin: 17px auto;
}
/*=============== End Popup area  =================*/


/*=============== ask-que  =================*/
.ask-que-area ul  {
}
.ask-que-area ul li h3 {
    font-size: 21px;
    color: #3b3636;
    background: #c6dff7;
    padding: 4px 20px;
    font-weight: 700;
    /* margin-bottom: 20px; */
        border-left: 4px solid #0781f8;
}
.ask-que-area ul li p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #777171;
    padding: 10px 0px 20px 10px;
}



/*=============== End  ask-que  =================*/
nav ul li.enq-btn a:hover {
    background: #eae7e7;
}