@import url('https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  color: #323232;
  margin: 0px;
  padding: 0px;
  margin-bottom: 40px;
  font-weight: bolder;
}
.txtCenter {
  text-align: center;
}
.frmSec .cTable .cTr .cTd {
  vertical-align: top;
}
.frmSec .cTable .cTr .cTd .frmCntPage {
  padding: 40px 30px 60px 30px;
}
.frmSec .cTable .cTr .cTd .frmCntPage h2.hdH {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #323232;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: left;
}
.frmSec .cTable .cTr .cTd .frmCntPage textarea.form-control {
  height: 100px;
}
.frmSec .cTable .cTr .cTd .frmCntPage .form-control {
  height: 39px;
  border-radius: 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
}
.frmSec .cTable .cTr .cTd .frmCntPage label {
  text-align: left;
  color: #323232;
  font-weight: normal;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
}
.frmSec .cTable .cTr .cTd .frmCntPage .btn {
  background-color: transparent;
  border: 1px solid #323232;
  border-radius: 0px;
  padding: 15px 28px;
  color: #323232;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  transition: all .25s ease;
}
.frmSec .cTable .cTr .cTd .frmCntPage .btn:hover {
  background-color: #d43d17;
  border: 1px solid #d43d17;
  transition: all .25s ease;
  color: #fff;
}
.copyRSec {
  font-size: 11px;
  color: #fff;
  padding-bottom: 25px;
  padding-top: 0px;
  background-color: #323232;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
}
.copyRSec p {
  font-size: 12px;
}
.copyRSec a {
  text-decoration: underline;
  color: #fff;
}
.footerSect {
  background: url(../images/footerbg.png) bottom right;
  height: 338px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 80px;
}
.footerSect .hdFooter {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.footerSect ul {
  margin: 0px;
  padding: 0px;
}
.footerSect ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footerSect ul li a {
  text-decoration: none;
  color: #fff;
  transition: all .25s ease;
}
.footerSect ul li a:hover {
  color: #d43d17;
  transition: all .25s ease;
}
.footerSect .hrDiv {
  border-bottom: 1px solid #444242;
  margin-top: 25px;
}
.footerSect a {
  text-decoration: none;
  color: #fff;
}
.footerSect a:hover {
  color: #d43d17;
}
.socialIcnSec {
  padding-top: 25px;
  padding-bottom: 20px;
  text-align: center;
}
.socialIcnSec a {
  text-decoration: none;
}
.socialIcnSec .socialIcn {
  border-radius: 100%;
  border: 1px solid #fff;
  width: 30px;
  padding: 7px 6px;
}
.socialIcnSec .socialIcn:hover {
  color: #fff;
  background-color: #d43d17;
  border: 1px solid #d43d17;
  transition: all .25s ease;
}
.socialIcnSec .socialIcn1 {
  border-radius: 100%;
  border: 1px solid #fff;
  width: 30px;
  padding: 7px 10px;
  margin-right: 5px;
}
.socialIcnSec .socialIcn1:hover {
  color: #fff;
  background-color: #d43d17;
  border: 1px solid #d43d17;
  transition: all .25s ease;
}
div.icn {
  margin-bottom: 10px;
}
div.icn:after {
  content: "";
  display: block;
  clear: both;
}
div.icn:before {
  content: "";
  display: block;
  clear: both;
}
div.icn > span {
  display: block;
  float: left;
  margin-right: 4%;
  max-width: 16%;
}
div.icn > p {
  display: block;
  float: left;
  max-width: 80%;
  margin-bottom: 0px;
}
.fsize1 {
  font-size: 25px !important;
}
.fsize2 {
  font-size: 30px !important;
  margin-top: -10px;
}
.fsize3 {
  font-size: 17px !important;
}
.frmSec .cTable {
  display: table;
  width: 100%;
  height: 100%;
}
.frmSec .cTable .cTr {
  display: table-row;
  vertical-align: middle;
}
.frmSec .cTable .cTr .cTd {
  display: table-cell;
  height: 100%;
  width: 50%;
  vertical-align: middle;
}
.frmSec .cTable .cTr .cTd.vAT {
  vertical-align: top;
}
.frmSec .cTable .cTr .cTd.frmCnt {
  background-color: #061778;
  padding: 50px 30px;
}
.frmSec .cTable .cTr .cTd.frmCnt h2.hdH {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.frmSec .cTable .cTr .cTd.frmCnt textarea.form-control {
  height: 100px;
}
.frmSec .cTable .cTr .cTd.frmCnt .form-control {
  height: 39px;
  border-radius: 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
}
.frmSec .cTable .cTr .cTd.frmCnt label {
  text-align: left;
  color: #fff;
  font-weight: normal;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
}
.frmSec .cTable .cTr .cTd.frmCnt .btn {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 15px 28px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: right;
  transition: all .25s ease;
}
.frmSec .cTable .cTr .cTd.frmCnt .btn:hover {
  background-color: #d43d17;
  border: 1px solid #d43d17;
  transition: all .25s ease;
}
.frmSec .cTable .cTr .cTd h2.hdH {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #323232;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.togatherSec {
  text-align: center;
  background-color: #efeff1;
  padding-top: 80px;
  padding-bottom: 50px;
}
.togatherSec img {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
}
.togatherSec .sec80 {
  width: 77%;
  float: left;
}
.togatherSec .sec20 {
  width: 20%;
  float: left;
}
.togatherSec .sec20 img {
  margin-left: 0px;
}
.proBox {
  position: relative;
  overflow: hidden;
  height: 240px;
  margin-bottom: 30px;
}
.proBox.proPg {
  height: 270px;
  margin-bottom: 15px;
}
.proBox .overlay {
  position: absolute;
  background-color: #061778;
  opacity: 0;
  left: 50%;
  top: 50%;
  width: 0%;
  height: 0%;
  transition: all .25s ease;
}
.proBox .cTable {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}
.proBox .cTable .cTr {
  display: table-row;
}
.proBox .cTable .cTr .cTd {
  display: table-cell;
  vertical-align: middle;
}
.proBox .cTable .cTr .cTd .proTxt {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0;
  transition: all .25s ease;
  padding: 18px;
}
.proBox .cTable .cTr .cTd .proTxt a {
  color: #fff;
  text-decoration: none;
}
.proBox .cTable .cTr .cTd .proTxt a:hover {
  text-decoration: none;
  color: #fff;
}
.proBox h4 {
  margin: 0px;
  padding: 0px;
}
.proBox:hover .overlay {
  position: absolute;
  background-color: #061778;
  opacity: 0.5;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: all .25s ease;
}
.proBox:hover .cTable .cTr .cTd .proTxt {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  transition: all .25s ease;
}
.cntBtn {
  font-family: 'Open Sans', sans-serif;
  background-color: transparent;
  border: 1px solid #061778;
  border-radius: 0px;
  padding: 15px 28px;
  color: #061778;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .25s ease;
}
.cntBtn:hover {
  background-color: #d43d17;
  border: 1px solid #d43d17;
  transition: all .25s ease;
  text-decoration: none;
  color: #fff;
}
.cntBtnW {
  font-family: 'Open Sans', sans-serif;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 12px 28px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .25s ease;
}
.cntBtnW:hover {
  background-color: #fff;
  border: 1px solid #fff;
  transition: all .25s ease;
  text-decoration: none;
  color: #323232;
}
.secAccessories {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}
.mainCnt {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #323232;
  text-align: center;
}
.mainCnt h1 {
  color: #fff;
  font-size: 36px;
  font-weight: bolder;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  line-height: 45px;
}
.mainCnt p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
}
.clearboth {
  clear: both;
}
.topnav {
  background-color: #061778;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-align: right;
}
.topnav a {
  color: #fff;
  text-decoration: none;
}
.topnav a:hover {
  color: #d43d17;
}
.topnav .topicn1 {
  font-size: 25px;
  margin-right: 10px;
}
.topnav .topicn2 {
  font-size: 20px;
  margin-right: 5px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0px;
}
.navbar {
  position: relative;
  min-height: 72px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
.navbar-default {
  background-color: #fff;
  border-color: #e7e7e7;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 0px;
}
.nav > li {
  position: relative;
  display: block;
  border-left: 1px solid #e0e0e0;
}
.navbar-default .navbar-nav > li > a {
  color: #323232;
  font-size: 14px;
  padding-top: 28px;
  padding-bottom: 23px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 2px solid #fff;
  transition: all .25s ease;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 22px;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #061778;
  border-bottom: 2px solid #d43d17;
  background-color: #efefef;
  transition: all .25s ease;
}
.navbar-default .navbar-nav > li > a.active {
  color: #061778;
  border-bottom: 2px solid #d43d17;
  background-color: #efefef;
  transition: all .25s ease;
}
.navbar-brand > img {
  display: block;
  padding-top: 4px;
}
/********************************/
/*          Main CSS     */
/********************************/
#first-slider .main-container {
  padding: 0;
}
#first-slider .slide1 h3,
#first-slider .slide2 h3,
#first-slider .slide3 h3,
#first-slider .slide4 h3,
#first-slider .slide5 h3,
#first-slider .slide6 h3,
#first-slider .slide7 h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
#first-slider .slide2 h3 {
  color: #323232;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #fff;
}
#first-slider .slide2 h4 {
  color: #323232;
  font-size: 20px;
  text-transform: normal;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 1px 1px 1px #fff;
  margin-bottom: 30px;
}
#first-slider .slide1 .lnH,
#first-slider .slide2 .lnH,
#first-slider .slide3 .lnH,
#first-slider .slide4 .lnH,
#first-slider .slide5 .lnH,
#first-slider .slide6 .lnH,
#first-slider .slide7 .lnH {
  border-top: 10px solid #061778;
  width: 160px;
}
#first-slider .slide7 .lnH {
  border-top: 10px solid #d43d17;
  width: 160px;
}
#first-slider .slide3 .lnH {
  border-top: 10px solid #d43d17;
  width: 160px;
}
#first-slider .slide1 h4,
#first-slider .slide3 h4,
#first-slider .slide4 h4,
#first-slider .slide5 h4,
#first-slider .slide6 h4,
#first-slider .slide7 h4 {
  color: #fff;
  font-size: 20px;
  text-transform: normal;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}
#first-slider .slide1 .text-left,
#first-slider .slide3 .text-left {
  padding-left: 40px;
}
#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 500px;
  height: 100%;
  width: 100%;
}
.carousel-inner .item .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#first-slider h3 {
  animation-delay: 1s;
  text-shadow: 2px 2px #616161;
}
#first-slider h4 {
  animation-delay: 1s;
  text-shadow: 2px 2px #616161;
}
#first-slider h2 {
  animation-delay: 1s;
  text-shadow: 2px 2px #616161;
}
#first-slider .lnH {
  animation-delay: 1s;
  text-shadow: 2px 2px #616161;
}
#first-slider a.cntBtnW {
  animation-delay: 1s;
}
#first-slider .carousel-control {
  width: 6%;
  text-shadow: 2px 2px #616161;
}
#first-slider h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
#first-slider .p {
  padding-top: 125px;
  text-align: center;
}
#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
}
#first-slider .carousel-indicators .active {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: none;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control .fa-angle-right,
.carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all .25s ease;
}
.carousel-control .fa-angle-right:hover,
.carousel-control .fa-angle-left:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .25s ease;
}
.carousel-control .fa-angle-left {
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
  padding-top: 5px;
  padding-right: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all .25s ease;
}
.carousel-control .fa-angle-left:hover {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .25s ease;
}
.carousel-control .fa-angle-right {
  right: 50%;
  width: 40px;
  height: 40px;
  margin-top: -15px;
  font-size: 30px;
  color: #fff;
  padding-top: 5px;
  padding-left: 4px;
}
.carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}
/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
  background-image: url(../images/electrical-accessories-plumbing-materials.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#first-slider .slide2 {
  background-image: url(../images/plumbing-materials-services.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#first-slider .slide3 {
  background-image: url(../images/end-to-end-solution.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#first-slider .slide4 {
  background-image: url(../images/electrical-cables-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#first-slider .slide5 {
  background-image: url(../images/lightning-protection-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#first-slider .slide6 {
  background-image: url(../images/switches-sockets-domestic-commercial.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#first-slider .slide7 {
  background-image: url(../images/led-lights-collections-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
/*inner page css*/
.innerPageCnt {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #efeff1;
  text-align: center;
}
.innerPageCnt h1 {
  color: #323232;
  font-size: 36px;
  font-weight: bolder;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 45px;
  text-transform: uppercase;
}
.innerPageCnt h1 span {
  display: block;
  text-transform: capitalize;
}
.innerPageCnt p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #323232;
  font-weight: 500;
  margin-bottom: 40px;
}
.innerPageCnt a.btnB {
  font-family: 'Open Sans', sans-serif;
  background-color: transparent;
  border: 1px solid #323232;
  border-radius: 0px;
  padding: 12px 28px;
  color: #323232;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .25s ease;
  margin-bottom: 30px;
  text-decoration: none;
}
.innerPageCnt a.btnB:hover {
  border: 1px solid #d43d17;
  background-color: #d43d17;
  color: #fff;
  text-decoration: none;
}
.overview {
  padding-top: 50px;
  padding-bottom: 50px;
}
.overview .aboutBox .icnAbout {
  color: #ccc;
  font-size: 50px;
}
.overview .aboutBox .aboutTtl {
  font-size: 28px;
  color: #061778;
  font-weight: bolder;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}
.overview .aboutBox .aboutSecTxt {
  font-size: 14px;
  line-height: 24px;
  color: #787878;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.overview .aboutBox ul {
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
}
.overview .aboutBox ul li {
  list-style: none;
  margin-bottom: 10px;
  line-height: 20px;
}
.overview .aboutBox ul li:before {
  font-family: 'FontAwesome';
  content: '\f0da';
  margin: 0 15px 0 -20px;
  color: #061778;
}
.overview .aboutBox ul li a {
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  color: #787878;
  font-weight: bold;
}
.overview .aboutBox ul li a:hover {
  color: #d43d17;
}
.overview .aboutBox:hover {
  cursor: pointer;
}
.overview .aboutBox:hover .icnAbout {
  color: #d43d17;
  font-size: 50px;
  transition: all .25s ease;
}
.plumbingBanner {
  background: url(../images/plumbing-materials.png) top left no-repeat;
  background-size: cover;
  min-height: 404px;
  background-attachment: fixed;
  text-align: center;
  padding-top: 110px;
}
.plumbingBanner h1 {
  color: #fff;
  font-size: 36px;
  font-weight: bolder;
  margin: 0px;
  padding: 0px;
  margin-bottom: 30px;
  line-height: 45px;
  text-transform: uppercase;
}
.plumbingBanner p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #323232;
  font-weight: 500;
  margin-bottom: 40px;
}
/*logo slider*/
#slider-text {
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6 {
  overflow: hidden;
}
#slider-text h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}
#slider-text h2::after {
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
}
#itemslider h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 10px auto 3px;
}
#itemslider h5 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 10px;
  margin: 2px auto 5px;
}
#slider-control img {
  padding-top: 0%;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  #slider-control img {
    padding-top: 70px;
    margin: 0 auto;
  }
}
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: -40px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: -40px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.toGatherLogo {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #efeff1;
}
/*logo slider*/
/**/
#innerBanner {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  height: 100%;
}
#innerBanner .inbannerCnt {
  width: 100%;
  position: absolute;
}
#innerBanner .captionInB {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
}
#innerBanner .captionInB .cTable {
  display: table;
  width: 100%;
  height: 100%;
}
#innerBanner .captionInB .cTable .cTr {
  display: table-row;
}
#innerBanner .captionInB .cTable .cTr .cTd {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  height: 360px;
}
#innerBanner .captionInB .cTable .cTr .cTd h3 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
#innerBanner .captionInB .cTable .cTr .cTd h4 {
  color: #fff;
  font-size: 20px;
  text-transform: normal;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}
#innerBanner .captionInB .cTable .cTr .cTd p {
  font-size: 50px;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-weight: bold;
  color: #fff;
}
#innerBanner .captionInB .cTable .cTr .cTd .lnH {
  border-top: 10px solid #061778;
  width: 160px;
}
/**/
/**/
.strip {
  padding: 40px 0 20px;
  border-bottom: 1px dashed #ddd;
}
.strip p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 24px;
  color: #787878;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.strip h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}
.strip ul.list_ok {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  line-height: 22px;
  font-size: 14px;
  line-height: 24px;
  color: #787878;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.strip ul.list_ok li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.strip ul.list_ok li:before {
  font-size: 14px;
  color: #d43d17;
  position: absolute;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f046';
  top: 0;
  left: 0;
}
/**/
.frmSec1 .cTable {
  display: table;
  width: 100%;
  height: 100%;
}
.frmSec1 .cTable .cTr {
  display: table-row;
  vertical-align: middle;
}
.frmSec1 .cTable .cTr .cTd {
  display: table-cell;
  height: 100%;
  width: 50%;
  vertical-align: middle;
}
.frmSec1 .cTable .cTr .cTd .hdH {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: left;
}
.frmSec1 .cTable .cTr .cTd.frmCnt1 {
  background-color: #061778;
  padding: 15px;
  padding-bottom: 30px;
}
.frmSec1 .cTable .cTr .cTd.frmCnt1 h2.hdH {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: left;
}
.frmSec1 .cTable .cTr .cTd.frmCnt1 textarea.form-control {
  height: 100px;
}
.frmSec1 .cTable .cTr .cTd.frmCnt1 .form-control {
  height: 39px;
  border-radius: 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
}
.frmSec1 .cTable .cTr .cTd.frmCnt1 label {
  text-align: left;
  color: #fff;
  font-weight: normal;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
}
.frmSec1 .cTable .cTr .cTd.frmCnt1 .btn {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .25s ease;
}
.frmSec1 .cTable .cTr .cTd.frmCnt1 .btn:hover {
  background-color: #d43d17;
  border: 1px solid #d43d17;
  transition: all .25s ease;
}
.frmSec1 .cTable .cTr .cTd h2.hdH {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #323232;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}
div.icn1 {
  margin-bottom: 10px;
}
div.icn1:after {
  content: "";
  display: block;
  clear: both;
}
div.icn1:before {
  content: "";
  display: block;
  clear: both;
}
div.icn1 > span {
  display: block;
  float: left;
  margin-right: 4%;
  max-width: 16%;
  color: #d43d17;
}
div.icn1 > p {
  display: block;
  float: left;
  max-width: 80%;
  margin-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px #important;
  color: #323232;
}
div.icn1 > p a {
  color: #323232;
  text-decoration: underline;
}
div.icn1 > p a:hover {
  color: #d43d17;
}
.fsize1 {
  font-size: 25px !important;
}
.fsize2 {
  font-size: 30px !important;
  margin-top: -10px;
}
.fsize3 {
  font-size: 17px !important;
}
div.bg {
  background-color: #efeff1;
  padding: 20px 10px;
  color: #333;
}
.punchline {
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
}
.footerSect1 {
  background: url(../images/footerbg1.png) bottom right;
  height: 338px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #323232;
  padding-bottom: 10px;
  padding-top: 80px;
}
.footerSect1 .hdFooter {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}
.footerSect1 ul {
  margin: 0px;
  padding: 0px;
}
.footerSect1 ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footerSect1 ul li a {
  text-decoration: none;
  color: #323232;
  transition: all .25s ease;
}
.footerSect1 ul li a:hover {
  color: #d43d17;
  transition: all .25s ease;
}
.footerSect1 .hrDiv {
  border-bottom: 1px solid #444242;
  margin-top: 25px;
}
.footerSect1 a {
  text-decoration: none;
  color: #323232;
}
.footerSect1 a:hover {
  color: #d43d17;
}
.seychelles .bx {
  padding: 15px;
  display: block;
  height: 450px;
  margin-bottom: 30px;
}
.seychelles .bx h3 {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  color: #061778;
  margin-bottom: 10px;
}
.seychelles .bx p {
  background-color: #fff;
  padding: 15px 10px 0px 10px;
  display: block;
  height: 210px;
  font-size: 14px;
  line-height: 20px;
  color: #787878;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
div.cntIcn {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
div.cntIcn:after {
  content: "";
  display: block;
  clear: both;
}
div.cntIcn:before {
  content: "";
  display: block;
  clear: both;
}
div.cntIcn > span {
  display: block;
  float: left;
  margin-right: 4%;
  max-width: 16%;
}
div.cntIcn > p {
  display: block;
  float: left;
  max-width: 80%;
  margin-bottom: 0px;
  text-align: left !important;
  font-size: 16px;
  line-height: 22px;
}
div.cntIcn .smlTxt {
  font-size: 14px;
  float: left;
  color: #858585;
  font-weight: 400;
}
div.cntIcn a {
  color: #323232;
  text-decoration: none;
}
div.cntIcn a:hover {
  text-decoration: underline;
  color: #d43d17;
}
.Cntfsize1 {
  font-size: 45px !important;
  margin-top: -2px;
  color: #d43d17;
}
.Cntfsize2 {
  font-size: 53px !important;
  margin-top: -5px;
  color: #d43d17;
}
.Cntfsize3 {
  font-size: 26px !important;
  color: #d43d17;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.spacing30 {
  height: 30px;
}
.proPg {
  margin-bottom: 10px;
}
.proPg .proImg {
  position: relative;
  overflow: hidden;
  height: 240px;
}
.proPg .proImg .overlay {
  position: absolute;
  background-color: #061778;
  opacity: 0;
  left: 50%;
  top: 50%;
  width: 0%;
  height: 0%;
  transition: all .25s ease;
}
.proPg .proImg .cTable {
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}
.proPg .proImg .cTable .cTr {
  display: table-row;
}
.proPg .proImg .cTable .cTr .cTd {
  display: table-cell;
  vertical-align: middle;
}
.proPg .proImg .cTable .cTr .cTd .proTxt {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  transition: all .25s ease;
  padding: 16px;
}
.proPg .proImg .cTable .cTr .cTd .proTxt a {
  color: #fff;
  text-decoration: none;
}
.proPg .proImg .cTable .cTr .cTd .proTxt a:hover {
  text-decoration: none;
  color: #fff;
}
.proPg .proImg .cTable .cTr .cTd .proTxt ul li {
  list-style: none;
  text-align: left;
  margin-bottom: 10px;
}
.proPg h4 {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  display: block;
  background-color: transparent;
  transition: all .4s ease;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.proPg:hover .overlay {
  position: absolute;
  background-color: #061778;
  opacity: 0.5;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: all .25s ease;
}
.proPg:hover .cTable .cTr .cTd .proTxt {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  opacity: 1;
  transition: all .25s ease;
}
.proPg:hover .cTable .cTr .cTd .proTxt ul.list_ok {
  margin: 0px;
  padding: 0px;
}
.proPg:hover .cTable .cTr .cTd .proTxt ul.list_ok li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.proPg:hover .cTable .cTr .cTd .proTxt ul.list_ok li:before {
  font-size: 14px;
  color: #fff;
  position: absolute;
  font-style: normal;
  font-family: 'FontAwesome';
  content: '\f046';
  top: 0;
  left: 0;
}
.proPg:hover h4 {
  background-color: #d43d17;
  color: #fff;
  transition: all .4s ease;
  padding: 10px 10px 10px 10px;
}
.proCntBanner {
  position: relative;
}
.proCntBanner .bannerText {
  position: absolute;
  top: 0px;
  right: 100px;
  color: #fff;
}
.proCntBanner .bannerText .cTable {
  display: table;
  width: 100%;
  height: 100%;
}
.proCntBanner .bannerText .cTable .cTr {
  display: table-row;
}
.proCntBanner .bannerText .cTable .cTr .cTd {
  display: table-cell;
  height: 450px;
  text-align: left;
  vertical-align: middle;
}
.proCntBanner .bannerText .cTable .cTr .cTd h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
}
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #d43d17;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top:hover {
  background: #061778;
}
#back-to-top.show {
  opacity: 1;
}
#content {
  height: 2000px;
}
.margin-right {
  margin-right: 30px;
}
.btn-send {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.help-block.with-errors {
  color: #ff5050;
  margin-top: 5px;
}
