
/* ------------- Main Styles ------------- */
body {
	padding: 0;
	-webkit-font-smoothing: antialiased !important;
	overflow-x: hidden;	
	margin: 0 auto;
}
a, a:hover, a:focus, .btn:focus{
    text-decoration: none;
	outline: none;
}

.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
.container {
    max-width: 1200px;
	width: 100%;
}
.no-padding {
	padding: 0;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.animated {
	visibility:hidden;
	animation-fill-mode: none;
	-webkit-animation-fill-mode: none;
	-moz-animation-fill-mode: none;
	-o-animation-fill-mode: none;
	-ms-animation-fill-mode: none;
}
.visible {
	visibility:visible;
}
.btn:hover, .btn:focus {
	background: #FFFFFF;
}
.btn {
	display: inline-block;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
/* ------------- Extra Classes ------------- */
.text-extrabold {
	font-weight: 800;
}
.text-bold {
	font-weight: 700;
}
.light-italic {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: italic;
}
.extrabold-italic {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-style: italic;
}
.bold-italic {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-style: italic;
}
.color-yellow {
	color: #F1C40F;
}
.color-grey {
	color: #7f8c8d;
}
.color-white {
	color: #FFFFFF;
}
.pageloader { 
	background: url(../images/loader.gif) center center no-repeat #fff;  
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;	
}
/* ------- Z Indexes ------- */
.index-1 {
	z-index: 1;
}
.index-2 {
	z-index: 2;
}
.index-3 {
	z-index: 3;
}
.index-4 {
	z-index: 4;
}
.index-big {
	z-index: 99;
}
/* ------- Social Icon Hover Styles ------- */
.gk-facebook:hover, .gk-facebook:focus, .gk-facebook:active {
	background: #3B5999;
	color: #fff;
}
.gk-twitter:hover, .gk-twitter:focus, .gk-twitter:active {
	background: #00ACEE;
	color: #fff;
}
/* ------- Title and Desc Styles ------- */
.section-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 61px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 300;
}
.after-2000 .section-title, .after-2600 .section-title, .after-3000 .section-title {
	font-size: 60px;
}
.section-msg {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 1.4;
	margin-top: 15px;
}
.section-msg1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 42px;
}
.gk-triangle-medium:before, .gk-triangle-medium:after {
	font-size: 30px;
}


/* =========================== HEADER SECTION ============================== */
/* ------------- Triangle Background ------------- */
.triangle-bg {	
	min-height: 480px;
	position: relative;
	margin: 0 auto;
	background: #FFFFFF;
}
.triangle-bg:before {
	border-color: #101B2A transparent transparent #101B2A;
    border-style: solid;
    border-width: 550px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;	
}
.after-1600 .triangle-bg:before {
	border-width: 630px;
}
.after-1800 .triangle-bg:before {
	border-width: 675px;
}
.after-2000 .triangle-bg:before {	
	border-width: 725px;
}
.after-2600 .triangle-bg:before {
	border-width: 900px;
}
.after-3000 .triangle-bg:before {	
	border-width: 1350px;
}


/* =========================== SHAPE SECTION ============================== */
.shape-section {	
	position: relative;
	overflow: hidden;
	top: -110px;	
	margin: 0 auto -110px auto;
	background: #FFFFFF;
}
.gk-shape-cover {    
    position: relative;
    top: 0;
	margin-bottom: 80px;
}
.gk-dd-shape {
    width: 100%;
    height: 1700px;
    position: relative;
	max-width: 1600px;
	margin: 0 auto;
}
.gk-dd-shape:before{
    position: absolute;
    display: block;
    content: "";
    width: 1800px;
    height: 1800px;
    left: -695px;
    top: 375px;	
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
	-o-transform: rotate(43deg);
	-ms-transform: rotate(43deg);
    transform: rotate(43deg);
}
.gk-dd-shape:after {
    position: absolute;
    display:block;
    content: "";
   	width: 1800px;
    height: 1800px;    
    top: 1295px;
    left: 25%;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.after-1500 .gk-dd-shape:before {
	left: -685px;
}
.after-1500 .gk-dd-shape:after {
	left: 29%;
	top: 1290px;
}
.after-1600 .gk-dd-shape:before {
	left: -635px;
}
.after-1600 .gk-dd-shape:after {
	left: 30%;
	top: 1300px;
}
.after-1800 .gk-dd-shape:before, .after-2000 .gk-dd-shape:before, .after-2600 .gk-dd-shape:before, .after-3000 .gk-dd-shape:before {
	height: 3800px;
    left: -1300px;
	top: 110px;
}
.after-1800 .gk-dd-shape:after, .after-2000 .gk-dd-shape:after, .after-2600 .gk-dd-shape:after, .after-3000 .gk-dd-shape:after {
	width: 3800px;
	top: 1970px;
	left: 14%;
}
/* ------------- Shape Color Styles ------------- */
.grey-green-color:before {
	background: #ecf0f1;
}
.grey-green-color:after {
	background: #218BBC;
}
.white-grey-color:before {
	background: #FFFFFF;
}
.white-grey-color:after {
	background: #ecf0f1;
}
.grey-white-color:before {
    background: #F1C40F;
}
.grey-white-color:after {
    background: #ffffff;
}
.grey-yellow-color:before {
	background: #ecf0f1;
}
.grey-yellow-color:after {
	background: #F1C40F;
}
