@charset "utf-8";
*, .container_liquide, body {
	margin: 0;
	padding: 0
}
.color_title_holder, h2 {
	text-transform: uppercase
}
.bg_area, .container, .content_slider .item a, header .fixed_header {
	box-sizing: border-box
}
body {
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px
}
a {
	outline: 0
}
img {
	max-width: 100%
}
.clear {
	clear: both
}
.container_liquide {
	width: 100%;
	display: block
}
.container {
	width: 100%;
	padding: 0 10%;
	margin: 0 auto;
	display: block
}
.floating_sidebar {
	position: fixed;
	top: 0;
	right: -340px;
	width: 300px;
	height: 100vh;
	z-index: 99999;
	background: rgba(0,0,0,.95);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	-webkit-transition: left .5s;
	transition: left .5s;
	padding: 60px 0 20px;
	border-left: 1px solid #424242
}
.floating_sidebar .close_sidebar {
	position: absolute;
	top: 18px;
	right: 20px
}
.floating_sidebar .close_sidebar img {
	width: 25px;
	height: 25px
}
.floating_sidebar ul.navigation_holder {
	margin: 0 0 20px;
	padding: 0;
	display: block;
	list-style: none
}
.floating_sidebar ul.navigation_holder li {
	margin: 0;
	padding: 0;
	list-style: none
}
.floating_sidebar ul.navigation_holder li a {
	color: #aaa;
	text-decoration: none;
	margin: 0;
	padding: 10px 10px 10px 20px;
	display: block;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #424242
}
.floating_sidebar ul.navigation_holder li a:hover {
	background: #39B2FF;
	color: #fff;
	text-decoration: none
}
.floating_sidebar h2 {
	margin: 0 0 30px;
	padding: 0;
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #fff
}
.floating_sidebar ul.needhalp_block {
	margin: 0 0 40px;
	padding: 20px;
	display: block;
	list-style: none
}
.floating_sidebar ul.needhalp_block li {
	margin: 0 0 15px;
	padding: 0;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 26px
}
.floating_sidebar ul.needhalp_block li:last-child {
	margin-bottom: 0
}
.floating_sidebar ul.needhalp_block li a {
	color: #fff;
	text-decoration: none
}
.floating_sidebar ul.needhalp_block li a:hover {
	color: #39b2ff;
	text-decoration: none
}
.floating_sidebar ul.needhalp_block li.mob {
	background: url(../images/icon/mob.png) no-repeat;
	padding: 0 0 0 35px
}
.floating_sidebar ul.needhalp_block li.email {
	background: url(../images/icon/email.png) no-repeat;
	padding: 0 0 0 35px
}
.floating_sidebar ul.needhalp_block li.skype {
	background: url(../images/icon/skype.png) no-repeat;
	padding: 0 0 0 35px
}
.floating_sidebar .social_media_buttons {
	margin: 0;
	padding: 0;
	display: block;
	width: 188px;
	height: 38px
}
.floating_sidebar .social_media_buttons a.facebook, .floating_sidebar .social_media_buttons a.linkedin, .floating_sidebar .social_media_buttons a.twitter, .floating_sidebar .social_media_buttons a.youtube {
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	font-size: 0;
	outline: 0
}
.floating_sidebar .social_media_buttons a.facebook {
	background: url(../images/socialbtn.png) no-repeat;
	margin-right: 12px
}
.floating_sidebar .social_media_buttons a.facebook:hover {
	background: url(../images/socialbtn.png) 0 -38px no-repeat;
	margin-right: 12px
}
.floating_sidebar .social_media_buttons a.twitter {
	background: url(../images/socialbtn.png) -50px 0 no-repeat;
	margin-right: 12px
}
.floating_sidebar .social_media_buttons a.twitter:hover {
	background: url(../images/socialbtn.png) -50px -38px no-repeat;
	margin-right: 12px
}
.floating_sidebar .social_media_buttons a.linkedin {
	background: url(../images/socialbtn.png) -100px 0 no-repeat;
	margin-right: 12px
}
.floating_sidebar .social_media_buttons a.linkedin:hover {
	background: url(../images/socialbtn.png) -100px -38px no-repeat;
	margin-right: 12px
}
.floating_sidebar .social_media_buttons a.youtube {
	background: url(../images/socialbtn.png) -144px 0 no-repeat
}
.floating_sidebar .social_media_buttons a.youtube:hover {
	background: url(../images/socialbtn.png) -144px -38px no-repeat
}
h2 {
	font-size: 45px;
	font-weight: 500;
	color: #262626;
	line-height: 45px
}
.color_title_holder {
	margin: 0;
	padding: 2% 0;
	display: block;
	text-align: center;
	font-size: 50px;
	color: #fff;
	font-weight: 500
}
.color_title_holder h2 {
	margin: 0;
	padding: 0;
	display: block;
	color: #fff
}
.yellow_bg {
	background: #eba612
}
.blue_bg {
	background: #39b2ff
}
.orange_bg {
	background: #e98829
}
.black_bg {
	background: #1c1c1c
}
.bg_area {
	margin: 0;
	padding: 6% 0;
	display: block;
	position: relative
}
.top_area, header, header .desktop_header, header .fixed_header {
	padding: 0;
	display: block
}
.top_area {
	background: url(../images/background/topbg.jpg) center top/cover no-repeat fixed;
	margin: 0;
	height: 710px;
	animation: 25s linear 0s infinite running animatedBackground;
	-webkit-animation: 25s linear 0s infinite running animatedBackground;
	-moz-animation: 25s linear 0s infinite running animatedBackground
}
@keyframes animatedBackground {
from {
background-position:0 50%
}
to {
	background-position: 100% 50%
}
}
.top_area .overlay {
	background: rgba(8,20,29,.9);
	width: 100%;
	height: 100%;
	z-index: 10
}
header {
	margin: 0
}
header .desktop_header {
	width: 1200px;
	margin: 0 auto;
	position: relative
}
header .desktop_header h1 a.logo {
	width: 348px;
	height: 186px;
	margin: 0 auto;
	padding: 0;
	display: block;
	font-size: 0
}
header .desktop_header .navng {
	width: 50px;
	height: 46px;
	position: absolute;
	top: 25px;
	right: 0
}
header .fixed_header {
	background: rgba(0,0,0,.75);
	margin: 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
	border-bottom: 1px solid #353d44;
	overflow: hidden;
	top: -100px;
	left: 0
}
header .fixed_header .logo_white {
	padding: 12px 30px;
	margin: 0;
	float: left
}
header .fixed_header a.logo_white {
	width: 90px;
	height: 34px;
	float: left;
	margin: 0;
	padding: 15px;
	display: block;
	box-sizing: border-box
}
header .fixed_header .right_navigation {
	margin: 0;
	padding: 0;
	display: block;
	float: right
}
header .fixed_header .right_navigation ul {
	margin: 0;
	padding: 0;
	display: block
}
header .fixed_header .right_navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: block
}
header .fixed_header .right_navigation ul li a {
	padding: 21px 18px;
	margin: 0;
	display: block;
	border-left: 1px solid #353d44;
	color: rgba(224,224,224,1);
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	text-align: center
}
header .fixed_header .right_navigation ul li a.active, header .fixed_header .right_navigation ul li a.active:hover, header .fixed_header .right_navigation ul li a:hover {
	background: #39b2ff;
	color: #fff
}
.content_slider {
	margin: 0 0 25px;
	padding: 30px 0 0;
	display: block
}
.content_slider .item {
	margin: 0;
	padding: 0;
	display: block
}
.content_slider .item h2, .content_slider .item h3 {
	margin: 0 0 30px;
	padding: 0;
	display: block;
	text-align: center
}
.content_slider .item h2 {
	color: #39b2ff;
	font-weight: 600;
	font-size: 56px;
	line-height: 60px;
	text-transform: none
}
.content_slider .item h3 {
	color: #fff;
	font-size: 29px;
	font-weight: 300;
	line-height: 45px
}
.content_slider .item h3 span {
	display: block
}
.content_slider .item a {
	display: block;
	margin: 20px auto 0;
	width: 180px;
	padding: 5px 15px;
	border: 1px solid #39b2ff;
	color: #39b2ff;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600
}
.content_slider .item a:hover {
	background: #39b2ff;
	color: #fff;
	text-decoration: none
}
.owl-controls {
	margin-top: 40px!important
}
.owl-page span {
	width: 14px!important;
	height: 14px!important;
	background: #39B2FF!important
}
.scrolldown {
	display: block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width: 35px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 0 auto
}
.scrolldown span {
	position: absolute;
	display: block;
	top: 29%;
	left: 52%;
	width: 7px;
	height: 16px;
	margin: -4px 0 0 -4px;
	background: #f2a106;
	border-radius: 8px;
	-webkit-animation: mouse 2.5s linear infinite;
	-moz-animation: mouse 2.5s linear infinite;
	animation: mouse 2.5s linear infinite
}
@keyframes mouse {
0% {
opacity:1;
top:29%
}
15% {
opacity:1;
top:50%
}
50% {
opacity:0;
top:50%
}
100% {
opacity:0;
top:29%
}
}
.about_area {
	background: url(../images/background/aboutbg.jpg) center top/cover no-repeat fixed
}
.about_title_holder {
	margin: 0 auto;
	padding: 0;
	display: block
}
.about_title_holder h2 {
	margin: 0 0 25px;
	padding: 0;
	display: block;
	text-align: center
}
.about_title_holder p {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 34px;
	margin: 0 0 25px;
	padding: 0
}
.about_title_holder hr {
	background: #cbcbcb;
	width: 50%;
	height: 1px;
	margin: 0 auto 60px;
	display: block;
	border: 0
}
.about_title_holder .bottom_section {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden
}
.about_title_holder .bottom_section .intro_section {
	width: 46%;
	float: left;
	margin: 0;
	padding: 0;
	display: block
}
.about_title_holder .bottom_section .intro_section ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none
}
.about_title_holder .bottom_section .intro_section ul li {
	margin: 0 0 8px;
	padding: 0 0 8px 36px;
	display: block;
	border-bottom: 1px solid #fec714;
	cursor: pointer
}
.about_title_holder .bottom_section .intro_section ul li.normal {
	background: url(../images/plus.png) 0 6px no-repeat
}
.about_title_holder .bottom_section .intro_section ul li.active {
	background: url(../images/minus.png) 0 6px no-repeat
}
.about_title_holder .bottom_section .intro_section ul li:last-child {
	margin-bottom: 0
}
.about_title_holder .bottom_section .intro_section ul li h3 {
	line-height: 33px;
	font-weight: 600
}
.about_title_holder .bottom_section .intro_section ul li h3 a {
	color: #000;
	text-decoration: none;
	font-size: 17px;
	text-transform: uppercase;
	pointer-events: none
}
.about_title_holder .bottom_section .intro_section ul li h3 a:hover {
	color: #000;
	text-decoration: none
}
.sub {
	display: none;
	line-height: 28px;
	margin: 10px 0 0;
	font-size: 16px;
	transition: none
}
.about_title_holder .bottom_section .skill_section {
	width: 46%;
	float: right;
	margin: 0;
	padding: 0;
	display: block
}
.about_title_holder .bottom_section .skill_section ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block
}
.about_title_holder .bottom_section .skill_section ul li {
	margin: 0 0 12px;
	padding: 0;
	display: block
}
.about_title_holder .bottom_section .skill_section ul li .progress {
	background: #39b2ff;
	width: 100%;
	height: 25px;
	border: 1px solid #70c0f3;
	font-size: 16px;
	color: #fff;
	padding: 2px 25px;
	margin: 0;
	font-weight: 600
}
.about_title_holder .bottom_section .skill_section ul li:last-child {
	margin-bottom: 0
}
.team_area {
	background: url(../images/background/teambg.jpg) center top/cover no-repeat fixed
}
.light {
	background: url(../images/light.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 131px;
	height: 215px
}
.team_holder {
	margin: 0;
	padding: 0;
	display: block
}
.team_holder ul {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center
}
.team_holder ul li {
	margin: 0 10% 0 0;
	padding: 0;
	display: inline-block;
	width: 26%;
	box-sizing: border-box;
	position: relative;
	cursor: pointer
}
.team_holder ul li.over .overlay_team, .team_holder ul li:hover .overlay_team {
	display: block
}
.overlay_team {
	background: rgba(255,255,255,.9);
	margin: auto;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	z-index: 6;
	display: none;
	box-sizing: border-box;
	border: 1px solid #d7d9d9;
	-webkit-box-shadow: 0 0 10px -5px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px -5px rgba(0,0,0,.5);
	box-shadow: 0 0 10px -5px rgba(0,0,0,.5);
	transition: All 1s ease-in-out;
	-webkit-transition: All 1s ease-in-out;
	-moz-transition: All 1s ease-in-out
}
.team_holder ul li:last-child {
	margin-right: 0
}
.team_holder ul li a {
	text-decoration: none
}
.team_holder ul li .imgholder {
	background: #fff;
	border: 1px solid #d7d9d9;
	margin: 0 0 35px;
	padding: 9px 9px 3px;
	display: block
}
.team_holder ul li .imgholder img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0
}
.team_holder ul li .title_holder {
	background: url(../images/borderbg.png) bottom repeat-x;
	margin: 0;
	padding: 0 0 20px;
	display: block
}
.team_holder ul li .title_holder h3 {
	text-align: center;
	font-size: 35px;
	font-weight: 400;
	color: #000;
	margin: 0 0 16px;
	padding: 0;
	line-height: 35px;
	text-transform: uppercase
}
.team_holder ul li .title_holder h4 {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 20px;
	text-transform: uppercase
}
.service_area {
	background: url(../images/background/servicebg.jpg) center top/cover no-repeat fixed
}
.service_main_block {
	margin: 0;
	padding: 0;
	display: table;
	table-layout: fixed;
	width: 100%
}
.service_main_block .one, .service_main_block .two {
	margin: 0;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box
}
.service_main_block .one {
	padding: 30px 50px 0 25px;
	width: 36%
}
.service_main_block .two {
	padding: 0 60px;
	width: auto
}
.service_main_block .two img {
	margin: 0 auto;
	display: block
}
.service_main_block .three {
	margin: 0;
	padding: 30px 25px 0 50px;
	display: table-cell;
	width: 36%;
	box-sizing: border-box;
	vertical-align: top
}
.service_main_block .one .service_block, .service_main_block .three .service_block {
	margin: 0 0 80px;
	padding: 0;
	display: block;
	overflow: hidden;
	text-align: left
}
.service_main_block .one .service_block .text_holder {
	float: left;
	text-align: right
}
.service_main_block .three .service_block .text_holder {
	float: right;
	text-align: left
}
.service_main_block .one .service_block .text_holder, .service_main_block .three .service_block .text_holder {
	width: 80%;
	display: block
}
.service_main_block .one .service_block .text_holder h3, .service_main_block .three .service_block .text_holder h3 {
	font-size: 28px;
	line-height: 26px;
	font-weight: 600;
	color: #39b2ff;
	margin: 0 0 18px;
	padding: 0
}
.service_main_block .one .service_block .text_holder p, .service_main_block .three .service_block .text_holder p {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 17px;
	color: #eaeef1;
	line-height: 28px;
	font-weight: 400
}
.service_main_block .one .service_block .icon_holder, .service_main_block .three .service_block .icon_holder {
	width: 100px;
	height: 100px;
	display: block
}
.service_main_block .one .service_block .icon_holder {
	float: right
}
.service_main_block .three .service_block .icon_holder {
	float: left
}
.service_main_block .one .service_block:last-child {
	margin-bottom: 0
}
.port_area {
	background: url(../images/background/portbg3.jpg) center top/cover no-repeat fixed
}
ul.showcase {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center
}
ul.showcase li {
	width: 24%;
	margin: 0 0 15px;
	padding: 0;
	display: inline-block;
	position: relative;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.5)
	vertical-align:top;
}
ul.showcase li .port_holder {
	margin: 0;
	padding: 0;
	display: block
}
ul.showcase li .content_box {
	background: rgba(0,0,0,.7);
	/*height: 65px;*/
	height:auto;
	width: 100%;
	box-sizing: border-box;
	padding: 15px
}
ul.showcase li .content_box h2 {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 15px;
	color: #39b2ff;
	text-transform: none
}
ul.showcase li .content_box h3 {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	display:none;	
}
ul.showcase li .content_box h3 a {
	color: #fff;
	text-decoration: none
}
ul.showcase li .content_box h3 a:hover {
	color: #E98829;
	text-decoration: none
}
.contact_area {
	background: url(../images/background/contact_bg.jpg) center top/cover no-repeat fixed
}
.contact_info_top {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: block
}
.contact_info_top ul {
	text-align: center;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden
}
.contact_info_top ul li {
	display: inline-block;
	margin: 0 0 50px;
	padding: 0 10px;
	width: 28%;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 400
}
.contact_info_top ul li img {
	display: block;
	margin: 0 auto 15px;
	padding: 0
}
.contact_info_top ul li a {
	color: #fff;
	text-decoration: none
}
.contact_info_top ul li a:hover {
	color: #5bbeff;
	text-decoration: none
}
.contact_frm_holder {
	width: 80%;
	margin: 0 auto 40px;
	padding: 40px;
	display: block;
	border: 3px solid #fff;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
.contact_frm_holder .holder {
	margin: 0 0 30px;
	padding: 0;
	display: block;
	overflow: hidden
}
.contact_frm_holder .holder:last-child {
	margin-bottom: 0
}
.contact_frm_holder .holder input[type=text] {
	background: 0 0;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	box-sizing: border-box;
	font-size: 28px;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	outline: 0;
	font-family: Raleway, sans-serif
}
.contact_frm_holder .holder input[type=submit], .contact_frm_holder .holder input[type=button] {
	background: #fff;
	width: 220px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: 400;
	color: #2a2a2a;
	outline: 0;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	float: right;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	cursor: pointer;
	border: 1px solid #fff
}
.contact_frm_holder .holder input[type=submit]:hover, .contact_frm_holder .holder input[type=button]:hover {
	background: 0 0;
	color: #fff
}
.contact_frm_holder .holder textarea {
	background: 0 0;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #fff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	box-sizing: border-box;
	font-size: 28px;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	outline: 0;
	font-family: Raleway, sans-serif;
	resize: none
}
.copyright_holder {
	text-align: center;
	font-size: 20px;
	color: #fff
}
.select_dropdown {
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	border-bottom: 1px solid #fff
}
.select_dropdown:after {
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 15px solid #fff;
	position: absolute;
	right: 0;
	top: 10px;
	content: ""
}
.select_dropdown select {
	background: 0 0;
	width: 100%;
	height: 50px;
	line-height: 30px;
	padding: 0;
	border-radius: 6px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0!important;
	border: 0;
	cursor: pointer;
	font-size: 28px;
	font-style: italic;
	color: #AFAFB2
}
.select_dropdown select option {
	padding: 5px 0;
	color: #000;
	font-size: 18px
}
div {
	-webkit-transition: all .5s;
	transition: all .5s
}
.testimonila_block {
	margin: 0 auto;
	padding: 0;
	display: block
}
.testimonila_block .item {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	display: block
}
.testimonila_block .item p {
	text-align: center;
	font-size: 20px;
	line-height: 34px;
	color: #000;
	margin: 0 0 50px;
	padding: 0
}
.testimonila_block .item h3 {
	text-align: center;
	font-size: 22px;
	color: #000;
	margin: 0 0 5px
}
.testimonila_block .item h4 {
	text-align: center;
	font-size: 20px;
	color: #000
}
.testimonila_block .item h4 a {
	color: #e98829;
	text-decoration: none
}
.testimonila_block .item h4 a:hover {
	color: #000;
	text-decoration: none
}
#progressBar, #progressBar2, #progressBar3, #progressBar4, #progressBar5 {
	width: 100%;
	height: 30px;
	box-sizing: border-box
}
#progressBar div, #progressBar2 div, #progressBar3 div, #progressBar4 div, #progressBar5 div {
	height: 100%;
	color: #fff;
	text-align: right;
	font-size: 15px;
	line-height: 30px;
	width: 0;
	font-weight: 600
}
.default {
	background: #39b2ff;
	position: relative;
	border: 1px solid #0d73b4;
	border-radius: 6px;
	overflow: hidden
}
.default .title {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 0 0 0 10px;
	font-size: 15px;
	font-weight: 600
}
.default div {
	background-color: #0c8dfb
}
#back-top {
	position: fixed;
	bottom: 30px;
	right: 10px
}
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: url(../images/up-arrow.png) center center no-repeat #08141d;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s
}
#back-top a:hover span {
	background-color: #39b2ff
}

/** PACKAGE **/
.top_height{height:520px;}
.package_title{margin:0; padding:50px 0 0 0; display:block; text-align:center;}
.package_title h1{
	color: #39b2ff;
	font-weight: 600;
	font-size: 56px;
	line-height: 60px;
	text-transform: none;
	margin:0 0 28px 0;
	padding:0;
	display:block;
}
.package_title p{
	text-align:center;
	padding:0;
	margin:0;
	display:block;
	font-size:18px;
	font-weight:300;
	color:#ffffff;
}
.package_main_block{
	width:924px;
	margin:-159px auto 0;
	padding:0;
	display:block;
	position:relative;
}
.package_block{
	width:290px;
	float:left;
	margin:0 25px 0 0;
	padding:0;
	display:block;
}
.lastblock{margin-right:0px;}

.stater_package{background:#39b2ff;}
.gold_package{background:#eba612;}
.premium_package{background:#80c31c;}

.stater_package,
.gold_package,
.premium_package{
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	padding:0;
	display:block;
}
.stater_package h2,
.gold_package h2,
.premium_package h2{
	text-align:center;
	text-transform:uppercase;
	font-size:30px;
	margin:0;
	padding:9px 0;
	color:#fff;
}
.stater_package h3{background:#1a94e1;}
.gold_package h3{background:#b97f04;}
.premium_package h3{background:#65951d;}

.stater_package h3,
.gold_package h3,
.premium_package h3{
	text-align:center;
	font-weight:bold;
	font-size:55px;
	line-height:60px;
	margin:0;
	padding:12px 0;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.30);
}
.stater_package h4,
.gold_package h4,
.premium_package h4{
	text-align:center;
	font-size:22px;
	margin:0;
	padding:9px 0;
	color:#fff;
	font-weight:600;
}
.package_bottom{
	background:#ffffff;
	margin:0;
	padding:8px 0 0 0;
	display:block;
	border-right:1px solid #cacaca;
	border-left:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
}
.package_bottom ul{
	margin:0;
	padding:0;
	display:block;
}
.package_bottom ul li{
	margin:0;
	padding:10px 20px 10px 35px;
	display:block;
	border-bottom:1px solid #dedede;
	position:relative;
	font-size:15px;
	font-weight:500;
}
.package_bottom ul li:before{
	background:#8c8c8c;
	width:8px;
	height:8px;
	position:absolute;
	left:15px;
	top:19px;
	content:"";
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.btn_holder{padding:20px 0; display:block;}

.stater{background:#39b2ff;}
.gold{background:#eba612;}
.premium{background:#80c31c;}
.stater:hover{background:#1a94e1;}
.gold:hover{background:#b97f04;}
.premium:hover{background:#65951d;}

.stater,
.gold,
.premium{
	width:195px;
	height:40px;
	line-height:40px;
	margin:0 auto;
	display:block;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	text-align:center;
	font-size:16px;
	font-weight:600;
	color:#ffffff;
	text-decoration:none;	
}
.shadow{width:266px; height:21px; margin:0 auto; display:block;}
.package_show{display:block !important; top:0 !important;}
/** END PACKAGE **/

.socialholder{
	width:160px;
	height:32px;
	margin:25px auto 0;
	display:block;
}
.socialholder a{
	margin:0 10px 0 0;
	padding:0;
	display:block;
	float:left;
	width:32px;
	height:32px;
	font-size:0px;
	border:0px;
	outline:none;
}
.socialholder a.facebook{background:url(../images/socialbutton.png) no-repeat 0 0;}
.socialholder a.twitter{background:url(../images/socialbutton.png) no-repeat -43px 0;}
.socialholder a.linkedin{background:url(../images/socialbutton.png) no-repeat -85px 0;}
.socialholder a.instagram{background:url(../images/socialbutton.png) no-repeat -128px 0; margin:0px;}

@media only screen and (min-width:768px) and (max-width:1023px) {
.color_title_holder {
	padding: 3% 0;
	line-height: 50px;
	font-size: 40px
}
.fixed_header {
	display: none!important
}
h2 {
	font-size: 40px
}
header .desktop_header {
	width: 98%
}
.container {
	padding: 0 2%
}
.top_area {
	height: auto
}
header {
	margin-bottom: 20px
}
header .desktop_header h1 a.logo {
	height: 150px;
	width: 250px
}
.content_slider {
	margin-bottom: 50px;
	padding: 0
}
.content_slider .item h2 {
	font-size: 34px;
	margin: 0 0 15px;
	padding: 0;
	font-weight: 600;
	line-height: 40px
}
.content_slider .item h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px
}
.scrolldown {
	top: -20px
}
.about_title_holder p {
	font-size: 18px;
	line-height: 26px
}
.team_holder ul {
	overflow: hidden
}
.team_holder ul li {
	display: block;
	float: left;
	margin: 0 2% 0 0;
	width: 32%
}
.team_holder ul li .title_holder h4 {
	font-size: 15px
}
.overlay_team {
	font-size: 16px;
	line-height: 26px;
	text-align: left
}
.service_main_block .one, .service_main_block .three {
	padding: 30px 25px 0
}
.service_main_block .one .service_block .icon_holder, .service_main_block .three .service_block .icon_holder {
	float: none;
	margin: 0 auto 20px;
	display: block
}
.service_main_block .one .service_block .text_holder, .service_main_block .three .service_block .text_holder {
	text-align: center;
	width: 100%
}
.service_main_block .one .service_block .text_holder h3, .service_main_block .three .service_block .text_holder h3 {
	font-size: 26px
}
ul.showcase li {
	width: 31%;
	margin: 0 10px 0 0;
	padding: 0
}
ul.showcase li .content_box h2 {
	font-size: 14px
}
ul.showcase li:lasi-child {
margin-right:0
}
.contact_frm_holder {
	width: 80%
}
.contact_frm_holder .holder input[type=submit], .contact_frm_holder .holder input[type=button] {
	margin: 0 auto;
	display: table;
	float: none
}
.contact_info_top ul li {
	font-size: 18px
}
.testimonila_block .item p {
	font-size: 17px;
	line-height: 30px
}
.default .title {
	font-size: 14px;
	padding-left: 10px
}

/** PACKAGE **/
.package_main_block{margin:-110px auto 0; width:100%;}
.package_block{width:32%; margin:0 10px 0 0;}
.lastblock{margin-right:0px;}
.package_bottom ul{text-align:center;}
.package_bottom ul li{padding:6px 0px 6px 35px; float:none; display:inline-block;}
.package_title{padding:0px 0 60px;}
.package_title h1{font-size:39px; margin-bottom:4px;}
.package_title p{font-size:16px;}
.package_title p br{display:none;}
.package_bottom ul li{text-align:left; display:block; font-size:14px; padding:6px 0px 6px 28px;}
.package_bottom ul li:before{left:9px; top:15px;}
.package_show{display:block !important; top:0 !important; }
header .fixed_header .right_navigation ul li a{padding:21px 7px;}
header .fixed_header .logo_white{padding:12px 10px;}
.package_header{margin-bottom:0px !important;}
.shadow{width:100%; height:auto;}
.shadow img{max-width:100%; height:auto;}
.top_height{height:400px;}

/** END PACKAGE **/

}
@media only screen and (min-width:1024px) and (max-width:1200px) {
.container {
	padding: 0 2%
}
.fixed_header {
	display: none!important
}
.top_area {
	height: 600px
}
.content_slider {
	margin-bottom: 10px;
	padding-top: 50px
}
header .desktop_header {
	width: 94%
}
header .desktop_header a.logo {
	height: 175px
}
.content_slider .item h2 {
	font-size: 46px;
	margin-bottom: 10px
}
.content_slider .item h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 300
}
.team_holder ul {
	overflow: hidden
}
.team_holder ul li {
	display: block;
	float: left;
	margin: 0 4% 0 0;
	width: 30.5%
}
.team_holder ul li .title_holder h4 {
	font-size: 15px
}
.overlay_team {
	font-size: 18px;
	line-height: 26px;
	text-align: left
}
.service_main_block .one, .service_main_block .three {
	padding: 30px 25px 0
}
.service_main_block .one .service_block .icon_holder, .service_main_block .three .service_block .icon_holder {
	float: none;
	margin: 0 auto 20px;
	display: block
}
.service_main_block .one .service_block .text_holder, .service_main_block .three .service_block .text_holder {
	text-align: center;
	width: 100%
}
.service_main_block .one .service_block .text_holder h3, .service_main_block .three .service_block .text_holder h3 {
	font-size: 23px
}
.service_main_block .one .service_block .text_holder p, .service_main_block .three .service_block .text_holder p {
	font-size: 18px
}
.testimonila_block .item p {
	font-size: 18px;
	line-height: 30px
}
ul.showcase li {
	width: 31%;
	margin: 0 10px 0 0;
	padding: 0
}
ul.showcase li:lasi-child {
margin-right:0
}
.contact_frm_holder .holder input[type=submit], .contact_frm_holder .holder input[type=button] {
	margin: 0 auto;
	display: table;
	float: none
}
.owl-controls {
	margin-top: 30px!important
}

/** PACKAGE **/
.package_main_block{margin:-125px auto 0; width:100%;}
.package_block{width:32.6%; margin:0 10px 0 0;}
.lastblock{margin-right:0px;}
.package_bottom ul{text-align:center;}
.package_bottom ul li{padding:6px 0px 6px 35px; float:none; display:inline-block;}
.package_title{padding:40px 0 60px;}
.package_title h1{font-size:44px; margin-bottom:10px;}
.package_title p{font-size:20px;}
.package_title p br{display:none;}
.package_bottom ul li{text-align:left; display:block; font-size:14px; padding:6px 0px 6px 28px;}
.package_bottom ul li:before{left:9px; top:15px;}
.package_show{display:block !important; top:0 !important; }
header .fixed_header .right_navigation ul li a{padding:21px 7px;}
header .fixed_header .logo_white{padding:12px 10px;}
.package_header{margin-bottom:0px !important;}
.shadow{width:100%; height:auto;}
.shadow img{max-width:100%; height:auto;}
.top_height{height:500px;}
/** END PACKAGE **/

}
@media only screen and (max-width:767px) {
header .fixed_header {
	display: none!important
}
h2 {
	font-size: 35px;
	line-height: 35px
}
.container {
	padding: 0 4%
}
.top_area {
	height: 450px
}
header {
	margin-bottom: 20px
}
header .desktop_header {
	width: 98%
}
header .desktop_header h1 a.logo {
	width: 190px;
	height: auto
}
header .desktop_header .navng {
	width: 40px;
	height: auto;
	right: 8px;
	top: 8px
}
header .desktop_header .navng img {
	max-width: 100%;
	height: auto
}
.content_slider .item h2 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 15px
}
.content_slider .item h3 {
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 20px
}
.content_slider {
	margin-bottom: 15px;
	padding: 0
}
.owl-controls {
	margin-top: 20px!important
}
.content_slider .item a {
	margin-top: 10px;
	width: 150px;
	line-height: 30px;
	font-size: 15px
}
.scrolldown {
	display: none
}
.about_title_holder p {
	font-size: 14px;
	line-height: 24px
}
.about_title_holder .bottom_section .intro_section {
	float: none;
	margin: 0 auto 20px;
	display: block;
	width: 100%
}
.about_title_holder .bottom_section .skill_section {
	float: none;
	margin: 0 auto;
	display: block;
	width: 100%
}
.color_title_holder {
	font-size: 25px;
	line-height: 45px;
	font-weight: 600;
	text-transform: capitalize;
	padding: 6% 0
}
.color_title_holder h2 {
	font-size: 25px
}
.team_holder ul li {
	float: none;
	margin: 0 auto 20px;
	width: 100%
}
.team_holder ul li:last-child {
	margin-bottom: 0
}
.about_title_holder hr {
	margin-bottom: 30px
}
.service_main_block .one, .service_main_block .three {
	display: block;
	margin: 0 auto 20px;
	width: 100%;
	padding: 0
}
.service_main_block .one .service_block .icon_holder, .service_main_block .three .service_block .icon_holder {
	float: none;
	margin: 0 auto 20px;
	display: block
}
.service_main_block .one .service_block .text_holder, .service_main_block .three .service_block .text_holder {
	float: none;
	margin: 0 auto 20px;
	display: block;
	width: 100%;
	text-align: center
}
.service_main_block .one .service_block .text_holder h3, .service_main_block .three .service_block .text_holder h3 {
	font-size: 20px
}
.service_main_block .one .service_block .text_holder p, .service_main_block .three .service_block .text_holder p {
	font-size: 15px;
	line-height: 22px
}
.service_main_block .one .service_block, .service_main_block .three .service_block {
	margin-bottom: 30px
}
ul.showcase li {
	float: none;
	margin: 0 auto 20px;
	display: block;
	width: 100%;
	height: auto
}
ul.showcase li .content_box h2 {
	font-size: 19px
}
.testimonila_block .item p {
	font-size: 15px;
	line-height: 24px
}
.light {
	opacity: .2
}
.contact_info_top {
	display: none
}
.contact_frm_holder {
	width: 100%;
	padding: 20px
}
.contact_frm_holder .holder input[type=text], .contact_frm_holder .holder textarea, .select_dropdown select {
	font-size: 18px;
	line-height: auto
}
.select_dropdown:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 11px solid #fff
}
.contact_frm_holder .holder input[type=submit], .contact_frm_holder .holder input[type=button] {
	float: none;
	display: table;
	margin: 0 auto;
	line-height: 44px;
	width: 150px;
	height: auto;
	font-size: 20px;
	font-weight: 400;
	border-radius: 8px;
	background: 0 0;
	color: #fff
}
.contact_frm_holder .holder input[type=submit]:hover, .contact_frm_holder .holder input[type=button]:hover {
	background: #fff;
	color: #000
}
.copyright_holder {
	font-size: 13px;
	margin:0;
	display:block;
}

.default .title {
	font-size: 13px;
	padding-left: 7px
}

/** PACKAGE **/
.package_main_block{margin:0; width:100%;}
.package_block{width:290px; margin:0 auto 20px; float:none; display:block;}
.lastblock{margin-right:0px;}
.package_bottom ul{text-align:center;}
.package_bottom ul li{padding:6px 0px 6px 35px; float:none; display:inline-block;}
.package_title{padding:0px 0 20px;}
.package_title h1{font-size:26px; margin-bottom:4px; line-height:39px;}
.package_title p{font-size:16px; display:none;}
.package_title p br{display:none;}
.package_bottom ul li{text-align:left; display:block; font-size:14px; padding:6px 0px 6px 28px;}
.package_bottom ul li:before{left:9px; top:15px;}
.package_show{display:block !important; top:0 !important; }
header .fixed_header .right_navigation ul li a{padding:21px 7px;}
header .fixed_header .logo_white{padding:12px 10px;}
.package_header{margin-bottom:0px !important;}
.shadow{width:100%; height:auto;}
.shadow img{max-width:100%; height:auto;}
.top_height{height:auto;}
/** END PACKAGE **/
}
