/*===== FONT FACE ====*/
/*====================================================*/
@font-face {
    font-family: 'rage';
    src: url('../fonts/rage-italic/rage-webfont.eot');
    src: url('../fonts/rage-italic/rage-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rage-italic/rage-webfont.woff') format('woff'),
         url('../fonts/rage-italic/rage-webfont.ttf') format('truetype'),
         url('../fonts/rage-italic/rage-webfont.svg#rage_italicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../fonts/websymbols/websymbols-regular-webfont.eot');
    src: url('../fonts/websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('../fonts/websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('../fonts/websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*===== MAIN SETTINGS ====*/
/*================================================================================*/
body {
	font-family: 'Open Sans', sans-serif;
	font-weight : bold;
	font-size : 15px;
	color: #666;
	background: white;
	background-attachment: fixed;
	background-size: cover;
	margin:0;
	overflow-x:hidden;
}

::selection {
    background: #dedede;
}

.clear{clear:both;}

/*===== HEADER ====*/
/*================================================================================*/
.ha-header {
	/*position: fixed;*/
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 50;
	font-family: 'Lato', Arial, sans-serif;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.ha-header-perspective {
	width: 100%;
	max-width:1100px;
	height: 100%;
	padding:0 10px;
	margin:0 auto;
	position: relative;
	-webkit-perspective: 1100px;
	-moz-perspective: 1100px;
	perspective: 1100px;
	-webkit-perspective-origin: 50% 0;
	-moz-perspective-origin: 50% 0;
	perspective-origin: 50% 0;
}

.scroll-effect a{
	text-decoration:none;
}


.ha-header-perspective > div::after {
    content: '';
    display: inline-block;
    width: 100%;
}

.ha-header-small .logo img{
	width:100%;
	
}

.ha-header h1 {
	font-weight: 100;
	font-size: 3.2em;
	margin: 0;
	padding: 0 1em 0 0;
	color: #2d383f;
	cursor: default;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.ha-header h1::before,
.ha-header nav::before {
	content: '';
	height: 100%;
}

.ha-header-large {
	width:100%;
	height:97px;
	padding:1px 0;
	opacity:1; background-color: #fff; border-bottom: #CCCCCC 5px solid;
}
.logo {
	width:357px;
	cursor:pointer;
	background:none;
	float:left;
}
.logo a img{
	/*width:100%;*/
}
/*===== end First, Large header ====*/
/*===== Second, Small header ====*/
.ha-header-small {
	width:100%;
	height:47px;
	padding:0;
	background:white;
	border-bottom:2px solid #2c3e50;
	position:fixed;
	z-index:30;
}
.ha-header-small .logo {
	width:90px;
	cursor:pointer;
	display:block;
	background:none;
	position:relative;
	float:left;
	top:3px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

/*===== Navigation ====*/
.navigation { width:auto; height:100%; margin:0; padding:0; float:right; right:0; display:block; }

.navigation ul { margin:0; padding:0; float:left; list-style:none; }
.navigation ul li { margin:0; padding:0; float:left; list-style:none; position:relative; }

.navigation li:hover ul { display: block; }

.navigation li li { /*float: left;*/ float:none; margin: 0; padding: 0; }
.navigation li ul { /*width: 723px !important;*/ background-color: #F8F8F8; }
.navigation li ul li ul { background-color: #F8F8F8; display: block !important; min-height: 250px; width: 241px !important; }
.navigation li ul li ul li { padding: 0 !important; }
.navigation ul li ul { }
.navigation li li a { background: none repeat scroll 0 0 #F8F8F8; border-right: 1px solid #EDEDED; color: #777777; font-size: 13px; font-weight: bold; line-height: 30px; margin: 0; min-width: 210px; overflow: hidden; padding: 1px 15px; text-align: left; }

.navigation li li li a { font-weight: normal !important; }
.navigation li li:first-child > a { border-top: medium none; }
.navigation li li:last-child > a { border-bottom: medium none; }
.navigation li li a:hover { background: none repeat scroll 0 0 #FFFFFF; }
.navigation li ul { display: none; font-weight: normal; height: auto; /*left: -240px;*/ margin: 0; min-width: 240px; padding: 0; position: absolute; text-transform: none; z-index: 9999; }
.navigation li ul ul { display: block !important; margin-left: 240px; }
.navigation li ul ul li { clear: both !important; width: 240px !important; }
.navigation li:hover > ul, .navigation li li:hover > ul, .navigation li li li:hover > ul { }
.navigation li ul li { display: block !important; }

.navigation a { position: relative; display: inline-block; margin: 18px 0px; outline: none; cursor:pointer; color:#666666; text-decoration: none; font-size: 13px; text-transform:uppercase; font-weight:bold; }

.navigation a:hover, .navigation a:focus { outline: none; color:#dfa100; }

.navigation a::before, .navigation a::after { display: inline-block; opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.2s; -moz-transition: -moz-transform 0.3s, opacity 0.2s; transition: transform 0.3s, opacity 0.2s; }

.navigation a::before { margin-right: 10px; color:#dfa100; content: '|'; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); transform: translateX(20px); }

.navigation a::after { margin-left: 10px; color:#dfa100; content: '|'; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); transform: translateX(-20px); }

.navigation a:hover::before, .navigation a:hover::after, .navigation a:focus::before, .navigation a:focus::after { 
opacity: 1; -webkit-transform: translateX(0px); -moz-transform: translateX(0px); transform: translateX(0px); }



/*===== DL Menu, for mobile devices ====*/
/*================================================================================*/
.dl-menuwrapper {
	width: 100%;
	max-width: 260px;
	float: right;
	position: relative;
	right:20px;
	top:24px;
	display:none;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	background: #ccc;
	border: none;
	width: 35px;
	height: 32px;
	float:right;
	top:-15px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active{
	background: #2c3e50;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 45%;
	height: 2px;
	background: #fff;
	top: 10px;
	left: 26%;
	box-shadow: 
		0 5px 0 #fff, 
		0 10px 0 #fff;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
	background: #2c3e50;
}

.dl-menuwrapper li:hover{
	background: #fff;
}

.dl-menuwrapper li:hover a{
	color: #2c3e50;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 14px 13px 10px;
	text-decoration:none;
	font-size: 12px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 5px 0 0 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	display:block;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/*===== SLIDER ====*/
/*================================================================================*/
.responsive-slider{
	position:relative;
	width:100%;
	height:836px;
	overflow:hidden;
}

.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
	min-height:836px;
	background:url(../images/slider.jpg) no-repeat fixed;
}

.slider{
	position:relative;
	width:100%; 
	height:100%;
/*	height:00px; when responsive, comment this out */
	margin:270px auto;	
	bottom:0px;
}

.slide{
	font-weight:100;
	text-transform:uppercase;
}

.fraction-slider{
	position:relative;
	width:100%;
	overflow:visible;
	top:0;
}

.fraction-slider .slide{
	display:none; width:100%; height:100%;
	position:absolute;
	z-index:2;
}

.fraction-slider .active-slide{
	z-index:1;
	height:100%;
}

.fraction-slider .fs_obj{
	display:block; display:none;
	position:absolute;
	top:0px; left:100%;
}

.fraction-slider .fs_fixed_obj{
	z-index:1;
	left:0;
	position:absolute;
}

.fraction-slider .fs_obj *{
	display:inline-block;
	position:relative;
	top:0px; left:0px;
}

.fs_loader{
	width:100%; height:600px;
	background:url(../images/loader.gif) center center no-repeat;
	z-index:9999;
}

/*===== Slider Controls ====*/

.responsive-slider .prev,
.responsive-slider .next{
	opacity:0;
	position:absolute;
	width:61px; height:61px;
	z-index:2;
	cursor:pointer;
}

.responsive-slider .prev{
	left:-13%; top:22%;
	background:url(../images/arrows.png) 0px 0px no-repeat transparent;
	
}
.responsive-slider .prev:hover{
	background:url(../images/arrows.png) -61px -61px no-repeat transparent;
}

.responsive-slider .next{
	right:-13%; top:22%;
	background:url(../images/arrows.png) 0px -61px no-repeat transparent;
}
.responsive-slider .next:hover{
	background:url(../images/arrows.png) -61px 0px no-repeat transparent;
}

.slider-wrapper:hover .prev,
.slider-wrapper:hover .next{
	opacity:1;
}
/*===== end Slider Controls ====*/

/*===== Slider 1 ====*/
.teaser{
	padding:0.5% 1.5%;
	font-size:35px;
	line-height:100%;
	color:#fff;
	font-weight:100;
	text-align:center;
	max-width:700px;
}
.teaser-text{
	display:block;
	padding:0.5% 1.5%;
	font-size:17px;
	line-height:100%;
	color:#fff;
	font-weight:100;
	text-align:center;
	width:700px;
}

.button{
	position:absolute;
	z-index:9000;
	display:block;
	line-height:100%;
	cursor:pointer;
	width:169px;
	background:white;
	font-size:15px;
	border-radius:6px;
	text-align:center;
	color:#2c3e50;
	font-weight:600;
	padding:15px 0;
}

.button:hover{
	background:#2c3e50;
	color:white;
}

.button:hover a{
	color:white;
}

.button a{
	color:#2c3e50;
}

/*===== Slider 2 ====*/

.big-round{
	width:450px;
	height:450px;
	background:rgba(42,60,79,0.9);
	border-radius:500px;
	display:block;
}

.back-to-top {
    bottom: 25px;
    display: none;
    padding: 0;
    position: fixed;
    right: 10px;
    text-decoration: none;
}

span.first{
	color:#79a0c8;
}

span.last{
	color:#22a2c4;
}

.text1{
	color:#6e869f;
	font-size:30px;
	font-weight:600;
	width:450px;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}
.text2{
	color:#6e869f;
	font-size:60px;
	font-weight:600;
	width:450px;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}
.text3{
	color:#6e869f;
	width:450px;
	font-size:20px;
	font-weight:600;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}
.text4{
	color:#6e869f;
	width:450px;
	font-size:20px;
	font-weight:600;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}

.text5{
	color:#6e869f;
	width:450px;
	font-size:70px;
	font-weight:600;
	transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}

.m-button{
	width:76px;
	height:118px;
	position:relative;
	border-radius:300px;
	background:#22a2c4;
	padding:6px 25px;
}

.m-button a{
	width:100%;
	height:100%;
	border-radius:300px;
	text-align:center;
	font-size:22px;
	font-weight:600;
	color:white; 
	z-index:999;
	margin-top:50px;
	display:block;
	transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
}

.m-button:hover{
	background:white;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.m-button:hover a{
	color:#22a2c4;
}
/*===== end slider 2 ====*/

/*===== About Us ====*/
/*================================================================================*/
.about{
	width:100%;
	margin:0;
	height:auto;
	background:#2c3e50;
	padding:20px 0;
	position:relative;
	overflow:hidden;
}

.content{
	position:relative;
	z-index:5;
}

.ca-menu{
    padding:0;
    margin:0px auto;
    max-width: 1170px;
	text-align:center;
}

/*===== About menu, li ====*/
.ca-menu li{
	display:block;
    width: 20%;
    height: 330px;
	padding:0 12px;
	cursor:default;
    overflow: hidden;
	border-radius:8px;
    position: relative;
    float:left;
	text-align:center;
    background: none;
    margin:1% 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:last-child{
    margin-right: 0px;
}

.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 35px;
    color: white;
	border:1px solid white;
	border-radius:100px;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.8);
    line-height: 97px;
    position: absolute;
    width: 100px;
    height: 100px;
	margin:0 auto;
    left: 50%;
    top: 25px;
    text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: auto;
    top: 40%;
	clear:both;
}
.ca-main{
    font-size: 20px;
	font-weight:100;
	margin-top:6%;
	color:white;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-sub{
	font-weight:100;
    text-align:center;
    font-size: 12px;
	top:10px;
	position:relative;
    color: white;
    line-height: 22px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-link{
	font-weight:100;
	font-size:14px;
	color:white;
	display:block;
	width:108px;
	margin:10% auto;
	height:auto;
	padding:10px 0;
	text-align:center;
	background:none;
	border:1px solid white;
	border-radius:6px;
	cursor:pointer;
}

/*===== About menu, li rollovers ====*/
.ca-menu li:hover{
    background:#25384b;
}
.ca-menu li:hover .ca-icon{
    color:#25384b;
	background:white;

}
.ca-menu li:hover .ca-main{
    -webkit-animation: moveFromTop 400ms ease;
    -moz-animation: moveFromTop 400ms ease;
    -ms-animation: moveFromTop 400ms ease;
}
.ca-menu li:hover .ca-sub{
    -webkit-animation: moveFromTop 600ms ease;
    -moz-animation: moveFromTop 600ms ease;
    -ms-animation: moveFromTop 600ms ease;
}

.ca-menu li:hover .ca-link{
    -webkit-animation: moveFromTop 800ms ease;
    -moz-animation: moveFromTop 800ms ease;
    -ms-animation: moveFromTop 800ms ease;
}

.ca-link:hover{
	background:white;
	color:#25384b;
}
/*===== end About menu, li ====*/

/*===== Text Place ====*/
/*================================================================================*/
.textplace{
	width:100%;
	height:auto;
	padding:27px 0;
	background:#25384b;
	text-align:center;
	margin:0;
}

.textplacet{
	width:1100px;	
	height:auto;;
	margin:0 auto;
}

.textplacet{
	display:block;
	height:auto;
	width:100%;
	text-align:center;
	font-size:20px;
	font-weight:100;
	color:white;
}

.textplacet span{
	text-transform:uppercase;
	font-size:30px;
}
/*===== end Text Place ====*/

/*===== Services ====*/
/*================================================================================*/
.services{
	background: url(../images/i2.jpg) center center repeat fixed;
	width:100%;
	height:auto;
	left:0;
	min-height:1085px;
	position:relative;
	margin:0;
}

.services-r{
	width:100%;
	max-width:880px;
	height:auto;
	min-height:1085px;
	position:relative;
	margin:0 auto;
	z-index:2;
}

/*===== Services Rounds ====*/
.round{
	width:49%;
	height:430px;
	position:absolute;
	border-radius:500px;
	cursor:pointer;
	z-index:1;
	opacity:0.5;
	
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.round:hover{
	opacity:1;
	z-index:2;
}
/*===== Services Rounds colors ====*/
.services-r .grey{
	background:#8b8b8b;
	top:106px;
	left:25%;
}

.services-r .blue{
	background:#2b4578;
	top:330px;
	left:0;
	float:left;	
}

.services-r .black{
	background:#131313;
	top:330px;
	right:0;
	float:right;
}

.services-r .darkblue{
	background:#0b223b;
	left:25%;
	bottom:106px;
}
/*===== end Rounds colors ====*/

/*===== round elements ====*/
.round-link{
	width:77%;
	height:77%;
	display:block;
	padding:50px;
	cursor:pointer;
	border-radius:500px;
	position:relative;
}
.sv-icon{
    font-family: 'WebSymbolsRegular';
    position: relative;
    width: 30%;
	display:block;
    height: auto;
    top: 50%;
	margin:0 auto;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	-webkit-transform: translateY(-25%) translateY(-25%);
	transform: translateY(-25%) translateY(-25%);
}

.sv-icon img{
	width:100%;
}

.sv-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
	opacity:0;
}

.round:hover .sv-content{
	opacity:1;
}

.sv-main{
    font-size: 500%;
	font-weight:600;
    color: white;
	text-transform:uppercase;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.services-r a:hover .sv-icon{
	top:17%;
    color: white;
    -webkit-animation: moveFromBottom 400ms ease;
    -moz-animation: moveFromBottom 400ms ease;
    -ms-animation: moveFromBottom 400ms ease;
	-webkit-transform: translateY(0) translateY(0);
	transform: translateY(0) translateY(0);
}
.services-r a:hover .sv-main{
    color: white;
    -webkit-animation: moveFromTop 300ms ease;
    -moz-animation: moveFromTop 300ms ease;
    -ms-animation: moveFromTop 300ms ease;
}
/*===== end round elements ====*/

/*===== Page Slide ====*/
#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
    padding: 0px;
    color: #FFF;
}
#pageslide > div{
	height:100%;
}

.pageslide{
	height:auto;
	text-align:center;
	color:white;
	font-weight:100;
	top:50%;
	position:relative;
	width:80%;
	margin:0 auto;
	-webkit-transform: translateY(-25%) translateY(-25%);
	transform: translateY(-25%) translateY(-25%);
}

.pageslide .icon{
	width:auto;
	height:auto;
	margin: 0 auto;
}

.pageslide .header{
	width:100%;
	height:auto;
	font-size:60px;
	text-align:center;
	text-transform:uppercase;
	margin:10px 0 0;
}

.pageslide .desc{
	width:100%;
	height:auto;
	font-size:14px;
	text-align:center;
	line-height:22px;
}
.pageslide .desc h4{
	font-size:20px;
	margin:10px auto;
	display:block;
	font-weight:100;
}
.pageslide .close{
	width:70px;
	height:70px;
	display:block;
	border-radius:150px;
	background:white;
	font-size:80px;
	text-align:center;
	margin:20px auto;
	padding:20px;
	line-height:70px;
	text-decoration:none;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*===== Page Slide Colors ====*/
#grey {
	display: none; 
	background: #8b8b8b;
}
#grey a{
	color:#8b8b8b;
}
#grey a:hover{
	color:#fff;
	background:#757575;
}

#blue {
	display: none; 
	background: #2b4578;
}
#blue a{
	color:#2b4578;
}
#blue a:hover{
	color:#fff;
	background:#1f3662;
}

#black {
	display: none; 
	background: #131313;
}
#black a{
	color:#131313;
}
#black a:hover{
	color:#fff;
	background:#000000;
}

#darkblue {
	background: #0b223b;
	display:none;
}

#darkblue a{
	color:#0b223b;
}
#darkblue a:hover{
	color:#fff;
	background:#051423;
}
/*===== end Page Slides ====*/

/*===== Transform effects ====*/
@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-50%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(-50%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(-50%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(50%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(50%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(50%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
/*===== end Transform effects ====*/

/*===== Inner scroll styles ====*/
.scroll {
   background:none;
   overflow-y: hidden;
   -ms-scrollbar-base-color: #22a2c4; 
}
.scroll:hover{
	overflow-y:scroll;
}
.scroll::-webkit-scrollbar {
    width: 6px;
	background:none;
	margin:5px;
	display:none;
}

.scroll::-webkit-scrollbar-track {
	border:5px solid #2c3e50;
	border-radius: 10px;
	height:30px;
	display:none;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
	width:15px;
	border:2px solid #22a2c4;
	height:5px;
	display:none;
}
/*===== end Inner scroll styles ====*/

/*===== Loader Keyframes ====*/
@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
/*===== end Loader Keyframes ====*/

.portfolio { width:100%;
	height:auto;
	position:relative;
	padding:30px 0;
	overflow:hidden; 
	}
	
.portfolio-header{
	width:100%;
	height:107px;
	max-width:1050px;
	margin:0 auto;
	text-align:left;
	position:relative;
	color:#a2a2a2;
	font-weight:100;	
}

.portfolio-header header.sk-header{
	font-size:44px; color:#282828;
	text-align:left;
}

.portfolio-header h3.sk-desc{
	font-size:13px; color:#000000; line-height:20px;
	top:10px;
	position:relative;
}

.portfolio-inner{
	width:100%;
	max-width:1050px;
	height:auto;
	text-align:center;
	margin:15px auto 10px auto;
	position:relative;
}
.portfolio-img { clear:both; margin:1px auto 10px auto; height:215px; }
.portfolio-img  ul { padding:0px; margin:0px; }
.portfolio-img  ul li { width:260px; height:210px; float:left; }
.portfolio-img  ul li a img { width:260px; height:210px; }
.portfolio-img ul li a img:hover { opacity: 0.4; }

.view-mr a {
    background: url("../images/view-mr.png") repeat-x scroll left top #B2BCBC;
    border: 1px solid #081B31;
    border-radius: 15px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    padding: 3px 25px;
    text-align: center;
    text-decoration: none;
    width: 247px;
}

.view-mr a:hover {
    background: url("../images/sub-btn.png") repeat-x scroll left top #0D5586;
    border: 1px solid #054f83;
    border-radius: 15px;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    padding: 3px 25px;
    text-align: center;
    text-decoration: none;
    width: 247px;
}

.tech-sec {
	width:100%;
	height:67px;
	width:100%;
	margin:0 auto;
	text-align:center;
	position:relative; border-top:#fbfbfb 1px solid;	
}
	
.skills{
	width:100%;
	height:auto;
	position:relative;
	padding:80px 0;
	overflow:hidden;
}
/*===== skills header ====*/
.skills-header{
	width:100%;
	height:200px;
	max-width:980px;
	margin:0 auto;
	text-align:center;
	position:relative;
	color:#a2a2a2;
	font-weight:100;
	text-transform:uppercase;	
}

.skills-header header.sk-header{
	font-size:35px;
	text-align:center;
}

header.sk-header span{
	font-size:55px;
}

.skills-header .skills-icon{
	font-family:'WebSymbolsRegular';
	width:100%;
	height:20px;
	position:relative;
	text-align:center;
	color:#4c769c;
	top:40px;
	font-size:20px;
	font-weight:100;
}

.skills-header h3.sk-desc{
	font-size:16px;
	top:90px;
	position:relative;
}

.skills-header h3.sk-desc span{
	font-weight:600;
	color:#4c769c;
}
/*===== end skills header ====*/

/*===== Skill Boxes ====*/
.skills-inner{
	width:100%;
	max-width:980px;
	height:auto;
	text-align:center;
	margin:100px auto 0;
	position:relative;
}

.sk-box{
	width:280px;
	height:340px;
	position:relative;
	float:left;
	margin:0 20px;
	font-weight:100;
	text-transform:uppercase;
	color:#8a8a8a;
}

.sk-bar{
	width:230px;
	height:230px;
	position:relative;
	margin:0 auto;
}

.chart {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 230px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.easyPieChart {
  display: inline-block;
  z-index: 2;
  position:relative;
  font-weight:100;
  font-size:30px;
}

.sk-box-header{
	width:100%;
	font-size:20px;
	top:10px;
	position:relative;
}

.sk-box-desc{
	font-size:13px;
	top:20px;
	position:relative;
	height:50px;
	
}

.testimonial-section { width:100%; min-height:335px; position:relative; background:#e9eef5; padding-top:35px; }

.testimonial-sec {
	width:100%;
	max-width:1050px;
	height:245px;
	position:relative;
	margin:0 auto;
}

.testimonial-left { float:left; width:630px; }
.testimonial-left h1.tl-header{ width:100%; color: #333333; text-align:left; display:block; text-transform:uppercase; font-weight:400; font-size:35px; height:52px; }

.testimonial-content { background:url(../images/testbg.png) no-repeat left top; width:584px; height:95px; padding:12px 18px 52px 18px; color:#333333; font-size:14px; line-height:22px; text-align:justify; font-weight:normal; font-family:"Open Sans",sans-serif; }

.testimonial-cont { text-align:center; font-size:24px; font-weight:100; color: #333333; font-family:'Open Sans',sans-serif; }

.testimonial-right { float: right; width:276px; }
.testimonial-right h1.tl-header{ width:100%; color: #333333; text-align:left; display:block; text-transform:uppercase; font-weight:100; font-size:31px; height:52px; font-weight:400; }

.testimonial-right input[type="text"] { background:#FFFFFF; padding:9px 7px; border:#FFFFFF 1px solid; font-size:14px; color: #333333; width:95%; clear:both; margin-bottom:7px; font-family:"Open Sans",sans-serif; }
.testimonial-right textarea { background:#FFFFFF; padding:9px 7px; border:#FFFFFF 1px solid; font-size:14px; color: #333333; width:95%; clear:both; margin-bottom:7px; height:45px; font-family:"Open Sans",sans-serif; }

.testimonial-right .btnsec { clear:both; margin:10px auto; text-align:center; padding-left:50px; }

.testimonial-right .btnsec .subbt { border: none; background:#01721b; cursor:pointer; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:13px; width:87px; float:left; margin-right:7px; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; -ms-border-radius:7px; -o-border-radius:7px; padding:5px 15px; }

.testimonial-right .btnsec .resetbt { border: none; background:#01721b; cursor:pointer; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:13px; width:87px; float:left; margin-right:7px; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; -ms-border-radius:7px; -o-border-radius:7px; padding:5px 15px; }

.testimonial-right .btnsec .subbt:hover { border: none; background:#f6b40e; cursor:pointer; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:13px; width:87px; float:left; margin-right:7px; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; -ms-border-radius:7px; -o-border-radius:7px; }

.testimonial-right .btnsec .resetbt:hover  { border: none; background:#f6b40e; cursor:pointer; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; color: #FFFFFF; font-size:13px; width:87px; float:left; margin-right:7px; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; -ms-border-radius:7px; -o-border-radius:7px; }


.contact-section { width:100%; border-bottom: #FFFFFF 1px solid; /*min-height:360px;*/ padding-top:30px; padding-bottom:30px; position:relative; }

.contact-sec { width:100%; max-width:1110px; /* max-width:980px; min-height:395px;*/ position:relative; margin:0 auto; }

.contact-sec h1.contct-header { min-height:60px; width:100%; color: #333333; text-align:center;
	display:block; text-transform:uppercase; font-weight:400; font-size:35px;
}

.contct-desc {
	width:100%;
	color: #333333;
	text-align:center;
	display:block;
	font-weight:100;
	font-size: 18px; line-height: 35px;
}
.social-icn { margin-top:30px; text-align:center; }
.social-icn a img:hover { opacity:0.4; }

.footer-section {
	width:100%; border-top:#3294fc 1px solid; border-bottom:#40a2ff 1px solid;
	height:185px; padding-top:25px; padding-bottom:35px;
	position:relative;
	background:#0b3056;
}

.footer-sec {
	width:100%;
	max-width:1050px;
	height:245px;
	position:relative;
	margin:0 auto;
}

.btmsec { float: left; width: 193px; padding-top: 7px; padding-left: 2px; line-height:25px; }
.btmsec .ft-hdg { color:#b3b3b3; font-weight:100; font-size:24px; height:35px; }

.btmsec ul { padding:0px; margin:0px; }
.btmsec ul li { margin:0px; list-style:none; }
.btmsec ul li a { text-decoration:none; color:#8295a8; font-size:12px; font-weight:normal; }
.btmsec ul li a:hover { text-decoration:none; color:#ffffff; }

.social-right { float: right; width: 260px; margin-top:72px; height:65px; }
.social-right ul { margin:0px; padding:0px; }
.social-right ul li { margin:4px; padding:0px; float:left; width:40px; height:40px; }

.social-right ul li a img:hover { opacity:0.2; }

.social-in { margin-top:30px; text-align:center; }

.copyright-section { width:100%; min-height:30px; padding-top:12px; position:relative; background:#e9eef5; }
.copyright-sec { width:100%; max-width:980px; position:relative; margin:0 auto; }
.copyright-left { float:left; width:45%; text-align:left; color: #333333; font-size:12px; font-weight:normal; }
.copyright-right { float:right; width:50%; text-align:right; color: #333333; font-size:12px; font-weight:normal; }

.latest-works{
	width:100%;
	height:765px;
	position:relative;
	background: url(../images/i8.jpg);
}
/*===== L-W Header ====*/
.latest-works-header{
	width:100%;
	max-width:980px;
	height:120px;
	position:relative;
	margin:0 auto;
	top:80px;
}

.latest-works div.lw-signature{
	font-family:'rage';
	width:100%;
	color:#a28e82;
	top:25px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	font-weight:100;
	font-size:35px;
}

.latest-works-header h1.lw-header{
	width:100%;
	color:white;
	text-align:center;
	display:block;
	text-transform:uppercase;
	font-weight:100;
	font-size:35px;
}
.latest-works-header h1.lw-header span{
	font-size:55px;
}

.latest-works-header a.lw-desc{
	width:100%;
	color:white;
	text-align:center;
	display:block;
	margin:0 auto;
	text-transform:uppercase;
	font-weight:100;
	font-size:20px;
}
/*===== end L-W Header ====*/

/*===== L-W containers ====*/
.lt-container{
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:980px;
	height:450px;
	top:125px;
	overflow:hidden;
}
.lt-wrapper{
	width:100%;
	height:100%;
	position:relative;
	
}
.lt-item{
	position:relative;
	float:left;
	width:328px;
	height:100%;
	text-align:center;
}
.lt-more{
	position: absolute;
	display:block;
	bottom: -30px;
	left:42%;
	width:50px;
	height:50px;
	border-radius:100px;
	padding:0;
	font-size:40px;
	text-align:center;
	background: #233548 url(../images/latest-works/more-icon.png) center center no-repeat;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.lt-item-main:hover .lt-more,
.lt-more:hover{
	background-color:#517fa9;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.lt-close{
	position:absolute;
	top:20px;
	right:20px;
	background:#fff url(../images/latest-works/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	opacity:0.7;
}
.lt-close:hover{
	opacity:1.0;
}
.lt-item-main{
	width:285px;
	height:310px;
	padding:17px 10px 10px;
	left:10px;
	position:absolute;
	background:#fff;
	overflow:visible;
	border-top:7px solid #233548;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.lt-item-main:hover{
	border-top:7px solid #517fa9;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.lt-icon{
	width:265px;
	height:190px;
	position:relative;
	margin:0 auto;
	background:url(../images/latest-works/lt1.jpg) no-repeat center center;
}
/*===== About Icons ====*/
.lt-item-2 .lt-icon{
	background-image:url(../images/latest-works/lt2.jpg);
}
.lt-item-3 .lt-icon{
	background-image:url(../images/latest-works/lt3.jpg);
}
.lt-item-4 .lt-icon{
	background-image:url(../images/latest-works/lt4.jpg);
}
.lt-item-5 .lt-icon{
	background-image:url(../images/latest-works/lt5.jpg);
}
.lt-item-6 .lt-icon{
	background-image:url(../images/latest-works/lt6.jpg);
}
/*===== end About Icons ====*/
.lt-item h3{
	text-transform:uppercase;
	font-size:22px;
	color:#68798b;
	height:auto;
	text-align:center;
	display:block;
	top:10px;
	position:relative;
}
.lt-item h4{
	font-style:italic;
	text-transform:uppercase;
	color:#68798b;
	font-size:12px;
	text-align:left;
	text-align:center;
	line-height:18px;
	top:10px;
	margin:10px 10px 15px;
	position:relative;
}
/*===== end L-W containers ====*/

/*===== L-W opening wrapper ====*/
.lt-content-wrapper{
	background:white;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:auto;
	top:0px;
	text-align:left;
	z-index:9;
	overflow:hidden;
}
.lt-content{
	width:100%;
	overflow:hidden;
}
.lt-content-text{
	font-size: 12px;
	margin:17px 10px;
	padding:0px 20px;
	line-height:24px;
	font-weight:100;
	text-transform:uppercase;
}
.lt-content-text p{
	padding-bottom:5px;
}
.lt-content h6{
	margin:17px 20px 0px 27px;
	font-size:30px;
	padding-bottom:10px;
	color:#91837a;
	border-bottom:1px solid #e7d9d0;
	text-transform:uppercase;
}
.lt-content ul{
	margin:20px 27px;
	height:30px;
}
.lt-content ul li{
	float:left;
	margin:0px 2px;
}
.lt-content ul li a{
	color:#ac9281;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:100;
}
.lt-content ul li a:hover{
	color:black;
}
.lt-nav span{
	font-family:'WebSymbolsRegular';
	width:100%;
	height:auto;
	position:absolute;
	top:90%;
	left:48%;
	font-size:25px;
	color:#fff;
	cursor:pointer;
	z-index:100;
	opacity:0.5;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.lt-nav span.lt-nav-next{
	left:51%;
}
.lt-nav span:hover{
	opacity:1;
}

.lt-nav span.lt-nav-next:hover{
	background-position:top right;
}
/*===== end L-W opening wrapper ====*/

/*===== WHAT WE DO ====*/
/*================================================================================*/
.ww-do{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	padding:0 0 50px;
}

.ww-do .ww-do-inner{
	width:100%;
	max-width:980px;
	height:100%;
	min-height:630px;
	margin:0 auto;
	position:relative;
	top:80px;
}
/*===== What We Do Header ====*/
.ww-do-header{
	width:90%;
	text-transform:uppercase;
	margin:0 auto;
	height:240px;
}
.ww-do-header h1.ww-header{
	text-align:center;
	font-size:35px;
	color:#939393;
	font-weight:100;
}

.ww-do-header h1 span{
	font-size:55px;
}

.ww-do-header .ww-icon{
	font-family:'WebSymbolsRegular';
	width:100%;
	height:20px;
	position:relative;
	text-align:center;
	color:#4c769c;
	top:40px;
	font-size:20px;
	font-weight:100;
}

div.ww-desc{
	width:100%;
	text-align:center;
	display:block;
	font-weight:100;
	position:relative;
	top:90px;
	
}
div.ww-desc span{
	color:#4c769c;
	font-weight:600;
}
/*===== end What We Do Header ====*/

/*===== coloumns ====*/
.ww-do .column{
	width:25%;
	height:auto;
	position:relative;
	float:left;
	margin:30px auto 50px;
	padding:13px 0px 0;
}

.column .ww-icon{
	width:90px;
	height:90px;
	top:0;
	position:relative;
	margin:0 auto;
	border:1px solid #eeeeee;
	border-radius:150px;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.column:hover,
.column:hover .ww-icon{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.column h3.ww-header{
	width:100%;
	line-height:50px;
	font-size:21px;
	text-align:center;
	text-transform:uppercase;
	color:#a5a5a5;
}

.column .cl-desc{
	width:100%;
	line-height:20px;
	font-size:12px;
	text-align:center;
	color:#a5a5a5;
	font-weight:100;
}

/*===== coloumn-icons ====*/
.column .icon1{
	background-image:url(../images/icon1.png)
}
.column:hover .icon1{
	background-image:url(../images/icon1-h.png)
}

.column .icon2{
	background-image:url(../images/icon2.png)
}
.column:hover .icon2{
	background-image:url(../images/icon2-h.png)
}

.column .icon3{
	background-image:url(../images/icon3.png)
}
.column:hover .icon3{
	background-image:url(../images/icon3-h.png)
}

.column .icon4{
	background-image:url(../images/icon4.png)
}
.column:hover .icon4{
	background-image:url(../images/icon4-h.png)
}
/*===== end coloumn-icons ====*/

/*===== OPPORTUNITY ====*/
/*================================================================================*/
.opportunity{
	width:100%;
	position:relative;
	display:block;
	height:607px;
	background:url(../images/i4.jpg);
	overflow:hidden;
}

.opportunity-inner{
	width:100%;
	max-width:1100px;
	height:100%;
	position:relative;
	margin:0 auto;
}

/*===== oppurtunity left images ====*/
.opportunity-images{
	position:absolute;
	bottom:0;
	right:65%;
	z-index:1;
	height:540px;
	float:right;
}

.opportunity-images img{
	width:322px;
	z-index:2;
	bottom:0;
}
/*===== end oppurtunity left images ====*/

/*===== oppurtunity right details ====*/
.opportunity-detail{
	position:relative;
	top:50%;
	right:0;
	width:45%;
	z-index:2;
	height:auto;
	float:right;
	font-weight:100;
	-webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
	-webkit-transform: translateY(-25%) translateY(-25%);
	transform: translateY(-25%) translateY(-25%);
}

.opportunity-detail  header{
	text-align:right;
	color:#e5e5e5;
	font-size:48px;
	font-weight:100;
	text-transform:uppercase;
	line-height:47px;
}

.opportunity-detail  header a{
	font-size:35px;
}

.opportunity-detail  header span{
	color:#5a7896;
}

.opportunity-detail .text{
	position:relative;
	text-align:right;
	color:#e5e5e5;
	line-height:20px;
	font-size:13px;
	font-weight:100;
	display:block;
	width:100%;
	top:25px;
	max-height:400px;
	overflow:hidden;
}

.opportunity-detail a.opp-button{
	width:50px;
	height:20px;
	margin-top:40px;
	right:0;
	padding:7px 20px;
	float:right;
	color:white;
	text-align:center;
	position:relative;
	font-size:15px;
	display:block;
	background:#5a7896;
	border-radius:8px;
	text-decoration:none;
	cursor:pointer;
	-webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}

.opportunity-detail a.opp-button:hover{
	background:white;
	color:inherit;
}
/* end oppurtunity right details ====*/

/*===== GALLERY ====*/
/*================================================================================*/
.gallery{
	width:100%;
	height:auto;
	position:relative;
	 background: #f7f7f7;
}

/*===== gallery header ====*/
.gallery-header{
    margin:0 auto;
    position: relative;
    width: 100%;
	max-width:1100px;
	font-weight:100;
	text-transform:uppercase;
    height: 200px;
}

.gallery-header h1{
    color: grey;
    font-size: 35px;
	font-weight:100;
    line-height: 40px;
	text-align:center;
	max-width:980px;
	display:block;
	margin:0 auto;
	top:60px;
	position:relative;
}
.gallery-header h1 span{
	font-size:55px;
	color: #4c769c;
}

.gallery-header .g-icon{
	font-family:'WebSymbolsRegular';
	width:100%;
	height:20px;
	position:relative;
	text-align:center;
	color:#4c769c;
	top:100px;
	font-size:20px;
	font-weight:100;
}
/*===== end gallery header ====*/

/*===== gallery filters ====*/
.gallery-filter{
	width:100%;
	max-width:1100px;
	margin:5px auto 25px;
	text-align:center;
}

.gallery-filter li{
	display: inline-block;
	margin:0 2px;
}

.gallery-filter li a.g-button{
	text-decoration:none;
	font-weight:100;
	text-transform:uppercase;
	color:#666;
	width:auto;
	padding:5px 15px;
	font-size:13px;
	display:block;
	font-style:italic;
	border:1px solid #d7d7d7;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.gallery-filter li a.g-button:hover{
	color:#fff;
	border:1px solid #4c769c;
	background:#4c769c;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear
}

.gallery-filter li a.selected{
	color:#4c769c;
	border:1px solid #4c769c;
}
/*===== end gallery filter ====*/

/*===== gallery items ====*/
#gallery-items {
	text-align:center;
	width: 1920px;
}

.element{
	width:25%;
	float:left;
	min-height:445px;
}

.element a{
	display:block;
	border:none;
	text-decoration:none;
	outline:none;
	overflow:hidden;
	width:100%;
}

.element .gallery-image img{
	-webkit-transition: -webkit-transform 0.4s, opacity 0.3s;
	   -moz-transition: -moz-transform 0.4s, opacity 0.3s;
	        transition: transform 0.4s, opacity 0.3s;
}

.element:hover .gallery-image img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	
}

.gallery-image{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*===== gallery item descriptions ====*/
.element h3{
	margin-top:15px;
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
	font-weight:100;
	color:#233548;
}

.element p.gallery-categories{
	width:100%;
	text-align:center;
	margin-bottom:15px;
	font-size:14px;
	font-weight:100;
	color:#233548;
}
/*===== end gallery item descriptions ====*/

/*===== gallery isotope effects ====*/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
  width:25%;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/*===== disabling Isotope CSS3 transitions ====*/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
/*===== End: Recommended Isotope styles ====*/

/*===== disable CSS transitions for containers with infinite scrolling ====*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
/*===== end gallery isotope effects ====*/

/*===== Blog ====*/
/*================================================================================*/
.blog{
	width:100%;
	height:auto;
	position:relative;
	background:url("../images/pattern2.png") repeat scroll 0 0 #ffffff;
}

/*===== Blog header ====*/

.blog-header{ width:70%; max-width:1100px; height:340px; position:relative; margin:0 auto; top:45px; }

.blog-header h1{ width:100%; text-align:center; font-size:45px; color:#000000; font-weight:100; }

.blog-header .blog-desc{ width:100%; max-width:900px; margin:0 auto; /* height:200px; */ position:relative; text-align:center; color:#000000; top:10px; line-height: 27px; font-size:16px; font-weight:100; }
	
.ecom-header{ width:77.5%; /* max-width:1100px; */ height:510px; position:relative; margin:0 auto; top:30px; }

.ecom-header h1{ width:100%; text-align:center; font-size:45px; color:#000000; font-weight:100; }
	
.ecom-header .blog-desc{ width:100%; /* max-width:900px; */ margin:0 auto; height:370px; position:relative; text-align:center; color:#000000;
	top:10px; line-height: 27px; font-size:16px; font-weight:100; }

.read-story-btn  a { background:url("../images/btn-bg.png") repeat-x top left #e40506; text-align:center; color:#ffffff; border:#6c0000 1px solid; padding:6px 30px 8px 30px; width:247px; border-radius:25px; -moz-border-radius:25px; -webkit-border-radius:25px; -ms-border-radius:25px; -o-border-radius:25px; color:#ffffff; font-size:22px; font-weight:400; text-decoration:none; }

.read-story-btn  a:hover { background:url("../images/sub-btn.png") repeat-x top left #0D5586; text-align:center; color:#ffffff; border:#054f83 1px solid; padding:6px 30px 8px 30px; width:247px; border-radius:25px; -moz-border-radius:25px; -webkit-border-radius:25px; -ms-border-radius:25px; -o-border-radius:25px; color:#ffffff; font-size:22px; font-weight:400; text-decoration:none; }


.boxouter { background: #e9eef5; color: #333333; float:left; font-family: Calibri,Arial,Helvetica,sans-serif; height: 265px; width:285px; line-height: 20px; padding: 15px; margin-left:25px; margin-right:25px; text-align: center; border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; -ms-border-radius:7px; -o-border-radius:7px; }
.boxouter:hover { background: #c0c9d3; float:left; font-family: Calibri,Arial,Helvetica,sans-serif; height: 265px; width:285px; line-height: 20px; padding: 15px; margin-left:25px; margin-right:25px; text-align: center; }


.cont-mgn { margin-right:55px; }
.cont-mgn a { color:#f6b40e; text-decoration:none; }
.cont-mgn a:hover { color:#333333; text-decoration:none; }

/*===== end Blog header ====*/

.strategy-hm {
	width:100%;
	height:auto; max-height:292px;
	position:relative;
	background:url("../images/sbg.png") repeat-x top left #01721b;
}

/*===== Blog header ====*/
.strategy-header{
	width:70%;
	max-width:1100px;
	height:340px;
	position:relative;
	margin:0 auto;
	top:25px;
}

.strategy-header h1{
	width:100%;
	text-align:center;
	font-size:40px;
	color: #f6b40e;
	font-weight:100;
}

.strategy-header .strategy-desc{
	width:100%;
	max-width:900px;
	margin:0 auto; min-height:210px;
	position:relative;
	text-align:center;
	color:#ffffff;
	top:10px; line-height: 23px;
	font-size:15px;
	font-weight:100;
}

.readm-btn a { background:url("../images/readm.png") repeat-x top left #b2bcbc; text-align:center; color:#ffffff; 
border:#081b31 1px solid; padding:3px 25px 3px 25px; width:247px; border-radius:15px; -moz-border-radius:15px; 
-webkit-border-radius:15px; -ms-border-radius:15px; -o-border-radius:15px; color:#000000; font-size:17px; 
font-weight:400; text-decoration:none; }

.readm-btn a:hover { background:url("../images/sub-btn.png") repeat-x scroll left top #0D5586; text-align:center; color:#ffffff; 
border:#054f83 1px solid; padding:3px 25px 3px 25px; width:247px; border-radius:15px; -moz-border-radius:15px; 
-webkit-border-radius:15px; -ms-border-radius:15px; -o-border-radius:15px; color: #FFFFFF; font-size:17px; 
font-weight:400; text-decoration:none; }

.service-hdg { font-size:20px; color: #666666; text-transform:uppercase; margin-bottom: 10px; margin-top: 3px; }
.ictn { font-size:15px; color: #666666; font-style:italic; line-height: 22px; }


/*===== Blog inner ====*/
.blog-inner{
	width:100%;
	height:380px;
	max-width:1100px;
	margin:0 auto;
	position:relative;
	top:30px;
}

/*===== Flex Slider ====*/
.flexslider{
	position:relative;
	height:600px;
}

.flexslider .slides > li {
position:relative;
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
/*===== end Flex Slider ====*/

/*===== circle post item ====*/
.blog-inner .post{
	width:100%;
	height:auto;
	position:relative;
	left:0;
	margin-top:70px;
}

.post-detail{
	width:100%;
	max-width:1100px;
	z-index:999;
	height:0;
	margin:0 auto;
	position:relative;
}

.post-detail-inner{
	width:260px;
	height:180px;
	border-radius:500px;
	background:#2c3e50;
	position:absolute;
	font-weight:100;
	padding:90px 50px;
	top:55px;
	left:5%;
	z-index:999;
}

.post-detail-inner .post-header{
	width:100%;
	color:white;
	font-weight:bold;
	font-size:25px;
	line-height:40px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
}

.post-detail-inner .desc{
	width:100%;
	color:white;
	text-align:center;
	font-size:13px;
	position:relative;
	top:5px;
	line-height:20px;
	height:125px;
}

.post-detail-inner a.all-posts{
	width:100%;
	color:#fff;
	margin:0 auto;
	display:block;
	text-align:center;
	font-size:15px;
	text-transform:uppercase;
	position:relative;
	top:10px;
	line-height:20px;
	height:20px;
	text-decoration:none;
	-webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear
}
.post-detail-inner a.all-posts:hover{
	color:white;
	-webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear
}

.post-detail-inner a.date{
	width:55px;
	height:55px;
	border-radius:100px;
	display:block;
	background:#fff;
	position:absolute;
	z-index:1;
	padding:5px;
	left:18px;
	top:25px;
	text-transform:uppercase;
	font-size:12px;
	color:#2c3e50;
	text-align:center;
	font-weight:100;
	cursor:default;
}

a.date span{
	font-size:25px;
	width:40px;
	display:block;
	text-align:center;
	margin:0 auto;
}
/*===== end circle post item ====*/


/*===== MAP ====*/
/*================================================================================*/
.map{
	width:100%;
	height:938px;
	background:#2c3e50;
	position:relative;
	overflow:hidden;
}

/*===== Map Pattern ====*/
.map:after{
	background: url(../images/pattern1.png);
	width:100%;
	height:938px;
	opacity:0.2;
	bottom:0;
	left:0;
	position:absolute;
	z-index: 1;
 	content: "";
	display:block;
}
/*===== end Map Pattern ====*/

/*===== Map Header ====*/
.map .map-header{
	width:100%;
	max-width:1100px;
	height:auto;
	top:100px;
	margin:0 auto;
	position:relative;
	font-weight:100;
	font-size:35px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.map .map-header span{font-size:55px;}
.map .map-header a{
	display:block;
	line-height:40px;
	font-size:20px;
	position:relative;
	text-align:center;
	width:100%;
}
/*===== end Map Header ====*/

/*===== World Map ====*/
.map .map-img{
	width:100%;
	max-width:1100px;
	position:relative;
	margin:0 auto;
	top:180px;
}

.map .map-img img{
	width:100%;
}

.map .map-img div{
	width:50px;
	height:41px;
	border-radius:100px;
	border: 18px solid rgba(255, 255, 255, 0.5);
	position:absolute;
	z-index:2;
	background:#2c3e50;
	background-clip: padding-box;
	color:rgba(255, 255, 255, 0.5);
	text-align:center;
	padding:9px 0 0;
	font-size:25px;
	cursor:pointer;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.map .map-img div:hover{
	color:rgba(255, 255, 255, 0.7);
	border: 18px solid rgba(255, 255, 255, 0.7);
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.map .map-img .here1{
	top:20%;
	left:22%;
}
.map .map-img .here2{
	top:26%;
	left:50%;
}
.map .map-img .here3{
	top:65%;
	left:25%;
}
.map .map-img .here4{
	top:45%;
	left:77%;
}
/*===== end World Map ====*/

/*===== tools ====*/
.tip-white {
	z-index:2;
	text-align:left;
	padding:15px;
	min-width:50px;
	max-width:470px;
	color:#2c3e50;
	border-radius:7px; 
	background-color:white;
}
.tip-white .tip-inner {
	font-weight:100;
	font-size:13px;
	margin-top:-2px;
	text-align:center;
	padding:0px 8px 5px;
}

.tip-inner span{
	font-size:19px;
}
/*===== Configure an arrow image - the script will automatically position it on the correct side of the tip ====*/
.tip-white .tip-arrow-top {
	margin-top:-7px;
	margin-left:15px;
	top:0;
	left:0;
	width:16px;
	height:10px;
	background:url(../images/tip-white_arrows.png) no-repeat;
}
.tip-white .tip-arrow-right {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-4px;
	top:50%;
	left:100%;
	width:10px;
	height:20px;
	background:url(../images/tip-white_arrows.png) no-repeat -16px 0;
}
.tip-white .tip-arrow-bottom {
	margin-top:-6px;
	margin-left:15px;
	top:103%;
	left:41%;
	width:16px;
	height:13px;
	background:url(../images/tip-white_arrows.png) no-repeat -32px 0;
}
.tip-white .tip-arrow-left {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-6px;
	top:50%;
	left:0;
	width:10px;
	height:20px;
	background:url(../images/tip-white_arrows.png) no-repeat -48px 0;
}
/*--- end tools ====*/

/*===== Contact ====*/
/*================================================================================*/
.contact{
	width:100%;
	height:auto;
	min-height:548px;
	background:url(../images/i7.jpg) fixed;
	overflow:hidden;
}

.contact-inner{
	position:relative;
	z-index:2;
	width:100%;
	max-width:1100px;
	margin:0 auto;
	height:auto;
	top:65px;
}

/*===== Contact Forms ====*/
.contact-inner .form{
	width:100%;
	max-width:770px;
	height:auto;
	min-height:275px;
	margin:10px auto;
	position:relative;
	text-align:center;
}

.form input{
	width:206px;
	height:20px;
	color:#a9a9a9;
	float:left;
	font-size:13px;
	padding:15px;
	margin:0 10px;
	background:#282d32;
	border:1px solid #303030;
	border-radius:7px;
	outline:none;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.form input:hover,
.form input:focus{
	border:1px solid #5c7287;
	color:white;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.form input:first-child{
	margin-left:0;
}

.form input:last-child{
	margin-right:0;
}

.form textarea{
	width:100%;
	max-width:716px;
	height:110px;
	color:#a9a9a9;
	float:left;
	font-size:13px;
	padding:20px;
	background:#282d32;
	margin:10px 0px 0 0;
	border:1px solid #303030;
	border-radius:7px;
	outline:none;
	overflow:hidden;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.form textarea:hover,
.form textarea:focus{
	border:1px solid #5c7287;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.form .form-button{
	top:10px;
	position:relative;
	width:340px;
	height:52px;
	margin:0 auto;
}
.form-button .btn{
	cursor:pointer;
	width:155px;
	height:49px;
	margin:0 5px;
	background:#a9a9a9;
	border-radius:7px;
	border:none;
	outline:none;
	text-transform:uppercase;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.form-button .btn:hover{
	background:#2c3e50;
	color:white;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*===== end Contact Forms ====*/

/*===== Email send message ====*/
#message{
	color:white;
	background:none;
	font-style:italic;
	font-weight:100;
	display:block;
	padding:10px;
	display: none;
}
/*===== end Email send message ====*/

/*===== Socials ====*/
.socials{
	position:relative;
	z-index:2;
	width:295px;
	height:55px;
	margin:0 auto;
	top:35px;
	text-align:center;
}
.socials a{
	display:block;
	float:left;
	width:51px;
	height:51px;
	margin:0 4px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.socials a:first-child:{margin-left:0;}
.socials a:last-child:{margin-right:0;}

.socials a:hover{
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*===== Social icons ====*/
.socials a.facebook{
	background:url(../images/socials/facebook.png);
}
.socials a.google{
	background:url(../images/socials/google.png);
}
.socials a.tumblr{
	background:url(../images/socials/tumblr.png);
}
.socials a.twitter{
	background:url(../images/socials/twitter.png);
}
.socials a.vimeo{
	background:url(../images/socials/vimeo.png);
}
/*===== end Socials ====*/
/*===== end Social icons ====*/

/*===== company area ====*/
.company{
	width:100%;
	max-width:260px;
	font-weight:100;
	text-align:center;
	text-transform:uppercase;
	color:#b6b6b6;
	height:auto;
	min-height:120px;
	position:relative;
	margin:50px auto;
}

.company a.company-logo{
	width:auto;
	height:auto;
	margin:5px auto 0;
	display:block;
}
.company a.company-logo img{
	width:75px;
	height:auto;
}

.company span.company-text{
	width:100%;
	height:auto;
	margin:0 auto;
	display:block;
	position:relative;
	top:15px;
}

span.company-text a{
	color:#617d9a;
	text-decoration:none;
}
/*===== end company area ====*/

/*===== Scroll Animation ====*/
.cbp-so-scroller {
	margin-top: 3em;
	overflow: hidden;
}

/*===== Clear floats of children ====*/
.cbp-so-section:before,
.cbp-so-section:after {
	content: " ";
	display: table;
}
/*===== Sides ====*/
.cbp-so-side {
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	transition: all 1.5s;
}

/*===== Clear floats of children ====*/
.cbp-so-side:before,
.cbp-so-side:after {
	content: " ";
	display: table;
}

/*===== Initial state (hidden or anything else) ====*/
.cbp-so-init .cbp-so-side {
	opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateX(-120px);
	-moz-transform: translateX(-120px);
	transform: translateX(-120px);
}

.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateX(120px);
	-moz-transform: translateX(120px);
	transform: translateX(120px);
}

.cbp-so-init .cbp-so-side-top {
	-webkit-transform: translateY(-120px);
	-moz-transform: translateY(-120px);
	transform: translateY(-120px);
}

.cbp-so-init .cbp-so-side-bottom {
	-webkit-transform: translateY(120px);
	-moz-transform: translateY(120px);
	transform: translateY(120px);
}

.cbp-so-init .cbp-so-side-left-o{
	-webkit-transform: translateX(-120px);
	-moz-transform: translateX(-120px);
	transform: translateX(-120px);
}

.cbp-so-init .cbp-so-side-right-o {
	-webkit-transform: translateX(120px);
	-moz-transform: translateX(120px);
	transform: translateX(120px);
}

.cbp-so-init .cbp-so-side-top-o{
	-webkit-transform: translateY(-120px);
	-moz-transform: translateY(-120px);
	transform: translateY(-120px);
}

.cbp-so-init .cbp-so-side-bottom-o {
	-webkit-transform: translateY(120px);
	-moz-transform: translateY(120px);
	transform: translateY(120px);
}

/*===== Animated state ====*/
/*===== add you final states (transition) or your effects (animations) for each side ====*/
.cbp-so-section.cbp-so-animate .cbp-so-side-top,
.cbp-so-section.cbp-so-animate .cbp-so-side-bottom,
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	display:block;
}

.cbp-so-section.cbp-so-animate .cbp-so-side-top-o,
.cbp-so-section.cbp-so-animate .cbp-so-side-bottom-o,
.cbp-so-section.cbp-so-animate .cbp-so-side-left-o,
.cbp-so-section.cbp-so-animate .cbp-so-side-right-o {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	display:block;
}

/*===== Move Animations ====*/
@-webkit-keyframes moveFromLeft{
    from {
        -webkit-transform: translateX(-50%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromLeft{
    from {
        -moz-transform: translateX(-50%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromLeft{
    from {
        -ms-transform: translateX(-50%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(50%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(50%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(50%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(50);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(50%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(50%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
/*===== end Move Animations ====*/

.mn-sec { clear:both; height:30px; margin:10px 1px 1px 1px; }

.slider-section { clear:both; margin:0px auto; background:#000000; max-height:452px; border-bottom:#CCCCCC 5px solid; }
.social-icon { float:right; width:80px; margin-top:-3px; }
.social-icon a:before { margin-right:1px; }
.social-icon a:after { margin-left:1px; }

.header-right { /* position:absolute; */ margin-left:525px; /* margin-top:8px; */ width:557px; font-weight:normal; }
.header-right ul { margin:0px; padding:0px; float:right; width:272px; margin-top:5px; }
.header-right ul li { float:left; }
.header-right ul li a { color:#01721b; text-decoration:none; font-size:18px; font-family:"Open Sans",sans-serif; }
.header-right ul li a:hover { color:#dfa100; text-decoration:none; }

@media (max-width: 780px) { 
.ha-header-large { height:auto !important; }
.header-right, .social-icon { display:none !important; }
.logo { text-align: center; }
.logo a img { width: 80%; }
.ha-header-perspective > div::after { display:none !important; }
.navigation a { text-transform: capitalize; }
.navigation a::before { display:none !important; }
}
