/*======================================
 KickSky main Style css 
======================================*/
/* @import url('https://fonts.cdnfonts.com/css/azonix'); */
/* @import url(https://db.onlinewebfonts.com/c/50cd2aad9c8f35800bb6beac3ad42f16?family=AzonixRegular); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');


@font-face {
  font-family: 'azonixregular';
  src: url('azonix-webfont.woff2') format('woff2'),
       url('azonix-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

body {
  background-color: #05060b;
  color: #e9eaee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #e9eaee;
}

a {
  color: #1e1e1e;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #10AFFF;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  color: #10AFFF;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.overlay-div{
  height:100%;
  width: 100%;
  position:absolute;
  background-color:#000;
  opacity:.7;
}


.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}


.overlay-mf {
  background-color: #05060b;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.paralax-mf {
  position: relative;
  padding: 4rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/

.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#Partner{
  padding-top: 50px;
  padding-bottom: 50px;
}
.sect-mt4 {
  margin-top: 50px;
  margin-bottom: 25px;
}

/*--/ Title s /--*/

.title-s {
  font-weight: 600;
  color: #e9eaee;
  font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
  margin-bottom: 4rem;
}

.title-a {
  font-size: 3rem;
  text-transform: uppercase;
  font-family: 'azonixregular';
}

.subtitle-a {
  color: #e9eaee;
  font-size: 17px;
  font-weight: 300;
  font-family: inherit;
}

.line-mf {
  width: 200px;
  height: 5px;
  background-color: #10AFFF;
  margin: 0 auto;
  border-radius: 10px;
}

/*--/ Title Left /--*/

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #10AFFF;
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/
.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/
.socials {
  padding: 1.5rem 0;
}
.socials ul li a{
  color: #ffffff !important;
}
.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #10AFFF;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #10AFFF;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/
.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #10AFFF;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/
.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 5px #10AFFF;
  display: block;
}

.ico-circle-vd {
  height: 100px;
  width: 100px;
  font-size: 3.3rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 5px #10AFFF;
  display: block;
}

/*------/ Owl Carousel /------*/
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 2px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #10AFFF;
  width: 25px;
}

/*--portfolio companies slider--*/
.clients {
  padding: 20px 0;
}
.box1 {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 60%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto;
}
.box1 img {
  max-width: 100%;
  max-height: 100%;
  /* width: 100%; */
}
.box1:hover {
  transform: scale(1.2);
}

/*---KickSky FAQ's Start---*/

.accordion{
  margin: 5px 0;
}
.accordion .item {
    border: none;
    margin-bottom: 1px;
    background: none;
}
.t-p{
  font-family: "Montserrat", sans-serif; 
  color: #919191;
  padding: 10px 30px 10px 30px;
  background-color: #252525;
  opacity: 0.8;
}
.accordion .item .item-header h2 button.btn.btn-link {
    background: #252525;
    color: #dfdfdf;
    border-radius: 0px;
    font-family: "Montserrat", sans-serif; 
    font-size: 16px;
    font-weight: 300;
    line-height: 2.5;
    text-decoration: none;
    opacity: 0.8;
}
.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 15px;
    display: block;
    width: 100%;
    text-align: left;
    white-space: inherit;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 30px;
    color: #10AFFF;
    /* background-color: black; */
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border-bottom-color: gray;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}


/*---Faq New---*/

.faq-heading {
  font-weight: 300;
  font-size: 17px;
  -webkit-transition: text-indent 0.2s;
  text-indent: 20px;
  color: #dfdfdf;
}

.faq-text {
  font-family: "Montserrat", sans-serif;   
  font-weight: 300;
  font-size: 17px;
  color: #919191;
  width:95%;
  padding-left:20px;
  margin-bottom:30px;
}

.kicksky-FAQ {
  background-color: #252525;
  padding: 25px;
  opacity: 0.8;
}

.faq {
  width: 100%;
  margin: 0 auto;
  background: #252525;
  border-radius: 4px;
  position: relative;
  /* border: 1px solid #E1E1E1; */
}

.faq label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  padding-top:1px;
  background-color: #252525;
  border-bottom: 1px solid #454545;
}

.faq input[type="checkbox"] {
  display: none;
}

.faq .faq-arrow {
  width: 15px;
  height: 15px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid rgba(255, 255, 255, 0.33);
  border-right: 2px solid rgba(255, 255, 255, 0.33);
  float: right;
  position: relative;
  top: -30px;
  right: 27px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

 .faq input[type="checkbox"]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
 .faq input[type="checkbox"]:checked + label {
  display: block;
  background: rgb(37 37 37) !important;
  color: #d8d8d8;
  height: 225px;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

 .faq input[type='checkbox']:not(:checked) + label {
  display: block;
  transition: height 0.8s;
  height: 50px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

::-webkit-scrollbar {
  display: none;
}
/*---KickSky FAQ's End---*/

/*--KickSky Teams Start--*/
#team {
	padding: 30px 0;
}
.sec-heading h6 {
	font-family: "Montserrat", sans-serif;
	font-size: 65px;
}
.single-box {
	border: 1px solid #000000;
	border-radius: 0px;
	overflow: hidden;
	background-color: #252525ff
}

.info-area {
	padding: 0 20px 30px;
}
.img-area {
	overflow: hidden;
	padding: 30px 0 15px;
}
.img-area img {
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	max-width: 230px;
  border: none;
  border-radius: 15px;
}
.single-box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.info-area i {
	display: inline-block;
	color: #ffb400;
	margin: 0 4px;
}
.info-area h4 {
	font-weight: 400
}
.info-area h5 {
	color: #eeeeee;
	margin: 10px 0 0;
	font-weight: 300;
  font-size: 17px;
}
.info-area p {
	color: #eeeeee;
	font-weight: 300;
  font-size: 14px;
}
.info-area a {
  display: inline-block;
  margin: 0px 0 0;
  background-color: #10AFFF;
  color: #000000;
  padding: 10px 35px;
  border-radius: 4px;
}
.team-slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	text-align: center;
	width: 100%;
}
.team-slider button.owl-dot {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 6px;
	text-align: center;
	border-radius: 50%;
	background-color: #262626;
}
.team-slider .owl-dot.active {
  background-color: #10AFFF;

}
.move-animation {
	position: relative;
	-webkit-animation: move-animation 2s ease-in-out infinite;
	animation: move-animation 2s ease-in-out infinite;
}
@-webkit-keyframes move-animation {
	0% {
		top: 3px;
	}
	50% {
		top: -3px;
	}
	100% {
		top: 3px;
	}
}

/*--KickSky Teams End--*/

/*--Scrolltop--*/
.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #10AFFF;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  /* background: #10AFFF; */
  color: #fff;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 25px;
  bottom: 30px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

.preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #000;
  display: table;
  z-index: 9999;
}
.preloader .container {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.preloader .container .text {
  display: none;
  font-family: 'azonixregular';
  font-size: 80px;
  width: 50%;
  position: relative;
  left: 25%;
  color: #fff;
  text-align: center;
}
.preloader .container .text:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #10AFFF;
  animation-duration: 2s;
  animation-name: preloader-animation;
}

@keyframes preloader-animation {
  from {
    width: 0%;
    left: 50%;
  }
  to {
    width: 100%;
    left: 0%;
  }
}

.content .line {
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  right: 0;
    transform: translateY(-50%);
  -webkit-animation: animateRight 5s 1 forwards;
  animation: animateRight 5s 1 forwards;
  animation-fill-mode: forwards;
}

.content .line-r {
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-animation: animateRight 5s 1 forwards;
  animation: animateRight 5s 1 forwards;
  animation-fill-mode: forwards;
}
.content .logo {
  color: white;
  background: #000;
  position: absolute;
  top: 50%;
  left:50%;
  z-index: 2;
  padding: 5px 20px;
  margin: auto;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes animateRight {
  from {
    width: 0;
  }
  to {
    width: 50%;
  }
}
@keyframes animateRight {
  from {
    width: 0;
  }
  to {
    width: 50%;
  }
}

#preloader {
  background:#000000;
  height:100vh;
  width:50%;
  position:fixed;
  top:0px;
  left:0px;
  right: 0px;  
  bottom:0px;
  overflow:hidden;
}

#preloader{
animation: heightout 40.4s 40.5s cubic-bezier(.43,.59,.17,.97) forwards;
}

#preloader h1 {
  color:white;
  cursor:default;
  font-size:28px;
  letter-spacing:2px;
  text-transform:uppercase;
  margin:0 auto;
  width:400px;
  left:0px;
  right:0px;
  margin-top:40vh;
  margin-bottom:20px;
  text-align:center;
  animation-name: loader_line;
  animation-duration: 7s;
  background-color: #2a2a2a;
  background-image: -webkit-linear-gradient(left, #ffffff 0, #ffffff 50%, transparent 50%);
  background-position: 100% 0;
  background-size: 200% 200%;
  color: transparent;
  -webkit-background-clip: text;
}

#preloader_line {
  display:block;
  height:4px;
  width:200px;
  margin:0 auto;
  animation-name: loader_line;
  animation-duration: 4.6s;
background: linear-gradient(to left,#2a2a2a 50%,#ffffff 50%) 0 0/200% 100% #ffffff;
}


/* preloader_line animation */
/* @keyframes loader_line {
  from {background-position: 100% 0;}
  to {background-position: 0% 0;}
}

@keyframes  heightout {
  0% {
border-radius:0px;
    transform:scale(1);
  }
	 77% {
border-radius:0px;
transform:scale(1);
  }
  100% {
    border-radius:9999px;
    transform:scale(0);
  }
} */

/* Preloader */



/* The Loader */

/*======================================
//--//-->   NAVBAR
======================================*/

.navbar-b {
  transition: all .5s ease-in-out;
  background-color: transparent;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 5px;
  padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #fff;
  text-transform: none;
  font-weight: 300;
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  width: 35px;
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 35px;
}

.navbar-b.navbar-trans .nav-link:before {
  background-color: #fff;
}

.navbar-b.navbar-trans .nav-link:hover {
  color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #fff;
}

.navbar-b.navbar-reduce {
  transition: all .5s ease-in-out;
  background-color: #252525;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-b.navbar-reduce .nav-link {
  color: #fff;
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: #10AFFF;
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: #10AFFF;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #10AFFF;
}

.navbar-b.navbar-reduce .navbar-brand {
  color: #10AFFF;
  
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #1B1B1B;
}
.navbar-b .navbar-reduce .navbar-brand img {
  width: 200px;
  height: 40px;
  }

.navbar-b .navbar-brand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.navbar-b .navbar-brand img {
width: 250px;
height: 60px;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #10AFFF;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #10AFFF;
}

/*--/ Hamburger Navbar /--*/

.navbar-toggler {
  position: relative;
}

/*---for mobile menu button*/

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #10afff;
  border: 1px solid #10afff;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
  height: 100vh;
  position: relative;
  color: #fff;
}

.button-kicksky {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  padding: 1rem 0;
  line-height: 1.5rem;
  color: #000000;
  background: #10AFFF;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  width: 240px;
  border: 0;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 1;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  margin: 0 10px 0 0;
  -webkit-transition: right .5s, width .5s, background-size .5s ease-in-out;
  -o-transition: right .5s, width .5s, background-size .5s ease-in-out;
  transition: right .5s, width .5s, background-size .5s ease-in-out;
  white-space: nowrap;
  text-decoration: none
}

.button-kicksky :hover{
  color : #ffffff;
  }

.pt-3 a:hover{
color : #000000;
}

.btn-primary {
  color: #fff;
  background-color: #10AFFF;
  border-color: #10AFFF;
  font-size: 22px;
  font-weight: 300;
}

.intro .intro-content {
  text-align: left;
  position: absolute;
  margin-top: 85px;
}

.intro .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.intro .intro-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  font-family: 'azonixregular';
  
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: 'azonixregular';
}

.intro .text-slider-items {
  display: none;
}

strong.text-slider {
  /* font-family: "Montserrat", sans-serif !important; */
  font-family: 'azonixregular';
  font-weight: 300 !important;
  text-transform: capitalize;
}

.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: #10AFFF;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.intro-single .breadcrumb a {
  color: #fff;
}



/*-----------Blinking Stars----------*/

.canvas {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.canvas .foreground {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 10%;
  color: white;
  text-align: center;
  padding-top: 20px;
  font-size: 3em;
  font-family: "Montserrat", sans-serif;
}
.canvas .foregrounda {
  position: absolute;
  top: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 10%;
  color: white;
  text-align: center;
  padding-top: 20px;
  font-size: 3em;
  font-family: "Montserrat", sans-serif;
}
.canvas .sky {
  height: 300%;
  width: 300%;
  position: absolute;
  top: -100%;
  left: -100%;
  margin-top: 50%;
  -webkit-animation: rotate 250s infinite linear;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.star-blink {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #b6cbd4;
  border-radius: 50%;
  z-index: 0;
  -webkit-transform: rotate(0deg) scale(0.08);
  -webkit-backface-visibility: hidden;
  -webkit-animation: blinkAfter 15s infinite ease-out;
}
.star-blink div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: rotate(45deg) scale(0.75);
  box-shadow: 0 0 2px 8px rgba(0, 0, 0, 0.4), 0 0 2px 9px rgba(255, 255, 255, 0.07), 0 0 2px 15px rgba(0, 0, 0, 0.4), 0 0 2px 16px rgba(255, 255, 255, 0.1);
  -webkit-backface-visibility: hidden;
}
.star-blink:after, .star-blink:before,
.star-blink div:after,
.star-blink div:before {
  content: "";
  position: absolute;
  display: block;
  top: -350%;
  left: 45%;
  height: 800%;
  width: 10%;
  border-radius: 50%;
  background-color: #b6cbd4;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.1) 100%);
  z-index: 1;
  box-shadow: 0 0 25px white;
  -webkit-backface-visibility: hidden;
}
.star-blink:before,
.star-blink div:before {
  -webkit-transform: rotate(90deg);
}
.star-blink.blue:after, .star-blink.blue:before,
.star-blink.blue div:after,
.star-blink.blue div:before {
  box-shadow: 0 0 25px blue;
}
.star-blink.red:after, .star-blink.red:before,
.star-blink.red div:after,
.star-blink.red div:before {
  box-shadow: 0 0 25px red;
}

@-webkit-keyframes blinkAfter {
  0% {
    -webkit-transform: rotate(0deg) scale(0.08);
  }
  4% {
    -webkit-transform: rotate(-20deg) scale(0.9);
  }
  8% {
    -webkit-transform: rotate(-40deg) scale(0.08);
  }
  50% {
    -webkit-transform: rotate(-40deg) scale(0.08);
  }
  52% {
    -webkit-transform: rotate(-50deg) scale(0.3);
  }
  54% {
    -webkit-transform: rotate(-60deg) scale(0.08);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.08);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

/*======================================
  KickSKy About Us
======================================*/

.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

.skill-mf span {
  color: #4e4e4e;
}

.skill-mf .progress {
  background-color: #cde1f8;
  margin: .5rem 0 1.2rem 0;
  border-radius: 0;
  height: .7rem;
}

.skill-mf .progress .progress-bar {
  height: .7rem;
  background-color: #10AFFF;
}

.list-unstyled {
  font-size: 1.10rem;
  font-weight: 300;
  line-height: 30px;
}

.lead {
  font-size: 17px;
  font-weight: 200;
  font-family: inherit !important;
}

/*======================================
    whykicksky
======================================*/

#whykicksky{
  margin-top: 60px;
  margin-bottom: 60px;
}

.whykicksky-box {
  background-color: #252525;
  padding: 1.2rem 1.3rem;
  border-radius: 0px;
  margin-bottom: 2rem;
  border: 1px solid #454545;
}

.whykicksky-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #10AFFF;
  box-shadow: 0 0 0 9px #cde1f8;
}

.whykicksky-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.whykicksky-box .ico-circle {
  transition: all 500ms ease;
  font-size: 3.3rem;
}

.whykicksky-box .s-title {
  font-size: 1.1rem;
  text-align: center;
  padding: 0.4rem 0;
  margin-top: 15px;
  font-weight: 400;
}

.whykicksky-box .s-description {
  color: #e9eaee;
  font-size: 17px;
  font-weight: 200;
}

/*======================================
  TargetSectors
======================================*/
.TargetSectors-box {
  background-color: #252525;
  padding: 0.5rem 0.3rem;
  border-radius: 0px;
  margin-bottom: 3rem;
  border: 1px solid #454545;
}

.TargetSectors-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #10AFFF;
  box-shadow: 0 0 0 10px #cde1f8;
}

.TargetSectors-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.TargetSectors-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.TargetSectors-box .s-title {
  font-size: 1.1rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem 0;
  margin-top: 15px;
}

.TargetSectors-box .s-description {
  color: #e9eaee;
  font-size: 14px;
}
.box2:hover {
  transform: scale(1.1);
  transition: transform 0.5s ease-in;
}

/*======================================
//--//-->   COUNTER
======================================*/

.counter-box {
  color: #fff;
  text-align: center;
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.8;
  box-shadow: 0 0 0 10px #cde1f8;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

/*======================================
//--//-->   PORTFOLIO
======================================*/

.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* background-color: #fff; */
}

.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #10AFFF;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #10AFFF;
  float: right;
}

.work-content .w-like a {
  color: #10AFFF;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #10AFFF;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

/*======================================
    card  BLOG
======================================*/

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #10AFFF;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}

/*======================================
//--//-->   BLOG-SINGLE
======================================*/

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #10AFFF;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #10AFFF;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #10AFFF;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #10AFFF;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/

.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #10AFFF;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #10AFFF;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #10AFFF;
  border-color: #10AFFF;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #10AFFF;
  padding: .2rem .6rem;
  margin-bottom: .5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

/*======================================
//--//-->   CONTACT
======================================*/

.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

/*======================================
//--//-->   FOOTER
======================================*/
.sect-pt04 {
  padding-top: 30px;
  padding-bottom: 30px;
}

footer {
  text-align: center;
  color: #7a7a7a;
}

footer .copyright {
  margin-bottom: .3rem;
  font-size: 14px;
  font-family: inherit;
  float: left;
}

footer .credits {
  margin-bottom: 0;
  float: right;
}

footer .credits a {
  color: #fff;
}
ul.list-ico {
  font-size: 17px;
  font-family: inherit;
  font-weight: 200;
}

section#kicksky-footer {
  background: #252525;
}

.myimg {
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1);
  -webkit-transition: all .8s ease-in-out;  
}

img:hover {
filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

/*======================================
//--//-->   CONtaCT FORM
======================================*/

#sendmessage {
  color: #10AFFF;
  border: 1px solid #10AFFF;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*======================================
//--//-->   BUTTON
======================================*/

.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  background-color: #10AFFF;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
  .preloader .container .text {
    display: none;
    font-family: 'azonixregular';
    font-size: 30px !important;
    width: 80%;
    position: relative;
    left: 10%;
    color: #fff;
    text-align: center;
  }
  .navbar-nav {
    text-align: center !important;
}

}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
  .card-blog {
    margin-bottom: 3rem;
  }
  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
  .preloader .container .text {
    display: none;
    font-family: 'azonixregular';
    font-size: 30px !important;
    width: 80%;
    position: relative;
    left: 10%;
    color: #fff;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }

  .navbar-b.navbar-trans .nav-item,
  .navbar-b.navbar-reduce .nav-item {
    padding-left: 10px;
  }

  .navbar-b.navbar-trans .nav-link:before,
  .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }

  .intro .intro-title {
    font-size: 3.5rem;
  }

  .intro .intro-subtitle {
    font-size: 2.0rem;
  }

  .intro-single .intro-title {
    font-size: 3.5rem;
  }

  .testimonial-box .description {
    padding: 0 5rem;
  }

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }

  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
  .preloader .container .text {
    display: none;
    font-family: 'azonixregular';
    font-size: 30px !important;
    width: 80%;
    position: relative;
    left: 10%;
    color: #fff;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 3rem;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

  .navbar-b .navbar-brand img {
    width: 200px !important;
    height: 60px;
}
.navbar-nav {
    text-align: center !important;
}

  .intro .intro-content {
    text-align: left;
    position: absolute;
    margin-top: 50px;
}

.preloader .container .text {
  display: none;
  font-family: 'azonixregular';
  font-size: 30px !important;
  width:80%;
  position: relative;
  left: 10%;
  color: #fff;
  text-align: center;
}
.preloader-image-size img{
  width: 150px;
 }
.faq-heading {
    font-weight: 300;
    font-size: 17px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: #dfdfdf;
  }
  
.faq-text {
    font-family: "Montserrat", sans-serif;   
    font-weight: 300;
    font-size: 17px;
    color: #919191;
    width:95%;
    padding-left:20px;
    margin-bottom:30px;
  }
  
  .kicksky-FAQ {
    background-color: #252525;
    padding: 25px;
    opacity: 0.8;
  }
  
  .faq {
    width: 100%;
    margin: 0 auto;
    background: #252525;
    border-radius: 4px;
    position: relative;
    /* border: 1px solid #E1E1E1; */
  }
  
  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top:1px;
    background-color: #252525;
    border-bottom: 1px solid #454545;
  }
  
  .faq input[type="checkbox"] {
    display: none;
  }
  
  .faq .faq-arrow {
    width: 10px;
    height: 10px;
    top: -33px;
    right: 27px;
  }
  
   .faq input[type="checkbox"]:checked + label > .faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
   .faq input[type="checkbox"]:checked + label {
    display: block;
    background: rgb(37 37 37) !important;
    color: #d8d8d8;
    height: 225px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
   .faq input[type='checkbox']:not(:checked) + label {
    display: block;
    transition: height 0.8s;
    height: 50px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

  .navbar-b .navbar-brand img {
    width: 200px;
    height: 60px;
}

  .intro .intro-content {
    text-align: left;
    position: absolute;
    margin-top: 50px;
}

.navbar-nav {
  text-align: center !important;
}

  .faq-heading {
    font-weight: 300;
    font-size: 17px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: #dfdfdf;
  }
  
  .faq-text {
    font-family: "Montserrat", sans-serif;   
    font-weight: 300;
    font-size: 17px;
    color: #919191;
    width:95%;
    padding-left:20px;
    margin-bottom:30px;
  }
  
  .kicksky-FAQ {
    background-color: #252525;
    padding: 25px;
    opacity: 0.8;
  }
  
  .faq {
    width: 100%;
    margin: 0 auto;
    background: #252525;
    border-radius: 4px;
    position: relative;
    /* border: 1px solid #E1E1E1; */
  }
  
  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top:1px;
    background-color: #252525;
    border-bottom: 1px solid #454545;
  }
  
  .faq input[type="checkbox"] {
    display: none;
  }
  
  .faq .faq-arrow {
    width: 15px;
    height: 15px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid rgba(255, 255, 255, 0.33);
    border-right: 2px solid rgba(255, 255, 255, 0.33);
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
   .faq input[type="checkbox"]:checked + label > .faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
   .faq input[type="checkbox"]:checked + label {
    display: block;
    background: rgb(37 37 37) !important;
    color: #d8d8d8;
    height: 225px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
   .faq input[type='checkbox']:not(:checked) + label {
    display: block;
    transition: height 0.8s;
    height: 50px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

  .intro .intro-content {
    text-align: left;
    position: absolute;
    margin-top: 50px;
}

  .faq-heading {
    font-weight: 300;
    font-size: 17px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: #dfdfdf;
  }
  
  .faq-text {
    font-family: "Montserrat", sans-serif;   
    font-weight: 300;
    font-size: 17px;
    color: #919191;
    width:95%;
    padding-left:20px;
    margin-bottom:30px;
  }
  
  .kicksky-FAQ {
    background-color: #252525;
    padding: 25px;
    opacity: 0.8;
  }
  
  .faq {
    width: 100%;
    margin: 0 auto;
    background: #252525;
    border-radius: 4px;
    position: relative;
    /* border: 1px solid #E1E1E1; */
  }
  
  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top:1px;
    background-color: #252525;
    border-bottom: 1px solid #454545;
  }
  
  .faq input[type="checkbox"] {
    display: none;
  }
  
  .faq .faq-arrow {
    width: 15px;
    height: 15px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid rgba(255, 255, 255, 0.33);
    border-right: 2px solid rgba(255, 255, 255, 0.33);
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
   .faq input[type="checkbox"]:checked + label > .faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
   .faq input[type="checkbox"]:checked + label {
    display: block;
    background: rgb(37 37 37) !important;
    color: #d8d8d8;
    height: 225px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
   .faq input[type='checkbox']:not(:checked) + label {
    display: block;
    transition: height 0.8s;
    height: 45px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

 }

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  
  .navbar-b .navbar-brand img {
    width: 200px !important;
    height: 60px;
}
 
.navbar-nav {
  text-align: center !important;
}
  .preloader .container .text {
    display: none;
    font-family: 'azonixregular';
    font-size: 30px;
    width: 50%;
    position: relative;
    left: 25%;
    color: #fff;
    text-align: center;
  }
  .preloader-image-size img{
    width: 150px;
   }
  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 45px;
    padding-top: 1px;
    background-color: #252525;
    border-bottom: 1px solid #454545;
}

.faq-heading {
  font-weight: 300;
  font-size: 14px;
  -webkit-transition: text-indent 0.2s;
  text-indent: 0px;
  color: #dfdfdf;
}

.faq input[type='checkbox']:not(:checked) + label {
  display: block;
  transition: height 0.8s;
  height: 45px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq .faq-arrow {
  width: 12px;
  height: 12px;
  top: -30px;
}
.kicksky-FAQ {
  background-color: #252525;
  padding: 10px;
  opacity: 0.8;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

  .navbar-b .navbar-brand img {
    width: 200px !important;
    height: 60px;
}
.navbar-nav {
  text-align: center !important;
}
  .preloader .container .text {
    display: none;
    font-family: 'azonixregular';
    font-size: 30px;
    width: 80%;
    position: relative;
    left: 10%;
    color: #fff;
    text-align: center;
  }
  .preloader-image-size img{
   width: 150px;
  }
  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 45px;
    padding-top: 1px;
    background-color: #252525;
    border-bottom: 1px solid #454545;
}

.faq-heading {
  font-weight: 300;
  /* font-size: 14px; */
  -webkit-transition: text-indent 0.2s;
  text-indent: 0px;
  color: #dfdfdf;
}

.faq input[type='checkbox']:not(:checked) + label {
  display: block;
  transition: height 0.8s;
  /* height: 44px; */
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq .faq-arrow {
  width: 12px;
  height: 12px;
  top: -30px;
}
.kicksky-FAQ {
  background-color: #252525;
  padding: 10px;
  opacity: 0.8;
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 80%;
}

}

