/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, overlay, section-padding etc)
    02. HEADER DESIGN
	03. BANNER SECTION
	04. ABOUT SECTION
	05. ICON BOX CSS
	06. COUNTER SECTION
	07. PORTFOLIO SECTION
	08. TESTIMONIAL SECTION
	09. BLOG SECTION
	10. CLIENT LOGO SECTION
	11. FOOTER SECTION
	12. VIDEO SECTION
	13. PROGRESS BAR SECTION
	14. TEAM SECTION
	15. ACCORDION DESIGN
	16. CALL TO ACTION SECTION
	17. CONTACT SECTION
	18. BREADCRUMB SECTION
	19. PRICING TABLE SECTION
	20. ERROR 404 SECTION
	21. COMMING SOON SECTION
	22. PAGINATION DESIGN
	23. SIDEBAR DESIGN
	24. PORTFOLIO DETAIL PAGE
	25. GALLERY DESIGN
	26. SHOP DESIGN
	27. PAGE TITLE DESIGN
	28. LOGIN REGISTER PAGE DESIGN
	29. ELEMENT DESIGN
*=============================================================*/

a:focus {
	outline: none;
	text-decoration: none;
}
img {
	max-width: 100%;
}
ul,li,ol {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}
input:focus,
textarea:focus {
	outline: none;
	box-shadow:  none !important;
}
.small_padding {
    padding: 30px;
}
.medium_padding {
    padding: 50px;
}
.large_padding {
    padding: 100px;
}
.small_divider {
	height: 30px;
}
.medium_divider {
	height: 50px;
}
.large_divider {
	height: 100px;
}
.padding_eight_all {
	padding: 8%;
}
.padding_eight_lr {
	padding: 0 8%;
}
.list_none li {
	list-style:none;
}
.order_list,
.disc_list {
	padding-left: 15px;
}
.btn:focus,.btn:hover,.btn.active {
	box-shadow: none;
	outline: medium none;
}
button:focus {
	outline:none;
}
.btn {
	border-width: 2px;
	cursor: pointer;
	text-transform: capitalize;
	transition: all 0.5s ease-in-out;
}
.btn.active:focus, .btn:active:focus {
	box-shadow: none !important;
}
.btn-default {
	background-color: #0e93d8;
	border: 2px solid #0e93d8;
	color: #ffffff !important;
	padding: 10px 30px;
}
.btn-default:hover {
	background-color: #1083c8;
	border-color: #1083c8;
	color: #fff;
}
.btn-black {
	border: 2px solid #333;
	background-color: #333;
	color: #ffffff;
	padding: 10px 30px;
}
.btn-black:hover {
	background-color: #ffffff;
	color: #333;
}
.btn-outline-white {
	background-color: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 10px 30px;
}
.btn-outline-white:hover {
	background-color: #fff;
	color: #1083c8;
}
.btn-outline-black {
	background-color: transparent;
	border: 2px solid #333;
	color: #333;
	padding: 10px 30px;
}
.btn-outline-black:hover {
	background-color: #333;
	color: #fff;
}
.btn-outline-default {
	background-color: transparent;
	border: 2px solid #0e93d8;
	color: #0e93d8;
	padding: 10px 30px;
}
.btn-outline-default:hover {
	background-color: #0e93d8;
	color: #fff;
}
.btn-radius,
.pr-radius {
	border-radius: 40px;
}
.btn + .btn {
	margin-left: 10px;
}
.btn i {
	margin-left: 5px;
	font-size: 22px;
	vertical-align: middle;
	line-height: 1;
}
.btn span {
    font-size: 14px;
}
.btn-group-sm > .btn, .btn-sm {
    padding: 7px 15px;
}
.btn-group-lg > .btn, .btn-lg {
    padding: 14px 35px;
}
.btn-xs {
    padding: 4px 15px;
    font-size: 12px;
}
.btn-md {
    padding: 10px 30px;
    font-size: 16px;
}
.btn.btn-xs i {
    font-size: 12px;
}
.btn.btn-sm i {
    font-size: 16px;
}
.btn.btn-lg i {
    font-size: 28px;
}
.btn-aylen,
.btn-aylen2 {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.btn-aylen::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    -moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}
.btn-aylen:hover:before {
    -moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: -1;
}
.btn-default.btn-aylen:hover {
	color: #0e93d8 !important;
	z-index: 0;
}
.btn-aylen2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    -moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.3s ease-in-out;
	z-index: -1;
}
.btn-aylen2:hover:before {
    -moz-transform: scale(0);
	-webkit-transform: scale(10);
	transform: scale(0);
}
.btn-horiz,.btn-horiz2 {
    position: relative;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.btn-horiz::before {
	border-radius: 4px;
    content: "";
    position: absolute;
    left: 50%;
    top: -2px;
    bottom: -2px;
    background-color: rgba(0,0,0,0.1);
    right: 50%;
	visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.btn-horiz:hover::before {
    left: -2px;
    right: -2px;
	visibility: visible;
}
.btn-horiz2::before {
	border-radius: 3px;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #fff;
    right: 0px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.btn-horiz2:hover::before {
    left: 50%;
    right: 50%;
}
.btn-radius.btn-horiz::before, .btn-radius.btn-horiz2::before {
    border-radius: 40px;
}
.btn-3d {
    position: relative;
	border: 0;
}
.btn-3d::before {
    border-bottom: 3px solid rgba(0,0,0,0.2);
    content: "";
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0;
    position: absolute;
    border-radius: 5px;
}
.btn-3d.rounded-0::before {
    border-radius: 0;
}
.ripple {
	background-color: #0e93d8;
	border-radius: 100%;
	color: #fff;
	position: relative;
	display: inline-block;
	margin-right: 25px;
	line-height: 30px;
	font-size: 18px !important;
	vertical-align: middle;
	margin-left: 0;
	height: 30px;
    width: 30px;
	text-align: center;
}
.ripple::before,.ripple::after {
	 -webkit-animation: ripple 1.8s infinite ;
    -moz-animation: ripple 1.8s infinite ;
    -o-animation: ripple 1.8s infinite ;
    -ms-transition:ripple 1.8s infinite ;
	animation: ripple 1.8s infinite ;
	background-color: #0e93d8;
	border-radius: 100%;
	margin: -20px;
	bottom: 0px;
	content: "";
	display: block;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:-1;
}
.ripple::before {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.ripple::after {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
@-webkit-keyframes ripple{
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        opacity:0.5;
    }
	100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        opacity:0.5;
    }
	100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

.radius_none {
	border-radius: 0;
}

.title_shape {
	position: relative;
	max-width: 360px;
	margin: 10px auto 0;
}
.title_shape::before {
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 ); /* ie6-9 */ 
	content: "";
	position: absolute;
	left: 0;
	height: 1px;
	width: 40%;
	top: 50%;
}
.title_shape::after {
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(255,255,255,0))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 ); /* ie6-9 */ 
	content: "";
	position: absolute;
	right: 0;
	height: 1px;
	width: 40%;
	top: 50%;
}
.heading_light .title_shape::before {
	background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* ie6-9 */ 
}
.heading_light .title_shape::after {
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* ie6-9 */ 
}
	
.form-control,
.form-control:focus,
.custom-file-input:focus ~ .custom-file-label {
	color: #000;
	box-shadow: none;
}
.gray_bg {
	background-color: #f7f7f7;
}
.light_gray_bg {
	background-color: #f2f8fb;
}
.light_gray_bg2 {
	background-color: #DDE9FB;
}
.bg_blue {
	background-color: #0e93d8;
}
.bg_dark_blue {
	background-color: #0C468F;
}
.dark_gray_bg {
	background-color: #5C5C5C;
}
.bg_black {
	background-color: #000;
}
.bg_black2 {
	background-color: #0c0e27;
}
.bg_black3 {
	background-color: #252740;
}
.bg_black4 {
	background-color: #1C1C21;
}
.bg_red {
	background-color: #ee3d43;
}
.bg_light_blue {
	background-color: #68bac0;
}
.bg_light_green {
	background-color: #b6ca2b;
}
.border_dark {
	border-color: #333 !important;
}
.bg_gd_moonpurple {
	background: -moz-linear-gradient(0deg, rgba(78,84,200,1) 0%, rgba(143,148,251,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(78,84,200,1)), color-stop(100%, rgba(143,148,251,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(78,84,200,1) 0%, rgba(143,148,251,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(78,84,200,1) 0%, rgba(143,148,251,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(78,84,200,1) 0%, rgba(143,148,251,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(78,84,200,1) 0%, rgba(143,148,251,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e54c8', endColorstr='#8f94fb',GradientType=1 ); /* ie6-9 */ 
}
.bg_gd_stripe {
	background: -moz-linear-gradient(0deg, rgba(11,117,253,1) 0%, rgba(33,237,236,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(11,117,253,1)), color-stop(100%, rgba(33,237,236,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(11,117,253,1) 0%, rgba(33,237,236,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(11,117,253,1) 0%, rgba(33,237,236,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(11,117,253,1) 0%, rgba(33,237,236,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(11,117,253,1) 0%, rgba(33,237,236,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0B75FD', endColorstr='#21EDEC',GradientType=1 ); /* ie6-9 */ 
}
.text_white * {
	color: #fff;
}
.text_dark * {
	color: #333 !important;
}
.text_default {
	color: #55bbeb !important;
}
.text_success {
	color: #42b574 !important;
}
.text_danger {
	color: #f54b0f !important;
}
.text_warning {
	color: #f5bf2f !important;
}
.highlight_txt {
	color: #333;
	font-style: italic;
	font-size: 18px;
	margin-bottom: 15px;
	display: block;
	font-weight: 500;
}
.angle_bottom {
	border-bottom: 100px solid #ffffff;
	border-left: 100vw solid rgba(0, 0, 0, 0);
	bottom: 0;
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
	z-index: 9;
}
.angle_top {
	border-right: 100vw solid rgba(0, 0, 0, 0);
	border-top: 100px solid #ffffff;
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: 1;
}

.overflow_hide {
	overflow: hidden;
}
.radius_box_10,
.radius_box_10:before {
	border-radius: 10px;
}
.radius_lb_10 {
	border-radius: 10px 0 0 10px;
}
.radius_rb_10 {
	border-radius: 0 10px 10px 0;
}
.radius_lbrb_10 {
	border-radius: 0 0 10px 10px;
}
.radius_ltrt_10 {
	border-radius: 10px 10px 0 0;
}
.box_shadow {
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.box_shadow2 {
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.box_shadow3 {
	box-shadow: 0 0 10px rgba(0,0,0,0.10);
}
.box_shadow4 {
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.border_top_tran {
	border-top: 1px solid rgba(255,255,255,0.5);
}
.border_top_dash {
	border-top: 1px dashed rgba(255,255,255,0.2);
}
.border_bottom_tran {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.bg_size_auto {
    background-size: auto !important;
}
.bg_size_contain {
	background-size: contain !important;
}
.bg_norepeat {
    background-repeat: no-repeat !important;
}
.position_top_center {
    background-position: top center !important;
}
.position_center_bottom {
    background-position: center bottom !important;
}
.position_right_center {
    background-position: right center !important;
}
.position_right_bottom {
    background-position: right bottom !important;
}
.fixed_bg {
    background-attachment: fixed !important;
}
.btn_box_shadow:hover,
.btn_box_shadow:focus,
.btn_box_shadow.active:focus,
.btn_box_shadow:active:focus {
	box-shadow: 0 0 15px #0e93d8 !important;
}
.btn-danger.btn_box_shadow:hover,
.btn-danger.btn_box_shadow:focus,
.btn-danger.btn_box_shadow.active:focus,
.btn-danger.btn_box_shadow:active:focus,
.btn-outline-danger.btn_box_shadow:hover,
.btn-outline-danger.btn_box_shadow:focus,
.btn-outline-danger.btn_box_shadow.active:focus,
.btn-outline-danger.btn_box_shadow:active:focus {
	box-shadow: 0 0 15px #dc3545 !important;
}
.btn-success.btn_box_shadow:hover,
.btn-success.btn_box_shadow:focus,
.btn-success.btn_box_shadow.active:focus,
.btn-success.btn_box_shadow:active:focus,
.btn-outline-success.btn_box_shadow:hover,
.btn-outline-success.btn_box_shadow:focus,
.btn-outline-success.btn_box_shadow.active:focus,
.btn-outline-success.btn_box_shadow:active:focus {
	box-shadow: 0 0 15px #28a745 !important;
}
.btn-primary.btn_box_shadow:hover,
.btn-primary.btn_box_shadow:focus,
.btn-primary.btn_box_shadow.active:focus,
.btn-primary.btn_box_shadow:active:focus,
.btn-outline-primary.btn_box_shadow:hover,
.btn-outline-primary.btn_box_shadow:focus,
.btn-outline-primary.btn_box_shadow.active:focus,
.btn-outline-primary.btn_box_shadow:active:focus {
	box-shadow: 0 0 15px #007bff !important;
}
.btn-warning.btn_box_shadow:hover,
.btn-warning.btn_box_shadow:focus,
.btn-warning.btn_box_shadow.active:focus,
.btn-warning.btn_box_shadow:active:focus,
.btn-outline-warning.btn_box_shadow:hover,
.btn-outline-warning.btn_box_shadow:focus,
.btn-outline-warning.btn_box_shadow.active:focus,
.btn-outline-warning.btn_box_shadow:active:focus {
	box-shadow: 0 0 15px #ffc107 !important;
}
.btn-secondary.btn_box_shadow:hover,
.btn-secondary.btn_box_shadow:focus,
.btn-secondary.btn_box_shadow.active:focus,
.btn-secondary.btn_box_shadow:active:focus,
.btn-outline-secondary.btn_box_shadow:hover,
.btn-outline-secondary.btn_box_shadow:focus,
.btn-outline-secondary.btn_box_shadow.active:focus,
.btn-outline-secondary.btn_box_shadow:active:focus {
	box-shadow: 0 0 15px #6c757d !important;
}
.btn-info.btn_box_shadow:hover,
.btn-info.btn_box_shadow:focus,
.btn-info.btn_box_shadow.active:focus,
.btn-info.btn_box_shadow:active:focus,
.btn-outline-info.btn_box_shadow:hover,
.btn-outline-info.btn_box_shadow:focus,
.btn-outline-info.btn_box_shadow.active:focus,
.btn-outline-info.btn_box_shadow:active:focus {
	box-shadow: 0 0 15px #17a2b8 !important;
}
.btn-black.btn_box_shadow:hover,
.btn-black.btn_box_shadow:focus,
.btn-black.btn_box_shadow.active:focus,
.btn-black.btn_box_shadow:active:focus,
.btn-outline-black.btn_box_shadow:hover,
.btn-outline-black.btn_box_shadow:focus,
.btn-outline-black.btn_box_shadow.active:focus,
.btn-outline-black.btn_box_shadow:active:focus {
	box-shadow: 0 0 15px #333333 !important;
}
.btn-dark.btn_box_shadow:hover,
.btn-dark.btn_box_shadow:focus,
.btn-dark.btn_box_shadow.active:focus,
.btn-dark.btn_box_shadow:active:focus,
.btn-outline-dark.btn_box_shadow:hover,
.btn-outline-dark.btn_box_shadow:focus,
.btn-outline-dark.btn_box_shadow.active:focus,
.btn-outline-dark.btn_box_shadow:active:focus {
	box-shadow: 0 0 15px #343a40 !important;
}

/*===================================*
  01.END GENERAL STYLE
*===================================*/

/*===================================*
  03. BANNER SECTION
*===================================*/
.full_screen,.full_screen .carousel-item {
	height: 100vh;
}
.banner_content_wrap .carousel-item {
	padding: 100px 0;
}
.overlay_bg::before {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.overlay_bg2::before {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.overlay_bg3::before {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.overlay_bg4::before {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.blue_overlay_bg::before {
    background-color: rgba(14,147,216,0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.bg_blue_transparent {
	background-color: rgba(14,147,216,0.8);
}
.white_overlay_bg::before {
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.video_wrap {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.video_wrap video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner_content h2 {
	font-size: 70px;
	font-weight: 700;
}
.banner_content p {
	color: #333;
	font-size: 22px;
	font-weight: 300;
}
.banner_content2 h2 {
	font-size: 60px;
}
.banner_content3 h2 {
	font-size: 100px;
}
.banner_content2 p {
	font-size: 20px;
	font-weight: 300;
}
.banner_content.text_white p {
	color: #fff;
}
.banner_section .banner_slide_content {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.carousel-control-next, .carousel-control-prev {
	background-color: #000000;
	font-size: 20px;
	height: 50px;
	opacity: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
}
.light_arrow .carousel-control-next, .light_arrow .carousel-control-prev {
	background-color: rgba(255,255,255,0.5);
}
.light_arrow2 .carousel-control-next, .light_arrow2 .carousel-control-prev {
	background-color:#fff;
	color: #000;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	 opacity: 0;
}
.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
	opacity: 1;
}
.carousel-control-next {
	right: 20px;
}
.carousel-control-prev {
	left: 20px;
}
.carousel-indicators {
	bottom: 20px;
}
.carousel-indicators li {
	border-radius: 100%;
	cursor: pointer;
	width: 12px;
	height: 12px;
}
.content_overlay_bg {
	padding: 50px;
	position:relative;
}
.content_overlay_bg::before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.banner_head2 {
	 font-size: 40px;
}
.down {
    bottom: 20px;
    color: font-size: 48px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
}
.down .mouse {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 50px;
    margin: 0 auto 5px;
    border: 2px solid #333;
    border-radius: 24px;
    opacity: .6;
    cursor: pointer;
}
.down .mouse span {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 8px;
    height: 12px;
    margin: 0px 0 0 -4px;
    background: #333;
    border-radius: 20px;
    -webkit-animation: scroll 2s linear infinite;
    -moz-animation: scroll 2s linear infinite;
    animation: scroll 2s linear infinite;
}
@-webkit-keyframes scroll { 1% {opacity: 1; top: 30%;} 20% {opacity: 1; top: 50%;} 60% {opacity: 0; top: 50%;} 100% {opacity: 0; top: 30%;} }
@-moz-keyframes scroll { 1% {opacity: 1; top: 30%;} 20% {opacity: 1; top: 50%;} 60% {opacity: 0; top: 50%;} 100% {opacity: 0; top: 30%;} }
@keyframes scroll { 1% {opacity: 1; top: 30%;} 20% {opacity: 1; top: 50%;} 60% {opacity: 0; top: 50%;} 100% {opacity: 0; top: 30%;} }

.down_white.down .mouse {
	border-color: #fff;
}
.down_white.down .mouse span {
	background: #fff;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.typed-cursor {
	font-weight: 100;
}
.border_shape {
	border: 14px solid rgba(255,255,255,0.5);
	padding: 20px;
}
.scroll_link {
	font-size: 14px;
	position: absolute;
	bottom: 60px;
	left: 0px;
	text-transform: uppercase;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.scroll_link.scroll_link_right {
	left: auto;
	right: 0;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.scroll_link:hover {
	color: #292b2c;
}
.scroll_link span {
	position: relative;
}
.scroll_link span::before {
	content: "";
	position: absolute;
	left: 100%;
	height: 1px;
	width: 70px;
	background-color: #292b2c;
	top: 8px;
	margin-left: 5px;
}
.scroll_link.scroll_link_right span::before {
	left: auto;
	top: 11px;
	margin-right: 5px;
	right: 100%;
}
.social_banner {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.signature {
	max-width: 300px;
	width: 100%;
}
.indicators_style1 {
	counter-reset: step;
}
.carousel-indicators.justify-content-end {
	left: auto;
}
.carousel-indicators.justify-content-start {
	right: auto;
}
.indicators_style1.carousel-indicators li {
	width: auto;
	height: auto;
	background-color: transparent;
	text-indent: 0;
	transition: all 0.5s ease-in-out;
}
.indicators_style1.carousel-indicators li::before {
	content: "0"counter(step);
	color: #fff;
	counter-increment: step;
	position: static;
	height: auto;
	width: auto;
	margin: 0 10px;
}
.indicators_style1.carousel-indicators li::after {
	content: "/";
	margin: 0 8px;
	width: auto;
	height: auto;
	font-size: 30px;
	color: #fff;
	bottom: -5px;
	line-height: normal;
	vertical-align: middle;
	left: 28px;
	font-weight: 300;
}
.indicators_style1.carousel-indicators li:last-child::after {
	opacity: 0;
	margin: 0;
}
.indicators_style1.carousel-indicators li.active::before {
	color: #0e93d8;
}
.slide_height_700 .carousel-item {
	height: 700px;
}
.indicators_style2 li {
	border-radius: 0;
	margin: 7px;
}
.indicators_style2 li::before {
	height: auto;
	width: auto;
	border: 1px solid #fff;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	margin: -4px;
}
.carousel-indicators.indicators_style3 li {
	border-radius: 0;
	height: auto;
	width: 80px;
	background-color: transparent;
	text-indent: 0;
	border: 2px solid rgba(255,255,255,0.5);
	opacity: 0.7;
}
.carousel-indicators.indicators_style3 li.active {
	border-color: #fff;
	opacity: 1;
}
.indicators_style4 li {
	position: relative;
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	margin: 0 10px;
}
.indicators_style4 li::before {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	bottom: -5px;
	right: -5px;
	border: 1px solid #fff;
	border-radius: 100%;
}
.indicators_style4 li
.carousel-item img {
	position: relative;
	z-index: -1;
}
.carousel-item img {
	position: relative;
	z-index: -1;
}
.zoom-in {
  animation: zoom-in 10s infinite;
}
.zoom-out {
  animation: zoom-out 10s infinite;
}
@keyframes zoom-in {
  0% {
    -moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
  }
  100% {
   -moz-transform: scale(1);
	-webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom-out {
  0% {
   -moz-transform: scale(1);
	-webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
   -moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.banner_ripple .ripple {
	height:50px;
	width: 50px;
	line-height: 50px;
}
/*===================================*
  03.END BANNER SECTION
*===================================*/

/*===================================*
  04. ABOUT SECTION
*===================================*/
.list_style_1 li,
.list_style_2 li {
	border-bottom: 1px solid #dddddd;
	list-style: outside none none;
	padding: 10px 10px 10px 25px;
	position: relative;
    width: 250px;
    margin-left: 13px;
}
.list_style_3 li,
.list_style_4 li {
	list-style: outside none none;
	padding: 5px 5px 5px 25px;
	position: relative;
    width: 250px;
    margin-left: 13px;
}
.list_style_1 li::before {
	content: "\f121";
	font-family: ionicons;
	left: 0;
	position: absolute;
	top: 10px;
}
.list_style_2 li::before {
	content: "\f3a7";
	font-family: ionicons;
	left: 0;
	position: absolute;
	top: 10px;
}
.list_style_3 li::before {
    content: "";
    font-family: ionicons;
    left: 0;
    position: absolute;
    top: 17px;
    width: 12px;
    height: 1px;
    background-color: #888888;
}
.list_style_4 li::before {
    content: "\f10b";
    font-family: ionicons;
    left: 0;
    position: absolute;
    top: 5px;
    font-size: 18px;
}
.list_style_5 li {
	list-style: outside none none;
	padding: 10px 5px 10px 35px;
	position: relative;
}
.list_style_5 li::before {
	background-color: #0e93d8;
	content: "\f121";
	font-family: ionicons;
	left: 0;
	position: absolute;
	top: 10px;
	width: 25px;
	height: 25px;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}
.list_style_1.color_blue li::before,
.list_style_2.color_blue li::before,
.list_style_4.color_blue li::before {
	color: #0e93d8;
}
.list_style_3.color_blue li::before {
	background-color: #0e93d8;
}
.sc_icon_left {
    float: left;
    margin-right: 15px;
}
.sc_content_box {
	overflow: hidden;
}
.sc_icon i {
	width: 30px;
	height:30px;
	font-size: 30px;
	text-align: center;
}
.descriptions_wrap {
	position:relative;
}
.slider_images .image {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.content_box .descriptions_wrap .description {
    display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.slider_tab {
	display: inline-block;
}
.slider_tab li {
	color: #b9bcc8;
	float: left;
    padding-right: 10px;
    cursor: pointer;
}
.slider_tab li:last-child {
	padding-right: 0;
}
.slider_tab li.active i,
.slider_tab li:hover i {
	color: #0e93d8;
}
.slider_tab li.active,
.slider_tab li:hover {
	color: #9498ab;
}
.slider_tab li span,.slider_tab li i {
	display: block;
}
.slider_tab li i {
    font-size: 36px;
    margin-bottom: 15px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.about_video_img {
	position: relative;
}
.rounded_icon {
    font-size: 40px;
    vertical-align: middle;
    margin-right: 5px;
}
.fancy_style {
    padding-top: 20px;
    padding-left: 20px;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    margin-right: 20px;
}
.fancy_style2 {
	margin-left: -65px;
	z-index: -1;
	position: relative;
}
.fancy_style3 {
	position: relative;
	padding: 25px 0 0 25px;
}
.fancy_style img,
.fancy_style2 img,
.fancy_style3 img {
	width: 100%;
}
.fancy_style3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 25px;
	right: 25px;
	border: 5px solid #333;
	z-index: -1;
}
.video_box {
	position: relative;
}
.video_play span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	color: #fff;
}
.overlap_video {
	margin-bottom: -50px;
	z-index: 9;
}
.slider_100 .owl-stage-outer, .slider_100 .owl-stage, .slider_100 .owl-item {
	height: 100%;
}
.about_overlap {
	margin-top: -100px;
	position:relative;
	z-index: 9;
}
.zindex_minus1 img {
	z-index: -1;
}
.about_radius {
	border-radius: 10px 0 0 10px;
}
.skill_radius {
	border-radius: 0 10px 10px 0;
}

/*===================================*
  04. END ABOUT SECTION
*===================================*/

/*===================================*
  05. ICON BOX CSS
*===================================*/

.icon_box_style_1 i {
	background-color: #0e93d8;
	border-radius: 100%;
	color: #ffffff;
	display: inline-block;
	height: 70px;
	line-height: 70px;
	width: 70px;
	text-align: center;
}
.icon_box_style_1 i::after,
.icon_box_style_2 i::after  {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	bottom: -5px;
	right: -5px;
	background-color: #333;
	border-radius: 100%;
	z-index: -1;
	opacity: 0.5;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.5s ease-in-out;
}
.icon_box_style_1:hover i,
.icon_box_style_2:hover i {
	background-color: #333;
}
.icon_box_style_1:hover i::after,
.icon_box_style_2:hover i::after {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.icon_box_style_1:hover i,
.icon_box_style_2:hover i {
	-webkit-animation: toLeftFromRight 0.3s forwards;
	-moz-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
.icon_box_style_3 i::after,
.icon_box_style_4 i::after {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	bottom: 2px;
	right: 2px;
	background-color: #0e93d8;
	border-radius: 100%;
	z-index: -1;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s ease-in-out;
}
.icon_box_style_3:hover i::after,
.icon_box_style_4:hover i::after  {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.icon_box_style_3:hover i,
.icon_box_style_4:hover i {
	color: #fff;
}
.box_icon {
	position: relative;
	z-index: 1;
}
.box_icon i {
	font-size: 32px;
	position: relative;
	transition: all 0.5s ease-in-out;
}
.icon_box_content p:last-child {
	margin: 0;
}
.icon_box_style_2 .box_icon {
	float: left;
	margin-right: 15px
}
.icon_box_style_2 i {
	background-color: #0e93d8;
	border-radius: 100%;
	color: #ffffff;
	display: inline-block;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
}
.icon_box_style_2 .icon_box_content {
	overflow: hidden;
}
.icon_box_style_3 i {
	border: 2px solid #0e93d8;
	border-radius: 100%;
	color: #0e93d8;
	display: inline-block;
	font-size: 32px;
	height: 70px;
	line-height: 70px;
	width: 70px;
	text-align: center;
}
.icon_box_style_4 .box_icon,
.icon_box_style_11 .box_icon  {
	float: left;
	margin-right: 15px
}
.icon_box_style_4 i {
	border: 2px solid #0e93d8;
	border-radius: 100%;
	color: #0e93d8;
	display: inline-block;
	font-size: 22px;
	height: 50px;
	line-height: 46px;
	width: 50px;
	text-align: center;
}
.icon_box_style_4 .icon_box_content,
.icon_box_style_11 .icon_box_content,
.icon_box_style_12 .icon_box_content {
	overflow: hidden;
}
.icon_box_style_5 {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0,0,0,0.1);
	position: relative;
}
.icon_box_style_5 i {
	color: #0e93d8;
	font-size: 40px;
}
.icon_box_style_5::before {
	background-color: #0e93d8;
	bottom: 100%;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 3px;
}
.icon_box_style_5:hover::before {
	bottom: 0;
}
.icon_box_style_6 {
	padding: 30px;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
}
.icon_box.overlay_bg::before,.icon_box.overlay_bg2::before,.icon_box.overlay_bg3::before {
	z-index: -1;
}
.icon_box_style_7 {
	padding: 40px;
}
.icon_box_style_7 i {
	font-size: 50px;
}
.icon_box_style_8 {
	border: 1px solid rgba(255,255,255,0.2);
	padding: 30px 20px;
	margin-top: 30px;
}
.icon_box_style_9 {
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	margin-top: 30px;
}
.icon_box_style_9:hover {
	background-color: #0e93d8;
}
.icon_box_style_9:hover .box_icon i,
.icon_box_style_9:hover * {
	color: #fff;
}
.icon_box_style_9 .box_icon i {
	color: #0e93d8;
	transition: none;
}
.icon_box_style_10 {
	border: 1px solid rgba(0,0,0,0.2);
	padding: 30px 20px;
	margin-top: 30px;
}
.icon_box_style_11 {
	padding: 20px;
	margin-top: 30px;
}
.icon_box_style_11 .box_icon i {
	color: #0e93d8;
}
.icon_box_style_12 {
	padding: 30px 0;
}
.icon_box_style_12 .box_icon  {
	float: left;
	margin-right: 20px
}
.icon_box_style_12 .box_icon img {
	max-width: 50px;
}
.icon_box_style_12.icon_right .box_icon {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
.icon_box_style_12 .box_icon i {
	height: 70px;
	width: 70px;
	display: block;
	border: 1px solid #fff;
	text-align: center;
	line-height: 65px;
	border-radius: 100%;
	font-size: 24px;
}
.icon_box_style_12 .icon_box_content p {
	font-size: 14px;
}
.icon_box_style_13 {
	padding: 15px;
	border-radius: 10px;
	margin-top: 30px;
}
.icon_box_style_13:hover {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.icon_box_style_13 .box_icon i {
	color: #0e93d8;
}

/*===================================*
  05. END ICON BOX CSS
*===================================*/

/*===================================*
  06. COUNTER SECTION
*===================================*/
.box_counter i {
    font-size: 50px;
    color: #fff;
}
.box_counter img {
	margin-bottom: 10px;
}
.box_counter h3,
.box_counter p {
    color: #fff;
}
.counter_dark.box_counter i,
.counter_dark.box_counter h3,
.counter_dark.box_counter p {
    color: #333;
}
.box_counter p {
    margin: 0;
}
.counter_style1 .counter_text {
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.counter_style1 .counter_text:before {
	content: "";
	background-color: #fff;
	height:2px;
	margin: 0 auto;
	width: 40px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.counter_style1.counter_dark .counter_text:before {
	background-color: #333;
}
.counter_style2.box_counter {
	background-color: rgba(255,255,255,0.1);
	padding: 20px;
	border: 3px solid rgba(255,255,255,0.2);
	height: 100%;
}
.couter_border {
    padding: 30px;
}
.couter_border::before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin-bottom: -1px;
    position: absolute;
    width: 100%;
}
.couter_border::after {
    background-color: #ffffff;
    content: "";
    height: 100%;
    margin-right: -1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.counter_border_black.couter_border::before,
.counter_border_black.couter_border::after {
	background-color: #333;
}
.pattern_bg::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background-repeat: repeat;
    background-image: url(../images/pattren_bg.png);
}
.counter_style3 i {
	float: left;
	margin-right: 20px;
	line-height: 50px;
}
.counter_style3 img {
	max-width: 50px;
	float: left;
	margin-right: 20px;
}
.counter_style3 * {
	overflow: hidden;
	margin: 0;
}
.counter_style4 {
	text-align: center;
}
.counter_style4 h3 {
	font-size: 40px;
}
.counter_style4 img {
	max-width: 50px;
}
/*===================================*
  06. END COUNTER SECTION
*===================================*/


/*===================================*
  08. TESTIMONIAL SECTION
*===================================*/
.testimonial_img {
	margin-bottom: 15px;
}
.testimonial_img img {
    max-width: 60px;
}
.testi_meta p {
    margin-bottom: 0;
	margin-top: 15px;
}
.testimonial_box {
	padding: 20px;
}
.testi_meta {
	text-align: center;
}
.owl-theme .owl-nav [class*="owl-"] {
	color: #000;
    font-size: 18px;
	margin: 0; 
    padding: 6px 16px;
    background: #fff;
    border-radius: 0;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkittransform: translateY(-50%);
	transform: translateY(-50%);
}
.testimonial_style1 .testimonial_box {
	border: 1px solid rgba(0,0,0,0.1);
}
.owl-theme.nav_style1 .owl-nav [class*="owl-"],
.owl-theme.nav_style1 .owl-nav [class*="owl-"]:hover {
	box-shadow: none;
	background-color: transparent;
	font-size: 26px;
	padding: 0;
}
.owl-theme .owl-nav .disabled {
    opacity: 1;
}
.owl-theme .owl-nav .disabled[class*="owl-"]:hover {
	color: #000;
	cursor: not-allowed;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #fff;
	color: #0e93d8;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.owl-theme .owl-nav .owl-prev {
	left: 0;
}
.owl-theme .owl-nav .owl-next {
	right: 0;
}
.owl-theme.nav_top .owl-nav .owl-prev {
	right: 50px;
	left: auto;
}
.owl-theme.nav_top .owl-nav [class*="owl-"] {
	top: -64px;
	-moz-transform: none;
	-webkittransform: none;
	transform: none;
}
.owl-theme.nav_bottom_center .owl-nav [class*="owl-"] {
	position: relative;
	-moz-transform: none;
	-webkittransform: none;
	transform: none;
	margin: 25px 7px;
}
.dot_none .owl-dots {
	display: none;
}
.nav_none .owl-nav {
    display: none;
}
.owl-carousel.owl-theme .owl-dots {
    margin-top: 20px !important;
}
.owl-theme[data-dots="true"] .owl-nav [class*="owl-"] {
	margin-top: -20px;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #9a9a9a;
	margin: 5px;
}
.dots_white.owl-theme .owl-dots .owl-dot span {
    border-color: #fff;
}
.dots_white.owl-theme .owl-dots .owl-dot.active span, .dots_white.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fff;
	border-color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #0e93d8;
	border-color: #0e93d8;
}
.testimonial_style1 .testimonial_img {
    float: left;
    margin: 0 15px 0 0;
}
.testimonial_style1 .testi_meta {
    margin-top: 15px;
	text-align: left;
}
.testimonial_style1 .testi_meta p {
    display: inline-block;
}
.testimonial_style2 .testimonial_box {
    border: 0;
    position: relative;
}
.testimonial_style2 .testimonial_img img {
    padding: 4px;
    background-color: #fff;
}
.testimonial_style3 .testimonial_img img {
	max-width: 50px;
}
.testimonial_slider[data-center="true"].testimonial_style3 .owl-item {
	opacity: 1;
}
.testimonial_slider[data-center="true"].testimonial_style3 .owl-item.center .testimonial_box::before {
	content: normal;
}
.testimonial_slider[data-center="true"].testimonial_style3 .owl-item.center .testimonial_box {
	background-color: rgba(0,0,0,0.2);
}
.testimonial_style3 .client_info {
	margin-top: 0px;
}
.testimonial_style4 .testimonial_box {
	border: 0;
    background-color: #f7f7f7;
}
.testimonial_style4 .testimonial_img,
.testimonial_cl_info .testimonial_img {
    float: left;
    margin: 0 15px 0 0;
}
.testimonial_style4 .testi_meta {
    margin-top: 10px;
	text-align: left;
}
.testimonial_style4 .testi_meta p {
    display: inline-block;
}
.testimonial_cl_info {
	display: table;
	margin: 25px auto 0;
}
.owl-carousel .quote img {
	width: auto;
	margin: 0 auto;
}
.owl-carousel.testimonial_style1 .quote img,
.owl-carousel.testimonial_style4 .quote img {
	margin: 0;
}
.testimonial_style1 .testimonial_cl_info,
.testimonial_style4 .testimonial_cl_info {
	display: table;
	margin: 15px 0;
}
.client_info {
	margin-top: 15px;
	overflow: hidden;
}
.testi_meta h6,
.client_info h6 {
	margin-bottom: 0;
}
.testi_meta span,
.client_info span {
	font-size: 14px;
	font-style: italic;
}

.testimonial_slider[data-center="true"] .owl-item.center .testimonial_box {
	border-radius: 4px;
	background-color: #0e93d8;
	color: #fff;
}
.testimonial_slider[data-center="true"] .owl-item.center .testimonial_box::before {
	border-radius: 4px;
	background-color: #0e93d8;
	content: "";
	position: absolute;
	left: -15px;
	right: -15px;
	top: 40px;
	bottom: 40px;
	z-index: -1;
	opacity: .5;
}
.testimonial_slider[data-center="true"] .owl-item.center .testimonial_box * {
	color: #fff;
}
.testimonial_slider[data-center="true"] .owl-item {
	opacity: 0.6;
}
.testimonial_slider[data-center="true"] .owl-item.center {
	opacity: 1;
}
.testimonial_slider [class*="box_"] {
	margin: 10px;
}
.testimonial_style5 .testimonial_img img {
	max-width: 80px;
}
/*===================================*
  08. END TESTIMONIAL SECTION
*===================================*/

/*===================================*
  10. CLIENT LOGO SECTION
*===================================*/
.cl_logo_slider.owl-carousel .owl-item img {
	margin: 0 auto;
	width: auto;
	opacity: 0.7;
}
.cl_logo_slider.owl-carousel .owl-item img:hover {
	opacity: 1;
}
.cl_style2 .item {
	border: 1px solid #E6E7E9;
	padding: 20px 15px;
}
/*===================================*
  10. END CLIENT LOGO SECTION
*===================================*/


/*===================================*
  12. VIDEO SECTION
*===================================*/
.video_play {
    position: absolute;
    right: 0;
	display: table;
    left: 50%;
    top: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.video_play img {
	max-width: 100px;
}
.bounce_img {
	-webkit-animation: bounce_img 1.5s ease-in-out 0s infinite alternate;
	animation: bounce_img 1.5s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes bounce_img {
  from {
    -webkit-transform: translateY(0px);
	transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-10px);
	transform: translateY(-10px); } }

@keyframes bounce_img {
from {
	-webkit-transform: translateY(0px);
	transform: translateY(0px); }
to {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px); } }
		
/*===================================*
  12. END VIDEO SECTION
*===================================*/

/*===================================*
  13. PROGRESS BAR SECTION
*===================================*/
.progrees_bar_text {
	margin-bottom: 10px;
}
.skill_content {
	position:relative;
	margin-bottom: 15px;
}
.skill_content .progress-bar {
	background-color: #0e93d8;
	border-radius: 20px;
	width: 0;
	-webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
     transition: all 2s ease-in-out; 
}
.skill_content .progress {
	border-radius: 20px;
	height: 5px;
}
.skill_content .count_pr {
	margin-left: -20px;
    position: absolute;
	left: 0;
    top: 0px;
    background-color: #333;
    padding: 5px;
    border-radius: 100%;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 24px;
	text-align: center;
	-webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
     transition: all 2s ease-in-out; 
}
.skill_content .count_pr::before {
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #333 transparent transparent transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    margin: -2px auto;
}
.skill_content.pr_style1 .count_pr {
	background-color: transparent;
	color: #888;
	right: 0;
	left: auto !important;
	padding: 0;
	height: auto;
	width: auto;
	font-size: 14px;
}
.skill_content.pr_style1 .count_pr::before {
	content: normal;
}
.text_white .skill_content.pr_style1 .count_pr {
	color: #fff;
}
.skill_content.pr_style2 .progress {
	height: 15px;
}
.skill_content.pr_style2 .count_pr::before {
	content: normal;
}
.skill_content.pr_style2 .count_pr {
	background-color: transparent;
	height: auto;
	width: auto;
	padding: 0;
	top: 30px;
	margin-left: -30px;
}
/*===================================*
  13. END PROGRESS BAR SECTION
*===================================*/

/*===================================*
  14. TEAM SECTION
*===================================*/
.team_box {
	padding-bottom: 20px;
}
.team_img img {
    width: 100%;
	transition: all 0.5s ease-in-out;
}
.team_title {
    padding: 15px;
	text-transform: capitalize;
}
.border_social li a {
    border: 1px solid #333;
}
.team_social_style1 li a,
.rounded_social li a {
    border-radius: 100%;
}
.radius_social li a {
	border-radius: 5px;
}
.team_hover_style1 .team_img,
.team_hover_style2 .team_img {
	position:relative;
}
.team_hover_style1.team_box,
.team_hover_style2.team_box {
	padding-bottom: 0;
}
.team_hover_style1 .social_icons {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
	opacity: 0;
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.team_hover_style1 .team_img::before,
.team_hover_style2 .team_img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.social_white .social_icons li a,
.social_white.social_icons li a {
	color: #fff;
	border-color: #fff;
}
.social_white .border_social li a:hover,
.social_white.border_social li a:hover {
	background-color: #fff;
	color: #0e93d8;
	border-color: #fff;
}
.social_icons li a:hover,
.social_icons.hover_style1 li a {
    background-color: #000;
    color: #fff;
}
.social_icons.hover_style1 li a:hover {
    background-color: transparent;
    color: #000;
}
.social_icons.hover_style1.social_white li a {
    background-color: #fff;
    color: #000;
}
.social_icons.hover_style1.social_white li a:hover {
    background-color: transparent;
    color: #fff;
}
.social_icons.hover_style2 li a:hover {
	background-color: transparent;
	color: #0073b8;
}
.social_icons [class*="sc_"] {
	color: #fff !important;
}
.social_icons [class*="sc_"]:hover {
	opacity: 0.8;
}
.sc_facebook {
	background-color: #3b5998 !important;
	border-color: #3b5998 !important;
}
.sc_gplus,
.sc_google {
	background-color:#dd4b39 !important;
	border-color: #dd4b39 !important;
}
.sc_linkedin {
	background-color:#0e76a8 !important;
	border-color: #0e76a8 !important;
}
.sc_rss {
	background-color:#ee802f !important;
	border-color: #ee802f !important;
}
.sc_skype {
	background-color:#00aff0 !important;
	border-color: #00aff0 !important;
}
.sc_twitter {
	background-color:#00acee !important;
	border-color: #00acee !important;
}
.sc_youtube {
	background-color:#c4302b !important;
	border-color: #c4302b !important;
}
.sc_vimeo {
	background-color:#86c9ef !important;
	border-color: #86c9ef !important;
}
.sc_yahoo {
	background-color:#720e9e !important;
	border-color: #720e9e !important;
}
.sc_tumblr {
	background-color:#34526f !important;
	border-color: #34526f !important;
}
.sc_instagram {
	background-color:#3f729b !important;
	border-color: #3f729b !important;
}
.sc_pinterest {
	background-color:#c8232c !important;
	border-color: #c8232c !important;
}
.sc_dribbble {
	background-color:#EA4C89 !important;
	border-color: #EA4C89 !important;
}
.sc_reddit {
	background-color: #C6C6C6 !important;
	border-color: #C6C6C6 !important;
}
.sc_github {
	background-color: #171515 !important;
	border-color: #171515 !important;
}
.sc_android {
	background-color: #A4C639 !important;
	border-color: #A4C639 !important;
}
.sc_windows {
	background-color: #00A7E7 !important;
	border-color: #00A7E7 !important;
}
.sc_tux {
	background-color: #C1C1C1 !important;
	border-color: #C1C1C1 !important;
}
.sc_delicious {
    background-color: #205cc0!important;
	border-color: #205cc0 !important;
}
.sc_paypal {
    background-color: #00588b!important;
	border-color: #00588b !important;
}
.sc_blogger {
    background-color: #fc4f08!important;
	border-color: #fc4f08!important;
}
.sc_flickr {
    background-color: #ff0084!important;
	border-color: #ff0084!important;
}
.sc_yahoo {
    background-color: #720e9e!important;
	border-color: #720e9e!important;
}
.sc_dropbox {
    background-color: #3d9ae8!important;
	border-color: #3d9ae8!important;
}
.sc_ebay {
    background-color: #89c507!important;
	border-color: #89c507!important;
}
.sc_wordpress {
    background-color: #1e8cbe!important;
	border-color: #1e8cbe !important;
}
.sc_yelp {
    background-color: #c41200!important;
}

.team_hover_style1.team_box:hover .team_img::before,
.team_hover_style2.team_box:hover .team_img::before {
	opacity: 1;
}
.team_hover_style1.team_box:hover .social_icons {
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
.team_hover_style1:hover .team_title {
	background-color: #0e93d8;
	color: #fff;
}
.team_hover_style1:hover .team_title * {
	color: #fff;
}
.team_hover_style2 .social_icons {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
	opacity: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.team_hover_style2.team_box:hover .social_icons {
	opacity: 1;
}
.team_hover_style2.team_box .team_img {
	overflow: hidden;
}
.team_hover_style2.team_box:hover .team_img img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.team_box_style1 {
	padding-top: 20px;
}
.team_box_style1 .team_img {
	padding: 0 20px;
}
.team_box_style1 .team_img img,
.team_box_style2 .team_img img {
	border-radius: 100%;
}
.team_box_style2.team_box {
	padding-bottom: 0px;
}
.team_box_style2 .team_img {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	border-radius: 100%;
	max-width: 255px;
}
.team_box_style2 .team_img img {
	border: 10px solid #ffffff;
}
.team_box_style2 .social_icons {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.team_hover_style3 .team_img::before {
	background-color: #000;
	border-radius: 100%;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin: 10px;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.5s ease 0s;
}
.team_hover_style3 .social_icons li {
	display: inline-block;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s ease 0s;
}
.team_hover_style3:hover .team_img::before {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.team_hover_style3:hover .team_img .social_icons li {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.team_box_style3 .team_title {
	background-color: #fff;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	top: -20px;
	margin: 0 15px;
}

/*===================================*
  14. END TEAM SECTION
*===================================*/

/*===================================*
  15. ACCORDION DESIGN
*===================================*/
.accordion .card,
.accordion_style1 .card {
	background-color: transparent;
}
.accordion .card-header {
	border: 0;
	background-color: transparent;
	padding: 0px;
}
.accordion .card-header a {
	padding: 10px 40px 10px 10px;
	display: block;
}
.accordion .card-body {
	padding: 10px;
}
.accordion .card-header a::after {
	content: "\f126";
	font-family: "Ionicons";
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	right: 15px;
	top: 10px;
}
.accordion .card-header a.collapsed:after {
    content: "\f123";
}
.accordion_style1 .card {
	border-radius: 0;
}
.accordion_style1 .card-header {
	border-bottom: 0;
}
.accordion_style1 .card-body {
	border-top: 1px solid rgba(0,0,0,.15);
	padding: 10px;
}
.accordion_style1 .card-header a::after {
	content: "\f208";
	font-family: "Ionicons";
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	right: 15px;
	top: 10px;
}
.accordion_style1 .card-header a.collapsed:after {
    content: "\f217";
}
.accordion_style2 .card {
    border: 0;
	margin: 0;
}
.accordion_style2 .card-body {
	padding: 10px 0;
}
.accordion_style2.accordion .card-header a {
	border-bottom: 1px solid rgba(0,0,0,.15);
    padding: 15px 25px 15px 0;
}
.accordion_style2.accordion .card-header a::after {
	right: 0;
    top: 15px;
}
.accordion_style3.accordion .card, .accordion_style3.accordion .card-header:first-child {
	border-radius: 0;
}
.accordion_style3 .card,
.accordion_style4 .card {
    border: 0;
	margin-bottom: 10px;
}
.accordion_style3 .card:last-child,
.accordion_style4 .card:last-child {
	margin-bottom: 0px;
}
.accordion_style3.accordion .card-header a {
    background-color: #000;
    color: #fff;
    padding: 15px 35px 15px 15px;
}
.accordion_style3.accordion .card-header a::after{
    top: 15px;
}
.accordion_style2.accordion_light.accordion .card-header a {
	border-bottom-color: #fff;
}
.accordion_light .card {
    border-color: #fff;
}
.accordion_light.accordion .card-header a,
.accordion_light.accordion .card-body {
	color: #fff;
}
.accordion_light.accordion_style1 .card-body {
	border-top-color: #fff;
}
.accordion_style3.accordion_light.accordion .card-header a {
	background-color: #fff;
	color: #000;
}
.accordion_style4.accordion .card-header a::after {
	top: 18px;
}
.accordion_style4.accordion .card-header a {
	background-color: #0e93d8;
	color: #fff;
	padding: 18px 35px 18px 15px;
	border-radius: 4px;
}
.accordion_style4.accordion .card-header a[aria-expanded="true"] {
	border-radius: 4px 4px 0 0;
}
.accordion_style4.accordion .card-body {
	border-left: 1px solid #c0c6c9;
	border-right: 1px solid #c0c6c9;
	border-bottom: 1px solid #c0c6c9;
}
/*===================================*
  15. END ACCORDION DESIGN
*===================================*/

/*===================================*
  16. CALL TO ACTION SECTION
*===================================*/
.cta_section_small {
    padding: 50px;
}
.cta_section_mini {
	padding: 50px 30px;
}
/*===================================*
  16. END CALL TO ACTION SECTION
*===================================*/

/*===================================*
  25. GALLERY DESIGN
*===================================*/
.image_gallery_item {
	position: relative;
}
.gallary_hover_box {
	background-color: rgba(0,0,0,0.80);
    bottom: 0px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: absolute;
    top: 0px;
	opacity: 0;
	visibility: hidden;
    right: 0px;
    left: 0px;
	text-align: center;
	transition: all 0.5s ease-in-out;
}
.gallary_hover_box i {
	color: #fff;
	font-size: 24px;
}
.image_gallery_item:hover .gallary_hover_box {
	opacity: 1;
	visibility: visible;
}
.gallery_img img {
	transition: all 0.5s ease;
}
.gallery_hover_style1 .image_gallery_item,
.gallery_hover_style2 .image_gallery_item {
	overflow: hidden;
}
.gallery_hover_style1 .image_gallery_item:hover .gallery_img img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.gallery_hover_style2 .gallary_hover_box {
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 10px;
}
.gallery_hover_style2 .image_gallery_item:hover .gallery_img img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-filter: blur(5px); 
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
     filter: blur(5px);
}
.gallery_hover_style3 .gallary_hover_box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0px;
    border: 2px solid rgba(255,255,255,0.5);
    margin: 10px;
}
/*===================================*
  25. END GALLERY DESIGN
*===================================*/

/*===================================*
  29. ELEMENT DESIGN
*===================================*/

.alert:last-child {
	margin: 0;
}
.alert > i {
    margin-right: 5px;
	font-size: 18px;
}
.alert.alert_style1 {
    padding: 14px 14px 14px 14px;
    border-radius: 0;
    border-left: 3px solid;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
}
.alert_style2 {
    border-radius: 30px;
    border: 0;
    padding: 15px 20px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
}
.table-dark > td, .table-dark > th {
    background: transparent;
}
.blockquote {
    font-size: 16px;
    margin: 0;
    padding: 15px;
    background-color: #f5f5f5;
    border-left: 3px solid #0E93D8;
}
.blockquote-footer {
	background-color: transparent;
}
.blockquote.quote_light {
	border-left-color: #fff;
}
.blockquote.quote_style1,
.blockquote.quote_style3 {
    border: 0;
}
.quote_style1:before {
    font-family: "Ionicons";
    content: "\f347";
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 42px;
    color: #cdcdcd;
}
.blockquote.quote_style2 {
    background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
}
.blockquote.quote_style3 {
	background-color: transparent;
	padding: 0;
}
.quote_style3:before {
    font-family: "Ionicons";
    content: "\f347";
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 42px;
    color: #fff;
}
.quote_light > * {
	color: #fff;
}
.blockquote.quote_style4 {
    background-color: rgba(255,255,255,0.3);
}
.grid_box [class^="col-"] {
    background-color: rgba(86,61,124,.15);
    border: 1px solid rgba(86,61,124,.2);
	color: #212529;
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: center;
}
.flip_box{
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.front,
.back{
  background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	border-radius: 10px;
	color: #fff;
}
.front:before,
.back:before {
    border-radius: 10px;
}
.flip_box:hover .front,
.flip_box:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.inner{
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
}
.flip_box .inner h5 {
	font-weight: 600;
}
.flip_box * {
	line-height:  inherit;
}
.flip_box .back{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip_box .front,
.flip_box:hover .back{
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip_box:hover .front{
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip_box i {
	font-size: 40px;
	display: inline-block;
}
.flip_vertical.flip_box .back{
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip_vertical.flip_box .front,
.flip_vertical.flip_box:hover .back{
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip_vertical.flip_box:hover .front{
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.datepicker-panel > ul > li {
	color: #000;
}
.mdtp__wrapper {
	bottom: auto;
	top: 50%;
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}
.mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker) span {
	top: -2px;
	position: relative;
}
.cs_content_box {
	position: absolute;
	left: 0;
	right:0;
	top: 50%;
	z-index: 9;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cs_box {
	background-color: rgba(0,0,0,0.5);
	padding: 50px 30px;
	position: relative;
}
.cs_fancy_style::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 2px;
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	right: 0;
	margin: 0 auto;
}
.cs_fancy_style::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 10px;
	height: 10px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 100%;
	top: 10px;
}

/*===================================*
  29. END ELEMENT DESIGN
*===================================*/