@font-face {
  font-family: "RockSalt";
  src: url(../fonts/RockSalt.ttf);
  font-weight: normal;
  font-style: normal;
}


body {
 font-family: 'Hind', sans-serif;
 font-weight: 400;
 font-size: 14px;
 color: #555e69;

 text-transform: none;
 overflow-x: hidden;
}

a {
  color: #337ab7;
  text-decoration: none;
  transition: 0.4s ease-in-out;
}

a:hover {
  text-decoration: underline;
  text-decoration: none;
  color:#ef6922;
}

ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

p{
  font-size: 12px;
  line-height: 24px;
  text-align:justify;
  font-size: 16px;
  color: #808080;
  line-height: 1.6;
  margin: 0 0 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;

}
.flex-container{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

img{
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
/*.container{
  width: 1140px;
  }*/

  .nopadding{
    padding:0;
  }

  .nomargin{
    margin:0;
  }


  .clearfix:before, .clearfix:after{
    content: '';
    clear: both;
    display: table;
  }

  /*top bar*/

  .top-bar{
    background: #303338;
    color: #fff;
    padding: 10px 0;
  }

  .head-cntct a{
    color: #fff;
    transition: 0.4s;
    font-size: 22px;
  }

  .top-bar ul li{
    list-style: none;
    display: inline-block;
    margin: 0 5px;
  }

  .top-bar ul{
    margin: 0;
  }

  .top-bar ul li i{
    margin: 5px;
    color: #fff;
    background: #3c3f44;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
  }
  

  /*logo bar*/

  .logo-wrap {

    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 210px;
    height: 90px;
    position: relative;
    z-index: 9;
    padding: 10px 0;

  }
  .logo-wrap img{

    max-width: 130% !important;
    vertical-align: middle;
    height: auto;
    margin-left: -50px !important;
    margin-top:10px;

  }
  .logo-wrap:before, .logo-wrap:after{

    background-color: #808080;
    content: "";
    position: absolute;
    bottom: -20px;
    height: 122%;
    z-index: -1;

  }

  .logo-wrap:after {

    right: -158px;
    height: 100%;
    background-color: rgba(0,0,0,0);
    background-image: url(../images/header-curv.png);
    width: 130px;
    background-size: cover;

  }

  .logo-wrap:before {

    right: -50px;
    width: 2000px;
    -webkit-transform: skew( 30deg);
    -moz-transform: skew( 30deg);
    -o-transform: skew( 30deg);
    -ms-transform: skew( 30deg);
    transform: skew(30deg);

  }

  .logo-bar{
    background: #001f3f;
  }

  .header-top-left.head-cntct{
   text-align: right; 
 }

 .slog strong{
  font-size: 25px;
  color: #fcca35;
}

.slog {
  padding: 0 0 0 90px;
}

.top-addrs{
 padding: 0 0 0 90px;
}

.top-addrs i{
  font-size: 18px;
  color: red;
}

.top-addrs span{
  font-size: 16px;
  color: #fff;
}

.enq a {
    
    color: #fff;
    font-size: 15px;
    border: 2px solid #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.4s;
}

.enq a:hover{
  background: #333;
  color: #fff;
}

/*navbar section*/

.nav-sec{
 /* background: #eee;*/
 background:#fac935;
}

.nav-sec .nav-item .nav-link{
  text-transform: capitalize;
  color: #333;
  font-weight: 500;
  padding: 10px;
  transition: 0.4s;
  font-size: 18px;
}

.nav-sec .nav-item.active .nav-link, .nav-sec .nav-item .nav-link:hover{
  background: #001f3f;
}

.nav-sec .navbar{
  padding: 0;
}

/*slider*/

.slide-wrap {
  height: 550px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.home-banr .title-wrap {

  position: absolute;
  bottom: 23%;
  left: 10%;
  width: 70%;

}

.title-wrap h1{
  font-size: 56px;
  text-transform: uppercase;
  color: #eee;
}

.title-wrap strong{
  font-size: 24px;
  text-transform: capitalize;
  color: #ccc;
}

.title-wrap:after{
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #001f3f;
  bottom: -10px;
  left: 0;
}

/*slider captions and paginations*/

.home-banr .owl-theme .owl-controls {

  position: absolute;
  margin: 0;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);

}

.home-banr .owl-theme .owl-controls .owl-page span {

  width: 15px;
  height: 15px;
  background: none;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 5px 7px 5px 2px;

}

.home-banr .owl-theme .owl-controls .owl-page.active span {

  background: #001f3f;

}

/*search button*/

.srch .form-control{
  margin: 0 !important;
  padding-right: 40px;
  border-radius: 0;
  font-size: 14px;
  width: 100px;
  transition: 0.4s;
}

.srch .form-control:focus{
  width: 225px;
  box-shadow: none;
}

.srch{
  position: relative;
  margin: 10px 0;
}

.srch  .btn{
  position: absolute;
  right: 0;
  border-radius: 0;
  border: none;
  color: #22252a;
}

.srch  .btn:hover{
  background: #001f3f;
}

/*welcome note*/

.wel-contn h1{
  font-size: 36px;
  font-style: italic;
  color: #22252a;
}

.wel-contn p{
  font-size: 18px;
  color: #333;
}

.welcome-sec{
  padding: 40px 0;
  background: #eee;
}

.welcome-sec .img-wrap{
  position: relative;
  overflow: hidden;
}

.welcome-sec1{
  padding: 40px 0;
  background: #FFF;
}

.welcome-sec1 .img-wrap{
  position: relative;
  overflow: hidden;
}


/*.welcome-sec .img-wrap:after {

  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: -40%;
  height: 100%;
  width: 100%;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -101deg) translate3d(0, -22%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -101deg) translate3d(0, -22%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -101deg) translate3d(0, -22%, 0);
  background: #fecb38;
  opacity: 0.5;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;

}

.welcome-sec:hover .img-wrap:after{
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -101deg) translate3d(0px, 78%, 0px);

  }*/

  /*our products*/

  .our-product{
    background: url(../images/bg.jpg);
    padding: 40px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
  }

  .headings {

    margin: 0 0 30px 0;

  }

  .headings h2{
   position: relative;

   color: #ffffff;

   font-size: 30px;

   font-weight: 700;

   line-height: 24px;

   text-transform: uppercase;

   display: inline-block; 
 }

 .headings h2:after {

  background: #4a4a4a none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 235px;
  position: absolute;
  top: 13px;
  width: 535px;

}


/*our products*/

.prod-wrap{
  margin: 0 0 40px 0;
}


.prod-contn h3{
  color: #eee;
}

.prod-contn p{
  color: #aaa;
  font-size: 18px;
}

.our-product .prod-contn.left{
  padding: 50px 0 0 50px;
  position: relative;
  transition: 0.4s;
}

.our-product .prod-contn.right{
  padding: 50px 50px 0 0;
  position: relative;
  transition: 0.4s;
}

.our-product .prod-contn:before{
  content: "";
  position: absolute;
  height: 100px;
  width: 1px;
  background: #001f3f;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}

.our-product .prod-contn.left:before{
  left: 0;
}

.our-product:hover .prod-contn.left:before{
  height: 100%;
}

.our-product .prod-contn.right:before{
  right: 0;
}

.our-product:hover .prod-contn.right:before{
  height: 100%;
}


.prod-img{
  text-align: center;

}

.prod-img .img-wrap{
  position: relative;
  overflow: hidden;
  display: inline-block
}

/*.prod-img .img-wrap:after{
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: -30%;
  height: 30%;
  width: 300%;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -101deg) translate3d(0, -22%, 0);
  -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -101deg) translate3d(0, -22%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -101deg) translate3d(0, -22%, 0);
  background: #fecb38;
  opacity: 0.5;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.prod-img:hover .img-wrap:after{
  left: 10%;
  }*/


  /*we represent*/

  .represent .headings h2{
    color: #22252a;
  }

  .represent {
    padding: 40px 0;
  }

  .repr-wrap{
    margin: 10px;
  }

  .repr-wrap .img-wrap{
    padding: 30px;
    border: 2px solid #001f3f;
    text-align: center;

  }

  /*why us section*/

  .why-us{
    background: url(../images/choose-bg.jpg);

    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;

    padding: 40px 0;

    background-repeat: no-repeat;

    background-attachment: fixed;

    background-position: center;

    position: relative;
  }

  .why-us:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0, 0.7);
  }

  .why-wrap .img-wrap{
    position: relative;

    width: 100%;

    padding-top: 75%;

    margin: 0;
  }

  .why-wrap .img-wrap img{
   position: absolute;

   display: block;

   width: 100%;

   height: 100%;

   left: 0;

   right: 0;

   top: 0;

   bottom: 0;

   margin: 0;

   object-fit: cover; 
 }

 .why-dtl{
  padding: 10px;
  border: 2px solid #fff;
}

.why-dtl strong{
  font-size: 18px;
  text-align: center;
  display: inline-block;
  color: #fff;
}

.more{
  display: inline-block;
  text-transform: capitalize;
  color: #fac935;
  margin: 20px 0;
}

.more:hover{
  color: #ff0000;
}

/*footer*/

footer{
  background-image: url(../images/smooth-bg.png);
  position: relative;
  padding: 50px 0 0 0;
}

footer:before{
  position: absolute;

  content: "";

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: rgba(0,0,0, 0.7);
}

.foot-contn .logos{
 margin: 0 0 30px 0;

}

.foot-head h5{
  position: relative;

  color: #ffffff;

  font-size: 20px;

  font-weight: 700;

  line-height: 24px;

  text-transform: uppercase;

  display: inline-block;

  padding-right: 20px;
}

.foot-head{
  margin: 0 0 30px 0;
}

.foot-head h5:after {

  background: #4a4a4a none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 100%;
  position: absolute;
  top: 13px;
  width: 45px;

}

.quick-l{
  list-style: none;
  padding: 0 0 0 20px;
}

.quick-l li{
  margin: 0 0 10px 0
}

.quick-l li a{
  color: #ccc;
  text-transform: capitalize;
  font-size: 18px;
}

.quick-l li a:hover{
  color: #001f3f;
}

.foot-cnct{
  list-style: none;
  padding: 0 0 0 20px;
}

.foot-cnct li a{
  color: #ccc;
}

.foot-cnct li a:hover{
  color: #001f3f;
}

.foot-cnct li{
  margin: 0 0 10px 0
}

.foot-cnct li a span{
  font-size: 20px;
  vertical-align: middle;
  margin: 0 5px;
  width: 30px;
  text-align: center;
}


footer .lft {

  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;

}

footer .lft  ul{
  margin: 0;
  list-style: none;
}

.copy-r {

  padding: 10px 0;
  background: #000;

}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1.5s;
}

/*contact page*/

.contact-wrap .headings h2{
  color: #22252a;
}

.contact-wrap .headings h2:after{
  left: 105%;
  width: 60%
}

.contact-wrap{
  padding: 40px 0;
}

.contact-wrap form{
  padding: 30px ;
  background: #f5f6f6;
}

.contact-wrap form .btn{
  width: 100%;
  margin: 20px 0;
  background: #001f3f;
  transition: 0.4s;
  color:#fff;
}

.contact-wrap form .btn:hover{
  background: #ff0000;
}

.contact-wrap .cntct-dtl h4 i{
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  color: #fff;
  background: #001f3f;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.contact-wrap .cntct-dtl h4{
  font-size: 18px;
}

.contact-wrap .cntct-dtl ul{
  list-style: none;
}

.contact-wrap .cntct-dtl .social-bar li{
  display: inline-block;
}

.contact-wrap .cntct-dtl .social-bar li i{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #001f3f;
  color: #fff;
  transition: 0.4s;

}

.contact-wrap .cntct-dtl .social-bar li a:hover i{
  background: #ff0000;
}

/*changes*/

.prod-img{
  background: #fff;
  position: relative;
  padding: 20px;
}

.prod-img.lft:before{
  content: "";
  position: absolute;
  top: 0;
  left: -999999px;
  right: 100%;
  bottom: 0;
  background: #fff;
}

.prod-img.rgt:before{
  content: "";
  position: absolute;
  top: 0;
  right: -999999px;
  left: 100%;
  bottom: 0;
  background: #fff;
}

.all-p a{
  padding: 10px 15px;
  background: #333;
  display: inline-block;
  margin: 20px 0 20px 0;
  text-transform: capitalize;
  color: #fff;
  transition: 0.4s;
}

.all-p a:hover{
  background: #001f3f;
  color: #333;
}

.prodct-wrap{
  margin: 0 0 20px 0;
}

.prodct-wrap .img-wrap{
 padding: 30px;

 border: 2px solid #333;

 text-align: center;
}
.prodct-wrap strong{
  padding: 10px;
  display: block;
  text-align:center;
}
.prodct-wrap strong a{
  font-size: 18px;
  color: #333;
  display: inline-block;
  transition: 0.4s;
}

.prodct-wrap strong a:hover{
  color:#001f3f;
}

.prodct{
  padding: 20px 0;
}

.prod-img .img-wrap img{
  transition: 0.4s;
}

.prod-img:hover .img-wrap img{
  transform: scale(1.3);

}

.prodct-wrap .img-wrap img{
  transition: 0.4s;
}

.prodct-wrap:hover .img-wrap img{
  transform: scale(1.3);

}

.prodct-wrap .img-wrap{
  overflow: hidden;
}

.service-process i:after {
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: " ";
  border-radius: 50%;
  position: absolute;
  border: 1px solid #bbb;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  text-shadow: none;
  background: #156697;
  color: #fff;
}
.nav-sec .nav-item .nav-link{
  padding: 20px 20px;
}

/*new changes may28*/

.prodlogo-wrap h3 img{
  width: 220px;
}

.prodlogo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prodlogo-wrap span a{
  display: inline-block;
  background: #fac935;
  color: #fff !important;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.4s;
}

.prodlogo-wrap span a:hover{
  background: #ff0000;
  color: #fff;
}

.prodlogo-wrap span a i{
  margin: 0 0 0 5px;
}

.prodlogo-wrap h3{
  padding: 5px;
  background: #fff;
}

/*services page*/

.servc-sec .headings h2{
  color: #333;
}

.servc-sec .headings{
  padding: 30px 0;
}

.dervc-wrap .more a{
  display: inline-block;
  background: #001f3f;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.4s;
}

.dervc-wrap{
  margin: 0 0 30px 0;
}

.dervc-wrap .more a:hover{
  background: #ff0000;
  color: #fff;
}

.dervc-wrap h2{
  font-size: 20px;
  text-transform: capitalize;

  font-style: italic;

  color: #22252a;
}


/*gallery page*/

.gallery-sec .headings h2{
  color: #333;
}

.gallery-sec .headings{
  margin: 30px 0;
}

.gallery-sec  .g-wrap{
  margin: 0 0 30px 0;
}

.gallery-sec  .g-wrap .img-wrap{


  padding: 30px;
  border: 2px solid #333;
  text-align: center;

}

.g-dtl{
  text-align: center;
  
}

.g-dtl a {

  font-size: 18px;
  color: #333;
  display: inline-block;
  transition: 0.4s;
  font-weight: 500;
  text-align: center;
}

.g-dtl a:hover{
  color: #001f3f; 
}
.navbar-light i{
    color:#fff;

}
.nav-link:hover{
    color:#fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.more a{
   color:#fff;
}