@charset "utf-8";

/*
/*	Copyright (c) 2022 CoddyThemes
/*	Author: CoddyThemes
/*	This file is made for CURRENT TEMPLATE

01)	OKI BASE
02)	OKI MOBILE MENU
03) OKI HEADER
04) OKI CONTENT
05) OKI HOME
06) OKI ABOUT
07) OKI PORTFOLIO
08) OKI NEWS
09) OKI CONTACT
10) OKI MAGIC CURSOR
11) OKI MEDIA QUERIES (FOR SMALL DEVIVES)

/*---------------------------------------------------*/
/*	01) OKI BASE
/*---------------------------------------------------*/

html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}
body{
	overflow-x: hidden;
	width: 100%;
	font-family: "Comfortaa";
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.2px;
	word-wrap: break-word;
	font-weight: 400;
	background-color: #000;
	color: #A2A2A2;
}
svg{
	fill: currentcolor;
	width: 15px;
	height: 15px;
}
img.svg{
	width: 15px;
	height: 15px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #A2A2A2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #A2A2A2;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #A2A2A2;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #A2A2A2;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #A2A2A2;
}

::placeholder { /* Most modern browsers support this now. */
   color: #A2A2A2;
}

h1, h2, h3, h4, h5, h6{
	font-weight:600;
	line-height: 1.3;
	font-family: "Comfortaa";
	color: #fff;
}
h1 { font-size: 45px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }
.oki_tm_all_wrap{
	width: 100%;
	min-height: 100vh;
	clear: both;
	float: left;
	position: relative;
}
.oki_tm_all_wrap,
.oki_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+ */
}
#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: #ddd;
    -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%;
    }
}

/*---------------------------------------------------*/
/*	02) OKI MOBILE MENU
/*---------------------------------------------------*/

.oki_tm_topbar{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	background-color: #000;
	z-index: 10;
	display: none;
}
.oki_tm_topbar .topbar_inner{
	width: 100%;
	height: 100%;
	clear: both;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 20px;
}
.oki_tm_topbar .logo img{
	max-width: 100px;
	max-height: 40px;
}
.oki_tm_topbar .hamburger{
	padding: 0px;
}
.oki_tm_topbar .hamburger-inner, 
.oki_tm_topbar .hamburger-inner:after, 
.oki_tm_topbar .hamburger-inner:before{
	width: 30px;
	height: 2px;
	background-color: #fff;
}
.oki_tm_topbar .hamburger.is-active .hamburger-inner, 
.oki_tm_topbar .hamburger.is-active .hamburger-inner:after, 
.oki_tm_topbar .hamburger.is-active .hamburger-inner:before{
	background-color: #fff;
}
.oki_tm_topbar .trigger{
	position: relative;
	top: 5px;
}
.oki_tm_topbar .hamburger-box{
	width: 30px;
}
.oki_tm_mobile_menu{
	position: fixed;
	top: 50px;
	right: -200px;
	height: 100vh;
	width: 200px;
	z-index: 15;
	background-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;
}
.oki_tm_mobile_menu.opened{
	right: 0px;
}
.oki_tm_mobile_menu .inner{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: right;
	padding: 50px 20px 20px 20px;
}
.oki_tm_mobile_menu .menu_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.oki_tm_mobile_menu .menu_list ul{
	margin: 0px;
	list-style-type: none;
}
.oki_tm_mobile_menu .menu_list ul li{
	margin: 0px 0px 15px 0px;
}
.oki_tm_mobile_menu .menu_list ul li a{
	text-decoration: none;
	color: #fff;
	font-family: "Comfortaa";
	font-size: 20px;
}
.oki_tm_mobile_menu .menu_list ul li.active a{
	color: #ffd701;
}
@media(max-width:479px){
	.oki_tm_mobile_menu{
		width: 100%;
		right: -100%;
		opacity: 0.95;
	}
}
/*---------------------------------------------------*/
/*	03) OKI HEADER
/*---------------------------------------------------*/

.oki_tm_header{
	position: fixed;
	width: 900px;
	transform: translateX(-50%);
	left: 50%;
}
.oki_tm_header .header_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.oki_tm_header .logo img{
	max-width: 110px;
}
.oki_tm_header .menu ul{
	margin: 0px;
	list-style-type: none;
}
.oki_tm_header .menu ul li{
	margin: 0px 30px 0px 0px;
	display: inline-block;
}
.oki_tm_header .menu ul li:last-child{
	margin-right: 0px;
}
.oki_tm_header .menu ul li a{
	text-decoration: none;
	color: #fff;
	font-family: "Comfortaa";
	font-weight: 500;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.oki_tm_header .menu ul li.active a{
	color: #ffd701;
}
.oki_tm_header .menu ul li a:hover{
	color: #0062bd;
}

/*---------------------------------------------------*/
/*	04) OKI CONTENT
/*---------------------------------------------------*/

.oki_tm_content{
	position: fixed;
	width: 900px;
	top: 100px;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}
.oki_tm_section{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	overflow-y: scroll;
	
	opacity: 0;
	visibility: hidden;
	z-index: 8;
	transition: visibility .5s linear, opacity 0s linear;
	-moz-transition: visibility .5s linear, opacity 0s linear;
	-webkit-transition: visibility .5s linear, opacity 0s linear;
	-o-transition: visibility .5s linear, opacity 0s linear;
}
.oki_tm_section.animated {
	opacity: 1;
	visibility: visible;
	z-index: 9;
}
.oki_tm_section.active {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}
.oki_tm_section.hidden {
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}
.oki_tm_section::-webkit-scrollbar{
  width: 0px;
}
.oki_tm_section .section_inner{
	position: relative;
	width: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
}

/*---------------------------------------------------*/
/*	05) OKI HOME
/*---------------------------------------------------*/

.oki_tm_home{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: left;
}
.oki_tm_home .name{
	color: #fff;
	font-size: 72px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.oki_tm_home .job{
	font-size: 25px;
	font-weight: 500;
	color: #A2A2A2;
	margin-bottom: 40px;
}
.oki_tm_home .job b{
	color: #fff;
	font-weight: 600;
}
.oki_tm_button{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 5;
}
.oki_tm_button a{
	text-decoration: none;
	color: #000;
	display: inline-block;
	background-color: #fff;
	padding: 10px 40px;
	text-align: center;
	border-radius: 50px;
	font-family: "Comfortaa";
	transition: all .5s;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.oki_tm_button a:hover{
	font-weight: bold;
	transition: all .5s;
	color: #000;
}
.oki_tm_button.full a{display: block;}

.h4_bg{
	position: absolute;
    color: rgb(255 255 255 / 2%);
    font-weight: 900;
    font-size: 10vw;
    line-height: 14vw;
    top: 2vw;
    left: 2vw;
    text-transform: uppercase;
}

/*---------------------------------------------------*/
/*	06) OKI ABOUT
/*---------------------------------------------------*/

.oki_tm_about{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
}
.oki_tm_about .left{
	width: 40%;
}
.oki_tm_about .left .image{
	position: relative;
}
.oki_tm_about .left .image img{
	position: relative;
	min-width: 100%;
	opacity: 0;
}
.oki_tm_about .left .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}
.oki_tm_about .right{
	width: 60%;
	padding-left: 100px;
}
.oki_tm_about .right .short{
	width: 100%;
	float: left;
	margin-bottom: 24px;
	border-bottom: 1px dashed rgba(255,255,255,.15);
	padding-bottom: 30px;
}
.oki_tm_about .right .short .name{
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: 700;
}
.oki_tm_about .right .short .job{
	font-size: 18px;
	font-weight: 400;
	color: #A2A2A2;
}
.oki_tm_about .right .short .job b{
	color: #fff;
	font-weight: 400;
}
.oki_tm_about .right .text{
	width: 100%;
	float: left;
	margin-bottom: 36px;
}
.oki_tm_about .right .text p{
	margin-bottom: 15px;
}
.oki_tm_about .right .text p:last-child{
	margin-bottom: 0px;
}
.oki_tm_about .right .text span{
	color: #fff;
}
.coloring-b{color: #0062bc;}
.coloring-y{color: #ffd701}
.oki_tm_modalbox{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100vh;
	z-index: 20;
	background-color: rgba(0,0,0,1);
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.oki_tm_modalbox.opened{
	opacity: 1;
	visibility: visible;
}
.oki_tm_modalbox .box_inner{
	position: absolute;
	top: 70px;
	bottom: 70px;
	width: 800px;
	left: 50%;
	border-radius: 10px;
	transform: translateX(-50%);
	background-color: #222;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	margin-top: -20px;
	transition-delay: .3s;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.oki_tm_modalbox.opened .box_inner{
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}
.oki_tm_modalbox .close{
	position: fixed;
	left: 100%;
	top: 0px;
	margin-left: 30px;
	z-index: 10;
}
.oki_tm_modalbox .close a{
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	color: #fff;
	border:2px solid #fff;
	border-radius: 10px;
	position: relative;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.oki_tm_modalbox .close a:hover{
	border-radius: 100%;
}
.oki_tm_modalbox .close a i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.oki_tm_modalbox .description_wrap{
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	overflow-y: scroll;
}
.oki_tm_modalbox .description_wrap:before{
	position: fixed;
	content: "";
	top: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	background-color: #222;
	z-index: 3;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.oki_tm_modalbox .description_wrap:after{
	position: fixed;
	content: "";
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 50px;
	background-color: #222;
	z-index: 3;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.oki_tm_modalbox .description_wrap::-webkit-scrollbar{
  width: 0px;
}
.oki_tm_hidden_content{
	position: absolute;
	z-index: -111;
	visibility: hidden;
	opacity: 0;
	display: none;
}

/*---------------------------------------------------*/
/*	07) OKI PORTFOLIO
/*---------------------------------------------------*/

.oki_tm_main_title{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	border-bottom: 1px dashed rgba(255,255,255,.15);
	padding-bottom: 20px;
}
.oki_tm_main_title h3{
	font-weight: 700;
}
.oki_tm_portfolio{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.oki_tm_portfolio .portfolio_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 60px;
}
.oki_tm_portfolio .portfolio_list .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.oki_tm_portfolio .portfolio_list .image{
	position: relative;
	overflow: hidden;
}
.oki_tm_portfolio .portfolio_list .image img{
	position: relative;
	min-width: 100%;
	opacity: 0;
}
.oki_tm_portfolio .portfolio_list .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	transform: scale(1)translateZ(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;
}
.oki_tm_portfolio .portfolio_list .details{
	position: absolute;
	z-index: 2;
	bottom: -100px;
	left: 20px;
	background-color: #fff;
	padding: 10px 20px 10px 20px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
	border-radius: 5px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.oki_tm_portfolio .portfolio_list .details h3{
	color: #000;
	font-size: 15px;
	margin-bottom: 2px;
}
.oki_tm_portfolio .portfolio_list .details span{
	color: #777;
	font-size: 14px;
}
.oki_tm_portfolio .portfolio_list .list_inner:hover .details{
	bottom: 20px;
}
.oki_tm_portfolio .portfolio_list .list_inner:hover .image .main{
	transform: scale(1.1)translateZ(0);
}
.oki_tm_swiper_progress{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	clear: both;
	margin-top: 32px;
}
.oki_tm_swiper_progress .my_pagination_in{
	float: left;
	position: relative;
}
.oki_tm_swiper_progress span{
	display: block;
	float: left;
	font-size: 16px;
	letter-spacing: 0;
	color: #fff;
	height: 22px;
	line-height: 22px;
}
.oki_tm_swiper_progress .pagination_progress{
	width: 100px;
	margin: 0 20px;
	position: relative;
}
.oki_tm_swiper_progress .pagination_progress .all{
	height: 1px;
	width: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	top: 50%;
	left: 0;
	background-color: rgba(255,255,255,.2);
}
.oki_tm_swiper_progress .pagination_progress .all span{
	height: 1px;
	width: 100%;
	background-color: rgba(255,255,255,.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;
}
.oki_tm_swiper_progress .my_navigation{
	position: relative;
	left: 6px;
}
.oki_tm_swiper_progress .my_navigation ul{
	margin: 0px;
	list-style-type: none;
}
.oki_tm_swiper_progress .my_navigation ul li{
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
.oki_tm_swiper_progress .my_navigation ul li:last-child{
	margin-right: 0px;
}
.oki_tm_swiper_progress .my_navigation ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.oki_tm_swiper_progress .my_navigation ul li a:hover{
	color: #ff4522;
}
.oki_tm_modalbox .portfolio_popup_details{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 50px 50px 20px 50px;
}
.oki_tm_modalbox .portfolio_popup_details .top_image{
	position: relative;
	margin-bottom: 25px;
}
.oki_tm_modalbox .portfolio_popup_details .top_image img{
	position: relative;
	opacity: 0;
	min-width: 100%;
}
.oki_tm_modalbox .portfolio_popup_details .top_image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}
.oki_tm_modalbox .portfolio_popup_details .portfolio_main_title{
	width: 100%;
	float:left; 
	margin-bottom: 25px;
}
.oki_tm_modalbox .portfolio_popup_details .portfolio_main_title h3{
	font-size: 25px; 
	margin-bottom: 3px;
}
.oki_tm_modalbox .portfolio_popup_details .portfolio_main_title a{
	color: #A2A2A2;
	text-decoration: none;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.oki_tm_modalbox .portfolio_popup_details .portfolio_main_title a:hover{
	color: #fff;
}
.oki_tm_modalbox .portfolio_popup_details .text{
	width: 100%;
	float: left;
	margin-bottom: 42px;
}
.oki_tm_modalbox .portfolio_popup_details .text p{
	margin-bottom: 10px;
}
.oki_tm_modalbox .portfolio_popup_details .text p:last-child{
	margin-bottom: 0px;
}
.oki_tm_modalbox .portfolio_popup_details .additional_images{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.oki_tm_modalbox .portfolio_popup_details .additional_images ul{
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}
.oki_tm_modalbox .portfolio_popup_details .additional_images ul li{
	margin: 0px 0px 30px 0px;
	float: left;
	width: 50%;
	padding-left: 30px;
}
.oki_tm_modalbox .portfolio_popup_details .additional_images ul li:nth-child(3n-2){
	width: 100%;
}
.oki_tm_modalbox .portfolio_popup_details .additional_images ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.oki_tm_modalbox .portfolio_popup_details .additional_images ul li .image{
	position: relative;
}
.oki_tm_modalbox .portfolio_popup_details .additional_images ul li .image img{
	opacity: 0;
	min-width: 100%;
}
.oki_tm_modalbox .portfolio_popup_details .additional_images ul li .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}

/*---------------------------------------------------*/
/*	08) OKI NEWS
/*---------------------------------------------------*/

.oki_tm_news{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.oki_tm_news .news_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 60px;
}
.oki_tm_news .oki_h4_block_price{
	margin-bottom: 20px;
    margin-top: 40px;
    float: left;
    text-align: center;
    width: 100%;
}
.oki_tm_news .news_list .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.oki_tm_news .news_list .image{
	position: relative;
	overflow: hidden;
	background-color: #222;
}
.oki_tm_news .news_list .image img{
	position: relative;
	opacity: 0;
	min-width: 100%;
}
.oki_tm_news .news_list .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: scale(1)translateZ(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;
}
.oki_tm_news .news_list .image:hover .main{
	transform: scale(1.1)translateZ(0);
}
.oki_tm_news .news_list .details{
	width: 100%;
	float: left;
	background-color: #0c0c0c;
	padding: 30px 20px 27px 20px;
}
.oki_tm_news .news_list h3{
	font-size: 20px;
	margin-bottom: 20px;
}
.oki_tm_news .details h3{
	text-decoration: none;
	color: #fff;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.oki_tm_news .details:hover h3{
	color: #ffd701;
}
.oki_tm_news .details span{
	text-decoration: none;
	color: #A2A2A2;
	font-size: 15px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.oki_tm_news .details .oki_tm_full_link{
	font-weight: bold;
}
.oki_tm_news .details:hover .oki_tm_full_link{
	color: #ffd701;
}
.oki_tm_modalbox .news_popup_details{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 50px 50px 42px 50px;
}
.oki_tm_modalbox .news_popup_details .top_image{
	position: relative;
	margin-bottom: 25px;
}
.oki_tm_modalbox .news_popup_details .top_image img{
	position: relative;
	opacity: 0;
	min-width: 100%;
}
.oki_tm_modalbox .news_popup_details .top_image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}
.oki_tm_modalbox .news_popup_details .news_main_title{
	width: 100%;
	float:left; 
	margin-bottom: 25px;
}
.oki_tm_modalbox .news_popup_details .news_main_title h3{
	font-size: 25px; 
	margin-bottom: 3px;
}
.oki_tm_modalbox .news_popup_details .news_main_title a{
	color: #A2A2A2;
	text-decoration: none;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.oki_tm_modalbox .news_popup_details .news_main_title a:hover{
	color: #fff;
}
.oki_tm_modalbox .news_popup_details .text{
	width: 100%;
	float: left;
}
.oki_tm_modalbox .news_popup_details .text p{
	margin-bottom: 10px;
}
.oki_tm_modalbox .news_popup_details .text p:last-child{
	margin-bottom: 0px;
}

/*---------------------------------------------------*/
/*	09) OKI CONTACT
/*---------------------------------------------------*/

.oki_tm_contact{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.oki_tm_contact .wrapper{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	padding-top: 60px;
}
.oki_tm_contact .wrapper .left{
	width: 50%;
	padding-right: 50px;
}
.oki_tm_contact .wrapper .left ul{
	margin: 0px;
	list-style-type: none;
}
.oki_tm_contact .wrapper .left ul li{
	margin: 0px 0px 20px 0px;
	width: 100%;
	float: left;
}
.oki_tm_contact .wrapper .left ul li:last-child{
	margin-bottom: 0px;
}
.oki_tm_contact .wrapper .left ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	background-color: #222;
	border-radius: 10px;
	padding: 10px;
}
.oki_tm_contact .wrapper .left ul li i{
	color: #0062bd;
	font-size: 16px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: 1px;
	transform: translateY(-50%);
}
.oki_tm_contact .wrapper .left ul li span{
	display: inline-block;
	padding-left: 48px;
}
.oki_tm_contact .wrapper .left ul li a{
	text-decoration: none;
	color: #fff;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.oki_tm_contact .wrapper .left ul li a:hover{
	color: #EB4A4C;
}
.oki_tm_contact .wrapper .right{
	width: 50%;
	padding-left: 50px;
}
.oki_tm_contact .fields{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.oki_tm_contact .fields .first{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.oki_tm_contact .fields .first ul{
	margin: 0px 0px 0px -20px;
	list-style-type: none;
}
.oki_tm_contact .fields .first ul li{
	margin: 0px;
	width: 100%;
	padding-left: 20px;
	float: left;
}
.oki_tm_contact .fields .first ul li.oki_name_li{
	margin-bottom: 20px;
}
.oki_tm_contact .fields .first ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #222;
	border-radius: 10px;
}
.oki_tm_contact .fields .first ul li input{
	width: 100%;
	height: 45px;
	background-color: transparent;
	border: none;
	color: #A2A2A2;
	padding: 20px;
	font-family: "Comfortaa";
}
.oki_tm_contact .fields .first ul li input:focus{
	outline: none;
}
.oki_tm_contact .fields .last{
	width: 100%;
	float: left;
	background-color: #222;
	border-radius: 10px;
	margin-bottom: 20px;
}
.oki_tm_contact .fields .last textarea{
	width: 100%;
	height: 108px;
	background-color: transparent;
	border: none;
	color: #A2A2A2;
	resize: none;
	padding: 20px;
	font-family: "Comfortaa";
}
.oki_tm_contact .fields .last textarea:focus{
	outline: none;
}

/*---------------------------------------------------*/
/*	11) OKI MEDIA QUERIES (FOR SMALL DEVICES)
/*---------------------------------------------------*/

@media (max-width: 1400px) {
	body{font-size: 15px;}
	.oki_tm_header{width: 800px;}
	.oki_tm_header .header_inner{padding-top: 30px;}
	.oki_tm_content{top: 80px;bottom: 80px;width: 800px;}
	.oki_tm_home .name{font-size: 75px;margin-bottom: 17px;}
	.oki_tm_home .job{font-size: 23px;margin-bottom: 32px;}
	.oki_tm_about .right .short .name{font-size: 32px;margin-bottom: 12px;}
	.oki_tm_about .right .short{margin-bottom: 20px;padding-bottom: 25px;}
	.oki_tm_about .right .short{margin-bottom: 30px;}
	.oki_tm_about .right{padding-left: 75px;}
	.oki_tm_about .right .text{margin-bottom: 30px;}
	.oki_tm_modalbox .box_inner{width: 700px;top: 35px;bottom: 35px;}
	.oki_tm_modalbox .close{margin-left: 20px;}
	.oki_tm_modalbox .close a{width: 35px;height: 35px;}
	.oki_tm_button a{padding: 8px 40px;}
	.oki_tm_contact .wrapper{padding-top: 50px;}
	.oki_tm_portfolio .portfolio_list{padding-top: 50px;}
	.oki_tm_news .news_list{padding-top: 50px;}
	.oki_tm_news .news_list .image{max-height: 150px;}
	.oki_tm_news .news_list .details{padding: 25px 20px 22px 20px;}
}
@media (max-width: 1040px) {
	#preloader{display: none;}
	.oki_tm_header{display: none;}
	.oki_tm_topbar{display: block;}
	.oki_tm_content{width: 100%;top: 70px;bottom: 70px;}
	.oki_tm_home{padding: 0px 20px;}
	.oki_tm_about{flex-direction: column;align-items: baseline;padding: 0px 20px;}
	.oki_tm_about .left{width: 100%;margin-bottom: 40px;}
	.oki_tm_about .right{width: 100%;padding-left: 0px;}
	.oki_tm_about .right .short .name{font-size: 30px;margin-bottom: 13px;}
	.oki_tm_about .right .short .job{font-size: 16px;}
	.oki_tm_about .right .short{margin-bottom: 19px;padding-bottom: 25px;}
	.oki_tm_modalbox .box_inner{width: 700px;}
	.oki_tm_modalbox .close{left: auto;right: 10px;top: 10px;}
	.oki_tm_modalbox .close a{width: 30px;height: 30px;}
	.oki_tm_modalbox .close a i{font-size: 13px;}
	.oki_tm_main_title h3{font-size: 26px;}
	.oki_tm_portfolio{padding: 0px 20px;}
	.oki_tm_swiper_progress{margin-top: 25px;}
	.oki_tm_news{padding: 0px 20px;}
	.oki_tm_news .news_list .image{max-height: 100%;}
	.oki_tm_contact{padding: 0px 20px;}
	.oki_tm_contact .wrapper{flex-direction: column;align-items: baseline;}
	.oki_tm_contact .wrapper .left{padding: 0px;width: 100%;margin-bottom: 20px;}
	.oki_tm_contact .wrapper .right{padding: 0px;width: 100%;}
	.oki_tm_contact .fields .first ul{margin: 0px;}
	.oki_tm_contact .fields .first ul li{width: 100%;padding-left: 0px;}
	.oki_tm_contact .fields .first ul li:first-child{margin-bottom: 20px;}
}
@media (max-width: 768px) {
	.oki_tm_home .name{font-size: 40px;margin-bottom: 14px;}
	.oki_tm_home .job{font-size: 18px;margin-bottom: 30px;}
	.oki_tm_modalbox .box_inner{width: 300px;}
	.oki_tm_modalbox .close a{width: 20px;height: 20px;}
	.oki_tm_modalbox .close a i{font-size: 10px;}
	.circular_progress_bar ul li{width: 50%;}
	.oki_tm_modalbox .portfolio_popup_details{padding-left: 20px;padding-right: 20px;}
	.oki_tm_modalbox .portfolio_popup_details .portfolio_main_title h3{font-size: 20px;}
	.oki_tm_modalbox .portfolio_popup_details .additional_images ul{margin: 0px;}
	.oki_tm_modalbox .portfolio_popup_details .additional_images ul li{width: 100% !important;padding-left: 0px;}
	.oki_tm_modalbox .portfolio_popup_details .portfolio_main_title{margin-bottom: 18px;}
	.oki_tm_modalbox .news_popup_details{padding-left: 20px;padding-right: 20px;}
	.oki_tm_modalbox .news_popup_details .news_main_title h3{font-size: 20px;}
	.oki_tm_modalbox .news_popup_details .news_main_title{margin-bottom: 18px;}	
}