@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap');



html, body {
	margin:0;
	padding:0;
	min-height:100%;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: 300;
	overflow-x:hidden

}


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:#74bc1f;
}


::-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;

}

.social
{
	float:right;
	margin-top:-2px;
}
.social a {
    color: #3f5364;
    vertical-align: middle;
    padding:0 5px;
	font-size:16px;
	margin-left:10px;
	text-align:center;
    display: inline-block;
}
.logo
{

}
header{
	width: 100%;
	position: relative;
	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;
}
.logo{
max-width:200px;
}
header nav{
	margin: 0;
	padding: 0;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0, #fff 100%);
	width:100%;
	position: fixed;
	z-index:20;
	top:0;
	left:0;
	padding:15px 0;
	border-bottom:1px solid #b5c0ca;
}
header nav.details_menu
{
	position:relative;
	top:auto;
	left:auto;
}

menu{
	margin: 0;
	padding:10px 0
}

header ul{
	width: 100%;
	text-align: right;
	margin-top:-10px;
}

header ul li{
	display: inline-block;
	position: relative;
}

header ul li a {
	display: block;
    margin: 0 15px;
    cursor: pointer;
    color: #3f5364;
    padding-bottom: 5px;
}

header ul li a.active {
	font-weight:bold;
	border-bottom:1px solid #3f5364;
}

header nav img {

	max-width: 100%; 
}
.brands_details_box img{

max-height:220px;
}
.footer
{
    width: 100%;
    padding: 50px 0;
    display: inline-block;
	color:#626262;
	line-height:1.5
}
.footer h4
{
	color:#3f5364;
	padding-bottom:25px;
}
.footer a
{
	color:#3f5364
}
.footer a:hover
{
	color:#74bc1f
}
.footer .footer_logo img{
	max-width:70%;
}
.footer-bottom
{
	background:#f8f8f8;
	padding:20px 0; 
	color:#3f5364;
}

.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: 12px;
	right: 7px;
	z-index: 9999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:80%;
	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*/
.loader
{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:url("../img/loader.gif") no-repeat center center #FFF;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
	
}
#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#e1e7eb;
  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
}
.vError
{
	border:1px solid red !important
}
.FormResult
{
	color:green
}










.bg-inner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    width: 100%;
    z-index: 10;
	position:relative;
}
.bg-inner:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	content:'';
	background:rgba(63,83,100,0.3);
}
.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%;
}














/***********************/
.header_brief
{
	color:#FFF;
	position:relative;
	z-index:50
}
.inner_page
{
	border-bottom:1px solid #dcdcdc;
	padding:60px 0; 	
	color:#3f5364;
	line-height: normal;
}
.about_us_page
{

}
.about_us_page h2
{
	color:#3f5364
}
.about_us_page h2 p
{
	line-height:0
}
.about_us_box
{
	padding-top:60px;
	color:#3f5364;
	line-height: normal;
}

.about_us_box h3
{
	color:#74bc1f;
	padding-bottom:20px;
}
.careers_info a
{
	color:#3f5364
}
.form-input--file-text 
{
	text-align:left;
}
.news-box
{
	padding-bottom:60px;
}
.news-box:last-child
{
	padding-bottom:0;
}


.news-box img
{
	max-width:100%;
}
.news-date
{
	color:#74bc1f;
	line-height:1
}
.news-info
{
	padding-left:50px;
	border-left:1px solid #707070;
	position:relative;
}
.news-info h2{
padding-bottom:20px;
}
.news-info h2 a{
color:#3f5364;
}
.news-info a{
color:#aaaaaa;
}
.news-info a:hover{
color:#74bc1f;
}
.newsdetails_page img
{
	max-width:100%
}



.news_details_page
{
	padding: 0 50px;
	line-height:1.5;
}
.news_details_page h1
{
	padding-top:50px;
	padding-bottom:30px;
	color:#3f5364;
}
.news_details_date_page
{
	color:#74bc1f;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #74bc1f;
}
.details-back 
{
	padding-top:25px;
	color:#aaaaaa;
}

.categories_box
{
	
}
.categories_box:last-child
{
	padding-bottom:0;
}
.categories_box h2
{
	color:#FFF;
	display:inline-block;
	padding:5px 10px;
	background:#3d5263;
	text-transform:uppercase;
}

.categories_details
{
	display:inline-block;
	width:100%;
	color:#3f5364;
}

.brochure_list
{
	padding-top:25px;
	display:inline-block;
	width:108%;
}

.careers_page
{
	width:80%;
	padding-right:10%;
	padding-left:10%
}
.brochure_listing
{
	width:25.33%;
	margin-right:8%;
	padding-bottom:50px;
	float:left;
}

.brochure_listing_img
{
	padding:5px;
	max-width:395px;
	border:1px solid #959595;
	margin-bottom:25px;
	height:445px;
}
.brochure_listing_img img
{
	max-width:100%;
}
.online-preview
{
	border-top:1px solid #3f5364;
	border-bottom:1px solid #3f5364;
	padding:5px;
	margin:10px 0;
	color:#3f5364;
	display:inline-flex;

}


.online-download
{
	color:#74bc1f;
	display:inline-block;
	width:100%;		
}
.brands_listing
{
	
}

.brands_box
{
	margin-top:50px;
}
.brands_box img
{
	max-height:150px;
}
.brands_details_bg
{
	max-width:100%
}

.brands_details_box
{
	display: inline-block;
    width: 100%;
	padding-bottom:50px;
}
.details_box_brand a
{
	color:#FFF;
	padding:5px 10px;
	background:rgba(63,83,100,0.6);
}
.brands_link a
{
	color:#3f5364;
}

.pd-top-15
{
	padding-top:25px;
}









.contact_page
{
	display:flex
}
.contact_info
{
	width:50%;
	position:relative;
	display:flex;
	flex-direction: column;


}
.contact_box
{
	background:#3f5364;
	width:50%;	padding:3% 5%;

}
.contact_box h2 , .contact_box h3
{
	color:#FFF;
}
.contact_box input[type="text"] , .contact_box textarea{

background-color:transparent !important;
border:0;
border-bottom:1px solid #FFF;
color:#FFF;
}


.contact_box input[type="text"]::-webkit-input-placeholder , .contact_box textarea::-webkit-input-placeholder { /* Edge */
  color: #FFF;
}

.contact_box input[type="text"]:-ms-input-placeholder  , .contact_box textarea:-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color:  #FFF;
}

.contact_box input[type="text"]::placeholder  , .contact_box textarea::placeholder {
  color:  #FFF;
}

.contact_box_info
{
	position:relative;

	padding: 5%  10%;
	width:80%;
	height:50%;
}


.contact_box_info h2 , .contact_box_info h3
{
	color:#3f5364;
}
.our_office
{
	padding-top:15px;
}
.our_office i
{
	color:#9d9c9b;
}
.our_office div
{
	color:#3f5364;
	padding:5px 0;
}
.our_office a{
	color:#3f5364;
}

.banner_box
{

    display: flex;
    justify-content: center;
    flex-direction: column;
	width:50% !important;
}
.parallax_box
{
	height:500px;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	background-position:center center;

}
.parallax_box:before
{

	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background-color: rgba(63,83,100,0.6);
}
.parallax_box h2{
color:#FFF;
position:relative;
z-index:60

}
.home-stay
{
	display:flex;
}
.stay1
{
	background:#e1e7eb;
}
.stay2
{
	background:#ebeff2;
}

.stay2 img
{
	max-width:200px;
}
.stay3
{
	background:#e1e7eb;
}
.stay
{
	padding:3% 0;
	color:#515151;
	
}
.stay h2
{
	color:#3f5364
}
.stay p
{
	line-height:1.5;
	padding:0;
	margin:0
}
.feedback
{
	background:#74bc1f;
	padding:10px 20px;
	color:#FFF;
	border-radius:3px;
}
.feedback:hover
{
	background:#FFF;

	color:#74bc1f;

}
.cutting_edge
{
	display:flex;
}


.cutting_edge_img
{
	width:50%;

}


.cutting_edge_img img
{
	max-width:100%;
	display:inherit
}
.cutting_edge_info
{
	background:#3f5364;
	padding:3% 5%;
	width:50%;
	color:#b4b4b4;

}


.cutting_edge_info h2
{

	color:#FFF;line-height:1.5;
	text-align:center
}
.cutting_edge_info p
{

	line-height:1.5;
	margin:0;
	
}

.cutting_edge_description
{
	padding-bottom:25px;
	text-align:center
}
.about_listing
{
	padding:50px 0;
	line-height:1;
	color:#3f5364;
	display:inline-block;
	width:100%
}


.about_listing p  , .main_home p{
	line-height:1.5;
	margin:0
}

.main_home
{
	padding-top:50px;
	line-height:1;
	color:#3f5364;
	display:inline-block;
	width:100%
}

.main_home_title p
{
	line-height:1.1;
	margin:0
}
.main_home_title p:last-child
{

	padding-bottom:25px;
}

.green
{
color:#74bc1f !important;}
.master-slider .ms-layer
{
	width:100% !important
}

.banner_width
{
	max-width:50%;
}


.trigger2
{
	display:block !important;
	cursor:pointer
}




.menu_nav_home
{
	padding-right:50px;
}
.menu_nav_home ul
{
	opacity:0;
	margin-right:-50%;

	transition: all 0.5s ease-in-out;
}
.fade-in {
  opacity: 1 !important;margin-right:40px !important;
  
	
}

.trigger2 span
{
	background:#3f5364 !important;
}

.about_box div.txt-just
{
	padding-right:25px;
}
.copyright a
{
	color:#74bc1f !important;
}
.scroll-up
{
    position: fixed;
    bottom: 20px;
    right: 45px;
    z-index: 5000;
    cursor: pointer;
	opacity:0;transition: opacity 0.5s ease;
}
.scroll-up:hover
{
}
.scroll-up.active
{
	opacity:1;transition: opacity 0.5s ease;
}
.slick-dots
{
	bottom:20px !important;
}
.slick-dots li.slick-active button:before
{
	    color: #74bc1f !important;opacity:1	 !important
}
.slick-dots li button:before
{
color: #ebebeb !important;opacity:1	 !important
}
.slick-dots li button:before
{
	font-size:12px !important
}