::-webkit-scrollbar-thumb {
	background: #20a7fa;
	border-radius: 10px;
}


.btn-info:disabled, .btn-info.disabled {
	color: #fff;
	background-color: #20a7fa;
	border-color: #20a7fa;
}

.btn-info {
	color: #fff;
	background-color: #075eb6;
	border-color: #075eb6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
	color: #fff;
	background-color: #20a7fa;
	border-color: #20a7fa;
}


.cs-card_btn_2 {
	font-weight: 500;
	font-size: 13px;
	color: #fff;
	background-color: #075eb6;
	border-radius: 1.6em;
	line-height: 1.5em;
	padding: 4px 16px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cs-card_btn_2:hover {
   
   font-weight: 500;
	font-size: 13px;
	color: #fff;
	border-radius: 1.6em;
	line-height: 1.5em;
	padding: 4px 16px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: linear-gradient(116.85deg, #20a7fa 0%, #075eb6 100%);

}

.cs-card.cs-style4 .cs-card_btn_2:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: inherit;
	background: linear-gradient(116.85deg, #20a7fa 0%, #075eb6 100%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
}

.cs-card.cs-style4 hr {
	background: linear-gradient(116.85deg, #20a7fa 0%, #075eb6 100%);
	opacity: 0.15;
	margin: 0;
}
.cs-card.cs-style4 .cs-card_btn_2 {
	font-weight: 500;
	font-size: 13px;
	color: #fff;
	background-color: #075eb6;
	border-radius: 1.6em;
	line-height: 1.5em;
	padding: 4px 16px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



.btn-buy-sec{

    color: #fff;
    background-color: #075eb6;
    border-color: #075eb6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-buy-sec:hover{

    color: #fff;
    background-color: #20a7fa;
    border-color: #20a7fa;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-brand-01:hover, .btn-brand-01:focus {
	background-color: #20a7fa;
	border-color: #20a7fa;
	color: #fff;
}

.btn-brand-04 {
	background-color: #20a7fa;
	border-color: #20a7fa;
	color: #fff;
}

.testimonial-content-wrap .testimonial-shape .testimonial-quote-wrap {
	background: #20a7fa;
	padding: 30px 40px;
	z-index: 4;
	margin-top: 30px;
	border-radius: 4px;
}



.cs-pagination.cs-style1 li {
	height: 10px;
	width: 10px;
	background: linear-gradient(116.85deg, #075eb6 0%, #20a7fa 100%);
	border-radius: 58px;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0.5;
}


.cs-card-btn {
	font-weight: 500;
	font-size: 13px;
	color: #fff;
	background-color: #075eb6;
	border-radius: 1.6em;
	line-height: 1.5em;
	padding: 4px 16px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: none;
}

.cs-card-btn:hover {
	font-weight: 500;
	font-size: 13px;
	color: #fff;
	background: linear-gradient(116.85deg, #20a7fa 0%, #075eb6 100%);
	border-radius: 1.6em;
	line-height: 1.5em;
	padding: 4px 16px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: none;
}

.cs-primary_co {
	color: #075eb6;
}

.color-font-title {
	color: #075eb6 !important;
}

a {
	color: #075eb6;
	text-decoration: none;
}

a:hover {
	color: #075eb6;
}

[image-overlay]:before {
	position: absolute;
	content: '';
	background: linear-gradient(75deg, #20a7fa, #075eb6) !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

[data-overlay-gradient]:before {
	position: absolute;
	content: '';
	background: #075eb6;
	background: -webkit-gradient(linear, left top, right top, color-stop(5%, #075eb6), color-stop(95%, #075eb6)) !important;
	background: linear-gradient(to right, #075eb6 5%, #075eb6 95%) !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.color-primary {
	color: #075eb6 !important;
}

.color-secondary {
	color: #075eb6 !important;
}

.primary-bg {
	background: #075eb6 !important;
}
.secondary-bg {
	background: #075eb6 !important;
}
.accent-bg {
	background: #1a95ea !important;
}
.gradient-bg {
	background: linear-gradient(75deg, #20a7fa, #075eb6) !important;
}

#preloader .preloader-wrap .thecube .cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background: #075eb6;
}
#preloader .preloader-wrap .thecube .cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #075eb6;
	-webkit-animation: foldthecube 2.4s infinite linear both;
	animation: foldthecube 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

#preloader .preloader-wrap .thecube .c3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
	background: #075eb6;
}

.header .menu ul li a:hover {
	color: #fff;
	background: #075eb6;
}
.header .menu ul li:hover>a {
	color: #fff;
	background: #075eb6;
}

@media (min-width: 320px) and (max-width: 992px) {
    .white-bg.navbar .navbar-toggler span {
		color: #075eb6;
	}
}

@media (max-width: 767px) {

    .menu li a:hover, .menu li:hover>a {
		background: #20a7fa;
		color: #fff;
	}

}

.newsletter-form button {
	position: absolute;
	right: 4px;
	top: 4px;
	bottom: 4px;
	height: auto;
	border: none;
	border-radius: 30px;
	background-color: #075eb6;
	display: inline-block;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}


.btn-brand-01 {
	background-color: #075eb6;
	border-color: #075eb6;
	color: #fff;
}

.cs-btn.cs-style1 {
	display: inline-block;
	line-height: 1.5em;
	color: #fff;
	font-weight: 500;
	background-color: #075eb6;
	border-radius: 1.6em;
	padding: 8px 25px;
	position: relative;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.cs-btn.cs-style1:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: inherit;
	background: linear-gradient(116.85deg, #20a7fa 0%, #075eb6 100%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}



.btn-view {
	border: 1px solid #075eb6;
	margin: 0 auto;
	width: max-content;
	padding: 6px 15px;
	border-radius: 25px;
}
.btn-view:hover {
	color: #fff !important;
	border: 1px solid #075eb6;
	margin: 0 auto;
	width: max-content;
	padding: 6px 15px;
	border-radius: 25px;
	background: linear-gradient(116.85deg, #075eb6 0%, #20a7fa 100%) !important;
}


.btn-brand-02 {
	background-color: #075eb6;
	border-color: #075eb6;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
.btn-brand-02:hover, .btn-brand-02:focus {
	background-color: #075eb6;
	border-color: #075eb6;
	color: #fff;
}


.btn-brand-04:hover, .btn-brand-03:focus {
	background-color: #075eb6;
	border-color: #075eb6;
	color: #fff;
}

.btn-outline-brand-01 {
	border-color: #075eb6;
	color: #075eb6;
}
.btn-outline-brand-01:hover, .btn-outline-brand-01:focus, .btn-outline-brand-01:active {
	background-color: #075eb6;
	border-color: #075eb6;
	color: #fff;
}
.btn-outline-brand-02 {
	border-color: #075eb6;
	color: #075eb6;
}
.btn-outline-brand-02:hover, .btn-outline-brand-02:focus, .btn-outline-brand-02:active {
	background-color: #075eb6;
	border-color: #075eb6;
	color: #fff;
}


.btn-brand-3d-01 {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#3d1598), to(#075eb6));
	background-image: linear-gradient(0deg, #3d1598 0%, #075eb6 100%);
}
.btn-brand-3d-02 {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#075eb6), to(#c384f1));
	background-image: linear-gradient(0deg, #075eb6 0%, #c384f1 100%);
}

.btn-brand-3d-01:before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#075eb6), to(#3d1598));
	background-image: linear-gradient(0deg, #075eb6 0%, #3d1598 100%);
}
.btn-brand-3d-02:before {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#c384f1), to(#075eb6));
	background-image: linear-gradient(0deg, #c384f1 0%, #075eb6 100%);
}

.bg-gradient-info {
	background: linear-gradient(75deg, #20a7fa, #075eb6) !important;
}

.discount-banner {
	border: 2px solid #075eb6;
	position: relative;
	padding: 40px;
	border-radius: 80px 30px 80px 30px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.counter-wrap:after {
	position: absolute;
	right: -80px;
	width: 200px;
	height: 200px;
	background: #075eb6;
	content: "";
	bottom: -135px;
	border-radius: 100%;
}
.background-image-wraper.bg-position-1 {
	background-position: 50% 100% !important;
}
@media (max-width: 992px) and (min-width: 320px) {
	.background-image-wraper.bg-position-1 {
		display: none;
	}
	.background-image-wraper.bg-position-2 {
		background: #075eb6 !important;
	}
}


.single-promo-card.single-promo-hover:hover:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	background-color: #075eb6;
}
.single-promo-card.single-promo-hover:before {
	content: '';
	position: absolute;
	right: -55px;
	width: 95px;
	height: 95px;
	bottom: -50px;
	border-radius: 35px;
	background-color: #075eb6;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: -1;
}


.single-promo-card.single-promo-hover-2:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
	background-color: #075eb6;
	color: #fff;
}

.check-list-wrap li:before {
	position: absolute;
	top: 10px;
	left: 0;
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: 900;
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #075eb6;
}

.dot-circle li:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	top: 14px;
	background: #075eb6;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.features-single-wrap span {
	font-size: 24px;
	color: #075eb6;
	background: #e4c9f9;
}


.feature-item:hover .feature-icon i {
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	background: #075eb6;
}
.feature-icon {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-size: 20px;
	color: #075eb6;
	position: relative;
}


.mask-65 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 30%;
	background: linear-gradient(75deg, #20a7fa, #075eb6) !important;
}

.video-promo-content a.video-play-icon-without-bip:hover {
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-white 1s linear infinite;
	-webkit-transition: .5s;
	background-color: #075eb6;
}

.dot-indicator.owl-theme button.owl-dot.active span {
	background: #075eb6;
	border: 2px solid transparent;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}


.customer-wrap .customer-action .customer-action-list li a i {
	color: #075eb6;
}

.total-amount-wrap .total-amount .total.due {
	color: #075eb6;
}


.testimonial-content-wrap .testimonial-shape:before {
	content: "";
	position: absolute;
	top: 60px;
	left: 20px;
	width: 99%;
	height: 69%;
	background: #075eb6;
	-webkit-transform: rotate(-6deg);
	transform: rotate(-6deg);
	z-index: -1;
	border-radius: 4px;
}

.pricing-switch-wrap span.year-switch {
	position: absolute;
	top: 10px;
	z-index: 1;
	color: #075eb6;
}


.pricing-switch-wrap span.switch-icon {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 37px;
	border: 1px solid #075eb6;
	border-radius: 25px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin: 0 15px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}



.pricing-switch-wrap span.switch-icon:after {
	content: "";
	position: absolute;
	left: 4px;
	width: 100px;
	height: 35px;
	background-color: #075eb6;
	border-radius: 25px;
	-webkit-transform: translate3d(-6px, 0, 0);
	transform: translate3d(-6px, 0, 0);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.single-pricing-pack.popular-price {
	-webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
	-webkit-transform: translate(0, -5px);
	transform: translate(0, -5px);
	border-top: 4px solid #075eb6 !important;
}
.single-pricing-pack:hover {
	-webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
	-webkit-transform: translate(0, -5px);
	transform: translate(0, -5px);
	border-top: 4px solid #075eb6;
}


.faq-wrap .card .card-header {
	padding: 0.95rem 1.25rem;
	-webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
	border-radius: 4px 4px 0 0;
	background: linear-gradient(75deg, #20a7fa, #075eb6);
	margin-bottom: 0;
	border: 1px solid rgba(72, 94, 144, 0.16);
}


.faq-wrap .card .card-header:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: initial;
	content: "\f106";
	float: left;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 30px;
	text-align: center;
	background: #075eb6;
	border-radius: 4px;
}


.progress-bar {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #075eb6;
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
}


.progress-line {
	background-color: #075eb6;
	-webkit-animation: progressBar 3s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar 3s ease-in-out;
	-moz-animation-fill-mode: both;
}

.single-blog-card .card-body .post-meta .meta-list li i {
	color: #075eb6;
}

.single-blog-card .card-body a:hover {
	color: #075eb6;
}

.single-blog-card .card-body a.detail-link span {
	font-size: 12px;
	vertical-align: middle;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	color: #075eb6;
}

.post-header .post-title a:hover {
	color: #075eb6;
}

.post-meta li i {
	color: #075eb6;
}
.post-meta a:hover {
	color: #075eb6;
	opacity: 1;
}

.post-content blockquote:hover {
	border-color: #075eb6;
}

.comment-meta-date a:hover, .comment-meta-date a:focus, .comment-meta-date-shop a:hover, .comment-meta-date-shop a:focus {
	color: #075eb6;
	opacity: 1;
}

.comment-reply>a:hover, .comment-reply>a:focus, .comment-reply-shop>a:hover, .comment-reply-shop>a:focus {
	background: #075eb6;
	color: #fff;
}


.widget .widget-title:before{

    position: absolute;
    background: #075eb6;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 68px;
    width: 15px;
    transform-origin: bottom right;
    content: '';
    top: auto;
    transform: skewX(0deg);
    height: 28px;
    z-index: 0;
    right: 15px;

}

.widget-title .shape-blue:before{

    position: absolute;
    background: #075eb6;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 68px;
    width: 15px;
    transform-origin: bottom right;
    content: '';
    top: auto;
    transform: skewX(0deg);
    height: 28px;
    z-index: 0;
    right: 15px;

}

.widget a:hover {
	color: #075eb6;
}


.tag-cloud>a:hover, .post-tags>a:hover {
	background: #075eb6;
	color: #fff;
	opacity: 1;
}

.custom-pagination-nav ul li a.page-link {
	width: 35px;
	height: 35px;
	line-height: 33px;
	border-radius: 100%;
	padding: inherit;
	font-family: "Montserrat", IRANSansWeb;
	font-weight: 600;
	color: #075eb6;
}
.custom-pagination-nav ul li a.page-link:hover {
	background: #075eb6;
	color: #fff;
}


.custom-pagination-nav ul li.page-item:first-child .page-link:hover, .custom-pagination-nav ul li.page-item:last-child .page-link:hover {
	color: #075eb6;
}
.custom-pagination-nav ul li.page-item.active .page-link {
	background: #075eb6;
	border-color: #075eb6;
}


.contact-info-list li .contact-icon span {
	border: 1px solid #075eb6;
}

.customer-slider-wrap .shape-left:after {
	position: absolute;
	left: 35%;
	width: 70px;
	height: 70px;
	background: #075eb6;
	content: "";
	bottom: -40px;
	border-radius: 100%;
	opacity: 0.3;
}
.customer-slider-wrap .shape-right:before {
	position: absolute;
	right: 35%;
	width: 70px;
	height: 70px;
	background: #075eb6;
	content: "";
	top: -40px;
	border-radius: 100%;
	opacity: 0.3;
}
.customer-slider-wrap .shape-right:after {
	position: absolute;
	right: -108px;
	width: 200px;
	height: 200px;
	background: #075eb6;
	content: "";
	bottom: -100px;
	border-radius: 100%;
}

.countdown-wrap .row .col h2, .countdown-wrap .row .col h5 {
	color: #075eb6 !important;
}