*{
	margin: 0px;
}


body{
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: Calibri !important;

}
.top-main{
	/* background-color: #B2B2B2; */
	width: 100%;
	height: 100%;
	position: absolute;
}
.top{
	width: 100%;
	/* padding: 10px; */
	background-color: #0c0c0c;
	color: white;
	position: fixed;
	top: 0px;
	z-index: 999;
}
.top div{
	margin: 1px;
}
.top span{
	margin-right: 10px;
	right: 100px;
	margin-left: 100px;
}
.top span a{
	text-decoration: none;
	color: #fff;
	font-family: Calibri !important;
	
}
.p{
	text-align: center;
	/* padding: 50px; */
	padding-bottom:  0px;
	color: #fff;}

.head{
	width: 100%;
	height: 65px;
	position: fixed;
	background-color:#020202cf;
	padding: 10px 20px;
	top: 40px;
	z-index: 999;
}
.navbars{
	position: fixed;
	top: 42px;
	/* bottom: 0px; */
	width: 100%;
	background-color:#ffffff;
	/* height: 47px; */
	z-index: 999;
}
.navbars ul{
	list-style-type: none;
    margin: auto;
    display: inline-block;
    width: max-content;
    z-index: 99;
    /* padding: 0; */
    align-items: center;
    float: right;
    margin-right: 250px;
    margin-top: 10px;
}
.navbars ul li{
	float: left;

}
.navbars ul li a{
	display: inline-block;
	 text-decoration: none;
	 color: #111111;
	 font-size: 16px;
	 padding: 15px 30px;
	 padding-top: 0px;
}
.navbars ul li a:hover{
	color: #0594cf;
}
.navbutton{
	display: none;
}
#navbar span{
	display: none;
}
.a{
	margin-top: 100px;

}
/**********Drop Down Products*************************/
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {color: #0594cf;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #0594cf;

}
.dropbtn{
	cursor: pointer;
}

/* ********slider start********** */
.slider{
	/* top: 100px; */
	/* height: calc(100% - 87px); */
	height: 70%;
	position: relative;
	margin-top: 60px;
	/* width: 100%; */
}
.slides {
		padding: 0;
		width: 100%;
		height: 100%;
		display: block;
		margin: 0 auto;
		position: relative;
}

.slides * {
		user-select: none;
		-ms-user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
		top: 30px;
		opacity: 0;
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		/* transform: scale(0); */

		transition: all .7s ease-in-out;
}
/* 
.slide img {
		width: 100%;
		height: 100%;
} */


input:checked + .slide-container  .slide {
		opacity: 1;

		/* transform: scale(1); */

		/* transition: opacity 1s ease-in-out; */
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(225, 225, 225, 0.8);
}

/* ********End Slider************ */
.about{
	width: 100%;
	padding-left: 55px;
}
.about-desc {
    border-top: 1px solid #dcdde1;
}
.about-desc h4{
	width: 100%;
	padding: 40px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 10px;
    color: #333;
}
.about-desc p{
	padding: 55px;
	/* width: 30%; */
	font-size: 20px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 10px;
    /* color: #9f9f9f; */
}
.edgtf-separator {
    border-color: #e7bd74;
    border-style: solid;
    width: 50px;
    border-bottom-width: 1px;
    margin: 16px auto;
    }
.mute-title {
    color: #d7d8da;
    font-size: 80px;
    font-weight: 700;
    opacity: 0.25;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    top: 555px;
    right: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    white-space: nowrap;
    position: absolute;
}    

/* ******************************** */
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.srvce-nw {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    padding: 5% 0 5% 0;
    }
.srvce-sec .hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    height: 85%;
    width: 85%;
    position: absolute;
    top: -19%;
    left: 8%;
    padding: 56px;
}
.srvce-sec .hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.srvce-sec {
    padding: 3% 0 0 0;
}
.srvce-nw .decor {
    background: #0594cf none repeat scroll 0 0;
    height: 2px;
    width: 78px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

/* ******Footer************* */
.footer-sec {
    padding: 3% 0 2% 0;
    background: url(images/bg.jpg);
}
.footer-adrs-sec2 ul li {
	list-style-type: none;
    border-bottom: none;
    margin-bottom: 7px;
    padding-bottom: 9px;
    padding-left: 5px;
    font-size: 15px;
    position: relative;
    color: #0D0D0D;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 1.8em;
}

/* *******stones********** */
.srvce-nw2 h5 {
    font-size: 26px;
    color: #252525;
    margin: 0;
}
.srvce-nw2 h4, .srvce-nw2 h5 {
    font-family: Roboto,sans-serif;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
}
.srvce-nw2 .decor {
    background: #0594cf;
    height: 2px;
    width: 78px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
/* ***********Contact Us****************** */
.contactus{
	    padding: 50px;
	    margin:100px 200px 0;
    padding-top: 20px;
    /* padding-left: 287px; */
    /* background-color: red; */
    top: 100px;

}
.contact div{
	padding: 10px;
	/* background-color: green; */
	width: 100%;
	height: 100%;

}
.contact div input,textarea{
	padding: 10px;
	width: 50%;
	border: none;
	background-color: #F0F0F0;
	resize: none;
	float: right;

}
.contact ::placeholder{
	color: #A3A3A3;
}
.sub-butn{
    padding: 10px 25px;
    margin: 0px 0 0 0;
    background-color: #ED2F33;
    border: 1px solid #ED2F33;
    font-family: 'Lato', sans-serif;
    box-shadow: 0px 0px 1px #ED2F33;
    color: #fff;

}
.submitb{
	display: inline-block;
	text-align: center;
	margin-top: 20px;
}
.sub-butn:hover{
	background-color: #F56A6D;
    border: 1px solid #AE0C0F;
    color: #E0E0E0;

	}
/* ***********Scroll Bar Start**************************** */

	::-webkit-scrollbar {
  width: 8px;
  border-radius: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: white; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: black; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:#6F6F6F; 
  cursor: pointer;
}

/* ***********Scroll Bar End**************************** */

.ogmlogo{
	width: 100px;
	display: inline-block;

}
.ogmlogo img{
	width: 100%;
}
.ogmlogo ul{
	display: inline-block;
}
.foorterproducts li a{
	color: #fff !important;
	cursor: pointer;
}
.foorterproducts li a:hover{
	color: #0594cf !important;
	text-decoration: none;
}
.active{
	color: #0594cf !important;
}
.center{
	    width: 40% !important;
    /* height: 200px; */
    margin: 0 400px !important;
}
.video{
	width: 400px;
    height: 400px;
    margin: 0px auto;
    padding: 0;
}