@import url(https://fonts.googleapis.com/css?family=Muli:100,300,400,500,700,900);


html, body {
	margin:0;
	padding:0;
	min-height:100%;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: 300;
}


h1, h2, h3, h4, h5, h6 {
	margin:0;
	font-family: inherit;
	font-size: inherit;
	margin: 10px 0;
	font-weight: 300;
}

 
p{
   font-size: 1em;
   line-height: 1.35em;
}


h1 {
   font-size: 2.8em;
   line-height: 1em;
}
 
h2 {
   font-size: 2.4em;
   line-height: 1em;
}

h3 {
   font-size: 2em;
   line-height: 1em;
}

h4 {
   font-size: 1.8em;
   line-height: 1em;
}

h5 {
   font-size: 1.4em;
   line-height: 1em;
}

h6 {
   font-size: 1em;
   line-height: 1em;
}


a {
	color:#1590d4;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}

a:hover {
	color:#e51937;
}


::-moz-selection { background: #cb2032; color: #fff; }
::selection { background: #cb2032; color: #fff; }
.black-col{color: #000000;}
.red-col{color: #cb2032;}
.blue-col{color: #1590d4;}
.white-col{color: #fff;}
.red-bg{background: #cb2032;}
.blue-bg{background: #1590d4;}
.lgrey-bg{background: rgba(0,0,0,.05);}


header h1 {

    margin: 75px 0 0 0 ;
    position: relative;
    z-index: 20;
	color:#FFF;
	text-shadow: 1px 3px 0px #e51937;
}
.follow-us
{
	color:#e51937;
	padding-left:20px;
}
.social
{
	display:inline-block
}
.social a {
    color: #FFF;
    vertical-align: middle;
    padding: 5px;
	width:20px;
	margin-left:10px;
	text-align:center;
    background: #e51937;
    display: inline-block;
}
.logo
{
	position:absolute;
	left:0;
	top:0;
	z-index:50;
}
header{
	width: 100%;
	position: relative;
	height:300px;
	padding: 0;
}

header .hd{
	padding: 10px 0;
	background: #2972ba;
	color: #fff; 
}
header .hd1{

	background: #e51937;

	position:relative;
	z-index:50;
	padding:5px 0
}
header .hd a.logbtn{
	padding: 5px 35px;
	background: rgba(0,0,0,.3);
	color: #fff;
	display: inline-block;
	margin-left: 10px;
}

header nav{
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,.9);
	position:relative;
	z-index:20;
	padding:15px 0;

}

menu{
	margin: 0;
	padding:10px 0
}

header ul{
	width: 100%;
	text-align: right;
}

header ul li{
	display: inline-block;
	position: relative;
}

header ul li a {
	display: block;
	padding: 20px;
    cursor: pointer;
    color: #fff;
}

header ul li a.active {
	background:#bfbfbf;
	color:#e51937
}

header nav img {
	box-shadow: 0 0 30px rgba(0,0,0,.5);
	max-width: 100%; 
}

.ddm{
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px;
	background: #fff;
	min-width: 180px;
	display: none;
}

.ddm li a{
	padding: 5px 0;
	line-height: 30px;
}


.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top: 4px;
	right: 7px;
	z-index: 9999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #000;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}




/* END OF HEADER STYLING FOR WEB*/

#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#e51937;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
  font-size: 2em;
}

#overlay > div{
  text-align: center;
  display: table;
  width:100%;
  height: 100%;
}

#overlay > div > div{
  vertical-align: middle;
  display: table-cell;
}

#overlay .linewidth {
    width: 100px;
    margin: 0 auto;
}

#overlay #progstat {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}

#progress {
    height: 1px;
    background: #000;
}

.master-slider{
	padding-top: 120px;
}

.pat{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.25);
	z-index: 1;
}

.master-slider .ms-layer{
	width: 100%;
	height: 100%;
	color: #fff;
}

.title > *{
	display: inline-block;
	padding-left: 25px;
	position: relative;
}

.title > *:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: #2972ba;
	border-left: 4px solid #cb2032;
	content: "";
}


.pdflist a{
	display: block;
	width: 100%;
	height: 100%;
	border: 6px solid #cb2032;
	color: #cb2032;
	padding: 25px;
	box-sizing: border-box;
	position: relative;
	font-size: 1vw;
}

.pdflist a::after{
	position: absolute;
	bottom: 15px;
    right: -19px;
	padding-left: 5px;
	border-left: 15px solid #cb2032;
	content: "FILE";
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.main{
	padding: 0;
}
.main-inner
{
	padding:150px  0 
}
.main-about
{
	padding:50px  0 
}
.main-gallery
{
	padding:75px  0 
}
#uploadbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0);
    width: 200px;
    height: 60px;
    display: none;
	margin-left: 100px;
    margin-top: 35px;
}

.sidetopic .w-100 input,
.sidetopic .w-100 textarea{
	background: #fff;
	border-color: #fff;
}


.readmore{
	padding: 10px 20px;
	background: #cb2032;
	display: inline-block;
	color: #fff;
}

.forumlist,
.comments{
	margin-bottom: 25px;
}


.forumlist:last-child,
.comments:last-child{
	margin-bottom: 0;
}

.fhd > div:first-child{
	background: #439ff7;
}

.fhd > div:nth-child(2){
	background: #398bdb;
}

.comments .w-25{
	border-right: 1px solid #999;
	padding-right: 20px;
}

.comments .w-75{
	padding-left: 20px;
}


footer{
	color: #fff;
	display: inline-block;
    width: 100%;
}

footer .ftbg{
	background: rgba(203,32,50,.85);
	min-height: 300px;
}

footer .sign{
	background: #616161;
	padding: 20px 0;
	text-align:center
}

footer a{
	color: #fff;
}

footer .uploadfooter label{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer #footerfile{
	display: none;
	visibility: hidden;
}

footer h5.marginh5{
	margin-bottom: 60px;
}
.lost-password
{
	padding-top:23px !important;
	text-align:right;
}
.form-error 
{
	color:red;
	font-size:12px;
	padding-top:5px;
}

/*//////////////////////////////////////////////////MESSAGES\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
.messages {
    margin: 0 0 10px;
    overflow: hidden;
	display:inline-block;
	width:100%;

}
.messages, .messages ul {
    list-style: outside none none !important;
    margin: 0;
    padding: 0;
}

.success-msg {
    background-color: #e9ffca;
    background-image: url("../images/msg-success.png");
    border-color: #296a23;
    color: #296a23;
}

.error-msg {
    background-color: #f5dad3;
    background-image: url("../images/msg-error.png");
    border-color: #c02230;
    color: #c02230;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
    background-position: 25px center !important;
    background-repeat: no-repeat !important;
    font-size: 12px !important;
    padding: 25px 25px 25px 20px !important;
	margin:15px 0;
	text-align:left;
}

.note-msg, .notice-msg {
    background-color: #fdeda4;
    background-image: url("../images/msg-note.png");
    border-color: #7c622a;
    color: #7c622a;
}
	
	
	.close-msg{
	float:right;}
	
	.close-msg i {
    cursor: pointer;
    font-size: 24px;
    font-weight: normal;
    margin-top: -4px;
}	

.pl-60
{
	padding-left:60px;
}
/**/
.pt-right
{
	float:right;
}
.displaynone
{
	display:none
}
.get-in-touch .vError
{
	border:1px solid red !important
}
.FormResult
{
	color:green
}










.bg-inner {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.kenburns-top {
	-webkit-animation: kenburns-top 5s ease-out reverse both;
	        animation: kenburns-top 5s ease-out reverse both;
}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);
            transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
.tracking-in-contract {
	-webkit-animation: tracking-in-contract 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}

.contact-address i
{
	padding-right:0;
	width:20px;
}
.contact-address  a
{
	color:#000;
	line-height:normal
}
.contact-address  a:hover
{
	color:#e51937
}
.top-footer
{
	background:#e1e1e1;
	padding:50px 0
}
.w-450
{
	width:450px;
	margin-right:50px;
}
.w-500
{
	width:500px;
}

.footer-barcode
{
	background:#FFF;
}
.footer-barcode img
{
	max-width:160px
}
.logo-footer
{
	margin-right:50px;
}
 .about-title
{
	
	padding-bottom:15px;
	position:relative;
}
.main-about .about-title:after
{
	position:absolute;
	bottom:-29px;
	left:0;
	z-index:50;
	content:'';
	width:100%;
	background:url(../img/shadow.png) no-repeat bottom center;
	height:29px;
}
.about-box
{
	width:100%;
	max-width:960px;
	padding:50px 0 25px 0;
	margin:0 auto
	
}
.about-box img
{
	display:inherit	
}
.about-desc
{
	background:#f6f6f6;
	text-align:center;
	padding:15px 0;
}
.services-box
{
	width:calc(50% - 3px);
	height:300px;
	margin-bottom:2px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	transition: all .5s;
}
.services-box:hover .bg
{
	transform: scale(1.2);
}
.services-box .bg
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	transition: all .5s;
}
.our-services-list
{
	padding-top:80px;
}
.services-box-hover
{
	height:100%;
	width:100%;
	background: rgba(0,0,0,.6);
	color:#FFF;
	z-index:30;
	position:relative
}
.services-box-hover img
{
	padding-bottom:25px;
}
.video-list
{
	width:calc(33.33% - 3px);
	display:inline-block;
	overflow:hidden;
	position:relative;
	transition: all .5s;	
}
.play
{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	width:100%;
	height:100%;
	
}
.hover-video img
{
	transition: all .8s;
}
.video-list:hover .hover-video img
{
	transform: scale(1.2);
}

.master-slider
{
	padding-top:0 !important
}
.body_home header
{
	height:auto
}
.body_home  .main-about
{
	padding:50px 0  !important
}
.home_about
{
	padding:50px 0;
		display: flex;
/*	justify-content: space-between;
	flex-direction: row;*/
	align-content: center;
	text-align:left
	
}
.home_about_desc
{
	background:#f6f6f6;
	padding:0 40px;
}
.home_about_desc p
{
	margin:0.9rem 0;

}
.filter-img
{
	filter: brightness(0) invert(1);
}
.home_about_desc img
{
	max-width:33px;
}
.home_about_desc h3
{
	padding-left:10px;
}
.login-padding
{
	padding:80px 0
}
.home-services-list .flex-row
{
	width:25%;
}