/*
Theme Name: 		Price Line Theme
Author: 			Ali Janan Ahmed
Description: 		A custom theme made for Price Line
Status: 			Active
Version: 			1.0
Copyright         	Aafeshun
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');

* {
	padding: 0px;
	margin: 0px;
	/*box-sizing: content-box;*/
}



body {
	background-color: #fff;
	height: 100%;
	font-family: 'Raleway', sans-serif;
}

html, body {
  	overflow-x: hidden;
}

.bg-custom {
	background-color: #0ba0af;
}

.numbers {
 	font-family: 'Oxygen';
}

.main-bg {
	background-color: #f4f4f4;
}

.bg-404 {
	/*background: rgb(33,173,240);*/
	/*background: linear-gradient(0deg, rgba(33,173,240,1) 0%, rgba(0,109,180,1) 0%, rgba(0,212,255,1) 100%);*/
}

.bg-grey {
	background-color: #fafafa;
}

#sticky-footer {
	flex:1 1 auto;
}

#page-content {
  	min-height: calc(100vh - 100px);
}

#page-content-404 {
	background-color: #f2f2f2;
	min-height: calc(100vh - 100px);
}

.no-link-trace:link {
	color :  #fff;
  	text-decoration: none;
}

.no-link-trace:visited {
	color :  #fff;
  	text-decoration: none;
}

.no-link-trace:hover {
  	text-decoration: none;
}

.no-link-trace:active {
  	text-decoration: none;
}

.no-link-trace-dark:link {
	color :  #000;
  	text-decoration: none;
}

.no-link-trace-dark:visited {
	color :  #000;
  	text-decoration: none;
}

.no-link-trace-dark:hover {
  	text-decoration: none;
}

.no-link-trace-dark:active {
  	text-decoration: none;
}

.adtr-100 {
	height: 100vh;
	overflow: hidden;
}

.adtr-50 {
	height: 50vh;
	overflow: hidden;
}

.adtr-30 {
	height: 30vh;
	overflow: hidden;
}

.img-center {
	position: absolute;
	min-height:100%;
    min-width:100%;
	left: 50%;
	transform: translateX(-50%);
}


.aform {
	background: #ededed;
}

.aform-section {
	background: #fafafa;
}

.admin-wrapper {
	min-height: 100vh;
}

.copyright-admin {
	left: 0;
	bottom: 0;
	background-color: #162e44;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	position: fixed;
	width: 100%;
	padding-left: 200px;
}

.adtr-box-shadow {
	-webkit-box-shadow: 3px 3px 7px 1px rgba(189,189,189,1);
	-moz-box-shadow: 3px 3px 7px 1px rgba(189,189,189,1);
	box-shadow: 3px 3px 7px 1px rgba(189,189,189,1);
}

.adtr-box-shadow-dark {
	-webkit-box-shadow: 3px 3px 7px 1px rgba(189,189,189,1);
	-moz-box-shadow: 3px 3px 7px 1px rgba(189,189,189,1);
	box-shadow: 3px 3px 7px 1px rgba(189,189,189,1);
	background-color: #fafafa;
}

/* Font stuff */
.f-700 {
	font-weight: 700;
}
.f-600 {
	font-weight: 600;
}
.f-500 {
	font-weight: 500;
}
.f-400 {
	font-weight: 400;
}
.f-300 {
	font-weight: 300;
}
/* Header stuff */
.top-header {
	border-bottom: 1px solid black;
}
.header-bar {
	background-color: #e4e5e6;
}

.header-icons {
	width: 17px;
	height: 17px;
	filter: invert(42%) sepia(7%) saturate(753%) hue-rotate(146deg) brightness(91%) contrast(89%);
	transition: 0.5s;
}

.header-icons:hover {
	filter: invert(71%) sepia(21%) saturate(6422%) hue-rotate(115deg) brightness(101%) contrast(75%);
}

.navbar-fixed-top {
	position: absolute;
	top: 1;
}

.adtr-header-box-shadow {
	-webkit-box-shadow: -1px 6px 37px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 6px 37px -9px rgba(0,0,0,0.75);
	box-shadow: -1px 6px 37px -9px rgba(0,0,0,0.75);
}

.adtr-active a{
	color: #20c997 !important;
}

.pos-abs {
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 100;
}

/* Main Carousel */
.adtr-carousel-text-top {
	font-weight: 500;
	color: white;
	z-index: 100;
}

.adtr-carousel-text-bot {
	font-weight: 300;
	color: white;
	z-index: 100;
}

.cover {
	z-index: -100;
}
.cover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: -100;
}

.btn-adtr-1 {
	color: white !important;
	background-color: #20c997;
}

.btn-adtr-1:hover:enabled {
	color: white !important;
	opacity: 0.9;
}

.contact-us path{
	fill: #20c997;
}

.contact-us svg{
	display: inline;
	position: relative;
	vertical-align: bottom;
}