
.overlay-dark {
    background-color: rgba(0, 0, 0, 0.32);
}

.navbar-brand>img {
	width: 230%;
}

.price-toggle-wrapper .Pricing-toggle-button {
	background: #f1f1f1;
}

.price-toggle-wrapper .Pricing-toggle-button:active {
	background: #f1f1f1;
}

.footer_logo>img {
	width: 230%;
}

#testimonial-main-slider .owl-dot, #price-slider .owl-dot, #ourteam-main-slider .owl-dot {
	border-color: #24CDD5;
}

.text-block-left {
	margin-left: 0px !important;
	margin-right: 95px;
}

.pricing-item .button {
	background: #F12C2D;
}

.pricing-item  {
    min-height: 870px    
}

.heading .divider-left, .heading .divider-center {
	background-image: -webkit-gradient(linear, left top, right top, from(#F12C2D), color-stop(51%, #ef6027), to(#F12C2D));
}

.navbar-nav .nav-link:hover {
	color: #F12C2D !important;
}

.static-nav .navbar-nav .nav-link:before {
	background: #F12C2D !important;
}

.btn-primary, .btn-primary:active {
	background: #F12C2D !important;
}

.gradient-bg {
	background-image: linear-gradient(to right, #f12c2d 0%, #ef6027 100%);
}

.gradient-btn, .back-top {
	background-image: linear-gradient(to right, #f12c2d 0%, #ef6027 51%, #f12c2d 100%);
}

.defaultcolor {
	color: #f12c2d;
}

#price-slider .owl-dot {
	border-color: #f12c2d;
}

#price-slider .owl-dot::before {
	background: #f12c2d;
}

ul.social-icons li a::before {
	background: #f12c2d;
}

.btn-primary:hover {
	border-color: #ffffff !important;
	color: #ffffff !important;
}

.padding_top {
    padding-top: 6rem;
}

.padding_bottom {
    padding-bottom: 4rem;
}

.image-2 {
    overflow: hidden;
}

a.image-2,
.image-2 img {
    display: block;
}

.image-2 img {
    width: 15%;
}

section,
.image-2,
.image-2 img {
    position: relative;
}

.mb-20 {
    margin-bottom: 20px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#quicksystems li,
#aboutme li {
	list-style: disc
}
#quicksystems ul,
#aboutme ul {
	margin:0;
	padding:0;
    margin-left: 35px
}

.button.green {
	background-color: green
}

.mt70 {	margin-top: 70px !important}
.mt60 {	margin-top: 60px !important}
.mt50 {	margin-top: 50px !important}
.mt40 {	margin-top: 40px !important}
.mt30 {	margin-top: 30px !important}
.mt20 {	margin-top: 20px !important}
.mt10 {	margin-top: 10px !important}
.mt0 { margin-top: 0px !important}

.mb70 {	margin-bottom: 70px !important}
.mb60 {	margin-bottom: 60px !important}
.mb50 {	margin-bottom: 50px !important}
.mb40 {	margin-bottom: 40px !important}
.mb30 {	margin-bottom: 30px !important}
.mb20 {	margin-bottom: 20px !important}
.mb10 {	margin-bottom: 10px !important}
.mb0 { padding-top: 0px !important}

.pt70 {	padding-top: 70px !important}
.pt60 {	padding-top: 60px !important}
.pt50 {	padding-top: 50px !important}
.pt40 {	padding-top: 40px !important}
.pt30 {	padding-top: 30px !important}
.pt20 {	padding-top: 20px !important}
.pt10 {	padding-top: 10px !important}
.pt0 { padding-top: 0px !important}

.pb70 {	padding-bottom: 70px !important}
.pb60 {	padding-bottom: 60px !important}
.pb50 {	padding-bottom: 50px !important}
.pb40 {	padding-bottom: 40px !important}
.pb30 {	padding-bottom: 30px !important}
.pb20 {	padding-bottom: 20px !important}
.pb10 {	padding-bottom: 10px !important}
.pb0 {	padding-bottom: 0px !important}


.getin_form .form-control {
    border: 1px solid #ececec;
    color: #505050;
}


@media (max-width: 424px) {

		.scroll-down {
			color: #202F30;
		}

		.pricing-item  {
		    min-height: 760px;
		}

		.pricing-item li {
		    font-size: 1.05rem;
		}
		
		.getin_form .form-control {
		    border: 1px solid #b0b0b0;
		    font-size: 0.9rem;
		}
		
}

