/* Graham Walker */

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
	font-family: 'Barlow', sans-serif;

*/

/* @import url('../css/font-awesome.css'); */
@import url('simple-line-icons.css');
/* @import url('../css/animate.css'); */
@import url('owl.css');
@import url('jquery-ui.css');



/* @import url('../css/jquery.fancybox.min.css'); */


/***

====================================================================
	Reset
====================================================================

***/

.kijat-html-content * {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

.kijat-html-content {
	font-family: 'Barlow', sans-serif;
	font-size:16px;
	color:#495369;
	line-height:1.50em;
	font-weight:400;
	/* background:#ffffff; */
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.kijat-html-content a{
	text-decoration:none;
	cursor:pointer;
	color:#50cd89;
}

.kijat-html-content a:hover,
.kijat-html-content a:focus,
.kijat-html-content a:visited,
.kijat-html-content a:active,
.kijat-html-content button:active,
.kijat-html-content button:focus{
	text-decoration:none;
	outline:none;
}

.kijat-html-content h1, .kijat-html-content h2, .kijat-html-content h3, .kijat-html-content h4, .kijat-html-content h5, .kijat-html-content h6  {
	position:relative;
	font-family: 'Barlow', sans-serif;
	font-weight:600;
	margin:0 0 15px;
	background:none;
	line-height:1.25em;
}

.kijat-html-content h1{
	font-size: 30px;
}
.kijat-html-content h2{
	font-size: 24px;
}
.kijat-html-content h3{
	font-size: 20px;
}
.kijat-html-content h4{
	font-size: 18px;
}
.kijat-html-content h5{
	font-size: 16px;
}
.kijat-html-content h6{
	font-size: 14px;
}

.kijat-html-content input,.kijat-html-content button,.kijat-html-content select,.kijat-html-content textarea{
	font-family: 'Barlow', sans-serif;
}

.kijat-html-content textarea{
	overflow:hidden;
	resize: none;
}

.kijat-html-content p{
	position:relative;
	margin-bottom:20px;
}

.kijat-html-content .text{
	position: relative;
    line-height: 1.50em;
    margin-bottom: 0px;
    text-align: justify;
}

.kijat-html-content .strike-through{
	text-decoration:line-through;
}

.kijat-html-content .auto-container{
	position:static;
	max-width:1240px;
	/* padding:0px 20px; */
	margin:0 auto;
}

.kijat-html-content .page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

.kijat-html-content ul,.kijat-html-content li{
	list-style:none;
	padding:0px;
	margin:0px;
}

.kijat-html-content .theme-btn{
	display:inline-block;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.kijat-html-content .centered{
	text-align:center;
}

.kijat-html-content .btn-style-one{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 16px;
	padding: 13px 25px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	background: #50cd89;
	letter-spacing: 0.03em;
	border-radius: 7px;
	overflow: hidden;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.kijat-html-content .btn-style-one:hover{
	color: #FFFFFF;
	background: #495369;
}

.kijat-html-content .btn-style-two{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	line-height: 24px;
	padding: 9px 35px 11px;
	color: #50cd89;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	background: #ffffff;
	border-radius: 5px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.kijat-html-content .btn-style-two span{
	position: relative;
	display: block;
	z-index: 1;
}

.kijat-html-content .btn-style-two:hover{
	color: #ffffff;
	background: #101010;
}

.kijat-html-content .theme_color{
	color:#50cd89;
}

.kijat-html-content .light-font{
	font-weight:300;
}

.kijat-html-content .regular-font{
	font-weight:400;
}

.kijat-html-content .semibold-font{
	font-weight:600;
}

.kijat-html-content .bold-font{
	font-weight:700;
}

.kijat-html-content .ex-bold-font{
	font-weight:800;
}

.kijat-html-content .heavy-font{
	font-weight:900;
}

.kijat-html-content .no-bg{
	background:none;
}

.kijat-html-content .text-uppercase{
	text-transform:uppercase;
}

/* .preloader{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:999999;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../images/icons/preloader.svg);
} */

.kijat-html-content img{
	display:inline-block;
	max-width:100%;
	height:auto;
}

/***


/***

====================================================================
	Default Form Style
====================================================================

***/

.kijat-html-content form{
	position:relative;
}

.kijat-html-content form .form-group{
	position:relative;
	margin-bottom:20px;
}

.kijat-html-content form .row .form-group{
	margin-bottom:30px;
}

.kijat-html-content form .form-group .field-inner{
	position: relative;
	display: block;
}

.kijat-html-content form input[type="text"],
.kijat-html-content form input[type="password"],
.kijat-html-content form input[type="tel"],
.kijat-html-content form input[type="email"],
.kijat-html-content form input[type="url"],
.kijat-html-content form input[type="search"],
.kijat-html-content form input[type="file"],
.kijat-html-content form textarea,
.kijat-html-content form select{
	position:relative;
	display:block;
	width:100%;
	color:#101010;
	line-height:30px;
	padding:13px 24px;
	height:58px;
	font-size:16px;
	font-weight: 400;
	background:#ffffff;
	margin:0px;
	border-radius: 7px;
	border:1px solid #eeedf2;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.kijat-html-content form input[type="file"]{
	cursor: pointer;
	height: 58px;
}

.kijat-html-content form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor: pointer;
	background: #ffffff url('/kijatimg/icons/icon-select.png') right center no-repeat;
}

.kijat-html-content form select option{
	text-indent: 24px;
	cursor: pointer;
}

.kijat-html-content form input[type="text"]:focus,
.kijat-html-content form input[type="password"]:focus,
.kijat-html-content form input[type="tel"]:focus,
.kijat-html-content form input[type="email"]:focus,
.kijat-html-content form input[type="search"]:focus,
.kijat-html-content form input[type="file"]:focus,
.kijat-html-content form select:focus,
.kijat-html-content form textarea:focus{
	border-color:#50cd89;
}

.kijat-html-content form textarea{
	height:140px;
	resize:none;
}

.kijat-html-content form button,
.kijat-html-content form input[type="submit"],
.kijat-html-content form .theme-btn{
	position:relative;
	display:inline-block;
	margin: 0;
}

.kijat-html-content form button:hover,
.kijat-html-content form input[type="submit"]:hover,
.kijat-html-content form .theme-btn:hover{

}

.kijat-html-content form .radio-block{
    position: relative;
    display: inline-block;
	vertical-align: top;
	min-width: 280px;
    margin-right: 10px;
}

.kijat-html-content form .radio-block input{
    position: absolute;
    left: 0;
    top: 5px;
    padding: 0;
    cursor: pointer;
}

.kijat-html-content form .radio-block label{
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
}

.kijat-html-content form .check-block{
    position: relative;
    display: inline-block;
	vertical-align: top;
    margin-right: 30px;
}

.kijat-html-content form .check-block input{
    position: absolute;
    left: 0;
    top: 6px;
    padding: 0;
    cursor: pointer;
}

.kijat-html-content form .check-block label{
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #5b5b5b;
    text-transform: capitalize;
    cursor: pointer;
}

/***

====================================================================
	Site Container
====================================================================

***/

.body-bg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #d6dde6;
	background-position: center 100px;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.weekend-mode .body-bg{
	background-position: center bottom;
}

.site-container{
	position: relative;
	display: block;
	/* margin: 200px 0; */
}

.site-content-container{
	position: relative;
	display: block;
	margin: 0 0;
	margin-left: 300px;
	z-index: 99;
}

.mode-switch{
	position: fixed;
	top: 0px;
	left: -80px;
	width: 100%;
	padding: 0 200px 0 0;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform-origin: right top;
    transform-origin: right top;
	z-index: 10;
}

.mode-switch .switcher:before{
	content: '';
	position: absolute;
	right: 100%;
	top: 24.5px;
	border-top: 1px solid #eeedf2;
	width: 1000px;
}

.weekend-mode .mode-switch .switcher:before{
	border-top-color: rgba(255,255,255,0.20);
}

.mode-switch .switcher:after{
	content: '';
	position: absolute;
	left: 100%;
	top: 24.5px;
	border-top: 1px solid #eeedf2;
	width: 200px;
}

.weekend-mode .mode-switch .switcher:after{
	border-top-color: rgba(255,255,255,0.20);
}

.mode-switch .switcher{
	position: relative;
	float: right;
	width: 300px;
	height: 50px;
}

.mode-switch .switcher .left-text{
	position: relative;
	float: left;
	width: 175px;
	color: #495369;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.03em;
	padding: 10px 10px;
}

.weekend-mode .mode-switch .switcher .left-text{
	color: #ffffff;
}

.mode-switch .switcher .switch-btn{
	position: relative;
	float: right;
	width: 125px;
}

.mode-switch .switcher .switch-btn a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.mode-switch .switcher .switch-btn .btn-inner{
	position: relative;
	display: block;
	line-height: 30px;
	padding: 5px 0px;
	border: 5px solid #ffffff;
	border-radius: 25px;
	padding-left: 40px;
	background: #ffffff;
	box-shadow: 0 0 7px 0px rgba(0,0,0,0.15) inset;
}

.weekend-mode .mode-switch .switcher .switch-btn .btn-inner{
	border: 5px solid #adacab;
	padding-left: 5px;
	padding-right: 40px;
	background: #50cd89;
}

.mode-switch .switcher .switch-btn .circle{
	position: absolute;
	display: block;
	left: 2px;
	top: 2px;
	width: 36px;
	height: 36px;
	background: #d9d9d9;
	border: 6px solid #ffffff;
	border-radius: 20px;
	box-shadow: 0 0 7px 0px rgba(0,0,0,0.15);
}

.weekend-mode .mode-switch .switcher .switch-btn .circle{
	left: auto;
	right: 2px;
}

.mode-switch .switcher .switch-btn .txt{
	position: relative;
	display: block;
	width: 70px;
	text-align: center;
	right: 0;
	top: 0;
	color: #d4d4d4;
	font-weight: 600;
	font-size: 22px;
	text-transform: uppercase;
	color: #d4d4d4;
}

.weekend-mode .mode-switch .switcher .switch-btn .txt{
	color: #FFFFFF;
}

/***

====================================================================
    Mobile Header
====================================================================

***/

.mobile-header{
	position: relative;
	display: none;
}

.mobile-header .inner{
	position: relative;
	display: block;
	max-width: 992px;
	margin: 0 auto;
	background: #fafafa;
	padding: 50px 30px 30px;
    border-radius: 20px 20px 0 0;
	text-align: center;
}

.grey-left-bar .mobile-header .inner{
	background: #757575;
}

.mobile-header .inner .image-box{
	position: relative;
	max-width: 166px;
	margin: 0 auto 20px;
}

.mobile-header .inner .image{
	position: relative;
	display: block;
	border-radius: 50%;
	margin-bottom: 20px;
}

.mobile-header .inner .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 50%;
}

.mobile-header .inner .info{
	position: relative;
}

.mobile-header .inner .info .name{
	position: relative;
	color: #495369;
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.25em;
}

.grey-left-bar .mobile-header .inner .info .name{
	color: rgba(255,255,255,1);
}

.mobile-header .inner .info .designation{
	position: relative;
	color: #495369;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1.50em;
}

.grey-left-bar .mobile-header .inner .info .designation{
	color: rgba(255,255,255,0.60);
}

.left-bar .mobile-header .inner .info .designation .dot{
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	background: #50cd89;
	margin-right: 5px;
}

.mobile-header .social-links{
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 10;
}

.mobile-header .social-links .social-btn{
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	background: #50cd89;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
}

.mobile-header .social-links .social-btn .icon{
	position: relative;
	display: block;
	top: -2px;
	font-size: 30px;
	color: #ffffff;
	font-style: normal;
}

.mobile-header .social-links .links{
	position: absolute;
	left: 0px;
	top: 40px;
	height: auto;
	border: 3px solid #50cd89;
	border-top: 0;
	background: #ffffff;
	border-radius: 0 0 5px 5px;
	opacity: 0;
	visibility: hidden;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.mobile-header .social-links:hover .links{
	opacity: 1;
	visibility: visible;
}

.mobile-header .social-links .links li{
	position: relative;
	border-bottom: 1px solid #eeedf2;
}

.mobile-header .social-links .links li:last-child{
	border: none;
}

.mobile-header .social-links .links li a{
	position: relative;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #4b556b;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.mobile-header .social-links .links li a:hover{
	color: #50cd89;
}

.mobile-header .nav-toggler{
	position: absolute;
	right: 25px;
	top: 30px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	z-index: 10;
}

.mobile-header .nav-toggler img{
	position: relative;
	max-height: 24px;
}

/***

====================================================================
    Left Bar
====================================================================

***/

.site-container .left-bar{
	float: left;
	padding: 0 0;
	margin-left: -300px;
	width: 300px;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
	max-width: 300px;
	border-right: 1px solid #f6f6f6;
}

.left-bar .left-inner{
	position: relative;
	display: block;
	min-height: 300px;
	background: #fafafa;
	border-radius: 40px 0 0 40px;
    box-shadow: -4px 5px 21px 4px rgb(32 30 41 / 20%) !important;
}

.grey-left-bar .left-bar .left-inner{
	background: #757575;
}

.left-bar .left-inner .nav-toggler{
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	display: none;
	z-index: 10;
}

.left-bar .left-inner .nav-toggler img{
	height: 20px;
}

.grey-left-bar .left-bar .left-inner .nav-toggler img{
	-webkit-filter:  invert(100%);
}

.left-bar .left-upper{
	position: relative;
	display: block;
	padding: 65px 20px 20px;
}

.left-bar .left-upper .image-box{
	position: relative;
	max-width: 166px;
	margin: 0 auto 20px;
}

.left-bar .left-upper .image{
	position: relative;
	display: block;
	border-radius: 50%;
	margin-bottom: 20px;
}

.left-bar .left-upper .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 50%;
	object-fit: cover;
	height: 150px;
	object-fit: cover;
}

.left-bar .left-upper .social-links{
	position: absolute;
	right: -20px;
	top: 63px;
	z-index: 5;
	padding-top:0px !important;
}

.left-bar .left-upper .social-btn-next{
	position: absolute;
	right: -20px;
	top: 63px;
	z-index: 7;
	padding-top:0px !important;
}

.left-bar .left-upper .social-btn-prev{
	position: absolute;
	left: -20px;
	top: 63px;
	z-index: 5;
	padding-top: 0px !important;
}

.left-bar .social-links .social-btn{
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	background: #50cd89;
	cursor: pointer;
	border-radius: 0 0 0 5px;
}

.left-bar .social-links .social-btn .icon{
	position: relative;
	display: block;
	top: 0px;
	font-size: 30px;
	color: #ffffff;
	font-style: normal;
}

.left-bar .social-links .links{
	position: absolute;
	left: 40px;
	top: 0;
	width: 143px;
	height: 40px;
	border: 3px solid #50cd89;
	border-left: 0;
	background: #ffffff;
	border-radius: 0 5px 0 0;
	opacity: 0;
	visibility: hidden;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.left-bar .social-links:hover .links{
	opacity: 1;
	visibility: visible;
}

.left-bar .social-links .links li{
	position: relative;
	float: left;
	border-right: 1px solid #eeedf2;
}

.left-bar .social-links .links li:last-child{
	border: none;
}

.left-bar .social-links .links li a{
	position: relative;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #4b556b;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.left-bar .social-links .links li a:hover{
	color: #50cd89;
}

.left-bar .left-upper .info{
	position: relative;
	padding-left: 55px;
}

.left-bar .left-upper .info .name{
	position: relative;
	color: #495369;
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1.25em;
}

.grey-left-bar .left-bar .left-upper .info .name{
	color: rgba(255,255,255,1);
}

.left-bar .left-upper .info .designation{
	position: relative;
	color: #495369;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1.50em;
}

.grey-left-bar .left-bar .left-upper .info .designation{
	color: rgba(255,255,255,0.60);
}

.left-bar .left-upper .info .designation .dot{
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	background: #50cd89;
	margin-right: 5px;
}

.left-bar .left-lower{
	position: relative;
	display: block;
	padding-bottom: 65px;
}

.left-bar .main-nav{
	position: relative;
}

.main-nav .navigation{
	position: relative;
	border-top: 1px solid rgba(0,0,0,0.05);
}

.grey-left-bar .main-nav .navigation{
	border-top-color: rgba(255,255,255,0.07);
}

.main-nav .navigation li{
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.grey-left-bar .main-nav .navigation li{
	border-bottom-color: rgba(255,255,255,0.07);
}

.main-nav .navigation li a{
	position: relative;
	display: block;
	line-height: 30px;
	color: #828385;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding: 25px 90px 25px 75px;
}

.grey-left-bar .main-nav .navigation li a{
	color: rgba(255,255,255,1);
}

.main-nav .navigation li a:before{
	content: '';
	position: absolute;
	left: 30px;
	top: 24px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: url('/kijatimg/icons/home.png') center center no-repeat;
	background-size: auto 22px;
	opacity: 0.30;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.grey-left-bar .main-nav .navigation li a:before{
	background-image: url('/images/icons-kijat/white/home.png');
}

.main-nav .navigation li.home a:before{
	background-image: url('/images/icons-kijat/home.png');
	background-size: auto 22px;
}

.grey-left-bar .main-nav .navigation li.home a:before{
	background-image: url('/images/icons-kijat/white/home.png');
	background-size: auto 22px;
}

.main-nav .navigation li.resume a:before{
	background-image: url('/images/icons-kijat/cv-5.png');
	background-size: auto 22px;
}

.grey-left-bar .main-nav .navigation li.resume a:before{
	background-image: url('/images/icons-kijat/white/cv-5.png');
	background-size: auto 22px;
}

.main-nav .navigation li.work a:before{
	background-image: url('/images/icons-kijat/work-2.png');
	background-size: auto 22px;
}

.grey-left-bar .main-nav .navigation li.work a:before{
	background-image: url('/images/icons-kijat/white/work-2.png');
	background-size: auto 22px;
}

.main-nav .navigation li.stories a:before{
	background-image: url('/images/icons-kijat/comment-1.png');
	background-size: auto 22px;
	top: 26px;
}

.grey-left-bar .main-nav .navigation li.stories a:before{
	background-image: url('/images/icons-kijat/white/comment-1.png');
	background-size: auto 22px;
	top: 26px;
}

.main-nav .navigation li.contact a:before{
	background-image: url('/images/icons-kijat/email-1.png');
	background-size: auto 22px;
}

.grey-left-bar .main-nav .navigation li.contact a:before{
	background-image: url('/images/icons-kijat/white/email-1.png');
	background-size: auto 22px;
}

.main-nav .navigation li:hover > a:before,
.main-nav .navigation li.current > a:before{
	opacity: 1;
}

.main-nav .navigation li a:after{
	content: '01';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 85px;
	font-size: 28px;
	line-height: 40px;
	padding: 20px 10px;
	border-left: 1px solid rgba(0,0,0,0.05);
	text-align: center;
	color: rgba(0,0,0,0.10);
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.grey-left-bar .main-nav .navigation li a:after{
	color: rgba(255,255,255,0.15);
	border-left-color: rgba(255,255,255,0.07);
}

.main-nav .navigation li.home a:after{
	content: '01';
}

.main-nav .navigation li.resume a:after{
	content: '02';
}

.main-nav .navigation li.work a:after{
	content: '03';
}

.main-nav .navigation li.stories a:after{
	content: '04';
}

.main-nav .navigation li.contact a:after{
	content: '05';
}

.main-nav .navigation li:hover > a:after,
.main-nav .navigation li.current > a:after{
	top: 10px;
	bottom: 10px;
	padding: 10px 10px;
	border-left-color: rgba(0,0,0,0.0);
	color: #ffffff;
	background: #50cd89;
	border-radius: 10px 0 0 10px;
}



/***

====================================================================
    Right Content
====================================================================

***/

.site-container .right-content{
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 80px;
	min-height: 790px;
	background: #ffffff;
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.right-content .right-inner{
	position: relative;
	display: block;
}

.right-content .content-container{
	position: relative;
	display: block;
	padding: 50px 50px 0px;
}

.site-container .page-title{
	position: relative;
	padding: 50px 50px 0;
    background: #fafafa;
}
.site-container .page-title .social-btn i{
	font-size: 30px;
	color: #50cd89;
}

.site-container .page-title.sec-title{
	padding: 20px 20px;
	margin: 20px 0 50px;
}

.site-container .page-title h1{
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0;
}

.site-container .page-title.sec-title h1{
	font-size: 24px;
}

.site-container .page-title h1 span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	padding: 4px 18px;
	line-height: 42px;
	color: #50cd89;
}

.home-content{
	position: relative;
	padding-bottom: 20px;
}

.right-content .download-cv{
	position: absolute;
	top: -145px;
	right: -50px;
    width: 186px;
    z-index: 1;
	display: flex;
	justify-content: end;
}

.right-content .download-cv .theme-btn{
	position: relative;
	display: block;
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	text-align: center;
	background: #f4f4f4;
	color: #495369;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	border-radius: 7px 0 0 7px;
	min-width: 220px;
}

.right-content .download-cv .theme-btn:hover{
	background: #50cd89;
	color: #ffffff;
}

.right-content .download-cv .theme-btn .icon{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 40px;
    height: 40px;
    line-height: 38px;
	text-align: center;
	background: #50cd89;
	border-right: 1px solid rgba(255,255,255,0.50);
	color: #ffffff;
	border-radius: 7px 0 0 7px;
}

.right-content .download-cv .theme-btn .icon img{
	position: relative;
	top: -1px;
	height: 24px;
}

.right-content .welcome{
	position: relative;
	max-width: 580px;
	margin-bottom: 40px;
}

.right-content .welcome h4{
	position: relative;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/***

====================================================================
    About Me
====================================================================

***/

.about-me{
	position: relative;
}

.skills-column{
	position: relative;
	margin-bottom: 32px;
}

.skills-column h4{
	text-transform: uppercase;
	font-weight: 600;
}

.skills .skill-block{
	position:relative;
	display:block;
	padding: 10px 10px;
	background: #e9e9e9;
	margin-bottom: 18px;
	border-radius: 10px;
}
.skill-block .skill-block-inner{
	position: relative;
	background: #fafafa;
	border-radius: 7px;
    padding: 15px 20px 20px;
}

.skill-block .skill-title{
	position: relative;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	    margin-bottom: 15px;
	line-height: 14px;
}

.skills .skill-block .bar{
	position:relative;
	width:100%;
	height:8px;
	background:#e9e9e9;
}

.skills .skill-block .bar-inner{
	position:relative;
	display:block;
	width:0px;
	height:8px;
	background:#50cd89;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.skills .skill-block .count-box{
	position:absolute;
	right:0px;
	margin-right:-15px;
	top:-12px;
	width:50px;
	height:30px;
	background:#ffffff;
	color:#50cd89;
	line-height:30px;
	font-size:14px;
	font-weight:500;
	border-radius:5px;
	text-align:center;
	opacity:0;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.skills .skill-block .bar-inner.counted .count-box{
	opacity:1;
}

.expertise-column{
	position: relative;
	margin-bottom: 10px;
}

.expertise-column h4{
	text-transform: uppercase;
	font-weight: 600;
}

.expertise-column ul{
	position: relative;
}

.expertise-column ul li{
	position: relative;
	line-height: 24px;
	padding-left: 28px;
	margin-bottom: 10px;
}

.expertise-column ul li:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 1px;
	width: 20px;
	height: 24px;
	background: url('/kijatimg/icons/orange/check-2.png') left center no-repeat;
	background-size: auto 18px;
	opacity: 1;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.features{
	position: relative;
	margin-bottom: 14px;
}

.feature-block{
	position: relative;
	margin-bottom: 30px;
}

.feature-block .inner-box{
	position: relative;
	display: block;
	min-height: 100%;
	border: 1px solid #eeedf2;
	padding: 30px 30px;
	text-align: center;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.feature-block .inner-box:hover{
	border-color:#50cd89;
}

.feature-block .inner-box:before{
	content: '';
	position: absolute;
	right: -1px;
	top: -1px;
	border: 6px solid rgba(0,0,0,0);
	border-top: 6px solid #50cd89;
	border-right: 6px solid #50cd89;
}

.feature-block .inner-box:hover .icon-box{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.feature-block .icon-box{
	position: relative;
	display: block;
	line-height: 40px;
	margin-bottom: 20px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.feature-block .icon-box img{
	position: relative;
	max-height: 42px;
}

.feature-block h5{
	position: relative;
	color: #50cd89;
	line-height: 1.1em;
	margin-bottom: 10px;
}

.feature-block .text{
	position: relative;
	line-height: 1.4em;
}

.languages{
	position: relative;
	background: url("/images/bg-map-kijat.png") center top no-repeat;
	padding: 30px;
	padding-bottom: 0;
}

.languages h4{
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}

.language-block{
	position: relative;
    margin-bottom: 15px;
}

.language-block .inner-box{
	position: relative;
	padding-left: 230px;
	padding-top: 70px;
	min-height: 200px;
}

.language-block .graph-outer{
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 200px;
	display: inline-block;
	text-align: center;
	background: #fafafa;
	border-radius: 50%;
}

.language-block .graph-outer .count-box{
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    padding: 20px 10px;
    font-size: 20px;
    color: #495369;
    font-weight: 500;
    line-height: 40px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.10);
}

.language-block .text{
	position: relative;
	font-size: 17px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 400;
}

/***

====================================================================
    Testimonials
====================================================================

***/

.testimonials{
  position: relative;
  padding: 50px 20px;
  margin-bottom: 10px;
  background: #fafafa;
}

.testimonials .carousel-box{
  position: relative;
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.testimonials .content-box{
  position: relative;
  display: block;
  text-align: center;
}

.testimonials .image-box{
	position: relative;
	max-width: 116px;
	margin: 0 auto 55px;
}

.testimonials .image-box .image{
	position: relative;
	display: block;
	border: 5px solid #ffffff;
	border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}

.testimonials .image-box .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 50%;
}

.testimonials .image-box .image:before{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -32px;
	bottom: -21px;
	width: 64px;
	border-bottom: 3px solid #50cd89;
}

.testimonials .image-box .image:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -7px;
	bottom: -35px;
	border: 7px solid rgba(0,0,0,0);
	border-top: 7px solid #50cd89;
}

.testimonials .content-box .text{
  position: relative;
  display: block;
  line-height: 1.50em;
  font-size: 16px;
}

.testimonials .content-box .info{
  position: relative;
  display: block;
  color: #495369;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
  margin-top: 20px;
}

.testimonials .owl-theme .owl-nav{
  display: none;
}

.testimonials .owl-theme .owl-dots{
    position: relative;
    padding-top: 20px;
    text-align: center;
}

.testimonials .owl-theme .owl-dots .owl-dot{
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.testimonials .owl-theme .owl-dots .owl-dot span{
    position: relative;
    display: block;
    background: #e7ebf1;
    width: 28px;
    height: 6px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.testimonials .owl-theme .owl-dots .owl-dot:hover span,
.testimonials .owl-theme .owl-dots .owl-dot.active span{
    background: #50cd89;
}


/***

====================================================================
    Site Footer
====================================================================

***/

.site-footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 81px;
  padding: 0px 50px 0;
}

.site-footer .copyright{
	position: relative;
	display: block;
  	padding: 30px 0px 0;
	line-height: 25px;
	font-size: 15px;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,0.07);
}

/***

====================================================================
    Contact Page
====================================================================

***/

.contact-content{
	position: relative;
}

.contact-content .upper-text{
	position: relative;
	margin-bottom: 30px;
}

.contact-content .upper-text h4{
	position: relative;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.contact-content .info-box{
	position: relative;
}

.contact-content .info-box .info-block{
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.contact-content .info-box .info-block .inner-box{
	position: relative;
	display: block;
	padding: 30px 20px;
	min-height: 100%;
	border: 1px solid #eeedf2;
	border-radius: 7px;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.contact-content .info-box .info-block .inner-box:hover{
	border-color: #50cd89;
}

.contact-content .info-block .icon{
	position: relative;
	display: block;
	font-size: 18px;
	color: #50cd89;
	line-height: 24px;
	margin-bottom: 5px;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.contact-content .info-block:hover .icon{
	transform:rotateY(180deg);
}

.contact-content .info-block a{
	display: inline-block;
	vertical-align: middle;
	color: #495369;
}

.contact-content .info-block a:hover{
	color: #50cd89;
}

.contact-content .form-box{
	position: relative;
}

.contact-content .form-box h4{
	position: relative;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.contact-form{
	position: relative;
	margin-bottom: 20px;
}

.contact-form form .form-group{
	position: relative;
	margin-bottom: 24px;
}

.contact-form form .form-group input,
.contact-form form .form-group select{
	padding-left: 82px;
}

.contact-form form .form-group .field-label{
	position: absolute;
	left: 0px;
	top: 0;
	width: 58px;
	height: 58px;
	border-right: 1px solid #eeedf2;
	line-height: 30px;
	padding: 15px 0;
	text-align: center;
	z-index: 1;
}

.contact-form form .theme-btn{
	display: block;
	width: 100%;
	padding: 15px 25px;
	line-height: 30px;
}

/***

====================================================================
    Weekend Mode
====================================================================

***/

.weekend-mode .site-content-container{
	margin-left: 0;
}

.weekend-mode .weekend-content{
	position: relative;
	margin: 0 0;
	border: 10px solid #ffffff;
	background: #ffffff;
	border-radius: 40px 0 0 50px;
}

.weekend-mode .weekend-content .image-column{
	position: relative;
	padding: 0 0;
	border-radius: 35px 0 0 35px;
	order: 0;
}

.weekend-mode .weekend-content .image-column .inner{
	position: relative;
	display: block;
	min-height: 100%;
}

.weekend-mode .weekend-content .image-column .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 35px 0 0 35px;
}

.weekend-mode .weekend-content .image-column .image{
	position: relative;
	display: none;
}

.weekend-mode .weekend-content .image-column .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 35px 0 0 35px;
}

.weekend-mode .weekend-content .text-column{
	position: relative;
	padding: 0 0;
	background: #ffffff;
	order: 12;
}

.weekend-mode .weekend-content .text-column .inner{
	position: relative;
	display: block;
	padding: 40px 20px 120px 50px;
	min-height: 100%;
}

.weekend-mode .weekend-content h3{
	font-size: 22px;
	margin-bottom: 20px;
}

.weekend-mode .weekend-content .text p{
	margin-bottom: 24px;
}

/***

====================================================================
	Portfolio Section
====================================================================

***/

.portfolio-section{
	position:relative;
	padding-bottom: 0;
}

.mixitup-gallery .filters{
	position: relative;
	margin-bottom:10px;
}

.mixitup-gallery .filters .filter-tabs{
	position:relative;
	display: block;
	margin: 0;
}

.mixitup-gallery .filters li{
	position:relative;
	display: inline-block;
	list-style: none;
	font-size:13px;
	line-height:24px;
	padding:3px 20px;
	border: 1px solid rgba(0, 0, 0, 0.07);
	cursor:pointer;
	color:#232323;
	font-weight:500;
	margin: 0 18px 20px 0;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	background: none;
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.mixitup-gallery .filters .filter.active,
.mixitup-gallery .filters .filter:hover{
	color: #ffffff;
	border-color: #50cd89;
	background-color: #50cd89;
}

.mix{
	display: none;
}

.portfolio-section .portfolio-block{
	position: relative;
	margin-bottom: 30px;
}

.portfolio-section .portfolio-block .inner-box{
	position: relative;
	display: block;
}

.portfolio-section .portfolio-block .image{
	position: relative;
	display: block;
	background: #50cd89;
	border-radius: 10px;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	overflow: hidden;
}

.portfolio-section .portfolio-block .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 10px;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
}

.portfolio-section .portfolio-block .inner-box:hover .image img{
	opacity: 0.10;
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}

.portfolio-section .portfolio-block .hover-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #50cd89;
	border-radius: 10px;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease,-webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.portfolio-section .portfolio-block .inner-box:hover .hover-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.portfolio-section .portfolio-block .hvr-upper{
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 15px 0 0;
}

.portfolio-section .portfolio-block .hvr-upper .theme-btn{
	position: relative;
	float: left;
	margin-left: 7px;
	width: 32px;
	height: 32px;
	color: #ffffff;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255,255,255,0.30);
}

.portfolio-section .portfolio-block .hvr-upper .theme-btn:hover{
	color: #50cd89;
	background: #ffffff;
}

.portfolio-section .portfolio-block .hvr-lower{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 20px 20px 20px;
}

.portfolio-section .portfolio-block .title{
	position: relative;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 3px;
	text-transform: capitalize;
}

.portfolio-section .portfolio-block .title a{
	position: relative;
	color: #ffffff;
}

.portfolio-section .portfolio-block .title a:hover{
	text-decoration: underline;
}

.portfolio-section .portfolio-block .cat{
	position: relative;
	display: block;
}

.portfolio-section .portfolio-block .cat a{
	position: relative;
	display: inline-block;
	line-height: 20px;
	padding: 1px 7px;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: #ffffff;
	color: #50cd89;
	border-radius: 3px;
}

/***

====================================================================
	Portfolio Single
====================================================================

***/

.project-detail{
	position:relative;
	padding-bottom: 20px;
}

.project-detail .big-image{
	position: relative;
	margin-bottom: 30px;
}

.project-detail .big-image .image{
	position: relative;
	display: block;
	border-radius: 5px;
}

.project-detail .big-image .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
}

.project-detail .text-col{
	position: relative;
	margin-bottom: 30px;
}

.project-detail .text-col h4{
	position: relative;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.project-detail .text-col .text{
	position: relative;
	margin-bottom: 25px;
}

.project-detail .text-col .info{
	position: relative;
	margin-bottom: 25px;
}

.project-detail .text-col .info li{
	position: relative;
	line-height: 24px;
	margin-bottom: 8px;
}

.project-detail .text-col .info li strong{
	font-weight: 700;
	text-transform: capitalize;
	color: #50cd89;
	padding-right: 10px;
}

.project-detail .text-col .info li:last-child{
	margin-bottom: 0;
}

.project-detail .text-col .scope{
	position: relative;
	margin-bottom: 25px;
}

.project-detail .text-col .scope li{
	position: relative;
	line-height: 24px;
	padding-left: 28px;
	margin-bottom: 8px;
}

.project-detail .text-col .scope li:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 1px;
	width: 20px;
	height: 24px;
	background: url('/kijatimg/icons/orange/check-2.png') left center no-repeat;
	background-size: auto 18px;
	opacity: 1;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.project-detail .text-col .scope li:last-child{
	margin-bottom: 0;
}

.project-detail .text-col .link-box{
	position: relative;
}

.project-detail .text-col .link-box .theme-btn{
	border-radius: 0 0;
	line-height: 30px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 700;
}

.project-detail .image-col{
	position: relative;
	margin-bottom: 20px;
}

.project-detail .image-col .image-block{
	position: relative;
	padding: 0 5px;
	margin-bottom: 10px;
}

.project-detail .image-col .row{
	margin: 0 -5px;
}

.project-detail .image-col .image-block .image{
	position: relative;
	display: block;
	border-radius: 5px;
}

.project-detail .image-col .image-block .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
}

/***

====================================================================
	Stories Section
====================================================================

***/

.stories-section{
	position:relative;
	padding-bottom: 10px;
}

.stories-column{
	position: relative;
}

.news-block{
	position: relative;
	margin-bottom: 20px;
}

.news-block .inner-box{
	position: relative;
	display: block;
	overflow:hidden;
}

.news-block .image{
	position: relative;
	display: block;
	background: #000000;
	border-radius: 10px;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	overflow: hidden;
}

.news-block .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
	opacity: 1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	min-height: 350px;
	object-fit: cover;
}

.news-block .inner-box:hover .image img{
	opacity: 0.80;
	transform:scale(1.06,1.06);
}

.news-block .over-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.30);
	border-radius: 5px;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
}

.news-block .hvr-lower{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 20px 30px 30px;
}

.news-block .title{
	position: relative;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 20px;
	max-width: 300px;
}

.news-block .title a{
	position: relative;
	color: #ffffff;
}

.news-block .title a:hover{
	text-decoration: underline;
}

.news-block .info{
	position: relative;
	display: block;
}

.news-block .info .i-blk{
	position: relative;
	float: left;
	color: #ffffff;
	font-size: 15px;
	line-height: 34px;
	padding-left: 44px;
	margin-right: 22px;
}

.news-block .info .i-blk .icon{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 24px;
	padding: 3px 0px;
	font-size: 14px;
	background: none;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 50%;
}

.news-block-two{
	position: relative;
	margin-bottom: 20px;
}

.news-block-two .inner-box{
	position: relative;
	display: block;
	height: 110px;
	padding: 10px 10px;
	padding-left: 120px;
	border: 1px solid #eeedf2;
	border-radius: 5px;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.news-block-two .inner-box:hover{
	background: #50cd89;
	border-color: #50cd89;
}

.news-block-two .image{
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	overflow: hidden;
}

.news-block-two .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 50%;
	opacity: 1;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.news-block-two .inner-box:hover .image,
.news-block-two .inner-box:hover .image img{
	border-radius: 10px;
}

.news-block-two .text-box{
	position: relative;
	display: table;
	width: 100%;
	max-width: 220px;
	height: 90px;
	vertical-align: middle;
}

.news-block-two .text-box .title{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.news-block-two .text-box .title a{
	position: relative;
	color: #495369;
}

.news-block-two .inner-box:hover .text-box .title a{
	color: #ffffff;
}

/***

====================================================================
	Post Details
====================================================================

***/

.post-detail{
	position:relative;
	padding-bottom: 20px;
}

.post-detail .post-content{
	position: relative;
}

.post-detail .post-content .big-image{
	position: relative;
	border-radius: 10px;
	margin-bottom: 30px;
}

.post-detail .post-content .big-image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 10px;
}

.post-detail .post-content .post-title{
	position: relative;
	color: #495369;
	font-weight: 500;
	margin-bottom: 20px;
}

.post-detail .post-content .info{
	position: relative;
	display: block;
	padding-bottom: 10px;
}

.post-detail .post-content .info .i-blk{
	position: relative;
	float: left;
	color: #495369;
	font-size: 15px;
	line-height: 34px;
	padding-left: 44px;
	margin-right: 22px;
	margin-bottom: 10px;
}

.post-detail .post-content .info .i-blk .icon{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 24px;
	padding: 3px 0px;
	font-size: 14px;
	background: none;
	color: #495369;
	border: 2px solid #495369;
	border-radius: 50%;
}

.post-detail .image-gallery{
	position: relative;
	margin-bottom: 20px;
}

.post-detail .image-gallery .row{
	margin: 0 -5px;
}

.post-detail .image-gallery .image-column{
	padding: 0 5px;
}

.post-detail .image-gallery .image-block{
	position: relative;
	margin-bottom: 10px;
}

.post-detail .image-gallery .image-column .row .image-block{
	padding: 0 5px;
}

.post-detail .image-gallery .image-block .image{
	position: relative;
	border-radius: 5px;
}

.post-detail .image-gallery .image-block .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
}

.post-detail .post-content .text p{
	margin-bottom: 25px;
}

.post-detail .has-dropcap{
	position: relative;
	line-height: 25px;
	min-height: 50px;
}

.post-detail .has-dropcap .dropcap{
	position: relative;
	display: block;
	font-weight: 500;
	width: 50px;
	height: 50px;
	line-height: 48px;
	font-size: 28px;
	text-align: center;
	color: #ffffff;
	background: #50cd89;
	border-radius: 5px;
	float: left;
	margin: 0 25px 5px 0;
}

.post-detail blockquote{
	position: relative;
	display: block;
	padding: 0 0 0 70px;
	margin: 0 0 30px;
	border-left: 4px solid #50cd89;
	font-size: 22px;
	color: #495369;
	line-height: 1.2em;
}

.post-detail .comments{
	position: relative;
}

.post-detail .comments h2{
	margin-bottom: 25px;
}

.post-detail .comment-block{
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #eeedf2;
}

.post-detail .comment-block.reply-comment{
	padding-left: 80px;
}

.post-detail .comment-block .inner{
	position: relative;
	display: block;
	min-height: 80px;
	padding-left: 100px;
}

.post-detail .comment-block .image{
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	border-radius: 5px;
}

.post-detail .comment-block .image img{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 5px;
}

.post-detail .comment-block .info{
	position: relative;
	font-size: 13px;
	font-weight: 400;
	color: #495369;
	line-height: 24px;
	margin-bottom: 5px;
}

.post-detail .comment-block .info .name{
	position: relative;
	font-size: 18px;
	color: #50cd89;
	font-weight: 500;
	padding-right: 20px;
}

.post-detail .comment-block .text{
	position: relative;
	line-height: 24px;
	margin-bottom: 20px;
}

.post-detail .comment-block .btn-style-one{
	padding: 7px 20px;
	font-size: 14px;
	text-transform: capitalize;
	border-radius: 5px;
}

.post-detail .add-comment{
	position: relative;
}

.post-detail .add-comment h2{
	margin-bottom: 25px;
}

.comment-form{
	margin-bottom: 5px;
}

/***

====================================================================
    Resume Page
====================================================================

***/

.resume-content{
	position: relative;
}

.resume-content .awards{
	position: relative;
	border-top: 1px solid #eeedf2;
	border-left: 1px solid #eeedf2;
	margin-bottom: 50px;
}

.resume-content .awards .main-title{
	position: absolute;
	left: 25px;
	top: -20px;
	padding: 0 20px;
	padding-left: 70px;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
}

.resume-content .awards .main-title .icon{
	position: absolute;
	left: 20px;
	top: 0;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.resume-content .awards:hover .main-title .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.resume-content .awards .main-title .icon img{
	position: relative;
	display: block;
	max-height: 40px;
}

.resume-content .awards .main-title .txt{
	position: relative;
	color: #495369;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.resume-content .awards .row{
	margin: 0 0;
}

.resume-content .award-block{
	position: relative;
	padding: 0 0;
	border-right: 1px solid #eeedf2;
	border-bottom: 1px solid #eeedf2;
}

.resume-content .award-block .inner-box{
	position: relative;
	display: block;
	padding: 49px 20px 50px 45px;
	min-height: 100%;
}

.resume-content .award-block .date{
	position: absolute;
	left: 0;
	top: 120px;
	width: 66px;
	height: 24px;
	line-height: 24px;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-ms-transform-origin: left top;
    transform-origin: left top;
	z-index: 0;
}

.resume-content .award-block .date span{
	position: relative;
	display: block;
	width: 66px;
	height: 24px;
	line-height: 24px;
	background: #f0f0f0;
	color: #495369;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-align: center;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.resume-content .award-block:hover .date span{
	background: #50cd89;
	color: #ffffff;
}

.resume-content .award-block h5{
	position: relative;
	font-weight: 500;
	color: #50cd89;
	margin-bottom: 5px;
}

.resume-content .expertise{
	position: relative;
	border-top: 1px solid #eeedf2;
	border-left: 1px solid #eeedf2;
	margin-bottom: 50px;
}

.resume-content .expertise .main-title{
	position: absolute;
	left: 25px;
	top: -20px;
	padding: 0 20px;
	padding-left: 70px;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
}

.resume-content .expertise:hover .main-title .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.resume-content .expertise .main-title .icon{
	position: absolute;
	left: 20px;
	top: 0;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.resume-content .expertise .main-title .icon img{
	position: relative;
	display: block;
	max-height: 36px;
}

.resume-content .expertise .main-title .txt{
	position: relative;
	color: #495369;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.resume-content .expertise .row{
	margin: 0 0;
}

.resume-content .expertise-block{
	position: relative;
	padding: 0 0;
	border-right: 1px solid #eeedf2;
	border-bottom: 1px solid #eeedf2;
}

.resume-content .expertise-block .inner-box{
	position: relative;
	display: block;
	padding: 46px 30px 30px;
	min-height: 100%;
}

.resume-content .expertise-block ul{
	position: relative;
}

.resume-content .expertise-block ul li{
	position: relative;
	line-height: 24px;
	padding-left: 30px;
	margin-bottom: 10px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.resume-content .expertise-block ul li:hover{
	color: #50cd89;
}

.resume-content .expertise-block ul li:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 1px;
	width: 20px;
	height: 24px;
	background: url('/kijatimg/icons/orange/check-2.png') left center no-repeat;
	background-size: auto 18px;
	opacity: 1;
}

.resume-content .education{
	position: relative;
	border-top: 1px solid #eeedf2;
	border-left: 1px solid #eeedf2;
	margin-bottom: 50px;
}

.resume-content .education .main-title{
	position: absolute;
	left: 25px;
	top: -20px;
	padding: 0 20px;
	padding-left: 70px;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
}

.resume-content .education:hover .main-title .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.resume-content .education .main-title .icon{
	position: absolute;
	left: 20px;
	top: 0;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.resume-content .education .main-title .icon img{
	position: relative;
	display: block;
	max-height: 32px;
}

.resume-content .education .main-title .txt{
	position: relative;
	color: #495369;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.stories-content .awards .row{
	margin: 0 0;
}
.stories-content .awards .row {
    margin: 0 0;
    padding: 30px;
}
.stories-content .awards .row .story-column .news-block {
    margin: 10px;
}
.kijat-html-content-for-category .stories-content .awards .row .story-column {
    /* position: relative !important;
	left: 0 !important;
	right: 0 !important; */
    max-width: 355px;
}

.resume-content .edu-block{
	position: relative;
	padding: 0 0;
	border-right: 1px solid #eeedf2;
	border-bottom: 1px solid #eeedf2;
}

.resume-content .edu-block .inner-box{
	position: relative;
	display: block;
	padding: 48px 20px 48px 30px;
	min-height: 100%;
}

.resume-content .edu-block .date{
	position: relative;
	line-height: 24px;
	margin-bottom: 10px;
}

.resume-content .edu-block .date span{
	position: relative;
	display: inline-block;
	line-height: 24px;
	background: #f0f0f0;
	color: #495369;
	font-size: 14px;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.resume-content .edu-block:hover .date span{
	background: #50cd89;
	color: #ffffff;
}

.resume-content .edu-block h5{
	position: relative;
	font-weight: 500;
	color: #50cd89;
	margin-bottom: 5px;
}

.resume-content .interests{
	position: relative;
	border-top: 1px solid #eeedf2;
	border-left: 1px solid #eeedf2;
	margin-bottom: 50px;
}

.resume-content .interests .main-title{
	position: absolute;
	left: 25px;
	top: -20px;
	padding: 0 20px;
	padding-left: 70px;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
}

.resume-content .interests .main-title .icon{
	position: absolute;
	left: 20px;
	top: 0;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.resume-content .interests:hover .main-title .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.resume-content .interests .main-title .icon img{
	position: relative;
	display: block;
	max-height: 32px;
}

.resume-content .interests .main-title .txt{
	position: relative;
	color: #495369;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.resume-content .interests .row{
	margin: 0 0;
}

.resume-content .interest-block{
	position: relative;
	padding: 0 0;
	border-right: 1px solid #eeedf2;
	border-bottom: 1px solid #eeedf2;
}

.resume-content .interest-block .inner-box{
	position: relative;
	display: block;
	padding: 48px 20px 40px;
	min-height: 100%;
	text-align: center;
}

.resume-content .interest-block .icon-box{
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	line-height: 70px;
	text-align: center;
	border: 2px solid #50cd89;
	border-radius: 50%;
	margin: 0 auto 16px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.resume-content .interest-block:hover .icon-box{
	background: #50cd89;
}

.resume-content .interest-block .icon-box .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	line-height: 80px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.resume-content .interest-block .icon-box .icon img{
	max-height: 45px;
}

.resume-content .interest-block .icon-box .hvr-icon{
	opacity: 0;
}

.resume-content .interest-block:hover .icon-box .def-icon{
	opacity: 0;
}

.resume-content .interest-block:hover .icon-box .hvr-icon{
	opacity: 1;
}

.resume-content .interest-block h5{
	position: relative;
	font-weight: 500;
	color: #495369;
	margin-bottom: 0;
}

.sticky-top{
	top:0px;
}

/* .stories-section > div > .story-column:first-child { */
