/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
:root {
	--cnvs-themecolor: #fab723;
	--cnvs-themecolor-rgb: 250, 183, 35;
}
#header {
	--cnvs-primary-menu-hover-color: #ccc;
}
.dark > .menu-item, .current .menu-link{
	color: #fab723 !important;
}
.slider-caption h1, .slider-caption .h1 {
    font-size: 4.5rem;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}
.slider-caption h2, .slider-caption .h2 {
    font-size: 1.8rem;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}
@media (max-width: 767.98px){
.slider-caption h1, .slider-caption .h1 {
    font-size: 12.5vw;
}
.slider-caption h2, .slider-caption .h2 {
    font-size: 6.5vw;
}
}


.block-pricing-10 .pricing-title {
	transform: translateY(-50%);
	margin: 0 auto;
	display: inline-block;
	width: auto;
	padding: 0 16px;
}

.block-pricing-10 .btn-action {
	transform: translateY(50%);
}
.pricing-box, border-success{
	border:2px solid #021b4c;
}
.pricing-box> .btn{
	border:2px solid #021b4c;
	background-color: #021b4c;
}

footer .list-unstyled li a {
    color: #555;
	/* padding-top: 0.1rem; */
}
.footer-big-contacts span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 2px;
}
.footer-big-contacts {
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
}


@media (min-width: 992px) {

	.section-scroll {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		display: block;
	}

	.section-scroll .section-sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 200px;
	}
}
.counter{
	font-size: 2.1rem;
}
.counter h5{
	color: var(--cnvs-themecolor) !important;
}
.custom .counter{
	font-size: 1.8rem;
}
@media (max-width: 500px) {


}
#gotoTop::before {
	top: 56%;
}

/* Story Timeline
-----------------------------------------------------------------*/
.story-timeline {
	position: relative;
	padding-top: 60px;
}

.story-timeline > .story-timeline-line {
    position: absolute;
	display: block;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 5px;
    border-radius: 0 0 6px 6px;
    background-image: linear-gradient(to bottom, #267DF4 0%, #267DF8 100%);
}

.story-timeline .story-timeline-dots {
    position: absolute;
	display: block;
    top: 0;
    left: 26px;
    z-index: 1;
    width: 26px;
    height: 36px;
    margin-left: -13px;
    background-image: linear-gradient(#FFE640 0%, #fE9603 100%);
    border: 6px solid #FFF;
    border-radius: 50%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: border-color .3s ease;
}

.story-timeline > .row {
	position: relative;
	padding-left: 40px;
}

.story-timeline > .row:hover .story-timeline-dots {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	background: #555;
}


/* Story Timeline
-----------------------------------------------------------------*/
@media (min-width: 768px) {
	.story-timeline > .story-timeline-line {
	    left: 50%;
	    transform: translateX(-50%);
	}

	.story-timeline .story-timeline-dots {
	    left: 50%;
	    transform: translateX(-50%);
	    margin-left: 0;
	}

	.story-timeline > .row {
		margin-right: -50px;
		margin-left: -50px;
		padding-left: 0;
	}

	.story-timeline > .row > .col,
	.story-timeline > .row > [class*="col-"] {
		padding-right: 50px;
		padding-left: 50px;
	}
}