body { font-family:Arial, Helvetica, sans-serif; font-size:14px;}
img{ width:100%; height:auto; display:block;}
.top-bar{}
.top-bar p{ text-align:right; float:right; margin:30px 0 0;}
.top-bg { background:url(../images/top-bg.jpg) top center repeat-x;}
.nav-bg{background: rgba(133,194,255,1);
background: -moz-linear-gradient(top, rgba(133,194,255,1) 0%, rgba(22,121,219,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(133,194,255,1)), color-stop(100%, rgba(22,121,219,1)));
background: -webkit-linear-gradient(top, rgba(133,194,255,1) 0%, rgba(22,121,219,1) 100%);
background: -o-linear-gradient(top, rgba(133,194,255,1) 0%, rgba(22,121,219,1) 100%);
background: -ms-linear-gradient(top, rgba(133,194,255,1) 0%, rgba(22,121,219,1) 100%);
background: linear-gradient(to bottom, rgba(133,194,255,1) 0%, rgba(22,121,219,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85c2ff', endColorstr='#1679db', GradientType=0 );
border-bottom:2px solid #083694;}

h1{ color:#333d96;}


/*--------------------*/
/* HOME SLIDER */
/*--------------------*/

#sliderArea {
  display: inline;
  float: left;
  width: 100%;
}
.top-slider{
	float: left;
	display: inline;
	margin-bottom: 0;
	width: 100%;
}
.top-slide-inner{
	float: left;
	display: inline;
	height: 600px;
	width: 100%;

}
.slider-img{
	float: left;
	display: inline;
	height: 100%;
	width: 100%;
}
.slider-img>img{
	width: 100%;
	height: 100%;
}
.top-slider .slick-prev,
.top-slider .slick-next {
	background-color: transparent;
	border: 2px solid #ccc;
	border-radius: 50%;
	color: #ccc;
	cursor: pointer;
	display: block;
	font-size: 0;
	font-weight: bold;
	height: 50px;
	line-height: 44px;
	margin-top: -10px;
	outline: medium none;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.top-slider .slick-prev{
	left: 3%;
}
.top-slider .slick-next{
	right: 3%;
}
.top-slider .slick-next::before {
	
  content: "\f105";
  font-family: FontAwesome;
  font-size: 25px;
  left: 4px;
  margin-right: 5px;
  position: relative;
}
.top-slider .slick-prev::before {	
  content: "\f104";
  font-family: FontAwesome;
  font-size: 25px;
  left: 1px;
  margin-right: 5px;
  position: relative;
}
.top-slider .slick-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}

.top-slider .slick-dots li {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow:0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.top-slider .slick-dots li {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

.top-slider .slick-dots li.slick-active,
.top-slider .slick-dots li:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
}

.top-slider .slick-dots li.slick-active:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}
.top-slider .slick-dots li button{
	display: none;
}
.readmore_area a {
  color: #fff;
  display: inline-block;
  font-size: 1.35em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 15px 25px;
  outline: medium none;
  position: relative;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.readmore_area {
  float: left;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.readmore_area a {
	overflow: hidden;
	margin: 0 15px;
}

.readmore_area a span {
	display: block;
	padding: 10px 20px;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.readmore_area a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 10px 20px;
	width: 100%;
	height: 100%;
	background: #fff;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
}

.readmore_area a:hover span,
.readmore_area a:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.readmore_area a:hover::before,
.readmore_area a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}
.slider-text {
  left: 0;
  margin: 0 auto;
  padding: 100px 30px 10px;
  position: absolute;
  right: 0;
  top: 10%;
  width: 80%;
}

.slider-text h2 {
	color: #f5f5f5;
	font-size: 55px;
	line-height: 55px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);	
}
.slider-text p {
	color: #fff;
	max-width: 960px;
	position: relative;
	width: 100%;	
	font-size: 28px;
	padding-top: 10px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	z-index: 100;
}


/*boxes*/

.box, .box2, .box3{
    background-color: #f78e35;
    display: block;
    height: 115px;
	width:100%;
    margin-right: 15px;
}

.box2{
    background-color: #ac1f23;
}

.box3{
    background-color: #5a8804;
}

.box a, .box2 a, .box3 a {
    color: #ffffff;
    display: block;
    font-family: "calibriregular";
    font-size: 20px;
    height: 83px;
    line-height: 82px;
    padding-top: 15px;
    text-decoration: none;
}


.bg-secondary, .bg-secondary2, .bg-secondary3{ float:left;}
.bg-secondary {
    background: #dc6704 none repeat scroll 0 0;
}
.bg-secondary2 {
    background: #850307 none repeat scroll 0 0;
}
.bg-secondary3 {
    background: #3c5b02 none repeat scroll 0 0;
}
.icon-lg {
    font-size: 40px;
    height: 88px;
    line-height: 86px;
	border-radius: 50%;
    display: inline-block;
    text-align: center;
	color:#67d945;
	margin:0 25px;
	float:left;
}
.fa-check-square-o{ font-size:40px;}
.boxes{ color:#67d945; font-size:24px; text-transform:uppercase; font-weight:bold; margin:0px; line-height:84px;}

.boxes a{ text-decoration:none; color:#fff;}
.boxes a:hover{ text-decoration:none; color:#fff;}



.btn-default:hover span.triang::before {
    background: #333 none repeat scroll 0 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
}
.btn:hover span.triang::before {
    background: #ff4b33 none repeat scroll 0 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
}
.btn span.triang::before {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 0 10px 0 rgba(0, 0, 0, 0.12);
    content: "";
    height: 37px;
    position: absolute;
    right: 20px;
    top: 17px;
    transform: rotate(45deg) !important;
    transition: all 0.4s ease 0s;
    width: 37px;
}

.index-list {
    counter-reset: num;
	list-style-type:none;
}
.index-list li {
    margin-top: 0;
    padding-left: 83px;
    position: relative;
}
.index-list li.xlist_ins1 {
    padding-left: 113px;
}
.index-list li::before {
    color: rgba(51, 51, 51, 0.1);
    content: counter(num, decimal);
    counter-increment: num;
    font-family: "Montserrat",sans-serif;
    font-size: 120px;
    font-weight: 400;
    left: 10px;
    line-height: 1;
    position: absolute;
    top: -16px;
    transition: all 0.4s ease 0s;
}


.index-list li:hover::before {
    color: #333333;
}


/*Form*/
.enquiry-form{ background:#39434d; border-top:5px solid #010101; padding:5px 15px; margin-bottom:10px;}
.enquiry-form h2, .enquiry-form p{ color:#fff; margin:0 0 10px;}
.wp-form-control {
  border-radius: 0px;
  display: inline;
  font-size: 12px;	
  float: left;
  margin-bottom: 12px;
  padding: 8px 12px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;  
  width: 100%;  
}
.wpcf7-text{
  height: 35px;
}
.wpcf7-email{
  height: 35px;
}
.wpcf7-textarea {
  height: 100px;
  padding: 15px;
}
.wpcf7-submit {
	float: left;
	min-width: 132px;
	max-width: 250px;
	font-weight: 600;
	display: block;
	margin: 0 10px;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.wpcf7-submit:focus {
	outline: none;
}
.wpcf7-submit > span {
	vertical-align: middle;
	color:#333d96;
}
.button--itzel {
	border: none;
	padding: 0px;
	overflow: hidden;
}
.button--itzel::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 35% 100%, 35% 60%, 65% 60%, 65% 100%, 100% 100%, 100% 0%);
	clip-path: url(../index.html#clipBox);
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.button--itzel.button--border-thin::before {
	border: 1px solid;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
}
.button--itzel.button--border-thick::before {
	border: 3px solid;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
}
.button--itzel::before,
.button--itzel .button__icon {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--itzel .button__icon {
	background-color: #fff;
	position: absolute;
    top: 104%;
    left: 50%;
    padding: 12px;
    font-size: 20px;
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}
.button--itzel > span {	
	display: block;
    padding: 10px;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}
.button--itzel:hover::before {
	-moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.button--itzel:hover .button__icon {
	 -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -moz-transform: translate3d(-50%, -100%, 0);
    -ms-transform: translate3d(-50%, -100%, 0);
    -o-transform: translate3d(-50%, -100%, 0);
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0)
}
.button--itzel:hover > span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.wp-form-control, .button--itzel::before{
    border: 2px solid #81878e;
}

	
.footer h4{color: #ffffff;
    font-size: 16px;
    font-weight: bold;
	border-bottom:1px solid #fff; padding-bottom:8px;}	
	
.footer ul{ margin:0; padding:0; list-style-type:none;}	
.footer ul li{ color:#fff; margin:5px 0; background:url(../images/arrow.png) 0 0.4em no-repeat; padding:0 0 0 15px;}
.footer p{ color:#FFF;}

.social-icons{ }
.social-icons a {
    color: #fff;
    float: left;
    height: 50px;
    margin: 0 0 10px 8px;
    text-align: center;
    text-decoration: none;
    width: 50px;
	font-size:40px;
	line-height:50px;
}

h3{ margin-top:0;}

h2{ margin-top:25px;}

.footer p a{ color:#84c2fe;}

a.inline-block{ display:inline-block; margin-right:10px;}

ul.contact-address {
    margin: 15px 0;
    padding: 0;
    width: 100%;
	list-style:none;
}
ul.contact-address li {
    margin: 0;
    padding: 0 0 12px;
	line-height:20px;
}
ul.contact-address li i {
    margin-right: 10px;
}

.enquiry-form select{ color:#919191;}


/*Packges Table*/

table {
        border: 1px solid #3F6558;
        margin-bottom: 20px;
      }
      thead tr th {
        background: #3F6558;
      }
      th, td {
        padding: 0 10px;
      }
      tbody th, tbody td {
       /* border: 1px solid #3F6558;*/
      }
	  
table.responsiveTable {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear:both;
  border:none;
  width:100%;
  height:100%;
  text-align:center;
  color:#666;
}

table.responsiveTable th, table.responsiveTable td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:4px 10px;
  text-align:center;
}

table.responsiveTable thead tr th {
  color:#fff;
  background:#ad030e;
  border-left:1px solid #fff;
  border-bottom:1px solid #fff;
}

table.responsiveTable tbody tr.total th {
  color:#222;
}

table.responsiveTable thead th:first-child {
  border-radius:5px 0 0 0;
}

table.responsiveTable thead th:last-child {
  border-radius:0 5px 0 0;
}

table.responsiveTable tbody tr.total th:first-child {
  border-radius:0 0 0 5px;
}

table.responsiveTable tbody tr.total td:last-child {
  border-radius:0 0 5px 0;
}

table.responsiveTable tbody td, 
table.responsiveTable tbody th {
  background:#E5E5E5;
  /*border-left:1px solid #fff;*/
  border-bottom:1px solid #a4a4a4;
}
table.responsiveTable tbody td{border-right:1px solid #a4a4a4;}
table.responsiveTable tbody th {
  color:#404040;
  background:#67d945;
  border-right:1px solid #a4a4a4;
  border-left:1px solid #a4a4a4;
  border-top:1px solid #a4a4a4;
}

table.responsiveTable tbody th.odd, table.responsiveTable tbody td.odd {
  background:#E6E6E6;
}

table.responsiveTable tbody tr.total th, 
table.responsiveTable tbody tr.total td {
  background:#ccc;
}
table.text-left1 th, table.text-left1 td { text-align:left;}


ul li{ margin-bottom:8px;}

.prod-border img, .prod-border h4{ border-top:1px solid #000; border-left:1px solid #000; border-right:1px solid #000;}
.prod-border h4{ display:block; padding:5px; border-bottom:1px solid #000; margin:0;}

ul.text-italic li{ font-style:italic; font-size:16px; color:#222b7c;}


.owl-carousel .item {
    background: #4dc7a0 none repeat scroll 0 0;
    height: 10rem;
    padding: 1rem;
}
.btn-default{background-color: #333d96;	color: #fff;}
.btn{padding: 6px 25px;}