:root {
	--primary-color: #000;
	--secondary-color: #2f2f2f;
	--dark-color: #34404e;
	--grey-color: #777;
    --light-color: #dfe0e1;
}
.text-color1 {
	color: var(--primary-color);
}
.text-color2 {
	color: var(--secondary-color);
}
.text-color3 {
	color: var(--dark-color);
}
.text-color4 {
	color: var(--grey-color);
}
.text-color5 {
	color: var(--light-color);
}
.bg-color1 {
	background-color: var(--primary-color);
}
.bg-color2 {
	background-color: var(--secondary-color);
}
.bg-color3 {
	background-color: var(--dark-color);
}
.bg-color4 {
	background-color: var(--grey-color);
}
.bg-color5 {
	background-color: var(--light-color);
}
.text-indent-50 {
	text-indent: 50px;
}
.theme-btn1 {
	-webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    color: var(--light-color);
    border: 0px;
    font-size: 1rem;
    padding: 10px 20px;
    outline: none;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    white-space: normal;
    font-weight: bold;
    background-color: var(--secondary-color);
    text-decoration: none;
}
.theme-btn1:hover {
    color: var(--bs-white);
}
@font-face {
    font-family: 'oswald';
    src: url('../fonts/Nimrod.ttf');
}
body {
    font-family: 'Nimrod';
}
img {
    max-width: 100%;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
	height: 100%;
    object-fit: cover;
}

.table thead tr {
    background-color: var(--primary-color);
    color: var(--light-color);
}
.table thead tr th {
    padding: .75rem;
    border-bottom: 0;
    vertical-align: initial;
}
.table tbody tr:nth-of-type(even) {
    background: #e5e5e5;
}
.table tbody tr td {
    padding: .75rem;
}

.form-control {
    height: 48px;
    border-radius: 0;
    outline: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: var(--primary-color);
}
textarea.form-control {
    min-height: 120px;
}

.top-header {
	background-color: #101010;
}
.contact-nav {
    padding: 0;
}
.contact-nav li {
	border-right: 1px solid var(--bs-dark);
    display: inline-block;
    padding: 0 10px;
	margin: 10px 0;
}
.contact-nav li:first-child {
	padding-left: 4px;
}
.contact-nav li a {
	color: #dfe0e1;
    text-decoration: none;
    font-size: 14px;
    display: block;
}
.contact-nav li a:hover {
    color: var(--bs-white);
}
.contact-nav li:last-child {
	border-right: none;
}
.header-social-media {
    padding: 0;
} 
.header-social-media li:first-child {
	padding-left: 4px;
}
.header-social-media li {
	border-right: 1px solid var(--bs-dark);
    display: inline-block;
    padding: 0 10px;
	margin: 10px 0;
}
.header-social-media li:last-child {
	border-right: none;
}  
.header-social-media a {
	color: var(--light-color);
    text-decoration: none;
    font-size: 14px;
    display: block;
}
.header-social-media a:hover {
    color: var(--bs-white);
}

.navigation {
	background-color: #000;
	padding: 5px 0;
	position: relative;
}
.navigation .navbar-brand {
	max-width: 120px;
	padding: 0;
}
.navigation .navbar-brand img {
    width: 100%;
}
.navigation .navbar-toggler {
	color: #fff;
	font-size: 2rem;
	box-shadow: none;
}
.navigation .nav-item {
	margin-left: 0.5rem;
	font-weight: 500;
}
.navigation .nav-item .nav-link {
	color: #dfe0e1;
    padding: 0.5rem 0.875rem;
    font-size: 1.25rem;
}
.navigation .nav-item .nav-link.active {
	color: var(--primary-color);
}
.navigation .nav-item .nav-link:hover {
	color: #fff;
}
#main-slides .item {
	height: 608px;
	background: #0964ac;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 70px;
	color: #fff;
}
#main-slides .item::before {
    content: '';
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
}
#main-slides.item img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}
#main-slides .owl-nav .owl-prev,
#main-slides .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background-color: #e0e0e0 !important;
	border-radius: 50%;
	overflow: hidden;
	outline: 0;
	color: var(--secondary-color) !important;
	margin: 0;
	transition: .3s ease-out;
}
#main-slides .owl-nav .owl-prev:hover,
#main-slides .owl-nav .owl-next:hover {
	color: var(--primary-color) !important;
}
#main-slides .owl-nav .owl-prev {
	left: 15px;
}
#main-slides .owl-nav .owl-next {
	right: 15px;
}
#main-slides .owl-nav .owl-prev span,
#main-slides .owl-nav .owl-next span {
	position: absolute;
	outline: 0;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 50px;
	left: 50%;
}
#main-slides .bnanner-info {
    position: absolute;
    max-width: 767px;
    text-align: center;
    padding: 4rem;
}
#main-slides .bnanner-info .title {
    font-size: 3rem;
}
#main-slides .bnanner-info .description {
    font-size: 1.25rem;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.project-wrap {
    display: block;
    position: relative;
    overflow: hidden;
	margin-bottom: 0;
}
.project-wrap:before {
    content: '';
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
	transition: .3s all ease-out;
	opacity: 0;
	visibility: hidden;
}
.project-wrap:hover::before {
	opacity: 1;
	visibility: visible;
}
.project-wrap img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-wrap figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: var(--bs-white);
    font-size: 1.5rem;
    z-index: 2;
    padding: 1rem;
	transition: .3s all ease-out;
}
.project-wrap:hover figcaption {
	bottom: 50%;
    transform: translateY(50%);
}

.service-wrap {
	position: relative;
    font-size: .875rem;
	margin-bottom: 1rem;
}
.service-wrap figure {
	
}
.service-wrap figure img {
	
}
.service-wrap h3 {
	color: var(--dark-color);
    font-size: 1.25rem;
}
.service-wrap p {
	color: var(--bs-gray);
}
.service-wrap a {
	text-decoration: none;
    color: var(--bs-gray);
}
.service-wrap a:hover {
	text-decoration: none;
    color: var(--secondary-color);
}

.testimaonial-wrap {
    text-align: center;
	padding: 1rem;
}
.testimaonial-wrap figure {
	width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1rem;
}
.testimaonial-wrap figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testimaonial-wrap .quote {
	font-size: .875rem;
	position: relative;
	padding: 0 0.5rem;
}
.testimaonial-wrap .quote::before {
	content: '\F6B0';
    font-family: bootstrap-icons;
    font-size: 2rem;
    position: absolute;
    left: -16px;
    top: -14px;
	color: var(--light-color);
}
.testimaonial-wrap .name {
	font-size: 1.25rem;
	color: var(--bs-white);
}
.testimaonial-wrap .profession {
	font-size: .875rem;
}
#testimonials-slides .owl-dots {
	text-align: center;
	margin-bottom: 1rem;
}
#testimonials-slides .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: var(--light-color);
    border-radius: 50%;
    margin: 0 0.2rem;
}
#testimonials-slides .owl-dots .owl-dot.active {
    background: var(--bs-white);
}

#our-partners .partner-logo {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin: 5px;
	height: 150px;
	padding: 5px;
	display: flex;
	align-items: center;
	background: #fff;
}
#our-partners .partner-logo img {
	width: auto;
	margin: 0 auto;
	max-height: 100%;
}
#our-partners .owl-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1rem 0;
  }
  #our-partners .owl-nav .owl-prev, #our-partners .owl-nav .owl-next {
    background: var(--secondary-color)!important;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    color: var(--bs-white)!important;
  }
  #our-partners .owl-nav .owl-prev:hover, #our-partners .owl-nav .owl-next:hover {
    background-color: var(--primary-color) !important;
  }
  #our-partners .owl-nav .owl-prev {
    left: -5px;
  }
  #our-partners .owl-nav .owl-next {
    right: -5px;
  }

/* start footer css */
footer {
    background-color: #000;
    color: var(--bs-white);
}
.footer-logo {
    max-width: 80px;
}
.footer-bottom-list {
    display: flex;
    flex-wrap: wrap;
}
.footer-bottom-list li {
    margin-right: 20px;
    position: relative;
    font-size: .875rem;
}
.footer-bottom-list li:last-child {
    margin-right: 0;
}
.footer-bottom-list li::before {
    content: '';
    border-right: 1px solid var(--tg-info);
    width: 2px;
    height: 12px;
    position: absolute;
    right: -10px;
    top: 5px;
}
.footer-bottom-list li:last-child:before {
    display: none;
}
.footer-bottom-list li a {
    display: block;
    color: var(--bs-white);
    text-decoration: none;
}
.social-media {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.social-media li {
    margin-right: 10px;
    list-style-type: none;
    font-size: 1.5rem;
}
.social-media li:last-child {
    margin-right: 0;
}
.social-media li a {
    display: block;
    width: 28px;
    height: 28px;
    color: var(--light-color);
}
.social-media li a:hover {
    color: var(--bs-white);
}
.footer-menu {
	padding: 0;
}
.footer-menu li {
	list-style-type: none;
}
.footer-menu li a {
    display: block;
    text-decoration: none;
    color: var(--light-color);
}
.footer-menu li a:hover {
    color: var(--bs-white);
}
.footer-contact {
    padding: 0;
}
.footer-contact li {
    list-style-type: none;
}

/*start breadcrumb css*/
.breadcrumb-section {
	padding: 5px 0;
}

.breadcrumb-section .breadcrumb {
	margin-bottom: 0;
	padding: 5px 0;
}

.breadcrumb-section .breadcrumb-item {
	display: inline-flex;
	font-size: 14px;
}

.breadcrumb-section .breadcrumb-item a {
	text-decoration: none;
	color: var(--bs-dark);
	display: block;
}

.breadcrumb-section .breadcrumb-item.active {
	color: var(--secondary-color);
}
/*end breadcrumb css*/

/* start gallery page css */
.gallery-block {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	height: 270px;
}
.gallery-block:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.2s ease-out;
}
.gallery-block:hover:before {
	opacity: 1;
}
.gallery-block .img-wrap {
	color: #ffffff;
}
.gallery-block .img-wrap img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-block .img-wrap i {
	position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(50%);
	opacity: 0;
	transition: all 0.3s ease-out;
	font-size: 1.5rem;
}
.gallery-block:hover .img-wrap i {
	opacity: 1;
	bottom: 50%;
}
/* end gallery page css */

/* start contact page css */
.contact-info-wrap {
    display: flex;
}
.contact-info-wrap i {
    font-size: 1.5rem;
    background: var(--primary-color);
    width: 60px;
    height: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-shrink: 0;
}
.contact-info-wrap .contact-info {
    margin-left: 1rem;
}
.contact-info-wrap .contact-info h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

/* end contact page css */

@media(max-width: 767px) {
	#main-slides .item {
		height: auto;
	}
	#main-slides .item img {
		height: 300px;
	}
}