*{
    margin:0;
    padding: 0;
}
.header {
    padding: 5px 0;
    background: #f4f5f9;
}
a{
	text-decoration: none !important;
	font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
	color: #2d2d2d;
	letter-spacing: 1px;
}
p{
	font-family: 'Poppins', sans-serif;
}
ul{
    margin: 0 !important;
    padding: 0 !important;
}
ul.topaddres li {
	color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-right: 50px;
}
    ul.topaddres li i {
        padding-right: 10px;
        font-size: 14px;
        color: #5dc6d7;
    }

    .social-link a {
        color: #000;
        font-size: 14px;
        margin-right: 4px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        width: 20px;
        text-align: center;
    }


	/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
	padding: 0;
  }
  
  .navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
  }
  
  .navbar li {
	position: relative;
  }
  
  .navbar a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-size: 15px;
	color: #0b2341;
	white-space: nowrap;
	transition: 0.3s;
  }
  
  .navbar a i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
  }
  
  .navbar a:hover, .navbar .active, .navbar li:hover > a {
	color: #60c7da;
  }
  
  .navbar .getstarted {
	background: #60c7da;
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 4px;
	color: #fff;
  }
  
  .navbar .getstarted:hover {
	color: #fff;
	background: #ef6445;
  }
  
  .navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
  }
  
  .navbar .dropdown ul li {
	min-width: 200px;
  }
  
  .navbar .dropdown ul a {
	padding: 10px 20px;
	text-transform: none;
  }
  
  .navbar .dropdown ul a i {
	font-size: 12px;
  }
  
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
	color: #60c6db;
  }
  
  .navbar .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
  }
  
  .navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
  }
  
  .navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
  }
  
  @media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
	  left: -90%;
	}
	.navbar .dropdown .dropdown:hover > ul {
	  left: -100%;
	}
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
	color: #0b2341;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
  }
  
  .mobile-nav-toggle.bi-x {
	color: #fff;
  }
  
  @media (max-width: 991px) {
	.mobile-nav-toggle {
	  display: block;
	}
	.navbar ul {
	  display: none;
	}
  }
  
  .navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(4, 12, 21, 0.9);
	transition: 0.3s;
	z-index: 999;
  }
  
  .navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
  }
  
  .navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
  }
  
  .navbar-mobile a {
	padding: 10px 20px;
	font-size: 15px;
	color: #0b2341;
  }
  
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
	color: #ed502e;
  }
  
  .navbar-mobile .getstarted {
	margin: 15px;
  }
  
  .navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  
  .navbar-mobile .dropdown ul li {
	min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
	padding: 10px 20px;
  }
  
  .navbar-mobile .dropdown ul a i {
	font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
	color: #ed502e;
  }
  
  .navbar-mobile .dropdown > .dropdown-active {
	display: block;
  }


    /* banner */

            
.title {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	position: fixed;
	text-align: right;
	top: 0;
	right: 0;
	padding: 10px 15px;
	margin: 0;
	z-index: 100;
}

.slider {
	position: relative;
	overflow: hidden;
	height: 600px;
	width: 100%;
}

.slide {
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	width: 100%;
}

.slide.active {
	transform: translateX(-100%);
}

.slide .info {
	background-color: rgba(255, 255, 255, 0.7);
	color: #333;
	padding: 20px 15px;
	position: absolute;
	opacity: 0.1;
	top: 180px;
	left: 240px;
	text-align: center;
	width: 300px;
	max-width: 100%;
}

.slide.active .info{
	opacity: 1;
	transform: translateY(-40px);
	transition: all 0.5s ease-in-out 0.8s;
}

.slide .info h1 {
	margin: 10px 0;
}

.slide .info p {
	letter-spacing: 1px;
}

.eraser {
	background: #f5f5f5;
	position: absolute;
	transition: transform 0.5s ease-in-out;
  opacity: 0.95;
	top: 0;
	left: 100%;
	height: 100%;
	width: 100%;
	z-index: 100;
}

.eraser.active {
	transform: translateX(-100%);
}

.buttons-container {
	position: absolute;
	bottom: 50px;
	right: 60px;
/*   display: flex; */
  
}

.buttons-container button {
	border: 2px solid #fff;
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	padding: 8px 30px;
  margin-right: 10px;
}

.buttons-container button:hover {
	background-color: #fff;
	color: #A9A9A9;
  opacity: 0.9;
}


@media (max-width: 400px) {
	.slide .info {
		top: 100px;
		left: 10px;
	}
}
/* services */
.sec-pad{
    padding: 50px 0;
}
.heading-part h2{
	font-size: 38px;
    font-weight: 800;
    text-align: right;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.heading-part p{
	text-align: right;
    font-size: 23px;
    text-transform: capitalize;
}
.heading-part h6{
	text-align: right;
    font-size: 16px;
    text-transform: capitalize;
}

.address-grid h5 {
    color: #fff;
    line-height: 30px;
}
.address-grid h5.top-bold {
    font-weight: bold;
	color: #61c6dc;
}


.services{
position: relative;
}
.services-info{
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
}
.services-info h4{
	color: #000;
    background: rgba(255,255,255,0.8);
    padding: 10px;
	font-size: 25px;
    line-height: 1.4;
}
.service-img img{
	margin-bottom: 20px;
	width: 100%;
}
/* 
.img-hover-zoom img {
	max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
	overflow: hidden; 
  }
  .img-hover-zoom img {
overflow: hidden;
  }
  .img-hover-zoom img:hover {
	transform: scale(1.1);
  } */
  /* products */
  .products{
	background: url(../images/pattren1.png);
	background-repeat: repeat;
  }
  .product-card{
	background: #fff;
    /* border: 1px solid #EEE; */
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
    border-radius: 0px;
	margin-bottom: 30px;
	padding: 10PX;
  }
  .product-title  h4{
	color: #000;
    margin: 0;
    padding: 20px 0px 6px;
  }
  .brouchure{
	background: #07125f;
    padding: 10px 0;
    border-bottom: 5px solid #0d6efd;
  }
  .brouchure h4{
	color: #fff;
    margin: 0;
	font-size: 14px;
  }
  /* footer */
  .contact-information {
    background: #61c6dc;
    padding: 20px 0;
    margin-bottom: 5px;
}
.contact-information .info-wrap .icon i {
    color: #fff;
    font-size: 20px;
}
.contact-information .info-wrap .icon {
    display: block;
    margin-bottom: 10px;
}
.contact-information .info-wrap p {
    font-size: 14px;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
}
.contact-information .info-wrap a {
    font-size: 14px;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
}
.footer-bottom{
	background: #07125f;
	padding: 50px 0;
}
.footer-bottom h4{
	margin-bottom: 30px;
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
}
.footer-bottom p{
	color: #d9d5d5;
}
.footer-bottom a{
	color: #d9d5d5;
}
.footer-links li{
	list-style: none;
    padding: 8px 0;
    border-bottom: 1px dotted #FFF;
}
.footer-links li i{
	margin-right: 7px;
}
.social-icons li{
           list-style: none;
    display: inline-block;
padding-right: 10px;
}
.copy p{
	margin: 0;
	color: #FFF;
}
.copy p a{
	margin: 0;
	color: #FFF;
}
.copy{
	background: #4253ca;
}
/* company */
.about-company{
	background: url(../images/bg1.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	padding: 20px 0px 30px 0px;
}
.about-company h2{
	font-size: 38px;
    line-height: 30px;
	color: #ffdf64;
    text-transform: capitalize;
    font-family: 'Arsenal', sans-serif;
    font-weight: 600;
    text-align: center;
}

/* breadcrumbs */
.breadcrumbs{
	background: url(../images/bg4.jpg);
	background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 60px 0 64px;
	position: relative;
	z-index: 0;
}
.breadcrumbs::before{
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	left:0;
	right:0;
	background: rgba(0,0,0,0.6);
	z-index: -1;
}
.breadcrumb-item.active {
    color: #FFFF !important;
}
.breadcrumb-item a{
    color: #5fc7da !important;
}
.text-white{
	color: #FFF;
}
/* about */
.vision{
	background: #ededed;
    padding: 20px;
    border-left: 4px solid #61c6da;
	margin-bottom: 20px;
}
.mission{
	background: #ededed;
    padding: 20px;
    border-left: 4px solid #61c6da;
}
/* contact */
.sidebar{
	padding-left: 20px;
}
.sidebar .widget-title {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
    margin-top: 0;
    padding-bottom: 15px;
    line-height: normal;
}

.contact-info-box {
    margin-top: 20px;
}
.contact-info-box-content {
    padding-left: 45px;
}
.contact-info-box-content p span{
	font-size: 20px;
    font-weight: 600;
}
.contact-info-box i {
    float: left;
    font-size: 24px;
    color: #0d6efd;
}
.map-area iframe{
	border: none;
	width:100%;
	height: 430px;
}

.sidebar{
	background: #f4f4f4;
	padding: 20px;
}
.sidebar-menu li{
	background: #FFF;
    border: 1px solid #EEE;
    list-style: none;
    padding: 10px;
    margin-bottom: 10px;background: #FFF;
	border: 1px solid #EEE;
	list-style: none;
}
.sidebar-menu li i{
	color: #FFF;
}
.sidebar-menu li.active{
	background: #60c6db;
 
}
.sidebar-menu li:hover{
	background: #60c6db;
 
}
.sidebar-menu li.active a{

    color: #FFF;
} 
.sidebar-menu li:hover a{

    color: #FFF;
} 
.img-holder img {
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.33);
    border-radius: 8px;
	margin-bottom: 35px;
}
.product-details h3{
	color: #0068D7;
    margin-bottom: 18px;
    font-weight: 600;
}

.product-details h5{
	margin-bottom: 15px;
}
.usages li{
	list-style: none;
    padding: 10px 0px;
    border-bottom: 1px dotted #60c6db;
}
.usages li i{
 color: #60c6db;
}
.btn-style{
	padding: 14px 30px;
    font-weight: 500;
    font-size: 15px;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 4px;
    background: #60c6db !important;
    border: none;
	margin: 25px 0;
}
.btn a{
	color: #FFF !important;
}
