@charset "utf-8";
/* CSS Document */

html { padding:0px; margin:0px; overflow-x:hidden; }
body { padding:0px; margin:0px; overflow-x:hidden; }
.img-responsive { margin:0 auto; }



@font-face { font-family:"NotoSans-Regular"; src:url("../fonts/NotoSans-Regular.ttf"); }
@font-face { font-family:"NotoSans-Bold";  src:url("../fonts/NotoSans-Bold.ttf");	 }
@font-face { font-family:"OpenSans-Semibold";  src:url("../fonts/OpenSans-Semibold.ttf");	 }
@font-face { font-family:"ROCK";  src:url("../fonts/ROCK.ttf");	 }
@font-face { font-family:"ROCKB";  src:url("../fonts/ROCKB.ttf");	 }
@font-face { font-family:"majalla";  src:url("../fonts/majalla.ttf");	 }

/*  Header Start */
.navbar-inverse { background-color:#f9f9f9; }
.navbar ul { float:right; margin:10px 10px 5px 10px; } 
.navbar-nav li  {margin:0px 10px; padding:10px 0px 10px 0px; }

.navbar-inverse .navbar-nav>.active>a { background-color:#efefef; color:#F00; }
.navbar-inverse .navbar-nav li a { color:#2b2b2b;  font-family:"ROCK"; font-size:16px; padding:10px 10px;   border-radius:5px; text-align:center;  }
.navbar-inverse .navbar-nav>li>a:hover { color:#F00;  }
.navbar-inverse .navbar-nav>.active>a:hover { background:#efefef;  color:#F00; }

.navbar-header { }
.navbar  { margin-bottom:0px; border:none; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover { background-color:#ec1d25; }
.navbar-inverse .navbar-toggle {  background-color:#6f0c10; }

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover { color:#000; }

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover { background-color:#ccc; 	}

/*  Header End */

/*  Welocme Section Start */
.section1 { padding:20px 0px 30px 0px; background-color:#f5f5f5; }
.welcome-section  { }
.welcome-section h1 {  font-family:"majalla"; font-size:50px; color:#ec1d25; text-align:center; margin-bottom:0px; }
.welcome-section h5 { font-family:"NotoSans-Regular"; font-size:16px; color:#b6b9bd; text-align:center;  margin-top:0px; }
.welcome-section p { font-family:"NotoSans-Regular"; font-size:14px; color:#656d78; text-align:center; margin-top:20px;
 padding:5px;  }

.line-design img { margin:40px 0px 0px 0px; }
.welcome-sectionimg { padding:0px 5px 5px 5px; }
.wel-img1 p { background-color:#e0e0e0; padding:10px; text-align:center;  font-family:"ROCK"; font-size:18px;  } 
.wel-img1 p:hover { background-color:#d5343a; color:#FFF; }



/*  Welocme images EFFECTS */
.d-FlipHorizontal
{
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
transition:all 1s;
}
.d-FlipHorizontal:hover
{
c	
transform: rotatey(180deg);
-webkit-transform: rotatey(180deg);
}
.d-FlipHorizontal img
{  }
.d-FlipHorizontal img:hover
{ }
/*  Welocme images EFFECTS */
/*  Welocme Section END */

/*  What Do Section Start */
.section2 {   }
.do-section {  }
.do-section h1 {  font-family:"majalla"; font-size:50px; color:#ec1d25; text-align:center; margin-bottom:0px; }
.do-section h5 { font-family:"NotoSans-Regular"; font-size:16px; color:#b6b9bd; text-align:center;  margin-top:0px; }
.do-section p { font-family:"NotoSans-Regular"; font-size:14px; color:#656d78; text-align:center; margin-top:20px;
 padding:5px;  }
 
.do-section2 { padding:0px; margin:10px 0px;}

.do-section2 a {  text-decoration:none; }
.do-section2 img{ border:2px solid #ccc;
 -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 9px rgba(0,0,0,0.25);
}
.do-section2 img:hover{ border:2px solid #df2229;
 -webkit-box-shadow: 0px 0px 9px rgba(255,0,0,0.25);
  -moz-box-shadow: 0px 0px 9px rgba(255,0,0,0.25);
  box-shadow: 0px 0px 20px rgba(255,0,0,0.25);
}

.do-section2 h2 { font-family:"NotoSans-Regular"; font-size:16px; color:#fff; text-align:center; margin-top:0px; 
background-color:#ee2e35; padding:15px 0px; }


.readmore { margin:0px 10px 10px 10px;   }
.readmore p { margin-top:0px;  }
.readmore p a { font-family:"NotoSans-Regular"; font-size:14px;   padding:5px 10px 5px 10px;  color:#000; text-align:center; 
 background-color:#ccc; text-decoration:none; border-radius:5px;	 }
.readmore p a:hover { background-color:#ee3138; color:#FFF;}


p {
  margin: 0;
  padding: 0;
}

.content-item {
  background:url();
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
/*  height: 300px;*/
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  width: 250px;
}
.content-item .overlay {
	margin-bottom:40px;
  border-bottom: 40px solid #ec1d25;
  border-left: 40px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .70;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
}
.content-item:hover .overlay {
  border-bottom: 800px solid #ec1d25;
  border-left: 800px solid transparent;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item .corner-overlay-content {
  bottom: 40px;
  color: #333;
  position: absolute;
  right: 10px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item:hover .corner-overlay-content {
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item .overlay-content {
  bottom: 0;
  color: #333;
  left: 0;
  opacity: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-item .overlay-content h2 {
  border: 1px solid #fff;
  background:#ed474d;
  padding:12px  0 12px;
}
.content-item:hover .overlay-content {
  opacity: 1;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


/*  What Do Section END */

/*  Client Section Start */
.section3 {  padding:0px 0px 15px 0px; background-color:#f1f1f1; }
.h-clients  h1 {  font-family:"majalla"; font-size:50px; color:#ec1d25; text-align:center; margin-bottom:0px; }
.h-clients h5 { font-family:"NotoSans-Regular"; font-size:16px; color:#b6b9bd; text-align:center;  margin-top:0px; }
.client-effect { margin:15px 0px; }

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 0px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 0px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}



@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
            transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
            transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}

@media only screen and (min-width: 768px) {

}
/*  Client Section End */


/*  Footer START   */
.section4 { background-color:#dedede;  }
.footer-section {  }
.footer-form { margin-top:-25px; background-color:#f9f9f9; border-radius:10px; padding:10px 10px 0px 10px; }
.footer-form h2 { text-align:center; color:#056bb0; font-family:"films.eurostile";  }
.but_dec_2 { padding:5px 20px; background-color:#ff6000; color:#fff; border:none; }
.but_dec_2:hover { background-color:#056bb0; color:#fff; }

.quick h2 { padding:10px; font-size:20px; font-family:"NotoSans-Regular"; ; color:#ec1d25; }
.quick ul { padding:0px 10px; }
.quick ul li { list-style:none; padding:8px 0px; }
.quick ul li img { padding:0px 10px 4px 0px; }
.quick ul li a{ text-decoration:none; color:#515151; font-size:15px; font-family:"NotoSans-Regular";}
.quick ul li a:hover { color:#ec1d25; }

.locate h2 {  padding:10px; font-size:20px; font-family:"NotoSans-Regular"; ; color:#ec1d25;  }
.locate p { padding:10px;  font-family:"NotoSans-Regular"; color:#515151; font-size:15px; }
.locate img { padding:0px 5px 0px 0px; } 

.social-main h2 { padding:10px; font-size:20px; font-family:"NotoSans-Regular"; ; color:#ec1d25; text-align:center;  }
.social { padding:15px; position:relative; text-align:center; }
.social a { margin:0px 10px;  }

.section5  { background-color:#000000;  }
.footer-logo { padding:15px; }
.footer-logo img { margin-top:20px; }

.all-left p { padding:10px 10px 10px 0px; font-size:14px; font-family:"NotoSans-Regular"; color:#fff; }
.all-left p a { color:#fff; text-decoration:none; }
.all-left p a:hover { color:#ff3f46; }

.all-right p { text-align:right;  padding:10px 10px 10px 10px; font-size:14px; font-family:"NotoSans-Regular"; color:#fff; }
.all-right p a { color:#fff; text-decoration:none;   }
.all-right p a:hover {  }


/*  social effects Start  */
.social a{
    position: relative;
    display: inline-block;
    font-family: "icomoon";
    font-size: 1.2em;
    line-height: 40px;
    color: white;
    text-align: center;
    font-smoothing: antialiased;
}
.social .fb{

}
.social .fb:before,
.social .fb:after{
    border-color: #4e71a8;
}

.social .tw{

}
.social .tw:before,
.social .tw:after{
    border-color: #1cb7eb;
}

.social .gp{

}
.social .gp:before,
.social .gp:after
{
    border-color:#006dc0;
}

.social .pl{
    background: #ca3535;
}
.social .pl:before,
.social .pl:after
{
    border-color: #ca3535;
}

.social a:before,
.social a:after{
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: 0; bottom: 0; left: 0; right: 0;
    transition: .3s all;
    border: 3px solid;
}
.social a:hover:after{
   -webkit-transform: scale(1.5);
}
.social a:hover:before{
    -webkit-transform: scale(2);
    transition: .3s all;
    opacity: 0;
} /*  social effects Start  */




/*  **************************** ABOUT US PAGE Start  *************************    */
.abt-section1 { padding:0px 0px 30px 0px; }
.abt-about h1 {  font-family:"majalla"; font-size:40px; color:#ec1d25; text-align:center; margin-bottom:0px; }
.abt-about h5 { font-family:"majalla"; font-size:35px; color:#e6222a;  margin:10px 0px 0px 0px;  padding:5px;  }
.abt-about p { font-family:"NotoSans-Regular"; font-size:14px; color:#656d78; text-align:justify; 
 padding:5px;  }
.abt-aboutimg1 { padding:0px 10px 0px 10px; }


.abt-section2 { padding:0px 0px 30px 0px; background-color:#f1f1f1; }
.abt-about2 h1 {  font-family:"majalla"; font-size:40px; color:#ec1d25; text-align:center; margin-bottom:0px; }
.abt-about2 h5 { font-family:"majalla"; font-size:35px; color:#000;  margin:10px 0px 0px 0px;  padding:5px;  }
.abt-about2 p { font-family:"NotoSans-Regular"; font-size:14px; color:#151515; text-align:justify; 
 padding:5px;  }

.abt-about2 table { width:100%;  border:2px solid #000; margin:5px; } 
.abt-about2 table:hover { border:2px solid #d71c23; } 
.abt-about2 tr {    }
.abt-about2 td { padding:10px; border:1px solid #000;  } 

.abt-section3 { padding:0px 0px 30px 0px; }
.abt-about3 h1 {  font-family:"majalla"; font-size:40px; color:#ec1d25; text-align:center; margin-bottom:0px; }
.abt-about3 h5 { font-family:"majalla"; font-size:35px; color:#e6222a;  margin:10px 0px 0px 0px;  padding:5px;  }
.abt-about3 p { font-family:"NotoSans-Regular"; font-size:14px; color:#656d78; text-align:justify;  padding:5px;  }
.abt-about3 p span { color:#d6161d; font-size:16px; padding-right:10px;  }


.abt-section4 { padding:0px 0px 30px 0px; background-color:#f5f5f7; }
.abt-about4 h1 {  font-family:"majalla"; font-size:40px; color:#ec1d25; text-align:center; margin-bottom:0px; }
.abt-about4 h5 { font-family:"majalla"; font-size:35px; color:#e6222a;  margin:10px 0px 0px 0px;  padding:5px;  }
.abt-about4 p { font-family:"NotoSans-Regular"; font-size:15px; color:#656d78; text-align:justify;  padding:5px; margin-top:10px;
line-height:24px;  }
.abt-about4 p span { color:#d6161d; font-size:16px; padding-right:10px;  }

.abt-section5 { padding:0px 0px 10px 0px;}
.abt-about5 h1 {  font-family:"majalla"; font-size:40px; color:#ec1d25; text-align:center; margin-bottom:0px; }
.abt-about5 h5 { font-family:"majalla"; font-size:35px; color:#000;  margin:10px 0px 0px 0px;  padding:5px;  }
.abt-about5 p { font-family:"NotoSans-Regular"; font-size:14px; color:#151515; text-align:justify; line-height:27px;
 padding:5px;  }

.abt-about5 table { width:100%;  border:2px solid #000; margin:10px; } 
.abt-about5 table:hover { border:2px solid #d71c23; } 
.abt-about5 tr {    }
.abt-about5 th { padding:10px; border:1px solid #000; text-align:center;  } 
.abt-about5 td { padding:5px; border:1px solid #000;  } 
/*  **************************** ABOUT US PAGE End  ***************************   */



/*  **************************** CONTACT US PAGE START  ***************************   */
.c-address { margin-top:30px; }
.c-address p{ font-size:16px;   }


.c-form  { background-color:#f5f5f5;  }	 
.form-section { margin:0px 0px 10px 0px;}	 
.form-control{color:#ccc; display: block; margin:5px; height: 40px; padding: 20px 20px; font-size: 18px; line-height: 1.42857143; color: #000; border-radius: 5px; box-shadow: none; background-image: none; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; background-color: transparent;  border: 1px solid #183650; font-family:"OpenSans-Regular"!important;/* border-bottom: 3px solid #222; width: 100%; -webkit-box-shadow: none;*/ }
.form-control:focus {
    border: none;
    border:1px solid #b6191f;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control.col-md-4, .form-control.col-md-4:focus {border: 1px solid #b6191f; }

      /*input form*/
.input-group .form-control{ border: 1px solid #183650;}
.input-group .form-control:focus{ border: 1px solid #b6191f;}

     /* text box css */
.textarea{ border: 1px solid #183650; }
.textarea:focus, .textarea:hover { border:1px solid #b6191f; }

     /* submit button css */
.btn-primary { border-radius: 5px; text-transform: uppercase; font-weight:500; color: #fff; background-color:#e32c33; /*padding: 15px 0px;*/  border: 1px solid #183650; font-size: 18px; letter-spacing: 1px; padding:10px 90px; 
-webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; margin-top:0px;}

.btn-primary:hover{color: #f00; background-color: #183650; background:none; border-color: #b6191f!important;-webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out}

     /* place holder */	 
.form-control::-moz-placeholder{color:#183650!IMPORTANT;opacity:1; font-family:"OpenSans-Regular";}
.form-control:-ms-input-placeholder{color:#183650!IMPORTANT; font-family:"OpenSans-Regular";}
.form-control::-webkit-input-placeholder{color:#183650!IMPORTANT; font-family:"OpenSans-Regular";}


.map-images img  { width:100%; height:auto; }

/*  **************************** CONTACT US PAGE End  ***************************   */



/*  **************************** PRODUCT PAGE Start  *************************    */
.product-section1 { padding:0px 0px 30px 0px; }
.product-subtitle2 h1 {  font-family:"majalla"; font-size:40px; color:#ec1d25; text-align:center; margin-bottom:0px; }
.product-subtitle2 h5 { font-family:"majalla"; font-size:35px; color:#e6222a;  margin:10px 0px 0px 0px;  padding:5px;  }
.product-subtitle2 p { font-family:"NotoSans-Regular"; font-size:14px; color:#656d78; text-align:justify; 
 padding:5px;  }

.product-part { margin:0px 0px; }
.product-part h1 {  font-family:"majalla"; font-size:50px; color:#ec1d25; text-align:center; margin-bottom:0px; }
.product-part h5 { font-family:"NotoSans-Regular"; font-size:16px; color:#b6b9bd; text-align:center;  margin-top:0px; }
.product-part p { font-family:"NotoSans-Regular"; font-size:14px; color:#656d78; text-align:center; margin-top:20px;
 padding:5px;  }
 
.product-part2 {  background-color:#ededed; padding:10px; margin:20px 0px; }
.product-part2:hover {  background-color:#fff6f6; }

.product-part2 a { text-decoration:none; }
.product-part2 img{  border:5px solid #aaaaaa; }
.product-part2 img:hover{ border:5px solid #df2229; }
.product-part2 h2 { font-family:"NotoSans-Regular"; font-size:18px; color:#000; text-align:center; }
.product-part2 h2:hover {  color:#f00; }

.product-content { padding:10px; margin:0px 13px; }
.product-content:hover { }

.product-part2 h3 { font-family:"majalla"; font-size:33px; text-align:center; color:#ec1d25; margin-top:10px;  }
/*  **************************** PRODUCT PAGE End  *************************    */


/*  **************************** PRODUCT Sub pages nitrogen-generators Start *************************    */
.all-products { padding:0px 0px 30px 0px; }
.all-products2 h1 {  font-family:"majalla"; font-size:40px; color:#ec1d25; text-align:center; margin-bottom:0px; }
.all-products2 h5 { font-family:"majalla"; font-size:35px; color:#e6222a;  margin:10px 0px 0px 0px;  padding:5px;  }
.all-products2 p { font-family:"NotoSans-Regular"; font-size:14px; color:#656d78; text-align:justify; 
 padding:5px;  }
.all-products2 h6 { font-family:"majalla"; font-size:30px; color:#000;  margin:0px 0px 0px 0px;  padding:5px;  }


.product-table table { width:100%;  border:2px solid #000; margin:5px; } 
.product-table table:hover { border:2px solid #a81c21; } 
.product-table tr {    }
.product-table td { padding:10px; border:1px solid #000; background-color:#ffebec;  } 
.product-table th { font-family:"NotoSans-Regular"; font-size:16px;	 color:#FFF; padding:10px; border:1px solid #000; text-align:center; background-color:#a81c21;  } 

.all-products2 p span {
    color: #d6161d;
    font-size: 16px;
    padding-right: 10px;
}	
/*  **************************** PRODUCT Sub pages nitrogen-generators End  *************************    */





/*  **************************** Enquiry Page Start *************************    */
.enquiry-page { padding:10px 20px 20px 20px; }
.enquiry-page .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
	font-family:"majalla";
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.enquiry-page .form-control:hover {
    background-color: #f8f8f8;
    border: 1px solid #e6222a;
}

.enquiry-page .form-control:focus {
    background-color: #f8f8f8;
    border: 1px solid #e6222a;
}

.enquiry-page .control-group { margin:15px 0px; }

.enquiry-page .form-group #message { height:80px; margin-top:20px; }

.enquiry-page .but_dec_2 {
    display: inline-block;
	margin:5px 0px;
    font-size:20px;
    color: #fff;
    padding: 5px 98px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-appearance: none;
    font-weight: 300;
    cursor: pointer; font-family:"majalla";
    border: 2px #c32a30 solid;
    background-color: #c32a30!important;
    transition: background-color 300ms, color 300ms, border-color 300ms;
    -webkit-transition: background-color 300ms, color 300ms, border-color 300ms;
    vertical-align: top;
    outline: none;
} 
.enquiry-page .but_dec_2:hover
{
cursor: pointer; background-color:#65080c!important;
color:#fff; text-decoration:none; border: 2px #65080c solid;
 -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}


/*  **************************** Enquiry Page End *************************    */


.clients { margin:10px 0px; } 
.clients img { border:1px solid #000; margin:5px; }


/*  **************************** Gallery START *************************    */
.fancybox-buttons img  { border:2px solid #ccc;  }
.fancybox-buttons img:hover  { border:2px solid #f00;  }
.fancybox-buttons h6 { font-family:"NotoSans-Regular"; font-size:16px; color:#656d78; text-align:center; padding:10px 0px 0px 0px;  }
.fancybox-buttons h6:hover{color:#F00;  }

a:hover { text-decoration:none; }

/*  **************************** Gallery END  *************************    */



.h1 { margin:0px!important; }








