/*
Keep these credits intact if you want to use this theme
Theme - Koka
Framework - Bootstrap 5
Theme URL - https://angrystudio.com/themes/koka-free-bootstrap-5-website-template
Designer Name - Angry Studio
Designer Website - https://angrystudio.com
*/
/*-- General Styles--*/
body {
	color: #222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 1.7;
}
::selection {
	background: #67ACFF;
	color: #000;
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
	background: #0e1d2c;
	border-radius: 10px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Nunito', sans-serif;
}
.font-nunito {
	font-family: 'Nunito', sans-serif;
}
.text-muted {
	color: #f2f2f2 !important;
}
.bg-dark {
	background: #0e1d2c !important;
}
/* .narrow {
	max-width: 800px;
} */
.bg-main {
	background: #ffc107;
}

.pre-title:after {
	content: '';
	background: #ffc107;
	border-radius: 5px;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.section {
	padding: 50px 0;
}
.section-bg {
	background: linear-gradient(to right, rgb(250 250 250), rgb(219 219 219 / 35%)), url(../png/dot-bg.png);
}
.section-title {
	font-size: 2.9rem;
	font-weight: 900
}
.check-list li {
	background: url(../svg/check.svg);
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: left center;
	padding-left: 23px;
}
.wings:before {
	content: '';
	background: #D36C18;
	border-radius: 5px;
	position: absolute;
	top: -8px;
	right: -8px;
	left: -4px;
	bottom: -3px;
	transform: rotate(-3deg);
	z-index: 1;
}

/*-- Top Header Menu --*/
.primary-nav {
	box-shadow: 1px 0 5px rgb(0 0 0 / 10%);
	height: 80px;
}
.navbar-brand img {
	max-width: 120px;
}
.primary-nav .navbar-nav .nav-link {
	color: #212529;
	font-weight: 500;
	padding-right: 1.2rem;
	padding-left: 1.2rem;
}
.primary-nav .navbar-nav .nav-link.active,
.primary-nav .navbar-nav .nav-link:hover{
    color:#ffc107;
}
.dropdown-item {
	padding: .5rem 1rem;
}

/*--Off Canvas menu --*/
.open-sidenav:focus {
	outline: none
}
.sidenav {
	height: 100%;
	width: 260px;
	overflow: auto;
	position: fixed;
	top: 0;
	left: -100%;
	transition: all .5s;
	z-index: 1100;
}
.sidenav-backdrop {
	height: 0;
	width: 0;
	background: rgb(14 29 44 / 82%);
	position: fixed;
	top: 0;
	transition: all .5s;
	z-index: 1090;
}
.sidenav-active .sidenav-backdrop {
	height: 100%;
	width: 100%;
}
.close-sidenav {
	font-size: 2rem;
	position: absolute;
	right: 30px;
	top: 20px;
}
.sidenav-logo img {
	max-width: 120px;
}
.sidenav-menu .nav-link {
	color: #5f7383;
	font-size: 1.2rem;
	font-weight: 900;
}
.sidenav-menu .nav-link.active,
.sidenav-menu .nav-link:hover {
	color: #ffc107;
}
.sidenav-menu .dropdown-menu {
	background-color: #0a1823;
}
.sidenav-menu .dropdown-menu .dropdown-item {
	color: #8e98a2
}
.sidenav-menu .dropdown-menu .dropdown-item:hover {
	color: #fff;
	background: transparent;
}
.sidenav-social li {
	display: inline-block
}
.sidenav-social li img {
	max-width: 18px;
	opacity: .7
}
.sidenav-social li img:hover {
	opacity: 1
}

/*-- Hero Section --*/
.hero {
	margin-top: 130px;
}
.hero-title {
	font-weight: 900;
	line-height: 1
}
.hero-image img {
	transform: rotate(-1.5deg);
	transition: transform .3s;
	z-index: 3;
}
.hero-image img:hover {
	transform: rotate(0deg) scale(1.1)
}

/*-- Portfolio --*/
.portfolio {
	margin-top: 120px;
}
.portfolio-item-img {
	object-fit: cover;
	height: 300px;
}
.portfolio-item-content {
	background: rgb(36 43 49 / 80%);
	visibility: hidden;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	cursor: pointer
}
.portfolio-item:hover .portfolio-item-content {
	visibility: visible;
}
.project-title {
	font-size: 1.325rem
}

/*-- Services --*/
.service-box-icon {
	height: 60px;
}
.service-box-title {
	font-size: 1.225rem;
}

/*-- Content Section --*/
.down-arrow-img {
	right: 30%;
	transform: rotate(90deg);
	max-width: 150px;
}
.video-box {
	z-index: 3;
}

/*-- Skills --*/
.progress {
	height: 10px;
}

/*-- Testimonials --*/
.testimonial-img {
	height: 100px;
}
.splide__pagination {
	bottom: -1rem;
}
.splide__pagination__page.is-active {
	background: #ffc107;
}

/*-- Stats --*/
.stats-box {
	box-shadow: 0 0 2rem rgb(0 0 0 / 0.1);
}
.stats-icon {
	height: 40px;
}
.stats-title {
	font-size: 2.5rem;
	font-weight: 800;
}

/*-- Blog --*/
.blog-thumb {
	max-height: 230px;
	object-fit: cover;
}
.blog-post-title {
	font-size: 1.425rem;
	font-weight: 800;
}
.blog-post-title a {
	text-decoration: none
}

/*-- CTA --*/
.cta-title {
	font-size: 3rem
}
.cta-img {
	position: absolute;
	top: -40px;
	right: 120px;
	width: 280px;
}

/*--Footer --*/

.footer a {
	color: #ccc;
	text-decoration: underline;
}
.footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-logo {
	max-width: 140px;
}
.footer-title {
	font-size: 1.225rem;
}
.footer-contact img {
	max-width: 18px;
}
.footer-credits {
	border-top: 1px solid rgba(255, 255, 255, .1)
}
.footer-social ul li img {
	max-width: 18px;
}

.footer h2 a {
	color: #fff !important;
	text-decoration: none !important;
}

.footer h2 a:hover {
	text-decoration: underline !important;
}

/*-- Min Width Media Queries --*/
@media (min-width: 992px) {
	.primary-nav .dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
	.primary-nav .dropdown-menu {
		border-top: 3px solid #ffc107;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 0 0 5px 5px;
		box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
	}
	.team-member .card-title {
		letter-spacing: .1rem;
	}
}

@media (min-width: 1400px) {
	body {
		font-size: 1rem;
	}
	.primary-nav .navbar-nav .nav-link {
		font-size: 1.125rem;
	}
	.hero-title {
		font-size: 4.5rem;
	}
}

/*-- Max Width Media Queries --*/
@media (max-width: 1399.98px) {
	.portfolio {
		margin-top: 80px;
	}
	.section {
		padding: 80px 0;
	}
	.hero-title {
		font-size: 3.5rem;
	}
	.project-title {
		font-size: 1.125rem;
	}
	.section-title {
		font-size: 2.4rem;
	}
	.service-box-title {
		font-size: 1.3rem;
	}
	.service-box-icon {
		height: 50px;
	}
	.blog-post-title {
		font-size: 1.2rem;
	}
}

@media (max-width: 991.98px) {
	.hero-image img {
		transform: rotate(0deg);
	}
	.hero-content {
		text-align: center
	}
	.hero-title {
		font-size: 1.8rem;
	}
	.primary-nav .navbar-brand img {
		max-width: 90px
	}
	.hero {
		margin-top: 140px;
	}
	.team-member .card-title {
		font-size: .925rem !important;
	}
	.cta-title {
		font-size: 2.5rem;
	}
	.cta-img {
		top: -27px;
		right: 20px;
		width: 200px;
	}
}

@media (max-width: 767.98px) {
	.section-title {
		font-size: 1.5rem;
	}
	.cta-title {
		font-size: 2rem;
	}
	.footer-title {
		font-size: 1.125rem;
	}
}

@media (max-width: 575.98px) {
	.hero {
		margin-top: 110px;
	}
	.section {
		padding: 120px 0;
	}
	.section-title {
		font-size: 1.4rem;
	}
	.service-box-title {
		font-size: 1.2rem;
	}
	.cta-title {
		font-size: 1.5rem;
	}
	.cta-img {
		top: -20px;
		right: 0;
		width: 80px;
	}
	.footer-logo {
		max-width: 120px;
	}
}

/* New */

main a {
    color: #B45C15;
    text-decoration: underline;
}

a:hover {
    /* color: #0a58ca; */
	color: #9A4F12;
    text-decoration: none;
}

main a {font-weight: 600 !important;}

form {background-color: #ffffff;
box-shadow: -1px 2px 46px 0px rgb(0 0 0 / 15%);
padding: 2rem;}

.form-group {
    margin-bottom: 30px;
	padding: 0 1rem;
}

input, select, textarea {
    border: 1px solid #8F959E !important;
    background: #fff;
    color: #333;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    box-sizing: border-box;
}
	

input.btn {border: none !important;}

.btn-warning {
    color: #fff !important;
    background-color: #B45C15;
	border: 1px solid #D36C18;
}	

.btn-warning:hover {
    color: #fff !important;
    background-color: #B45C15;
	border: 1px solid #B45C15;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #fff;
    background-color: #B45C15;
    border-color: #B45C15;
}

.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #B45C15;
	border: 1px solid #B45C15;
}

input.btn-outline {
    color: #000;
	border: 1px solid #D36C18 !important;
}

input.btn-outline:hover, input.btn-outline:active, input.btn-outline:focus {
    color: #000;
	border: 1px solid #B45C15 !important;
}

.pre-title::after {
    background: #D36C18;
}

.primary-nav .navbar-nav .nav-link.active, .primary-nav .navbar-nav .nav-link:hover {
    color: #B45C15;
}

.align-vertical-center {
	display: flex;
	align-items: center;
    justify-content: center;
}

.navbar-light .navbar-brand {
    color: #B45C15;
}
.navbar-brand {
    font-size: 1.6rem;
}

.stats-title, .stats-text {color: #fff;}

.stats-text {font-size: 1rem;}

.width-50 {width: 50%;}

.form-horizontal fieldset { 
	border-radius: 5px;
    border: 1px solid #8F959E;
    padding: 0 0 10px 20px;
    margin: inherit;
}

.form-horizontal fieldset legend { 
	font-size: inherit;
    float: none;
    width: auto;
}

.form-horizontal fieldset label { 
	padding-right: 20px;
}

.btn:focus, button:focus {
    outline: .2rem solid #2F3D4A !important;
    box-shadow: inset 0 0 0 2px #fff !important;
    border: 1px solid #fff;
    border-radius: inherit;
}
 
#skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: #333;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 1031;
	font-size: .9rem;
}

#skiptocontent a:focus {
    position: absolute;
    left: 0px;
    top: 0px;
    outline-color: transparent;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}

footer {padding-top: 3rem !important;}



table.bug-list-table th  {border-bottom: 1px solid #D36C18 !important;}

table.bug-list-table th, table.bug-list-table td  {font-size: .9rem !important;}

table.bug-list-table td {word-break: break-word;}

.custom-container {margin: 0 auto; width: 96%;}

.reports-container {max-width: 96%;}

table tfoot td {font-weight: 600 !important;}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #D36C18 !important;
}

.reports-container h3 {font-size: 1.2rem; margin-top: 1rem;}

.reports-container table {font-size: .9rem;}

.reports-container .stats-title, .reports-container .stats-text {
    color: #222 !important;
	text-align: center;
}

.bg-dark .stats-text, .reports-container .stats-text {margin-top: 1rem;}

strong {font-weight: 700;}

.lead2 { border-bottom: 1px solid #ccc;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px; padding-top: 10px;}

.orange {color: #B45C15;}	

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.text-right {text-align: right;}

.inlineList ul {list-style: none; padding: 0;
    margin: 0;}

.inlineList ul li {
    display: inline-block;
}

.inlineList ul li a {
    padding: 5px;
    color: #B45C15 !important;
}

@media only screen and (max-width: 600px) {

  .mar-small-screen {margin-bottom: 2.5rem;}

  .center-small-screen {margin-top: 1rem; text-align: center;}
}


@media only screen and (max-width: 991px) {

.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

	.collapse:not(.show) {
		display: block;
	}

nav#navbarNavDropdown {
	background: white;
	position: relative;
	top: 19px;
	padding: 10px;
}	

.navbar-nav {display: block;}

ul.navbar-nav li {display: inline;}

.nav-link {display: inline-block;}

}

.page-link {
    color: #333 !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #B45C15;
    border-color: #B45C15;
	font-weight: 800 !important;
}

.primary-nav .navbar-nav .nav-link.active {
	border-left: 1px solid #B45C15;
	border-radius: 5px;
	border-right: 1px solid #B45C15;
}
.reports-table {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem;
}

.reports-table a {color: #333 !important;}

.form-control:focus, .form-check-input[type=radio]:focus {
	border-color: #ec9d5c;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(180 92 21 / 90%);

}

a.dark-orange {color: #9A4F12 !important;}

.form-control {
    -moz-appearance: auto;
    appearance: auto;
}

.service-box a, footer a {display: inline-block;}

a:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000 !important;
    outline: 1px solid transparent !important;
    border-radius: 2px;
    outline-offset: 2px !important;
}

a#btn-get-testing:hover {
	color: #fff !important;
}

.small, small {
    font-size: .9em;
}