@font-face {
	font-family: BookmanOldStyle;
	src: url(../fonts/BKMNOS.ttf);
}
body
{
	font-family: 'BookmanOldStyle', sans-serif;
}
.parent
{
	height: 100%;
	width: 100%;
	display: table;
}
.child
{
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
	text-align: left;
}
.footer
{
	background-color: black;
	color: white;
	padding: 1%;
}
.navbar-dark .navbar-brand {
    color: #ffc574;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #ffc574;
    transition: .35s;
	margin-right: 12px;
}
.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link:hover
{
    color: #ffc574;
    border-top: 3px solid #ffc574;
    transition: all 0.3s ease-in-out 0s;
}
.navbar.navbar-dark .breadcrumb .nav-item>.nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item>.nav-link:hover {
    color: #ffc574;
    border-top: 3px solid #ffc574;
    transition: all 0.3s ease-in-out 0s;
}

.navbar.navbar-dark .breadcrumb .nav-item>.active, .navbar.navbar-dark .navbar-nav .nav-item>.active {
    color: #ffc574;
    border-top: 3px solid #ffc574 !important;
    transition: all 0.3s ease-in-out 0s;
	background-color: transparent;
}
#goTop 
{
    display: none;
    position: fixed;
    font-size: 20px;
    border-radius: 50px;
    bottom: 77px;
    right: 30px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    background-color: #d5902e;
    color: white;
    cursor: pointer;
    padding-top: 13px;
    border-radius: 50px;
    padding-bottom: 5px;
    padding-left: 18px;
    padding-right: 18px;
    opacity: 0.8;
}
#goTop:hover 
{
	background-color: #c57402;
	opacity: 1;
}
.what hr
{
	color: #e68d10;
	margin-top: 0px;
	width: 40%;
	height: 4px;
	background-color: #d5902e;
	border-color: #d5902e;
	float: left;
}
h2
{
	color: #d5902e;
}
.img-thumbnail {
    padding: 0px;
    background-color: #fff;
    border: 7px solid #d5902e;
    border-radius: 0px;
}
/*Home Page*/
#ser
{
	background-image: url("../img/banner_job.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#ser hr
{
	width: 20%;
	height: 4px;
	background-color: white;
}
#overlapeimg
{
	position: absolute;
    width: 80%;
    top: 44px;
    right: 56px;
}
#homeservices
{
	align-self: center;
}
#homeservices i
{
	background-color: #ffc574;
    text-align: center;
    border-radius: 50%;
    padding: 5%;
    font-size: 22px;
}
#homeservices a
{
	font-size: 18px;
    color: white;
}
#homeservices a:hover
{
	font-size: 18px;
    color: #ffc574;
	text-decoration: underline;
}
.footerheading
{
	/*color: #ffc574;*/
	font-weight: bold;
}
.address
{
	padding: 1%;
	padding-left: 8%;
}
.link a, .address
{
	color: #bbbbbb;
}
.link a:hover
{
	color: #ffc574;
	text-decoration: underline;
}
::selection {
  color: white;
  background: #ffc574;
}

.about .namehr
{
	height: 1%;
    background-color: #d5902e;
    border-color: #d5902e;
    border-radius: 5px;
    margin-top: 0px;
    width: 30%;
    float: left;
}
.about h3, .service h4
{
	color: #d5902e;
	font-weight: bold;
}
.about img
{
	padding: 0px;
	border-radius: 0px;
	background-color: #fff;
    border: 7px solid #dee2e6;
}
.service
{
	color: gray;
}
.service h6
{
	color: black;
}
.careerBanner
{
	background-image: url("../img/4.jpg");
    height: 400px;
    background-position: center;
     background-size: cover;
    background-repeat: no-repeat;
}
.serviceBanner
{
	background-image: url("../img/3.jpg");
    height: 400px;
    background-position: center;
     background-size: cover;
    background-repeat: no-repeat;
}
.aboutBanner
{
	background-image: url("../img/1.jpg");
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contactBanner
{
	background-image: url("../img/5.jpg");
    height: 400px;
    background-position: center;
     background-size: cover;
    background-repeat: no-repeat;
}
.child h1
{
	font-size: 2rem;
	margin-bottom: 5%;
}
.child h1 span 
{
    background-color: #d5902e;
    color: white;
    padding: 1%;
    padding-right: 10%;
    padding-left: 5%;
}
.swal-button {
    background-color: #d5902e;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}
.swal-button:not([disabled]):hover {
    background-color: #a26d23;
}
.swal-button:focus {
    outline: none;
    box-shadow: none;
}

@media only screen and (max-width: 1200px) {
	#overlapeimg
	{
		top: 44px;
		right: 37px;
	}
}
@media only screen and (max-width: 992px) {
	#overlapeimg
	{
		display: none;
	}
	#aboutimg div
	{
		width: 100% !important;
	}
	.img-thumbnail {
    padding: 0px;
    background-color: #fff;
    border: 0px solid #d5902e;
    border-radius: 0px;
	}
	.content
	{
		margin-top: 3rem;
	}
	
	
}
@media only screen and (max-width: 768px) {
	#aboutimg
	{
		display: none;
	}
	.content
	{
		margin-top: 5rem;
	}
	.careerBanner
    {
        height: 300px;
    }
    .serviceBanner
    {
        height: 300px;
    }
    .aboutBanner
    {
        height: 300px;
    }
    .contactBanner
    {
        height: 300px;
    }
}
@media only screen and (max-width: 576px) {
    .carousel-inner .img1, .carousel-inner .img2, .carousel-inner .img3
    {
        height: 230px;
    }
}
