html, body {
	font-family: 'Arsenal', sans-serif;
	font-size: 20px;
}
/* PRATIK CSS*/
.displayinpc {
	display: block;
}
.displayinmobile {
	display: none;
}

@media (max-width: 767.98px) {
	.displayinpc {
		display: none;
	}
	.displayinmobile {
		display: block;
	}
}


.logocss {
	width: 300px;
}
.cursor {
	cursor: pointer;
}
.formcss {
	margin-bottom: 10px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active {
	color: #756146;
	text-shadow: 0 0 1px #756146;
}
.nopadding {
	padding:0;
}
.nomargin {
	margin:0;
}
.fontbold {
	font-weight: 600;
}
.fontitlaic {
	font-style: italic;
}
.back-black {
	background : #000;
}
.back-white {
	background : #fff;
}
.back-gray {
	background : #5d5d5d;
}
.back-red {
	background : #e33424;
}
.back-new-gray {
	background: #bcc3d2;
}
.back-gold {
	background : #d1b89a;
}
.color-black {
	color : #000;
}
.color-white {
	color : #fff;
}
.color-red {
	color : #e33424;
}
.color-gray {
	color : #5d5d5d;
}
.color-gold {
	color : #d1b89a;
}
.color-d-gold {
	color : #6b5736;
}
.h-color-gold:hover, .h-color-gold:active, .h-color-gold:focus {
	color : #d1b89a;
	transition: 0.3s;
}
.h-color-black:hover, .h-color-black:active, .h-color-black:focus {
	color : #000;
	transition: 0.3s;
}
.h-color-white:hover, .h-color-white:active, .h-color-white:focus {
	color : #fff;
	transition: 0.3s;
}
.h-color-red:hover, .h-color-red:active, .h-color-red:focus {
	color : #e33424;
	transition: 0.3s;
}
.h-color-gray:hover, .h-color-gray:active, .h-color-gray:focus {
	color : #666;
	transition: 0.3s;
}
.paddingten {
	padding: 10px 0;
}
.nodec {
	text-decoration: none;
}
.nodec:hover, .nodec:focus, .nodec:active {
	text-decoration: none;
}
.normalfont {
	font-size: 18px;
}
.box-shadow-css {
    box-shadow: 0 0 20px #00000026;
}
.cust-gap-css {
	padding: 60px 0;
}
.cust-box-gap-css {
	padding: 0 0 60px;
}
.cust-our-d-css {
    width: 100%;
	box-shadow: 0 0 10px #00000082;
}
.title-gap-css {
	padding: 15px 0
}
.main-header-css {
	width: 100%;
}
.aboutus-title {
	font-size: 32px;
	font-weight: 600;
}
.w100 {
	width: 100%;
}
.small-title {
    font-size: 24px;
	font-weight: 900;
}
.fa-css-box {
    font-size: 50px;
}
.padding-css {
    padding: 20px;
}
.cust-line-height-css {
	line-height: 40px;
}
.button-css {
    background: white;
    border: 0;
    padding: 5px 20px;
    margin-top: 10px;
}
.cust-height-css {
	height: 130px;
	filter: grayscale(1);
	margin: 0 10px;
}
.cust-height2-css {
	height: 150px;
	margin: 0 10px;
	margin-bottom: 20px;
}
.cust-height-css:hover, .cust-height-css:focus {
	filter: inherit;
}
.main-a-css {
    font-weight: 600;
    font-size: 30px;
}
.title-css {
    font-size: 40px;
}
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  border-radius: 10px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}
/* Container around content */
.container-timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-timeline::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #6c5735;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
/* The actual content */
.content-timeline {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

@media (max-width: 1920px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 28px;
		color: #000;
		font-family: 'Castellar', sans-serif;
		padding: 0 25px;
	}
}
@media (max-width: 1600px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 24px;
		color: #000;
		font-family: 'Castellar', sans-serif;
		padding: 0 25px;
	}
}
@media (max-width: 1280px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 20px;
		color: #000;
		font-family: 'Castellar', sans-serif;
		padding: 0 25px;
	}
}
@media (max-width: 767.98px) {
	.box-shadow-css {
		box-shadow: 0 0 10px #00000026;
	}
	.logocss {
		width: 280px;
	}
	.navbar {
		padding: 15px 0;
	}
	.cust-our-d-css {
		margin-bottom: 20px;
	}
	.cust-height-css {
		height: auto;
		margin: 15px auto;
		width: 66%;
	}
	.cust-height2-css {
		height: auto;
		margin: 15px auto;
		width: 66%;
	}
	.cust-height-css:hover, .cust-height-css:focus {
		height: auto;
		filter: inherit;
	}
	.threebox {
		margin: 20px 0 0 0;
	}
	.navbar-toggler-icon {
		width: 25px;
	}
	.navbar-light .navbar-toggler {
		padding: 5px 10px;
	}
	.navbar-light .navbar-nav .nav-link {
		padding : 5px 0;
	}
	li.nav-item {
		padding: 0 15px;
		margin-top: 5px;
		background: #efdcc6;
	}
	div#kediam {
		margin-top: 10px;
	}
	/* Place the timelime to the left */
	.timeline::after {
	left: 31px;
	}

	/* Full-width containers */
	.container-timeline {
	width: 100%;
	padding-left: 70px;
	padding-right: 25px;
	}

	/* Make sure that all arrows are pointing leftwards */
	.container-timeline::before {
	left: 60px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
	}

	/* Make sure all circles are at the same spot */
	.left::after, .right::after {
	left: 15px;
	}

	/* Make all right containers behave like the left ones */
	.right {
	left: 0%;
	}
}

