
@font-face {
    font-family: justice_league;
    src: url(fonts/justice_league-webfont.woff);
    src: url(fonts/justice_league-webfont.woff2);
    src: url(fonts/justice_league-webfont.eot lite);
}
@font-face {
    font-family: opensans-light;
    src: url(fonts/opensans-light-webfont.woff);
    src: url(fonts/opensans-light-webfont.woff2);
    src: url(fonts/opensans-light-webfont.eot lite);
}
@font-face {
    font-family: opensans-regular;
    src: url(fonts/opensans-regular-webfont.woff);
    src: url(fonts/opensans-regular-webfont.woff2);
    src: url(fonts/opensans-regular-webfont.eot lite);
}
@font-face {
    font-family: opensans-semibold;
    src: url(fonts/opensans-semibold-webfont.woff);
    src: url(fonts/opensans-semibold-webfont.woff2);
    src: url(fonts/opensans-semibold-webfont.eot lite);
}
@font-face {
    font-family: opensans-bold;
    src: url(fonts/opensans-bold-webfont-webfont.woff);
    src: url(fonts/opensans-bold-webfont.woff2);
    src: url(fonts/opensans-bold-webfont.eot lite);
}
@font-face {
    font-family: 'bignoodletitlingregular';
    src: url('fonts/big_noodle_titling-webfont.eot');
    src: url('fonts/big_noodle_titling-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/big_noodle_titling-webfont.woff2') format('woff2'),
         url('fonts/big_noodle_titling-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oxygenregular';
    src: url('fonts/oxygen-regular-webfont.eot');
    src: url('fonts/oxygen-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oxygen-regular-webfont.woff2') format('woff2'),
         url('fonts/oxygen-regular-webfont.woff') format('woff'),
         url('fonts/oxygen-regular-webfont.svg#oxygenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'bignoodletitlingoblique';
    src: url('fonts/big_noodle_titling_oblique-webfont.eot');
    src: url('fonts/big_noodle_titling_oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/big_noodle_titling_oblique-webfont.woff2') format('woff2'),
         url('fonts/big_noodle_titling_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'arialregular';
    src: url('fonts/arial-webfont.eot');
    src: url('fonts/arial-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arial-webfont.woff2') format('woff2'),
         url('fonts/arial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}









@font-face {
    font-family: 'oxygenregular';
    src: url('fonts/oxygen-webfont.eot');
    src: url('fonts/oxygen-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oxygen-webfont.woff2') format('woff2'),
         url('fonts/oxygen-webfont.woff') format('woff'),
         url('fonts/oxygen-webfont.svg#oxygenregular') format('svg');
    font-weight: normal;
    font-style: normal;

}





@font-face {
    font-family: 'oxygenlight';
    src: url('fonts/oxygen-light-webfont.eot');
    src: url('fonts/oxygen-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oxygen-light-webfont.woff2') format('woff2'),
         url('fonts/oxygen-light-webfont.woff') format('woff'),
         url('fonts/oxygen-light-webfont.svg#oxygenlight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'oxygenbold';
    src: url('fonts/oxygen-bold-webfont.eot');
    src: url('fonts/oxygen-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oxygen-bold-webfont.woff2') format('woff2'),
         url('fonts/oxygen-bold-webfont.woff') format('woff'),
         url('fonts/oxygen-bold-webfont.svg#oxygenbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
* p, h1, h3, h4, h5, h5, ul{
  padding: 0;
  margin: 0;
}











.mycl{padding: 15px 15px;}
.toj h1{
  font-family: 'oxygenbold';
  font-size: 60px;
  padding-left: 40px;
}

.toj p {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .18em;
  text-align: center;
  padding-top: 30px;
}

.toj a {
  text-decoration: none;
}

.brand {
  text-align: center;
}

.logo{
    width: 100%;
    max-width: 96px;

}



.toj h4 {
  color: grey;
  font-size: 24px;
  font-weight: 400;
}

#portfolio p {
  color: grey;
  font-size: 12px;
  font-weight: 200;
}

.content {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
}

.single-content img {
  width: 100%;
  height: auto;
  margin: 0px;
}

.filters {
  width: 100%;
  text-align: center;
}

.toj ul {
  list-style: none;
  padding: 20px 0;
}

.toj li {
  display: inline;
  padding: 10px 17px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .2em;
    transition: 0.5s ease all;
    font-family: 'oxygenbold';
}

.toj li:hover {
  color: #a6a6a6;
}

.toj li.active {
  color: #fff;
  border: 1px solid #0e4abc;
  border-radius: 15px;
  background: #0e4abc;
}
.hov{
  transition: 0.5s ease all;
  position: relative;
}
.text{
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 999999999999;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  transition: 0.5s ease all;
  overflow: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;

}
.hov:hover .text{
    
    opacity: 1;
    height: 100%;
    background: rgba(255,255,255,0.8);


}
.text h3{
  margin: 0;
  color: #262626;
  font-family: 'oxygenbold';
  padding: 20px 0;
  transition: 0.5s ease all;
}
.text span{
    height: 1px;
    width: 110px;
    background-color: #666;
    display: inline-block;
    margin: 7px 0;
}
.hov:hover .text h3{
    padding: 0 0;
}




@media only screen and (max-width: 767px){
  .tb li{
    font-size: 12px;
  }
}


@media only screen and (max-width: 500px){
  .tb li{
    font-size: 14px;
    margin: 1px 0;
    display: inline-block;

  }
}
@media only screen and (max-width: 400px){
h1 {
    font-family: 'congress-heavyregular';
    font-size: 38px;
   padding-left: 0;
    text-align: center;
}
}















/*--------- header Start --------*/
/*------ Top Start -----*/
#particle-canvas{
    position: absolute;
    left: 15px;
    bottom: 10px;
}
#particle-canvas p a{
    font-size: 15px;
    color: #000;
    font-family: oxygenbold;
    text-transform: capitalize;
}

.whats-icon{
    position: fixed;
right: 0;
z-index: 9999999999999;
bottom: 10%;
}
.top-left a{
    padding: 9px;
    color: #fff;
    font-family: 'oxygenregular';
    
    font-size: 16px;
    display: inline-block;
}
.right{
  display: inline-block;
  font-family: 'oxygenregular';
  padding-right: 30px;
}
.right_link-top{
color:#FFFFFF;
  font-family: 'oxygenregular';
  padding-right: 7px;
}
.right_link-top:hover{
color:#FFFFFF !important;
  font-family: 'oxygenregular';
  padding-right: 7px;
}
.top-left a:hover{
  color: #fff;
  text-decoration: none;
}
.top{
  border-bottom: solid 1px #f0f0f0;
  padding: 20px 0;
}
.top-text{
}
.top-text p{
  font-size: 12px;
  color: #c2c2c2;
  font-family: opensans-semibold;
  text-transform: uppercase;
}
.top-icon{
  text-align: right;
}
.top-icon ul{
  list-style: none;
  display: block;
  margin: 0;
}
.top-icon li{
display: inline-block;
}
.top-icon a{
  display: block;
  color: #fff;
  padding-left: 15px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.top-icon a:hover{
  color: #8b8b8b;
}
/*------ Top End -----*/



/*------ Nav Bar Start -----*/
.navbar-nav {
  font-size:14px;
}
.navbar-nav a:hover{
  color: #fff;
  background-color: #e6e6e6;
}
.nav li a:hover{
    background-color:none;  
}
.navbar-default{
  background: none;
  border: none;
}
.navbar-toggle {
  margin-bottom: : 20px ;
}
.navbar{
  margin: 0;
  border: solid 0px #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
 background-color: #017504;
    border-radius: 10px;
}
.navbar-default .navbar-nav > li > a{
    color: #000000;
      font-family: 'oxygenregular';
    font-size: 17px;
    text-transform: capitalize;
    transition: all 0.5s ease;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #777;
    background-color: transparent;
}
.nav > li > a{
  padding: 4px 15px 8px;
  margin: 65px 0;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #008add;
    float: right;
    padding: 0;
}
.logo{
  padding: 20px 0;
  max-width: 267px;
  width: 100%;
}
.dropdown-menu > li > a{
  color: #181818;
  font-family: Myriad Pro Semibold;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
  color: #ffff;
  background-color: #000000;

}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
background-color: #000000;
  color: #fff;
}
/*------ Nav Bar End -----*/

/*------ Search Start -----*/
.nav-icon{
    padding: 31px 15px;
    display: inline-block;
}
.nav-icon ul{
  list-style: none;
  display: block;
  margin: 0;
} 
.nav-icon li{
  display: inline-block;
}
.nav-icon a{
  display: inline-block;
  padding: 20px 0;
}
.search-ser{
  padding-right: 10px;
}
.searchTerm{
  background-color: #fff;
  border: solid 1px #c2c2c2;
  color: #181818;
  height: 50px;
  padding-left: 15px;
  width: 100%;
  border-radius: 5px;
  background-image: url(im/search-icon.png);
  background-repeat: no-repeat;
  background-position: 99% center;
  font-family: Myriad Pro Regular;
  font-size: 15px;
}

.searchButton{
  border: solid 2px #e5e5e5;
  border-left:   0;
  height: 26px;
  width: 26px;
  margin-left: -10px;
  background-color: #eeeeee;
  color: #999999;
}
.search-main{
  background-color: #f5f5f5;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.search-text{
  text-align: center;
}
.search-text p{
  color: #666666;
  font-size: 14px;
  font-family: helvetica;
  padding-bottom: 20px;
  letter-spacing: 4px;
}
.flag{
  float: right;
  padding: 45px 0;
}
.top-ban-text{
  font-size: 17px;
  color: #fff;
  font-family: oxygenregular;
  padding: 18px 0;
  text-align: center;
}
.banner-con{
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.cat-banner{
}
.cat-banner img{
  max-width: 578px;
  width: 100%;
  margin: 14px 0;
  border: solid 10px #f2f4f6; 
  transition: all 0.5s ease;
}
.cat-banner img:hover{
  border-color: #0080cc;
}
.dropdown-menu{
  width: auto;
}
.carousel-control{
  width: 6%;
}
.dropup, .dropdown{
  border-right: solid 1px #fff;
}



.nav-tabs  > li > a {
   font-size: 25px;
   font-family: oxygenlight;
   color: #2e3192;
}
.nav-tabs {
    border-bottom: 1px solid 
    #ddd;
    margin: 0 auto;
    max-width: 433px;
}





/*------ Mega Menu -----*/
.dropdown-menu{
  margin-top: 0;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    border: 0;
    -webkit-box-shadow: none;
    background-color: #e1e0e6;
    border-bottom: solid 5px #0550ad;
    border-radius: 0;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
  display: inline-block;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #777777;
  padding: 10px 10px;
  font-size: 14px;
  font-family: Myriad Pro Regular;
  transition: all 0.5s ease;
  background-image: url(im/dots.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  background-color: #0550ad;
  color: #ffffff;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff000a;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
  font-family: heliumbold;
  text-transform: uppercase;
}
.cat-navbar ul{
  list-style: none;
}
.cat-navbar li{
  display: inline-block;
  border: 0;
}
.cat-navbar li a{
  color: #777777;
  font-family: Myriad Pro Semibold;
  font-size: 17px;
  padding: 23px 72px;
  display: block;
}
.cat-navbar ul li a span{
  padding-left: 30px;
}




.slide-fluid{
  padding-bottom: 75px;
}



.banner-bottom a{ 
width: 394.22px;
 background: #ED1C24;
display: block;
text-align: center;
padding: 72px 0;
   font-family: 'oxygenregular';
font-size: 18px;
color:
#fff;
background: url(im/heart.png) no-repeat left
#ED1C24;
    background-position-x: left;
background-position-x: 32px;
display: inline-block;
transition: 0.2s;

}
.den a{
  background: url(im/teeth.png) no-repeat left
#ED1C24;
    background-position-x: 32px;
}
.number {
    display: inline-block;
    text-align: center;
}
.counters {
    display: inline-block;
}
.counters img {
    display: block;
    margin: 0 auto 10px;
}
.counters span {
    font-family: 'oxygenlight';
    color: 
    #222222;
    font-size: 30px;
    margin-top: 15px;
}
.counters span {
    font-family: 'oxygenlight';
    color: 
    #222222;
    font-size: 30px;
    margin-top: 15px;
}
.counters strong {
    display: block;
    font-family: 'oxygenlight';
    color: 
    #222222;
    font-size: 17px;
}
.number {
    padding-left: 120px;
}
.welcome-fluid-1 {
    background-image: url(im/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.beau a{
   background: url(im/hair.png) no-repeat left
#ED1C24 ;
background-position-x: 32px;
}



.banner-bottom a:hover{
opacity: 0.8;
background-image: url(im/arrow.png), url(im/heart.png);
background-position: 90%, 10px;
  border-bottom: 6px solid #000;

}
.den a:hover{
  background-image: url(im/arrow.png), url(im/teeth.png);
  background-position: 90%, 10px;
  border-bottom: 6px solid #000;
}
.beau a:hover{
  background-image: url(im/arrow.png), url(im/hair.png);
  background-position: 90%, 10px,
   border-bottom: 6px solid #000;
}
.carousel-indicators li{
}
.carousel-indicators .active{
  width: 14px;
  height: 14px;
  border: 0;
  margin: 0px 5px;
}

.slide-1{
  background: #2e3192;
  position: relative;


}
.ab{
  position: absolute;
  z-index: 1000000000;
  left: 0;
  right: 0;
  top: 70px;
}
.slide-heading h1{
  font-family: 'oxygenlight';
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 27px 0 20px 0;
}


.cat-right-navbar{
  text-align: right;
}
.cat-right-navbar ul{
  display: block;
  list-style: none;
}
.cat-right-navbar li{
  display: inline-block;
}
.cat-right-navbar a{
  display: block;
  padding: 25px 17px;
}
/*------ Search End -----*/


@media screen and (min-width: 1600px){
.banner-bottom a{
  width: 100%;
}
.nav-tabs {
    border-bottom: 1px solid 
    #ddd;
    margin: 0 auto;
    max-width: 447px !important;
}

}




@media screen and (max-width: 1500px){
  .banner-con {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
  }

}



@media screen and (max-width: 1420px){
  .cat-navbar li a{
    padding: 23px 30px;
  }
}




@media screen and (max-width: 1400px){
  .nav > li > a {
    padding: 4px 11px 6px;
    margin: 65px 0;
  }
  a.gflag{
    padding:0px 3px !important;
  }
  .logo {
    padding: 40px 0;
    max-width: 443px;
    width: 100%;
  }
  .cat-banner img {
    max-width: 468px;
    width: 100%;
    margin: 7px 0;
  }
  .cat-banner {
    margin-left: 35px;
  } 
  .nav-icon {
    padding: 49px 0px;
  }
  .flag {
    padding: 64px 0;
  }
}






@media screen and (max-width: 1257px){
.navbar-default .navbar-nav > li > a {
    font-size: 15px;
  }
  .nav > li > a {
    margin: 65px 0;
  }
}






@media screen and (max-width: 1199px){
  .flag{
    display: none;
  }
  #panel{
    top: 1% !important;
    right: 8% !important;
  }
  .nav-icon {
    padding: 40px 15px;
    display: inline-block;
  }
  .nav > li > a {
    padding: 4px 6px 7px;
    margin: 49px 0;
  }
  .logo {
    padding: 29px 0;
    max-width: 200px;
    width: 100%;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 17px;
  }
  .cat-banner img {
    max-width: 84%;
    width: 100%;
    margin: 9px 0;
  }
  .banner-con {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 40px;
  }
  .top-ban-text{
    font-size: 14px;
  }
  .cat-banner {
    margin-left: 0px;
  }
}

@media screen and (max-width: 1120px){
.den a {
    background: url(im/teeth.png) no-repeat left 
    #3a3a3a;
        background-position-x: left;
    background-position-x: 0;
}
.banner-bottom a{
    background-position-x: 0;
}
}

@media screen and (max-width: 1084px){
  .cat-navbar ul li a span {
    padding-left: 10px;
  }
  .cat-navbar li a {
    padding: 23px 20px;
  }
}



@media screen and (max-width: 991px){
  .navbar-default .navbar-nav > li > a{
    font-size: 15px;
  }
  .logo {
    padding: 31px 0;
    max-width: unset;
    width: 180px;
  }
  .nav > li > a {
    padding: 4px 6px 7px;
    margin: 52px 0;
  }
  .top-ban-text{
    font-size: 12px;
  }
  .cat-banner img {
    max-width: 96%;
    width: 100%;
    margin: 10px 0;
    border: solid 6px #f2f4f6;
  }
  .nav-icon {
    padding: 36px 15px;
    display: inline-block;
  }
}







@media screen and (max-width: 850px){
  .banner-con {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: -0px;
  }
  .cat-banner img {
    max-width: 307px;
    width: 100%;
    margin: 7px 0;
    border: solid 4px #f2f4f6;
  }
}











@media screen and (max-width: 767px){
  .navbar-toggle{
    margin-right: 0px;
    padding: 0;
    border:0;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .text-run-rr{
      display: none;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    float: unset;
    padding: 0;
    text-align: center;
    overflow: unset;
  }
  .nav > li > a {
    padding: 20px 5px;
  }
  .navbar-default .navbar-nav > li > a{
    font-size: 17px;
  }
  .logo-xs{
    max-width: 260px;
    width: 100%;
    padding: 30px 0 !important;
  }
  .dropdown-menu > li > a{
    text-align: center;
  }
  .navbar-toggle{
    margin-top: 40px;
  }
  .banner-con{
    position: unset;
  }
  .cat-banner {
    margin-left: 0px;
  }
  .cat-banner img {
    max-width: 100%;
    width: 100%;
    margin: 15px auto;
    border: solid 10px #f2f4f6;
  }
  .nav-icon {
    display: none;
  }
  .nav > li > a {
    padding: 4px 6px 7px;
    margin: 0px 0;
  }
  .cat-navbar li a {
    padding: 10px 5px;
    font-size: 14px;
  }
  .cat-navbar ul li a span {
    padding-left: 5px;
  }
  .carousel-indicators {
    bottom: -40px;
    padding: 10px 0;
  }
  .slide-fluid {
    padding-bottom: 40px;
  }
  .carousel-indicators li {
    background-color: rgba(255, 255, 255,0.5);
    width: 10px;
    height: 10px;
  }
  .carousel-indicators .active {
    width: 11px;
    height: 11px;
  }
}







@media screen and (max-width: 550px){
  .top-left a {
    padding: 9px 3px;
    font-size: 12px;
}
.cat-banner img {
    max-width: 100%;
    width: 100%;
    margin: 7px auto;
    border: solid 4px #f2f4f6;
  }
  .cat-navbar{
    text-align: center;
  }
  
}










@media screen and (min-width: 1800px){
  .feature-main-tetx {
    padding-top: 70px !important;
  }
  .banner-con {
    bottom: 140px !important;
  }
}




@media screen and (min-width: 1700px){
  .banner-con {
    left: -303px;
  }
}



@media screen and (min-width: 768px){
    .text-run{
        display: none;
    }
}
/*--------- header End --------*/













.welcome-fluid{
 padding-top: 50px;
background-color: #fff
padding-bottom: 58px;
}
.welcome-text{
  text-align: left;
}
.welcome-text h1{
  font-size: 30px;
  color: #232323;
  font-weight:bold;
  font-family: arial;
}
.welcome-text p{
  font-family: oxygenlight;
  font-size: 25px;
 color: #C5171E;
  padding: 20px 0;
}


.read a{
 font-family: oxygenlight;
margin-top: 15px;
display: block;
font-size: 16px;
font-weight:bold;
color: #000;
background: url(im/arrow-green.png) no-repeat right center;
max-width: 100px;

}




@media screen and (max-width: 550px){
  .welcome-text p{
    font-size: 20px;
  }
  .welcome-text h1 {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .welcome-fluid {
    padding: 30px 15px;
  }
  .welcome-text p{
    padding: 0px 0 20px;
  }
}












.news-fluid{
  background-image: url(im/news-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 76px;
  margin-bottom: 92px;
}
.news-main{
  max-width: 440px;
  width: 100%;
  background-color: #ffffff;
  text-align: left;
  -webkit-box-shadow: 25px 25px 0px -3px rgba(0,0,0,0.07);
  -moz-box-shadow: 25px 25px 0px -3px rgba(0,0,0,0.07);
  box-shadow: 25px 25px 0px -3px rgba(0,0,0,0.07);
  margin-bottom: -70px;
}
.news-text{
  text-align: left !important;
}
.news-text h1{
background-color: #c32f7f;
  font-size: 25px;
  color: #fff;
  font-family: oxygenregular;
  padding: 28px 0;
  line-height: 25px;
  text-align: center;
}
.news-text p{
  font-size: 20px;
  color: #232323;
  font-family: oxygenlight;
  padding: 50px 0px 40px 45px;
}
.news-text-button{
  font-size: 25px;
  color: #000000;
  font-family: oxygenregular;
  margin: 0px 0px 42px 45px;
  display: inline-block;
  background-image: url(im/news-ero.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 40px;
  text-transform: capitalize;
}
.news-text a{
  color: #000;
}
.news-text a:hover{
  color: #000;
  text-decoration: none;
}







@media screen and (max-width: 550px){
  .news-text h1 {
    font-size: 20px;
  }
  .news-text p {
    font-size: 14px;
    padding: 30px 0px 15px 25px;
  }
  .news-text-button{
    font-size: 20px;
    margin: 0px 0px 20px 25px;
  }
    
}







/*--------- Our Categories Start --------*/
.cat-fluid{
  background-image: url(im/cat-bg.png);
  background-repeat: no-repeat;
  background-size: cover;background-position: center;
  padding-top: 56px;
  padding-bottom: 56px;
}
.cat-main-text{
  text-align: center;
  padding: 30px 0 30px;
}
.cat-main-text h1{
  font-family: bignoodletitlingregular;
  font-size: 60px;
  color: #000;
  text-transform: uppercase;
}
.cat-main-text p{
  font-family: arialregular;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
}
.cat-text ul{
  display: block;
  list-style: none;
}
.cat-text li{
  display: block;
}
.cat-text a{
  font-family: bignoodletitlingregular;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  line-height: 23px;
  transition: all 0.5s ease;
}
.cat-text img{
  opacity:  0;
  padding-right: 23px;
  transition: all 0.5s ease;
}
.cat-text a:hover{
  font-size: 50px;
  text-decoration: none;
}
.cat-text a:hover img{
  opacity: 1;
}





@media screen and (max-width: 991px){
  .cat-text a{
    font-size: 25px;
  }
  .cat-text a:hover{
    font-size: 35px;
  }
  .cat-main-text{
  }
}


@media screen and (max-width: 767px){
  
}



@media screen and (max-width: 550px){
  .cat-main-text p {
    font-size: 15px;
}
.cat-main-text h1 {
    font-size: 35px;
  }
  .cat-text a {
    font-size: 20px;
}
  .cat-text a:hover {
    font-size: 25px;
}
}



/*--------- Our Categories End --------*/










/*--------- Special Products Start --------*/
.special-products-fluid{
  padding-top: 35px;
  padding-bottom: 0px;
  background-color: #fff;
}
.special-products-fluid{
  text-align: center;
}
.special-products-fluid h1{
  font-family: oxygenregular;
  font-size: 42.77px;
  color: #313131;
  text-transform: capitalize;
  padding-bottom: 50px;
}
.special-products-fluid h1 span{
  font-family: oxygenbold;
  font-style: italic;
}
.special{
  padding-top: 20px;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  border: solid 3px #d7d9e1;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s ease;
}
.special:hover{
  padding-top: 20px;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  border: solid 3px #097E07;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s ease;
}

.special-text{
  text-align: center;
  padding-top: 17px;
  padding-bottom: 17px;
  transition: all 0.5s ease;
  padding-left: 22px;
  transition: all 0.5s ease;
}
.products-image{
    padding-bottom: 30px;
    max-width: 170px;
}

.special-text h4{
  font-size: 17px;
  color: #2f2f2f;
  font-family:oxygenlight;
}
.special-text p{
  font-size: 17px;
  color: #9d9d9d;
  font-family: oxygenlight;
  padding-top: 5px;
}
.special-text i{
  position: absolute;
  bottom: 32px;
  right: 17px;
  color: #b6b6b6;
  font-size: 20px;
  transition: all 0.5s ease;
}
.special:hover i{
  color: #2e3193;
}
.newsletterbg h1{
 font-family: oxygenregular;
 font-size: 20px;
 color: #fff;
 padding-left: 20px;
 text-transform: capitalize;
 padding-top: 13px;
}
.newsletterbg h1 strong{
 font-family: oxygenbold;
 font-size: 35px;
 color: #fff;
 display: block;

}
.down{

}
.btm-1{
   text-align: center;
   font-family: oxygenregular;
   font-size: 35px;
   color: #fff;
   padding: 66px 0;

}
.btm a {
    padding: 0 20px;
    color: 
    #fff;
    font-size: 14px;
     font-family: 'oxygenregular';
}
.btm li {
    color: 
    #fff !important;
    display: inline-block !important;
}
.btm{
  text-align: center;
}
.pdf{
  padding: 50px 0;
  transition: 0.3s;
}
.pdf img{
 display: inline-block;
 padding-left: 20px;
}
.wow h1{
  font-family: oxygenlight;
  font-size: 24px;
  color: #fff;
}
.wow h1 strong{
  font-family: oxygenbold;
}
.ic i{
  font-size: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
 z-index: 9999999999999999;
bottom: 0;
opacity: 0;
height: 0;
transition: 0.3s ease;

}

.special:hover .ic i{
opacity: 1;
background: rgba(42, 42,42, 0.5);
height: 100%;
transition: 0.3s ease;
color: #fff;
padding-top: 67%;
}
.pdf p{
  font-family: oxygenregular;

font-size: 24px;

color:
#fff;

display: inline-block;



max-width: 328px;

vertical-align: middle;
 padding-left: 15px;
}
.pad{
  padding-top: 10px;
}
.p p{
 color: #fff;
  font-size: 14px;
  font-family: oxygenregular;
  text-align: left;
  padding-top: 20px;
  display: inline-block;
  padding-left: 5px;
}
.ps p{
  color: #fff;
  font-size: 14px;
  font-family: oxygenregular;
  text-align: left;
  padding-top: 10px;
  display: inline-block;
  padding-left: 5px;

}
.so{
  margin: 0 auto;
  display: block;
  padding-top: 40px;
}
.q img{
  display: inline-block;
  padding-top: 15px;
}
.q p{
  display: inline-block;
  vertical-align: top;
  width: 95%;
}
.cus li{
  list-style: none;
}
.cus{
  padding-top: 10px;
}
.cus li a{
  color: #fff;
  font-size: 14px;
  font-family: oxygenregular;

  padding-top: 10px;
display: block;
  padding-left: 5px;
}
.z{
 display: block;
}
.p img{
  display: inline-block;
}
.pdf p span{
  font-size: 16px;
  display: block;
  text-align: left;

}
.so-1{
  display: block;
  width: 100%;
}
.pdf img:hover {
  border-color: #000;
  transition: 0.3s;
}
.special-hover{
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
  margin-bottom: 0;
  width: 100%;
  height: 0%;
  background-color: rgb(0,0,0,0.2);
  border-radius: 10px;
  transition: all 0.5s ease;
}
.special-hover-img{
  padding: 7px 7px;
  background-color: #03a9f4;
  margin-top: 0px;
  border-radius: 0px 0px 10px 10px; 
  text-align: center;
  animation-name: top;
  animation-duration: 4s;
  animation-iteration-count: 2;
  animation-direction: alternate-reverse;
  transition: all 0.7s ease;
}
.special-hover-img div{
  padding-top: 23px;
  padding-bottom: 23px;
  border: solid 1px #fff;
  border-radius: 0px 0px 10px 10px; 
}
.special-hover-img a{
  padding: 0 5px;
}
.special:hover .special-hover-img{
  margin-top: 230px; 
}
.special:hover .special-hover{
  opacity: 1;
  height: 100%
}
.slider_control{
  height: 0px;
}
.prev-prev1{
   margin-left:-2%;
   position: relative;
   bottom: 205px;
   z-index: 9;
}
.next-next1{
   margin-left: 98.8%;
   position: relative;
   bottom: 245px;
   z-index: 9;
}
.h2-hover{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  font-family: bignoodletitlingregular;
  background-color: #181818;
  opacity: 0;
  line-height: 18px;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.pro-image{
    position: absolute;
    right: 0;
    z-index: 99;
    top: 0;
    max-width: 38px;
    width: 100%;
}
.pro-image-hover{
    position: absolute;
    right: 0;
    z-index: 9999;
    top: 0;
    max-width: 38px;
    width: 100%;
    opacity: 0;
}
.special:hover .pro-image-hover{
    opacity: 1;
}














@media screen and (min-width: 1600px){
  .flag {
    float: right;
    padding: 63px 0;
}
.nav-icon {
    padding: 50px 47px 50px 0;
    display: inline-block;
}
.nav-icon a {
    display: inline-block;
    padding: 20px 12px;
}
.banner-bottom a{
  width: 100%;
}
.welcome-fluid {
    padding-top: 60px;
    background-color: #fff padding-bottom: 58px;
}
.newsletterbg h1{
  padding-left: 67px;
  padding-top: 26px;
}
.pdf{
  text-align: center;
}
.down{
  margin: auto;

max-width: 1150px;
}
}

@media screen and (max-width: 1700px){
.nav-icon {
    padding: 50px 10px 49px 0;
    display: inline-block;
}
}
@media screen and (max-width: 1599px){
.flag {
    float: right;
    padding: 64px 0;
}
}
@media screen and (max-width: 1599px){
.nav-icon {
    padding: 50px 10px 49px 0;
    display: inline-block;
}
}
@media screen and (max-width: 1214px){
.flag {
    display: none;
}
}
@media screen and (max-width: 1199px){
  .special:hover .special-hover-img{
    margin-top: 229px; 
  }
  .nav-icon {
    padding: 38px 10px 49px 0;
    display: inline-block;
}
.logo {
    padding: 42px 0;
    max-width: 300px;
    width: 100%;
}
.welcome-fluid {
    padding-top: 60px;
   
}
}

@media screen and (max-width: 1199px){
  #hid{
    display: none;
  }
  .newsletterbg h1 strong {
    font-family: oxygenbold;
    font-size: 31px;
    color: 
    #fff;
    display: block;
}
.banner-bottom a{
  width: 100%;
}

}


@media screen and (max-width: 1199px){
.pdf{
text-align: center;
display: block;
width: 100%;
margin: 0 auto;

}
.newsletterbg h1{
  text-align: center !important;
}
}
@media screen and (max-width: 994px){
  .special:hover .special-hover-img{
    margin-top: 229px; 
  }
  .welcome-fluid {
    padding-top: 60px;
}
.newsletterbg h1 strong {
    font-family: oxygenbold;
    font-size: 22px;
    color: 
    #fff;
    display: block;
}
}




@media screen and (max-width: 767px){
  .cat-top{
    padding-top: 20px;
  }
  .next-next1{
    margin-left: 96.4%;
  }
  .special:hover .special-hover-img {
    margin-top: 229px;
  }
  .welcome-fluid{
    padding-top: 60px !important;
  }
  .pdf{
    text-align: left;
  }
  .ps{
    margin-top: 40px;
  }
  .f{
    max-width: 200px;

  }
  #particle-canvas p a {
    font-size: 12px;
    color: 
    #000;
    font-family: oxygenbold;
    text-transform: capitalize;
}
}





@media screen and (max-width: 725px){
  .next-next1 {
    margin-left: 95.4%;
  }
  .prev-prev1{
    margin-left: -1%;
  }
}







@media screen and (max-width: 574px){
  .next-next1 {
    margin-left: 93.2%;
  }
}


@media screen and (max-width: 550px){
  .special-products-fluid h1 {
    font-family: oxygenregular;
    font-size: 31.77px;
  }
  .newsletterbg{
    margin-top: 30px;
  }
  .pdf img {
   max-width: 92px;

width: 100%;
}
.banner-bottom a{
    padding:30px 0;
    background-position-x: 20px !important;
}
}

@media screen and (max-width: 480px){
  .special:hover .special-hover-img {
    margin-top: 229px;
  }
}



@media screen and (max-width: 398px){
  .next-next1 {
    margin-left: 90.2%;
  }
  .prev-prev1{
    margin-left: -4%;
  }
}
/*--------- Special Products End --------*/



.catalog-fluid{
    padding: 50px 0;
}
.catalogues-left-main h1{
    font-family: oxygenbold;
    font-size: 30px;
    color: #000;
    padding-bottom: 15px;
}
.catalogues-left-main p{
    font-family: oxygenregular;
    font-size: 15px;
    color: #000;
    line-height: 30px;
    padding-bottom: 20px;
}
.catalogues-left-main a{
    font-family: oxygenregular;
    font-size: 12px;
    color: #000;
}
.catalogues-left-main img{
    margin-top: 20px;
}






/*--------- About Us  Start --------*/
.about-fluid{
  margin-top: 20px;
}
.about-text{
  text-align: left;
  padding-top: 70px;
}
.about-text h1{
  font-size: 36px;
  color: #444444;
  font-family: opensans-regular;
  text-transform: uppercase;
}
.about-text h2{
  font-size: 30px;
  color: #03a9f4;
  font-family: justice_league;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 60px;
  text-transform: uppercase;
}
.about-text p{
  font-size: 16px;
  color: #868686;
  font-family: opensans-regular;
  line-height: 27px;
  letter-spacing: 1px;
}
/*--------- About Us  End --------*/










/*--------- Map  Start --------*/
.map-text{
  text-align: left;
}
.map-text ul{
  list-style: none;
  display: block;
  padding-top: 74px;
}
.map-text li{
  display: block;
  padding: 15px 0;
}
.map-text img{
  display: inline-block;
}
.map-text h3{
  display: inline-block;
  font-size: 16px;
  color: #444444;
  font-family: opensans-bold;
  padding-left: 15px;
}
.map-text p{
  font-size: 14px;
  color: #868686;
  font-family: opensans-regular;
  display: inline-block;
}
/*--------- Map  End --------*/
















/*--------- Bottom Start --------*/
.bottom-fluid{
  background: url(im/map-bg.png) no-repeat #000000 center center;
  padding: 21px 15px;
}
.bottom-text{
  text-align: left;
}
.bottom-text h3{
  background-image: url(im/bottom-line-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  font-size: 20px;
  color: #fff;
  font-family: oxygenregular;
  padding-bottom: 10px;
}
.bottom-text ul{
  display: block;
  padding-top: 8px;
  padding-bottom: 10px;
}
.bottom-text li{
  display: block;
}
.bottom-text a{
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-family: oxygenregular;
  padding: 7px 0;
}
.bottom-text a:hover{
  text-decoration: none;
  color: #16d948;
}
.btm{
    text-align: center;
    padding: 20px 0 60px;
}
.btm-1{
  
}
.bottom-input{
  border: 0;
  width: 100%;
  padding-left: 15px;
  border-bottom: solid 1px #494949;
  color: #fff;
  font-size: 14px;
  font-family: oxygenregular;
  height: 50px;
  background-color: transparent;
  margin-bottom: 30px;
  transition: all 0.5s ease;
}
.bottom-input:hover{
  background-color: #fff;
  color: #000;
}
.bottom-textarea{
  border: 0;
  width: 100%;
  padding-left: 15px;
  border-bottom: solid 1px #494949;
  color: #fff;
  font-size: 14px;
  font-family: oxygenregular;
  height: 97px;
  background-color: transparent;
  padding-top: 15px;
  transition: all 0.5s ease;
}
.bottom-textarea:hover{
  background-color: #fff;
  color: #000;
}
.bottom-submit{
  border: 0;
  width: 130px;
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
  font-family: oxygenregular;
  height: 50px;
  background-color: #494949;
  margin-top: 30px;
  transition: all 0.5s ease;
}
.bottom-submit:hover{
  background-color: #fff;
  color: #000;
}
.bottom-col{
  padding: 50px 70px 30px;
}
.bottom-col p{
  font-size: 22.49px;
  font-family: oxygenregular;
  color: #c11f24;
  text-transform: uppercase;
}
.bottom-col h1{
  font-size: 30px;
  font-family: oxygenbold;
  color: #fff;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 32px;
}
.btm-btm{
  color: #fff;
  background-color: #0d0d0d;
  text-align: center;
}
.btm-btm a{
  color: #fff;
  font-size: 14px;
  font-family: oxygenregular;
  display: inline-block;
  padding: 10px 30px;
}
.btm-btm h1{
  color: #000;
}
.btm-btm p{
  color: #fff;
  font-size: 14px;
  font-family: oxygenregular;
  padding: 0px 0px 40px;
}
.btm-left{
    text-align: center;
}
.btm-left h1{
    color: #fff;
    font-size: 30px;
    font-family: oxygenbold;
    padding-bottom: 20px;
}
.text-text{
    text-align: left;
}
.text-text a{
    padding: 15px;
    display: block;
    border-bottom: 1px solid #474747;
    color: #fff;
    font-size: 15px;
    font-family: oxygenregular;
    background: url(im/btmarrow.png) no-repeat 1px center;
}
.btm-right{
    text-align: center;
}
.btm-right h1{
    color: #fff;
    font-size: 25px;
    font-family: oxygenbold;
    padding-bottom: 20px;
}
.btm-right p{
    color: #fff;
    font-size: 15px;
    font-family: oxygenregular;
    padding-bottom: 20px;
}
.btm-right input{
    border: 0px;
    width: 100%;
    height: 42px;
    background: #373737;
    color: #fff;
    font-size: 11px;
    font-family: oxygenregular;
    font-weight: 400;
    padding: 0 15px;
}
.btm-right img{
    width: 100%;
    margin-top: 20px;
}
.end-bottom{
    text-align: center;
    border-top: 2px solid #474747;
    margin-top: 35px;
}
.end-bottom span{
    display: block;
    text-align: center;
    margin-top: 8px;
    color: #fff;
}
.end-bottom span a{
    font-family: oxygenregular;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    padding: 10px;
}
.end-bottom p{
    font-family: oxygenregular;
    font-size: 15px;
    color: #fff;
}










@media screen and (max-width: 991px){
  .bottom-text {
    height: 275px;
  }
  .btm-right{
      margin-top: 50px;
  }
}





@media screen and (max-width: 767px){
  .col-col-btm{
    width: 50%;
  }
  .welcome-fluid {
    padding-top: 60px !important;
    background-color: #fff padding-bottom: 58px;
}
}
@media screen and (max-width: 550px){
      .nav-tabs > li {
    float: unset;
    margin-bottom: -1px;
}
}
@media screen and (max-width: 480px){
  .col-col-btm{
    width: 100%;
  }
  .whats-icon img{
      max-width:48px;
  }

}
/*--------- Bottom End --------*/










.newsletterbg{
  background-image: url(im/newsletterbg.jpg2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 12px;
}
.news-text-t h2{
  font-size: 30px;
  color: #ffffff;
  font-family: oxygenlight;
}
.news-text-t h2 span{
  font-size: 35px;
  color: #c11f24;
  font-family: oxygenbold;
}
.news-text-t h1{
  font-size: 60px;
  color: #ffffff;
  font-family: oxygenbold;
}
.news-text-t p{
  font-size: 17px;
  color: #ffffff;
  font-family: oxygenregular;
  padding-bottom: 60px;
}
.newsletter input {
  font-family: oxygenregular;
  font-size: 16px;
    max-width: 550px;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    padding: 0px 0px;
    color: #fff;
    height: 48px;
    background-color: transparent;
    background-image: url(im/newsemail.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 44px;
}
.newsletter {
    margin: 75px 0 75px;
}
.newsletter button {
    font-family: oxygenregular;
    background: #e6e6e6;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    height: 48px;
    max-width: 180px;
    width: 100%;
    text-align: center;
    border: 0;
    border: 0px solid #000;
    border-left: 0;
    margin-left: -0px;
    vertical-align: top;
    font-size: 15px;
}
.news-update h1{
    font-family: oxygenbold;
    font-size: 30px;
    color: #000;
    padding-bottom: 15px;
	text-align:center;
}
.news-text-main{
    padding-bottom: 30px;
    border-bottom: #5a5a5a 1px dashed;
    padding-top: 30px;
}
.news-text-main h1{
    font-family: oxygenbold;
    font-size: 20px;
    color: #2e3192;
    padding-bottom: 15px;
}
.news-text-main p{
    font-family: oxygenregular;
    font-size: 16px;
    color: #5a5a5a;
}









@media screen and (max-width: 550px){
  .newsletterbg{
    margin-top: 30px;
  }
  .news-text-t p {
    font-size: 11px;
    padding-bottom: 40px;
  }
  .news-text-t h2 {
    font-size: 20px;
  }
  .news-text-t h1 {
    font-size: 40px;
  }
  .welcome-fluid {

    padding-top: 6px !important;
    background-color: #fff padding-bottom: 58px;
    padding-left: 24px;

}
.dc img{
  float: right;
  margin-bottom: -30px;
}
.number {
    padding-left: 0px;
    display: block;
    margin-top: 40px;

}



@media screen and (max-width: 500px){

.logo-xs {
    max-width: 220px;
    width: 100%;
    padding: 30px 0 !important;
}
.pdf p {

    font-family: oxygenregular;
    font-size: 19px !important;
    color: 

    #fff;
    display: inline-block;
   
    vertical-align: middle;
    padding-left: 15px;

}
}


@media screen and (max-width: 480px){
.banner-bottom a {
  background-position-x:  10px , 98%; 
}

@media screen and (max-width: 400px){
  .col-xss-12{
    width: 100%;
  }
  .banner-bottom a {
    background-position-x: 13px;
    background-size: 30px ;

}
.banner-bottom a:hover{
opacity: 0.8;
background-image: url(im/arrow.png), url(im/heart.png);
background-position: 90%, 10px;
background-size: 10px, 30px; 
border-bottom: 6px solid #2e3192;

}
}

@media screen and (max-width: 450px){
.welcome-fluid {

   padding-top: 60px !important;
    background-color: #fff padding-bottom: 58px;
    padding-left: 24px;

}

}




.contact-2 p strong{
  font-family: Myriad Pro Semibold !important;
}






















