@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: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.svg#latobold') 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: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* p, h1, h3, h4, h5, h5, ul{
  padding: 0;
  margin: 0;
}
body{
    overflow-x:hidden;
}
body ::selection{
    background-color: #a41b1f;
    color: #fff;
    
}

/*------------------- Header Start ----------------------*/
.header-fluid{
	position: relative;
	background-color: #fff;
	z-index: 999;
  
}
/*
select{
  height: 20px;
font-size: 12px;
padding: 1px 0;
margin-top: 7px;
}
*/
.logo{
	padding: 10px 0; display: flex;
}
@media screen and (max-width: 480px){
  .logo { display: block; text-align: center;}
}
.logo img{
	max-width: 115px;
	width: 100%;
	z-index: 9999;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.letstalk{
    position: fixed;
z-index: 999999;
right: 0;
top: 45%;
}
.letstalk img{
    max-width:44px;
}
.news-events { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px;}
.news-events h2 { font-family: 'latobold'; color: #000; font-size: 20px;}
.news-events div { font-size: 13px; margin-bottom: 20px;}
.mat{
 padding-top:23px;   
}
.left-nav img{
    max-width:25px;
}
.navbar-brand{
	display: none;
}
.bg-dark {
    background-color: transparent !important;
    padding: 0;
}
.fixed-whatsapp img{
 max-width:50px;   
}
.navbar-dark .navbar-nav .nav-link {
    color: #1b5761;
    padding: 54px 20px;
    text-transform: capitalize;
    font-family: Myriad Pro Regular;
    font-size: 19px;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #1b5761;
    border-bottom: 3px solid #898989;
}
.fixed .navbar-dark .navbar-nav .nav-link { }
.collapse:not(.show){
	display: none;
}
.navbar-expand-sm .navbar-nav{
	float: right;
}
.navbar-expand-md .navbar-nav{
	float: right;
}
.svg-inline--fa { color: #1b5761;}
.fixed .svg-inline--fa { }
.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;
}
.slider-fluid{
	padding-top: 117px;
  display: none;
}
.search-show{
display: none;
position: absolute;
right: 14%;
background-color: #e9e9e9;
z-index: 99;
margin-bottom: -158px;
width: 22%;
top: 92px;
}
.animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
  }


.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.h{
    height:150px;
    
}
#comments:hover{
    background:#898989 !important;
}
#comments{
    padding: 8px 30px !important; 
    border-radius: 10px;
    background:#1b5761 !important;
    color:#fff !important;
    float: right !important;
}
.submit-message{
 text-align:center; 
 padding:110px 0 !important;
}
.con-what{
    width:20%;
    float:right;
    margin-top:53px;
}
.iso{
    display:block;
    width:7%;
    margin:0 auto;
}
.search-show input{
background-color: transparent;
border: 0;
padding: 0;
    padding-left: 0px;
height: 34px;
color: #bababa;
width: 43%;
font-size: 22px;
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: 13%;
	height:100%;
    width: 100%;
    display: flex;
    align-items: center;
}
#myCarousel h4{
	font-size:60px;
	margin-bottom:15px;
	color:#000;
	line-height:100%;
	letter-spacing:0.5px;
	font-family: oxygenbold;
}
#myCarousel p{
	margin-bottom:15px;
	color:#000;
	font-family: oxygenregular;
}
.slider-text{
	border-left: solid 5px #038fd7;
}
.slider-text p:nth-child(1){
	font-size:40px;
}
.slider-text p:nth-child(3){
	font-size:30px;
}
#myCarousel .carousel-item a{background:#F47735; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }
#myCarousel .carousel-item a:hover{background:#394fa2; text-decoration:none;  }

#myCarousel .carousel-item h4{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item .slider-text{-webkit-animation-name:slideInRight; animation-name:slideInRight;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .slider-text{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .container {max-width: 100%;  }
#myCarousel .carousel-item{height:100%; min-height:unset; }

.carousel .slide{
    height:615px;
}

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


.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);
  }
}


.carousel-indicators li{
  height:21px;
  width: 21px;
  border-radius:100%;
}




.navbar-expand-md .navbar-collapse{
    justify-content:flex-end;
}







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




@media screen and (max-width: 1379px){
  .navbar-dark .navbar-nav .nav-link {
  padding: 54px 0px 9px;
margin: 0 20px;
  }
}



 .navbar-dark .navbar-nav .nav-link {
  padding: 54px 0px 9px;
margin: 0 20px;
  }


@media screen and (max-width: 1199px){
	.hidden-md{
    display: none;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 54px 8px;
  }
}





@media screen and (max-width: 991px){
	.search-show{
		margin-bottom: -100px;
	}
	.search-show input{
		height: 100px;
	}
	.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;
    	width:100%;
    }
    .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;
    }
}






@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;
	}
	.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;
		width:100%;
		margin-left: 15px;
	}
  .logo {
    padding: 0px 0;
  }
  #sidebarCollapse{
    background: #1b5761 !important;
  }
  #sidebar.active {
    background-color: #1b5761 !important;
  }
  .navbar-dark .navbar-toggler {
    display: none;
  }
  .navbar{
    display: flex;
    justify-content: center;
  }
}



.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
    background:#fff;
    z-index:9999999;
    height:92px; border-bottom: 1px solid #ccc;
    
}
.fixed img{
    max-width:78px;
}
.fixed .navbar-dark .navbar-nav .nav-link{
    padding: 32px 0px 9px;
}
.fixed .logo{
    padding: 18px 0;
}

.carousel {
    position: relative;
   
}

@media screen and (max-width: 550px){
	.logo img {
    max-width: 160px;
  }
  #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;
  }

    .header-fluid { background: #fff; position: relative;} 

}
/*------------------- Header End ----------------------*/








.m{margin-top:43px; background:transparent; border:0;}


.m-search{
    border:0;
    font-size:18px;
    width:94%;
}



/*------------------- Catalogu Start ----------------------*/
.custom-container{
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.catalogue-main-text{
	text-align: center;
	padding: 50px 15px;
  font-size: 34px;
font-family: latobold;

}
.catalogue-main-text h1{
	font-size: 23px;
	color: #000;
	font-family: latobold;
	text-transform: capitalize;
}
.catalogue-main-text p{
	font-size: 18px;
	color: #000;
 font-family: 'latoregular';
 letter-spacing: 1.5px

  font-weight: lighter;
}
.catalogue-main-text p span{
	color: #038fd7;
}
.wellcome-fluid h3{
  font-family: oxygenbold;
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
}
.wellcome-fluid{
  text-align: center;
  margin-bottom: 0px;
}
.wellcome-fluid p{
    color: #434141;
text-align: center;
line-height: 18px;
padding-top: 10px;
font-size: 15px;
}

.cat{
  margin-bottom: 0px; border: 1px solid #1b5761;
}
.pp{
  padding-top: 30px;
  padding-bottom:10px;
}
.del h3{
    padding-bottom:10px;
    font-size:25px;
    font-family:latobold;
}
.del p{
    padding-bottom:70px;
    font-family:latoregular;
}
.del ol li{
    font-family:latoregular;
}
.del h4{
    font-family:latobold;
    font-size:17px;
}
.del ol{
    padding-top:15px;
}
.term h1{
    text-align:center;
     font-family:latobold;
    font-size:23px;
    padding:20px 0;
    
}
.term h2{
    font-family:latobold;
    font-size:1.33333rem;
    margin:0;
    margin-bottom:07px;
}
.term p{
    font-family:latoregular;
    font-size:15px;
    margin-bottom:20px;
    text-align:justify;
}
.mat h2{
    font-size:1rem;
}

.mat p{
    font-size:14px;
    text-align:justify;
}
.cat img{
 position: relative;
}
.cat h3{
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;justify-content: center;align-items: center;
  color: #fff;
  width: 100%;
  font-size: 28px;
  padding: 0 30px;
}
.catalogue-left{
	background-color: #e2e2e2;
	padding: 95px 0px 95px 40px;
}
.catalogue-left h1{
	font-size: 30px;
	color: #000;
	font-family: oxygenlight;
	padding: 10px 0;
	line-height: 43px;
}
.catalogue-left p{
	font-size: 20px;
	color: #000;
	font-family: oxygenlight;
}
.right-bg{
	background-image: url(../im/catalogue-img.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	display: flex;
	align-items: center;
	justify-content: right;
}
.catalogue-right{
	max-width: 320px;
}
.catalogue-right h1{
	font-size: 35px;
	color: #000;
	font-family: oxygenbold;
	padding-bottom: 25px;
}

.form{
    margin:0 auto;
    max-width:550px;
}
.form h1{
    display:block;
    font-family:latobold;
    padding:20px 0;
    font-size:17px;
    width:100%;
    padding-left:15px;
}
.form p{
    padding-bottom:20px;
    padding-left:15px;
}
.qu h5{
    font-family:latobold;
    font-size:16px;
    padding:10px 0;
}


@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;
  }
  .carousel{
      height:unset !important;
  }
}





@media screen and (max-width: 550px){
  .catalogue-main-text h1 {
    font-size: 20px;
  }
  .catalogue-main-text p {
    font-size: 16px;
  }
  .m-row{
      width:unset !important;
  }
  .cat {
    margin-bottom: 11px;
}
.nav-tabs > li a{
    font-size:1rem !important;
}
.form {
    margin: 0 auto;
    max-width: 503px;
    width: 100%;
    padding: 0 20px;
}
}
/*------------------- Catalogu End ----------------------*/













/*------------------- Achievements Start ----------------------*/
.achievements-main-text{
	text-align: center;
	padding: 50px 15px;
}
.achievements-main-text h1{
	font-size: 30px;
	color: #000;
	font-family: oxygenregular;
}
.counters {
  display: inline-block;
}
.counters img {
  display: block;
  margin: 0px auto 18px;
  max-width: 57px;
}
.counters span {
  font-family: 'oxygenbold';
  color: #222222;
  font-size: 30px;
  margin-top: 15px;
}
.counters span {
  font-family: 'latobold';
  color: #222222;
  font-size: 16px;
  margin-top: 15px;
  padding-left: 6px;
}
.counters samp {
  display: block;
    font-family: 'latoregular';
  color: #222222;
  font-size: 14px;
}
.sub-news{
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin:0 auto;
  align-items: center;
  padding: 17px 0;
}
.p{
    padding-left:20px;
}
.sub-news input{
  width: 100%;
max-width: 27%;
padding: 5px 10px;
}
.sub-news button{
  background: #fff;
  border:none;
  color: #000;
  padding: 3px 20px;
  display: inline-block;
  border-radius:9px;
}
.sub-news button:hover { background: #898989; color: #fff;}
.right-nav{
 background: #1b5761;
padding: 0px 9px 3px 9px;   
}
.right-nav:hover {
 background: #898989;
}

.left-nav{
 background: #1b5761;
padding: 0px 9px 3px 9px;   
}

.left-nav:hover {
 background: #898989;

}
.left-nav img {
    max-width: 8px;
}

.right-nav img {
    max-width: 8px !important;
}
.sub-news a:hover{
    background:#898989;
    color:#fff;
}
.sub-news h1{
  color: #fff;
  font-family: latobold;
  font-size: 22px;
}
.news{
  background: #1b5761;
}
.image-hover{
  position: relative;
  text-align: center;
}

.b{
  padding-bottom: 50px;
   padding-top: 50px;
}

.number{
  display: inline-block;
  padding: 0 67px;
}
.below-slier{
  transition: 0.3s ease;
text-align: center;
position: relative;
background: #1b5761;
padding: 0;
padding: 10px 0;
z-index: 9999;
cursor: pointer;
transition: 1s ease;
}
.below-slier h1{
  font-size: 20px;
  font-family: 'latobold';
  color: #fff;
  padding-top: 10px;
}

.below-slier img{
  max-width: 60px;
  margin: 0 auto; 

}
.below-main{

}
.text-below{
position: absolute;
z-index: -11;
top: 0;
opacity: 0;
bottom:0;
display: flex;
justify-content: center;
align-items: center;
font-size: 15px;
color: #fff;
transition:1s ease;
}



.below-slier:hover h1 {
opacity: 0;
}


.below-slier:hover img{
  opacity: 0;
}
.below-slier:hover .text-below {
opacity: 1;
}

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





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



@media screen and (max-width: 382px){
  .number {
    padding: 0 15px 33px;
  }
}
/*------------------- Achievements 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{

}
.special-products-fluid{
background:url(../im/btm-bg.jpg) no-repeat;
background-size:cover;
background-attachment:fixed;
}
.feature-main{
  background-color: #404040; 
  padding: 0 0px;
  height: 500px;
}
.special-products-fluid h1{
  font-family: roboto_condensedlight;
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 62px;
}
.special{
  padding: 17px 0;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
 
  text-align: center;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  transition: all 0.5s ease;
  
}
.feat-spe{
    display: inline-block;
max-width: 16%;
margin: 0 21px;
}
.special:hover{

}
.ssspp{
  transition: all 0.5s ease;
  padding: 0 15px;
}
.special img{
  width: 100%;
  max-width:200px;
  max-height: 247px;
}
.special-text{
  text-align: center;
  padding-top: 20px;
  transition: all 0.5s ease;
}
.special-text h4{
  font-size: 13px;
  color: #555;
  font-family: Myriad Pro Regular;
}
.special-text p{
  font-size: 16px;
  color: #000;
  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: 0px;
  padding-bottom: 100px;
}
.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;
}
.newss-3{
    height:130px;
}
.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;
}

.fixed .m {
    margin-top:26px;
}
.modal-content{
    margin-top:30%;
}
.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: -24.5%;
right: 12%;
}
.right-nav img{
    max-width:25px;
}
.owl-prev {
    position: absolute;
    top: -26%;
    left: 83%;
    max-width: 45px;
}
.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: 45px 0;
}
.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: 2rem;
  color: #000;
  font-family: latobold;
  border: 0;
  padding: 0 15px;


    background-size: auto;
background-position: 134px 65px;
padding: 24px;
background-size: 79px 40px;
}
.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;
  }
 
}



@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;
  }
  .right-nav {
    position: absolute;
    top: -21.5%;
    right: 0%;
}
.owl-prev{
    top:-23% !important;
}
}





@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%;
  }
  .feat-spe {
    display: inline-block;
    max-width: 34% !important;
    margin: 0 21px;
}
}

@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: #038fd7;
  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 #000;
}
.cleaning-tab-list ul li a:hover{
  border-bottom: solid 1px #ca171c;
}
.cleaning-tab-list .nav-tabs > li .active{
  border-bottom: solid 1px #000;
  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-fluid{
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fff;
}
.bt h3{
  font-size: 22px;
  font-family: latoregular;
}
.bt ul{
  padding-top: 13px;
}
.bt ul li {
  list-style: none;
  padding: 7px 0;
  display: block;

}
.bt ul li a { color: #212529}
.bt ul li a:hover{
    color:#898989;
}
.cer-a{
    display:flex;
    justify-content: center;
align-content: center;
width: 100%;
}
.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: #979797;
  padding: 18px 0;
  padding-left: 20px;
  border-bottom: solid 1px #979797;
  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: #000;
  width: 100%;
  background: #fff;
  padding: 20px 0;
  margin-top: 30px; border-top: 1px solid #dbdbdb;
}
#loading {width: 100%;height: 100%;top: 0px;left: 0px;position: fixed;display: block; z-index: 999999999999; background-color: #e2dede;;}

#loading-image {position: absolute;top: 40%;left: 45%;z-index: 100;
position: absolute;
top: 40%;
left: 0;
z-index: 100;
right: 0;
text-align: center;
margin: 0 auto;
max-width:300px;
} 
#loading-image-2{
    position: absolute;top: 40%;left: 45%;z-index: 100;
position: absolute;
top: 64%;
left: 0;
z-index: 100;
right: 0;
text-align:center;
margin-left:26px;

}
@media only screen and (min-width: 1500px){
#loading-image-2{
    top:55% !important;
}
}
.btm p{
  font-size: 16px;
  font-family: latoregular;
  color: #000;
  padding-top: 0px;
  display: inline-block;
}
.btm a{
  font-size: 16px;
  font-family: oxygenregular;
  color: #000;
  padding-top: 25px;
  padding: 0px 20px 0;
}
.btm a:hover { color: #898989}



@media screen and (max-width: 767px){
  .bottom-text h1 {
    font-size: 35px;
  }
  .bottom-fluid {
    padding-top: 0px;
    padding-bottom: 30px;
  }

}








@media screen and (max-width: 500px){
.btm a {
    font-size: 16px;
    font-family: oxygenregular;
    color: #000;
    padding-top: 25px;
    padding: 7px 20px 0;
    display: inline-block;
  }
  #button{
      right:35px !important;
  }
  .cat h3{
      width:90%;
  }
  .bottom-text h1 {
    font-size: 32px;
  }
  .btm{
      padding-left:15px;
  }
}
/*--------- 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: 85px 70px 85px 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{

}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    text-align:center;
}
.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: capitalize;;
	padding-top: 48px;
	padding-bottom: 20px;
}
.sub-breadcrumb{ background: #e4e4e4; margin-bottom: 30px;
	text-align: center;
padding-bottom: 48px;
width: 100%;
padding-top: 48px;
}
.sub-breadcrumb ul{
	display: block;
	list-style: none;
}
.sub-breadcrumb li{
	display: inline-block;
	font-family: oxygenregular;
	color: #000000;
	font-size: 20px;
}
.sub-breadcrumb a{
	display: inline-block;
	font-family: oxygenregular;
	color: #000000;
	font-size: 15px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.sub-breadcrumb a:hover { color: #898989;}
.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;
    margin-left: 10px;
}
.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;
}
/*
.btm-soc{
   display: flex;
justify-content: center;
background: #fff;
padding: 10px 0; border-bottom: 1px solid #ccc;
}
*/

.btm-soc { display: flex; align-items: center; gap: 1px;}
.btm-soc span { color: white; font-weight: normal; white-space: nowrap; margin-left: 20px;}
.btm-soc li { display:inline-block; background: #fff; color: #000;  }
.btm-soc li a {
 padding: 3px 4px;
text-align: center;
font-size: 12px;
}

@media screen and (max-width: 420px){
  .btm-soc { display: block; text-align: center;}
  .btm-soc span { margin-left: 0;}
}

/*

section.btm-sec { background: #ededed; padding: 10px 0;}
section.btm-sec ul { text-align: right;}
section.btm-sec ul li { display: inline-block;}
section.btm-sec ul li a { padding: 3px 4px; text-align: center; font-size: 12px;}
*/

.visit-btn { margin-top: 20px;}
.visit-btn a { background: #1b5761; font-size: 12px; color: #fff; text-align: center; padding: 6px 11px; border-radius: 15px;}
.visit-btn a:hover { background: #898989; color: #fff;}

.cat-block { text-align: center; margin-bottom: 30px;}
.cat-block a h2 { font-size:12px; color: #000; }



@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;
	}
  .my-tab-contant {
    background-color: #fff;
    padding: 92px 145px 92px 197px;
        padding-top: 92px;
        padding-right: 145px;
        padding-bottom: 92px;
        padding-left: 197px;
}
}





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



.carousel-indicators .active{
    background-color: #357cbd;
}
.carousel-indicators li{
    background-color:#000;
}




@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: 550px){
    .sub-news input {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    display: block;
    margin:10px 0;
}
.sub-news a {
    background: #cecece;
    border: 0;
    color: #fff;
    padding: 3px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 9px;
    margin-bottom: 10px;
}
.sub-news{
    display:unset;
}
.sub-news button {

    border: 0;

    padding: 3px 20px;
    display: block;
    margin: 15px auto;
}
.sub-news h1 {
    color: #fff;
    font-family: latobold;
    font-size: 22px;
    padding: 10px 0;
    text-align: center;
}
.bt h3 {
    font-size: 22px;
    font-family: latoregular;
    font-weight: bold;
    margin-top: 31px;
}
}




@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: 25px;
	text-transform: capitalize;
}
.detail_box h2{
   font-family: oxygen;
color: #b3b3b3;
font-size: 18px;
text-transform: capitalize;
margin: 0;
padding: 10px 0;
}
.evnts{
    padding:20px 0;
}
.detail_box h3{
  font-family: oxygen;
color: #000000;
font-size: 17px;
text-transform: capitalize;
}
.detail_box h5{
 font-family: oxygen;
color: #000000;
font-size: 17px;
text-transform: capitalize;
padding-bottom: 10px;
}
.detail_box p{
   font-family: oxygenregular;
color: #b3b3b3;
font-size: 15px;
text-transform: capitalize;
padding-top: 1px;
padding-bottom: 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;
}




  .cat h3{
      position: absolute;
top: 0;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
color: #1b5761;
width: 92%;
font-size: 28px;
padding: 0 0;
transition:0.4s ease;
  }

 .cat h4{
      position: absolute;
top: 0;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
width: 92%;
font-size: 28px;
padding: 0 0;
opacity:0;
transition:0.4s ease;
  }
.cat h4 span { border: 3px solid #1b5761; color: #1b5761; padding: 12px 16px; font-family: oxygenbold; font-size: 28px;}
.cat h4 span:hover { border-color: #898989; color: #898989;}
.cat:hover h3{
    opacity:0;
}
.cat:hover h4{
    opacity:1;
}

@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;
    }
    #loading-image {
    position: absolute;
    top: 38% !important;
        
    }
      .letstalk {
    position: fixed;
    z-index: 999999;
    right: 15px;
    top: 45%;
}
    .letstalk img { max-width: 40px;} 
}
/*--------- Details Page ------------*/













/*--------- Quote Page ------------*/
.form-horizontal .quote-btn { background: #1b5761; color: #fff; float: right; padding: 8px 30px; border-radius: 10px; font-family: Myriad Pro Regular; font-size: 17px; border: none; margin: 0 0 30px;}
.form-horizontal .quote-btn:hover { background: #898989;}
.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: #00009a;
  font-family: oxygenbold;
}
.con-h1 {
    background:url(../im/contact.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    padding:15px 0;
}
.con-h1 h1{
    text-align: center;
width: 100%;
font-family: latobold;
font-size: 25px;
padding-top: 10px;
color:#fff;
}
.c{
    padding:10px 15px;
}
.c-form{
    background:url(../im/office-1069207_1280.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
.con-h1 p{
    text-align:center;
    width:100%;
    font-family:latoregular;
    padding-bottom:10px;
    color:#fff;
  
}
.contact-data {
    display:flex;
    border-bottom:2px solid #1b5761;
      padding: 20px 0;
align-items: center;
}
.contact-data img{
    max-width: 57px;
    max-height: 43px;
}
.contact-text{
 padding-left:20px;   
}
.contact-data h1 {
    font-family:latobold;
    font-size:16px;
}

.contact-data p {
    font-family:latoregular;
    font-size:14px;
}
.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: #a51b1f;
  color: #fff;
}
/*--------- Quote Page ------------*/






#button {
display: inline-block;
width: 35px;
height: 32px;
text-align: center;
border-radius: 4px;
position: fixed;
bottom: 99px;
right: -7px;
transition: background-color .3s, opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
background: rgba(0,0,0,0.5);
padding: 11px;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}




.loading {
  display: flex;
  justify-content: center;

  div {
    width: 1rem;
    height: 1rem;
    margin: 2rem 0.3rem;
    background: $bluebell;
    border-radius: 50%;
    animation: 0.9s bounce infinite alternate;

    &:nth-child(2) {
      animation-delay: 0.3s;
    }

    &:nth-child(3) {
      animation-delay: 0.6s;
    }
  }
}

@keyframes bounce {
  to {
    opacity: 0.3;
    transform: translate3d(0, -1rem, 0);
  }
}



.goog-logo-link{
 opacity:0;   
}
.goog-logo-link::after{
    content:"moxie";
    opacity:1 !important;
}


.facebook{
  background: #0077b5;
color: #fff;
margin: 0 3px;
color: #fff;
margin: 0 3px;
border-radius: 100%;
width: 25px;
height: 24px;
}

.insta{
   background: #f6874b;
color: #fff;
margin: 0 3px;
color: #fff;
margin: 0 3px;
border-radius: 100%;
width: 25px;
height: 24px;
}

.linked{
   background: #0077b5;
color: #fff;
margin: 0 3px;
color: #fff;
margin: 0 3px;
border-radius: 100%;
width: 25px;
height: 24px;
}

.twitter{
  background: #00a2f3;
color: #fff;
margin: 0 3px;
color: #fff;
margin: 0 3px;
border-radius: 100%;
width: 25px;
height: 24px;
}
.fixed-whatsapp{
    position:fixed;
    left:10px;
    bottom:21px;
    z-index:99999999;
}
.pintrest{
  background: #df1a26;
color: #fff;
margin: 0 3px;
color: #fff;
margin: 0 3px;
border-radius: 100%;
width: 25px;
height: 24px;
}


.skype{
   background: #0077b5;
color: #fff;
margin: 0 3px;
color: #fff;
margin: 0 3px;
border-radius: 100%;
width: 25px;
height: 24px;
}
.newsevents{
    background:url(../im/news-events.jpg);
    background-size:cover;
    padding:26px 0;
}
.newsevents h1{
    width:100%;
    text-align:center;
    color:#fff;
}




#overlayer {
  width:100%;
  height:100%;  
  position:absolute;
  z-index:1;
  background:#4a4a4a;
}
/*.loader {*/
/*  display: inline-block;*/
/*  width: 30px;*/
/*  height: 30px;*/
/*  position: absolute;*/
/*  z-index:3;*/
/*  border: 4px solid #Fff;*/
/*  top: 50%;*/
/*  animation: loader 2s infinite ease;*/
/*}*/

/*.loader-inner {*/
/*  vertical-align: top;*/
/*  display: inline-block;*/
/*  width: 100%;*/
/*  background-color: #fff;*/
/*  animation: loader-inner 2s infinite ease-in;*/
/*}*/

/*@keyframes loader {*/
/*  0% {*/
/*    transform: rotate(0deg);*/
/*  }*/
  
/*  25% {*/
/*    transform: rotate(180deg);*/
/*  }*/
  
/*  50% {*/
/*    transform: rotate(180deg);*/
/*  }*/
  
/*  75% {*/
/*    transform: rotate(360deg);*/
/*  }*/
  
/*  100% {*/
/*    transform: rotate(360deg);*/
/*  }*/
/*}*/

/*@keyframes loader-inner {*/
/*  0% {*/
/*    height: 0%;*/
/*  }*/
  
/*  25% {*/
/*    height: 0%;*/
/*  }*/
  
/*  50% {*/
/*    height: 100%;*/
/*  }*/
  
/*  75% {*/
/*    height: 100%;*/
/*  }*/
  
/*  100% {*/
/*    height: 0%;*/
/*  }*/
/*}*/



#loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 1;
  background-color: #fff;
  z-index: 999999999999999999999;
  text-align: center;
}

#loading-image {
  position: absolute;
  top: 46%;
  left: 0px;
  right:0;
  z-index: 100;
}



.spinner{
    width: 80px;
    height: 80px;
    
    border: 2px solid #f3f3f3;
    border-top:3px solid #f25a41;
    border-radius: 100%;
    
   
    
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}

.header-top { background: #1b5761; border-bottom: 1px solid #efefef; padding: 8px 0; color: #fff;}
.lanuage { text-align: right;}


.blog-box { background: #fff; margin-bottom: 30px;}
.blog-box .blog-img-box { position: relative; height: 300px; overflow: hidden;}
.blog-box .blog-img-box a { background: hsla(0, 0%, 96%, .85); text-align: center; display: flex; justify-content: center; align-items: center; cursor: pointer; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; transform: scale(0); transition: transform .3s;}
.blog-box .blog-img-box a span { background: transparent; border: 2px solid #333; color: #333; border-radius: 50px; padding: 0 20px; line-height: 34px; font-size: 14px; font-weight: 600; text-transform: uppercase;}
.blog-box .blog-img-box a span:hover { background: #1b5761; border-color: #1b5761; color: #fff;}
.blog-box:hover .blog-img-box a { transform: scale(1);}
.blog-box .blog-text { padding: 20px; text-align: center;}
.blog-box .blog-text h3 { font-size: 22px; font-weight: 600;}
.blog-box .blog-text p { font-size: 13px; color: #666; line-height: 24px;}

.blog-details { font-size: 13px; padding-bottom: 40px;}
.blog-details h1 { font-size: 18px;}
.photo-block_image { margin: 15px 0;}

.share-btns { margin-top: 15px;}

.btm-text-block { background: #f4f4f4; margin: 15px 0;}
.btm-text { text-align: center; padding: 40px 0;}
.btm-text p { font-size: 18px; margin-bottom: 20px;}
.btm-text p span { font-weight: 700;}
.btm-text a { display: inline-block; background: #1b5761; padding: 0 15px; line-height: 40px; color: #fff; border-radius: 50px;}
.btm-text a:hover { background: #898989; color: #fff;}

.NoProd { text-align: center; padding: 50px 0; font-size: 18px;}

.top-contact { text-align: center;}
.top-contact ul { margin: 0; padding: 0;}
.top-contact ul li { list-style: none; display: inline-block; margin-right: 15px;}
.top-contact ul li a { color: #fff;}
.top-contact ul li a .svg-inline--fa { fill: #fff; color: #fff; font-size: 12px; }

.sm-block { }
.sm-block h2 { background: #1b5761; color: #fff; font-weight: 700; padding-left: 15px; line-height: 46px; font-size: 22px; letter-spacing: 1px; margin-bottom: 20px;}
.sm-block { color: #000;}
.sm-block ul { padding: 0px 0px 20px 20px;}
.sm-block ul li { line-height: 26px; list-style: none; margin-bottom: 8px;}
.sm-block ul li a { color: #000; padding: 5px 0; font-size: 15px; position: relative;}
.sm-block ul li a::before { content: ''; display: inline-block; width: 0px; height: 2px; vertical-align: middle; background: #2f3192; transition: all 0.3s ease-in-out;}
.sm-block ul li a:hover::before { width: 6px; margin-right: 4px;}

.blog-block { background: #f6f6f6;}
.blog-block h2 { text-align: center; margin: 40px 0; font-family: latobold; font-size: 2rem;}

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

    .header-fluid { background: #fff; position: relative;} 
    .below-slier img { max-width: 40px;}
    .below-slier h1 { font-size: 14px;}
    .below-slier { padding: 15px 0;}

}



