@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;

}





@font-face {
    font-family: congress-heavy;
    src: url(fonts/congress-heavy-webfont.woff);
    src: url(fonts/congress-heavy-webfont.woff2);
    src: url(fonts/congress-heavy-webfont.eot lite);
}



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

}





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

body ::selection{
    background-color: #29ace4;
    color: #fff;
}

/*------------------- Header Start ----------------------*/
.header-fluid{
	position: relative;
	background-color: #fff;
	z-index: 999;
}
.logo{
	padding: 10px 0;
}
.logo img{
	max-width: 245px;
	width: 100%;
	z-index: 9999;
}
.navbar-brand{
	display: none;
}
.bg-dark {
    background-color: #fff !important;
    padding: 0;
}
.nav-hidden{
  display: flex;
  align-items: center;
}
.main-top{
  align-items: center;
}
.tpo-main-search{
  min-width: 300px;
  width: 100%;
  border: 0;
  height: 40px;
  border-bottom: solid 1px #545454;
  font-family: Myriad Pro Regular;
  font-size: 15px;
  color: #959595;
  background-image: url(im/search.png);
  background-repeat: no-repeat;
  background-position: 100% center;
}
.search-li{
  margin-right: 45px;
}
.top-text{
  font-family: Myriad Pro Semibold;
  font-size: 22px;
  color: #3f3f3f;
  font-style: italic;
  margin-right: 45px;
}
.nav-item button {
    width: 100%;
   
    background-color: #0c263b;
    color: #fff;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    margin-top: -10px;
}
.navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    justify-content: flex-end;
}
.navbar-dark .navbar-nav .nav-link {
    color: #444444;
    padding: 54px 20px;
    text-transform: capitalize;
    font-family: Myriad Pro Regular;
    font-size: 18px;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #2f5a6f;
}
.collapse:not(.show){
}
.navbar-expand-sm .navbar-nav{
	float: right;
}
.navbar-expand-md .navbar-nav{
	float: right;
}
.top-menu{
  text-align: center;
}
.top-menu ul{
  display: block;
  list-style: none;
}
.top-menu ul li{
  display: inline-block;
}
.top-menu ul li a{
  display: block;
  font-size: 17px;
  color: #fff;
  padding: 19px 35px;
  font-family: Myriad Pro Semibold;
  transition: all 0.5s ease;
}
.top-menu ul li a:hover{
  background-color: #199cd3;
}
.top-menu img{
  position: absolute;
  right: 30px;
  top: -8px;
  max-width: 80px;
  width: 100%;
  z-index: 9999;
}
.social-icon{
	text-align: right;
}
.social-icon ul{
    display: block;
    list-style: none;
}
.social-icon li{
    display: inline-block;
}
.social-icon a{
    display: block;
    font-size: 18px;
    color: #171717;
    padding: 50px 15px;
    line-height: 0;
}
.owl-next{
  
}
.ssdd{
  background-color: #2f5a6f;
  padding: 20px 20px;
}
.achievements-fluid {
    background-image: url(im/achive-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
}
.right-nav1 {
    position: absolute;
    top: 239px;
    right: -50px;
}
.slider-fluid{
	padding-top: 117px;
  display: none;
}
.search-show{
	display: none;
	position: absolute;
	bottom: 0;left: 0;
	right: 0;
	background-color: #e9e9e9;
	z-index: 99;
	margin-bottom: -158px;
}
.search-show input{
	background-color: transparent;
	border: 0;
	padding: 0;
	height: 158px;
	color: #bababa;
	width: 100%;
	font-size: 50px;
	padding-left: 13%;
	font-family: oxygenbold;
}
#sidebar ul li a{
	font-family: oxygenregular !important;
}
.list-unstyled li a{
	font-size: 15px !important;
}
#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
  left: 4%;
  height:100%;
    width: 100%;
    display: flex;
    align-items: center;
}
/*#myCarousel h4{
  font-size:60px;
  margin-bottom:15px;
  color:#29ace4;
  line-height:100%;
  letter-spacing:0.5px;
  font-family: oxygenbold;
}*/
.slider-text{
  border-left: solid 5px #29ace4;
}
.slider-text p:nth-child(1){
  font-size:40px;
}
.slider-text p:nth-child(3){
  font-size:30px;
}

/*#myCarousel .carousel-item{height:100%; min-height:unset; }*/

.carousel-control-next, .carousel-control-prev{height:40px; width:40px;
 padding:12px; top:9%; bottom:auto; 
 transform:translateY(-50%);background-color: #29ace4; }


.carousel-item {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
  opacity: 1;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
  opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
  .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0)
  }
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}















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




@media screen and (max-width: 1379px){
  .navbar-dark .navbar-nav .nav-link {
    padding: 52px 18px 0 25px;
  }
  .search-li {
    margin-right: 20px;
  }
  .top-text {
    margin-right: 20px;
  }
}




@media screen and (max-width: 1288px){
  .tpo-main-search {
    min-width: 220px;
  }
}





@media screen and (max-width: 1199px){
	.hidden-md{
    display: none;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 54px 8px;
  }
  .top-text{
    display: none;
  }
  .top-menu ul li a {
    padding: 19px 18px;
  }
}





@media screen and (max-width: 991px){
	.search-show{
		margin-bottom: -100px;
	}
	.search-show input{
		height: 100px;
	}
  .top-menu ul li a {
    padding: 19px 8px;
  }
	.navbar-dark .navbar-nav .nav-link {
        padding: 43px 8px;
        font-size: 13px;
    }
    .logo {
    padding: 23px 0;
}
    .social-icon a{
    	font-size: 15px;
    }
    .wellcome-img {
        border-right: solid 0px #000000 !important;
    }
    .search-show{
    	z-index: 999;
    }
    .search-show input{
    	padding-left: 30px;
    }
    #myCarousel h4 {
      font-size: 40px;
    }
    .slider-text p:nth-child(1) {
      font-size: 30px;
    }
    .slider-text p:nth-child(3) {
      font-size: 20px;
    }
    #myCarousel h4 span {
      font-size: 60px;
      line-height: 60px;
    }
    #myCarousel h4 samp {
      font-size: 40px;
    }
    #myCarousel .carousel-item a{
      margin-top: 10px;
    }
}






@media screen and (max-width: 798px){
	.social-icon a {
        padding: 51px 3px;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding: 47px 7px;
    }
}







@media screen and (max-width: 767px){
	.collapse:not(.show){
		display: none !important;
	}
  .menu-fluid{
    display: none;
  }
	.top-hidden-social{
		display: none;
	}
	.search-visiable{
		display: block !important;
	}
	.search-show{
		position: unset;
		background-color: transparent;
	}
	.search-show input{
		height: 50px;
		background-color: #fff;
		font-size: 20px;
		color: #000;
		margin-top: 50px;
		margin-bottom: 50px;
	}
  .logo {
    padding: 0px 0;
  }
  #sidebarCollapse{
    background: #2f5a6f !important;
  }
  #sidebar.active {
    background-color: #2f5a6f !important;
  }
  .navbar-dark .navbar-toggler {
    display: none;
  }
  .navbar{
    display: flex;
    justify-content: right;
  }
 /* .top-left p {
    
    display: none;
}*/
.left-nav1 img{
    max-width: 20px;
}
.right-nav1 img{
    max-width: 20px;
}
.right-nav1 {
    position: absolute;
    top: 94px;
    right: -50px;
}
.carousel-control-next, .carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 4%;
  }
  .special-products-fluid {
    background-size: cover !important;
  }

}







@media screen and (max-width: 550px){
	.logo img {
    max-width: 230px;
  }
  #myCarousel p {
    margin-bottom: 5px;
  }
  .slider-text p:nth-child(1) {
    font-size: 15px;
  }
  .slider-text p:nth-child(3) {
    font-size: 12px;
  }
  #myCarousel h4 {
    font-size: 25px;
    padding-bottom: 7px;
    margin-bottom: 0;
  }
  .carousel-control-next, .carousel-control-prev {
    height: 30px;
    width: 30px;
  }
  #myCarousel h4 span {
    font-size: 40px;
    line-height: 50px;
  }
  #myCarousel h4 samp {
    font-size: 25px;
  }
  #myCarousel .carousel-item a {
    margin-top: 0px;
    font-size: 12px;
    padding: 9px 14px;
  }
  .carousel-control-next, .carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 3%;
  }
  .cat-maintext h1 {
    font-size: 22px !important;
}
.top-right {
    text-align: center !important; 
   
}
}



@media screen and (max-width: 400px){
  #myCarousel h4 span {
    font-size: 30px;
    line-height: 33px;
  }
  #myCarousel h4 samp {
    font-size: 20px;
  }
  #myCarousel h4 {
    font-size: 20px;
  }
  #myCarousel .carousel-item a {
    font-size: 11px;
    padding: 6px 10px;
  }
  .carousel-control-next, .carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 2%;
}
  .catag-all-text {
    text-align: center;
    padding: 20px 0 !important;
  }
  .special-products-fluid h1 {
    font-size: 28px!important;
}
.insta-1 h1 {
    font-family: oxygenbold;
    font-size: 28px!important;
  }
}
/*------------------- Header End ----------------------*/


.top-left{
  text-align: left;
}
.top-left p{
  color: #fff;
  font-family: 'oxygenregular';
  font-size: 17px;
}
.top-right{
  text-align: right;
  padding-top: 33px;
}
.top-right ul{
  display: block;
  list-style: none;
  margin: 0;
}
.top-right ul li{
  display: inline-block;
  color: #4b4b4b;
  padding: 0 15px;
  font-family: 'oxygenregular';
  font-size: 15px;
}
.top-right ul li a{
color: #fff;
  font-family: 'oxygenregular';
  font-size: 16px;
  background: #000;
  padding: 4px 14px;
}

.top-left h2{
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.catag-all-text{
  text-align: center;
    padding: 65px 0;
    background-color: #f7f7f7;
}
.catag-all-text h1{
color: #343434;
font-size: 18px;
}
}
.catag-all-text p{
color: #9e9e9e !important;
font-size: 16px !important;
padding: 20px 0 !important;
}
.plus-img {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    bottom: 0;
}
.about-text  h3{
  text-transform: uppercase;
  letter-spacing: 14px;
  font-size: 14px;
}
.about-text{
  padding: 30px 0 0 34px;
}
.production-container{
  max-width: 1400px;
}
/*------------------- Cat Start ----------------------*/
.cat-maintext{
  text-align: center;
  padding: 30px 0;
}
.cat-maintext h1 span{
color: #2f5a6f;
}
.cat-maintext h1{
font-size: 30px;
  color: #000;
  font-family: 'oxygenbold';
}
.cat-maintext p{
  font-size: 25px;
  color: #000;
  font-family: 'oxygenregular';
}
.cat-maintext p span{
  color: #29ace4;
}
.cat1-image{
  background-image: url(im/cat-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cat2-image{
  background-image: url(im/cat-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cat3-image{
  background-image: url(im/cat-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cat-text-one{
  padding: 70px 0;
  padding-left: 50px;
}
.cat-text-one h2{
  font-size: 23.75px;
  color: #223faa;
  font-family: 'oxygenbold';
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cat-text-one h3{
  font-size: 23.75px;
  color: #404040;
  font-family: 'oxygenlight';
  margin-bottom: 20px;
  line-height: 42px;
}
.cat-text-one p{
  color: #29ace4;
  font-size: 18px;
  font-family: 'oxygenregular';
}
.cat-newsletter{
  text-align: center;
  width: 100%;
  padding: 135px 0;
}
.cat-newsletter h1{
  font-family: 'congress-heavy';
  font-size: 45px;
  color: #223faa;
}
.cat-newsletter p{
  font-size: 17px;
  font-family: Myriad Pro Regular;
  color: #404040;
  padding: 10px 0 30px;
}
.cat-newsletter input{
  border: 0;
  border-bottom: solid 2px #ffd71c;
  background-color: transparent;
  height: 50px;
  width: 50%;
  background-image: url('im/email-icon.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px; 
}
.cat-newsletter button{
  height: 50px;
  width: 150px;
  background-color: #ffd71c;
  border: 0;
  color: #fff;
  font-family: 'oxygenregular';
  text-transform: uppercase;
  font-size: 14px;
}
.cat-text-two{
  padding: 148px 0;
  padding-left: 50px;
  background-color: #e4e4e4;
}
.cat-text-two h2{
  font-size: 23.75px;
  color: #223faa;
  font-family: 'oxygenbold';
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cat-text-two h1{
  font-size: 35px;
  color: #313030;
  font-family: 'oxygenbold';
  text-transform: capitalize;
}
.cat-text-two p{
  font-size: 24px;
  color: #000;
  font-family: 'oxygenregular';
  line-height: 50px;
}
.cat-text-two a{
  background-color: #ffd71c;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  border-radius: 30px;
}











@media screen and (max-width: 767px){
  .cat1-image{
    height: 350px;
  }
  .cat2-image{
    height: 350px;
  }
  .cat3-image{
    height: 350px;
  }
  .cat-maintext h1 {
    font-size: 25px;
  }
  .cat-maintext p {
    font-size: 18px;
  }
}
/*------------------- cat End ----------------------*/





 .about-text h2{
  font-size: 24px;
  font-weight: bold;
}

.about-text a{
  border: solid 1px;
  padding: 8px 23px;
}
.app-main{
  background-color: #f4f4f4;
  padding: 50px 0;
  margin-bottom: 50px;
}
.approch h1{
  font-size: 18px;
  font-weight: 600;
}
.approch{
  text-align: center;
}
/*------------------- About Home Start ----------------------*/
.about-fluid{
  padding-top: 90px;
}
.custom-container{
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.about-text h1{
font-size: 40px;
  color: #000;
  padding: 10px 0;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: 700;
}
.about-text p{
font-size: 16px;
  color: #9d9d9d;
  font-family: oxygenregular;
  transition: all 0.5s ease;
  padding-bottom: 20px;
}
.about-image{
  padding: 60px 0;
  text-align: right;
  background-image: url(im/about-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}
.about-image::after{
  content: "";
  position: absolute;
  top: 30px;
  left: 106px;
  width: 100%;
  height: 100%;
  background-image: url(im/about-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: -1;
}
.about-image img{
  max-width: 453px;
  width: 100%;
}





@media screen and (max-width: 991px){
  .catalogue-left p {
    font-size: 15px;
  }
  .catalogue-left h1 {
    font-size: 20px;
  }
  .catalogue-left {
    padding: 60px 0px 60px 30px;
  }
  .catalogue-main-text h1 {
    font-size: 25px;
  }
  .catalogue-main-text p {
    font-size: 20px;
  }
  .catalogue-main-text {
    padding: 25px 15px;
  }
}



@media screen and (max-width: 767px){
  .catalogue-right {
    padding: 20px 0;
    max-width: 210px;
  }
  .catalogue-right h1 {
    font-size: 25px;
  }
  .catalogue-left h1 {
    line-height: 30px;
  }
  .catalogue-left {
    padding: 40px 0px 40px 0;
  }
  .about-text h1 {
    font-size: 25px;
  }
  .about-fluid {
    padding-top: 35px;
  }
}





@media screen and (max-width: 550px){
  .catalogue-main-text h1 {
    font-size: 20px;
  }
  .catalogue-main-text p {
    font-size: 16px;
  }
}
/*------------------- About Home End ----------------------*/





/*--------- Footer Start --------*/
.fotter-main-{
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.footer-fluid{
  background-color: #3f4b5d;
  padding: 60px 15px 0px;
  border-bottom: solid 1px #181818;
}
.footer-main{
  text-align: left;
}
.footer-main h3{
font-size: 17px;
color: #eac51b;
font-family: oxygenbold;
padding-bottom: 12px !important;
position: relative;
text-transform: uppercase;
}
/*.footer-main h3:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 72%;
  background-color: #727272;
}*/
.footer-main ul{
  display: block;
  list-style: none;
  padding-top: 40px;
}
.footer-main ul li{
  display: block;
  padding: 10px 0;
}
.footer-main ul li a{
  font-size: 16px;
  color: #fff;
  font-family: oxygenlight;
  transition: all 0.5s ease;
  text-transform: capitalize;
}
.footer-main ul li a span{
  height: 25px;
  width: 25px;
  background-color: #c6c6c6;
  border-radius: 0%;
  text-align: center;
  display: inline-block;
  padding-top: 2px;
  margin-right: 15px;
  transition: all 0.5s ease;
}
.footer-main ul li a span svg{
  color: #000;
  transition: all 0.5s ease;
}
.footer-main ul li a span .fa-play{
  font-size: 16px;
  color: #000;
}
.footer-main ul li a:hover{
  color: #eac51b;
}
.footer-main ul li a:hover span{
  background-color: #eac51b;
}
.footer-main ul li a:hover span svg{
  color: #fff;
}
.footer-main ul p{
  font-size: 15px;
  color: #000 !important;
  font-family: oxygenlight;
  line-height: 33px;
}
.footer-end{
  text-align: left;
  padding: 45px 0 0;
}
.certi{
  text-align: center;
  padding: 20px 0;
}
.footer-end p{
  font-size: 16px;
  color: #000 !important;
  font-family: oxygenlight;
  line-height: 33px;
}
.footer-end-right{
  text-align: right;
 padding: 49px 0 0;
}









@media screen and (max-width: 767px){
  .footer-end {
        text-align: left;
        padding: 20px 0 0;
    }
  .footer-end-right {
        text-align: right;
        padding: 0px 0 20px;
    }
    .fotter-main-{
      position: unset;
    }
}
/*--------- Footer End --------*/







/*------------------- Achievements Start ----------------------*/
.counters-fluid{
  padding: 100px 15px 100px;
  background-image: url(im/ac-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.achievements-main-text{
	text-align: center;
	padding: 100px 0px;
}
.achievements-main-text h1{
	font-size: 30px;
	color: #000;
	font-family: oxygenregular;
}
.counters {
  display: inline-block;
}
.counters img {
  display: block;
  margin: 0px auto 39px;
}
.counters span {
  font-family: 'oxygenbold';
  color: #222222;
  font-size: 30px;
  margin-top: 15px;
}
.counters span {
  font-family: 'oxygenbold';
  color: #222222;
  font-size: 25px;
  margin-top: 15px;
  padding-left: 6px;
}
.counters samp {
  display: block;
  font-family: 'oxygenlight';
  color: #222222;
  font-size: 17px;
}
.image-hover{
  position: relative;
  text-align: center;
}
.image-hover img:nth-child(1){
  opacity: 1;
  transition: all 0.5s ease;
}
.image-hover img:nth-child(2){
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
}
.image-hover:hover img:nth-child(1){
  opacity: 1;
}
.image-hover:hover img:nth-child(2){
  opacity: 1;
}
.number{
  display: inline-block;
  padding: 105px 55px;
}




@media screen and (max-width: 1199px){
  .number {
    padding: 0 40px;
  }
}


@media screen and (max-width: 991px){
  .achievements-main-text {
    padding: 25px 15px;
  }
  .achievements-main-text h1 {
    font-size: 25px;
  }
  .number {
    padding: 0px 18px;
  }
  .counters img {
    margin: 0px auto 15px;
  }
  .counters span {
    font-size: 18px;
  }
  .counters samp{
    font-size: 15px;
  }
}





@media screen and (max-width: 767px){
  .number {
    padding: 0 56px 35px;
  }
  .counters-fluid {
    padding-bottom: 30px;
  }
}





@media screen and (max-width: 480px){
  .number {
    padding: 0 30px 35px;
  }
}



@media screen and (max-width: 382px){
  .number {
    padding: 0 15px 33px;
  }
}
/*------------------- Achievements End ----------------------*/





/*------------------- Instagram Start ----------------------*/
.instagram-fluid{
  position: relative;
}
.instagram-fluid .owl-nav{
  margin-top: 0 !important;
}
.instagram-fluid #instagram .owl-next{
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
  margin: 0;
  background-color: #000;
  border-radius: 0 !important;
  display: none;
}
.instagram-fluid #instagram .owl-next .right-nav1{
  font-size: 35px;
  color: #fff;
}
.instagram-fluid #instagram .owl-prev{
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
  margin: 0;
  background-color: #000;
  border-radius: 0 !important;
  display: none;
}
.instagram-fluid #instagram .owl-prev .left-nav1{
  font-size: 35px;
  color: #fff;
}
.main-text{
  text-align: center;
  padding: 20px 0;
}
.main-text h1{
  font-family: bignoodletitlingregular;
  color: #fff;
  font-size: 50px;
}
.insta-1{
  text-align: center;
  padding: 40px 0;
}
.insta-1 h1{
font-family: oxygenbold;
font-size: 40px;
color: #9e9e9e;
text-transform: uppercase;
}
.insta-1  h1 span {
    color: #2f5a6f;
}
.insta-hover{
  position: relative;
}
.insta-icon{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0,0,0,0.9);
  opacity: 0;
  transition: all 0.5s ease;
}
.insta-icon svg{
  color: #2f5a6f;
  font-size: 30px;
}
.insta-hover:hover .insta-icon{
  opacity: 1;
}
/*------------------- Instagram End ----------------------*/



/*------------------- Catagoury Start ----------------------*/
.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      width: 78% !important;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      overflow: hidden;
    }
    .swiper-slide:nth-child(2n) {
      width: 78% !important;
    }
.swiper-button-next, .swiper-button-prev{
	background-size: 12px 39px !important;
}
.swiper-button-next{
	right: 19% !important;
	background-color: #fff;
	color: #000; 
	height: 55px !important;
	width: 85px !important;
	margin-top: -103px !important;
	background-image: none !important;
	text-align: right;
	padding: 16px 23px 16px 0px;
	transition: all 0.4s ease;
	top: 216px !important;
}
.swiper-button-next::after{
	background-color: #000;
	width: 0%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .3s cubic-bezier(.19,1,.22,1) 0s;
    transition: all .3s cubic-bezier(.19,1,.22,1) 0s;
}
.swiper-button-next:hover{
    color: #fff; 
}
.swiper-button-next:hover::after{
    width: 100%;
    -webkit-transition: all .3s cubic-bezier(.19,1,.22,1) .2s;
    transition: all .3s cubic-bezier(.19,1,.22,1) .2s;
}
.swiper-button-prev{
	right: 19% !important;
	top: 46% !important;
	background-color: #fff;
	color: #000; 
	height: 55px !important;
	width: 85px !important;
	background-image: none !important;
	padding: 16px 0px 16px 23px;
	transition: all 0.4s ease;
	top: 80px !important;
	left: unset !important;
}
.swiper-button-prev::before{
	background-color: #000;
	width: 0%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: all .3s cubic-bezier(.19,1,.22,1) 0s;
    transition: all .3s cubic-bezier(.19,1,.22,1) 0s;
}
.swiper-button-prev:hover{
    color: #fff; 
}
.swiper-button-prev:hover::before{
    width: 100%;
    -webkit-transition: all .3s cubic-bezier(.19,1,.22,1) .2s;
    transition: all .3s cubic-bezier(.19,1,.22,1) .2s;
}
.cat-text{
	position: absolute;
	bottom: 150px;
	left: 100px;
	text-align: left;
}
.cat-text h1{
	font-size: 50px;
	color: #fff;
	font-family: oxygenbold;
	text-transform: uppercase;
}
.cat-text p{
	font-size: 18px;
	color: #fff;
	font-family: oxygenregular;
	text-transform: capitalize;
}
.learn{
	color: #fff;
	font-size: 18px;
	position: absolute;
	bottom: 50px;
	right: 150px;
	font-family: oxygenregular;
	text-transform: uppercase;
	opacity: 0;
	transition: all 0.5s ease;
}
.learn i{
	padding-left: 10px;
}
.swiper-slide:hover .learn{
	opacity: 1;
	right: 100px;
	text-decoration: none;
	color: #fff;
}








@media screen and (max-width: 991px){
	.cat-text {
        bottom: 50px;
        left: 50px;
    }
    .swiper-button-next{
    	right: 16% !important;
    }
    .swiper-button-prev{
    	right: 16% !important;
    }
}







@media screen and (max-width: 767px){
	.cat-text p{
		font-size: 14px;
	}
	.cat-text h1{
		font-size: 30px;
	}
	.cat-text {
        bottom: 30px;
        left: 30px;
    }
}








@media screen and (max-width: 550px){
	.swiper-button-prev{
		height: 40px !important;
        width: 60px !important;
        padding: 8px 0px 16px 23px;
        top: 37px !important;
	}
	.swiper-button-next{
		height: 40px !important;
        width: 60px !important;
        padding: 8px 23px 16px 0px;
        top: 158px !important;
	}
	.cat-text {
        bottom: 50px;
        left: 15px;
    }
    .cat-text h1 {
        font-size: 25px;
    }
    .cat-text p {
        font-size: 12px;
        display: none;
    }
}









@media screen and (min-width: 1715px){
	.swiper-slide{
		width: 69% !important;
	}
	.swiper-slide:nth-child(2n) {
      width: 69% !important;
    }
    .swiper-slide:nth-child(3n) {
      width: 69% !important;
    }
    .swiper-button-prev {
        right: 28.5% !important;
    }
    .swiper-button-next {
        right: 28.5% !important;
    }
}
/*------------------- Catagoury End ----------------------*/



















/*--------- Newsletter Start --------*/
.newsletter-fluid{
  text-align: center;
  background-image: url(im/news-letter.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 68px 0;
  margin-top: 70px;
}
.newsletter-fluid h1{
  font-size: 45px;
  color: #fff;
  font-family: congress-heavy;
}
.newsletter-fluid p{
  font-size: 17px;
  color: #fff;
  font-family: oxygenregular;
  margin-top: 24px;
  margin-bottom: 46px;
}
.newsletter-fluid input{
  max-width: 420px;
  width: 100%;
  height: 47px;
  border: 0;
  border-bottom: solid 2px #fff;
  color: #fff;
  font-family: oxygenregular;
  background-color: transparent;
  background-image: url(im/letter.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 17px;
  padding-left: 35px;
  padding-bottom: 0px;
  display: inline-block;
}
.newsletter-fluid button{
  max-width: 168px;
  width: 100%;
  height: 47px;
  border: 0;
  color: #000;
  font-family: oxygenregular;
  background-color: #e6e6e6;
  font-size: 17px;
  margin-left: 8px;
  display: inline-block;
}








@media screen and (max-width: 767px){
  .newsletter-fluid {
    margin-top: 0;
  }
}





@media screen and (max-width: 550px){
  .newsletter-fluid p {
    font-size: 11px;
  }
  .newsletter-fluid h1 {
    font-size: 30px;
  }
  .newsletter-fluid button {
    margin-top: 20px;
  }
}
/*--------- Newsletter  End --------*/












/*--------- Special Products Start --------*/
.special-products-fluid{
padding-top: 50px;
background-image: url(im/fea-bg.png);
background-repeat: no-repeat;
margin-top: 50px;
background-size: 130%;
}
.special-products-fluid{
  text-align: center;
}
.feature-main{
  background-color: #404040; 
  padding: 0 0px;

}
.special-products-fluid h1{
  font-family: oxygenbold;
  font-size: 40px;
  color: #9e9e9e;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.special-products-fluid h1 span{
  color: #2f5a6f;
}
.special{
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  border: solid 0px #dadada;
  text-align: center;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  transition: all 0.5s ease;
  border-radius: 0px;
}
.special:hover{
  border: solid 0px #f81362;
}
.ssspp{
  transition: all 0.5s ease;
  padding: 0 15px;
}
.special img{
  width: 100%;
}
.special-text{
  text-align: center;
  padding-top: 20px;
  transition: all 0.5s ease;
}
.special-text h4{
  font-size: 15px;
  color: #2f2f2f;
  font-family: Myriad Pro Regular;
}
.special-text p{
  font-size: 15px;
  color: #9d9d9d;
  font-family: Myriad Pro Regular;
  padding-top: 5px;
}
.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;
}
.feature-main-tetx{
padding-top: 62px;
  /*padding-bottom: 100px;*/
}
.owl-carousel .owl-nav.disabled {
  display: block !important;
}
.feature-left{
  background-image: url(im/welcome-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}
.feature-left-text{
  text-align: left;
  max-width: 518px;
  width: 100%;
  padding-top: 50px;
  margin-left: 50px;
  padding-bottom: 0px;
}
.feature-left-text h3{
  color: #515151;
  font-size: 30px;
  font-family: roboto_condensedlight;
}
.feature-left-text h1{
  color: #515151;
  font-size: 35px !important;
  font-family: robotobold !important;
  padding-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 37px;
}
.feature-left-text h2{
  color: #000;
  font-size: 25px;
  font-family: robotobold;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 37px;
}
.feature-left-text p{
  color: #515151;
  font-size: 17px;
  font-family: roboto_condensedlight;
  letter-spacing: 1px;
  line-height: 30px;
}
.feature-left-text a{
  font-size: 18px;
  color: #515151;
  font-family: robotobold;
  text-transform: capitalize;
  margin-top: 20px;
  display: block;
}
.feature-left-text a i{
  padding-left: 10px;
}
.feature-img{
  display: inline-block;
  float: right;
  padding: 29px 0px 0;
  
}
.special:hover .feature-img a{
  color: #1d5095;
}
.feature-img a{
  color: #b6b6b6;
  font-size: 18px;
  transition: all 0.5s ease;
}
.right-nav{
  position: absolute;
  top: 17%;
  right: -57px;
}
.owl-prev {
    position: absolute;
    top: 17%;
    left: -57px;
    background-color: transparent;
    border: 0 !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
  background-color: transparent !important;
}
.owl-theme .owl-dots .owl-dot{
  display: inline-block !important;
}
.owl-theme .owl-dots .owl-dot span{
  width: 16px !important;
  height: 16px !important;
}
.tab-padding{
  padding: 15px 0 45px;
}
.nav-tabs > li{
  float: unset;
  display: inline-block;
}
.nav-tabs > ul{
  font-size: 25px;
  color: #9d9d9d;
  font-family: roboto_condensedregular;
}
.nav-tabs > li a{
  font-size: 25px;
  color: #9d9d9d;
  font-family: oxygenregular;
  border: 0;
  padding: 0 15px;
}
.nav-tabs > li a:hover{
  background-color: transparent;
  border: 0;
}
.nav-tabs > li .active{
  border: 0;
  background-color: transparent;
  color: #323232;
}
.nav-tabs {
    border-bottom: 0px solid #ddd;
}


@media screen and (max-width: 1350px){
  .feature-main {
    background-color: #404040;
    padding: 0 185px;
  }
}



@media screen and (max-width: 1199px){
  .feature-left-text {
    margin-left: 47px;
  }
  .feature-left-text {
    text-align: left;
    max-width: 518px;
    width: 100%;
    padding-top: 70px;
    margin-left: 130px;
    padding-bottom: 70px;
  }
  .feature-main {
    background-color: #404040;
    padding: 0 15px;
  }
  .special{
    max-width: 100%;
  }
  .feature-main{
    height: unset;
  }
  .feature-main-tetx {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .right-nav{
    display: none;
  }
  .owl-prev{
    display: none;
  }
}



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




@media screen and (max-width: 767px){
  .feature-left-text{
    margin: 0;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-main-tetx {
    padding-top: 0;
  }
  .special-products-fluid h1 {
    font-size: 38px;
  }
  .special-products-fluid {
    padding-top: 35px;
  }
}





@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: 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 --------*/












/*--------- Cleaning Start --------*/
.cleaning-fluid{
  background-image: url(im/cleaning-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 15px;
  position: relative;
}
.cleaning-tab-list{
  background-color: #a51c20;
  padding: 45px 40px;
  margin-right: -180px;
  z-index: 999;
}
.cleaning-tab-list ul{
  text-align: right;
}
.cleaning-tab-list ul li{
  display: block;
}
.cleaning-tab-list ul li a{
  background-position: right center;
  font-family: oxygenlight;
  font-size: 20px;
  color: #fff;
  padding: 15px 25px 15px 75px;
  display: block;
  line-height: 0;
  line-height: 17px;
  border-bottom: solid 1px #ca171c;
}
.cleaning-tab-list ul li a:hover{
  border-bottom: solid 1px #ca171c;
}
.cleaning-tab-list .nav-tabs > li .active{
  border-bottom: solid 1px #ca171c;
  background-color: transparent;
  color: #fff;
  background-image: url(im/tab-ero.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.my-tab-contant{
  background-color: #fff;
  padding: 92px 145px 92px 250px;
}
.tab-text h1{
  font-size: 30px;
  font-family: oxygenregular;
  color: #000;
  padding-bottom: 10px;
}
.tab-text p{
  font-size: 20px;
  font-family: oxygenlight;
  color: #000;
  line-height: 36px;
}






@media screen and (max-width: 767px){
  .cleaning-tab-list {
    width: 100%;
    margin-right: 0;
  }
  .my-tab-contant {
    padding: 25px 15px 25px 50px;
    width: 100%
  }
  .cleaning-fluid {
    padding: 50px 0px;
  }

}
@media screen and (max-width: 550px){
  .cleaning-tab-list ul li a {
    font-size: 17px;
    padding: 10px 25px 10px 0;
  }
  .my-tab-contant {
    padding: 25px 15px 25px 15px;
  }
  .tab-text h1 {
    font-size: 25px;
  }
  .tab-text p {
    font-size: 18px;
    line-height: 31px;
  }
}
/*--------- Cleaning End --------*/












/*--------- Bottom Start --------*/
.bottom-bg{
  background-image: url(im/bottom-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 253px;
  width: 100%;
}
.bottom-fluid{
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #2a2a2a;
}
.bottom-text{
  text-align: center;
}
.bottom-text h1{
  font-size: 45px;
  color: #fff;
  font-family: Myriad Pro Regular;
  padding-bottom: 40px;
}
.bottom-text h1 span{
  font-family: Myriad Pro Bold;
}
.btmlinks a{
  font-size: 15px;
  font-family: oxygenregular;
  color: #fff;
  padding: 18px 0;
  padding-left: 20px;
  border-bottom: solid 1px #5d1f85;
  background-image: url(im/bottom-dot.png);
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  width: 100%;
  text-align: left;
}
.btmlinks a:hover{
  color: #fff;
}
.btm{
  text-align: center;
  color: #fff;
  width: 100%;
  margin-top: 30px;
}
.btm p{
  font-size: 16px;
  font-family: oxygenregular;
  color: #fff;
  padding-top: 25px;
}
.btm{
  border-top: solid 1px #484848; 
  border-bottom: solid 1px #484848; 
}
.btm a{
  font-size: 15px;
  font-family: oxygenregular;
  color: #fff;
  padding: 30px 30px;
  display: inline-block;
}
.bottom-subscribe h1{
  font-family: oxygenregular;
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
}
.bt-form{
  max-width: 557px;
  width: 100%;
  background-color: #fff;
  border: solid 2px #f0f0f0;
  border-radius: 50px;
  padding: 8px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: inline-block;
}
.bt-form input{
  float: left;
  width: 70%;
  height: 50px;
  border: 0;
  padding-left: 15px;
  font-family: oxygenregular;
  font-size: 15px;
  color: #000;
}
.bt-form button{
  float: right;
  width: 30%;
  background-color: #691998;
  height: 50px;
  border: 0;
  border-radius: 30px;
  font-family: oxygenbold;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.bott-sub-text{
  text-align: center;
}
.bott-sub-text h1{
  color: #fff;
  font-size: 20px;
  font-family: 'oxygenlight';
  margin-bottom: 35px;
}
.bott-sub-text ul{
  display: block;
  list-style: none;
  margin: 0;
}
.bott-sub-text ul li{
  display: inline-block;
}
.bott-sub-text ul li a{
  display: block;
  color: #fff;
  font-size: 20px;
  font-family: 'Myriad Pro Regular';
  padding: 0 15px;
}
.bott-sub-text ul li a img{
  margin-right: 10px;
}



@media screen and (max-width: 767px){
  .bottom-text h1 {
    font-size: 35px;
  }
  .bottom-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ll-g{
      max-width: 66px;
      bottom: -36px !important;
  }

}








@media screen and (max-width: 500px){
.btm a {
    font-size: 16px;
    font-family: oxygenregular;
    color: #fff;
    padding-top: 25px;
    padding: 7px 20px 0;
    display: inline-block;
  }
  .bottom-text h1 {
    font-size: 32px;
  }
}



@media screen and (max-width: 398px){
  .bt-form button{
    font-size: 12px;
  }
}
/*--------- Bottom End --------*/




.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:0rem;
}

.navbar .dropdown-menu {
  border:none;
  background-color:#e9e9e9 !important;
  border: 0;
}

/* breakpoint and up - mega dropdown styles */
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */


/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  width: 155.3%;

left: -28%;

right: 0px;
/*  height of nav-item  */
  top: 114px;
  border-radius: 0;
}
  
  /* shows the dropdown menu on hover */

  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }


.nav{
	display: block;
}
.dropdown-menu{
    padding:0px;
}
.navtab-item .nav-link{
	border: 0;
	padding: 25px 0 25px 0px !important;
	border-bottom: solid 1px #d0d0d0;
	font-family: oxygenbold !important;
	font-size: 15px !important;
	margin: 0 0px 0 200px;
	color: #000000 !important;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active{
	color: #000 !important;
	background-color: transparent !important;
	border: 0;
	border-bottom: solid 1px #d0d0d0;
	background-image: url(im/menu-ero.png);
	background-repeat: no-repeat;
    background-position: right center;
}
.navbar-dark .navbar-nav .navtab-item .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
	border-bottom: solid 1px #d0d0d0;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.navbar .dropdown-menu div[class*="col"]{
	margin-bottom: 0 !important;
}
.megamenu-tab-nav a{
    font-family: oxygenregular;
    font-size: 15px;
    color: #000000;
    padding: 21px 0;
    display: block;
    text-transform: capitalize;
    padding-left: 50px;
}









/*--------- Products Page ------------*/

.sub-banner{
	background-color: #000000;
	width: 100%;
	padding-top: 30px;
    padding-left: 75px;
}
.sub-banner h1{
	font-family: oxygenbold;
	color: #fff;
	font-size: 34.33px;
	padding-bottom: 50px;
	text-transform: uppercase;
}
.sub-banner ul{
	display: block;
	list-style: none;
}
.sub-banner li{
	display: inline-block;
}
.sub-banner a{
	display: block;
	font-family: oxygenregular;
	color: #ffffff;
	font-size: 15px;
	padding: 20px 0;
	text-transform: capitalize;
}
.sub-banner a:hover{
	color: #ffffff;
}
.sub-banner a:focus{
	color: #ffffff;
}
.sub-hadding h1{
	text-align: center;
	font-family: oxygenbold;
	color: #000000;
	font-size: 30px;
	text-transform: uppercase;
	padding-top: 48px;
	padding-bottom: 20px;
}
.sub-breadcrumb{
	text-align: center;
	padding-bottom: 48px;
}
.sub-breadcrumb ul{
	display: block;
	list-style: none;
}
.sub-breadcrumb li{
	display: inline-block;
	font-family: oxygenregular;
	color: #000000;
	font-size: 15px;
}
.sub-breadcrumb a{
	display: inline-block;
	font-family: oxygenregular;
	color: #000000;
	font-size: 15px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.sub-li{
	padding-left: 10px;
}
.sub-container{
	max-width: 1450px !important;
	width: 100% !important;
}
.products-main{
	padding: 10px;
	transition: all 0.5s ease;
	margin-bottom: 70px;
	text-align: center;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
}
.products-main::after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: #000;
    content: "";
    transition: all 0.5s ease;
}
.products-main:hover::after{
	width: 100%;
}
.products-main::before{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 1px;
    background-color: #000;
    content: "";
    transition: all 0.5s ease;
    overflow: hidden;
}
.products-main:hover::before{
	width: 100%;
}
.products-main h5{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000000;
    transition: all 0.5s ease;
    width: 1px;
    height: 0%;
}
.products-main:hover h5{
	height: 100%;
}
.products-main h6{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000000;
    transition: all 0.5s ease;
    width: 1px;
    height: 0%;
    margin: 0;
}
.products-main:hover h6{
	height: 100%;
}
.products-main img{
	max-width: 327px;
	width: 100%;
}
.products-main-text{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
}
.products-main-text h4{
	font-size: 17px;
	color: #000000;
	font-family: oxygenregular;
	padding-bottom: 10px;
}
.products-main-text p{
	font-size: 17px;
	color: #000000;
	font-family: oxygenregular;
}









@media screen and (max-width: 1480px){
	.sub-banner h1{
		padding-bottom: 25px;
	}
	.sub-banner a{
		padding: 10px 0;
	}
	.sub-banner{
		padding-top: 50px;
        padding-left: 45px;
	}
}





@media screen and (max-width: 1285px){
	.navtab-item .nav-link{
		margin: 0 0px 0 100px;
	}
	.megamenu-tab-nav a{
		padding-left: 0;
	}
}







@media screen and (max-width: 1250px){
	.sub-banner {
        padding-top: 35px;
        padding-left: 30px;
    }
}



@media screen and (max-width: 1200px){
	.sub-container{
	    max-width: unset !important;
	    width: unset !important;
    }
}



@media screen and (max-width: 1199px){
	.sub-banner {
        padding-bottom: 30px;
    }
}







@media screen and (max-width: 991px){
	.hidden-lg{
		display: none;
	}
	.navtab-item .nav-link {
        margin: 0 0px 0 15px;
    }
    .megamenu-tab-nav a {
    	padding: 19px 0;
        padding-left: 100px;
    }
    .dropdown-menu {
        padding: 40px 70px 40px 0px;
    }
}







@media screen and (max-width: 450px){
	.sub-banner h1{
		font-size: 23.33px;
	}
	.sub-hadding h1{
		font-size: 25px;
	}
}




@media screen and (min-width: 1700px){
	.sub-banner {
        padding-top: 60px;
        padding-left: 130px;
    }
}
/*--------- Products Page ------------*/













/*--------- Details Page ------------*/
.detail-form{
	border: solid 1px #c5c5c5;
	padding: 15px 30px;
}
.detail_box h1{
    font-family: oxygenbold;
	color: #000000;
	font-size: 17px;
	text-transform: capitalize;
}
.detail_box h2{
    font-family: oxygenregular;
	color: #000000;
	font-size: 15px;
	text-transform: capitalize;
	margin: 0;
	padding: 10px 0;
}
.detail_box h3{
    font-family: oxygenbold;
	color: #000000;
	font-size: 16px;
	text-transform: capitalize;
}
.detail_box h5{
    font-family: oxygenbold;
	color: #000000;
	font-size: 16px;
	text-transform: capitalize;
	padding-bottom: 10px;
}
.detail_box p{
    font-family: oxygenregular;
	color: #000000;
	font-size: 15px;
	text-transform: capitalize;
	padding-top: 5px;
}
.Add-to-Basket input{
    border: solid 1px #c5c5c5;
    padding: 9px;
    margin-left: 15px;
}
.sub_heading2{
	font-family: oxygenbold;
	color: #000000;
	font-size: 25px;
	padding: 30px 15px;
}










@media screen and (max-width: 767px){
	.detail-form{
		margin-top: 20px;
	}
}






@media screen and (max-width: 523px){
	.Add-to-Basket input{
		margin-left: 0;
	}
	.detail_box h1{
	    font-size: 20px;
    }
    .detail_box h3{
	    font-size: 20px;
    }
    .detail_box h5{
	    font-size: 20px;
    }
}
/*--------- Details Page ------------*/













/*--------- Quote Page ------------*/
.form-horizontal input{
	width: 100%;
	height: 50px;
	border: solid 1px #c5c5c5;
	border-radius: 0;
	margin: 15px 0;
}
.form-horizontal select{
	width: 100%;
	height: 50px;
	border: solid 1px #c5c5c5;
	border-radius: 0;
	margin: 15px 0;
}
.form-horizontal h3{
	width: 100%;
	height: 50px;
	border: solid 1px #c5c5c5;
	border-radius: 0;
	margin: 15px 0;
}
.form-horizontal textarea{
	width: 100%;
	height: 200px;
	border: solid 1px #c5c5c5;
	border-radius: 0;
	margin: 15px 0;
}
.form-control:focus{
	border: solid 1px #000000;
	box-shadow: unset;
}
.cate-heading{
  font-size: 20px;
  padding: 15px 15px;
  color: #fff;
  background-color: #29ace4;
  font-family: oxygenbold;
}
.panel-default{
  padding: 15px;
}
.panel-title{
  font-size: 20px;
  font-family: oxygenbold;
  color: #000;
}
.subss{
  padding: 10px 10px;
  border-bottom: solid 1px #D2D2D2;
}
.subss a{
  color: #222;
  font-family: oxygenregular;
  font-size: 16px;
}
.panel-group{
  border: solid 1px #D2D2D2;
  margin-bottom: 30px;
}
.pagination li a{
  display: inline-block;
  border: solid 1px #dadada;
  padding: 10px;
}
.pagination .active a{
  background-color: #2f5a6f;
  color: #fff;
}
/*--------- Quote Page ------------*/


.dropdown-menu .dropdown-item{
    color:#000;
    background-color:#fff;
    padding: 10px 12px;
}



/*--------- Footer Start --------*/
.fotter-main-{
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.footer-fluid{
  background-color: #f4f4f4;
  padding: 60px 15px 0px;
  border-bottom: solid 1px #181818;
}
.footer-main{
  text-align: left;
/*  border-right: solid 1px #535353;*/
/*height: 100%;*/
padding-bottom: 40px;
}
.footer-main h3{
font-size: 20px;
color: #000;
font-family: oxygenbold;
padding-bottom: 25px;
position: relative;
}

.footer-main ul{
  display: block;
  list-style: none;
  padding-top: 20px;
}
.footer-2 li{
  display:inline-block !important;

}
.footer-2 ul{
padding-top: 20px;
padding-bottom: 20px;

}
.footer-2 h2{
padding-top: 30px;
font-size: 30px;
  color: #f69148;
  font-family: oxygenlight;

}
.footer-2 p{
padding-top: 5px;
font-size: 16px;
  color: #8e8d8d !important;
  font-family: oxygenlight;
}
.footer-2 input{
background-color: #f7f7f7;
border: solid 1px #c6c6c6;
color: #707070;
padding: 10px 5px;
}
.footer-2 button{
background-color: #ab805a;
padding: 9px 8px;
margin-left: -5px;
}
.footer-2 form{
padding-top: 25px;

}
.footer-main ul li{
  display: block;
  padding: 10px 0;
}
.footer-main ul li a{
  font-size: 15px;
  color: #000;
 font-family: oxygenregular;
  transition: all 0.5s ease;
  text-transform: capitalize;
}
.footer-main ul li a span{
height: 36px;
width: 37px;
text-align: center;
display: inline-block;
padding-top: 7px;
margin-right: 15px;
transition: all 0.5s ease;

}
.footer-main ul li a span svg{
  color: #fff;
  transition: all 0.5s ease;
}
.footer-main ul li a span .fa-play{
  font-size: 16px;
  color: #000;
}
.footer-main ul li a:hover{
  color: #2f5a6f;
}
.footer-main ul li a:hover span{
  background-color: #2f5a6f;
}
.footer-main ul li a:hover span svg{
  color: #2f5a6f;
}
.footer-main ul p{
  font-size: 15px;
  color: #9d9d9d;
  font-family: oxygenlight;
  line-height: 33px;
}
.footer-end{
  text-align: left;
  padding: 45px 0;
}
.footer-end p{
  font-size: 16px;
  color: #9d9d9d;
  font-family: oxygenlight;
  line-height: 33px;
}
.footer-end-right{
  text-align: right;
  padding: 45px 0;
}









@media screen and (max-width: 767px){
  .footer-end {
        text-align: left;
        padding: 20px 0 0;
    }
  .footer-end-right {
        text-align: right;
        padding: 0px 0 20px;
    }
    .fotter-main-{
      position: unset;
    }
}
/*--------- Footer End --------*/




/*--------- New Page Style ------------*/
.main__bread__crumb{
  background-color: #f4f4f4;
  margin-top: 0px;
  padding: 55px 115px;
  position: relative;
}
.sub-hadding{
  max-width: 800px;
}
.sub-hadding h1{
  text-align: left;
  padding-top: 0;
  font-family: 'oxygenregular';
  padding-bottom: 10px;
}
.sub-breadcrumb{
  text-align: left;
  padding-bottom: 0;
}
.pagination{
  position: absolute;
  right: 115px;
  top: 35%;
}
.pagination ul{
  display: flex;
  list-style: none;
  align-items: center;
}
.pagination li{
  display: flex;
  align-items: center;
}
.pagination li a {
  display: inline-block;
  border: solid 0px #dadada;
  padding: 0;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d0d0d0;
  margin: 4px;
}
.pagination .left__m a{
  width: 48px;
  height: 48px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a:hover{
  background-color: #2f5a6f;
  color: #fff;
}
.pro__row{
  padding: 80px;
}
.special{
  background-color: #f4f4f4;
  padding: 20px;
}
.special__image{
  margin: 20px 20px;
  border: solid 1px #e2e2e2;
  transition: all 0.5s ease;
}
.special:hover {
  background-color: #2f5a6f;
}
.special:hover .special-text h4 {
    font-size: 15px;
    color: #fff;
    
}
.special:hover .special-text p {
    font-size: 15px;
    color: #fff;
    
}
.top__menu__mian{
  background-color: #363636;
  margin-top: 0px;
  padding: 0 50px;
}
.top__menu__mian ul{
  display: flex;
  list-style: none;
  align-items: center;
}
.top__menu__mian ul li{
}
.top__menu__mian ul li a{
  padding: 25px 25px;
  display: block;
  font-family: 'oxygenbold';
  font-size: 20px;
  color: #ffffff;
}
.top__menu__mian ul li a:hover{
  background-color: #2f5a6f;
}
.top__menu__mian ul li a svg{
  margin-left: 15px;
}
.top__menu__mian ul li .top__sbu__menu{
  opacity: 0;
  position: absolute;
  background-color: #f4f4f4;
  z-index: -9;
  width: 100%;
  left: 0;
  padding: 50px 50px;
  box-shadow: 0px 2px 8px #AFAFAF;
}
.sbg{
  display: flex;
  align-items: center;
}
.top__menu__mian ul li .top__sbu__menu a{
  font-family: 'oxygenregular';
  font-size: 15px;
  color: #363636;
  padding: 5px 0;
  display: inline-block;
}
.top__menu__mian ul li .top__sbu__menu a:hover{
  background-color: transparent;
}
.top__menu__mian ul li .top__sbu__menu svg{
  font-size: 7px;
  margin-right: 15px;
}
.top__menu__mian ul li:hover .top__sbu__menu{
  opacity: 1;
  z-index: 999;
}
.top__menu__mian ul li .top__sbu__menu .sbg:hover a{
  color:#2f5a6f;
}
.sbg:hover svg{
  color:#2f5a6f;
}

.feature-main img{
  width: 100%;
}

.feature-main {
    padding: 17px 0;
    position: relative;
    background-color: #f4f4f4;
    border-radius: 0px;
    border: solid 1px #e2e2e2;
    text-align: center;
    overflow: hidden;
    max-width: 600px;
    width: 100%;
    transition: all 0.5s ease;
    margin: 20px 0;

}

.feature-image {
    margin: 0 20px;
    border: solid 1px #e2e2e2;
    transition: all 0.5s ease;
}

@media screen and (max-width: 767px){
    .top__menu__mian{
        padding: 0 0px;
        margin-top: 0px;
    }
    .top__menu__mian ul li a {
        padding: 15px 15px;
    }
    .top__menu__mian ul {
         display: block;
    }
    .main__bread__crumb{
        padding: 15px;
    }
    .pro__row {
        padding: 30px 0px;
    }
    .sub-hadding h1{
        font-size: 19px;
    }
    .top__menu__mian ul li .top__sbu__menu{
        padding: 15px;
    }
    .pagination {
        position: unset;
    }
}




