/* Roboto */
@font-face {
	font-family: 'Roboto-Regular'; 
	src: url('../fonts/Roboto-Regular.eot'); 
	src: local('☺'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg') format('svg');
}

/* Roboto */
@font-face {
	font-family: 'FranklinGothic-Demi'; 
	src: url('../font/FranklinGothic-Demi.eot');
	src: local('☺'), url('../font/FranklinGothic-Demi.woff') format('woff'), url('../font/FranklinGothic-Demi.ttf') format('truetype'), url('../font/FranklinGothic-Demi.svg') format('svg');
}


/* Roboto */
@font-face {
	font-family: 'Roboto-Thin'; 
	src: url('../fonts/Roboto-Thin.eot');
	src: local('☺'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype'), url('../fonts/Roboto-Thin.svg') format('svg');
}

/* Roboto */
@font-face {
	font-family: 'Roboto-Light'; 
	src: url('../fonts/Roboto-Light.eot');
	src: local('☺'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg') format('svg');
}


/* Roboto */
@font-face {
	font-family: 'Roboto-Medium'; 
	src: url('../fonts/Roboto-Medium.eot');
	src: local('☺'), url('../fonts/Roboto-MediumRoboto-Medium.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg') format('svg');
}

#nullevery{padding: 0px; margin: 0px;}

body{
	padding:0;
	margin:0;
	 font-family: 'Roboto-Regular', sans-serif; 
	background:#fff; color:#FFFFFF;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	min-width: 320px;
}
.header {
	width: 100%; background-color: #000000;
	display: block;
	min-height: 85px;
	padding: 19px 0px 15px 0px;
	position: fixed; 
	z-index: 2;
}


.header-fixed-top.scrolled {
  background-color: #000 !important;
  transition: background-color 200ms linear;
}


.banner{position:relative;margin:0 auto;top:-20px;left:0px;width:1349px;height:650px;overflow:hidden;visibility:hidden;}
.databanner{cursor:default;position:relative;top:20px;left:0px;width:1349px;height:650px;overflow:hidden; }

.bannerinner{position:relative;margin:0 auto;top:-20px;left:0px;width:1349px;height:350px;overflow:hidden;visibility:hidden;}
.databannerinner{cursor:default;position:relative;top:20px;left:0px;width:1349px;height:350px;overflow:hidden; }

.logo {
	padding: 0px 0px;
	margin: 0;
	float: left;
	width: 165px;
}
.logo img {
	max-width: 100%;
}
.show-grid {
	background-color: #fff;
}
.moreoption {
	width: 100%;
	display: block;
	margin-top: 250px;
}
.moreoption .boxheader {
	border: solid 0px;
	padding-top: 25px;
	padding-bottom: 10px;
	font-size: 15px;
}
.buttoncolor {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 10px 15px;
	text-decoration: none;
	transition: background 0.3s linear 0s;
	width: 12.5%;
	height: 30px;
	float: left;
	text-align: center;
	margin: 0px 0px;
}
.buttoncolor:hover {
	color: #fff;
	text-decoration: none; 
}
.buttoncolor:focus {
	color: #fff;
	text-decoration: none;
}
.headertlt {
	width: 100%;
	padding: 40px 0px 15px 0px;
	letter-spacing: -0.5px;
	font-size: 22px;
	font-family: 'archivo_narrowregular';
	color: #424242;
}
.colorlink01 {
	width: 40%;
	float: left;
	margin: 0% 0% 0% 2%;
}
.colorlink02 {
	width: 40%;
	float: left;
	margin: 0% 0% 0% 2%;
}
.colorlink03 {
	width: 14%;
	float: left;
	margin: 0% 0% 0% 2%;
}
.buttoncolor02 {
	color: #424242;
	display: block;
	font-size: 15px;
	border-radius: 2px;
	height: 30px;
	padding: 10px 15px;
	text-decoration: none;
	transition: background 0.3s linear 0s;
	width: 100%;
	border-right: solid 5px #fff;
	float: left;
	text-align: center;
	margin: 0% 0% 0% 0%;
	background-color: #f2f2f2;
	border: solid 1px #D9D9D9;
	cursor: pointer;
	text-align: center !important;
	text-decoration: none !important;
	width: 50%;
	float: left;
}
.buttoncolor02:hover {
	background-color: #424242;
	color: #000;
}
.buttoncolor02.active {
	background-color: #424242;
	color: #fff;
}
.main-content {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
 @media only screen and (min-width: 230px) and (max-width:780px) {
.wrapper {
	width: 100%;
	margin: 0% 0%;
}
.header {
	min-height: 75px;
}
.logo {
	display: none !important;
}
.header {
	box-shadow: none !important;
	background-image: none !important;
	position: static !important;
}
.bigmegamenu {
	position: static !important;
}
.colorlink01 {
	width: 92% !important;
	margin: 0% 4%;
}
.colorlink02 {
	width: 92% !important;
	margin: 0% 4%;
}
.colorlink03 {
	width: 92% !important;
	margin: 0% 4%;
}
.buttoncolor02 {
	width: 100% !important;
	margin-bottom: 2%;
}
.buttoncolor {
	width: 25%;
}
.moreoption {
	width: 100%;
	margin: 85px 0 0 0;
	background-color: transparent !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
}
 @media only screen and (min-width: 781px) and (max-width:1064px) {
.wrapper {
	width: 96%;
	margin: 0% 2%;
}
.colorlink01 {
	width: 100% !important;
	margin: 0%;
}
.colorlink02 {
	width: 100% !important;
	margin: 0%;
}
.colorlink03 {
	width: 100% !important;
	margin: 0%;
}
.buttoncolor02 {
	width: 50% !important;
	margin-bottom: 1%;
}
.logo {
	padding: 20px 0px;
	float: none !important;
	margin: 0 auto !important;
	width: 100% !important;
	text-align: center;
}
}
 @media only screen and (min-width: 1024px) and (max-width:1200px) {
.wrapper {
	width: 96%;
	margin: 0% 2%;
}
.colorlink01 {
	width: 100% !important;
	margin: 0%;
}
.colorlink02 {
	width: 100% !important;
	margin: 0%;
}
.colorlink03 {
	width: 100% !important;
	margin: 0%;
}
}



/*DESIGNING START */

.about-grids{
	margin:4em 0 0em 0;
}
.about-middle-grid {
	/*background: #fff;*/
}
.about-middle-grid h3 {
	color: #323232; font-family:'Roboto-Regular';
	font-size: 1.6em; line-height:1.3em;
}

.about-middle-grid h1 {
  font-family:'Roboto-Regular'; font-size:2em; margin: 5px 0px 0px 0px; text-transform: uppercase;
  color:#000;
}

.about-middle-grid h2 {
  font-family:'Roboto-Regular'; font-size:2.5em; margin: 25px 0px 15px 0px; 
  color: #000;  text-transform: uppercase;
}

.about-middle-grid h4 {
  font: 24px/30px 'Roboto-Regular'; font-weight:bold; padding-top:10px; padding-bottom:10px;
  color: #a70000;
}

.about-middle-grid h5 {
	font-size: 1.2em; color:#a60d1e; 
}

.about-middle-grid h6 {
	margin-bottom:5px; color:#999999;  font-family:'Roboto-Regular'; line-height: 25px;
	font-size: 1.1em;
}

.about-middle-grid p {
	margin-bottom:0px; color:#565656; font-family:'Roboto-Regular'; text-align: justify;
	margin-bottom: 15px;
	font-size: 1.1em;
	line-height: 1.8em;
} 

.about-middle-grid a {
	font-size: 1.1em;
	color:#000;
	text-decoration:none;
}

.about-middle-grid a:hover{
	color:#87000f;
	text-decoration:underline;
}

.about-middle-grid a.innerlink {
	font-size: 1.2em;
	color:#000;
	text-decoration:none;
}

.about-middle-grid a.innerlink:hover{
	color:#87000f;
	text-decoration:underline;
}

.about-middle-grid ul{
	margin:5px 0 15px 0;
}
.about-middle-grid ul li a {
	font-size: 1em;
	font-weight: 500;
	color:#aa0e0e;
	text-decoration:none;
}

.about-middle-grid ul li a:hover{
	color:#848484;
	text-decoration:underline;
}
.about-middle-grid ul li{
	list-style-type: none; color: #606060;
	font-size: 1.2em;
	padding: 2px 0 2px 20px;
	background: url('../images/list_arrow.png') no-repeat 0px 9px;
}
.about-middle-grid img {
	margin-bottom: 1.5em;
}


.about-middle-grid ol li a {
	font-size: 1.3em;
	font-weight: 500;
	color:#000;
	text-decoration:none;
}

.about-middle-grid ol li a:hover{
	color:#87000f;
	text-decoration:underline;
}

.breadcrumb>.active {
    color: #87000f; font-size: 1.3em;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #222;
    content: "/\00a0";
}

/*DESIGNING END */


/*EQUAL BOX START */

.tag-box  {
  padding: 15px; padding-top:0px;
  margin-bottom: 30px;
  width:100%;
}

.tag-box-v6 {
  background: #ffffff;
  border: solid 1px #eee;
}

.equal, .equal > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}


.inner-box  {
  padding: 15px;
  margin-bottom: 30px;
  width:100%;
}

.inner-box-v6 {
  background: #f2f2f2;
  border: solid 5px #000000; border-bottom:none; border-right:none; border-left:none;
}

.acti-box  {
  padding: 0px;
  margin-bottom: 30px;
  width:100%;
}

.acti-box-v6 {
  background: #fff;
  border: solid 1px #ede9e8; 
}

.equal, .equal > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
}

/*EQUAL BOX END */

.bgcolor{background: #fff;}


/*-- projects --*/
.banner-bottom h3.title-w3l {
    margin-bottom: .5em;
}
.agile_gallery_grid{
	margin-top:2em;
}
.agile_gallery_grid1{
    position: relative;
}
.w3layouts_gallery_grid1_pos{
    background:#920000;
    bottom: 45px;
    left: 45px;
    opacity: 0;
    padding:1em;
    position: absolute;
    right: 45px;
    text-align: center;
    top: 45px;
    visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.w3layouts_gallery_grid1_pos h3{
    font-size: 1.2em;
    margin: 1em 0 .5em;
    padding-bottom: .5em;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}
.w3layouts_gallery_grid1_pos h3:after {
    background: #fff;
    bottom: 0;
    content: '';
    height: 2px;
    left: 40%;
    position: absolute;
    width: 50px;
}
.w3layouts_gallery_grid1_pos p{
	color:#fff; font-size: 16px; text-align:center;
	
}
.agile_gallery_grid:hover .w3layouts_gallery_grid1_pos{
    opacity: 0.8; 
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
/*-- //projects --*/

.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
text-align:center;
}
.textbox h4 {
    font-size: 2em;
    color: #FFF;
    margin-top: 3.5em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
}
.textbox p {
     font-size: 26px !important;
    color: #fff;
    margin: 6px 0 0 0!important;
    padding: 3px 0;
}
.gallery-grids {
  margin-top: 50px;
}
/*-- //Gallery Section --*/
/*-- contact --*/
section.contact-w3ls {
	background:url(../images/contact.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
}
section.contact-w3ls p.contact-agile1 {
    font-size: 15px;
	letter-spacing: 1px;
    font-weight: normal;
    padding-bottom: 10px;
    line-height: 29px;
    color: #fff;
}
section.contact-w3ls p.contact-agile1 strong {
    font-family: 'Federo', sans-serif;
    letter-spacing: 1.5px;
    color: #ffce14!important;
	font-size: 16px;
}
section.contact-w3ls p.contact-agile1 a {
	color:#fff;
}
section.contact-w3ls .contact-agileits,.contact-w3-agile1 {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 20px 35px;
}
section.contact-w3ls h4 {
	font-size:35px;
	letter-spacing: 1.5px;
	font-weight:normal;
	color:#fff;
	padding-bottom:20px;
	font-family: 'Federo', sans-serif;
	text-align:center;
}
section.contact-w3ls p.contact-agile2 {
	font-size:16px;
	font-weight:normal;
	padding-bottom:20px;
	line-height:30px;
	color:#ffce14;
	text-align:center;
}
section.contact-w3ls label.contact-p1 {
    font-size: 17px;
	letter-spacing: 1px;
    font-weight: 300;
    color:#fff;
    padding-bottom: 10px;
	font-family: 'Federo', sans-serif;
}
.form-group {
    margin-bottom: 5px;
}
section.contact-w3ls p.help-block {
    color:#ff0500!important;
}
section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone  {
	height:37px;
}
section.contact-w3ls input#name, section.contact-w3ls input#email, section.contact-w3ls input#phone {
	font-size:17px;
	font-weight:normal;
	color:#fff;
	background-color:transparent;
	border-radius:0;
	border-color:#fff;
	font-family: 'Lato', sans-serif;
}
section.contact-w3ls button.btn.btn-primary {
	color:#ffce14;
    background-color:transparent;
    border: 2px solid #ffce14;
    font-size: 17px;
    padding: 10px 20px;	
	width:100%;
	font-family: 'Federo', sans-serif;
	margin: 25px 0 8px;
}
section.contact-w3ls button.btn.btn-primary:hover {
	color: #fff;
    background-color:#ffce14;
    border: 2px solid #ffce14;
}
input::-webkit-input-placeholder {
color: #fff !important;
} 
input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
} 
input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
} 
input:-ms-input-placeholder {  
color: #fff !important;  
}
.footer-icons-agileinfo{
	margin-left:0!important;
}
.contact-w3-agile1 iframe {
    width: 100%;
    height: 190px;
    margin-top: 1.5em;
    outline: none;
    border: none;
}
/*-- /contact --*/
/*--copy-right--*/
.copy {
    text-align: center;
    background: #000;
}
.copy p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 1em;
}
.copy p a {
    color: #ffce14;
    text-decoration: none;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.copy p a:hover{
	color:#fff;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*--//copy-right--*/
/*--//footer--*/

/*DESIGNING START */

@media screen and (max-width: 320px) {
	
	.banner{position:relative;margin:0 auto;top:1px;left:0px;width:1349px;height:650px;overflow:hidden;visibility:hidden;}
.databanner{cursor:default;position:relative;top:20px;left:0px;width:1349px;height:650px;overflow:hidden; }

.bannerinner{position:relative;margin:0 auto;top:1px;left:0px;width:1349px;height:350px;overflow:hidden;visibility:hidden;}
.databannerinner{cursor:default;position:relative;top:20px;left:0px;width:1349px;height:350px;overflow:hidden; }

	
	}
@media screen and (max-width: 414px) {}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 640px) {}


#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}