*{

    margin:0;

    padding:0;

    border:none;

}
html{overflow-x: hidden;}
ul, li {list-style:none; text-decoration:none;}

ul{padding: 0px; margin:0px;}

a{ color:#fb2e23; text-decoration:none; outline:none; border:none; transition: 0.5s linear; }

a:hover, a:focus, a:active { text-decoration: none; transition: 0.5s linear; outline:none;}

h1, h2, h3, h4, h5, h6{ color:#0e4b8e;  padding: 0px; font-weight:initial; font-family: 'SourceSansPro-Bold';}

h3{font-family: 'SourceSansPro-Bold'; font-size:36px;}

img{ max-width:100%; vertical-align:middle;}

input:focus, select:focus{outline:none;}

:focus{outline:none;}



::-webkit-scrollbar {

    width: 6px;

    color: #000;

}



::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 6px #000; 

    border-radius: 10px;

    border-color: #000;

}



::-webkit-scrollbar-thumb {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 6px #000; 

}





body{ font-family: 'SourceSansPro-Regular'; color: #000; font-size: 16px; overflow-x: hidden;}



@font-face {

  font-family: 'SourceSansPro-Regular';

  src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),  

       url('../fonts/SourceSansPro-Regular.otf')  format('opentype'),

       url('../fonts/SourceSansPro-Regular.woff') format('woff'), 

       url('../fonts/SourceSansPro-Regular.ttf')  format('truetype'), 

       url('../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');

  font-weight: normal;

  font-style: normal;

}

@font-face {

  font-family: 'SourceSansPro-Semibold';

  src: url('../fonts/SourceSansPro-Semibold.eot') format('embedded-opentype'),

       url('../fonts/SourceSansPro-Semibold.otf')  format('opentype'),

       url('../fonts/SourceSansPro-Semibold.woff') format('woff'), 

       url('../fonts/SourceSansPro-Semibold.ttf')  format('truetype'), 

       url('../fonts/SourceSansPro-Semibold.svg#SourceSansPro-Semibold') format('svg');

  font-weight: 600;

  font-style: normal;

}



@font-face {

  font-family: 'SourceSansPro-Bold';

  src:url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),  

      url('../fonts/SourceSansPro-Bold.otf')  format('opentype'),

      url('../fonts/SourceSansPro-Bold.woff') format('woff'), 

      url('../fonts/SourceSansPro-Bold.ttf')  format('truetype'), 

      url('../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');

  font-weight:700;

  font-style: normal;

}



@font-face {

  font-family: 'SourceSansPro-Black';

  src:url('../fonts/SourceSansPro-Black.eot') format('embedded-opentype'),

      url('../fonts/SourceSansPro-Black.otf')  format('opentype'),

      url('../fonts/SourceSansPro-Black.woff') format('woff'), 

      url('../fonts/SourceSansPro-Black.ttf')  format('truetype'), 

      url('../fonts/SourceSansPro-Black.svg#SourceSansPro-Black') format('svg');

  font-weight: normal;

  font-style: normal;

}









.about-content a.aboutlink {
  padding: 0px 0px;
  border: none;
  font-size: 14px;
  color: #363636;
  text-transform: none;
  font-family: 'SourceSansPro-Semibold';
  display: inline;
  max-width: 100%;
  text-align: left;
  margin-top:0px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}




.no-padding{padding:0px;}

.container-fluid{

  padding:0px;

}

.header-wrapper{

  border-top:4px solid #fb2e23;

}

.top-call-right{

  padding:12px 25px 12px 30px;

  background-color:#fb2e23;

  background-image:url(../images/top-right-back.png);

  background-repeat:no-repeat;

  background-position: center;

  border-radius:100px 0px 0px 100px;

  margin-left: 100px;
  margin-top:-4px;

}

.top-call-right p{

  font-size:22px;

  color:#fff;

  margin:0px;

  font-family: 'SourceSansPro-Bold';

  font-weight:700;

}

.tp-cl{

   border-right:1px solid rgba(255,255,255,0.3);

}

.top-call-right p a{

  color:#fff;

}

.top-call-right p a:hover {

    color: #000;

}

.top-social ul{

  padding:5px 20px;

}

.top-social ul li{

  float: left;

  padding:0px 5px;

}
.list-one li {
    list-style-type: decimal;
    list-style-position: inside;
    padding: 5px;
}

.top-social ul li a{

  transition:0.5s linear;

  -webkit-transition:0.5s linear;

}

.top-social ul li a i{

  font-size:20px;

  color:#fff;

  transition:0.5s linear;

  -webkit-transition:0.5s linear;

}

.top-social ul li a:hover i.fa-facebook{color:#3b5998;}

.top-social ul li a:hover i.fa-twitter{color:#0084b4;}

.top-social ul li a i.fa-linkedin:hover{color:#0077B5;}

.top-social ul li a i.fa-google-plus:hover {color: #bb0000; }

.top-social ul li a i.fa-instagram{
     transition:0.5s linear;

  -webkit-transition:0.5s linear;
}
.top-social ul li a i.fa-instagram:hover{
   background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.top-search input{

  width:100%;

  padding:5px 25px 5px 10px;

  font-size:14px;

  color:#9f9999;

  /*background-repeat:no-repeat;

  background-image:url(../images/search-icon.png);
*/
  background-position:96% center;

}

.top-search input::-webkit-input-placeholder{

  color:#9f9999;

}

.top-search svg{

    overflow: hidden;

    width: 14px;

    height: 16px;

    margin-top: 5px;

}

/*.top-search button.search-submit {

    width: 20%;

    float: right;

    height: auto;

    display: none;

    height: 30px;

}*/
.top-search button.search-submit {
    width: 16%;
    float: right;
    height: auto;
    height: 30px;
    background-color: transparent;
    position: absolute;
    right: 14px;
    z-index: 5;
    top: 0px;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}










.logo{

  padding:10px 0px;

  margin:-50px 0px 0px 0px;

}

.menu_wrapper {

    padding: 0px;

}

.menu_wrapper ul {

    padding:55px 0px 45px 0px;

    float: left;

    margin-left: 35px;

}

.menu_wrapper ul li{

  float:left;

  padding:0px 10px;

}

.menu_wrapper ul li a{

  color:#2b2b2b;

  font-size:16px;

  padding:9px 8px;

}

.menu_wrapper ul li.current-menu-item a, .menu_wrapper ul li a:hover{

  background-color:#ffae30;

}



.banner-slide{

  width:100%;

  height:770px;

  background-size:cover;

  background-position:center;

  display:table !important;

  position: relative;

  z-index: 2;

}

.banner-slide:after{

  width:100%;

  height:100%;

  background-color:rgba(0,0,0,0.2);

  top:0px;

  left:0px;

  z-index:-1;

  position: absolute;

  content: '';

}

.banner-caption{

  height:100%;

  width:100%;

  display:table-cell;

  vertical-align:middle;

}

.banner-caption h2{

  text-align:center;

  color:#fff;

  font-size:49.17px;

   font-family: 'SourceSansPro-Black';

   line-height:1.3;

   margin:0px;

   text-transform:uppercase;

}

.banner-slider .slick-next {

  width:40px;

  height:70px;

  background-image:url(../images/banner-arrow.png);

  background-repeat:no-repeat;

  background-position:-40px 0px;

  right: 40px;

  transition:all 0.4s ease 0s;

  -webkit-transition:all 0.4s ease 0s;

}

.banner-slider .slick-next:hover{

  background-position:-40px -73px;

}

.banner-slider .slick-prev {

  width:40px;

  height:70px;

  background-image:url(../images/banner-arrow.png);

  background-repeat:no-repeat;

  background-position:0px 0px;

  left: 40px;

  transition:all 0.4s ease 0s;

  -webkit-transition:all 0.4s ease 0s;

}

.banner-slider .slick-prev:hover{

  background-position:0px -73px;

}

.banner-slider .slick-next:before, .banner-slider .slick-prev:before{

  display:none;

}



.manufacturers-wrapper{

  padding:50px 0px;

  background-size:cover;

  background-position: left center;

  background-image:url(../images/welcome-back.png);

}

.manufact-content{

  padding:0px 40px;

}

.manufact-content h3, .manufact-content h2 {

  font-size:36px;

  color:#181818;

  margin:0px 0px 20px 0px;

  text-align:center;

   font-family: 'SourceSansPro-Semibold';

   font-weight:600;

}

.manufact-content h3 span, .manufact-content h2 span {

  color:#fc2418;

}

.manufact-content h3 b{

  font-family: 'SourceSansPro-Bold';

  font-weight:700;

  color:#fc2418;

}

.manufact-content p{

  text-align:center;

  color:#393939;

}

.read-more{

  width:100%;

  text-align:center;

}

.read-more a{

  padding:12px 24px;

  border-radius:50px;

  background-color:#fc2418;

  color:#fff;

  font-size:16px;

  text-transform:lowercase;

  display:inline-block;

  margin-top:20px;

}

.read-more a:hover{

  background-color:#000;

  color:#ffae30;

}



.common-section{

  padding:50px 0px;

}

.home-product{

  padding:50px 44px;

}

.heading-section{

  text-align:center;

  width:100%;

}

.common-heading{

  font-size:36px;

  margin:0px;

  padding:0px 6px 7px 6px;

  color:#000;

  font-weight:700;

  text-align:center;

  position:relative;

  display:inline-block;

  text-transform: capitalize;

}

.common-heading:after{

  width:100%;

  height:2px;

  background-color:#fc2418;

  position: absolute;

  content: '';

  bottom:0px;

  left:0px;

}

.common-heading:before{

  width:100%;

  height:2px;

  background-color:#fc2418;

  position: absolute;

  content: '';

  bottom:3px;

  left:0px;

}

/*.services-section{

  padding:130px 0px;

  background-position:center;

  background-image:url(../images/services-back-2.png);

  background-repeat:no-repeat;

}*/

.services-section{

  background-position:center;

  background-image:url(../images/services-back.jpg);

  background-repeat: no-repeat;

  background-size:cover;

  border-top: 1px solid #fff;

}

.services-mid-container{

   padding:130px 15px;

   background-image:url(../images/services-back-mid-2.png);

   background-repeat:no-repeat;

   background-position: center;

   background-size: cover; 

}

.services-heading{

  position: relative;

  padding-bottom:50px;

}

.services-heading:after{

  width:2px;

  height:60px;

  background-color:#fc2418;

  bottom:-10px;

  left:50%;

  position: absolute;

  content: '';



}

.services-mid{

  width:63%;

  float:none;

  margin:0px auto;

  padding:0px;

  position: relative;

}

/*.services-mid:after{

  width:44px;

  height:1px;

  background-color:#fc2418;

  top:9px;

  left:50%;

  content:'';

  position: absolute;

  transform: translate(-50%, 50%);

 -webkit-transform: translate(-50%, 50%);

}*/

.home-serv-com h3{

  font-size:28px;

  color:#000;

  position: relative;

  margin:0px;

  font-family: 'SourceSansPro-Semibold';

  font-weight:600;

}

.home-serv-com:nth-child(1) h3{

  padding:0px 35px 0px 0px;

  text-align:right;

  margin:-8px 0px 0px 0px;

}



.home-serv-com h3:before{

  width:17px;

  height:17px;

  border:1px solid #fc2418;

  border-radius:50px;

  position: absolute;

  content:'';

  top:9px;

  right: 7px;

}



.home-serv-com h3:after{

  width:22px;

  height:2px;

  border:1px solid #fc2418;

  border-radius:50px;

  position: absolute;

  content:'';

  top:16px;

  right:-15px;

}

.home-serv-com:nth-child(2) h3{

  padding:0px 20px 0px 35px;

  text-align:left;

  margin:-8px 0px 0px 0px;

}

.home-serv-com:nth-child(2) h3:before{

  width:17px;

  height:17px;

  border:1px solid #fc2418;

  border-radius:50px;

  position: absolute;

  content:'';

  top:9px;

  left: 7px;

}



.home-serv-com:nth-child(2) h3:after{

  width:22px;

  height:2px;

  border:1px solid #fc2418;

  border-radius:50px;

  position: absolute;

  content:'';

  top:16px;

  left: -15px;

}

.services-cat{

  padding:40px 15px 0px 0px;

  position: relative;
  display: inline-block;

}

.services-cat:after{

  width:1px;

  height:45px;

  background-color:#fc2418;

  position: absolute;

  content:'';

  top:-5px;

  right:15px;

}

.home-serv-com:nth-child(2) .services-cat:after{

  left:15px;

}

.services-cat ul {

    float: right;

    position: relative;

    border-top:1px solid #fc2418;

    /*width:83%;*/

}

.home-serv-com:nth-child(2) .services-cat{

  padding-left:15px;

}

.services-cat ul li:nth-child(4) {
    left: -147px;
    top: -94px;
    padding:50px 7px 0px 6px;
}

.home-serv-com:nth-child(2) .services-cat ul li:nth-child(3) {
    left: 64px;
    padding-left: 6px;
    padding-right: 7px;
    position: absolute;
}



/*.services-cat ul:after{

  width:300px;

  height:1px;

  background-color:#fc2418;

  position: absolute;

  content:'';

  top:0px;

  right:15px;

}

.home-serv-com:nth-child(2) .services-cat ul:after{

  left:15px;

}*/

.services-cat ul li {

    float: left;

    width: 89px;

    padding: 50px 5px 0px 5px;

    position: relative;

}

.services-cat ul li a{

  font-size:16px;

  color:#000;

  line-height:1.4;

  text-align:center;

  display:block;

}

.services-cat ul li a:hover{

  color:#fc2418;

}

.services-cat ul li:after{

  width:17px;

  height:17px;

  border:1px solid #fc2418;

  border-radius:50px;

  position: absolute;

  content:'';

  top: 22px;

  left: 37%;

}

.services-cat ul li:before{

  width:1px;

  height:22px;

  background-color:#fc2418;

  position: absolute;

  content:'';

  top:0px;

  left: 45%;

}



/*.home-serv-com:nth-child(2) .services-cat ul {

  float: left;

  width: auto;

}*/

.services-cat ul li:first-child {

    left: -40px;

  /*  width: 71px;*/

}

.services-cat ul li:first-child:after {

    left:36%;

}



/*.services-cat ul li:nth-child(4) {

    left: -40px;

    top: 10px;

}

.services-cat ul li:nth-child(5) {

    left: -16px;

    top: 10px;

    padding-top:63px;

}

.services-cat ul li:nth-child(5):before {

    height:44px;

}

.services-cat ul li:nth-child(5):after {

    top:43px;

}

.services-cat ul li:nth-child(6) {

    left: -16px;

    top: 22px;

    padding-top: 67px;

    padding-left: 10px;

    padding-right: 10px;

}

.services-cat ul li:nth-child(6):before {

    height:45px;

}

.services-cat ul li:nth-child(6):after {

    top:44px;

}

.home-serv-com:nth-child(2) .services-cat ul li:first-child {

  left:25px;

  width: 100px;

}



.home-serv-com:nth-child(2) .services-cat ul li:first-child:after {

    left: 37%;

}

.home-serv-com:nth-child(2) .services-cat ul li:nth-child(2) {

    right: -66px;

}*/





/*services cat*/



.services-cat.bussinesscat ul ul{

  position: relative;

  border:none;

  padding-top:10px;

}



.services-cat.bussinesscat ul ul li:first-child{

  left:7px;

}

.services-cat.bussinesscat ul ul li:first-child:after {

    left: 36%;

}

.services-cat.bussinesscat ul li:nth-child(2) ul li{

  padding-top:66px;

}

.services-cat.bussinesscat ul li:nth-child(2) ul li:before{

  height:45px;

}

.services-cat.bussinesscat ul li:nth-child(2) ul li:after{

  top:45px;

}

.services-cat.bussinesscat ul li:nth-child(3) ul{

  padding-top:26px;

}

.services-cat.bussinesscat ul li:nth-child(3) ul:after{

  width:88px;

  height:1px;

  background-color:#fc2418;

  top:26px;

  left:-41px;

  position: absolute;

  content:'';

}

.services-cat.bussinesscat ul li:nth-child(3) ul li{

  padding-top:70px;

  padding-left:10px;

  padding-right:10px;

}

.services-cat.bussinesscat ul li:nth-child(3) ul li:after{

   top:50px;

}

.services-cat.bussinesscat ul li:nth-child(3) ul li:before{

  height:50px;

}



.services-cat.bussinesscat ul li a {

  text-decoration: none;

  position: relative;

}





/*cat 2*/



.home-serv-com.home-sevi-left:nth-child(2) .services-cat ul {

    float: left;

}

.home-serv-com.home-sevi-left:nth-child(2) .services-cat ul li ul{

    border:none;

    padding-top:10px;

}

.home-serv-com.home-sevi-left:nth-child(2) .services-cat ul li:first-child {

   left:0px;

}

.home-serv-com.home-sevi-left:nth-child(2) .services-cat ul li:nth-child(2) {

    left: 48px;

}

.home-serv-com.home-sevi-left:nth-child(2) .services-cat ul li ul li{

  padding-top:70px;

}

.home-serv-com.home-sevi-left:nth-child(2) .services-cat ul li ul li:after{

  top: 45px;

}

.home-serv-com.home-sevi-left:nth-child(2) .services-cat ul li ul li:before{

  height: 45px;

}







.services-cat ul li:nth-child(2) ul li:nth-child(2), .services-cat ul li:nth-child(1) ul li:nth-child(2), .home-serv-com.home-sevi-left:nth-child(2) .services-cat ul li:nth-child(1) ul li:nth-child(2){

    padding-top: 66px;

    float: left;

    width: auto;

    position: absolute;

    left: 100%;

    top: 20px;

    margin-left: 23px;

}

.services-cat ul li:nth-child(2) ul li:nth-child(2) a:after, .services-cat ul li:nth-child(1) ul li:nth-child(2) a:after{

  position: absolute;

  content: '';

  width: 91px;

  height: 1px;

  background-color: #fc2418;

  top: -66px;

  left: -69px;

}



.services-cat ul li:nth-child(2) ul li:nth-child(2):after{

    left: 31%;

}



.home-serv-com.home-sevi-left:nth-child(2) .services-cat ul li:nth-child(1) ul li:nth-child(2){

  margin-left:13px;

}



.home-serv-com.home-sevi-left:nth-child(2) .services-cat ul li:nth-child(1) ul li:nth-child(2) a:after{

  width: 88px;

  top: 0px;

  left: -62px;

}





.home-serv-com.home-sevi-left:nth-child(2) .services-cat ul li:nth-child(2) ul li{

  padding: 150px 7px 0px 7px;

}

.home-serv-com.home-sevi-left:nth-child(2) .services-cat ul li:nth-child(2) ul li:after {

    top: 125px;

}

.home-serv-com.home-sevi-left:nth-child(2) .services-cat ul li:nth-child(2) ul li:before {

    height:125px;

}

.home-serv-com.home-sevi-left:nth-child(2) .services-cat ul li:nth-child(2) ul li:nth-child(2){

   margin-left:60px;

   padding: 60px 5px 0px 5px;

}

.home-serv-com.home-sevi-left:nth-child(2) .services-cat ul li:nth-child(2) ul li:nth-child(2):before {

    height:40px;

}

.home-serv-com.home-sevi-left:nth-child(2) .services-cat ul li:nth-child(2) ul li:nth-child(2):after {

    top:40px;

    left: 34%;

}

.home-serv-com.home-sevi-left:nth-child(2) .services-cat ul li:nth-child(2) ul li:nth-child(2) a:after{

  top: 0px;

  left: -67px;

  width:100px;

}



















.tree {

  transform: rotate(180deg);

  transform-origin: 50%;

}

.tree ul {

  position: relative;

  padding: 1em 0;

  white-space: nowrap;

  margin: 0 auto;

  text-align: center;

}

.tree ul::after {

  content: '';

  display: table;

  clear: both;

}

.tree li {

  display: inline-block;

  vertical-align: top;

  text-align: center;

  list-style-type: none;

  position: relative;

  padding: 1em 0.5em 0 0.5em;

}

.tree li::before, .tree li::after {

  content: '';

  position: absolute;

  top: 0;

  right: 50%;

  border-top: 1px solid #ccc;

  width: 50%;

  height: 1em;

}

.tree li::after {

  right: auto;

  left: 50%;

  border-left: 1px solid #ccc;

}

.tree li:only-child::after, .tree li:only-child::before {

  display: none;

}

.tree li:only-child {

  padding-top: 0;

}

.tree li:first-child::before, .tree li:last-child::after {

  border: 0 none;

}

.tree li:last-child::before {

  border-right: 1px solid #ccc;

  border-radius: 0 5px 0 0;

}

.tree li:first-child::after {

  border-radius: 5px 0 0 0;

}

.tree ul ul::before {

  content: '';

  position: absolute;

  top: 0;

  left: 50%;

  border-left: 1px solid #ccc;

  width: 0;

  height: 1em;

}

.tree li a {

  border: 1px solid #ccc;

  padding: 0.5em 0.75em;

  text-decoration: none;

  display: inline-block;

  border-radius: 5px;

  color: #333;

  position: relative;

  top: 1px;

  transform: rotate(180deg);

}

.tree li a:hover, .tree li a:hover + ul li a {

  background: #e9453f;

  color: #fff;

  border: 1px solid #e9453f;

}

.tree li a:hover + ul li::after, .tree li a:hover + ul li::before, .tree li a:hover + ul::before, .tree li a:hover + ul ul::before {

  border-color: #e9453f;

}



























.products-wrapper{

  padding:45px 65px 0px 65px;

}

.product-slide-main{width: 100%;float: left;padding: 0px 10px;}

.product-slide-clm{width:100%;height:120px;display:table;text-align:center;padding:0px 20px;
  /*-webkit-box-shadow:6px 1px 9px 0 rgba(184,177,177,0.75);*/
  -webkit-box-shadow:2px 1px 12px 0 rgba(184,177,177,0.75);
  box-shadow:2px 1px 12px 0 rgba(184,177,177,0.75);border-radius:10px;
  margin: 3px 0px 15px 0px;}

.product-slide-clm h4{

  display:table-cell;

  vertical-align:middle;

  height:100%;

  width:100%;

  font-size:18px;

  color:#8f8f8f;

  font-family: 'SourceSansPro-Semibold';

  font-weight:600;

}

.product-slide-clm h4 a{

   color:#8f8f8f;

   text-transform:uppercase;

   line-height: 1.2;

}

.product-slide-clm h4 a:hover{

  color:#fc2418;

}

.products-wrapper .slick-next {

  width:40px;

  height:70px;

  background-image:url(../images/slider-banner-arrow.png);

  background-repeat:no-repeat;

  background-position:-40px 4px;

  right: -55px;

  transition:all 0.3s ease 0s;

  -webkit-transition:all 0.3s ease 0s;

}

.products-wrapper .slick-next:hover{

  background-position:-40px -62px;

}

.products-wrapper .slick-prev {

  width:40px;

  height:65px;

  background-image:url(../images/slider-banner-arrow.png);

  background-repeat:no-repeat;

  background-position:0px 4px;

  left:-55px;

  transition:all 0.3s ease 0s;

  -webkit-transition:all 0.3s ease 0s;

}

.products-wrapper .slick-prev:hover{

  background-position:1px -64px;

}

.products-wrapper .slick-next:before, .products-wrapper .slick-prev:before{

  display:none;

}





.latest-blog{

  position: relative;

  z-index:2;

  background-position:right center;

  background-image:url(../images/blog-back-2.png);

  background-repeat:no-repeat;

}

.back-blog-clm{

  height:100%;

  width:50%;

  position: absolute;

  top:0px;

  left:0px;

  content:'';

  background-color:#faa12a;

  z-index:-1;

}

.back-blog-clm:after {

    height: 100%;

    width: 200px;

    position: absolute;

    top: 0px;

    right: -100px;

    content: '';

    background-color: #faa12a;

    z-index: -1;

    transform: skew(-15deg);

}

.blog-section{

  margin-top:50px;

}

.blog-column{

  width:100%;

  display:table;

  box-shadow:4px 1px 9px 0 rgba(152,145,145,0.75);

  -webkit-box-shadow:4px 1px 9px 0 rgba(152,145,145,0.75);

  border-radius:6px;

  border-radius: 10px;

  margin:0px 0px 25px 0px;

}



.bl-common{

  display:table-cell;

  float:none;

}

.blog-ft-image{

  background-position: center;

  background-size:cover;

  border-radius:12px 0px 0px 12px;

}

.blog-hm-content{

  padding:20px 18px 16px 20px;

  background-color:#fff;

  border-radius:0px 12px 12px 0px;

}

.blog-hm-content h5{

  color:#232323;

  margin:0px;

  font-size:18px;

  padding:0px 0px 10px 25px;

  position: relative;

}

.blog-hm-content h5 a{

  color:#232323;

  font-family: 'SourceSansPro-Bold';

   font-size:18px;

   text-transform:capitalize;

}

.blog-hm-content h5 a:hover{

  color:#faa12a;

}

.blog-hm-content h5:before{

  width:30px;

  height:30px;

  background-image:url(../images/blog-heading-icon.png);

  background-repeat:no-repeat;

  position: absolute;

  content:'';

  top:3px;

  left:0px;

}

.blog-hm-content p{

  font-size:16px;

  color:#4f4e4e;

  margin-bottom:8px;

}

.blog-hm-content a{

  font-size:16px;

  color:#fc2418;

  display:inline-block;

  font-family: 'Dancing Script', cursive;

  font-weight:400;

  text-transform:lowercase;

}

.blog-hm-content a:hover{

  color:#faa12a;

}

.form-section{

   padding:60px 0px 40px 0px;

}

.home-form{

   width:80%;

   float:none;

   margin:25px auto 0px auto;



}

.home-form input, .home-form textarea{

  width:100%;

  padding:15px 0px 10px 0px;

  border:none;

  border-bottom:2px solid #000;

  margin-bottom:18px;

  color:#636363;

  font-size:14px;

   text-transform:uppercase;

}

.home-form textarea{

  resize: vertical;

  height:80px;

}

.home-form input::-webkit-input-placeholder, .home-form textarea::-webkit-input-placeholder{

  color:#636363;

}

.home-form input.cnt-btn{

  width:133px;

  padding:10px 0px;

  background-color:#fc2418;

  color:#fff;

  font-family: 'SourceSansPro-Semibold';

  font-size:18px;

  text-transform:uppercase;

  text-align:center;

  border:none;

  margin-top:15px;

  transition:0.5s linear;

  -webkit-transition:0.5s linear;

}

.home-form input.cnt-btn:hover{

  background-color:#000;

  color:#faa12a;

}

.bottom-request-quote{

  padding:45px 35px;

}

.bottom-request-quote h4{

  font-size:22px;

  color:#fd2c27;

  font-family: 'SourceSansPro-Semibold';

  font-weight:600;

  text-align:center;

  margin:0px;

}

.bottom-request-quote h4 a{

  color:#e68f16;

  padding-left:5px;

}

.bottom-request-quote h4 a:hover{

  color:#fd2c27;

}

.maps-wrapper .acf-map{
  width: 100%;
  height: 330px;

}





/*inner css */



.inner-banner{

  background-position: center;

  background-size:cover;

  position: relative;

  z-index:0;

  height: 213px;

}

.inner-banner:after{

  width:100%;

  height:100%;

  background-color:rgba(115,115,115,0.59);

  position: absolute;

  content:'';

  top:0px;

  left:0px;

  z-index:-1;

}

.page-title-wrp{

  width:100%;

  height:213px;

  display:table;

}

.page-title{

  display:table-cell;

  height:100%;

  vertical-align: middle;

  text-align:center;

}

.page-title h1{

  color:#fff;

  margin:0px;

  font-size:49.14px;

  text-transform:uppercase;

  font-family: 'SourceSansPro-Black';

  font-weight:900;

}


.page-title h6{

  color:#fff;

  margin:0px;

  font-size:49.14px;

  text-transform:uppercase;

  font-family: 'SourceSansPro-Black';

  font-weight:900;

}



.page-title ul{

  text-align:center;

  padding:3px 0px 0px 0px;

}

.page-title ul li{

  display:inline-block;

  padding:0px 14px;

  font-size:14px;

  color:#fff;

  position: relative;

}

.page-title ul li:after{

  position: absolute;

  content:"\f0da";

  top:0px;

  right:-3px;

  color:#ffb330;

  font-family:FontAwesome;

  font-size:18px;

}

.page-title ul li:last-child:after{

  display:none;

}

.page-title ul li a{

  color:#fff;

  font-size:14px;

}

.page-title ul li a:hover{

  color:#fb2e23;

}

.product-page{

  padding:70px 120px 70px 120px;

  background-position: center;

  background-size:cover;

  background-image:url(../images/product-pg-back.jpg);

}

.product-page .products-wrapper {

    padding: 0px 0px 0px 0px;

}



.product-page .product-slide-clm{

  background-color:#fff;

}



.load-more{

  width:100%;

  text-align:center;

}

.load-more a{

  padding:13px 35px;

  color:#373737;

  font-size:14px;

  font-family: 'SourceSansPro-Semibold';

  font-weight:600;

  text-transform:uppercase;

  background-color:#fff;

  border:1px solid #fb2e23;

  display:inline-block;

  margin-top:30px;

}



.load-more a:hover{

  color:#fff;

  background-color:#fb2e23;

}






.inner-common{

  padding:50px 0px;

}

.inner-common.product-details{

  padding:50px 0px 0px 0px;

}

.product-left{position: relative;padding: 40px 10px;}

.prd-mask-border{

   width:100%;

  height:100%;

  mask-image:url(../images/mask-border.png);

  -webkit-mask-image:url(../images/mask-border.png);

   mask-size:cover;

  -webkit-mask-size:cover;

   mask-repeat:no-repeat;

  -webkit-mask-repeat:no-repeat;

   background-color:rgba(0,0,0,0.75);

   padding:8px 20px 20px 11px;

}
.ie-changes .prd-mask-border{
  background-color: transparent;
}
.product-img-mask{

  width:100%;

  height:100%;

  mask-image:url(../images/oximate-products.png);

  -webkit-mask-image:url(../images/oximate-products.png);

   mask-size:cover;

  -webkit-mask-size:cover;

   mask-repeat:no-repeat;

  -webkit-mask-repeat:no-repeat;

}

.product-images{

  background-size:cover;

  background-position:center;

  height: 524px;

}

.product-right-clm{

  padding:6px 0px 0px 0px;

}

.product-right-clm h3, .woocommerce div.product .product_title{

  color:#000;

  font-size:24px;

  font-family: 'SourceSansPro-Semibold';

  font-weight:600;

  text-transform:uppercase;

  margin:0px;

  padding:0px 0px 10px 0px !important;

}

.product-right-clm p, .woocommerce-product-details__short-description p{

  color:#676767;

  font-size:16px;

  font-weight:400;

  margin:0px;

  padding:0px 0px 15px 0px;

}

.product-right-clm ul{

  padding:10px 0px 0px 0px;

}
.prd-details {
    padding-top: 55px;
}
.product-right-clm ul li, .woocommerce-product-details__short-description ul li{

  padding: 0px 0px 25px 35px;

  position: relative;

  color:#676767;

  font-weight:400;

  font-size:16px;

}

.product-right-clm ul li:after, .woocommerce-product-details__short-description ul li:after{

  width:20px;

  height:20px;

  background-image:url(../images/right.png);

  background-repeat:no-repeat;

  position: absolute;

  content:'';

  top:6px;

  left:0px;

}

.inner-common.services-page{

  padding:160px 0px 20px 0px;

}

.services-clm{

    padding-right: 125px;

    margin-bottom: 40px;

}

.services-left-clm{

  background-position: center;

  background-size:cover;

}

 .services-details-mid h1{

  color:#000;

  font-size:24px;

  font-family: 'SourceSansPro-Semibold';

  font-weight:600;

  margin:0px;

  padding:0px 0px 15px 0px;

  background-color:transparent; text-align: center;

}

.services-left-clm h3, .services-details-mid h3{

  color:#000;

  font-size:24px;

  font-family: 'SourceSansPro-Semibold';

  font-weight:600;

  margin:0px;

  padding:0px 0px 0px 0px;

  background-color:transparent;

}
.services-left-clm h3 a{

  color:#000;

  font-size:24px;

  font-family: 'SourceSansPro-Semibold';

  font-weight:600;

  text-transform:capitalize;

  margin:0px;

  padding:0px 0px 13px 0px;

  background-color:transparent;

}

.services-left-clm h3 a:hover{

  color:#fc2618;

  background-color:transparent;

}

.services-content{

   padding:35px 20px 40px 35px;

   width:79%;

   float: left;

}



.services-content p{

   font-size:16px;

   color:#000;

   font-weight:400;

   margin:0px;

   padding-bottom:10px;

}

.services-content a{

  display:inline-block;

  color:#fff;

  font-size:14px;

  padding:10px 13px;

  background-color:#c53630;

  margin-top:25px;

  text-transform:uppercase;

}

.services-content a:hover{

  background-color:#ffac2d;

  color:#000;

}

.servi-icon-main{

  position: relative;

  width:20%;

  float: right;

}

.serives-icon-clm{

  width:350px;

  height:318px;

  border-radius: 15px;

  background-image:url(../images/services-icon-back.png);

  background-repeat:no-repeat;

  position: relative;

  left: -20px;

  background-size:100%;

}

.serives-icon-clm img{

  position: absolute;

  top:0px;

  left:0px;

  bottom:0px;

  right:0px;

  margin:auto;

}





.services-clm:nth-child(2n){

  padding-right:0px;

  padding-left:125px;

}

.services-clm:nth-child(2n+1){

    margin-top: -75px;

}



.services-clm:nth-child(2n) .serives-icon-clm{

  left:-166px;

  background-image:url(../images/services-icon-back-right.png);

}



.services-clm:nth-child(2n) .services-content{

  width:79%;

  float: right;

}

.services-clm:nth-child(2n) .servi-icon-main{

  position: relative;

  width:20%;

  float: left;

}



.services-details{

  background-color:#ededed;

  padding:70px 0px;

}

.services-details-mid {

    padding: 0px 150px;

    width: 100%;

    display: inline-block;

}

.services-details-mid .serives-icon-clm {

    float:none;

    margin:0px auto 30px auto;

}

.services-details-mid h3{

  padding-bottom:25px;

  text-align:center;

}

.services-details-mid p{

  font-size:16px;

  color:#000;

  margin:0px;

  padding-bottom:20px;

  text-align:center;

}







.contact-page{padding:20px 0px 22px 0px;}

.video-image {

    position: relative;

    background-image: url(../images/video-banner.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    width: 100%;

    height: 482px;

    z-index: 1;

    display: table;

    border: 1px solid #9b835d;

    border-radius: 10px;

    -webkit-border-radius:10px;

}

.video-image:before{

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    background-color: #000;

    z-index: 4;

    border-radius: 10px;

    -webkit-border-radius:10px;

    opacity: 0.7;

}

.video-icon {

    width: 100%;

    height: 84px;

    display: table-cell;

    vertical-align: middle;

    text-align: center;

    z-index: 4;

    position: relative;

}

.video-icon a{

  width:120px;

  height:122px;

  background-image:url(../images/video-icon.png);

  background-position: 0px 0px;

  background-size: 100%;

  background-repeat:no-repeat;

  float:none;

  margin:0px auto;

  display: block;

}

.video-icon a:hover{

  background-position:0px -120px;

}

.video-icon a img{margin: auto;}

.contact-section {padding: 0px 0px 0px 0px;}

.location-text{

    font-size: 18px;

    text-align: center;

    padding: 85px 0px 48px 0px;

    background-image: url(../images/location-icon.png);

    background-repeat: no-repeat;

    background-position: center 25px

}

.location-text h4{

  font-size: 18px;

  font-family: 'SourceSansPro-Bold';

  margin:0px;

  line-height:1.2;

  color:#373736;

}

.call-section {

    background-image: url(../images/location-banner.png);

    background-repeat: no-repeat;

    background-position: center;

    padding: 12px 0px;

    height: auto;
    margin:65px 0px 90px 0px;
}

.call-text:after{

    content: '';

    position: absolute;

    width: 57px;

    height: 2px;

    background-color: #333333;

    right: 33px !important;

    bottom: 57px !important;

}

.call-text{

    text-align: center;

    position: relative;

    padding: 45px 125px;

    background-image: url(../images/call-icon.png);

    background-repeat: no-repeat;

    background-position: center;

    float: right;

}

.call-text p, .call-text p a{

  font-size: 18px;

  font-family: 'SourceSansPro-Bold';

  margin:0px;

  color:#373736;

}

.call-text p a:hover, .enquire-text p a:hover{

  color:#fc2f24;

}

.enquire-text p, .enquire-text p a{

  font-size: 18px;

  font-family: 'SourceSansPro-Bold';

  margin:0px;

  color:#373736;

}

.enquire-text{

    text-align: center;

    padding: 45px 125px;

    background-image: url(../images/mail-icon.png);

    background-repeat: no-repeat;

    background-position: center;

    position: relative;

    float: left;

}

.enquire-text:before{

    content: '';

    position: absolute;

    width: 57px;

    height: 2px;

    background-color: #333333;

    left:35px;

    bottom:56px;

}



.office-timing { text-align: center; padding:0px 0px 0px 0px; clear: both;}

.office-timing h3{

  font-size: 28px;

  color: #373736; 

  font-family: 'SourceSansPro-Bold';

  font-weight:700;

  padding-bottom: 15px;

  margin:0px;

  display:inline-block;

}

.office-timing p{font-size: 18px;color: #373736;font-family: 'SourceSansPro-Regular';padding-bottom: 15px; margin:0px;}

.office-timing h4{color: #fc2418;font-size: 18px;font-family: 'SourceSansPro-Regular'; margin:0px;}



.contact-pg-fm p{

  font-size:16px;

  text-transform:uppercase;

  text-align:center;

  color:#000;

  margin:20px 0px 10px 0px;

  padding: 0px 20px

}

.video-wrapper{

  position: absolute;

  top:0px;

  left:0px;

  height:100%;

  z-index:6;

  width:100%;

  display:none;

  border-radius:10px;

}

.video-wrapper iframe{

  width:100%;

  height:100%;

  border-radius:7px;

}

.close-btn {

    position: absolute;

    z-index: 6;

    color:#ffae30;

    font-size: 37px;

    top: 0px;
    right: 7px;

}

.video-wrapper a i{

  transition:0.5s linear;

  -webkit-transition:0.5s linear;

}

.video-wrapper a:hover i{

  color:#fb2e23;

}

.about-gallery{

  padding:42px 0px 0px 0px;

}

.about-image{

  background-position: center;

  background-size:cover;

  width:100%;

  height:100%;

}

/*.about-image img{

  width: 100%;

  height: 495px;

}*/

.about-right{

  padding:64px 0px 70px 0px;

}





.about-left{

  padding:0px;

  background-position: center;

  background-size:cover;

}

.about-content{

  padding:4px 0px 10px 32px; 

  border-left: 2px solid #ffb330;

  margin-left: 30px;

}

.about-clm:nth-child(2n) .about-content {

    margin-left: 0px; 

    padding: 4px 25px 15px 32px;

}

.about-content h3{

  font-size: 24px;

  text-transform: uppercase;

  color: #ff3932;

  padding-bottom:17px;

   font-family: 'SourceSansPro-Semibold';

  margin:0px;

}

.about-content p, .about-content-clm{

  font-size: 16px;

  color: #363636;

  padding: 0px 0px 10px 0px;

  font-family: 'SourceSansPro-Regular';

  margin:0px;

}



.about-content a{

  padding:6px 8px;

  border: 1px solid #ffb330;

  font-size: 14px;

  color: #363636;

  text-transform: uppercase;

  font-family: 'SourceSansPro-Semibold';

  display: block;

  max-width: 98px;

  text-align: center;

  margin-top:10px;

  transition: all 0.5s ease;

  -webkit-transition:all 0.5s ease;

}

.about-content a:hover{
  border-color:#000;
  color:#000;
}

.about-content h4{

  font-size: 16px;

  font-family: 'SourceSansPro-Semibold';

  text-transform: uppercase;

  color: #363636;

  padding:5px 0px 14px 0px;

  margin: 0px;

}

/*.about-content span{

  color: #ff3f38;

  font-size: 15px;

  float: left;

  min-height: 85px;

  padding: 1px 5px 0px 0px;

}*/

.about-clm{

  width:100%;

  display:table;

}

.about-common{

  height:100%;

  float:none;

  display:table-cell;

}



.morecontent span {

    display: none;

}

.about-content ol{

  padding-left:10px;

}

.about-content ol li{

  font-size: 16px;

  color: #363636;

  padding: 0px 0px 10px 5px;

  font-family: 'SourceSansPro-Regular';

  margin:0px;

  font-weight:400;

  counter-increment: item;
  position: relative;
}

.about-content li:before { 
  content: counter(item) ". "; 
  color: red; 
  position: absolute;
  left:-15px;
}

.blog-left {

    margin-bottom: 30px;

    width: 100%;

    display: inline-block;

}



.blog-left h3{
  margin:0px;
}

.blog-left h3 a, .blog-left h3{
  font-size:26px;
  color:#0e4b8e;
  margin:0px;
  text-transform:capitalize;
   font-family: 'SourceSansPro-Bold';
   font-weight:700;
   padding-bottom:6px;
   display:inline-block;
}

.blog-left h3 a:hover{
  color:#000;
}


.blog-left h1{
  margin:0px;
}

.blog-left h1 a, .blog-left h1{
  font-size:26px;
  color:#fb2e23;
  margin:0px;
  text-transform:capitalize;
   font-family: 'SourceSansPro-Bold';
   font-weight:700;
   padding-bottom:6px;
   display:inline-block;
}

.blog-left h1 a:hover{
  color:#000;
}

/*.blog-img-clm{

  height:320px;

  border-radius:10px;

  background-position: center;

  background-size:cover;

  margin: 15px 0px 20px 0px;

}*/
.blog-img-clm {
    height: 380px;
    border-radius: 10px;
    background-position: center;
    /* background-size: contain; */
    margin: 15px 0px 20px 0px;
    background-repeat: no-repeat;
}
.date-meta img {

    margin-right: 10px;

    margin: -3px 9px 0px 0px;

}

.date-meta p{

  margin:0px;

  font-size:16px;

  color:#000;

  display:inline-block;

}

.blog-read-more{

  margin-top:15px;

  padding:0px;

}

.blog-read-more a {

    padding: 13px 30px;

    color: #fff;

    border-radius: 50px;

    text-align: center;

    font-size: 16px;

    background-color: #fc2418;

    display: inline-block;

    border:1px solid #fc2418;

}

.blog-read-more a:hover{

  background-color:#faa12a;

  border:1px solid #faa12a;

  color:#000;

}



.recent-post {

    width: 100%;

    background: #f1f1f1;

    padding: 4px 20px 15px 20px;

    margin: 0px 0px 0px;

    border-radius: 10px;

}

.recent-post h3{

  font-size:26px;

  color:#fb2e23;

  margin:0px;

  text-transform:capitalize;

   font-family: 'SourceSansPro-Bold';

   font-weight:700;

   padding:7px 0px 10px 0px;

}

.recent-post a{

  color:#000;

}

.recent-post a:hover{

  color:#fb2e23;

} 

.inner-common.all-page-common-main h3 {

    color: #000;

    text-align: center;

    display: block;

    margin: 0px;

    font-size: 32px;

}



.search-page h4 {

    color:  #000;

    font-size: 26px;

}

.search-page h5 {

    color:  #000;

    font-size: 20px;

}

.search-page h2, .search-page h2 a{

  font-size:24px;

  color:#000;

  margin:0px 0px 15px 0px;

}

.search-page h2 a:hover{

  color:#fc2f23;

}

.search-page p a:hover{

  color:#000;

}

.cont-spc{

  padding:0px 0px;

}

.intership-left{
  width:100%;
  height:595px;
  background-position: center;
  background-size:cover;
}
.intership-right-main{
  padding:50px 0px;
}
.intership-right{
  width:100%;
  clear:both;
  padding:100px 40px 80px 60px;
  background-position: center;
  background-size:cover;
  background-image:url(../images/internship-right-back.jpg);
}
.intership-right h3{
  font-size:49.14px;
  color:#000;
  margin:0px;
  padding-bottom:15px;
  font-family: 'SourceSansPro-Black';
  text-transform:uppercase;
}
.intership-right p{
  font-size:18px;
  color:#353434;
  margin:0px;
  padding:0px 0px 10px 0px;
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: 6px 0px 0 0 !important;
}
.woocommerce-account-fields label span {
    padding-left: 23px;
}

/*.video-wrapper-popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.93);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 555;
    display:none;
}
.video-wrapper{
    max-width: 615px;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
*/

.popup-main-container{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
}
.popup-container{
  background: #ffffff;
  width: 630px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px 30px;
}
.popup-inner-container{
  padding: 35px 25px 25px;
  border: 2px solid #e71818; 
}
.close-popup{
  position: absolute;
  right: 12px;
  top: 12px;
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
}
.close-popup:hover{
  text-decoration: none;
}
.popup-container iframe {
    height: 347px;
    width: 100%;
}






.woocommerce .quantity .qty{
    width: 65px !important;
    text-align: center;
    height: 36px;
    color: #666666;
    border:1px solid #ccc;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 15px 0 0 !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color:#fb2e23 !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    font-family: 'SourceSansPro-Semibold';
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background-color:#ffae30 !important;
  color:#000 !important;
}
section.related.products {
    width: 100%;
    clear: both;
    padding:30px 15px 15px 15px;
}
.woocommerce div.product .woocommerce-tabs .panel{
  border:none;
}
section.related.products h2 {
    font-size: 30px;
    color: #000;
    margin: 10px 0px 7px 0px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    padding-bottom:7px;
}

section.related.products h4 {
    font-size: 30px;
    color: #000;
    margin: 10px 0px 7px 0px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    padding-bottom:7px;
}
.related.products h2:after, .woocommerce h2:after{

  width:100%;

  height:2px;

  background-color:#fc2418;

  position: absolute;

  content: '';

  bottom:0px;

  left:0px;

}


.related.products h4:after {
  width:100%;
  height:2px;
  background-color:#fc2418;
  position: absolute;
  content: '';
  bottom:0px;
  left:0px;
}

.summary.entry-summary {
    padding-top: 60px;
}
.related.products h2:before, .woocommerce h2:before{

  width:100%;

  height:2px;

  background-color:#fc2418;

  position: absolute;

  content: '';

  bottom:3px;

  left:0px;

}
h2.woocommerce-loop-product__title:after, h2.woocommerce-loop-product__title:before {
    display: none;
}
.woocommerce h2 {
    color: #000;
    margin: 0px 0px 20px 0px;
    position: relative;
    padding-bottom: 8px;
    display: inline-block;
}

.woocommerce .woocommerce-customer-details address{
     padding: 6px 12px 20px 12px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 1% 1em 0 !important;
    width: 24.2% !important;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}
p.cart-empty {
    text-align: center;
}

p.return-to-shop {
    text-align: center;
}
.woocommerce ul.products li.product .button {
    margin-top: 7px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0px 0px 8px 0px !important;
    margin: 0;
    color: #000;
    font-size:17px !important;
}
.woocommerce ul.products li.product .price {
    color: #fb2e23 !important;
    display: block;
    font-size: 16px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
 /*  background-color:#fb2e23 !important;*/
   background-color:#000 !important;
    color: #fff !important;
     font-family: 'SourceSansPro-Semibold';
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  background-color:#ffae30 !important;
  color: #000 !important;
}
.woocommerce-tabs.wc-tabs-wrapper{
  padding-top:40px;
}
.woocommerce #reviews #comments h2 {
    clear: none;
    color:#000;
    margin: 0px;
    font-size: 24px;
    padding: 0px 0px 10px 0px;
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px 12px;
    height: 120px !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color:#fb2e23 !important;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 3px 6px 5px !important;
    margin: 1px 13px 0 0 !important;
    outline: 0;
    line-height: 1;
    height: 35px;
    width: 140px;
}
.cart_totals h2 {
    font-size: 28px;
    text-transform: capitalize;
    color: #000;
}
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce #review_form #respond .form-submit input{
   transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover, .woocommerce ul.products li.product .button:hover, .woocommerce #review_form #respond .form-submit input:hover{
   background-color:#ffae30 !important;
   color:#000 !important;
}
.woocommerce input.button:hover {
    background-color:#ffae30 !important;
   color:#000 !important;
}
h2.woocommerce-loop-product__title{
   transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
}
h2.woocommerce-loop-product__title:hover {
    color:#fb2e23 !important;
}


.woocommerce .products ul, .woocommerce ul.products{
  padding-top:10px !important;
}
.woocommerce .woocommerce-ordering select{
  padding:5px 5px;
  border:1px solid #ccc;
}

.prd-details h1.page-title {
    color: #000;
    margin: 0px;
    font-size:32px;
    padding-bottom: 7px;
}

/*.woocommerce a.added_to_cart {
    display: inline-block;
    margin: 0px 0px 0px 7px !important;
    padding: 7px 20px !important;
    background: #fb2e23 !important;
    border-radius: 4px !important;
    color: #fff !important;
}*/
.woocommerce a.added_to_cart {
    display: inline-block;
    padding: 7px 20px !important;
    background: #fb2e23 !important;
    border-radius: 4px !important;
    color: #fff !important;
    position: absolute;
    bottom: -41px;
}
.woocommerce a.added_to_cart:hover{
  background-color:#ffae30 !important;
  color:#000 !important;
}
.form-row.form-row-last button.button{
  transition: all 0.5s ease;
  -webkit-transition:all 0.5s ease;
}
.form-row.form-row-last button.button:hover {
    background-color: #ffae30 !important;
    color:#000 !important;
}
.woocommerce table.shop_table td a{
  color:#000;
}
.woocommerce table.shop_table td a:hover{
  color:#fb2e23;
}
.prd-details .woocommerce-message, .woocommerce-info{
    border-top-color: #fb2e23 !important;
}
.prd-details .woocommerce-message::before{
    content: '\e015';
    color: #fb2e23;
}
.woocommerce-info::before{
    content: '\e015';
    color: #fb2e23 !important;
}
h3#order_review_heading {
    text-align: left;
    margin-top: 12px;
}
.woocommerce-error {
    border-top-color: #fb2e23 !important;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3{
    text-align: left !important;
}
.select2-container .select2-selection--single {
    height: 32px  !important;
    border-radius: 0px !important;
    padding: 3px 2px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  line-height:22px !important
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
}
.all-page-common-main li.is-active a {
    color: #fb2e23;
}
.all-page-common-main li a:hover{
  color: #fb2e23;
}
.all-page-common-main li a {
    color: #000;
}



.call-text p:nth-child(2) a {
    position:  absolute;
    top: -55px;
    right: -46px;
}

.call-text p:nth-child(2) a:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 50px;
    background-color: #333333;
    top: 30px;
    left: 48px;
}
/*.enquire-text p:nth-child(2) a {
    position: absolute;
    bottom: -50px;
    left: -85px;
}
.enquire-text p:nth-child(2):after {
    position: absolute;
    bottom: -25px;
    content: '';
    width: 2px;
    height: 50px;
    background: #333333;
    left: 0px;
}*/
.enquire-text p:nth-child(2) a {
    position: absolute;
    bottom: -50px;
    left: 40px;
}
.enquire-text p:nth-child(2):after {
    position: absolute;
    bottom: -22px;
    content: '';
    width: 2px;
    height: 50px;
    background: #333333;
    left: 18px;
    transform: rotate(-40deg);
}
.enquire-text p:nth-child(3) a {
    position: absolute;
    bottom: -50px;
    left: -270px;
}
.enquire-text p:nth-child(3):after {
    position: absolute;
    bottom: -22px;
    content: '';
    width: 2px;
    height: 50px;
    background: #333333;
    left: -18px;
    transform: rotate(40deg);
}









.footer-section{

  padding:65px 0px 100px 0px;

  background-position:center;

  background-size:cover;

  background-image:url(../images/footer-back.jpg);

}

.footer-clm{

  padding:0px 60px;

  border-left:1px solid #fff;

  float:none;

  display:table-cell;

}

.footer-menu-address{

  width:100%;

  display:table;

}

.footer-clm h4{

  font-size:22px;

  color:#fff;

  margin:0px;

  padding:0px 0px 10px 0px;

}

.footer-clm ul li{

  padding:0px 0px 1px 0px;

  display:block;



}

.footer-clm ul li a{

  font-size:18px;

  color:#fff;

   font-family: 'SourceSansPro-Regular';

}

.footer-clm ul li.current-menu-item a, .footer-clm ul li a:hover{

  color:#faa12a;

}

.address ul li i{

  color:#fff;

  font-size:18px;

  margin-right:12px;

}

.footer-clm.address ul li.at-footer i{

  width:16px;

  height:16px;

  background-color:#fff;

  border-radius:50px;

  color:#545454;

  font-size:14px;

  line-height:14px;

  text-align:center;

}

.address ul li img{

  margin-right:12px;

}

.footer-clm .top-social ul{

  padding:30px 0px 0px 0px;

}

.footer-clm .top-social ul li{

  padding:0px 20px 0px 0px;

}

.footer-clm .top-social ul li a i{

  font-size:35px;

}



.footer-bottom{

  padding:18px 0px;

  background-color:#000;

}

.copyright p{

  color:#fff;

  font-size:14px;

  text-align:left;

  margin:0px;

}

.websites a, .websites p{

  color:#fff;

  text-align:right;

  margin:0px;

}







div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {

    border: 2px solid #f7e700;

    display: inline-block !important;

}

div.wpcf7-response-output {

    margin: 10px 15px 1em !important;

    padding: 0.2em 1em;

    border: 2px solid #ff0000;

}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    display: inline-block !important;
}




.woocommerce-product-details__short-description p {
    margin: 0px 0px 0px 0px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    margin-bottom: 8px;
}
.woocommerce form .form-row label {
    line-height: 1 !important;
}
.inner-common.all-page-common-main h3{
  margin-bottom:15px;
}
/*table.variations{background-color: #fb2e23 !important;}*/

.post-paginations a.prev.page-numbers,a.page-numbers {
    padding: 5px 10px;
    margin-right: 5px;
    background: #ff0000;
    color: #fff;
}
.post-paginations a:hover.prev.page-numbers,a.page-numbers:hover {
  background: #000;
}
span.page-numbers.current {
    padding: 5px 10px;
    margin-right: 5px;
    background: #000;
    color: #fff;
}
.blog-left p img {
    margin-top: 30px;
    display: block;
}
.sidebar_category {background: #fff;padding: 35px 10px 37px 15px;border-top: solid #fc2418 4px;}
.top_sidebar { border: solid #fc2418 2px;}
.sidebar_category h4 {font-size: 26px; text-align: left; color: #000; font-weight: 300;}
.page-template-about-php .form-section{display: none;}
.woocommerce .woocommerce-breadcrumb {color: #fff !important;}
.woocommerce .woocommerce-breadcrumb a {  color: #fff !important;}
.intership-right-main .intership-right h3{
  
  color:#ff3932;
}
.booking_head_wrap {  width: 100%; background: #efefef;  float: left;  padding: 12px 15px 0;margin-bottom: 25px;}
.tax-product_cat .woocommerce-variation-price{display: none !important}
.woocommerce div.product form.cart .variations label {
    padding-left: 0px;
    margin-top: 3px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
    min-height: 350px;
    margin-bottom: 50px !important;
    position: relative;
}
.woocommerce ul.products li.product .button {
    position: absolute;
    bottom: 0;
    left: 0;
}
.woocommerce-variation-price {
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations label
{
    color: #000;
    font-size: 24px;
    font-family: 'SourceSansPro-Semibold';
    font-weight: 600;
    text-transform: uppercase;
}
.product-template-default table.variations{position: relative;}
.product-template-default select#pa_measure {
    height: 30px;
    position: absolute;
    min-width: 56% !important;
    right: 20%;
    top: 5px;
    padding-left: 5px;
    background: #fb2e23 !important;
    color: #fff;
}
li .woocommerce-variation-price.s_productdetail {
    display: none;
}
.ply-btn {
    display: block;
    margin: 30px 0;
}
.woocommerce div.product form.cart .reset_variations{
  display: none !important;
  visibility: hidden !important;
}


.polyal a {
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    background: #0e4b8e;
    clear: both;
    color: #fff;
    border-radius: 3px;
}
.polyal-img{margin-bottom: 30px;}
.osmosis-img {
    padding-bottom: 30px;
}
.osmosis {
    margin-bottom: 20px;
}
.osmosis h2 {
    margin-bottom: 20px;
    font-size: 25px;
}
.current-cat a {
    color: #000;
}
a.reset_variations {
    display: none !important;
    visibility: hidden !important;
}
div#pop_query {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.single-product img.wp-post-image {
    margin-top: 65px;
}
.woocommerce div.product div.images img
{
  max-height: 524px;
  width: auto !important;
  margin: 65px auto 0;
}
.igg {
    height: 213px;
    display: flex;
    justify-content: center;
    /*align-items: flex-start;*/
    display: -webkit-flex;
    background: #fff;
    margin-bottom: 1em;
}
.woocommerce ul.products li.product a img
{margin:0px !important;}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-left: 15px;
}
.home-form input.cnt-btn{
	float: right
}
.home-form.slide-form{
	width: 100%;
}
.home-form input.cnt-btn {
    float: none;
    margin: 25px auto;
    display: block;
}
.review-btn{
  margin-top: 20px;
}
.review-btn a{
 background: #fc2418; padding: 12px 25px; display: inline-block; color: white; border-radius: 5px;
   font-weight: 700;
   font-size: 16px;
}
.review-btn a:hover{ color:#000000; background-color:#ffffff; }

.pro-dtl-btn { margin-bottom:1.2em; cursor:pointer; padding:0px; font-weight:bold; font-size:18px; }
.description-hide { display:none; }
.container-fluid.custom-section-table h6 {
    font-size: 22px;
    margin: 20px 0;
    text-align: center;
}

/*=== Read More Read Less Css ===*/

a.rmoreless_btn {
    padding: 12px 24px;
    border-radius: 50px;
    background-color: #fc2418;
    color: #fff;
    font-size: 16px;
    max-width: 180px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    margin: 20px auto;
    display: block;
	transition: all 0.5s ease-in-out;
}
a.rmoreless_btn:hover{
	background-color: #000;
}
.ctmoreless_cnt {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.showcnt .ctmoreless_cnt {
    opacity: 1;
    max-height: inherit;
    font-size: initial;
    position: relative;
    z-index: 1;
}