:root {
	--thm-font: 'Roboto', sans-serif;
	--heading-font: 'Poppins', sans-serif;
	--thm-base: #ffbc45;
	--thm-base-rgb: 255, 188, 69;
	--thm-primary: #ff5959;
	--thm-primary-rgb: 255, 89, 89;
	--thm-black: #162f62;
	--thm-black-rgb: 22, 47, 98
	}
.block-title { margin-bottom: 56px }
.block-title p { margin: 0; margin-bottom: 28px }
.block-title p span { display: inline-block; border-radius: 17.5px; border-bottom-left-radius: 0; box-shadow: 0 10px 30px 0 rgba(51, 57, 178, 0.17); padding: 1.5px 29px; background-image: linear-gradient(90deg, #ffbc45 0, #ff5959 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: 500; font-size: 16px; font-family: var(--heading-font) }
.block-title p.color-2 span { background-image: linear-gradient(90deg, #61d8ff 0, #6168ff 100%) }
.block-title h3 { margin: 0; color: var(--thm-black); font-size: 40px; line-height: 55px; font-weight: bold }
.block-title h3 span { font-weight: 500 }
.owl-carousel, .owl-carousel .owl-item { -webkit-tap-highlight-color: transparent; position: relative }
.owl-carousel { display: none; width: 100%; z-index: 1 }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; touch-action: manipulation; -moz-backface-visibility: hidden }
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0) }
.owl-carousel .owl-item, .owl-carousel .owl-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0) }
.owl-carousel .owl-item { min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none }
.owl-carousel .owl-item img { display: block; width: 100% }
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none }
.no-js .owl-carousel, .owl-carousel.owl-loaded { display: block }
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot { background: 0; color: inherit; border: 0; padding: 0 !important; font: inherit }
.owl-carousel.owl-loading { opacity: 0; display: block }
.owl-carousel.owl-hidden { opacity: 0 }
.owl-carousel.owl-refresh .owl-item { visibility: hidden }
.owl-carousel.owl-drag .owl-item { -ms-touch-action: pan-y; touch-action: pan-y; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.owl-carousel.owl-grab { cursor: move; cursor: grab }
.owl-carousel.owl-rtl { direction: rtl }
.owl-carousel.owl-rtl .owl-item { float: right }
.owl-carousel .animated { animation-duration: 1s; animation-fill-mode: both }
.owl-carousel .owl-animated-in { z-index: 0 }
.owl-carousel .owl-animated-out { z-index: 1 }
.owl-carousel .fadeOut { animation-name: fadeOut }
@keyframes fadeOut {
	0% { opacity: 1 }
	100% { opacity: 0 }
}
.owl-height { transition: height .5s ease-in-out }
.owl-carousel .owl-item .owl-lazy { opacity: 0; transition: opacity .4s ease }
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] { max-height: 0 }
.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d }
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000 }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform .1s ease }
.owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3) }
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity .4s ease }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100% }


.rz-one { padding-top: 50px; padding-bottom: 50px }
.rz-one__single { box-shadow: 0 20px 40px 0 rgba(25, 71, 174, 0.1); border-radius: 5px; background-color: #fff }
.rz-one__image { overflow: hidden; position: relative; background-color: var(--thm-black); border-radius: 5px; border-bottom-left-radius: 0; border-bottom-right-radius: 0 }
.rz-one__image>img { width: 100%; transform: scale(1.01); opacity: 1; transition: opacity 500ms ease, transform 500ms ease }
.rz-one__single:hover .rz-one__image>img { opacity: .4; transform: scale(1.05) }
.rz-one__image>a { width: 65px; height: 65px; border-radius: 50%; background-color: #fff; display: flex; align-items: center; justify-content: center; color: var(--thm-primary); font-size: 23px; position: absolute; top: calc(50% - 32.5px); left: calc(50% - 32.5px); opacity: 0; transform: perspective(100px) translateZ(30px) rotate(45deg); transition: opacity 500ms ease 0ms, transform 500ms ease 0ms, background 500ms ease, color 500ms ease }
.rz-one__image>a:hover { background-color: var(--thm-base); color: #fff }
.rz-one__single:hover .rz-one__image>a { opacity: 1; transform: perspective(100px) translateZ(0px) rotate(0deg); transition: opacity 500ms ease 300ms, transform 500ms ease 300ms, background 500ms ease, color 500ms ease }
.rz-one__content { padding-left: 30px; padding-right: 30px; padding-bottom: 35px; padding-top: 26px }
.rz-one__btn { background-image: none; background-color: #fff; color: var(--thm-black); padding: 6.5px 32.5px; box-shadow: 0 10px 30px 0 rgba(51, 57, 178, 0.15); position: relative }
.rz-one__btn::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(90deg, #ffbc45 0, #ff5959 51%, #ffbc45 100%); border-radius: 27.5px; border-bottom-left-radius: 0; background-size: 200% auto; transform: scale(1, 0); transform-origin: top; transition: transform 500ms ease }
.rz-one__btn:hover::before { transform: scale(1, 1); transform-origin: bottom }
.rz-one__btn span { position: relative }
.rz-one__content h3 { margin: 0; font-size: 22px; line-height: 32px; font-weight: 600; margin-top: 5px; margin-bottom: 21px; color: var(--thm-black) }
.rz-one__content h3 a { color: inherit; transition: all 500ms ease }
.rz-one__content h3 a:hover { color: var(--thm-base) }
.rz-one__meta { display: flex; align-items: center }
.rz-one__meta a, .rz-one__meta span { font-size: 16px; color: #8a919e; transition: all 500ms ease }
.rz-one__meta a:hover { color: var(--thm-black) }
.rz-one__meta span { margin-left: 9px; margin-right: 9px }
.rz-one__top { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 45px }
.rz-one__top .block-title { margin-bottom: 0 }
.rz-one__home-one { padding-top: 0 }
.rz-one__carousel .owl-stage-outer { overflow: visible }
.rz-one__carousel .owl-item { opacity: 0; visibility: hidden; transition: all 500ms ease }
.rz-one__carousel .owl-item.active { opacity: 1; visibility: visible }
.rz-one__carousel-btn { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px }
.rz-one__carousel-btn-left, .rz-one__carousel-btn-right { display: flex; justify-content: center; align-items: center; text-align: center; width: 60px; height: 60px; box-shadow: 0 10px 30px 0 rgba(51, 57, 178, 0.15); border-radius: 50%; font-size: 30px; color: #aaa; position: relative; transition: all 500ms ease }
.rz-one__carousel-btn-left::before, .rz-one__carousel-btn-right::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 50%; background-image: linear-gradient(-40deg, #ffbc45 0, #ff5959 100%); transform: scale(0); transition: transform 500ms ease }
.rz-one__carousel-btn-left:hover::before, .rz-one__carousel-btn-right:hover::before { transform: scale(1) }
.rz-one__carousel-btn-left i, .rz-one__carousel-btn-right i { position: relative; z-index: 10 }
.rz-one__carousel-btn-left:hover, .rz-one__carousel-btn-right:hover { color: #fff }
.rz-one__carousel-btn-left { margin-right: 20px }
.rz-grid { padding-top: 170px; padding-bottom: 170px }
.rz-grid .high-gutters { margin-left: -20px; margin-right: -20px }
.rz-grid .high-gutters>[class*=col-] { padding-left: 20px; padding-right: 20px }
.rz-grid .rz-one__single { margin-bottom: 40px }
.rz-standard { padding-top: 170px; padding-bottom: 170px; position: relative }
.rz-standard .container { position: relative }
.thm-btn { display: inline-block; vertical-align: middle; border: 0; outline: 0; text-align: center; font-size: 16px; font-weight: 500; color: #fff; background-size: 200% auto; background-image: linear-gradient(90deg, #ffbc45 0, #ff5959 51%, #ffbc45 100%); transition: all 500ms ease; box-shadow: 0 30px 50px 0 rgba(25, 71, 174, 0.1); border-radius: 27.5px; border-bottom-left-radius: 0; padding: 11.5px 45.5px; font-family: var(--heading-font) }
.thm-btn:hover { background-position: right; color: #fff }
.rz-one__btn { background-image: none; background-color: #fff; color: var(--thm-black); padding: 6.5px 32.5px; box-shadow: 0 10px 30px 0 rgba(51, 57, 178, 0.15); position: relative }
.rz-one__btn::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(90deg, #ffbc45 0, #ff5959 51%, #ffbc45 100%); border-radius: 27.5px; border-bottom-left-radius: 0; background-size: 200% auto; transform: scale(1, 0); transform-origin: top; transition: transform 500ms ease }
.rz-one__btn:hover::before { transform: scale(1, 1); transform-origin: bottom }
.rz-one__btn span { position: relative }

.rz-one__meta a, .rz-one__meta span{color:#333;font-size: 14px;font-weight: 500;}

.rz-one__content h3{font-size: 14px;font-weight: 500;line-height: 22px;c}
.rz-one__content h3 a{font-size: 14px;color:#333;}
.rz-one__content{padding-bottom: 15px;padding-top: 20px;}
.rz-one__btn{display: none;}