/*STYLE.CSS*/


/*-------------------------------------------------------------------------------------------------------------------------------*/


/*This is main CSS file that contains custom style rules used in this template*/


/*-------------------------------------------------------------------------------------------------------------------------------*/


/* Template Name: TKorporation.*/


/* Version: 1.0 Initial Release*/


/* Build Date: 8-04-2016*/


/* Author: gfxbucket.*/


/* Copyright: (C) 2016 */


/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------*/


/* TABLE OF CONTENTS: */


/*--------------------------------------------------------*/


/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */


/* 02 - HOME PAGE 1 */


/* 03 - HOME PAGE 2 */


/* 04 - HOME PAGE 3 */


/* 05 - HOME PAGE 4 */


/* 06 - HOME PAGE 5 */


/* 07 - CASE STUDY */


/* 08 - CONTACT */


/* 09 - BLOG PAGE */


/* 10 - SLIDER ANIMATION */


/*-------------------------------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION & COLOR PRESETS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*===========RESET==============*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;


  vertical-align: baseline;
}






/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

body * {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input,
textarea,
select {
  font-weight: 400;
  appearance: none;
  border-radius: 0;
  border: 0px none;
}

select::-ms-expand {
  display: none;
}

a {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

body {
  overflow-x: hidden;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  color: #000;
  font-weight: 300;
}

ul,
ol {
  list-style: none;
}

b {
  font-weight: 700;
}

input::-webkit-input-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

input::-moz-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

input:-moz-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

input:-ms-input-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

textarea::-webkit-input-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

textarea::-moz-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

textarea:-moz-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

textarea:-ms-input-placeholder {
  color: #676a6a;
  opacity: 0.6;
}

