<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Copyright (c) 2017
------------------------------------------------------------------
[Master Stylesheet]

Project:	Skateboard
Version:	1.0
-------------------------------------------------------------------*/
/*--------- Body Strat -------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #777777;
	background-color:#1f2532;
	-webkit-font-smoothing: antialiased;
}
/*--------- Body End -------*/
/*---------- Normal Css Start -------*/
a {
	color: #777777;
	text-decoration: none;
}
a:hover, a:focus {
	color: #535465;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Comfortaa', cursive;
	font-weight: 600;
	line-height: 1.1;
	color: #222222;
}
img {
	max-width: 100%;
}
input, textarea, select, button {
	outline: none;
	box-shadow:none;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
	box-shadow:none;
}
.skt_toppadder10{
	padding-top:10px;
}
.skt_toppadder20{
	padding-top:20px;
}
.skt_toppadder30{
	padding-top:30px;
}
.skt_toppadder40{
	padding-top:40px;
}
.skt_toppadder50{
	padding-top:50px;
}
.skt_toppadder60{
	padding-top:60px;
}
.skt_toppadder70{
	padding-top:70px;
}
.skt_toppadder80{
	padding-top:80px;
}
.skt_toppadder90{
	padding-top:90px;
}
.skt_toppadder100{
	padding-top:100px;
}
.skt_bottompadder10{
	padding-bottom:10px;
}
.skt_bottompadder20{
	padding-bottom:20px;
}
.skt_bottompadder30{
	padding-bottom:30px;
}
.skt_bottompadder40{
	padding-bottom:40px;
}
.skt_bottompadder50{
	padding-bottom:50px;
}
.skt_bottompadder60{
	padding-bottom:60px;
}
.skt_bottompadder70{
	padding-bottom:70px;
}
.skt_bottompadder80{
	padding-bottom:80px;
}
.skt_bottompadder90{
	padding-bottom:90px;
}
.skt_bottompadder100{
	padding-bottom:100px;
}
.skt_padderboth120{
	padding:120px 0px;
}
/*---------- Normal css End -------*/
/*---------- Slider Css Start -------*/
.skt_slider_wrapper{
    float: left;
    width: 100%;
    background-image: url(../images/content/slider.jpg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    padding: 15px 0px;
}
.skt_logo{
    float: left;
    width: 100%;
    padding-top: 14px;
}
.skt_menu {
    float: left;
    width: 100%;
	position: relative;
}
.skt_menu ul {
    float: right;
    width: auto;
	margin:0;
	padding:0;
}
.skt_menu ul li {
	list-style:none;
	float:left;
}
.skt_menu ul li:last-child a{
	padding-right:0px;
}
.skt_menu ul li a {
    display: block;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 500;
    padding: 25px 25px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
}
.skt_menu ul li a:after{
	content:"|";
	position:absolute;
	top:24px;
	right:-4px;
}
.skt_menu ul li:last-child a:after{
	display:none;
}
.skt_menu ul li:hover a, .skt_menu ul li a.active {
	color: #f44336;
	background-color:transparent;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_menu_btn{
	display:none;
}
.menu_fixed {
    position: fixed;
    z-index: 1000;
    padding: 0px 0px;
    -moz-box-shadow: 0px -5px 20px;
    -webkit-box-shadow: 0px -5px 20px;
    box-shadow: 0px -5px 20px;
}
.skt_slider_text {
    float: left;
    width: 100%;
    text-align: center;
    padding: 298px 0 300px 0px;
}
.skt_slider_text h1{
	float:left;
	width:100%;
	font-size:80px;
	color:#ffffff;
	margin:0px;
	text-transform:uppercase;
}
.skt_slider_text .skt_btn{
	margin-top: 25px;
}
.skt_slider_text h2{
	float:left;
	width:100%;
	font-size:80px;
	color:#f44336;
	margin:0px;
    letter-spacing: 15px;
	text-transform:uppercase;
}
.skt_slider_text p{
	float:left;
	width:100%;
	margin:0px;
	font-size:20px;
	color:#ffffff;
    font-family: 'Comfortaa', cursive;
}
/*---------- Slider Css End -------*/
/*---------- Welcome Css Start -------*/
/* .skt_welcome_wrapper{
	float:left;
	width:100%;
} */
.skt_welcome_infotext{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.skt_welcome_infotext p{
	float:left;
	width:100%;
	margin-bottom:30px;
	color:#ffffff;
}
.skt_heading{
	width:100%;
	text-align:left;
	margin-bottom:48px;
}
.skt_heading h1{
	width:100%;
	font-size:45px;
	color:#ffffff;
	margin:0px;
	text-transform:uppercase;
}
.skt_heading h1 span{
	color:#f44336;
}
.skt_welcome_infoimg{
	float:left;
	width:100%;
	text-align:center;
}
.skt_welcome_infoimg img{
	display:inline-block;
}
.skt_btn{
    display: inline-block;
    height: 50px;
    line-height: 47px;
    padding: 0px 20px;
    min-width: 150px;
    background-color:#f44336;
    color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #f44336;
    border-radius: 50px;
    text-align: center;
	position:relative;
	z-index:1;
	overflow:hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_btn:hover{
	background-color:transparent;
	color:#000000 !important;
	border:2px solid #f44336;
	outline:none;
	box-shadow:none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_btn:focus{
	background-color:#ffffff;
	color:#000000;
	border:2px solid #f44336;
	outline:none;
	box-shadow:none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_btn:after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:100%;
	background-color:#ffffff;
    border-radius: 50px;
	z-index:-1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_btn:hover:after{
	right:0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*---------- Welcome Css End -------*/
/*---------- Services Css Start -------*/
.skt_services_wrapper {
    background-image: url(../images/content/s1.jpg);
    background-position: unset;
    background-repeat: no-repeat;
    background-size: contain;
    object-fit: cover;
}
.skt_services_wrapper .col-lg-6 {
    padding: 0px;
}
.skt_service_infotext{
	float:left;
	width:100%;
	background-color:#273044;
	padding:80px 0px 50px 40px;
}
.skt_service_infotext ul{
	float:left;
	width:65%;
	margin:0px;
	padding:0px;
}
.skt_service_infotext ul li{
	float:left;
	width:50%;
	list-style:none;
}
.skt_service_infobox{
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    padding-right: 20px;
}
.skt_service_infobox img{
	float:left;
}
.skt_service_infobox h4{
	float:left;
	width:100%;
	margin:20px 0px 10px 0px;
	color:#f44336;
	font-size:20px;
	text-transform:capitalize;
}
.skt_service_infobox p{
	float:left;
	width:100%;
	margin:0px;
	color:#ffffff;
}
/*---------- Services Css End -------*/
/*---------- Event Css Start -------*/
.skt_event_wrapper{
	/* float:left;
	width:100%; */
	background-color:#1f2532;
}
.skt_event_slider{
    float: left;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_event_slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
}
.skt_event_slider .owl-theme .owl-dots{
	display:none;
}
.skt_event_slider .owl-theme .owl-nav [class*='owl-'] {
    color: #ffffff;
    background: #38435c;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 28px;
    padding: 0px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_event_slider .owl-theme .owl-nav [class*='owl-']:hover{
	background:#f44336;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_event_slider .owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: -100px;
}
.skt_event_slider .owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -100px;
}
.skt_event_slider_box{
    display: inline-block;
    width: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_event_slider_box:after{
	content:"";
    position: absolute;
    top: 80%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #f44336;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	
}
.skt_event_slider_box:hover:after{
	top:0%;
	background-color: rgba(244, 67, 54, 0.83);
	padding-top:200px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_event_slider_box_img{
	float:left;
	width:100%;
}
.skt_event_slider_box_img img{
	display:inline-block;
}
.skt_event_slider_box:hover .skt_event_slider_box_text{
	top:50%;
    margin-top: -110px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_event_slider_box_text{
    position: absolute;
    top: 80%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    padding-top: 30px;
	z-index:1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_event_slider_box_text h4{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
	color:#ffffff;
	text-transform:capitalize;
	font-size:20px;
}
.skt_event_slider_box_text h5{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
	color:#ffffff;
	font-size:18px;
	text-transform:capitalize;
}
.skt_event_slider_box_text p{
	float:left;
	width:100%;
	color:#ffffff;
}
.skt_event_slider_box_text p i{
	padding-right:5px;
}
.skt_event_slider_box_text .skt_btn {
	margin-top:15px;
    border: 1px solid #ffffff;
}
.skt_event_single{
	float:left;
	width:100%;
}
.skt_event_single_box{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.skt_event_single_box img{
	display:inline-block;
}
.skt_event_single_box h1{
	float:left;
	width:100%;
	color:#ffffff;
	margin-top:0px;
}
.skt_event_single_box h3{
	float:left;
	width:100%;
	color:#ffffff;
	margin-top:0px;
	margin-bottom:25px;
	text-transform:capitalize;
}
.skt_event_single_box p{
	float:left;
	width:100%;
	color:#ffffff;
	margin-top:20px;
}
.skt_event_single_box span{
	float:left;
	width:100%;
	color:#ffffff;
	margin-bottom:10px;
	text-transform:capitalize;
}
.skt_event_single_box span i{
	color:#f44336;
	padding-right:5px;
	font-size:18px;
}
/*---------- Event Css End -------*/
/*---------- Products Css Start -------*/
.skt_products_wrapper{
    width: 100%;
    background-image: url(../images/content/product_bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-attachment: fixed;
    background-size: cover;
}
.skt_products_details {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    max-height: 300px;
    display: block;
    margin-bottom: 61px;
}
.skt_products_details h4{
    float: left;
    width: 100%;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 5px;
}
.skt_products_details p{
	float:left;
	width:100%;
	color:#ffffff;
	margin-top:0px;
}
.skt_products_details span{
	float:left;
	width:100%;
	color:#ffffff;
	margin-bottom:20px;
}
.skt_products_single {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.skt_products_single_box{
	width:100%;
	margin-bottom:30px;
}
.skt_products_single_box img{
	display:inline-block;
	margin-bottom:50px;
}
.skt_products_single_box h1{
	float:left;
	width:100%;
	color:#ffffff;
	margin-top:0px;
}
.skt_products_single_box h1 small{
	color:#ffffff;
}
.skt_products_single_box h3{
	float:left;
	width:100%;
	color:#ffffff;
	margin-top:0px;
	margin-bottom:25px;
	text-transform:capitalize;
}
.skt_products_single_box h3 span{
	color:#f44336;
}
.skt_products_single_box p{
	float:left;
	width:100%;
	color:#ffffff;
	margin-top:20px;
}
.skt_products_single_box span i{
	color:#f44336;
	padding-right:5px;
	font-size:18px;
}
/*---------- Products Css End -------*/
/*---------- Gallery Css Start -------*/
/* .skt_products_details img {
    max-width: 100%;
    max-width: 180px;
} */
.skt_gallery_wrapper{
	width:100%;
	background-color:#1f2532;
    text-align: center;
}
.skt_gallery_wrapper.light_bg{
    background-color: #273044;
}
.skt_gallery_details{
	display:inline-block;
	width:auto;
	text-align:center;
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_gallery_details:after{
	content:"";
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
    top: 100%;
    background-color: rgba(244, 67, 54, 0.83);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_gallery_details:hover:after{
	top:0%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_gallery_details .skt_btn{
	position:absolute;
	top:100%;
    left: 0;
    right: 0;
    width: 150px;
	margin:0px auto;
	border:1px solid #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_gallery_details:hover .skt_btn{
	top:50%;
    margin-top: -25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_gallery_details img{
	display:inline-block;
}
/*---------- Gallery Css End -------*/
/*---------- Testimonial Css End -------*/
.skt_testimonial_wrapper{
    width: 100%;
    background-image: url(../images/content/testimonial_bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-attachment: fixed;
    background-size: cover;	
}
.skt_testimonial_slider{
	float:left;
	width:100%;
}
.skt_testimonial_slider{
	float:left;
	width:100%;
}


.skt_testimonial_slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px;
}
.skt_testimonial_slider .owl-theme .owl-dots .owl-dot span {
    margin: 5px;
	background: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_testimonial_slider .owl-theme .owl-dots .owl-dot.active span, .skt_testimonial_slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #f44336;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_testimonial_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 80px;
    background-color: #0000001a;
	flex-wrap: wrap;
}
.skt_testimonial_details img{
	width:130px !important;
	height:130px !important;
	border-radius: 100%;
}
.skt_testimonial_text{
	max-width: 686px;
}
.skt_testimonial_text h4{
	font-size:20px;
	color:#ffffff;
}
.skt_testimonial_text p{
	color:#ffffff;
}
.client_name {
    padding: 20px 0;
}
.client_name h3 {
    color: #f44336;
    margin: 0;
	line-height: 38px;
}
.client_name span {
    color: #fff;
}
/*---------- Testimonial Css End -------*/
/*---------- Footer Css Start -------*/
.skt_footer_top_wrapper{
	width:100%;
	background-color:#1f2532;
}
.skt_footer_logo{
	float:left;
	width:100%;
	text-align:left;
}
.skt_footer_logo img{
	display:inline-block;
}
.skt_footer_social{
    float: left;
    width: 100%;
    text-align: right;
    padding-top: 5px;
}
.skt_footer_social ul{
	float:right;
	width:auto;
	margin:0px;
	padding:0px;
}
.skt_footer_social ul li{
	float:left;
	width:auto;
	list-style:none;
	margin-left:5px;
}
.skt_footer_social ul li a{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#f44336;
	background-color:#ffffff;
	border-radius:100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_footer_social ul li a:hover{
	color:#ffffff;
	background-color:#f44336;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_footer_bottom_wrapper{
	float:left;
	width:100%;
	background-color:#273044;
}
.skt_footer_title{
	float:left;
	width:100%;
}
.skt_footer_title h4{
	float:left;
	width:100%;
	font-size:20px;
	color:#ffffff;
	padding-bottom:10px;
	margin:0px 0px 10px 0px;
	text-transform:uppercase;
}
.skt_footer_contact{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.skt_footer_contact ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.skt_footer_contact ul li{
	list-style:none;
	float:left;
	width:100%;
	margin-bottom:20px;
	color:#ffffff;
}
.skt_footer_contact ul li i{
	color:#f44336;
	padding-right:5px;
	font-size:18px;
}
.skt_footer_story{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.skt_footer_story p{
	float: left;
    width: 100%;
    color: #ffffff;
    margin-bottom: 20px;
}
.skt_footer_event{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.skt_footer_event ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.skt_footer_event ul li{
	list-style:none;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.skt_footer_event ul li a{
	float:left;
	width:auto;
	color:#ffffff;
	text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_footer_event ul li a:hover{
	color:#f44336;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_footer_instagram{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.skt_footer_instagram ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.skt_footer_instagram ul li{
	list-style:none;
	float:left;
	width:31.4%;
	margin:0px 5px 5px 0px;
}
.skt_footer_instagram ul li a{
	display:inline-block;
	width:auto;
	position:relative;
	overflow:hidden;
}
.skt_footer_instagram ul li a img{
	display:inline-block;
}
.skt_footer_instagram ul li a:hover:after{
    top: 0%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}
.skt_footer_instagram ul li a:after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 100%;
    background-color: rgba(244, 67, 54, 0.83);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.skt_footer_instagram ul li a img{
	float:left;
	width:82px;
	height:82px;
}
.skt_copyright_wrapper{
	float:left;
	width:100%;
	background-color:#1f2532;
	text-align:center;
}
.skt_copyright_wrapper p{
	float:left;
	width:100%;
	color:#ffffff;
	margin:0px;
}
.skt_copyright_wrapper p a{
	color:#f44336;
	font-weight:600;
}
/*---------- Footer Css End -------*/
/*---------- Breadcrumbs Css Start -------*/
.skt_breadcrumbs_wrapper{
	width:100%;
	background-image:url(../images/content/breadcrumb_bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 40px;
}
.skt_breadcrumbs_text{
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 100px 0px;
}
.skt_breadcrumbs_text h1{
	float:left;
	width:100%;
	font-size:45px;
	color:#ffffff;
	margin:0px;
	text-transform:uppercase;
}
.skt_breadcrumbs_text h1 span{
	color:#f44336;
}
/*---------- Breadcrumbs Css End -------*/
/*---------- Counter Css Start -------*/
.skt_timer_wrapper{
	width:100%;
	background-image:url(../images/content/counter_bg.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-attachment: fixed;
    background-size: cover;
}
.skt_timer_heading{
	float:left;
	width:100%;
	text-align:center;
}
.skt_timer_heading h1{
	float:left;
	width:100%;
	font-size:55px;
	color:#ffffff;
	margin:0px;
	text-transform:uppercase;
}
.skt_timer_heading h1 span{
	color:#f44336;
}
.skt_timer_heading p{
	float:left;
	width:100%;
	color:#ffffff;
}
.skt_timer_box{
	float:left;
	width:100%;
}
.syotimer{
    float: left;
    width: 100%;
    margin: 50px 0px;
    padding: 0px;
    text-align: center;
}
.syotimer-cell{
	display: inline-block;
	margin: 0px;
}
.syotimer-cell__value{
    float: left;
    width: 100%;
    font-size: 55px;
    color: #ffffff;
    line-height: 55px;
}
.syotimer-cell__unit{
    float: left;
    width: 100%;
    font-size: 28px;
    text-transform: capitalize;
    color: #ffffff;
}
#simple-timer .syotimer-cell_type_day,
#periodic-timer_period_days .syotimer-cell_type_hour,
#layout-timer_only-seconds .syotimer-cell_type_second,
#layout-timer_mixed-units .syotimer-cell_type_minute{

}
/*---------- Counter Css End -------*/
/*---------- Contact Css Start -------*/
.skt_contact_wrapper{
	width:100%;
	background-color:#273044;
}
.skt_contact_info{
	float:left;
	width:100%;
	text-align:center;
}
.skt_contact_info h1{
	float:left;
	width:100%;
	color:#ffffff;
	margin:0px 0px 50px 0px;
}
.skt_contact_details {
    width: 100%;
    text-align:center;
    border-radius: 10px;
    padding: 30px 34px 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    transition: .3s;
    margin-bottom: 40px;
    border: 2px solid #ffffff1a;
}
.skt_contact_form input::placeholder,.skt_contact_form textarea::placeholder {
	color:#ffffff5c;
}
.skt_contact_details i {
    display: inline-block;
    line-height: 50px;
    color: #f44336;
    border-radius: 100%;
    font-size: 30px;
}
.skt_contact_details p{
	width:100%;
	color:#ffffff;
}
.skt_contact_details h4.title {
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 5px 0;
    font-size: 22px;
    margin-bottom: 2px;
}
.skt_contact_map {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #fff;
    border-radius: 6px;
}
.skt_contact_map iframe{
	float:left;
	width:100%;
	height:450px;
}
.skt_contact_form{
	width:100%;
	margin-bottom:30px;
}
.skt_contact_form input, .skt_contact_form textarea {
    float: left;
    width: 100%;
    border: none;
    background-color: #0000;
    height: 50px;
    padding: 0px 15px;
    border: 2px solid #ffffff1a;
    margin-bottom: 20px;
    border-radius: 5px;
}
.skt_contact_form textarea{
	height:auto;
	padding:15px;
}
/*---------- Contact Css End -------*/


.header_main {
    position: absolute;
    width: 100%;
    background: #0000;
    top: 29px;
    left: 0;
	z-index: 99999;
}
/* GO Top Css*/
.go_top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    cursor: pointer;
    z-index: 999;
    width: 50px;
    height: 50px;
    line-height: 62px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    z-index: 999 !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}
.go_top svg {
    font-size: 14px !important;
    color: #222222;
    width: 27px;
    height: 27px;
}
.item-bounce {
	-webkit-animation: bounce 3s infinite ease-in-out;
	-o-animation: bounce 3s infinite ease-in-out;
	-ms-animation: bounce 3s infinite ease-in-out;
	-moz-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out; 
}
  
  @-webkit-keyframes bounce {
	0% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px); }
	50% {
	  -webkit-transform: translateY(10px);
	  transform: translateY(10px); }
	100% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px); } }
  
  @keyframes bounce {
	0% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px); }
	50% {
	  -webkit-transform: translateY(10px);
	  transform: translateY(10px); }
	100% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px); } }


	  /*Counter Css*/
	  .im_counterup {
		height: 280px;
		position: relative;
		z-index: 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		background-color: #252b36;
		color: #fff;
		border-radius: 10px;
	}
	.im_counterup .inner h2.counter{
		color: #fff;
	}
	.im_counterup .inner .icon.cl_1 svg	 {
		color: #fd4766;
		width: 43px;
		height: 43px;
		fill: #fd4766;
	}
	.im_counterup .inner .icon.cl_2 svg	 {
		color: #337dff;
		width: 43px;
		height: 43px;
		fill: #337dff;
	}
	.im_counterup .inner .icon.cl_3 svg {
		color: #ff8f3c;
		fill: #ff8f3c;
		width: 43px;
		height: 43px;
	}
	.im_counterup .inner .icon.cl_4 svg	 {
		color: #3eb75e;
		width: 43px;
		height: 43px;
		fill: #3eb75e;
	}
	p.description {
		font-size: 18px;
		line-height: 28px;
	}
	h2.counting {
		font-size: 54px;
		font-weight: 600;
		line-height: 62px;
		margin-top: 20px;
		position: relative;
		display: inline-block;
		margin-bottom: 7px;
		color: #fff;
	}
	.sky_partner_img img{
		max-width: 195px;
	}
	.skt_partner_main{
		position: relative;
		float: left;
		width: 100%;
	}
	.ltn__breadcrumb-list ul{
		padding:0;
		display: inline-flex;
		position: relative;
	}
	.ltn__breadcrumb-list ul li {
		display: inline-flex;
		position: relative;
		margin-right: 26px;
		color: #fff;
		text-transform: capitalize;
	}
	.ltn__breadcrumb-list ul li a{
			color: #f44336 !important;
	}
	.ltn__breadcrumb-list {
		display: inline-flex;
		padding: 20px 0;
	}
	.ltn__breadcrumb-list ul li:after{
			position: absolute;
			content: "\f054";
			font-family: FontAwesome;
			font-weight: 900;
			font-size: 10px;
			right: -20px;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	}

	.ltn__breadcrumb-list ul li:last-child:after {
		position: absolute;
		content: "none";
		font-family: FontAwesome;
		font-weight: 900;
		font-size: 10px;
		right: -20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		display: none;
}
.skt_contact_form .skt_btn {
    display: inline-block;
    height: 50px;
    line-height: 47px;
    padding: 0px 20px;
    min-width: 150px;
    background-color: #f44336;
    color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #f44336;
    border-radius: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.skt_btn {
    margin-top: 22px;
}
.skt_event_wrapper {
    padding-top: 80px;
    padding-bottom: 40px;
}
section#counter-stats {
    padding-bottom: 80px;
}
.skt_footer_event.skt_link {
	padding-left: 80px;
}

/*Preloader css*/
.preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    height: 100%;
    z-index: 99999999999;
}
.preloader .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.preloader.loaderout {
    top: 0;
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
</pre></body></html>