/* **********Format********** */
.please-hide{
	opacity: 0;
}
img{
  max-width: 100%;
}
.bx-wrapper .bx-viewport{
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  left: 0px;
  background: #fff;
}
.bx-wrapper .bx-viewport li img{
  width: 100%;
}
body{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 17.5px;
  line-height: 1.58em;
  overflow-x: hidden;
}
.big-title{
  font-size: 37px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 52px 0 25px;
}
.description{
  margin-bottom: 32px;
}

.wrap-triangle{
  position: relative;
  padding: 0 26px;
  display: inline-block;
}
.wrap-triangle > div{
  overflow: hidden;
}
.wrap-triangle img{
  transition: all 0.3s;
}
.wrap-triangle:hover img{
  transform: scale(1.1);
}
.wrap-triangle:before{
  background: url(../images/corner.png) 0 0;
  background-size: 104px 100%;
  position: absolute;
  content: '';
  height: 50%;
  width: 26px;
  top: 0;
  left: 26px;
  z-index: 10;
}
.wrap-triangle:after{
  background: url(../images/corner.png) 26px 0;
  background-size: 104px 100%;
  position: absolute;
  content: '';
  height: 50%;
  width: 26px;
  bottom: 0;
  right: 26px;
  z-index: 10;
}
.wrap-triangle > div:before{
  background: url(../images/corner.png) 78px 0;
  background-size: 104px 100%;
  position: absolute;
  content: '';
  height: 50%;
  width: 26px;
  top: 0;
  right: 0;
  z-index: 10;
}
.wrap-triangle > div:after{
  background: url(../images/corner.png) 52px 0;
  background-size: 104px 100%;
  position: absolute;
  content: '';
  height: 50%;
  width: 26px;
  bottom: 0;
  left: 0;
  z-index: 10;
}
#low-pics{
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.btn-special{
  background: #3672B8;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  padding: 9px 18px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  margin: 10px 15px;
}
.btn-special:before{
  background: url(../images/rbtn.png) 13px 0;
  background-size: 26px 100%;
  position: absolute;
  content: '';
  height: 100%;
  width: 13px;
  top: 0;
  right: -13px;
  z-index: 2;
}
.btn-special:after{
  background: url(../images/rbtn.png) 0px 0;
  background-size: 26px 100%;
  position: absolute;
  content: '';
  height: 100%;
  width: 13px;
  bottom: 0;
  left: -13px;
  z-index: 2;
}
.btn-div:hover{
  cursor:pointer;
}
/* **********SECTION Header********** */

#header{
  position: relative;
}
.top-bar > .container,
.main-menu > .container{
  position: relative;
  z-index: 100;
}
/* Logo */
.logo{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.logo > .container{
  padding: 0;
}
.lammau{
  position: absolute;
  height: 183px;
  width: 50%;
  left: 0;
  top: 0;
  z-index: 89;
  padding-right: 585px;
}
.lammau:before{
  background: #ffdb00;
  width: 100%;
  content: '';
  height: 183px;
  position: relative;
  display: block;
}
.logo a{
  background: #ffdb00;
  display: inline-block;
  padding: 25px 0;
  height: 183px;
  width: 216px;
  position: relative;
  
  z-index: 101;
}
.logo a:before{
  content: "";
  position: absolute;
  left: 100%;
  height: 0;
  width: 0;
  top: 0;
  border-style: solid;
  border-width: 183px 44px 0 0;
  border-color: #ffdb00 transparent transparent transparent;
}
.logo a:after{
  content: "";
  position: absolute;
  right: -27px;
  height: 100%;
  width: 3px;
  top: 0;
  display: block;
  background-color: #ffdb00;
  -webkit-transform: skew(-29deg,0deg);
  -moz-transform: skew(-29deg,0deg);
  -ms-transform: skew(-29deg,0deg);
  -o-transform: skew(-29deg,0deg);
  transform: skew(-14deg,0deg);
}
.logo a span:before{
  content: "";
  position: absolute;
  right: -32px;
  height: 100%;
  width: 3px;
  top: 0;
  display: block;
  background-color: #ffdb00;
  -webkit-transform: skew(-14deg,0deg);
  -moz-transform: skew(-14deg,0deg);
  -ms-transform: skew(-14deg,0deg);
  -o-transform: skew(-14deg,0deg);
  transform: skew(-14deg,0deg);
}
.logo a img{
  max-height: 100%;
  height: 124px;
}

/* Topbar */
.top-bar > .container,
.top-bar{
  background: #3672B8;
}
.top-bar ul{
  list-style: none;
  margin: 0;
  padding: 0;
  background: #000;
  line-height: 1em;
}
.top-bar ul li{
  display: inline-block;
  padding: 10px 10px;
}
.top-bar ul li a{
  color: #fff;
  font-size: 16px;
}
.top-bar ul li a .fa{
  color: #3672B8;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.top-bar ul li:last-child{
  background: #3672B8;
  position: relative;
  margin-left: 20px;
  padding-right: 0;
}
.top-bar ul li:last-child:before{
  background:#3672B8;
  position: absolute;
  content: '';
  top: 0;
  left: -10px;
  height: 100%;
  width: 10px;
}
.top-bar ul li:last-child a .fa{
  height: 16px;
  width: 16px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  font-size: 15px;
  line-height: 18px;
  margin-right: 4px;
}
/* Main Menu */
.main-menu > .container{
  background: #fff;
   padding: 30px 15px;
}
.main-menu{
  margin: 0;
}
.main-menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu ul li{
  display: inline-block;
}
.main-menu ul li ul{
    margin-top: 30px;
    border-radius: 0;
}
.main-menu ul li ul li ul{
    margin-top: -1px !important;
}
.main-menu ul li ul li{
    display: block;
    width: 100%;
}
.main-menu ul li:before{
  content: '/';
  color: #3672B8;
  margin: 0 2em;
}
.main-menu ul li ul li:before{
  color: #3672B8;
  margin: 0 2em;
  padding: 10px;
  content: none !important; 
}

/*.dropdown .dropdown-menu li {
  display: none;
  content: '';
  margin: 0;
}*/
.main-menu ul li a{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #686868;
}
.main-menu ul li a:hover{
  color: #3672B8;
  text-decoration: none;
}
.main-menu ul li ul li a{
  text-transform: none;
}
/* **********SECTION Breamcrumb********** */
#hero-slider{
  position: relative;
}
.brcrumb{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.brcrumb .panel-right{
  background: #3672B8;
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  z-index: 1;
}
.brcrumb > .container > div{
  background: #3672B8;
  padding: 5px 15px;
  z-index: 2;
  position: relative;
}
.brcrumb > .container > div:before{
  background: linear-gradient(to top left, #3672B8 0%, #3672B8 50%, transparent 50%, transparent 100%);
  position: absolute;
  content: '';
  height: 100%;
  width: 9px;
  top: 0;
  left: -9px;
  z-index: 1;
}
.brcrumb .you-are-at{
  display: inline;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
}
.brcrumb ul{
  display: inline;
  margin: 0;
  padding: 0;
}
.brcrumb ul li{
  display: inline;
  font-weight: bold;
  color: #e0e0e0;
  text-transform: uppercase;
  font-size: 14px;
}
.brcrumb ul li:before{
  content: '>';
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

/* **********SECTION Main Content********** */

#main-content{
  padding: 20px 0;
}
#main-content h1{
  margin-bottom: 50px;
  text-align: left;
}
#main-content p{
  margin-bottom: 20px;
}
#main-content .btn-special{
  margin: 60px 0;
}
#main-content .btn-slim{
  margin: 20px;
}

/* **********SECTION Service********** */

#service{
  background: #000 url(../images/bg-service.jpg) 50% 50%;
  background-size: cover;
  color: #fff;
  padding: 20px 0;
}
#service .btn-special{
  margin: 40px 0 60px;
}
.service-list .col-sm-3{
  padding: 0;
}
.service-name{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  padding: 0 26px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.service-name p{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  background: rgba(25,78,116,0.7);
  position: relative;
  height: 100%;
}
.service-name p span{
  width: 100%;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}
.service-img{
    text-decoration: none;
    color: white;
}

/* **********SECTION Finances********** */

#finances{
  padding: 20px;
}
#finances .btn-special{
  margin: 20px 0 60px;
}

/* SECTION Checklist */
#checklist{
  background: #000 url(../images/bg-service.jpg) 50% 50%;
  background-size: cover;
  color: #fff;
  padding: 20px 0 70px;
}
#checklist h3{
  margin-bottom: 50px;
}
.checklist{
  margin: -10px 12px 0;
  padding: 0;
}
.checklist li{
  min-height: 50px;
  padding: 28px 0;
  padding-left: 98px;
  list-style: none;
  background: url('../images/checklist.png') no-repeat 0 50%;
}
.wrap-triangle:hover .service-name,
.service-name.active{
  opacity: 1;
}

/* **********SECTION Map********** */

#map{
  height: 261px;
}

/* **********SECTION footer********** */

#footer{
  padding: 60px 0 45px;
}
.footer-menu{
  list-style: none;
  float: left;
  padding: 0;
  margin-left: 2.5%;
  margin-right: 10%;
  line-height: 1em;
  margin-top: -10px;
}
.footer-menu li a{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #686868;
  margin: 10px 0;
  display: inline-block;
}
.footer-menu li a:hover{
  text-decoration: none;
  color: #3672B8;
}
.footer-menu2 li{
    line-height:0.8em;
   
}
footer-menu2 li a{
     font-size: 12px;
}

#footer .footer-menu:first-child{
  max-width: 40%;
}
#footer .footer-menu:last-child{
  max-width: 50%;
}

/* **********SECTION Copyright********** */

#copyright{
  margin-bottom: -10px;
  position: relative;
}
.bgcp-left{
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, transparent 8px, #3672B8 0);
}
.bgcp-right{
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(to right, transparent 300px, #FFDB00 0);
}
.copyright-text{
  padding-right: 278px;
  position: relative;
  padding-top: 8px;
  
}
.copyright-text p{
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #3672B8;
  min-height: 50px;
}
.policy{
  background: #ffdb00;
  width: 278px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.policy:before{
  background: linear-gradient(to top left, #ffdb00 0%, #ffdb00 50%, transparent 50%, transparent 100%);
  position: absolute;
  content: '';
  height: 100%;
  width: 15px;
  bottom: 0;
  left: -15px;
  z-index: 1;
}
.policy ul{
  list-style: none;
  margin: 20px 0;
  padding: 0;
  float: right;
  line-height: 1em;
}
.policy ul li{
  float: left;
}
.policy ul li:after{
  content: '/';
  color: #9b870e;
  margin: 0 15px;
}
.policy ul li:last-child:after{
  display: none;
}
.policy ul li a{
  color: #9b870e;
  font-size: 16px;
  font-weight: bold;
}

.product-img {
    margin-top: 70px;
}

.service-area{
    margin: 0 auto !important;
}

/*---------section used cycles ----------------*/

table.event-details td{
    padding-right: 10px;
}

table.event-details td:first-child{
    font-weight:bold;
}

h3.event-heading span{
    color: red;
}

.red{
    color: red;
}

.error {
        margin-top: 40px;
}

.xyz-link{
    color: white;
}