body{ background:#fff; color:#000; font: normal 17px 'zurich_lt_btlight'; line-height:23px;}
h1{ font-size:35px; line-height:40px;  font-family: 'Museo_Sans_Curl'; margin-bottom:20px; font-weight:800; letter-spacing:1px; text-transform:none; color:#4bb32e;   }
h2{ font-size:25px;  font-family:'aller_lightregular'; margin-bottom:15px;  }
h3{ font-size:24px; line-height:36px; font-family:'satisfyregular'; margin-bottom:10px; color:#7472b5; }
h4{ font-size:18px; line-height:30px; font-weight: 800; color:#000;}
table{ max-width:100%}
img{ max-width:100%;}

h5{ font-size:30px; line-height:40px;  font-family: 'Museo_Sans_Curl'; margin-bottom:20px; font-weight:800; letter-spacing:1px; text-transform:none; color:#4bb32e;   }
h1 span{ font-size:25px;}

@media (max-width:767px){
h1{font-size:25px; }
h2{font-size:20px;}
h3{font-size:18px;}
h4{ font-size:16px;  }
}
.btn-wide{padding:15px 50px; font-size:20px; font-weight:800; border-radius:8px;}
.clear{clear:both; margin:0;}
.colortext{color:#739678;}
.redtext{color:#CC0000;}
.greentext{color:#045E21;}
.stick {
	position:fixed;
	top:0px;
	left:0;
	z-index:99999;
	width:100%;
	background:#fff;
	border-bottom:solid 1px #D7D7D7;
}


.img-circle {
    border-radius: 50%;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e1e0e0 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 24px;
    margin-top: 24px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
@media (max-width:768px){
	.text-left {
    text-align: center;
}
.text-right {
    text-align: center;
}
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase, .initialism {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #cbcbcb;
}
.text-primary {
    color: #658438;
}
.text-dark{color:#6b7386;}
.text-white{color:#fff;}
a.text-primary:hover, a.text-primary:focus {
    color: #fd0022;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
    color: #1a321a;
}
.text-info {
    color: #31708f;
}
a.text-info:hover, a.text-info:focus {
    color: #173543;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
    color: #43351c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
    color: #602625;
}
.bg-white {
    background-color: #fff;
}
.bg-dark{
	background-color:#1f1f1f;
}
.bg-gray{background:#e7e7e7;}

.bg-primary {
    color: #fff;
}
.bg-primary {
    background:#105d00;
}
.bg-secondary {
    background:#1c3d70;
}

.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}
.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}
.list-inline {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
html .page .offset-top-0 {
    margin-top: 0;
}
html .page .offset-top-4 {
    margin-top: 4px;
}
html .page .offset-top-6 {
    margin-top: 6px;
}
html .page .offset-top-10 {
    margin-top: 10px;
}
html .page .offset-top-17 {
    margin-top: 17px;
}
html .page .offset-top-25 {
    margin-top: 25px;
}
html .page .offset-top-32 {
    margin-top: 32px;
}
html .offset-top-40 {
    margin-top: 40px;
}
html .page .offset-top-50 {
    margin-top: 50px;
}
html .page .offset-top-66 {
    margin-top: 66px;
}
html .page .offset-top-86 {
    margin-top: 86px;
}
.offset-top-100 {
    margin-top: 100px;
}

html .page .offset-left--30 {
    margin-left: -30px;
}

/*------------------------------------------------------------------------------*/
.section-all-0{
	padding-right:0px;
	padding-left:0px;
}
.section-all-1{
	padding:1px;
}
.section-all-5{
	padding:5px;
}	
.section-all-10 {
    padding: 10px;
}
.section-all-20 {
    padding: 20px;
}
.section-all-30 {
    padding: 30px;
}
.section-all-40 {
    padding: 40px;
}
.section-all-50 {
    padding: 50px;
}
.section-all-60{
	padding:60px;
}

.section-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.section-23 {
    padding-bottom: 23px;
    padding-top: 23px;
}
.section-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.section-42 {
    padding-bottom: 42px;
    padding-top: 42px;
}
.section-55 {
    padding-bottom: 55px;
    padding-top: 55px;
}
.section-70 {
    padding-bottom: 70px;
    padding-top: 70px;
}
.section-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}
.section-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}
.section-100 {
    padding-bottom: 100px;
    padding-top: 100px;
}
.section-154 {
    padding-bottom: 154px;
    padding-top: 154px;
}
.section-167 {
    padding-bottom: 167px;
    padding-top: 167px;
}
.section-200 {
    padding-bottom: 200px;
    padding-top: 200px;
}
.section-250 {
    padding-bottom: 250px;
    padding-top: 250px;
}
.section-300 {
    padding-bottom:300px;
    padding-top: 300px;
}
.section-top-15 {
    padding-top: 15px;
}
.section-top-23 {
    padding-top: 23px;
}
.section-top-42 {
    padding-top: 42px;
}
.section-top-55 {
    padding-top: 55px;
}
.section-top-70 {
    padding-top: 70px;
}
.section-top-80 {
    padding-top: 80px;
}
.section-top-90 {
    padding-top: 90px;
}
.section-top-100 {
    padding-top: 100px;
}
.section-top-154 {
    padding-top: 154px;
}
.section-top-167 {
    padding-top: 167px;
}
.section-top-200 {
    padding-top: 200px;
}

.section-bottom-2 {
    padding-bottom: 2px;
}
.section-bottom-10{
	padding-bottom:10px;
}
.section-bottom-23 {
    padding-bottom: 23px;
}
.section-bottom-42 {
    padding-bottom: 42px;
}
.section-bottom-50 {
    padding-bottom: 50px;
}
.section-bottom-55 {
    padding-bottom: 55px;
}
.section-bottom-70 {
    padding-bottom: 70px;
}
.section-bottom-80 {
    padding-bottom: 80px;
}
.section-bottom-90 {
    padding-bottom: 90px;
}
.section-bottom-100 {
    padding-bottom: 100px;
}
.section-bottom-154 {
    padding-bottom: 154px;
}
.section-bottom-167 {
    padding-bottom: 167px;
}
.section-bottom-200 {
    padding-bottom: 200px;
}
.box-bordered{ box-shadow:0 0 15px 1px #ebebeb; }

.img-left{float:left; margin:0px 30px 30px 0;}
.img-right{float:right; margin:20px 0 20px 20px;}
@media (max-width:768px){
	.img-left, .img-right{float:none;}
}
/*Top Section*/
.top-loc{background:#D6E4F1;}
.logo-sec{border-bottom:solid 1px #eee;}
.navbar { padding: 0px 0; background: #fff; min-height: 190px;
position:relative;
 
z-index: 9;
width: 100%;     }
.navbar-scroll {top:0;padding:2px 0;  position:fixed; z-index:9998; border-bottom:solid 2px #1A86DE; }

.top-sec{ background:#5c5ba9; color:#000; padding:10px 0; color:#fff; }
.top-sec2{ background:none; color:#000; padding-top: 5px; position:relative; text-align:center }
@media (max-width:768px){
.top-sec{ text-align:center;}
.top-sec2{ text-align:center;}
}

.top-sec a{ color:#fff;}
.top-sec a:hover{ color:#4bb32e;}
.top-sec h4{ font-size:15px; color:#000;}
.top-sec2 h4{ font-size:15px; color:#000;}

.nav{font-size:17px; margin-top: 10px; text-align:right; font-family:'aller_lightregular';  }
.nav li{margin:0 0px;}

.nav li a{ padding:10px 42px; line-height:22px; color:#000; outline:none; transition: all .2s ease-in-out; text-align:center; border-radius:0px;  }
.nav li a:hover{color:#fff; background:#5c5ba9; border-radius:20px;}

.nav li a.active{color:#fff; background:#5c5ba9; border-radius:20px;}
.navbar-header{  text-align:center;  position: absolute;

padding: 10px;}
@media (max-width:1200px){
.navbar {position:relative;}
.nav{font-size:16px;}
.nav li{margin:3px;}
.nav li a{padding:5px 10px;}
}
@media (max-width:768px){
	.navbar-header{position:relative;}
	.navbar-inverse{background-color:#fff; border-bottom:none; border-top:none;}
.nav{margin:0px 0; background-color:rgba(0,0,0,0.8);  }

.nav li a{color:#fff;}
.logo{width:100%; text-align:center; }
.logo img{max-width:100%; margin:0px 0 0 0px; }
}


.top-tel{ font-size:15px; line-height:18px; border-bottom:solid 1px rgba(255,255,255,0.1); margin-bottom:0px; padding:10px 0;   }
.top-tel span{ margin-top:5px;}


@media (max-width:768px){
.top-tel{ padding:10px;  text-align:center; right:0;}
}



/*Home top Icons*/

.mid-icon{ transition:all 0.5s ease;}
.mid-icon .img-outer{overflow:hidden;}
.mid-icon img{transition:all 0.5s ease;}

.mid-icon-hd{ letter-spacing:2px; transition:all 0.5s ease;}
.mid-icon-hd big{font-size:100px; color:#e5bfbe; font-family: 'montserratregular'; padding-bottom:40px; display:block;}

.mid-icon1{position:relative;}
.mid-icon2{position:relative; top:0px;}
.mid-icon3{position:absolute;  left:-20px;}
.mid-icon4{position:absolute; top:250px; left:-40px;}
@media(max-width:1024px){
.mid-icon3{position:relative; left:0px;}
.mid-icon4{position:relative; top:0px; left:0px; }
}

.mid-icon1 .mid-icon-hd{ padding:50px 50px 10px 0px;}
.mid-icon2 .mid-icon-hd{ padding:50px 0px 10px 0px;}
.mid-icon3 .mid-icon-hd{ padding:50px 50px 10px 0px;}
.mid-icon4 .mid-icon-hd{ padding:100px 0px 10px 0px;}

.mid-icon:hover big{color:#CCC;}
.mid-icon:hover .mid-icon-hd{ letter-spacing:5px;}
.mid-icon:hover img{ transform:scale(1.1)}


.home-gall .icon{ overflow:hidden; margin-bottom:20px; }
.home-gall .icon img{transition:all 0.5s ease; }
.home-gall .icon:hover img{transform:scale(1.1);}

.service-inner .img-hd{ margin-bottom:20px; }
.service-mid-box{background:#e5bfbe; height:100%; width:100%; padding:48% 0;}
.service-mid-box .inner{}

.box1{background:#fec373;}
.box2{background:#ffb750;}
.box3{background:#ffaa21;}
.box4{background:#e77600;}

.box-inner{ padding:10px 0 10px 40%;}
.box-inner-img{}
.box-title{position:absolute; bottom:20px; left:20px;}

.img-hd{
padding: 25px 10px;
margin-bottom:20px;
background:#fff;
box-shadow:0px 5px 8px #ccc;
font-size:15px;  font-family:'montserratregular'; letter-spacing:1px; text-transform:uppercase; 
text-align: center;
transition: all 0.5s ease;

  }

.img-hd p{ font-size:15px; text-transform:none}
.img-hd span{width:50px; height:2px; margin-top:20px; background:#fff; display:block; transition:all 0.5s ease; }
.icon:hover .text-white{ color:#000}
.icon:hover .img-hd{  color:#fff;}
.icon:hover .img-hd span{width:100px;}



/*body section*/
.bodySection{background:#fff url(../images/bg.jpg) center no-repeat; background-size:cover; padding:55px 0 }

.context-dark{ background:#1a202c url(../images/mid-bg.jpg) center no-repeat fixed; background-size:cover; padding:138px 0; color:#fff;}
.context-dark .col-lg-3{padding:0;}
.context-dark big { font-size:55px; font-weight:bold; }

@media (max-width:767px){
	.context-dark big { font-size:30px; }
}

.counter-wrapper {
    color: #6b7386;
    font-weight: 800;
}
.hd-height{}
.content-height{height:130px;}
@media (max-width:767px){
	.hd-height{height:auto;}
	.content-height{height:auto;}
}


.divider {
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 49px; margin-top:15px;
}
.divider::after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #fc4330;
}

 .divider-6 {
    border-color: #fc4330;
    min-height: 70px;
    position: relative;
    left: -50%;
}

 
	
	.divider-5 {
    border-color: #db2420;
    max-width: 62px;
    position: relative;
    left: 0%;
    margin-top: 18px;
    
}

.divider-bottom {
    border-width: 4px;
    border-style: none none solid none;}

 

 /*Home Menu Section*/
 
 .home-menu-sec{ background:#000; color:#fff;}
.red-price{ color:#f36c21; font-size:20px;}
.menu-cont{ margin-bottom:40px;}



/*BG Section*/
.bg-texture-page{background:url(../images/bg-page.jpg) bottom  no-repeat; background-size:cover;  padding:55px 0 200px 0; }


.bg-texture{background:url(../images/bg2.jpg) center  no-repeat ; background-size:cover;}
.bg-texture1{background:url(../images/bg3.jpg) bottom right no-repeat;}
.bg-texture2{background:url(../images/bg4.jpg) bottom fixed no-repeat; background-size:cover; }
.bg-texture3{background:url(../images/bg5.jpg) center  no-repeat;}

 
 

 
/*Home Mid Icons*/
.thumb-pad1 {
    
     
   
    
    cursor: pointer;
    margin: 0 0 20px;
    overflow: visible;
    transition: all 0.3s ease-out 0s;
	
	text-align:left;
}
.thumb-pad1 img{padding-top:20px; padding-left:15px;}

.thumb-pad1 .thumbnail {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    overflow: visible;
    padding: 10px;
    position: relative;
}

.thumb-pad1 .caption .title {
    color: #000;
    font-size:20px;
	padding-bottom:0;
	text-align:center;
}

@media (max-width: 768px) {
.thumb-pad1 {
    margin: 0 0 20px; 
}
}
.thumb-pad1 img {
     
}
.thumb-pad1 .thumb-link {
    display: block;
    border: solid 1px #ee3425;
    padding: 10px 20px;
    background: transparent;
    float: right;
    margin: 30px -20px 50px 0;
    transition: all 0.25s ease 0s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
}
.thumb-pad1:hover {
    transform: translateY(-10px);
}
.thumb-pad1:hover .thumb-link{background:#ee3425;}
.thumb-pad1:hover .badge {
    transition: all 0.25s ease 0s;
}
.ser-down {
    margin-top: 100px;
}


/*Testimonial Section*/

.testimonial-outer{ background:#435c85; background-size:cover; padding:40px 0; color:#fff; }
.testimonial-outer img{ border-radius:0;}
.testi{text-align:center;}
.testimonial{height:auto; font-weight:800; line-height:30px;}
@media(max-width:768px){
	.testimonial{height:auto;}
}
.testi-name{padding-top:20px; }
.testi-row{border-bottom:solid 1px #50a3e6; margin-bottom:20px; background:url(../images/testi-icon.png) center no-repeat; height:50px;}

.testi-inner-box{background:#F8F8F8; border:solid 1px #ccc; padding:10px;}

 .testi-prev{ padding:10px; background:#none;}
.testi-next{ margin-left:10px; padding:10px; background:#none;}



/*bottom background*/

.red-box{ background:url(../images/mid-sec-bg.jpg) no-repeat center; background-attachment:fixed; background-size:cover; padding:200px 0; text-align:center;}
.red-box h1{ color:#FFFFFF;}


/*Bottom Icon*/

.bot-icon .col-md-15{ padding:0 2px;}
.bot-icon .col-md-15 img{ width:100%}

.bot-icon .col-md-15 .box-hd2 img{ max-width:100%; width:auto;}

.box-hd2{   background:none;font:normal 20px 'aller_lightregular'; text-transform:uppercase; padding:4px 0 10px;  color:#fff;  transition: all 500ms ease-out; top: 84%;
position: absolute;
text-align: center; display:block; opacity:0; width:100%  }
.box-hd2 img{ max-width:100%; width:100%}
.icon-des-inner2{display:table-cell;  text-align:center; background:rgba(232,91,0, 0.0); transition: all 500ms ease-out;
}
.icon-des-inner2:hover{display:table-cell; vertical-align:middle; text-align:center; background:rgba(232,91,0, 0.4);}
.icon:hover .box-hd2{ background:none; top:40%;    transition: all 500ms ease-out; opacity:1;}
.box-hd-icon2{background:url(../images/box-arrow.png) center no-repeat; transition: all 500ms ease-out; height:38px; display:block;}

.icon-des-inner2:hover  .box-hd2{
	
}

.bot-icon .icon {
    bottom: 0; color:#FFFFFF;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
transition: all 100ms ease-out;
    width: 100%;
}
.bot-icon .icon:hover  .box-hd{
padding-bottom:30px;	
}


.bot-icon .col-md-3{ padding:0 2px; margin-bottom:4px;}
.bot-icon .col-md-3 img{ width:100%}

.bot-icon .col-md-3 .box-hd2 img{ max-width:100%; width:auto;}




/*Bottom form and Buttons*/

.bottom-form{background: linear-gradient(to left, #ededed 0%,#ededed 50%,#000000 50%,#f36c21 50%,#f36c21 100%); padding:50px;}

.left-box{ color:#fff;}
.right-box{ color:#000;}

.btn{background:#7472b5; margin-top:0px; padding:12px 18px;  border-radius:14px; font:normal 15px 'zurich_lt_btlight'; text-transform:none;  color:#fff;

-webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.btn:hover{background:#4bb32e; color:#fff; }

.btn6{background:#fc4330; margin-top:0px; padding:12px 18px; display:block; width:400px;  border-radius:0px; font:normal 30px 'zurich_lt_btlight'; text-transform:none;  color:#fff;

-webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.btn6:hover{background:#000; color:#fff; }

@media (max-width:768px){
.btn6{  padding:8px 10px; display:block; width:300px;font:normal 20px 'zurich_lt_btlight';}

}

.btn2{background:#fff; margin-top:0px; padding:10px 14px;    font:normal 15px 'zurich_lt_btlight'; text-transform:none;  color:#5c5ba9; border:1px solid #5c5ba9;

-webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.btn2:hover{background:#5c5ba9; color:#fff; }


.btn4{background:#001f60; margin-top:0px; padding:12px 18px; display:block; text-align:center; margin-bottom:10px;  border-radius:0px; font:normal 15px 'zurich_lt_btlight'; text-transform:none;  color:#fff;

-webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.btn4:hover{background:#000; color:#fff; }

.btn5{background:#ff8300; margin-top:0px; padding:12px 18px;  text-align:center; margin-bottom:10px;  border-radius:0px; font:normal 15px 'zurich_lt_btlight'; text-transform:none;  color:#fff;

-webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.btn5:hover{background:#000; color:#fff; }



.header-quote .btn, .btn2{ padding:15px 25px;}


/*Footer*/

.footer{ background:#fbfbfb; color:#000; padding:40px 0;   }
.footer a{color:#4bb32e;}
.footer a:hover{ text-decoration:underline; color:#000;}
.footer .fa{ font-size:25px;}

.bottom{border-top:solid 1px #efefef;}


@media (max-width:768px){
	.footer{text-align:center;}
	.footer ul{float:none; margin-bottom:20px;}
	.footer .fa{ display:block;}
	.bottom{text-align:center;}
}



@media (max-width:768px){
.footer{ text-align:center}
}
.btn-block{display:block;}





/*Extra style*/
.stick {
	position:fixed;
	top:0px;
	z-index:999;
	width:100%;
}

@media (max-width:768px){
.stick {
	position:relative;}
}
.bodywrapper{   }
@media (max-width:768px){
	.bodywrapper{margin-top:0px;}
}
.header{width:auto; margin:0 15px;}


.header-caption{   padding:30px 30px 30px 30px; background:transparent; position:absolute; z-index:999; background:transparent; top: 30%; font-size:16px; left:100px; right:100px;  }
.header-caption h2{  font-size:30px; }
@media (max-width:1024px){

.header-caption{padding:20px;}
.header-caption h2{font-size:20px;}
}

.offset--50 {
    margin-top: -50px;
	margin-bottom: -50px;
}



.mid-sec{position:relative; z-index:9999;}
.mid-sec-inner-first{display:flex;}

.inner-link{display:inline-block;     border: solid 1px #739678;
    color: #739678;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 25px;
    font-family: 'aliceregular';
	margin:5px 10px 5px 0;
}
.inner-link:hover{
	color: #fff;
    background-color: #739678;
}
.inner-link.active{
	color: #fff;
    background-color: #739678;
}
@media(max-width:768px){
	.inner-link{display:block;}
}

a .bg-primary:hover{background:#1c3d70;}

.icon-left{float:left; padding-left:15px; display:inline-block;}
.img-icon{border-radius:50%; padding:13px; text-align:center; background:#41b549; display:inline-block; transition:all 0.5s ease;border:solid 3px #41b549;}
a:hover .img-icon{ background:#fff; }
.icon-hd{color:#288ed8;  padding-bottom:10px;}
.right-text{text-align:right;}
@media (max-width:768px){
	.pull-right{float:none;}
.right-text{text-align:left;}
.res-hide{display:none;}
}



 

 


.client-sec a img{/*filter: gray;  IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ 
  filter: grayscale(1);*/
  transition:all 0.5s ease;
  opacity:0.8; /* Microsoft Edge and Firefox 35+ */
}
.client-sec a:hover img{
  -webkit-filter: grayscale(0);
  filter: none;
  opacity:1;
}




 

/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:100%;
	
	margin:0px auto;
	
	background:#1b1b1b url(../images/header-bg.jpg) 0 0 no-repeat; background-size:cover;
	
	border:1px solid #000;
	box-shadow:0 3px 5px #666;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	
}

.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}

.link-fixed{position:fixed; right:0; top:25%; z-index:9999; background:#007CD2; line-height:20px; text-align:center; border-radius:10px 0 0 10px; font-weight:800; padding:15px; color:#fff;}
.link-fixed:hover{background:#80C44B; color:#fff;}

 







 
 
.header-quote{ background:none;    padding:10px 10px; text-align:center; left:0%; font:normal 14px 'aller_lightregular', Helvetica, sans-serif; position:absolute; color:#000;   top:42%;   width:40%;  	    }
 
.header-quote h2{ font-size:45px;}
.more2{ background:#9a0000; color:#fff; font:normal 22px 'zurich_cn_btregular';  padding:10px 30px; display:inline-block; border-radius:60px; margin:0 auto; margin-top:20px; box-shadow: inset 0 0 0 0 #000; transition:all 0.5s ease; }
.more2:hover{ color:#fff; text-decoration:none;  box-shadow: inset 0 100px 0 0 #000; }
.header-quote h1{ color:#000;}
@media (max-width:768px){
.header-quote{ position:absolute; width:100%; top:5%;}
.header-quote h1{ font-size:18px;}
}

.header-quote h2{ color:#fff; text-transform:uppercase;}
.header-quote h1{ color:#000;}

.more1{ background:#1A86DE; color:#fff; padding:10px 30px; display:inline-block; border-radius:5px; font:normal 22px 'zurich_cn_btregular'; box-shadow: inset 0 0 0 0 #000; transition:all 0.5s ease; border:none; }
.more1:hover{ color:#fff; text-decoration:none;  box-shadow: inset 0 100px 0 0 #000; }




.other-content{padding:30px 0 40px 0;}
.other-hd{ border-bottom:solid 1px #ccc; margin-bottom:10px;}


 

.masonry { /* Masonry container */
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

.team-content { /* Masonry bricks or child elements */
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
	padding:20px;
}
.team-content img{margin-bottom:20px;}
@media (max-width:768px){
	.masonry { /* Masonry container */
    -moz-column-count: 4;
    -webkit-column-count:4;
    column-count: 4;
}
}




.back{font-size:20px; }
.back:hover span{color:#1A86DE;}

/*CONTACT*/
.contact{text-align:center; font-size:18px;}
.fieldouter{margin-bottom:10px; text-align:left;}
.field{padding:8px;   border:solid 1px #999999; border-radius:5px; background:none; width:90%;}
.text1{text-align:left;}
.submit{border:solid 1px #fff; color:#fff;  border-radius:5px;  padding:10px 30px; background:none; }
.submit:hover{background:#ec2027; color:#fff;}
.error{color:#F10206; text-align:left;}



.inner{padding:10px 0;}
.inner-sec{ margin:30px 0; text-align:center; background:url(../images/bg.png); padding:50px 10px; color:#fff;}
.inner-sec .list{text-align:left; margin-left:30px;}
.inner-sec img{border-radius:5px; border:solid 1px #fff;}


/*PRICING*/
.pricing{ text-align:center; margin:40px 0;}
.pricing .col{padding:0;}
.pricing .col-mid{padding:0; border-left:solid 1px #D0CECE; border-right:solid 1px #D0CECE;}
.pricing .row{margin:0; background:#F0EFEF; padding:5px 0;}
.pricing .row1{margin:0; background:#E5E5E5; padding:5px 0;}

.col-hd{background:#ec2027; color:#fff; border-bottom:solid 1px #fff; font-size:18px;  padding:20px 0; text-align:center;}
.col-hd span{font-size:30px; font-weight:800;}
.col-hd1{font-size:18px; padding:5px 0; background:#212121; color:#fff;}




/*SERVICE*/
.service .col-md-4{ margin-bottom:30px;}
.service .des{height:100px; overflow:hidden;}


/*GALLERY*/
.thumb-img{}
.fancybox-effects-d{position:relative; display:inline-block; 
}
.fancybox-effects-d:hover{

}
.thumb1{position:absolute; top:10px; width:93%; height:87%; background:rgba(0,0,0,0.5) url(../images/zoom.png) center no-repeat; display:block; opacity:0; z-index:999;}
.thumb1:hover{ opacity:1; transition: all .2s ease-in-out;}




.inner-img{float:right; max-width:100%; margin:0 0 50px 50px;}
@media (max-width:767px){
	.inner-img{float:none; display:block;}
	.thumb1{ width:95%; height:91%;}
}



















/*INNER PAGE*/
.headerwrapper-other{background:url(../images/header/other-header.jpg); background-size:cover; height:105px;  }
.inner-box{ padding:5px 5px 20px 5px; font-size:20px; border:solid 1px #ccc; text-align:center; margin:10px 0;}
.inner-box img{max-width:100%; margin-bottom:20px;}
.inner-box .title{background:#1985dd; color:#fff; padding:10px; font-size:20px;}
.inner-box .title span{font-size:14px; display:block; color:#000;}
.inner-cir-img{border-radius:100px; width:200px; height:200px;}

/*Menu*/
.menu-sec{ border-bottom:solid 1px #efefef; padding-top:30px; text-align:left;}
.menu-sec1{ background:url(../images/menu/inner1.jpg) right no-repeat;}
.menu-sec2{ background:url(../images/menu/inner2.jpg) left no-repeat;}
.menu-sec3{ background:url(../images/menu/inner3.jpg) right no-repeat;}
.menu-sec4{ background:url(../images/menu/inner4.jpg) left no-repeat;}
.menu-sec5{ background:url(../images/menu/inner5.jpg) right no-repeat;}
.menu-sec6{ background:url(../images/menu/inner6.jpg) right no-repeat;}
.menu-sec7{ background:url(../images/menu/inner7.jpg) left no-repeat;}
.menu-sec8{ background:url(../images/menu/inner8.jpg) right no-repeat;}
.menu-sec9{ background:url(../images/menu/inner9.jpg) right no-repeat;}
.menu-sec10{ background:url(../images/menu/inner10.jpg) left no-repeat;}
@media (max-width:767px){
	.menu-sec{display:block; text-align:center;}
	.menu-sec1, .menu-sec2, .menu-sec3, .menu-sec4, .menu-sec5, .menu-sec6, .menu-sec7, .menu-sec8, .menu-sec9, .menu-sec10{background:none;}
}

ul.list{padding-left:12px; margin-left:0; line-height:20px;}
ul.list li{list-style:url(../images/arrow.png); margin-bottom:10px;}

ul.menu-list{ padding-left:15px; margin-left:0;}
ul.menu-list{padding-left:0; margin-left:0;}
ul.menu-list li{list-style:none;   margin-bottom:1px;   padding:8px 0;}
ul.menu-list li a{color:#fff; transition:all 0.5s ease;}
ul.menu-list li a:hover{color:#fff; padding-right:10px;}

.pdf-link{ float:right; color:#979797; font-size:14px; text-transform:none; font-weight:normal;}
.pdf-link:hover{text-decoration:underline;}


.back-link{ display:inline-block; color:#d2093f; font-size:14px;  text-transform:none; font-weight:normal; padding:5px 10px; float:right}
.back-link:hover{ color:#000;}


@media (max-width:767px){
.pdf-link, .back-link{float:none;}
}





/*LOCATION*/




/*TESTIMONIAL*/



/*SCHEDULE*/
.sch-col{width:14%; float:left;}
.r1{background:#F7F7F7;}
.r2{background:#EBEBEB;}
/* 
.sch-time{  padding:5px 0; color:#1c86dc; }

@media (max-width:767px){
.sch-col{width:100%; float:none;}
}

	table { 
		width: 100%; 
		border-collapse: collapse; 
	}

	Zebra striping 

	tr:nth-of-type(odd) { 
		background: #eee; 
	}

	th { 
		background: #1c86dc; 
		color: white; 
		font-weight: bold; 
	}

	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: center; font-size:13px;
	}

	td a{ color:#CC3300; font-weight:800; text-decoration:underline;}

*/
.sch-inner{width:100%;}

.sch{text-align:center; font-size:14px; line-height:20px; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc;}

.days{	width:14.285%; float:left;}
.days-hd{
	background: #1c86dc; 
	color: white; 
	font-weight: bold; padding:10px; border-left:solid 1px #fff; text-transform:uppercase;
	}
.prog{padding:10px 0; border-left:solid 1px #ccc;  height:100px;}
.time{background:#eee; color:#1c86dc; border-bottom:solid 1px #ccc; border-left:solid 1px #ccc; padding:5px 0; height:50px;}


.highlight-cell{background:	#1c86dc; color:#fff;}	
@media (max-width:767px){
.days{	width:100%; float:none;}
.blank{display:none;}
}


	
@media (max-width:1000px){
.sch-inner{width:50%; float:left;}
}

 
.btn-circle {
    border-radius: 50px;
}
.btn-bordered{border:solid 1px #2c7116; color:#2c7116;}
.btn-bordered:hover{background:#2c7116; color:#fff;}

.btn-bordered-white{border:solid 1px #fff; color:#fff;}
.btn-bordered-white:hover{background:#fff; color:#2c7116;}

.btn-sm{font-size:15px; font-weight:800; text-transform:uppercase; padding:15px 20px;}
.btn-white{transition:all 0.5s ease; color:#fff;}
.btn-white:hover{background:#fff; color:#1A86DE;}

.pass-btn{border:solid 2px #1A86DE; padding:5px 15px; transition:all 0.5s ease; }
.pass-btn:hover{background:#1A86DE; color:#fff;}





 






.form-control {
    background-color: #fff;
    background-image: none;
    border-radius: 3px;
    color: #000;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: 1.71429;
    padding: 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%; margin-bottom: 10px;
}
.shadow-drop-lg {
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.17);
}


.products li img {border:solid 1px #DCDCDC; margin:5px; padding:10px;}


/*girft*/

.gift-certificate{ background: url(../images/gift-certificate.jpg) no-repeat center; height: 456px;
  width: 100%;
  border: 3px solid #e8e8e8;}

.certificatefild {
  padding: 5px;
  color: #000;
  font-family: 'Lobster', cursive;
  font-size: 16px;
  margin: 183px 0px 0px 286px;
  border: none;
}

 .certificatefildto{ padding:5px;  color:#000;font-family: 'Lobster', cursive; font-size:16px;
 border: none;
  margin: 10px 0px 0px 133px;

}

.tomail {
  padding: 5px;
  color: #000;
  font-family: 'Lobster', cursive;
  font-size: 16px;

  margin: 6px 0px 0px 110px;
  
  border-left:none;
  border-right:none;
  border-top:none;
}






.certificate-bg{ background:#fff;padding:30px;  border: 3px solid #f7f7f7;}
.giftbody_text{ text-align:center; font:normal 28px/34px 'Oxygen' Arial, Helvetica, sans-serif; padding:20px 0px 0px;  color:#C00; text-transform:uppercase;}
.example {
  margin-bottom: 1.5em;
  margin-top: 1.4em;
  margin-right:13.0em;
  float: right;
}

.radio-button {font:16px/24px Arial, Helvetica, sans-serif; color:#ffffff; background:#b23c2e;
    border-radius: 2px;
box-shadow: 2px 2px 0px #ccc;
    display: inline-block;
    padding:6px 22px;
	cursor:pointer;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
behavior: url(PIE.htc);
margin-top:10px;
}
.radio-button:hover {
   color:#fff; background:#2f343a;
}

.radio-left{ float:left; margin-left:30px;}
.radio-right{ float:right; margin-right:30px;}

.inputcard[type=checkbox]:not(old),
.inputcard[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

.inputcard[type=checkbox]:not(old) + label,
.inputcard[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}

.inputcard[type=checkbox]:not(old) + label > span,
.inputcard[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}




.inputcard[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(181,9,56);
  background-image :    -moz-linear-gradient(rgb(181,9,56),rgb(212,3,60));
  background-image :     -ms-linear-gradient(rgb(181,9,56),rgb(212,3,60)));
  background-image :      -o-linear-gradient(rgb(181,9,56),rgb(212,3,60));
  background-image : -webkit-linear-gradient(rgb(181,9,56),rgb(212,3,60));
  background-image :         linear-gradient(rgb(181,9,56),rgb(212,3,60));
}


.catering-step{border:solid 1px #ddd; background:#efefef; border-radius:8px; margin-bottom:30px;}
.catering-step .active{background:#fff;}
.catering-hd{  }


/* ______________________________follow us_________________________________________ */
.follow_us {
	float:none;
	margin-top:5px;
	padding:0 0 0px 0; text-align:center;
}
@media (max-width:768px){
.follow_us { text-align:center; }
}
.follow_us ul{margin: 0 0 0 0px !important;}
.follow_us ul{ padding:0;}

.follow_us ul li {
	 
	margin:0 0 0 0px;
	display:inline-block;
	line-height:18px; border-radius:100%; background:none;   padding:9px; transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out; cursor:pointer;
}
.follow_us ul li:hover {  background:#fff;}

.follow_us ul li a {
	background-image:url(../images/top_socials.png);
	background-repeat:no-repeat;
	height:26px;
	display:block;
	text-indent:-9999px;
	text-align:left;
}
.follow_us ul li a.facebook {
	background-position:0 0;
	width:26px;	transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.follow_us ul li:hover a.facebook {background-position:0 -30px;
}
.follow_us ul li a.twitter {
	background-position:-41px 0;
	width:26px; transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.follow_us ul li:hover a.twitter {background-position:-41px -30px;
}
.follow_us ul li a.flickr {
	background-position:-82px 0;
	width:26px; transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.follow_us ul li:hover a.flickr {background-position:-82px -30px;
}
.follow_us ul li a.dribbble {
	background-position:-123px 0;
	width:26px; transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.follow_us ul li:hover a.dribbble {background-position:-123px -30px;
}
.follow_us ul li a.rss {
	background-position:-164px 0;
	width:26px; transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.follow_us ul li:hover a.rss {background-position:-164px -30px;
}
.follow_us ul li p {
	margin: 12px 0 0 0;
	padding:0;
	text-transform:uppercase;
	line-height: 22px;
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	color: #7a7a7a;
}

/* __________________________________________ end follow us __________________________________________________ */


.inner li{ list-style:none; margin:8px 0px 8px 0px; color:#000;}
.inner li a{ color:#fff;}
.inner2 li{ list-style-image:url(../images/arrow.png); margin:5px 0px 5px 10px; color:#000;}
.inner2 li a{ color:#000;}





.mid-bg{ background:#5c5ba9; background-size:cover; padding:40px 0; color:#fff; background-attachment:fixed;}
.mid-bg-div{ background:rgba(0,0,0,0.7); padding:50px 50px;}

.mid-bg-div h1{ margin:20px ;}
.mid-divider{  border-top:3px solid #4bb32e;}

 .home-gall .col-md-6{ padding:8px;}
 
 .ser-div{ border-bottom:1px solid #CCCCCC; padding:20px; margin-bottom:20px; transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out; cursor:pointer;}
 
  .ser-div:hover{box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.31);}
  
  
 
 
 
 .box-video-button {
    text-align: center;
}

.box-video-button .button-play {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.3);
    transition: all .3s;
    z-index: 1;}
	
	.box-video-button .button-play::before {
    position: absolute;
    content: '';
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    background: rgba(255, 255, 255, 0.21);
    border-radius: 50%;
    transition: all .3s;
}

.box-video-button .button-play .icon {
    position: absolute;
    top: 50%;
    left: 55%;
    font-size: 30px;
    color: #ffffff;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
}

.fa-play::before {
    content: "\f04b";
}

.fa-play::before {
    content: "\f04b";
}
[class*="fa-"]::before {
    font-weight: 400;
    font-family: 'FontAwesome';
}

.heading{ background:linear-gradient(45deg, #9a0000, #f0c6cb); padding:10px 15px; font: normal 24px 'zurich_lt_btlight'; color:#fff; border-radius:0 0 0  0px;}
.price_bg{   padding:20px 20px 0; text-align:center; border-bottom:1px solid #000; margin-bottom:20px;}
.price_bg .col-md-8{ background:#f3f3f3; padding:20px; text-align:center;}

.ser-page{ background:linear-gradient(45deg, #ffffff, #f0c6cb); padding:20px; border-left:1px solid #CCCCCC; margin-bottom:15px;  }

.ser-img{ border:4px solid #9a0000;}


.col-md-3 .vlightbox1{ border:3px solid #c85252;}





.navbar-header i {

    width: 15px;
    height: 39px;
    border-radius: 100%;
    background: none;
    color: #000;
    text-align: center;
    padding-top: 9px;
    margin-right: 10px;
    font-size: 18px;

}

.dropdown-box {

    text-align: right;
margin-top: 10px;
position: relative;
top: 0;
right: 16px;

}
@media(max-width:768px){
	.dropdown-box{
		text-align: center;
		position:relative;
		right:0;
	}
}

 /* Dropdown Button */
.dropbtn {
    background-color: #fff; 
    color: white;
    padding: 0px 15px;
    font-size: 16px;
    border: 1px solid #a1a1a1;
    cursor: pointer; border-radius:8px; color:#000;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #f36c21; color:#fff;
}

.dropbtn:hover, .dropbtn:focus i{
    color:#fff;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;

position: absolute;

background-color: #f1f1f1;

min-width: 180px;

box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

z-index: 9999;

text-align: center;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd; color:#134F8E}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 




/*Location*/

.location-section{ margin-bottom:20px;}
.location-hd{ border-bottom:1px dotted #666666; padding:5px 0; font-size:20px;}
.hours{ width:180px; float: left;}


.thumbnail h2{ font-size:22px;}


.footer{}




.masonry { /* Masonry container */
    column-count: 4;
    column-gap: 0.5em; position:relative; overflow:hidden;
}

.masonry2 { /* Masonry container */
    column-count: 3;
    column-gap: 0.5em; position:relative; overflow:hidden;
}

.item { /* Masonry bricks or child elements */
    background-color: none;
    display: inline-block;
    margin: 0 0 0;
    width: 100%; height:auto; overflow:hidden;
}











 
.catering{background: #e9eaee; margin-bottom: 2px; box-shadow: 4px 3px 20px 0 rgba(0, 0, 0, 0.5); padding:10px; color:#000; cursor:pointer; text-align: center;}
.catering-inner{ border: 1px dashed #ff7200; text-align:center; padding:10px; height: 500px; }

.catering-inner h2{ color:#000}

.catering-inner h3{ font:800 35px/30px 'aller_lightregular'; text-transform:none; color:#000; margin-top:5px; text-transform:uppercase;}


.package_footer p {
    font-size: 14px;
    color: #fff;
    margin-top: 39px;
}


.package_footer{background: #f36c21; color:#fff; margin-bottom: 50px;
text-align: center;
padding-bottom: 10px;}
.package_footer p{color:#fff;}
.package_footer label{color:#000;}
.package_block:first-child .package_footer{border-radius: 0 ;}
.package_block:last-child .package_footer{border-radius: 0 ;}

.btn-package{background: #000;color: #ffffff; margin-top:10px;}
.btn-package:hover{background: #fff; color:#ED1D24;}

.package-box h3{ padding: 22px;

background: #f36c21;

color: #fff;

font-size: 36px;

border-radius: 0 100% 100%;

display: inline-block;

width: 75px;

height: 75px;

position: absolute;

left: 4%;

top: -1%;}

h6 {

    font: normal 24px/50px "corbertregular";
    color: #000;
    text-transform: uppercase;

}
.pack {

    text-align: center;
    padding: 10px;
    font: 800 18px/20px 'aller_lightregular';
    text-transform: none;
    color: #e8a134;
    margin-top: 5px;
    text-transform: uppercase;
    background: none;
    margin-top: 0;
    margin-bottom: 0;

}

hr {

    background-image: -webkit-linear-gradient(left, #333, #eeeeee, #333);
    background-image: linear-gradient(to right, #333, #eeeeee, #333);
    border: 0;
    height: 1px;
    margin: 5px 0;

}

.inner2{ padding:0;}
.inner2 li {

     list-style-image: url(../images/arrow.png);
    margin: 0px 0px 0px 10px;
    color: #000;
    text-align: center;

}


.pkg-block hgroup h3 {
    color: #ffffff;
    font-size: 27px;
    margin: 0 0 5px;
    font-weight: 800;
    text-transform: capitalize;
}

.pkg-block:last-child hgroup {
    border-radius: 0px 5px 0 0;
}
.pkg-block hgroup {
    background: #c5231f;
    padding: 15px;
    text-align: center;
    color: #fff;
    position: relative;
}
hgroup{    display: block;}

.pack {
    text-align: center;
    padding: 10px;
    font:800 18px/20px 'aller_lightregular'; text-transform:none; color:#f35221; margin-top:5px; text-transform:uppercase; background:none;
    margin-top: 0; margin-bottom: 0;
}

.pkg-block ul {
    color: #333;
    padding: 20px;
    list-style: none;
    min-height: 100px;
}

.pkg-block ul li {
    font-size: 19px;
    margin-bottom: 5px;
    background: #e3e3e3;
    padding: 10px;
    text-align: center;
}
.pkg-block:last-child .pack-btm {
    border-radius: 0 0 5px 0;
}

.pack-btm {
    background: #c5231f;
    text-align: center;
    padding-bottom: 10px;
}
.pkg-block p big {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.pkg-block p {
    font-size: 14px;
    color: #fff;
    margin-top: 39px;
}

.package-qt {
    background: #fff;
    padding: 10px;
    margin-top: 15px;
    border-radius: 10px;
}
.pkg-block .form-inline .form-control {
    width: 60px;
    margin: 0 10px;
}
.pkg-block .form-inline .btn {
    border-radius: 20px;
}
.btn-package {
    background: #000; padding:6px 5px; font-size:13px;
    color: #ffffff;
    margin-top: 10px;
}
.btn-package:hover {
    background: #6e073c;
    color: #fff;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}


p big {

    font-size: 25px;
    color: #fff;
    font-weight: 600;

}

 .thumb-pad1  .order-tray{ padding:5px; border:1px solid #666}
 
 .welcome-img .col-md-6{ padding:5px;}
 
 .home-gall .col-md-3{ padding:0 5px;}
 
 .home-gall .icon .img-hd{ background:#fff;}
  .home-gall .icon:hover .img-hd{ background:#ce0f1e;}
  
  .home-chef{ background:url(../images/home-6.jpg) no-repeat top center; background-size:cover; padding:50px 0;}
  
   .copyright{ background:#5c5ba9; color:#fff; padding:15px 0;}
  .copyright a{ color:#fff;}
  .copyright a:hover{ color:#4bb32e;}
  
  .footer h1{ font-size:19px;}
  
  
  .bot-form{ background:url(../images/subscribe_bg.jpg) no-repeat top center; background-size:cover; padding:20px 0; color:#fff;}
  
  
  element {
}
.zoom .mid-box {
    display: table-cell;
    color: 
    #fff;
     
    position: absolute;
    top: 40%;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
}

.mid-sec .col-md-3{ padding:1px;}





.testimonial-list .nav-tabs { margin-top: 30px; border: 0; text-align: center; }
.testimonial-list .nav-tabs li { float: none; display: inline-block; margin-left: 10px; margin-right: 10px; }

.testimonial-list .nav-tabs li a {
    width: 16px; height: 16px; margin: 0; padding: 0;
    background: #000; border: 1px solid #fff; border-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.testimonial-list .nav-tabs li a:hover {
	background: #fff; background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff; border-color: rgba(255, 255, 255, 0.8);
}

.testimonial-list .nav-tabs li.active a,
.testimonial-list .nav-tabs li.active a:focus { background: #42bfc2; border: 0; }

.texti-box{ padding:20px; border-radius:20px; border:1px solid #eee; background:#fff; height:300px;}
.texti-box img{ margin-top:-150px;}

.logo-box{ border:1px solid #eee; height:90px; padding:25px;}
.logo-box2{ border:1px solid #eee; height:90px; padding:25px; background:#001f60}

.blog-box img{ border-radius:15px;}
 .blog-txt{ background:#fff; padding:15px; margin:15px; margin-top:-100px; display:inline-block; box-shadow: 0px 5px 8px #ccc;}
 
  .blog-txt h4{ color:#000;}
 .mid-div{ background:url(../images/mid-bg.jpg) no-repeat top center; background-size:cover; padding:150px 0;}
 .mid-div h1,h4{ color:#fff;}
 
 
 
.slider-form{ background: linear-gradient(to right, #6dd5ed, #2193b0); padding:25px 0;}
 
 
  .slider-form .form-control {
    background-color:#3fa7bf;
background-image: none;
border-radius: 3px;
color:
    #fff;
    display: block;
    font-size: 18px; font-family:'zurich_lt_btlight';
    height: auto;
    line-height: 1.71429;
    padding:8px 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 0; border-bottom:1px solid #fff; border-top:0; border-left:0; border-right:0;
}



.slider-form .form-control::-moz-placeholder{ color:#fff;}







/*Tab*/

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    font-family: 'Signika', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 28%;
    min-width: 28%;
    vertical-align: top;
    border: none;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color: #fff;
    background-color: #001f60;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 18px 12px;
    margin: 0 0 10px 0;
    border-radius: 5px 0 0 20px;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #000;
    background-color: #eee;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.2);
    border: none;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: '';
    background: #fff;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease;
}
.vertical-tab .nav-tabs li a:after{
    left: auto;
    right: 0;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after{
    width: 100%;
    opacity: 0;
}
.vertical-tab .tab-content{
    color: #000;
    background: #eee;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 12px 15px 12px 25px;
    border-radius: 0 20px 20px 5px;
    display: table-cell;
    position: relative;
}
.vertical-tab .tab-content h3{
    font-weight: 600;
    margin: 0 0 5px 0;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        width: 100%;
        display: block;
        border: none;
    }
    .vertical-tab .nav-tabs li a{
        padding: 14px 20px 12px;
        margin: 0 0 13px;
        border-radius: 5px 20px;
    }
    .vertical-tab .tab-content{
        padding: 20px 15px 10px;
        border-radius: 5px 20px;
        display: block;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}















 #exTab1 .tab-content {
  color : white;
  background-color: #001f60;
  padding : 15px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #001f60;
  padding : 15px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;  text-transform:uppercase; padding:10px 20px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{ background:#001f60;}
 

#exTab3 .tab-content {
  color : white;
  background-color: #001f60;
  padding : 15px 15px;
}


















i.material-icons {
		font-size: 1.5rem;
		color: white;
		position: relative;
		border-radius: 50%;
		padding: 5px;
		margin: 3px;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
		transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}

i.material-icons:after {
		content: "";
		width: 100%;
		height: 100%;
		border: solid 2px;
		transform: scale(0.8);
		position: absolute;
		top: -2px;
		left: -2px;
		border-radius: 50%;
		transition: all 0.3s ease;
}

i.material-icons:hover:after {
		transform: scale(1);
		box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}

i.material-icons:nth-of-type(4) {
		background-color: #88b999;
}

i.material-icons:nth-of-type(4):hover {
		color: #88b999;
}

i.material-icons:nth-of-type(4):after {
		border-color: #88b999;
}

i.material-icons:nth-of-type(5) {
		background-color: #88b2b9;
}

i.material-icons:nth-of-type(5):hover {
		color: #88b2b9;
}

i.material-icons:nth-of-type(5):after {
		border-color: #88b2b9;
}

i.material-icons:nth-of-type(6) {
		background-color: #8897b9;
}

i.material-icons:nth-of-type(6):hover {
		color: #8897b9;
}

i.material-icons:nth-of-type(6):after {
		border-color: #8897b9;
}

i.material-icons:nth-of-type(7) {
		background-color: #af88b9;
}

i.material-icons:nth-of-type(7):hover {
		color: #af88b9;
}

i.material-icons:nth-of-type(7):after {
		border-color: #af88b9;
}

i.material-icons:nth-of-type(8) {
		background-color: #d59acb;
}

i.material-icons:nth-of-type(8):hover {
		color: #d59acb;
}

i.material-icons:nth-of-type(8):after {
		border-color: #e3000f;
}

i.material-icons:nth-of-type(1) {
		background-color: #e3000f;
}

i.material-icons:nth-of-type(1):hover {
		color: #e3000f;
}

i.material-icons:nth-of-type(1):after {
		border-color: #e3000f;
}

i.material-icons:nth-of-type(2) {
		background-color: #ec9f83;
}

i.material-icons:nth-of-type(2):hover {
		color: #ec9f83;
}

i.material-icons:nth-of-type(2):after {
		border-color: #ec9f83;
}

i.material-icons:nth-of-type(3) {
		background-color: #cdb274;
}

i.material-icons:nth-of-type(3):hover {
		color: #cdb274;
}

i.material-icons:nth-of-type(3):after {
		border-color: #cdb274;
}

i.material-icons:hover {
		background-color: transparent;
		transform: rotate(90deg);
		cursor: pointer;
		box-shadow: none;
}

p {
		color: #000;
		font-weight: 300;
		margin-top: 20px;
}

@media (min-width:601px) {
	i.material-icons {
		padding:10px;
		margin:5px;
		font-size:2rem;
	}
}

@media (min-width:993px) {
	i.material-icons {
		padding:20px;
		margin:10px;
		font-size: 18px;
	}
	i.material-icons:after {
		border-width:3px;
		top:-3px;
		left:-3px;
	}
}


.link-1{left: 4%; top: 19.4%; position: absolute;}
.link-2{left: 38.8%; top: 46.8%; position: absolute;}
.link-3{left: 4.7%; top: 54.9%; position: absolute;}
.link-4{left: 29.7%; top: 69.9%; position: absolute;}
.link-5{left: 18.6%; top: 94.9%; position: absolute;}

.link-6{left: 71%; top: 8.5%; position: absolute;}
.link-7{left: 59%; top: 16.9%; position: absolute;}
.link-8{left: 81%; top: 36.5%; position: absolute;}
.link-9{left: 61%; top: 41%; position: absolute;}





.thumb-pad1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #091734 #091734 #091734 #001f60;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 8px;
    cursor: pointer;
    margin: 0 0 20px;
    overflow: visible;
    transition: all 0.3s ease-out 0s;
	
	text-align:left;
}
.thumb-pad1 img{padding-top:20px; padding-left:15px;}

.thumb-pad1 .thumbnail {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    overflow: visible;
    padding: 10px;
    position: relative;
}

.thumb-pad1 .caption .title {
    color: #000;
    font-size:20px;
	padding-bottom:0;
	text-align:left;
}

@media (max-width: 768px) {
.thumb-pad1 {
    margin: 0 0 20px; 
}
}
.thumb-pad1 img {
    border-top: 8px solid #001f60;
	margin-top:-1px;
	margin-left:-8px;
	padding-left:25px;
}
.thumb-pad1 .thumb-link {
    display: block;
    border: solid 1px #001f60;
    padding: 10px 20px;
    background: transparent;
    float: right;
    margin: 30px -20px 50px 0;
    transition: all 0.25s ease 0s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
}
.thumb-pad1:hover {
    box-shadow: 6px 8px 24px 0 rgba(32, 47, 57, 0.2);
    transform: translateY(-10px);
}
.thumb-pad1:hover .thumb-link{background:#001f60; color:#fff;}
.thumb-pad1:hover .badge {
    transition: all 0.25s ease 0s;
}
.ser-down {
    margin-top: 100px;
}

@media (max-width: 768px) {
	.ser-down {
    margin-top: 0px;
}
}





.inner li{ list-style-image:url(../images/arrow.png); margin:5px 0px 5px 10px; color:#000;}
.inner li a{ color:#68bd44;}


.tab-pane p{ color:#fff;}

.mid-bg2{ background:#1a202c url(../images/mid-bg2.jpg) center no-repeat fixed; background-size:cover; padding:138px 0; color:#fff;}



/*Home Mid Icons*/
.ser-icon{ overflow:hidden; transition: all .5s ease-in-out; position: relative;margin-bottom: 30px;}
.ser-icon img{ max-width:100%; transition: all .5s ease-in-out;}

.ser-icon:hover img{transform: scale(1.2); overflow:hidden;}

.ser-tx{padding: 16px 0px ;
    font: normal 20px 'aller_lightregular';
    text-transform:none;
    color: #4bb32e; background:none;
    letter-spacing: 1px;
    text-align: center; position: relative;

z-index: 99;

top: 40%;

display: inline-block;

width: 100%;  }
	
	.ser-icon:hover .ser-tx{ background:none; transition: all .5s ease-in-out; color:#000;}
	
	.icon2{ overflow:hidden; transition: all 0.5s ease; margin-bottom:0px; }
.icon2 img{transition:all 0.5s ease; width: 100%;}

.home-bot{ background:#5b739b; padding:30px 15px; text-align:center; color:#fff;}

 
.mid-icon h2{ font-size:20px; text-align:center; position:absolute; bottom:15px; padding:10px 0; background:#000; display:block; width:100%; color:#fff; margin-bottom:0;}
 


.form-div{ background:#fefefe; border:1px solid #fc4330; padding:20px;}

.team-box{ background:#fc4330;  text-align:center; padding:10px;}
.team-box2{ background:#435c85;  text-align:center; padding:10px; color:#fff;}

.team-box h2{ color:#fff; margin-bottom:0;}

.white-txt{ color:#fff;}

@media (max-width:767px){
.white-txt{ color:#000;}
}

.bg-purp{ background:#f3f3f3; color:#000;}
 
.bg-purp h2{ color:#000; font-size:36px;}
.bg-purp h3{ color:#000;  }
.welcome-bg{ background:#fff; background-size:cover; padding:50px 0;}


.pro-div{ border:1px solid #666666; padding:20px; text-align:center; cursor:pointer;}
.pro-div:hover{ border:1px solid #5c5ba9;}
.pro-txt{ background:#5c5ba9; padding:10px 0; text-align:center;  color:#fff;}

.home-gall .col-md-6, .col-md-12{ padding-left:4px; padding-right:4px;}


.sub-box{ background:none; padding:30px; text-align:center;}
.sub-box h1{ color:#000}


.seasonal-bg{ background:#fff url(../images/seasonal-bg.jpg) no-repeat left top fixed; background-size:cover; padding:50px 0; color:#000;}

.designer-bg{ background:#fff url(../images/designer-bg.jpg) no-repeat left top fixed; background-size:cover; padding:50px 0; color:#000;}

.bodaySection i{ color:#5c5ba9; font-size:25px;}

.bodaySection i:hover{ color:#4bb32e;}


.sub-divider{ height:600px; border-left:1px solid #4bb32e; position:relative;}

.top-sec2 h4{ margin-top:70px;}
@media (max-width:767px){
.top-sec2 h4{ margin-top:15px;}
.copyright{ text-align:center;}
.sub-divider{ height:0;border-left:none;border-top:1px solid #4bb32e; margin-bottom:20px;}
}

.contact-div{ padding-top:120px;}
@media (max-width:767px){
.contact-div{ padding-top:10px;}
.home-icons{ padding:0 40px;}
}












@media (max-width:768px){

blockquote {
    font-size: 13.5px;
    text-align: center;
}

}
