@charset "UTF-8";

@import url("../fonts/roboto/roboto-font.css");
@import url("../fonts/poppins/poppins-font.css");
@import url("../fonts/fontawesome/css/all.min.css");
@import url("../common/bootstrap/bootstrap.min.css");

* {
	outline: 0 !important;
	box-shadow: none !important;
}

html {
	position: relative;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	background-color: #f5f5f5;
	font-family: "Roboto", sans-serif;
	margin: 0;
	overflow-x: hidden;
	font-size: 104%;
	color: #000000;
	font-weight: 400;
	position: relative;
	min-height: 100%;
}

#main-wrapper {
	opacity: 0;
	transition: all 0.25s ease-in;
}

#main-wrapper.show {
	opacity: 1;
}

a {
	color: #000000;
	transition: all 0.4s ease-in-out;
}

a:focus, a:hover {
	text-decoration: none;
	color: #b5be34;
}

a.link {
	color: #b5be34;
	border-bottom: 1px solid;
	padding-bottom: .25rem;
}

a.link:focus, a.link:hover {
	color: #000000;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 0;
	padding: 0;
	white-space: pre-wrap;
}

.web-only {
	display: block;
}

.mob-only {
	display: none;
}

.lang-en {
	font-family: "Roboto", sans-serif;
}

.lang-ar {
	font-family: "Cairo", sans-serif;
}

@media (max-width: 1024px) and (min-width: 769px){

body {
	font-size: 90%;
}
	
}

@media (max-width: 768px){

body {
	font-size: 90%;
}
	
.web-only {
	display: none;
}

.mob-only {
	display: block;
}
	
}

.small, small {
    font-size: 90%;
    font-weight: unset;
}

.text-gray {
	color: rgba(255,255,255,.75);
}

@media (min-width: 1200px) {

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}

}

.tex-vir-cen {
	position: relative;
	top: 50%;
	margin: 0;
	padding: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

::-moz-selection {
	background: #b5be34;
}

::selection {
	background: #b5be34;
}

::-moz-selection {
	background: #b5be34;
}

hr.hr-cus {
    margin-bottom: 2rem;
}

hr.hr-cus-02 {
    margin-bottom: 2rem;
	border-top: 1px solid rgba(255,255,255,.75);
}

/********** Buttons **********/

.btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .6rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: all 0.4s ease-in-out;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-primary {
    color: #ffffff !important;
	background-color: #b5be34 !important;
    border-color: #b5be34 !important;
	font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
	font-weight: 500;
}

.btn-primary:focus, .btn-primary:hover {
    color: #ffffff !important;
	background-color: #a4ac2c !important;
    border-color: #a4ac2c !important;
}

.btn-light {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #dae0e5 !important;
}

.btn-light:focus, .btn-light:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #dae0e5 !important;
}

.btn-warning {
    color: #000000;
    background-color: #feaa3d;
    border-color: #feaa3d;
}

.btn-warning:focus, .btn-warning:hover {
    color: #000000;
	background-color: #e28308;
    border-color: #e28308;
}

.btn-white {
    color: #000000 !important;
	background-color: #ffffff !important;
    border-color: #ffffff !important;
	font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
	font-weight: 500;
}

.btn-white:focus, .btn-white:hover {
    color: #ffffff !important;
	background-color: #999f3f !important;
    border-color: #999f3f !important;
}


.bg-primary {
    background-color: #b5be34!important;
}

.text-primary {
    color: #b5be34!important;
}

.bg-light {
    background-color: rgba(0,0,0,.15) !important;
}

.font-lar {
	font-size: large;
}

.font-lar-xx {
	font-size: xx-large;
}

.table-cus {
	overflow-x: auto;
}

/********** Form **********/

.form-control {
    display: block;
    width: 100%;
    height: calc(2.65rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fefefe;
    background-clip: padding-box;
    border: 1px solid #dae0e5;
    border-radius: .25rem;
	box-shadow: none;
	outline: 0;
	transition: all 0.4s ease-in-out;
}

.form-control:focus, .form-control:hover {
	box-shadow: none;
	outline: 0;
	background-color: #f7f7f7;
	transition: all 0.4s ease-in-out;
}

.form-control.hei-cus {
    height: calc(1.75rem + 2px) !important;
    padding: .375rem .75rem !important;
}

.whid-cus {
	min-width: 100px !important;
}

.input-group-select {
	max-width: 8rem;
}


.form-group {
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: .75rem;
}

.invalid-feedback {
	padding-left: .25rem;
	margin-top: 0;
	width: auto;
	position: absolute;
}

.card-cus .invalid-feedback, .card-cus-02 .invalid-feedback {
	display: none !important;
}

.is-invalid > .invalid-feedback ~ .invalid-feedback {
	display: none !important
}

textarea {
	resize: none;
}

.custom-checkbox, .custom-radio {
	position: relative;
    left: 2rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #999f3f;
	outline: 0;
}

.custom-checkbox .custom-control-input:active~.custom-control-label::before {
    color: #ffffff;
    border: 1px solid #dae0e5;
    background-color: #999f3f;
	outline: 0;
	box-shadow: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    background-color: #999f3f;
	border: 1px solid #999f3f;
	outline: 0;
	transition: all 0.4s ease-in-out;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #999f3f;
}

.custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
    color: #000000; 
}

.custom-checkbox .custom-control-label {
	padding-left: 1rem;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
	top: 0;
	right: 0;
	width: 1.5rem;
    height: 1.5rem;
	outline: 0;
	box-shadow: none !important;
	transition: all 0.4s ease-in-out;
	background-color: #ffffff;
    border: 1px solid #dae0e5;
}

.custom-checkbox .custom-control-label::after {
    position: absolute;
    display: inline-block;
    top: 0;
	right: 0;
	width: 1.5rem;
    height: 1.5rem;
    content: "";
    outline: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
	transition: all 0.4s ease-in-out;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #999f3f;
	border: 2px solid #999f3f;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #999f3f;
	outline: 0;
}

.custom-radio .custom-control-input:active~.custom-control-label::before {
    color: #ffffff;
    border: 1px solid #dae0e5;
    background-color: #ffffff;
	outline: 0;
	box-shadow: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    background-color: #999f3f;
	border: 1px solid #999f3f;
	outline: 0;
	transition: all 0.4s ease-in-out;
}

.custom-radio .custom-control-label {
	padding-left: .5rem;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
	top: 0;
	right: 0;
	width: 1.5rem;
    height: 1.5rem;
	outline: 0;
	box-shadow: none !important;
	transition: all 0.4s ease-in-out;
	background-color: #ffffff;
    border: 1px solid #dae0e5;
}

.custom-radio .custom-control-label::after {
    position: absolute;
    display: inline-block;
    top: 0;
	right: 0;
	width: 1.5rem;
    height: 1.5rem;
    content: "";
    outline: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
	transition: all 0.4s ease-in-out;
}

.cus-textarea {
	height: 4.9rem !important;
}



/********** Content Body **********/

main {
	background-color: #ffffff;
	position: relative;
	display: inline-block;
	width: 100%;
	z-index: 1;
}

main h3 {
	line-height: 3rem;
	margin-bottom: .5rem;
	color: #000000;
}

main p {
	line-height: 2rem;
	font-size: 120%;
}

main p a {
	color: #2b76b7;
}

main p a:focus, main p a:hover {
	color: #000000;
}

.modal p {
	line-height: 2.5rem;
	font-size: 110%;
	text-align: justify;
}

.modal p a {
	color: #2b76b7;
}

.modal p a:focus, main p a:hover {
	color: #000000;
}

a.links {
	color: #2b76b7;
	border-bottom: 1px solid #2b76b7;
}

a.links:focus, a.links:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
}

.home-art-bg {
    position: relative;
    padding: 8rem 0 5rem 0;
    margin-bottom: 0;
    border-radius: 0 !important;
    background-color: #ffffff;
    margin: 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sign-page-bg {
    position: relative;
    padding: 5rem 0;
    margin-bottom: 0;
    border-radius: 0 !important;
    margin: 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(34,67,115,.25);
}

.card-header {
    padding: .25rem .5rem;
    margin-bottom: 0;
    background-color: #999f3f;
    border: 1px solid #999f3f;
}

.card-title {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.card-p {
	line-height: 1.5rem;
}

.bg-section-01 {
    background-image: url("../img/images/bg-section-01.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-section-02 {
	background-color: #fcfcfc;
}

.bg-section-03 {
    background: #ffffff;
	background-image: linear-gradient(#ffffff, #f5f5f5);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.bg-section-04 {
    background-image: url("../img/images/bg-section-03.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
}

.bg-section-05 {
    background-image: url("../img/images/bg-section-05.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-section-06 {
	background-color: #f5f5f5;
}

.bg-section-07 {
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url("../img/images/bg-section-07.png");
}

.bg-section-08 {
	background: #f5f5f5;
    background-image: url("../img/images/bg-section-01.png");
	background-image: url("../img/images/bg-section-01.png"), linear-gradient(#e4e4e4, #f5f5f5);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
	min-height: 100vh;
}

.bg-section-09 {
	background-color: #e4e4e4;
}

.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	line-height: 1.93;
	border: none;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	letter-spacing: 0.075em;
	text-transform: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .25s ease-in-out;
	z-index: 1;
}

.button::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-top: 1px solid #151515;
	transition: all .25s ease;
	-webkit-transform: translateY(100%) translateY(-1px);
	transform: translateY(100%) translateY(-1px);
	z-index: -1;
}

.button:hover::before {
	-webkit-transform: none;
	transform: none;
	border-color: transparent;
}

.button-block {
	display: block;
	width: 100%;
}

.button-default, .button-default:focus {
	color: #000000;
	border-color: transparent;
	background-color: transparent;
}

.button-default::before, .button-default:focus::before {
	background-color: #b5be34;
}

.button-default:hover, .button-default:active, .button-default.active {
	color: #000000;
	border-color: transparent;
}

.button-default.button-ujarak::before {
	background: #b5be34;
}

.card-point {
	
}

.card-point p.points {
	margin-bottom: .5rem;
	margin-left: 1.5rem;
	font-size: 1rem
}

.card-point p.points::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
    font-weight: 900;
    margin-left: -.5rem;
    color: #b5be34;
    position: relative;
    top: 0;
    left: -1rem;
}

.card-point p.points:last-child {
	margin-bottom: 0;
}

.card-img  {
	text-align: center;
}

.card-img img {
    margin: .5rem auto 1rem auto;
}


.card-img-02 img {
	border-radius: 50%;
    border: 3px solid #ffffff;
    width: 40%;
    margin: 1rem auto;
}

#accordion .media h4 {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: .5rem;
	cursor: pointer;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

#accordion .media p {
	padding: .5rem;
}

#accordion .collapse {
	border-bottom: 1px solid #b5be34;
	float: left;
}

#accordion .media .btn {
	margin: 0;
	margin-bottom: 1rem;
}

#accordion .media img {
	margin-bottom: 1rem;
	margin-top: .5rem;
}

#accordion .media h4:after {
    content: "";
    position: relative;
    top: 0;
    right: .5rem;
    display: inline-block;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.5rem;
    color: #b5be34;
    float: right;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

#accordion .media h4[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#accordion .media h4[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.card.card-testi {
    background-color: #b5be34;
    border: 1px solid #b5be34;
}

.small-02 {
    font-size: 100%;
    font-weight: unset;
    line-height: 1.5rem;
}

.small-03 {
    font-size: 94%;
}

body.compare {
	padding: 3rem;
}

body.compare main {
	background-color: #b5be34;
	border-radius: 1rem;
}

body.compare .bg-section-06 {
	background-color: #b5be34;
	border-radius: 1rem;
}

.comp-home {
	font-size: xx-large;
    color: #ffffff;
    position: absolute;
    right: 2rem;
    top: 2rem;
}

.comp-home:focus, .comp-home:hover {
	color: #ffffff;
}


@media (max-width: 768px) {

body.compare {
	padding: 1rem;
}
	
body.compare .page-title {
    padding-top: 4rem;
}
	
.comp-home {
    right: 1rem;
    top: 1rem;
}
	
}

.sign-page-bg {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    height: 100vh;
    border-radius: 0 !important;
    margin: 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.colappsedArrow::before {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	margin-right: 8px;
	transition: all 0.4s ease-in-out;
}

.colappsedExpanded::before {
    content: "\f078";
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	margin-right: 8px;
	transition: all 0.4s ease-in-out;
}

#options-bar, #add-person-bar {
    display: none;
	padding: 16px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#add-person-menu, #options-menu {
	cursor: pointer;
}


.tooltip.show {
	top: -4px !important;
}
/*
.tooltip-inner {
    color: #000000 !important;
    background-color: #d9d9d9 !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #d9d9d9;
}
*/

.bg-green-dark {
	background-color: #999f3f;
}

.py-2-3 {
    padding-top: 1.35rem !important;
	padding-bottom: 1.35rem !important;
}

.py-2-2 {
    padding-top: .78rem !important;
	padding-bottom: .78rem !important;
}

.py-2-5 {
    padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.border-right-cus {
    border-right: 1px solid #f7f7f7!important;
}

.border-left-cus {
    border-left: 1px solid rgba(0,0,0,.15)!important;
}

.border-bottom-cus {
    border-bottom: 1px solid rgba(0,0,0,.15)!important;
}

.line-height-cus {
	line-height: 3rem;
}

.min-hi-cus {
	min-height: 4.05rem
}

@media only screen and (max-width: 480px) {

.border-right-cus {
    border-right: none !important;
}

.border-left-cus {
    border-left: none !important;
}
	
.text-right.text-right-cus {
	text-align: left !important;
}
	
.form-control {
    margin-bottom: 1rem;
}
	
}


.mobileScreen {
	display: none;
}

.deskTopScreen {
	display: block;
}

.w-10 {
	width: 10%;
}

@media only screen and (max-width: 480px) {

.deskTopScreen {
	display: none;
}

.mobileScreen {
	display: block;
}
	
.w-10 {
	width: 25%;
}
	
}


/********** Header **********/

header {
    width: 100%;
    position: relative;
    top: 0;
    background-color: #ffffff;
    z-index: 1000;
	transition: all 0.4s ease-in-out;
}

header .navbar-brand img {
	height: 3rem;
	width: auto;
	transition: all 0.4s ease-in-out;
}


/********** Custom **********/


.price.py-2 {
	padding: 1.25rem 0 !important;
}

.quotationContainer .bg-light {
    background-color: #b5be34 !important;
}


