@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
*{margin:0;padding:0;outline:none;}
body{
  margin:0px;
  padding:0px;
  box-sizing:border-box;
  font-family: 'glyphicons-halflings-regular', sans-serif !important;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/glyphicons-halflings-regular-Regular.ttf');
}
@font-face {
  font-family: Campton;
  src: url('../fonts/Campton-LightDEMO.otf');
}
@font-face {
  font-family: Didot;
  src: url('../fonts/Didot Italic.ttf');
}
@font-face {
  font-family: HTFDidot light;
  src: url('../fonts/HTFDidot-L11LightItalic.ttf');
}
@font-face {
  font-family: HTFDidot medium;
  src: url('../fonts/HTFDidot-M11MediumItalic.otf');
}
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
  word-wrap:break-word !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  margin-top: 0px;
}

h1{
  font-size: 45px;
  font-weight: bold;
  color: #333232;}

h2{
  font-size: 20px;
}

h3{
  font-size: 14px;
  color: #787878;
  font-weight: 400;
  line-height: 20px;
}

h4{
  font-size: 16px;
}

a {
  color: #c52d2f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}
.Campton-font{
  font-family: Campton;
}
.Didot-font{
  font-family: Didot;
  letter-spacing: 0.8px;
}
.HTFDidot-font{
  font-family: HTFDidot light;
}
.HTFDidot-font2{
  font-family: HTFDidot medium;
}
.italic{
  font-style: italic;
}

html{width:100%;height:100%;}
html,
body{height:100%;}
#wrapper .ht1{font-size:36px;margin:10px 0px;}
#wrapper .ht2{font-size:30px;margin:10px 0px;}
#wrapper .ht3{font-size:24px;margin:10px 0px;}
#wrapper .ht4{font-size:20px;margin:10px 0px;}
#wrapper .ht5{font-size:17px;margin:10px 0px;}
#wrapper .ht6{font-size:14px;margin:10px 0px;}
#wrapper a:focus,
#wrapper a:hover{text-decoration:none;}
.clear{margin:0px;padding:0px;clear:both;}
#wrapper p{font-size:13px;letter-spacing:0.6px;color:#333;text-align: justify;}
#wrapper .t10{font-size: 10px;}
#wrapper .t11{font-size: 11px;}
#wrapper .t12{font-size: 12px;}
#wrapper .t13{font-size: 13px;}
#wrapper .t14{font-size: 14px;}
#wrapper .t15{font-size: 15px;}
#wrapper .t16{font-size: 16px;}
#wrapper .t17{font-size: 17px;}
#wrapper .t18{font-size: 18px;}
#wrapper .t20{font-size: 20px;}
#wrapper .t22{font-size: 22px;}
#wrapper .t24{font-size: 24px;}
#wrapper .t28{font-size: 28px;}
#wrapper .t30{font-size: 30px;}
#wrapper .t34{font-size: 34px;}
#wrapper .t36{font-size: 36px;}
#wrapper .t40{font-size: 40px;}
#wrapper .l10{line-height: 10px;}
#wrapper .l12{line-height: 12px;}
#wrapper .l14{line-height: 14px;}
#wrapper .l16{line-height: 16px;}
#wrapper .l18{line-height: 18px;}
#wrapper .l20{line-height: 20px;}
#wrapper .l24{line-height: 24px;}
#wrapper .l28{line-height: 28px;}
#wrapper .l30{line-height: 30px;}
#wrapper .l36{line-height: 36px;}
#wrapper .l40{line-height: 40px;}
#wrapper .btn.active.focus, 
#wrapper .btn.active:focus, 
#wrapper .btn.focus, 
#wrapper .btn:active.focus, 
#wrapper .btn:active:focus, 
#wrapper .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
#wrapper .marg0{
  margin: 0px;
}
#wrapper .margL{
  margin-left: 0px;
}
#wrapper .margR{
  margin-right: 0px;
}
#wrapper .margT{
  margin-top: 0px;
}
#wrapper .margB{
  margin-bottom: 0px;
}
#wrapper .padd0{
	padding: 0px;
}
#wrapper .paddL{
	padding-left: 0px;
}
#wrapper .paddR{
	padding-right: 0px;
}
#wrapper .paddT{
  padding-top: 0px;
}
#wrapper .paddB{
  padding-bottom: 0px;
}
#wrapper .textUpper{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.light{
  font-weight: 300;
}
.normal{
  font-weight: 400;
}
.bold{
  font-weight: 600;
}
.bolder{
  font-weight: 700;
}
#wrapper .bg-grey{
  background-color: #acacac;
}
.bg-grey{
  background-color: #acacac;
}
#wrapper .bg-grey2{
  background-color: #363535;
}
.bg-grey2{
  background-color: #363535;
}
#wrapper .bg-white{
  background-color: #fff;
}
.bg-white{
  background-color: #fff;
}
#wrapper .bg-red{
  background-color: #FF1A00  ;
}
#wrapper .bg-yellow{
  background-color: #FADA5E;
}
#wrapper .bg-black{
  background-color: #131217;
}
.bg-black{
  background-color: #131217;
}
#wrapper .bg-green{
  background-color: #69bf36;
}
.bg-red{
  background-color: #FF1A00  ;
}
.bg-yellow{
  background-color: #FADA5E;
}
.bg-black{
  background-color: #131217;
}
#wrapper .text-center {
    text-align: center;
}
#wrapper .white{
  color: #fff;
}
#wrapper .yel{
  color: #f99d1c;
}
#wrapper .why{
  color: rgba(60, 58, 79, 1);
}
#wrapper .grey{
  color: #acacac;
}
#wrapper .grey2{
  color: #858585;
}
#wrapper .grey3{
  color: #5b5b5b;
}
#wrapper .grey4{
  color: #333;
}
#wrapper .black{
  color: #000;
}
#wrapper .black2{
  color: #222;
}
#wrapper .black3{
  color: #333;
}
#wrapper .green{
  color: #69bf36;
}
#wrapper .red{
  color: #FF1A00  ;
}


#wrapper .btn-green{
    color: #79b530;
    border-color: #79b530;  
    transition: all 0.4s;
}
#wrapper .btn-green:hover{
    color: #fff;
    border-color: #79b530;  
    background-color: #79b530;
}
#wrapper .btn-red{
    color: #fff;
    background-color: #FF1A00  ;
    border-color: #FF1A00  ;  
    transition: all 0.4s;
}
#wrapper .btn-red:hover{
    color: #fff;
    background-color: #FF1A00  ;
    border-color: #FF1A00  ;  
    transition: all 0.4s;
}

#wrapper .btn-white{
    color: #b3b3b3;
    border-color: #b3b3b3;  
    transition: all 0.4s;
}
#wrapper .btn-white:hover{
    color: #444;
    border-color: #b3b3b3;  
    background-color: #b3b3b3;
}
#wrapper .heading1{
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  margin-top: 0px;
}


#wrapper .heading{
  margin: 25px 0;
  font-size: 24px;
  font-family: Tw Cen MT Condensed Extra Bold;
}
#wrapper .bgSect {
    position: absolute;
    top: 40px;
    left: 0;
    background: #eff3f5;
    height: 100%;
    width: 40%;
}

#wrapper .margTop20{
  margin-top: 20px;
}
#wrapper .margTop30{
  margin-top: 30px;
}
#wrapper .margTop40{
  margin-top: 40px;
}
#wrapper .margTop51{
  margin-top: 51px;
}
#wrapper .margTop71{
  margin-top: 71px;
}
#wrapper .margTop101{
  margin-top: 101px;
}

#wrapper{
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}
#wrapper .container-fluid{
  max-width: 1170px;
  width: 100%;
}
#wrapper .container{
  max-width: 1170px;
  width: 100%;
}


#wrapper .NOTFixed{
  position: relative;
  z-index: inherit;
  background-color: transparent;
}
#wrapper .NOTFixed .menuBtn{
  background-color: transparent;
}

#header{
  width: 100%;
  z-index: 1;
  background-color: rgba(255,255,255, 0.99);
}
#header .menuBtn{
  z-index: 1;
  padding: 9px 6px;
  position: relative;
  background-color: #fff;
}

.TopMenu{
  display: block;
  margin: 10px 0; 
}
.TopMenu .logo img{
  max-width: 250px;
  width: 200%;
  z-index: 1;
  position: relative;
}
.menuBtn{
  width: 40px;
  float: right;
  border: none;
  background: none;
}
.menuBtn .icon-bar{
  width: 100%;
  height: 2.2px;
  margin: 2px 0;
  float: left;
  background-color: #e12228;
}
.bg-red .menuBtn .icon-bar{
  background-color: #fff;
}
.bg-black .menuBtn .icon-bar{
  background-color: #fff;
}
.menuBtn .icon-bar:nth-child(1),
.menuBtn .icon-bar:nth-child(4){
  height: 3px;
}



.MenuSection{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #131316;
  overflow-x: hidden;
  transition: 0.5s;
}
.MenuSection .closebtn {
  position: absolute;
  top: 30px;
  right: 45px;
  z-index: 99;
}
.MenuSection .closebtn img{
  width: 20px;
  height: auto;
}
.MenuSection .logo img {
    max-width: 250px;
    width: 200%;
    z-index: 9;
    position: relative;
    margin: 15px;
}


.menucontent{
  padding: 45px;
  display: table;
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.menubar .nav li a{
  color: #fff;
  font-size: 14px;
  padding: 7px 15px;
  letter-spacing: 0.3px;
  display: inline-block;
  text-transform: uppercase;
  white-space: normal;
}
.menubar .nav>li>a:focus, 
.menubar .nav>li>a:hover {
  color: #ffc107;
  text-decoration: none;
  background-color: transparent;
}
.menubar .nav .caret{
  margin: 5px;
}
.menubar .nav .dropdown a{
  font-size: 11px;
  display: flex;
}
.menubar .nav .open>a, 
.menubar .nav .open>a:focus, 
.menubar .nav .open>a:hover {
    background-color: transparent;
    border-color: #ffc107;
}
.menubar .open>.dropdown-menu{
  margin: 0 0 0 10px;
  padding: 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.menubar .dropdown-menu>li>a{
  display: flex;
}
.menubar .dropdown-menu>li>a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
/*--adjust as necessary--*/
  color: #ffffff70;
  padding-right: 0.5em;
}
.menubar .dropdown-menu>li>a:focus, 
.menubar .dropdown-menu>li>a:hover {
    color: #ffc107;
    text-decoration: none;
    background-color: transparent;
}
@media (min-width:768px){
.menubar .dropdown-menu{
  width: 100%;
  display: block;
  margin: 0 0 10px 20px;
  padding: 0;
  border: none;
  background: transparent;
  position: relative;
  box-shadow: none;
}
}


.ContactInfo .htit{
  color: #fff;
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.ContactInfo .htit:after{
  content: "";
  border-bottom: solid 1px #e22e36;
  position: absolute;
  width: 110px;
  height: 1px;
  left: 0;
  bottom: -14px;
}
.ContactInfo .cif{
  color: #fff;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.ContactInfo .cif a{
  color: #fff;
}
.ContactInfo .cif a:hover{
  color: #ffc107;
}
.ContactInfo .htt{
  margin-top: 15px;
  display: inline-block;
}






.content_wrapper{
  display: block;
  position: relative;
}

.sectionpanel{
  display: block;
  padding: 45px 0 10px;
  position: relative;
  min-height: 527px;
}

.Welcome-Page{
  display: block;
  padding-top: 0;
}
#wrapper .Welcome-Page .heading{
  color: #FF1A00;  
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#wrapper .Welcome-Page .contentDiv p{
  color: #000;
}
.hometxt {
	color: #000000;
	font-size: 23px;
	text-decoration: none;
	text-transform: uppercase;

}

.hometxt1 {
	color: #000000;
	font-size: 26px;
	text-decoration: none;
	text-transform: uppercase;

}
.listcat{
  width: 100%;
  display: inline-block;
}
.listcat li:nth-child(2) img{
  float: right;
  margin-top: 8px;
}
.listcat li a{
  font-size: 60px;
  color: #bb1a1d;
  font-weight: 700;
  letter-spacing: -2px;
  transition: all 0.6s;
}
.listcat li{
  margin: 20px 0;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.listcat img{
  width: 200%;
  max-width: 270px;
}
.listcat .img1{
  display: none;
}
.listcat a{
  display: block;
}
.listcat a:hover .img2{
  display: none;
}
.listcat a:hover .img1{
  display: block;
}

.listcat li .ltt{
  letter-spacing: -8px;
}
.listcat li .itt{
  font-family: HTFDidot light;
  font-size: 30px;
}
.listcat li:hover .color{
  transition: all 0.6s;
  color: #f99d1c;
}
.listcat li:hover a{
  color: #777;
}


.footerSection{
  display: block;
  min-height: 40px;
}
#wrapper .footerSection .container-fluid{
  padding: 0 40px !important; 
}
.headnav li{
  margin: 20px 0;
    text-transform: uppercase;
    padding: 5px 20px !important;
  letter-spacing: normal;
 
  }
.headnav li a{
  font-size: 14px;
  color: #FF1A00;
}
.headnav li a:hover {
  color: rgba(0,0,0, 0.9);
}
.footnav li{
  margin: 0 10px;
  }
.footnav li a{
  font-size: 12px;
  color: #FF1A00;
}
.footnav li a:hover {
  color: rgba(52,128,220, 0.7);
}
.whiteNav li a{
  color: #FF1A00;
}
.whiteNav li a:hover {
  color: #111;
}
.blackNav li a{
  color: #FF1A00;
}
.blackNav li a:hover {
  color: #FF1A00;
}
.social {
  float: right;
}
.social li img{
  width: 20px;
}



.White-Page{
  padding-top: 0;
}

.listDiv{
  display: block;
  margin: 30px 0;
}
#wrapper .listDiv .heading{
  margin-top: 20px;
  font-size: 24px;
  margin-bottom: 20px;
}
#wrapper .listDiv p{
  color: #acacac;
  font-size: 13px;
  letter-spacing: normal;
}


.Grey-Page{
  padding-top: 0;
}
#wrapper .Grey-Page p{
  color: #000;
  font-size: 13px;
  letter-spacing: normal;
}



.Brands-Page{
  display: block;
  padding-top: 0;
}
.listbrand{
  display: block;
  text-align: center;
}
.listbrand li {
  margin: 20px 15px;
}
.listbrand li img{
  max-width: 120px;
  width: 100%;
  text-align: center;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  transition: all 0.4s;  
}
.listbrand li img:hover,
.listbrand li.active img{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);  
}

.listpic{
  display: block;
  text-align: center;
}
.listpic li {
  margin: 15px 5px;
}
.listpic li img{
	height:150px
    width:auto;/*maintain aspect ratio*/
    max-width:350px;
  text-align: center;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  transition: all 0.4s;  
}
.listpic li img:hover,
.listpic li.active img{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);  
}

.border { border-width: 1px; border-color: white; border-style: solid; }


.Brands-Page .tab-content{
  padding: 20px;
  margin-top: 40px;
  min-height: 260px;
}
.Brands-Page .tab-content .climg{
  max-width: 130px;
  float: right;
}
.Brands-Page .tab-content .contDiv h4{
  font-size: 12px;
  font-style: italic;
  color: #000;
  font-weight: 600;
  margin-top: 15px;
}
#wrapper .Brands-Page .tab-content .contDiv p{
  font-size: 12px;
  color: #000;
  letter-spacing: normal;
}




.httimg{
  max-width: 200px;
  width: 100%;
}


.listnav{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 15px;
}
#wrapper .listnav li {
  min-width: 20%;
  display: inline-block;
  text-align: left;
}
#wrapper .listnav li a{
  font-size: 15px;
  color: #fff;
  transition: all 0.4s;
}
#wrapper .listnav li a:hover{
  color: #f99c1b;
}
.listnav2 {
  display: block;
  margin-top: 10px;
}
#wrapper .listnav2 li{
  display: block;
  text-align: left;
}
#wrapper .listnav2 li a{
  font-size: 12px;
  padding: 10px 15px 5px;  
  display: block;
}
#wrapper .listnav2>li>a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff70;
    padding-right: 0.5em;
}

#wrapper .listnavNEO{
  text-align: center;
  display: table;
  margin: auto;
}
#wrapper .listnavNEO li{
  text-align: center;
  padding: 30px 0;
}

#wrapper .listnavNEO li a{
  font-size: 15px;
  color: #eee;
  font-weight: 600;
  padding: 10px 15px 5px;  
  display: block;
}
#wrapper .listnavNEO li a:hover{
  color: #f99c1b;
}


.NEOInnerSec{
  display: block;
  padding-top: 0;
}


.mainbanner{
  display: block;
  max-height: 768px;
  overflow: hidden;
}
.mainbanner img{
  min-width: 100%;
  max-height: 600px;
  overflow: hidden;
}
#wrapper .mainbanner .container-fluid{
  padding: 0 15px;
}

.headingimg{
  max-width: 230px;
  width: 100%;
  margin: 20px 0 0px;
}

.NEOInnerSec .contentDiv{
  display: block;
  padding: 30px 0 40px;
}

.FeatureDiv{
  display: block;
  padding: 60px 0 45px;
  background-color: #141417;
}
.FeatureDiv .htit {
  font-weight: 600; 
  position: relative;
  margin: 40px 0 24px;
  font-size: 16px;
}
.FeatureDiv .hline:before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #bb191c;
  position: absolute;
  top: -30px;
}
#wrapper .FeatureDiv p{
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255, 0.9);
}
#wrapper .FeatureDiv .sbht{
  font-size: 14px;
  color: rgba(255,255,255, 0.9);
  margin-top: 30px;
}
#wrapper .FeatureDiv .ttc{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
#wrapper .listpoint {
  list-style: disc;
  padding-left: 18px;
}
.listpoint li{
  color:rgba( #255,255,255, 0.9;)
  font-size: 15px;
}
.listpoint li{
}

.ServiceDiv{
  display: block;
  text-align: center;
  padding: 10px 0 10px;
  margin: 0;
}
.ServiceDiv .iconimg{
  width: auto;
  max-width: 100%;
  height: 130px;
}



#wrapper .ImgSection{
  padding: 30px 0;
}

#wrapper .ImgSection .container-fluid{
  padding: 0 15px;
}
#wrapper .ImgSection .contDiv{
  padding: 10% 80px 0;
}
#wrapper .ImgSection .contDiv.txtright{
  text-align: right;
}
#wrapper .ImgSection .contDiv.txtright p{
  text-align: justify;
}
#wrapper .ImgSection .contDiv p{
  font-size: 14px;
  color: #727273;
}
#wrapper .ImgSection .htt{
  font-weight: 800;
  font-size: 24px;
  position: relative;
}
.ImgSection .arrow{
  position: relative;
}
.ImgSection .arrow:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #d72227;
    font-size: 20px;
    position: absolute;
    top: 15px;
    right:-45px;
}
.ImgSection .lft.arrow:after{
    content: "\f104";
    left:-45px;
    right: inherit;
}
.ImgSection .bto.arrow:after{
    content: "\f107";
    left: 0;
    right: inherit;
    top: inherit;
    bottom: -35px;
}

.SMDiv{
  display: block;
}
#wrapper .SMDiv .contDiv{
  padding: 20px 0 0;
  margin-bottom: 50px; 
}
#wrapper .contDiv .collapse.in{
  display: inline-block;
}
.remore{
  color: #d72227;
}


.Hisign-Page{
  padding-top: 0;
}

.listhesign{
  margin: auto;
  display: table;
  text-align: center;
}
.listhesign li{
  margin: 7px 0;
}
.listhesign li a{
  text-align: center;
  color: #eee;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.listhesign li a:hover,
.listhesign li.active a{
  color: #f99d1c;
}



.whitefoot{
  background-color: #fff;
  padding: 20px 0;
}


.HeSignInnerSec{
  display: block;
  padding-top: 0;
}
.HeSignInnerSec .contentDiv{
  padding: 50px 0;
}
#wrapper .htitle{
  font-size: 21px;
}
#wrapper .pdesc{
  font-size: 15px;
  letter-spacing: 0.6px;
  text-align: justify;
  line-height: 24px;  
}

.HeSignInnerSec .contentDiv .htt{
  font-weight: 800;
  font-size: 36px;
}
#wrapper .HeSignInnerSec .contentDiv .pti{
  font-family: HTFDidot light;
}
#wrapper .HeSignInnerSec .contentDiv .txtp{
  font-weight: 500;
  font-size: 13px;
}
.lineD{
  width: 2px;
  height: 100%;
  position: absolute;
  left: -10%;
  background-color: #FF1A00;
}

#wrapper .lineD {
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: #FF1A00;
  float: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0 auto;
  min-height: 305px;
}





#wrapper .linePatter{
  display: block;
  padding: 100px 0;
  background-image: url('../images/line-pattern.png');
  background-repeat: repeat;
  background-size: 100px;
}

#wrapper .linePatter .htt{
  padding: 55px;
  font-size: 36px;
}
.linePatter .htt a{
  color: #000;
}
.linePatter .htt a:hover,
.linePatter .htt.active a{
  color: #f99d1d;
}



.listModules{
  margin: auto;
  display: table;
  text-align: center;
}
.listModules li{
  margin: 15px 0;
}
.listModules li a{
  font-size: 24px;
  color: #000;
  font-weight: 800;
}
.listModules li a:hover,
.listModules li.active a{
  color: #f99d1d;
}


.listWA{
  margin-top: 15px;
}
.listWA li{
  padding-right: 40px;
  font-size: 14px;
  color: #727273;
  padding: 3px 0;
  border-right: solid 1px #f49c3f;
}
.listWA.no li{
  border-right: none;
}
.rightDiv .listWA li{
  padding-left: 20px;
  padding-right: 20px;
  border-right: none;
  border-left: solid 1px #f49c3f;
}
.rightDiv .listWA.no li{
  border-right: none;
  border-left: none;
}


.ModulesSection{
  display: block;
  padding-top: 0;
}
#wrapper .ModulesSection .container-fluid{
  padding: 0 15px;
}
.ModulesSection .contentDiv{
  padding: 80px 0 80px; 
}
.ModulesSection .contentDiv.CoPaddDiv {
  padding: 40px 0 60px;
}
.ModulesSection .contentDiv .htt{
  font-weight: 700;
  font-size: 30px;
  margin: 0;
}
#wrapper .ModulesSection .contentDiv .htt2{
  font-size: 20px;
}
.headDiv{
  width: 100%;
  display: inline-block;
  padding: 0px 0px 5px;
  margin-top: 0px;
  height: 124px;
  position: relative;
}
.headDiv .col-md-10,
.headDiv .col-md-8{
  position: absolute;
  bottom: 0;
}

#wrapper .headDiv .heading{
  margin: 15px 0;
  font-size: 17px;
}

#wrapper .headDiv .heading1{
  margin: 15px 0;
  font-size: 14px;
}


.BGDiv{
  width: 100%;
  padding: 20px 0px;
  display: inline-block;
  background-color: #f99d1d;
  background-image: url(../images/1-sign.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.BGDiv.two{
  background-image: url(../images/2-sign.png);  
  background-position: right;
}
.BGDiv.three{
  background-image: url(../images/3-sign.png);  
}
.BGDiv.four{
  background-image: url(../images/4-sign.png);  
  background-position: right;
}
.BGDiv.five{
  background-image: url(../images/5-sign.png);  
  background-position: right;
}
.BGDiv.six{
  background-image: url(../images/6-sign.png);  
  background-position: right;
}


#wrapper .BGDiv .htt{
  position: relative;
}
#wrapper .BGDiv .htt{
  margin-top:0;
  position: absolute;
}
#wrapper .BGDiv p{
  font-size: 13px;
  margin-bottom: 5px;
  color: #fff;
}
#wrapper .BGDiv p.ht4{
  font-weight: 600;
  margin-top: 7px;
}

#wrapper .imgDivSec{
  display: block;
  padding: 0px;
}
#wrapper .imgpattern{
  display: block;
  padding: 0px;
  background-image: url(../images/line-pattern.png);
  background-repeat: repeat;
  background-size: 100px;
  position: absolute;
  top: -60px;
  bottom: -60px;
  right: 0;
  left: 80px;
  z-index: -1;
}
.imgDivSec .imgBox{
  position: relative;
  max-height: 480px;
  padding: 0px 60px 0px 0;
}
.imgDivSec .imgBox img{
  min-width: 100%;
  height: 480px;
}
.imgDivSec .imgBox:before{
  content: "";
  width: 1px;
  height: 111.5%;
  position: absolute;
  background-color: #f99d1d;
  right: 35px;
}
.imgDivSec .imgBox:after{
  content: "";
  width: 88%;
  height: 1px;
  position: absolute;
  background-color: #f99d1d;
  bottom: -24px;
  float: right;
  left: 12%;
}
#wrapper .rightDiv .headDiv .htt,
#wrapper .rightDiv .headDiv .heading{
  text-align: right;
}
#wrapper .rightDiv .htt,
#wrapper .rightDiv p{
  text-align: right;
  right: 20px;
}
#wrapper .rightDiv .imgpattern{
  display: block;
  padding: 0px;
  background-image: url(../images/line-pattern.png);
  background-repeat: repeat;
  background-size: 100px;
  position: absolute;
  top: -60px;
  bottom: -60px;
  left: 0;
  right: 80px;
  z-index: -1;
}
.rightDiv .imgDivSec .imgBox{
  position: relative;
  padding: 0px 0px 0px 60px;
}
.rightDiv .imgDivSec .imgBox img{
  width: 100%;
}
.rightDiv .imgDivSec .imgBox:before{
  content: "";
  width: 1px;
  height: 111.5%;
  position: absolute;
  background-color: #f99d1d;
  left: 35px;
}
.rightDiv .imgDivSec .imgBox:after{
  content: "";
  width: 88%;
  height: 1px;
  position: absolute;
  background-color: #f99d1d;
  bottom: -24px;
  float: right;
  left: 0%;
}

#wrapper .rightDiv .liststrips{
  text-align: right;
  list-style: none;
}
#wrapper .liststrips{
  display: block;
  list-style: disc;
}
.liststrips li{
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
}


.tableinfo>tbody>tr>td, 
.tableinfo>tbody>tr>th, 
.tableinfo>tfoot>tr>td, 
.tableinfo>tfoot>tr>th, 
.tableinfo>thead>tr>td, 
.tableinfo>thead>tr>th {
    border: 1px solid #f99d1d !important;
}
.tableinfo tr th:nth-child(1){
  width: 150px;
}
#wrapper .tableinfo tr th,
#wrapper .tableinfo tr td{
  font-size: 15px;
  font-weight: 500;
  color: #666;
  padding:10px;
}
#wrapper .tableinfo tr th{
  font-weight: 600;
  vertical-align: bottom;
  width: 150px;
}



.fullpage-wrapper{
}

.section .fp-tableCell{
  display: block;
}
#wrapper .fp-section.fp-table, 
#wrapper .fp-slide.fp-table{
  display: block;
}

.footer-content{
  padding: 30px 0;
}



#wrapper .NEOProd{
  padding-top: 90px;
}




.scrollToTop {
    width: 37px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: rgba(0,0,0, 0.3);
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    z-index: 999;
    transition: all 0.4s;
}
.scrollToTop:hover,
.scrollToTop:focus {
    background: rgb(222, 20, 11);
    color: #fff;
}



#wrapper .breadcrumb{
  max-width: 1170px;
  width: 100%;
  margin: 0 auto 10px;
  background-color: transparent;
  padding: 7px 40px;
}
#wrapper .breadcrumb.marg{
  padding: 0 40px;
  max-width: 1170px;
  width: 100%;
  margin: 15px auto
}
#wrapper .breadcrumb li a{
  color: #999;
}
#wrapper .breadcrumb li a:hover{
  color: #e12429;
}
#wrapper .breadcrumb li{
  color: #e12429;
  font-size: 13px;
}
#wrapper .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}




#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 3px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 7px;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.width480{
  max-width: 380px;
  width: 100%;
  margin: auto;
}



#wrapper .navbar-fixed-bottom{
}


#wrapper .NEO-Page{
  padding-top: 0px;
}
.NEO-Page .httimg{
  max-width: 230px;
}



#wrapper .disclaimer{
  text-align: right;
  font-size: 9px;
  color: rgba(0, 0, 0, 0.66);
  clear: both;
  margin-bottom: 10px;
}
#wrapper .footer-content .disclaimer{
  color: #fff;
}
