@charset "utf-8";
/* CSS Document */

html, body{
font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #707070;
	font-weight: lighter;
	min-width: 1200px;
  height: 100%;
  padding: 0;
  margin: 0;
 
 }
h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
.primary-color {
	color: #FFE600;
}

.branded-section .heading {
	color: #fff;
	z-index: 1000;
	padding-top:40px;
	
}

.masked {
	background: rgba(19, 19, 22, 0.5);
	background-image: url('../img/patern.png');
	width: 100%;
	height: 100%;
	display: block;
	padding-bottom: 50px;
}
.branded-section h1,
.branded-section h2,
.branded-section h3 {
	color: #fff;
}

.process {
	background: url('../img/how-we-do-it.jpg') 0px 0px no-repeat;
	
background-size: cover;
background-attachment: fixed;

}

.holder
{
width: 1100px;
margin: 0 auto;
text-align:center;
margin-top:20px;


}
.services-new{float:left; width:270px; margin-right:5px;}
.services-newa{float:right; width:270px;}

.column3{float:left; width:360px; margin-right:5px; }
.column3a{float:right; width:360px; }
.contact{float:left; width:300px; margin-right:5px;}
.contacta{float:right; width:300px;; margin-right:5px;}
.about{ float:left; width:480px; text-align:left;}
.abouta{ float:right; width:480px; text-align:left;}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
}

li {
    float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
}

li a, .dropbtn {
    display: inline-block;
    color: #012265;
    text-align: center;
    padding: 12px 14px;
    text-decoration: none;
	
}

li a:hover, .dropdown:hover .dropbtn {
   
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	font-size:15px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}


.social-list li a{
	text-align: center;
	line-height: 32px;
	display: inline-block;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
}

.social-list li.facebook a:hover,
.social-list li.facebook a:focus{
	background: #CC181E;
}

.social-list li.twitter a:hover,
.social-list li.twitter a:focus{
	background: #00C3F8;
}

.social-list li.dribbble a:hover,
.social-list li.dribbble a:focus{
	background: #CA366E;
}

.social-list li.youtube a:hover,
.social-list li.youtube a:focus{
	background: #CC181E;
}


.fbe{ width:32px; height:32px;}
.tre{ width:32px; height:32px;}
.yue{ width:32px; height:32px;}

.heading {
	margin: 50px 0;
	text-align: center;
	color: #000;
	
}
.heading > div {
	text-transform: uppercase;
	font-weight: normal;
	color: #707070;
}
.heading h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
}
.heading p {
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}

.contact-form {
	background: url('../img/contact-us.jpg') repeat-x center;
}

.masked {
	background: rgba(19, 19, 22, 0.5);
	background-image: url('../img/patern.png');
	width: 100%;
	height: 100%;
	display: block;
	padding-bottom: 50px;
}

.btn {
	border-radius: 0;
	padding: 10px 35px;
	font-size: 15px;
}

.btn-primary {
	color: #000;
	background: #d2120d;
	border: 1px solid #d2120d;
	display: inline-block;
	margin: 10px;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	border: none;
}

.btn-primary:hover {
	background: #d2120d;
	color: #000;
	border: none;
}

.btn-primary:before {
	content: '';
	position: absolute;
	border: #f40303 solid 4px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
}

.btn-primary:hover:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.form-control{
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 15px;
	padding: 20px;
}


.contact-form form {
	position: relative;
}
.contact-form .form-control {
	background-color: transparent;
	margin-bottom: 20px;
	padding: 20px;
	color: #fff;
	border-width: 2px;
	width:280px;
}
.contact-form .form-control:focus {
	border: 2px solid #FEE600;
}
.contact-form .form-control:focus {
	background: rgba(255, 255, 255, 0.1);
}
.contact-form .heading {
	color: #fff;
}
.commands {
	text-align: center;
}

.lb_wrap {
	width: 100%;
	height: 100%;
	display: inline-block !important;
}
.lb_wrap .lb_label.left {
	left: 0;
}
.lb_label {} .lb_label.active {
	color: #FFF;
}


/********************************************
				Animation
********************************************/

.animate {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.delay1 {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.delay2 {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

.delay3 {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.delay4 {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.delay5 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-40px);
		transform: translateX(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-40px);
		-ms-transform: translateX(-40px);
		transform: translateX(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		transform: translateX(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(40px);
		-ms-transform: translateX(40px);
		transform: translateX(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0%{
		opacity:0;
		-webkit-transform:translateY(40px);
		-ms-transform:translateY(40px);
		transform:translateY(40px);
	}
	
	100%{
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0%{
		opacity:0;
		-webkit-transform:translateY(-40px);
		-ms-transform:translateY(-40px);
		transform:translateY(-40px);
	}
	
	100%{
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
	}
}







.square-l {
	background: #f40303;
	color: #fff;
	margin-top:-15px;
	vertical-align: middle;
}

.square-l {
	width: 60px;
	height: 60px;
	display: inline-block
}
.square-l .fa {
	line-height: 60px;
	color: #fff;
}
.process-item .fa {
	color: #cc0101;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.goup,
.godown{
	overflow: hidden;
}

.godown span,
.goleft span,
.goup span {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	left: 0;
	top: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
	transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
}

.goup span span:nth-of-type(1) { top: 0px;}
.goup span span:nth-of-type(2) { top: 60px;}
.goup span span:nth-of-type(3) { top: 120px;}
.goup span span:nth-of-type(4) { top: 180px;}
.goup span span:nth-of-type(5) { top: 240px;}
.goup span span:nth-of-type(6) { top: 320px;}

.goup:hover > span {
	top: -240px;
}

.godown span span:nth-of-type(1) { top: 320px;}
.godown span span:nth-of-type(2) { top: 240px;}
.godown span span:nth-of-type(3) { top: 180px;}
.godown span span:nth-of-type(4) { top: 120px;}
.godown span span:nth-of-type(5) { top: 60px;}
.godown span span:nth-of-type(6) { top: 0px;}

.godown > span{
	top: -320px;
}
.godown:hover > span{
	top: -60px;
}

.goleft{
	left: -30px;
}

.goleft span span:nth-of-type(1) { left: 0px;}
.goleft span span:nth-of-type(2) { left: 30px;}

.goleft:hover > span{
	left: -30px;
}



/********************************************
				Media 
********************************************/

.mediabox1  {
float:left;
margin-left:10px;
width:479px;
padding:10px;


}


footer{

background-color:#131217;
color: #FFFFFF;
width:100%;

}

footer p{
line-height:45px;
}