::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #6f6f6f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #6f6f6f;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #6f6f6f;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #6f6f6f;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #6f6f6f;
}

::placeholder { /* Most modern browsers support this now. */
   color: #6f6f6f;
}

body::-webkit-scrollbar {
  width: 11px;
}
body{
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}
body:-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 3px solid #fff;
}

.container{
	max-width: 1250px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	padding:0px 40px;
	position:relative;
	clear:both;
}
.kura_tm_all_wrap,
.kura_tm_all_wrap *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}

.kura_tm_sticky_section{
	position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
	overflow: visible;
	top: 50px;
}
.kura_tm_sticky_section:after{
	clear: both;
	display: table;
	content: '';
}

#preloader{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    display: flex;
}
#preloader:before,
#preloader:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#preloader:after{
    left: auto;
    right: 0;
}
#preloader .loader_line{
    margin: auto;
    width: 1px;
    height: 250px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.loader_line:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
    -o-animation: lineheight 1000ms ease-in-out 0s forwards;
    animation: lineheight 1000ms ease-in-out 0s forwards;
}
.loader_line:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #999999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: lineround 1200ms linear 0s infinite;
    -o-animation: lineround 1200ms linear 0s infinite;
    animation: lineround 1200ms linear 0s infinite;
    animation-delay: 2000ms;
}

@keyframes lineheight{
    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }
}

@keyframes lineround{
    0%{
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%{
        -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
}

/*hiding all*/
.preloaded .loader_line:after{
    opacity: 0;
}
.preloaded  .loader_line{
    opacity: 0;
    height: 100%!important;
}
.preloaded:before,
.preloaded:after{
    -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
    -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
    animation: preloadedzero 300ms ease-in-out 500ms forwards;
}
@keyframes preloadedzero{
    0%{
        width: 50%;
    }
    100%{
        width: 0%;
    }
}
body.opened .kura_tm_topbar{
	transition-delay: .4s;
	transform: translateY(0);
}
.kura_tm_topbar.animate .wrapper{
	background-color: rgba(255,255,255,1.00);
}
.kura_tm_topbar.animate .topbar_inner{
	padding: 20px 37px 20px 50px;
}
.kura_tm_topbar .list ul li.opened{
	opacity: 1;
	visibility: visible;
	left: 0px;
}
.kura_tm_topbar .list ul li a:hover{
	color: var(--secondary-color);
}
.kura_tm_topbar .list ul li.current a{
	color: var(--secondary-color);
}
.trigger .hamburger-inner, 
.trigger .hamburger-inner:after, 
.trigger .hamburger-inner:before{
	height: 2px;
	width: 30px;
}
.trigger .hamburger{
	padding: 0px;
}
.kura_tm_mobile_menu .mobile_menu_inner{
	border-bottom: 1px solid rgba(0,0,0,.1);
}
body.opened .kura_tm_hero .content .left{
	opacity: 1;
	visibility: visible;
	top: 0px;
}
.kura_tm_hero .services ul li a:hover{
	color: var(--secondary-color);
}
.kura_tm_hero .services ul li a:hover .svg{
	transform: rotate(-50deg);
	color: var(--secondary-color);
}
body.opened .kura_tm_hero .content .right{
	opacity: 1;
	visibility: visible;
	top: 0px;
}
.kura_tm_hero .content .right .image .main{
	transform: rotate(0deg);
	z-index: 2;
	border-radius: 10px;
}
body.opened .kura_tm_hero .content .right .image .main{
	transform: rotate(7deg);
}
.kura_tm_hero .down{
	position: absolute;
	left: 0px;
	bottom: 8%;
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}
body.opened .kura_tm_hero .down{
	opacity: 1;
	visibility: visible;
	bottom: 10%;
}
.kura_tm_hero .down .svg{
	width: 40px;
	height: 40px;
	animation: scroll ease 2s infinite;
}
@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(20px);
    }
}
.kura_tm_hero .down a{
	text-decoration: none;
	color: #000;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.kura_tm_hero .down a:hover{
	color: var(--secondary-color);
}
.kura_tm_hero .content .right .image .shape{
	position: absolute;
	top: 23px;
	bottom: -23px;
	left: -95px;
	width: 90%;
	background-color: var(--secondary-color);
	transform: rotate(0deg);
	z-index: 1;
	border-radius: 10px;
	
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}
body.opened .kura_tm_hero .content .right .image .shape{
	transform: rotate(-6deg);
} 
.kura_tm_portfolio .portfolio_list .overlay{
	opacity: 0;
	visibility: hidden;
}
.kura_tm_portfolio .portfolio_list .list_inner:hover .overlay{
	opacity: 1;
	visibility: visible;
}
.kura_tm_portfolio .portfolio_list .details{
	opacity: 0;
	visibility: hidden;
}
.kura_tm_portfolio .portfolio_list .list_inner:hover .details{
	opacity: 1;
	visibility: visible;
}
.kura_tm_portfolio .portfolio_list .list_inner .svg{
	opacity: 0;
	visibility: hidden;
}
.kura_tm_portfolio .portfolio_list .list_inner:hover .svg{
	opacity: 1;
	visibility: visible;
}
.kura_tm_swiper_progress{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	clear: both;
	margin-top: 27px;
}
.kura_tm_swiper_progress .my_pagination_in{
	float: left;
	position: relative;
}
.kura_tm_swiper_progress span{
	display: block;
	float: left;
	font-size: 16px;
	letter-spacing: 0;
	color: #000;
	height: 22px;
	line-height: 22px;
}
.kura_tm_swiper_progress .pagination_progress{
	width: 100px;
	margin: 0 20px;
	position: relative;
}
.kura_tm_swiper_progress .pagination_progress .all{
	height: 1px;
	width: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	top: 50%;
	left: 0;
	background-color: rgba(0,0,0,.2);
}
.kura_tm_swiper_progress .pagination_progress .all span{
	height: 1px;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	transform-origin: left top;
	transform: scale(0);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.kura_tm_swiper_progress .my_navigation{
	position: relative;
	top: 6px;
}
.kura_tm_swiper_progress .my_navigation ul{
	margin: 0px;
	list-style-type: none;
}
.kura_tm_swiper_progress .my_navigation ul li{
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
.kura_tm_swiper_progress .my_navigation ul li:last-child{
	margin-right: 0px;
}
.kura_tm_swiper_progress .my_navigation ul li a{
	text-decoration: none;
	color: #000;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.kura_tm_swiper_progress .my_navigation ul li a:hover{
	color: var(--secondary-color);
}
.kura_tm_swiper_progress .my_navigation ul li .svg{
	width: 27px;
	height: 27px;
}
.kura_tm_swiper_progress .my_navigation ul li .my_prev .svg{
	transform: rotate(180deg);
}
.kura_tm_skills:before{
	position: absolute;
    content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;  
    background-image: url(../img/patterns/white-texture.png);
    background-repeat: repeat;
    opacity: .6; 
    z-index: 2;
}
.kura_tm_skills:after{
	position: absolute;
    content: "";
    top: 0px;
   	bottom: 0px;
   	left: 0px;
   	right: 0px;
   	background-color: #000;
   	z-index: 1;
}
.dodo_progress{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.progress_inner{
	width:100%;
	margin-bottom:25px;
}
.progress_inner:last-child{
	margin-bottom: 0px;
}
.progress_inner > span{
	margin:0px 0px 11px 0px;
	width:100%;
	display:block;
	text-align:left;
	color: #fff;
	font-family: "Poppins";
}
.progress_inner span.number{
	float: right;
}
.progress_inner .background{
	background:rgba(255,255,255,.09);
	width:100%;
	min-width:100%;
	position:relative;
	height:8px;
}
.progress_inner .background .bar_in{
	height:100%;
	background:var(--secondary-color);
	width:0px;
	overflow:hidden;
}
.progress_inner .background .bar{
	width:0px;
	height:100%;
}
.progress_inner .background .bar.open{
	-webkit-animation: wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation:    wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation:         wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width:100%;	
}

@-webkit-keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
@keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
.kura_tm_skills .right[data-background-style="video"] .my_image{display: none;}
.kura_tm_skills .right[data-background-style="image"] .my_video{display: none;}
.kura_tm_timeline .timeline_list ul li{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.kura_tm_timeline .timeline_list ul li:last-child{
	border-bottom: none;
}

.kura_tm_pricing .right ul li .list_inner{
	box-shadow: 0px 0px 20px rgba(0,0,0,.08);
}
.kura_tm_pricing .right ul li .list_inner:hover{
	background-color: var(--secondary-color);
}
.kura_tm_pricing .right ul li .list_inner:hover span{
	color: #fff;
}
.kura_tm_pricing .right ul li .list_inner:hover .svg{
	color: #fff;
}
.kura_tm_news .news_list .overlay{
	opacity: 0;
	visibility: hidden;
}
.kura_tm_news .news_list .list_inner:hover .overlay{
	opacity: 1;
	visibility: visible;
}
.kura_tm_news .news_list .details{
	opacity: 0;
	visibility: hidden;
}
.kura_tm_news .news_list .list_inner:hover .details{
	opacity: 1;
	visibility: visible;
}
.kura_tm_news .news_list .list_inner .svg{
	opacity: 0;
	visibility: hidden;
}
.kura_tm_news .news_list .list_inner:hover .svg{
	opacity: 1;
	visibility: visible;
}
.kura_tm_contact .fields ul li input{
	width: 100%;
	border: 1px solid rgba(0,0,0,.1);
	background-color: transparent;
}
.kura_tm_contact .fields ul li input:focus{
	outline: none;
	border: 1px solid rgba(0,0,0,.3);
}
.kura_tm_contact .fields .last textarea{
	width: 100%;
	border: 1px solid rgba(0,0,0,.1);
	height: 50px !important;
	resize: none;
	margin-bottom: 20px;
	background-color: transparent;
}
.kura_tm_contact .fields .last textarea:focus{
	outline: none;
	border: 1px solid rgba(0,0,0,.3);
} 
.kura_tm_contact .empty_notice{
	color: #F52225;
	margin-bottom: 7px;
	display: none;
	text-align: left;
	font-weight: 500;
}
.kura_tm_contact .contact_error{
	color: #F52225;
	text-align: left;
	font-weight: 500;
}
.kura_tm_contact .returnmessage{
	color:#3A00FF;
	margin-bottom: 7px;
	text-align: left;
	font-weight: 500;
}
.kura_tm_button{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.kura_tm_button a{
	text-decoration: none;
    color: #fff;
    font-size: 17px;
    display: block;
	text-align: center;
    padding: 8px 20px;
    position: relative;
	background-color: var(--secondary-color);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.kura_tm_button a .svg{
	position: relative;
    top: -2px;
    width: 17px;
    height: 17px;
    left: 10px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.kura_tm_button a:hover{
	color: #fff;background-color: #000;
}
.kura_tm_button a:hover .svg{
	transform: rotate(-50deg);
}

/*MAGIC CURSOR*/

.mouse-cursor{
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden;
  }
  .cursor-inner {
	margin-left: -3px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	z-index: 100;
	background-color: var(--secondary-color);
	-webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
	transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  }
  .cursor-inner.cursor-hover {
	margin-left: -40px;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	background-color: var(--secondary-color);
	opacity: .3;
  }
  .cursor-outer {
	margin-left: -15px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border: 2px solid var(--secondary-color);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
	opacity: .5;
	-webkit-transition: all .08s ease-out;
	transition: all .08s ease-out;
  }
  .cursor-outer.cursor-hover{
	opacity: 0;
  }
  .kura_tm_all_wrap[data-magic-cursor="hide"] .mouse-cursor{
	  display: none;
	  opacity: 0;
	  visibility: hidden;
	  position: absolute;
	  z-index: -1111;
  }