@charset "UTF-8";


body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;font-size: 13px;font-family: Arial, Helvetica, sans-serif;text-decoration: none; color: #6e726e; font-weight: 400; line-height: 27px; }
:root {
	--scroll-bar-size: 10px;
	--scroll-bar-thumb-background-color: rgba(0, 0, 0, 0.2);
	--scroll-bar-thumb-background-color-active: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar {
	width: var(--scroll-bar-size);
	height: var(--scroll-bar-size);
	background: transparent;
	cursor: pointer;
}
::-webkit-scrollbar-thumb {
	background-color: var(--scroll-bar-thumb-background-color);
	border-radius: var(--scroll-bar-size);
	border-color: transparent;
	border-style: solid;
	border-width: calc(var(--scroll-bar-size)/3);
	background-clip: padding-box;
}
::-webkit-scrollbar-thumb:active {
	background-color: var(--scroll-bar-thumb-background-color-active);
}
::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
	border-width: 1px;
	background-color: var(--scroll-bar-thumb-background-color-active);
	cursor: pointer;
}

/*-======================================*/


::-webkit-scrollbar1 {
	width: var(--scroll-bar-size);
	height: var(--scroll-bar-size);
	background: transparent;
	cursor: pointer;
}
::-webkit-scrollbar1-thumb {
	background-color: var(--scroll-bar-thumb-background-color);
	border-radius: var(--scroll-bar-size);
	border-color: transparent;
	border-style: solid;
	border-width: calc(var(--scroll-bar-size)/3);
	background-clip: padding-box;
}
::-webkit-scrollbar1-thumb:active {
	background-color: var(--scroll-bar-thumb-background-color-active);
}
::-webkit-scrollbar1-thumb:hover,
::-webkit-scrollbar1-thumb:active {
	border-width: 1px;
	background-color: var(--scroll-bar-thumb-background-color-active);
	cursor: pointer;
}


/*-======================================*/
/*------------------------
 popup
--------------------------*/
.instructions {
  text-align:center;
  font-size:20px;
  margin: 15vh;
}  
 
.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 101;
	display: none;
}
 
.delayedPopupWindow {
	display: none;
    position: fixed;
    width: auto;
    max-width: 330px;
    height: 355px;
    top: 50%;
    left: 50%;
    margin-left: -130px;
    margin-top: -180px;
    background-color: #00abe8;
    border: 2px solid #333;
    z-index: 102;
    padding: 10px 20px;
}
#pophd
{
	width: 96%;
    FLOAT: left;
    margin: 3PX auto;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: white;
	}
#btnClose {
	width:3%;
	display: block;
	text-align: right;
	text-decoration: none;
	color: WHITE;FLOAT:left;
}

#btnClose:hover {
	color: #c90c12;
}

#delayedPopup > div.formDescription {
	float: left;
	display: block;
	width: 44%;
	padding: 1% 3%;
	font-size: 18px;
	color: #666;
	clear: left;
}

#delayedPopup > div.formDescription h2 {
	color: #444444;
	font-size: 36px;
	line-height: 40px;
}


#delayedPopup #mc_embed_signup {
	    float: left;
    width: 100%;
    padding: 1%;
    display: block;
    font-size: 16px;
    color: #666;
    margin-left: 1%;
    background: #e2e2e2;
    border: 2px solid red;
}

#delayedPopup #mc-embedded-subscribe-form input {
	width: 95%;
	height: 30px;
	font-size: 18px;
	padding: 3px;
  margin-bottom: 5px;
}

#skip{float: right;
   /* background: red;
    padding: 0px 4px 0px 4px;*/
    margin: 6px 0px;
    color: white;}
#delayedPopup #mc-embedded-subscribe-form input:hover {
	border:solid 2px #40c348;
	box-shadow: 0 1px 3px #AAAAAA;
}

#delayedPopup #mc-embedded-subscribe-form input:focus {
	border:solid 2px #40c348;
	box-shadow: none;
}

#delayedPopup #mc-embedded-subscribe {
	width: 100%!important;
	height: 40px!important;
	margin: 10px auto 0 auto;
	background: #5D9E62;
	border: none;
	color: #fff;
}
#delayedPopup #mc-embedded-subscribe:hover {
	background: #40c348;
	color: #fff;
	box-shadow:none!important;
	cursor: pointer;
}

::-webkit-scrollbar2 {
	width: var(--scroll-bar-size);
	height: var(--scroll-bar-size);
	background: transparent;
	cursor: pointer;
}
::-webkit-scrollbar2-thumb {
	background-color: var(--scroll-bar-thumb-background-color);
	border-radius: var(--scroll-bar-size);
	border-color: transparent;
	border-style: solid;
	border-width: calc(var(--scroll-bar-size)/3);
	background-clip: padding-box;
}
::-webkit-scrollbar2-thumb:active {
	background-color: var(--scroll-bar-thumb-background-color-active);
}
::-webkit-scrollbar2-thumb:hover,
::-webkit-scrollbar2-thumb:active {
	border-width: 1px;
	background-color: var(--scroll-bar-thumb-background-color-active);
	cursor: pointer;
}

.scrollbar1 {
	height:42px;
	width: 100%;
	overflow-y: scroll;
	margin: 0rem auto;
}

h2.scrollbar1 {
	height:42px;
	width: 90%;
	overflow-y: scroll;
	margin: 0rem auto;
}


.scrollbar2 {
	height:27px;
	width: 100%;
	overflow-y: scroll;
	margin: 0rem auto;
}

h2.scrollbar2 {
	height:27px;
	width: 90%;
	overflow-y: scroll;
	margin: 0rem auto;
}

.ds1{    border: 1px solid red;
    margin: 5px 0px 7px 0px;
    padding: 2px;
    text-align: center;}


::-webkit-scrollbar4 {
	width: var(--scroll-bar-size);
	height: var(--scroll-bar-size);
	background: transparent;
	cursor: pointer;
}
::-webkit-scrollbar4-thumb {
	background-color: var(--scroll-bar-thumb-background-color);
	border-radius: var(--scroll-bar-size);
	border-color: transparent;
	border-style: solid;
	border-width: calc(var(--scroll-bar-size)/3);
	background-clip: padding-box;
}
::-webkit-scrollbar4-thumb:active {
	background-color: var(--scroll-bar-thumb-background-color-active);
}
::-webkit-scrollbar4-thumb:hover,
::-webkit-scrollbar4-thumb:active {
	border-width: 1px;
	background-color: var(--scroll-bar-thumb-background-color-active);
	cursor: pointer;
}

.scrollbar4 {
	height:22px;
	width: 100%;
	overflow-y: scroll;
	margin: 0rem auto;
}

h2.scrollbar4 {
	height: 33px;
    width: 100%;
    overflow-y: scroll;
    margin: 0rem auto;
}

#ulList
{
	border: 1px solid red;
    margin: 6px 11px 0px 0px;
    background: #b72b2b;

}
#ulList li{    border-bottom: 1px solid red;
    color: white;margin: 2px 0px 0px 8px;}



/*=================================*/
div.cs { display:none; }

.totop a {
    display: none;
}
a, a:visited {
    color: #171717;
    text-decoration: none; 
}
a:hover {
    text-decoration: none;
}
#loadMore {
    margin: 3px 5px 5px 0;
    font-size: 12px;
    color: #fff !important;
    background-color: #0252b5 !important;
    border: none;
    display: inline-block;
    padding: 0px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
#loadMore:hover {
    color: #fff!important;
    background-color:#2f78d4 !important;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}

#loadLess {
    margin: 3px 5px 5px 0;
    font-size: 12px;
    color: #fff !important;
    background-color: #0252b5 !important;
    border: none;
    display: inline-block;
    padding: 0px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
#loadLess:hover {
   color: #fff!important;
    background-color: #2f78d4 !important;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}
.hayper_link{border-bottom:1px solid red;font-weight:500}


#loadMore1
{
	margin: 3px 5px 5px 0;
    font-size: 12px;
    color: #fff !important;
    background-color: #0252b5 !important;
    border: none;
    display: inline-block;
    padding: 0px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
	
	}

#loadMore1:hover {
    color: #fff!important;
    background-color:#2f78d4 !important;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}

#loadLess1
{
	margin: 3px 5px 5px 0;
    font-size: 12px;
    color: #fff !important;
    background-color: #0252b5 !important;
    border: none;
    display: inline-block;
    padding: 0px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
	
	}

#loadLess1:hover {
    color: #fff!important;
    background-color: #2f78d4 !important;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}

.sub_cat_img{padding:1%;width:150px ;height:150px;background:url(imagesn/image-coming-soon1.png)}






body {
	font-family: system-ui;
}
.scrollbar {
	max-height:145px;
	width: 55%;
	overflow-y: scroll;
	margin: 0rem auto;
}

h2.scrollbar {
	max-height:50px;
	width: 90%;
	overflow-y: scroll;
	margin: 0rem auto;
}

.mg1{ 
    margin: 0px 11px;
}
.hl1
{
	    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    /* margin: 0px 20px; */
    color: #024;
	}
.fa-paper-plane{margin:0px 10px 0px 0px}


.card2
{
	padding: 2%;
    font-weight: 500;
    width: 95%;
    height: 32px;
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid silver;
    transition: box-shadow .25s;

}

.card2:hover{box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);}


.card1 
{
	width: 98%;
    display: block;
    margin-bottom: 20px;
    padding: 8px 8px 8px 8px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid silver;
    transition: box-shadow .25s; 
}
.card1 h2 {
    font-size:13px;
    font-weight: bold;
    line-height: 42px;
    margin:0px 20px;
    color:#024;
    text-transform:uppercase;
}


.card1:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  border:1px solid #2597a0;
}
.img-card1 
{
   width: 190px;
    height: 192px;
    max-width: 120%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
    background: url(imagesn/image-coming-soon.png);
    border: 1px solid #9fceee;
}
.img-card1 img{
    width: 190px;
    height: 190px;
    object-fit: cover;
    border: 2px solid #9fceee;
    transition: all .25s ease;
} 
.card-content1 {
  padding: 10px 0px 0px 5px;
    text-align: left;
    height: 214px;
    border-bottom: 2px solid red;
    border-top: 2px solid red;
}
.card-title1 {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title1 a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more1 {
  border-top: 1px solid #D4D4D4;
}
.card-read-more1 a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}
.content1{padding:2px 0px}


.btns {
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    background-color:#f00;
    padding: 5px 12px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.20);
    border-radius: 0px;
}

.btns span {
  position: relative; 
  z-index: 1;
}

.btns:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background:#61b5ef;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btns:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.btns.focus, .btn:focus, .btn:hover {
    color: #000000;
    text-decoration: none;
}

.mv1{margin: 8px 0px 8px 20px;}


.alpha a {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid silver;
    padding: 6px;
}
.alpha a:hover{background:blue;color:White;}
 .ip_sub_cat_hd{}
 .sub_cat_hd1{margin: 0px 0px 5px 0px;height:20px;}
 .sub_cat_des1{display:block;padding: 0px 6px 0px 6px;text-align:justify;}
 .ip_sub_cat_hd{color: #fb0000;text-transform: capitalize;font-size: 15px;font-weight: 600;}

/*=================================================================*/
.dt1{font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;}

.sleepy-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.sleepy-modal {
     position: fixed;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:#79a9e4;
    height: 60%;
    width: 44%;
    z-index: 11;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
  padding: 5px 10px;
}

.sleepy-header {
  font-family: Verdana, Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.sleepy-header span { margin-top: 3px; }

.sleepy-close {
  float: right;
  width: 16px;
  height: 16px;
  background-image: url("../img/sleepy-head-close-x.svg");
  margin-top: 5px;
  cursor: pointer;
}

.sleepy-close:after { clear: both; }

.sleepy-content, .sleepy-modal, .sleepy-wake-up {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.sleepy-content {
  padding: 10px 10px;
    background: #eae0d9;
    height: 97%;
    margin: 10px auto;
}

.sleepy-message {
  float: left;
  width: 100%;
  height:61%;
}

.sleepy-message p {
  font-size: 14px;
  font-family: Verdana, Verdana, Geneva, sans-serif;
}

.sleepy-owl {
  float: left;
  width: 35%;
}

.sleepy-owl div {
  width: 110px;
  height: 122px;
  background-image: url("../img/sleepy-head-owl-default.svg");
}

.sleepy-wake-up {
  font-family: Verdana, Verdana, Geneva, sans-serif;
    color: #541819;
    text-shadow: 0 1px 0 #be5244;
    float: right;
    padding: 6px 0px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    cursor: pointer;
    -webkit-transition: all 0.30s ease;
    -moz-transition: all 0.30s ease;
    -ms-transition: all 0.30s ease;
    -o-transition: all 0.30s ease;
    transition: all 0.30s ease;
    margin-top: -13px;
}

.sleepy-wake-up:hover { color: #fff; }
@media only screen and (max-width: 40em) {

.sleepy-message p { display: none; }

.sleepy-modal {
  width: 100%;
  height: 56%;
}

.sleepy-modal {
  -webkit-border-radius: 0px;
  border-radius: 0px
}

.sleepy-wake-up { margin-top: -60px; }

.sleepy-message .sleepy-mobile-only {
  display: block;
  text-align: right;
}
}
@media only screen and (min-width: 40.063em) {

.sleepy-message .sleepy-mobile-only { display: none; }
}


.list-group-item p{color: #121312;margin: 0px 0px 0px 0px; font-weight: 400;font-family: 'MuseoSans', Arial, sans-serif;font-size: 16px;line-height: 26px;}    
.list-group-item.active p{color: #ffffff;margin: 0px 0px 0px 0px; font-weight: 400;font-family: 'MuseoSans', Arial, sans-serif;font-size: 16px;line-height: 26px;}    

 
label1 {
  color : #055379;
  background: #fff;
  text-transform : uppercase;
  border : 1px solid #055379;
  border-radius: 5px;
  position: absolute;
  bottom : 10%;
  padding : 10px 50px;
  cursor : pointer;
}

.sl_para{font-size:20px;color: #646b00;}

/*label {
  color : #055379;
  background: #fff;
  text-transform : uppercase;
  border : 1px solid #055379;
  border-radius: 5px;
  position: absolute;
  bottom : 10%;
  padding : 10px 50px;
  cursor : pointer;
}*/



input[type="radio"] {
  display : none;
}
label[for="login"] {
  left : 20%;
}
label[for="signup"] {
  right : 20%;
}
#login:checked ~ .big{
  transition : all .5s;
  transform : translatey(-30px) translatex(0px);
}
#signup:checked ~ .big{
  transition : all .5s;
  transform : translatey(-30px) translatex(350px);
}
.big {
  height : 450px;
  width : 50%;
  background: #fff;
  box-shadow : 0 0 50px grey;
  transform : translatey(-30px);
  padding : 30px 30px;
  box-sizing : border-box;
  display : flex;
  flex-direction : column;
  overflow : hidden;
}
.big input {
  border : 0;
  padding : 10px 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  outline : 0;
  font-size : 16px;
}
button {
  padding : 15px;
  border:0;
  color : #fff;
  border-radius: 4px;
  background: #48c373;
  margin-top: auto;
  cursor : pointer;
}
/*button:hover {
  background: #48c373;
}*/



 
/*=================================================================*/


h1, h2, h3, h4, h5, h6 { color: #121312; margin: 0px 0px 15px 0px; font-weight: 400; }
h1 { font-size: 38px; line-height: 48px; }
h2 { font-size: 32px;font-weight: bold;line-height: 42px; }
h3 { font-size: 26px; line-height: 36px; }
h4 { font-size: 20px; line-height: 26px; }
h5 { font-size: 16px; }
h6 { font-size: 12px; }
p { margin: 0 0 24px; line-height: 1.6; }
/*p:last-child { margin: 0px; }*/
ul, ol { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
a:focus, a:hover { text-decoration: none; color: #B71A00; }
sub { bottom: 0em; }
.lead { font-size: 22px; font-weight: 400; line-height: 1.4; font-family: 'Zilla Slab', serif; color: #252d3a; margin-bottom: 30px; font-style: italic; }
blockquote { padding: 40px; border-radius: 0px; background-color: #1aa644; border-left: 6px solid #127c32; }
.qoute-icon { }
.blockquote-content { }
.blockquote-text { font-family: 'Zilla Slab', sans-serif; color: #fff; font-weight: 400; font-size: 36px; line-height: 1.6; text-transform: uppercase; }
.blockquote-author { font-weight: 400; font-size: 12px; text-transform: uppercase; color: #fff; letter-spacing: 3px; }
strong { color: #333333; font-weight: 600; margin-right: 8px;}
hr { border-top: 1px solid #e0e6e3; margin-bottom: 40px; margin-top: 40px; }
#divcatalog{float:right;margin-top:-51px}
     
.textmove{text-align:center; margin-left: 66%;}        
.grad {
 background:url(../images/btn_enq.png) repeat-x;
 float:none; padding:7px; margin-left:23px; 
}
.link{ color:#CC0000; text-decoration:none;font-size:14px; }       
.banner {
    background: url(imagesn/banner-logo.png) no-repeat;
    width: 250px;
    height: 67px;
}
.banner:hover {
    background: url(imagesn/banner-logo-h.png) no-repeat;
    width: 250px;
    height: 67px;
}
.subscribe_btn a {
    background: #fb0504;
    border: none;
    padding: 4px 8px 3px 8px;
    cursor: pointer;
    color: #fff;
    font-weight: ;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-left: 8px;
    font-weight: bold;
    text-decoration: none;
}
 b.company_icn {
    background: url(../imagesn/company_icn.png) no-repeat left;
    padding-left: 25px;
}
 b.business_type {
    background: url(../imagesn/business_type.png) no-repeat left;
    padding-left: 25px;
}
 b.product_servs_icn {
    background: url(../imagesn/product_service.png) no-repeat left;
    padding-left: 25px;
}
 b.establishment_icon {
    background: url(../imagesn/establishment_icon.png) no-repeat left;
    padding-left: 25px;
}
 b.employe_icon {
    background: url(../imagesn/employe_icon.png) no-repeat left;
    padding-left: 25px;
}
 b.ownership_icon {
    background: url(../imagesn/ownership_icon.png) no-repeat left;
    padding-left: 25px;
}
b.revenue_icon {
    background: url(../imagesn/doller_icon.png) no-repeat left;
    padding-left: 25px;
}
.social_left>ul.social li a {
    padding: 0 3px 0 3px;
}
.foo{border-top: 1px solid #ccc;margin-top: 24px;padding: 1%;padding-left: 20px;}
.footer ul li a {
    text-decoration: none;
    font-size: 12px;
    font-family: arial;
    color: #535353;
}
.face_book {
    background: url( imagesn/social_facebook.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 15px;
}
.social_left>ul.social li a {
    padding: 0 3px 0 3px;
}
.footer ul li a {
    text-decoration: none;
    font-size: 12px;
    font-family: arial;
    color: #535353;
}
.tweet {
    background: url( imagesn/social_twitter.png) no-repeat;
    width:20px;
    height: 30px;
    display: block;
}
.membership {
    float: right;
    margin: -8px 0px 0 0;
    width: 199px;
    height: 32px;
    background-image: url('imagesn/membership.png');
}

.abbr {
    position: relative;
    z-index: 10;
}
/* .logo:hover {
    background: url(../images/banner-logo-h.png) no-repeat;
    width: 250px;
    height: 67px;
} */

.abbr:hover::after {
   position: absolute;
    bottom: 100%;
    left: 8%;
    display: block;
    padding: 0px 0px 38px 12px;
    background: url( imagesn/tooltip-bubble-bottom.png);
    content: attr(t);
    width:134px;
    height: 38px;
    cursor: pointer;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    color: #1686dd;
    font-size: 13px;
}
.new{
    font-size: 32px;
    font-weight: bold;
    margin-top: 65px;
}
.check{
 	margin-top: 2px;
    max-width: 3%;
    margin-top: -28px;
    margin-left: -4px;

}	
.tdone{
width:29%;

}


.link {
    padding: 5px;
    
    color: Red;
    cursor: pointer;
}
.pimage{width:200px;height:200px;}
 
.minh {
   
    margin-left: 0;
}
.pady {
    padding: 5px;
    margin-left: 16px;
    margin-bottom: 15px;
	margin-top:-40px;
}

.whitebg {
    background: #fff;
}
.my {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../imagesn/mail_message.png);
    margin-top: 3px;
}
.heading {
    font-weight: normal;
    width: 100%;
    height: 30px;
    background: #FC1313 url(imagesn/bgs) repeat-x;
    line-height: 33px;
    font-size: 20px;
    padding-left: 20px;
}
td.shadow {
	width: 300px;
	margin: 14px;
	border: 1px solid #ccc;
	padding: 10px;
	}
	td.shadow:hover {
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	#mr1{margin-left:12%}
	#mv1{margin-top:8px;}
.button {
    color: White;
    padding: 0px 7px;
    margin: none;
    font-size: 11px;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-box-shadow: 0 0 3px #666;
    -moz-box-shadow: 0 0 3px #666;
    -khtml-box-shadow: 0 0 3px #666;
    box-shadow: 0 0 3px #666;
    background: -moz-linear-gradient(top, #d42d17 0%, #af1703 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d42d17), color-stop(100%,#af1703));
    background: -webkit-linear-gradient(top, #d42d17 0%,#af1703 100%);
    background: -o-linear-gradient(top, #d42d17 0%,#af1703 100%);
    background: -ms-linear-gradient(top, #d42d17 0%,#af1703 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d42d17', endColorstr='#af1703',GradientType=0 );
    background: linear-gradient(top, #d42d17 0%,#af1703 100%);
}	
/* top most nav */

 span.varify {
    background: /*#009999*/green;
    padding: 9px 8px 9px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

span.varify a {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background: url(../images/verfy_icon.png) no-repeat left;
    padding: 1px 1px 2px 15px;
    cursor: default;
    line-height:8px;
}
 span.buy_btn 
 {
 	float:left;
    font-weight: bold;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 8px 0px 7px;
    background: #1065e8;
    color: #fff;
    font-size: 10px;
    font-family: 'Roboto Condensed',sans-serif;
    text-transform: uppercase;
}
.detail_btn {
    background: #F2F5FF;
    border: 1px solid #B1DEF2;
    display: inline;
    font-weight: normal;
    padding: 5px;
}
.detail_btn a {
    background: url(../images/sprite_icons.png) no-repeat left;
    padding: 9px 4px 10px 23px;
    color: #0055AA;
    font-size: 12px;
    text-decoration: none;
}

.q1{margin:0px 14px 0px 0px;font-size:14px;float:left;}

.mem_since:hover {
    background: url(./images/mem_sinceh.png) no-repeat;
    clear: both;
}
.mem_since {
   background: url(./images/mem_since.png) no-repeat;
    padding: 10px 15px;
    text-align: left;
    padding-top: 5px;
    padding-left: 6px;
    clear: both;
    color: White;
    font-weight: bold;
    font-size: 12px;
}
.mem_since1:hover {
    background: url(../images/mem_sinceh.png) no-repeat;
    clear: both;
}
.mem_since1 {
    background: url(../images/mem_since.png) no-repeat;
    padding: 25px 13px;
    text-align: left;
    padding-top: 5px;
    padding-left: 5px;
    clear: both;
    color: White;
    font-weight: bold;
    font-size: 12px;
}
.abbr3a:hover::after {
    position: absolute;
    bottom: 100%;
    left: 80%;
    display: block;
    padding: 5px 0px 0px 4px;
    border: 1px solid gray;
    background-color: #fff;
    content: attr(t);
    width: 170px;
    border-radius: 3px;
    font-weight: 600;
    height: 27px;
    cursor: pointer;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    color: #1686dd;
    font-size: 14px;
    line-height: 15px;
}
.paging {
    padding: 1px 0px 0px 7px;
    font-size: 12px;
}
.abbr3 {
    position: absolute;
    margin:0px 85px;
   
}
.abbr3a {
    position: relative;
}

.abbr3:hover::after {
    position: absolute;
    bottom: 100%;
    left: 80%;
    display: block;
    padding: 0px 0px 0px 4px;
    border: 1px solid gray;
    background-color: #fff;
    content: attr(t);
    width: 170px;
    border-radius: 3px;
    font-weight: 600;
    height: 27px;
    cursor: pointer;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    color: #1686dd;
    font-size: 14px;
}
#lnkDiv a {
    padding: 3px 5px;
    margin: 2px;
    background-color: #fff;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border: solid 1px gray;
}

.right_sidebar {  
    border-left: 1px #000 dashed;
    padding-left: 10px;
}
.buy_offer {
    color: #000;
    background: url(../images/tl_hbg.gif) repeat-x;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 0px 0px 8px;
    line-height: 30px;
    margin: 0px 0px 0px 0px;
}
.buy_offer i {
    background: url(../images/b8.gif) no-repeat left;
    font-style: normal;
    padding-left: 20px;
    font-size: 14px;
    font-family: 'Roboto Condensed',sans-serif;
}
.right_sidebar ul li, .left_sidbars ul li {
    border-bottom: 1px #ccc solid;
    line-height: 28px;
    text-align: left;
    list-style-type: none;
}
.right_sidebar ul li a, .left_sidbars ul li a {
    text-decoration: none;
    font-size: 12px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'Roboto Condensed',sans-serif;
    background: url(../images/b9.gif) no-repeat left;
    padding-left: 15px;
    color: #000;
}
.top-site-link {
    color: Silver;
    background: #F3F0F0;
    padding: 10px 6px;
  
}
.top-site-link a {
    color: Black;
    font: normal 12px arial;
}
.top-site-link h3 {
    color: Black;
    font: normal 12px arial;
    padding: 0px 4px;
    margin: 0px;
    display: inline;
}
.row_one h1 {
    font-size: 22px;
    font-family: 'Roboto Condensed',sans-serif;
    padding: 17px 0 7px 30px;
    background: url(../images/compny.png) no-repeat left;
    margin: 0px 10px 0px;
    border-bottom: 3px double #808080;
    font-weight: 600;
}
.prodct {
    text-align: center;
    margin-top: 10px;
}
.discribe p {
    padding-right: 10px;
    line-height: 22px;
}
.discribe p {
    text-align: justify;
    font-family: arial;
    font-size: 14px;
    line-height: 30px;
    /* font-family: Arial, Helvetica, sans-serif; */
}
.discribe strong.buy_btn {
    display: block;
    padding: 15px 5px 15px 0px;
}
.discribe strong.buy_btn a, .right_sidebar ul li strong.buy_btn a {
    background: #1065E8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto Condensed',sans-serif;
    text-decoration: none;
    padding: 5px 18px 5px 18px;
    font-weight: normal;
}
.right_icon {
    background: url(../images/sprite1.png) no-repeat left;
    position: absolute;
    left: 635px;
    height: 79px;
    right: -29px;
    top: 95px;
}
.prodct img {
    border: 3px #ccc solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 3px 3px 5px 0px #ccc;
    -webkit-box-shadow: 3px 3px 5px 0px #ccc;
    box-shadow: 3px 3px 5px 0px #ccc;
}

.forimmate img {
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    width: ;
    border: 1px #ccc solid;
}
.hd1 {
    font: bold 16px arial;
    padding: 5px 0 5px 20px;
    text-align: left;
    background: #ececec url(../images/category_icon.png) no-repeat left;
    border: solid 1px silver;
    margin: 3px 0;
    color:Black;
}

.right_sidebar1 {
    border-left: 1px #000 dashed;
    padding-left: 10px;
    text-align: left;
    background-color: #F9F9F9;
    border: solid 1px #EAEAEA;
}
.right_sidebar1 ul li, .left_sidbars ul li {
    border-bottom: 1px #ccc solid;
    line-height: 28px;
    text-align: left;
    list-style-type: none;
}
.right_sidebar1 ul li a, .left_sidbars ul li a {
    text-decoration: none;
    font-size: 12px;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'Roboto Condensed',sans-serif;
    background: url(../images/b9.gif) no-repeat left;
    padding-left: 15px;
    color: #000;
}
.top-site-link1 {
    color: Silver;
    background: #F3F0F0;
    padding: 0px 4px;
}
.top-site-link1 h3 {
    color: Black;
    font: normal 12px arial;
    padding: 0px 4px;
    margin: 0px;
    display: inline;
}

.scrol {
    /* background-color: #EAEAEA; */
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    border: solid 1px #EF3F0B;
}
.scrol_img {
    background: url(../images/for_imm_1.png) no-repeat center;
    height: 183px;
    display: block;
}
.bann{}
.main_row {
    border-top: 1px #000 dashed; 
    margin-top: 15px;
    padding: 11px 0;
    border: 1px #ccc solid;
}
.main_row1 {
    border-top: 1px #000 dashed;
    margin-top: 15px;
    padding: 5px 10px;
    border: 1px #ccc solid;
}
.logo1{margin-top:16px;}

.toggle,
[id^=drop] {
	display: none;
}

 
nav { 
	margin:0;
	padding: 0;
	background-color: #E8E8E8;
}

#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}
.btn-danger {
    color: #fff;
    background-color: #e50202;
    border-color: #ffffff;
    border-radius: 0px;
}
.gal_proo
{
	border: 1px solid silver;
    padding: 5px;
    margin: 7px 0px;
}
.img_cv{border: 1px solid #30b7bd;
    padding: 5px;
    width: 200px;
    height: 200px;
    margin: 15px 0px;
    }
.p_txt{padding:1%;text-align:justify;}
.p_class{margin:4px 0px;}
.p_class1{margin:0px 0px;}
.product_services_btn {
    display: inline;
    background: #f2f5ff;
    font-weight: normal;
    margin: 20px 0 0 0;
    border: 1px #b1def2 solid;
    float: left;
    padding: 2px;
    margin-right: 10px;
}
.enqury_btn {
    display: inline;
    background: #f2f5ff;
    font-weight: normal;
    margin: 20px 0 0 0;
    border: 1px #b1def2 solid;
    float: left;
    padding: 2px;
    margin-right: 10px;
}
.detail_btn {
    display: inline;
    background: #f2f5ff;
    font-weight: normal;
    margin: 20px 0 0 0;
    border: 1px #b1def2 solid;
    float: left;
    padding: 2px;
    margin-right: 10px;
}
.detail_btn a {
    background: url(../images/sprite_icons.png) no-repeat left;
    padding: 9px 10px 10px 23px;
    color: #0055AA;
    font-size: 12px;
    text-decoration: none;
}
.product_services_btn a {
    color: #0055AA;
    text-decoration: none;
    background: url(../images/enqry_icon.png) no-repeat left;
    padding: 9px 2px 10px 23px;
}
.enqury_btn a {
    color: #0055AA;
    text-decoration: underline;
    background: url(../images/enqry_icon.png) no-repeat left;
    padding: 9px 2px 10px 23px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}
.imagbox {
    background: url(../images/ip_image_.jpg) no-repeat;
    /* padding: 30px; */
}

/* Bredcrumb Fill  */
 .breadcrumb { margin:  0px 0; position: relative;}
.breadcrumb a:hover { text-decoration: none;}
.breadcrumb-fill0 { padding: 15px; background: #ffffff; border-radius: 5px; box-shadow: 0px 0px 50px 0px rgba(0,0,0,.2);}
.breadcrumb-fill1 { padding: 15px; background: #135fb4; color: #ffffff; border-radius: 5px; box-shadow: 0px 0px 50px 0px rgba(0,0,0,.2);}
.breadcrumb-fill1, .breadcrumb-fill1 li, .breadcrumb-fill1 li.active, .breadcrumb-fill1 li a { color: #ffffff;}
.breadcrumb-fill2 {padding: 4px 15px;background: #f3f3f3;color: #ffffff; border-radius: 0px;    border-left: 4px solid #fb0504;}
.breadcrumb-fill2 .fa { position: absolute; background: #ffffff;padding: 10px;width: 50px;height: 50px;border-radius: 50%; left: -13px; top: -3px;font-size: 30px;line-height: 1; box-shadow: 0px 0px 50px 0px rgba(0,0,0,.2);}
.breadcrumb-fill2, .breadcrumb-fill2 li, .breadcrumb-fill2 li.active, .breadcrumb-fill2 li a { color: #000000;}
.breadcrumb-fill2 li:first-child { margin-right: 0px;}
.breadcrumb-fill2.style2 { border-radius: 30px; background: #ff6407;}
.breadcrumb-fill2.style2 .fa { background: #ff6407;}

.breadcrumb .fa:hover { transform: scale(1.15)}


/*nav tab for company category*/


.p_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p_menu .menu {
    width : 100%;
    text-transform: uppercase;
    background: #30b7bd;
    border-top: 1px solid #ddd;
    border-buttom: 1px solid #ddd;
    border-left: 1px solid transparent;
    border-right: 1px solid #ddd;
}

.p_menu .menu a {
  text-decoration: none;
  color: #fff;
    font-weight: bold;
  padding: 10px 20px;
  display: block;
  font: 400 11px/12px Arial;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  transition: all 0.15s linear;
}

.p_menu .menu > li {
  position: relative;    z-index: 9;border-bottom: 1px solid #eee;
    border-left: 1px solid #ddd;
}

.p_menu .menu a:hover {
  webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    color: #fff;
    background: #168d92;
    font-size: 12px;
    font-weight: 500;
}

.p_menu .submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width:100%;
  text-transform: none;
  background:#30b7bd;
  webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    color: #666;
  
}


.p_menu .submenu li {
  max-height:0;
  transition: all 0.25s linear;
  overflow: hidden;
  transform: scale(0);
  
}
.p_menu .submenu li:hover {
  webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    color: #666;
}
.p_menu .submenu:after {
  content: ' ';
  display: block;
  border: 4px solid transparent;
  border-left-color: #fff;
  color: #fff;
  position: absolute;
  top: 14px;
  left: -15px;
}

.p_menu li:hover > .submenu > li {
  max-height: 44px;
  transform: scale(1);
}

.p_menu .submenu ul ul li a {
  font-size:10px;
}



















nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	float: right;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #E8E8E8;
	}

/* Styling the links */
nav a {
	display:block;
	padding:1px 20px;	
	/*color:black;*/
	font-size:13px;
	text-decoration:none;
	border-right: 1px #777 solid;
}
nav ul ul li a:last-child {border-right:none;}

nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover,nav a.current { 
	background-color: #D8D8D8; 
	border-bottom: 2px #CC0000 solid;
    color: #CC0000;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 31px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:142px;
	float:none;
	display:list-item;
	position: relative;
}

nav ul ul ul li {
	position: relative;
	top:-60px;
	left:170px; 
}

li > a:only-child:after { content: ''; }
.al{text-align:center;margin:0px 0px 0px 0px}
        
   .pk1{margin-left:31%}
   .pk2{}     

 
@media all and (max-width : 768px) 
{


	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #E8E8E8;
		padding:1px 20px;	
		color:#908989;
		font-size:14px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #E8E8E8;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #D0D0D0;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}
	.pk1{margin-left:0%;}
	.pk3{display:none;}
	 label {display: inline-block;max-width: 100%; margin-bottom: 2px; font-weight: 700; text-align: center;}
}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
		
	}

}
/*----------------------- 
    2 Form Elements:
-------------------------*/
label { }
.control-label { font-size: 13px; text-transform: capitalize; color: #3c424b; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; }
.form-control:focus { }
.textarea.form-control { }
.required { }
.form-group { margin-bottom: :5px; }
/* .form-control { border-radius: 0px; color: #6e726e; font-size: 12px; font-weight: 700; width: 100%; height: 50px; padding: 0px; line-height: 1.42857143; border-bottom: 1px solid #acb2ac; border-top: transparent; border-left: transparent; border-right: transparent; background-color: transparent; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
 */.form-control:focus { border-color: #3ecb27; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
.input-group { position: relative; display: table; border-collapse: separate;    margin: 27px 0px 0px 33px;border-radius: 3px; line-height:26px;}
input[type=checkbox], input[type=radio] { margin: 8px 0 0; margin-top: 1px\9; line-height: normal; }
input::-webkit-input-placeholder { color: #6e726e !important; }
textarea::-webkit-input-placeholder { color: #6e726e !important; }
.input-group-addon { background-color: transparent; border-right: transparent; border-top: transparent; border-bottom: 1px solid #acb2ac; border-radius: 0px; }
.focus { border-bottom: 1px solid #c3c7cd; border-top: transparent; border-left: transparent; border-right: transparent; background-color: transparent; }
.focus:focus { border-color: #3c763d; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
.has-success .form-control { border-color: #3c763d; border-top: transparent; border-left: transparent; border-right: transparent; background-color: transparent; box-shadow: none; }
.has-success .form-control:focus { border-color: #3c763d; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
.has-error .form-control { border-color: #a94442; border-top: transparent; border-left: transparent; border-right: transparent; background-color: transparent; box-shadow: none; }
.has-error .form-control:focus { border-color: #a94442; outline: 0; -webkit-box-shadow: none; box-shadow: none; }

/*-------------- align ------------*/

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 0px 0 20px 30px; }
.alignleft { float: left; margin: 0px 20px 0px 0; }
a img.alignright { float: right; margin: 0px 0 30px 30px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%;    /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
 

.space-small { padding-top: 40px; padding-bottom: 40px; }
.space-medium { padding-top: 80px; padding-bottom: 80px; }
.space-large { padding-top: 120px; padding-bottom: 120px; }
.space-ex-large { padding-top: 140px; padding-bottom: 140px; }
 
.ml30 { margin-left: 30px; }
.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mb130 { margin-bottom: 130px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }
.mo{margin: 2px 4px 14px 3px;}
/*----- less margin space from top --*/
.mt-20 { margin-top: -20px; }
.mt-40 { margin-top: -40px; }
.mt-60 { margin-top: -60px; }
.mt-80 { margin-top: -80px; }

/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding { padding: 0px; }
.nopr { padding-right: 0px; }
.nopl { padding-left: 0px; }
.pinside10 { padding: 10px; }
.pinside20 { padding: 20px; }
.pinside30 { padding: 30px; }
.pinside40 { padding: 40px; }
.pinside50 { padding: 50px; }
.pinside60 { padding: 60px; }
.pinside80 { padding: 80px; }
.pinside130 { padding: 130px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt60 { padding-top: 60px; }
.pdt80 { padding-top: 80px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb60 { padding-bottom: 60px; }
.pdb80 { padding-bottom: 80px; }
.pdb150 { padding-bottom: 150px; }
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl60 { padding-left: 60px; }
.pdl80 { padding-left: 80px; }
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr60 { padding-right: 60px; }
.pdr80 { padding-right: 80px; }
.pdtb40 { padding-bottom: 40px; padding-top: 40px; }

/*--------------------------------
4.4 Background & Block color 
----------------------------------*/
.content { padding-top: 80px; padding-bottom: 80px; }
.bg-light { background-color: #e8efec; }
.bg-primary { background-color: #1aa644; color: #fff; }
.bg-default { background-color: #13387c; color: #fff; }
.bg-white { background-color: #fff; }
.outline { }
.section-title { margin-bottom: 40px; text-align: center; }
.title { color: #333333; }
.small-title { margin-bottom: 10px; font-size: 12px; font-weight: 900; color: #ec1010; text-transform: uppercase; letter-spacing: 1px; display: inline-block; }
.text-white { color: #fff; }
.text-primary { color: #1aa644; }
.text-black { }
.primary-sidebar { }
.secondary-sidebar { }
.well-block { background-color: #fff; padding: 40px; margin-bottom: 30px; }
.divider-line { border-bottom: 1px solid #373b39; margin-top: 30px; margin-bottom: 30px; }

/*--------------------------------
4.5 Features Block 
----------------------------------*/
.features-section { }
.feature { }
.feature-icon { }
.feature-content { }
.feature-inner { }
.feature-outline { }

/*--- Feature left  class ---*/
.feature-left { }
.feature-left .feature-icon { }
.feature-left .feature-content { }

/*--- Feature center class ---*/
.feature-center { }
.feature-center .feature-icon { }
.feature-center .feature-icon.feature-circle:hover { }
.feature-center .feature-icon.feature-circle { }
.feature-center .feature-content { }

/*--- Feature list class ---*/
.feature-list { margin-bottom: 30px; }
.feature-list ul { }
.feature-list ul li { color: #6e726e; font-size: 18px; line-height: 1.8; display: block; padding-left: 16px; }
.feature-list li:before { line-height: 2.5; }
 .thumbnail-text{line-height: 1.2;}
	
/*--------------------------------
4.6 Bullet/arrow
----------------------------------*/
.angle, .arrow { position: relative; }
.arrow-right li:before { font-family: "FontAwesome"; display: inline-block; position: absolute; left: 0; font-size: 14px; color: #1aa644; content: '\f105'; }

/*--------------------------------
4.7 Call to actions 
----------------------------------*/
.cta-wrapper { }
.widget-cta { }
.widget-cta-block { }
.widget-cta-content { }
.widget-cta-icon { }
.widget-testimonial { }
.widget-cta-text { }
.widget-cta-title { }
.widget-schedule { background-color: #121312; padding: 8px; margin-bottom: 30px; }
.schedule-content { border: 1px solid #363a38; padding: 30px 50px; text-align: center; color: #fff; }
.schedule-title { color: #fff; margin-bottom: 20px; }
.schedule-icon { font-size: 40px; color: #e03c23; margin-bottom: 24px; }
.time-title { color: #a8b0ab; margin-bottom: 10px; font-weight: 300; text-transform: uppercase; font-size: 18px; }
.schedule-time { margin-bottom: 25px; }
.schedule-line { border-bottom: 1px solid #373b39; margin-bottom: 30px; }
.schedule-call { font-size: 27px; font-weight: 500; color: #1aa644; letter-spacing: 2px; }
.book-form { border: 1px solid #e5ebe7; padding: 40px; }
.book-form, .form-control { margin-bottom: 15px; }
#datepicker.form-control { border-right: transparent !important; }
.default-skin .ui-widget-header { border: 1px solid #e4e7e9; background: #f3f6f8; color: #fff; font-weight: bold; }
.default-skin .ui-state-highlight, .default-skin .ui-widget-content .ui-state-highlight, .default-skin .ui-widget-header .ui-state-highlight { border: 1px solid #e4e7e9; background: #f3f6f8; color: #fff; }

/*--------------------------------
 4.8 Image Hover Effect 
----------------------------------*/
img { width: auto; max-width: 100%; height: auto; margin: 0; padding: 0; border: none; line-height: normal; vertical-align: middle; }
.imghover { display: block; position: relative; max-width: 100%; }
.imghover::before, .imghover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; }
.imghover::before { top: 0; right: 0; bottom: 0; left: 0; }
.imghover::after { top: 55%; left: 48%; padding: 10px; line-height: 10px; margin: -25px 0 0 -25px; content: "\e857"; font-family: "fontello"; font-size: 45px; }
.imghover:hover::before, .imghover:hover::after { opacity: 1; }
.imghover:hover::before { background: rgba(18, 19, 18, .10); margin: 20px; border: 1px solid rgba(255, 255, 255, .50); }
.imghover:hover::after { color: #fff; }

 
.icon { }
.icon-1x { font-size: 18px; }

 
.icon-2x { font-size: 38px; }
.icon-4x { font-size: 65px; }
.icon-6x { font-size: 88px; }
.icon-8x { font-size: 108px; }
.icon-default { color: #aa9144; }
.icon-primary { color: #474954; }
.icon-secondary { color: #fff; }
.icon-white { color: #fff; }

 

.logo { text-align: center; }
.top-bar { background-color: #fff; padding-top: 0px; padding-bottom: 10px;box-shadow: 0 0 10px rgba(0,0,0,.2);border-bottom:4px solid red }
.support-bar { position: relative; margin-bottom: 0px; margin-top: 6px; }
.support-icon { font-size: 24px; color: #1aa644; top: 2px; position: absolute; }
.support-text { padding-left: 34px; font-size: 14px; color: #121312; font-weight: 700; line-height: 1.6; }
.header-wrapper { z-index: 9; position: relative;background: #e8e8e8; }
.header-btn { padding-top: 7px; text-align: right; }


.page-header { background: url(../images/page_header.jpg) no-repeat; background-size: cover; margin: 0px; padding: 0px; border: 0px; }
.page-section { padding-top: 110px; padding-bottom: 110px; }
.page-title { font-size: 70px; text-align: center; color: #fff; font-weight: 400; margin-bottom: 0px; }
.page-breadcrumb { color: #9fa5ae; text-align: center; border-top: rgba(224, 230, 227, 0.2) solid 1px; }
.page-breadcrumb .breadcrumb { background-color: transparent; margin-bottom: 0px; font-size: 12px; font-weight: 600; border: none; letter-spacing: 0.5px; text-transform: uppercase; color: #ffffff; }
.breadcrumb>li+li:before { padding: 0 5px; color: #000000; content: "\f105"; font-family: 'FontAwesome' }
.breadcrumb>li>a { color: #fb0504; }

 
.footer { background-color: #ededed; padding-top: 6px; padding-bottom: 0px;     color: #717376; font-weight: 400; border-top: 2px solid #d2d2d2; box-shadow: 0 0 10px rgba(0,0,0,.2); }
.footer-title {  color: black; letter-spacing: 0px; font-family: arial;  font-size: 14px;  margin: 0; }
.ft-logo { margin-top: 120px; }
 .footer-widget {padding-left: 7%; }
/* .footer-widget { margin-bottom: 80px; }
.footer-widget ul { margin-bottom: 25px; }
.footer-widget ul li { line-height: 1; margin-bottom: 18px; }
.footer-widget li::before { font-family: "FontAwesome"; font-size: 14px; color: #6e726e; content: '\f105'; }
.footer-widget ul li a { font-size: 14px; color: #6e726e; text-transform: uppercase; letter-spacing: 0px; font-weight: 500; padding-left: 12px; line-height: 0; }
.footer-widget ul li a:hover { color: #3ecb27; } */
.contact-info { margin-bottom: 24px; font-size: 16px; }
.contact-icon { font-size: 20px; color: #1aa644; vertical-align: middle; }
.contact-text { padding-left: 10px; }
.btn-twitter { background: #00aced; color: #fff; }
.btn-twitter:hover, .btn-twitter:active { background: #0084b4; color: #fff; }
.btn-facebook { background: #3B5997; color: #fff; }
.btn-facebook:hover, .btn-facebook:active { background: #2d4372; color: #fff; }
.btn-googleplus { background: #D64937; color: #fff; }
.btn-googleplus { background: #D64937; color: #fff; }
.btn-googleplus:hover, .btn-googleplus:active { background: #b53525; color: #fff; }
.btn-instagram { background: radial-gradient(circle at 33% 100%, #FED373 2%, #F15245 20%, #D92E7F 42%, #9B36B7 65%, #515ECF); color: #fff; }
.btn-instagram:hover, .btn-instagram:active { background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF); color: #fff; }
.btn-pinterest { background-color: #c8232c; color: #fff; }
.btn-pinterest:hover, .btn-pinterest:active { background-color: #b0171f; color: #fff; }
.btn-linkedin { background: #0074A1; color: #fff; }
.btn-linkedin:hover, .btn-linkedin:active { background: #006288; color: #fff; }
.btn-social { -webkit-font-smoothing: antialiased; font-size: 16px; padding: 12px 12px; margin-right: 2px; border-radius: 100%; display: inline-block; width: 38px; height: 38px; line-height: 1; }
.footer  ul li.jUs span {
    padding: 5px;
    background: #fb0504;
    margin-left: 6px;
    /* border-bottom: 3px solid #0E78AA; */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.footer ul li.jUs span:before {
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #fb0504;
    position: absolute;
    height: 0;
    width: 0;
    content: '';
    left:55px;
    bottom: 38px;
}
/*-------------- tiny footer ------------*/
.tiny-footer { text-align: center; font-size: 14px; }
.tinymove{font-size: 13px;padding-top: 1px;    padding-left: 134px}
/*--- easetemplate copyright link --*/
.copyrightlink { color: #1aa644; }
.copyrightlink:hover { color: #1aa644; }


.menu-block { margin-bottom: 30px; }
.menu-title { border-bottom: 3px solid #e0e6e3; margin-bottom: 36px; padding-bottom: 10px; }
.menu-content { border-bottom: 1px solid #e0e6e3; margin-bottom: 30px; }
.dish-img { }
.dish-content { margin-top: 12px; margin-bottom: 40px; }
.dish-meta { font-size: 12px; text-transform: uppercase; display: block; width: 210px; line-height: 1.7; }
.dish-title { margin-bottom: 6px; font-size: 15px; text-transform: uppercase; font-weight: 500; position: relative; }
.dish-price { position: absolute; right: 16px; top: 0px; font-size: 26px; color: #e03c23; font-weight: 500; font-family: 'Zilla Slab', serif; }
.well-block .dish-meta { width: 100%; }
.well-block .dish-price { font-size: 26px; color: #e03c23; font-weight: 500; font-family: 'Zilla Slab', serif; position: inherit; }

/*-------------------------
 Thumb Menu
---------------------------*/
.thumb-section { margin-top: 0px; }
.thumb-block { position: relative; }
.thumb-img { }
.thum-img img { width: 100% }
.thumb-content { position: absolute; bottom: 15px; left: 25px; }
.thumb-title { margin-bottom: 6px; }
.thumb-text { margin-bottom: 5px; }
.thumb-price { font-size: 42px; color: #1aa644; font-weight: 600; font-family: 'Zilla Slab', serif; }

/*-------------------------
 9.2 Service
---------------------------*/
.service-block { text-align: center; margin-bottom: 40px; }
.service-content { }
.service-img { position: relative; margin-bottom: -30px; }
.service-img img { width: 100%; }
.service-head { position: relative; bottom: 50px; }
.service-title { color: #fff; }
.service-text { }

/*-------------------------
 9.3 About us
---------------------------*/
.about-section { }
.about-img { margin-bottom: 30px; }
.history-block { margin-bottom: 30px; }
.team-block { margin-bottom: 30px; }
.team-img { margin-bottom: 30px; }
.team-img img { width: 100%; }
.team-content { text-align: center; }
.team-title { margin-bottom: 0px; }
.team-designation { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #1aa644; font-weight: 700; }
.team-img .imghover { }
.team-img .imghover:after { display: none; }
.team-img .imghover:hover::before { background: transparent; margin: 12px; border: 2px solid rgba(255, 255, 255, .40); }

/*--------------------------
9.4  Testimonial
---------------------------*/
.testimonial-block { }
.testimonial-section { border: 1px solid #e5ebe7; padding: 40px; text-align: center; margin-bottom: 30px; }
.testimonial-section .testimonial-text { font-size: 18px; color: #121413; }
.testimonial-section .testimonial-user { color: #121413; }
.testimonial-content { text-align: center; }
.testimonial-text { font-size: 24px; font-weight: 500; color: #d4eddb; font-family: 'Zilla Slab', serif; text-align: center; font-style: italic; margin-bottom: 30px; }
.testimonial-icon { margin-bottom: 20px; }
.star-rating { }
.star-rating span { font-size: 12px; color: #ffd700; }
.testimonial-user { margin-bottom: 6px; font-size: 12px; color: #fff; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; }
.testimonial-meta { }
.testimonial-title { margin-bottom: 30px; color: #fff; }
.testimonials-carousel .owl-theme .owl-nav { line-height: 1.8; text-align: center; -webkit-tap-highlight-color: transparent; }
.testimonials-carousel .owl-theme .owl-nav .owl-prev { position: absolute; top: 0%; left: -10px; color: #79c490; font-size: 20px; margin: 12px; padding: 0px; background: transparent; display: inline-block; cursor: pointer; border-radius: 2px; height: 0px; width: 0px; }
.testimonials-carousel .owl-theme .owl-nav .owl-next { position: absolute; top: 0%; right: 40px; color: #79c490; font-size: 20px; margin: 12px; padding: 0px; background: transparent; display: inline-block; cursor: pointer; border-radius: 2px; height: 0px; width: 0px; }
.testimonials-carousel .owl-theme .owl-nav .owl-prev:hover { background-color: transparent; text-decoration: none; color: #fff; }
.testimonials-carousel .owl-theme .owl-nav .owl-next:hover { background-color: transparent; text-decoration: none; color: #fff; }
.testimonials-carousel .owl-carousel .owl-item img { width: inherit; display: inline; }
.testimonials-carousel .owl-theme .owl-dots { display: none; }
.testimonials-carousel .owl-theme .owl-dots .owl-dot { display: none; zoom: 1; }
.testimonials-carousel .owl-theme .owl-carousel .owl-item img { width: 100%; }
.testimonials-carousel .owl-theme .owl-nav i { font-size: 42px; }

/*--------------------------------
9.5. FAQ
----------------------------------*/
.st-accordion { }
.st-accordion span { padding-right: 10px; font-size: 16px; }
.st-accordion .panel { box-shadow: none; }
.st-accordion .sign { color: #7a7e85; padding: 0 2px; position: absolute; left: -30px; top: 2px; }
.st-accordion .accordion .panel-heading.active .sign { color: #7a7e85; }
.st-accordion .panel-title { margin-top: 0; margin-bottom: 0; font-size: 18px; color: #121413; position: relative; font-weight: 500; }
.sign { color: #7a7e85; padding: 0 2px; top: 6px; }
.st-accordion .panel-heading.active .sign { color: #f15427; }
.st-accordion .panel { margin-bottom: 20px; background-color: transparent; border: 1px solid #e4e9ea; border-radius: 0px; }
.st-accordion .panel-default { border-color: transparent; }
.st-accordion .panel-group .panel { margin-bottom: 10px; border-radius: 0px; border: 1px solid #ededed; background-color: #f4f7f6; border-radius: 5px; }
.st-accordion .panel-default>.panel-heading { color: #121413;  background-color: transparent; border: 1px solid #e5ebe7; padding: 24px 30px; }
.st-accordion .panel-group .panel-heading+.panel-collapse { background-color: #121413; }
.st-accordion .panel-group .panel-heading+.panel-collapse>.list-group, .st-accordion .panel-group .panel-heading+.panel-collapse>.panel-body { border-bottom: 2px solid #e5ebe7; padding-left: 30px; padding-right: 30px; background-color: #fff; line-height: 32px; }
.st-accordion .panel-body { padding: 30px 0px; border: 1px solid #e5ebe7; background-color: #fff; }
.st-accordion .panel-body p:last-child { margin-bottom: 0px; }
.st-accordion .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body { border-bottom: 1px solid #e5ebe7; }
.panel-default>.panel-heading.active  {
  background-color: #121312; color: #fff;
}

/*--------------------------
9.6  404 error 
---------------------------*/
.error-section { text-align: center; margin-bottom: 30px; }
.error-title { font-size: 148px; margin-bottom: 80px; margin-top: 40px; letter-spacing: 2px; }
.error-small-title { text-align: center; font-size: 28px; letter-spacing: 38px; text-transform: uppercase; margin-bottom: 20px; display: block; }

/*--------------------------
 9.7  Styleguide
 ----------------------------*/
.box { border: 1px solid #e0e6e3; padding: 30px; }
.box-info { font-size: 16px; line-height: 1.6; }
.circle-default-color { background-color: #121312; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #595959; }
.circle-primary-color { background-color: #1aa644; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #5ec17c; }
.circle-secondary-color { background-color: #e03c23; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #e97665; }
.circle-heading-color { background-color: #121312; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #595959; }
.circle-paragraph-color { background-color: #6e726e; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #999c99; }
.box-bg-color { }
.unordered ul { list-style: none; padding-left: 16px; }
.ordered ol { list-style: decimal; margin-left: 20px; }
.ordered ol li { line-height: 2; }
.altenate { }
.altenate ul { list-style: none; }
.altenate ul li { border-bottom: 1px solid #e1e0dd; line-height: 2.5; }
.box-table { padding: 16px 30px; margin: 0 -15px 15px; border-color:; border: 1px solid #dbdad8; }

/*-------------------------
 9.8 Contact us
---------------------------*/
.contact-block { margin-bottom: 30px; }
.contact-info-icon { font-size: 28px; background-color: #121312; color: #b6bcb6; display: block; height: 80px; width: 80px; border-radius: 100%; padding: 25px; line-height: 1; float: left; margin-right: 20px; }
.contact-info-text { padding-top: 5px; line-height: 1.4; }
.contact-info-text h5 { font-size: 18px; text-transform: uppercase; margin-bottom: 8px; }
#map { }
#contact-map { width: 100%; height: 500px; }

/*------------------------
10. Blog pages
--------------------------*/

/*----- post-----*/

.post-holder { margin-bottom: 40px; }
.post-block { margin-bottom: 20px; }
.post-head { border-bottom: 1px solid #e0e6e3; margin-bottom: 30px; }
.post-block h2 { margin-bottom: 20px; text-transform: capitalize; }
.post-img img { margin-bottom: 30px; }
.post-content { margin-bottom: 30px; }

/*----- meta -----*/
.meta { margin-bottom: 24px; padding-right: 3px; font-weight: 700; line-height: 1; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; }
.meta-icon { }
.meta-categories { color: #8b9691; }
.meta-admin, .meta-comments { margin-left: 8px; margin-right: 8px; }
.meta-admin, .meta-comments, .meta-date { color: #8b9691; padding-bottom: 14px; padding-top: 14px; }
.meta-date, .meta-author { margin-right: 10px; }

/*----- pagination -----*/
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; }
.st-pagination { margin-top: 30px; }
.st-pagination .pagination>li>a, .pagination>li>span { position: relative; float: left; line-height: 2; color: #fff; text-decoration: none; letter-spacing: 2.5px; font-size: 12px; border-radius: 0px; border: 1px solid #121413; background-color: #121413; font-weight: 700; text-transform: uppercase; margin-right: 8px; margin-bottom: 5px; }
.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover { z-index: 2; color: #fff; background-color: #1aa644; border: #1aa644 1px solid; }
.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span { margin-left: 0; border-radius: 0px; }
.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span { border-radius: 0px; }
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #1aa644; border: 1px solid #1aa644; }
.related-post-block { margin-bottom: 30px; border-bottom: 1px solid #e0e6e3; }
.related-post-block .meta { text-align: left; }
.related-post-title { margin-top: 30px; }
.related-post { }
.related-img img { margin-bottom: 30px; }
.related-post-content { margin-bottom: 35px; }

/*------post-gallery----*/
.post-gallery { }
.post-gallery-img { position: relative; width: 100% }
.post-gallery-img img { position: relative; z-index: -1; }
.post-gallery .owl-theme .owl-dots { text-align: center !important; position: relative; bottom: 70px; }
.post-gallery .owl-theme .owl-nav { line-height: 1.8; text-align: center; -webkit-tap-highlight-color: transparent; }
.post-gallery .owl-theme .owl-nav .owl-prev { position: absolute; top: 30%; left: 0px; color: #fff; font-size: 20px; margin: 12px; padding: 0px; background: transparent; display: inline-block; cursor: pointer; border-radius: 2px; height: 0px; width: 0px; }
.post-gallery .owl-theme .owl-nav .owl-next { position: absolute; top: 30%; right: 30px; color: #fff; font-size: 20px; margin: 12px; padding: 0px; background: transparent; display: inline-block; cursor: pointer; border-radius: 2px; height: 0px; width: 0px; }
.post-gallery .owl-theme .owl-nav .owl-prev:hover { background-color: transparent; text-decoration: none; color: #1aa644; }
.post-gallery .owl-theme .owl-nav .owl-next:hover { background-color: transparent; text-decoration: none; color: #1aa644; }
.post-gallery .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; }
.post-gallery .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 4px 3px; background: #fff; border-radius: 0px; border: 2px solid #fff; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.post-gallery .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #1aa644; border: 2px solid #1aa644; }
.post-gallery .owl-theme .owl-carousel .owl-item img { width: 100%; }
.post-gallery i { font-size: 30px; }
.video-btn { position: absolute; color: #121312; left: 47%; top: 48%; font-size: 60px; }

/*----- prev-next-----*/
.post-navigation { }
.nav-links { text-decoration: none; }
.nav-previous { border-bottom: 1px solid #e0e6e3; border-top: 1px solid #e0e6e3; }
.prev-link { color: #89908b; font-size: 12px; margin-bottom: 30px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; border-bottom: 1px solid #89908b; display: inline-block; }
.next-link { color: #89908b; font-size: 12px; margin-bottom: 30px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; border-bottom: 1px solid #89908b; display: inline-block; }
.nav-next { border-bottom: 1px solid #e0e6e3; border-top: 1px solid #e0e6e3; }
.previous-next-title { margin-bottom: 20px; margin-top: 30px; }

/*----- Author-post -----*/
.author-block { }
.author-post { text-align: center; }
.author-img img { text-align: center; margin-bottom: 10px; }
.author-header { }
.author-title { }
.author-content { }
.author-text { }
.author-meta { text-transform: uppercase; font-weight: 700; font-size: 12px; color: #121413; margin-bottom: 10px; font-family: 'Zilla Slab', serif; margin-left: 5px; }

/*----- Comments -----*/
.comment-area { margin-top: 30px; margin-bottom: 30px; }
.comment-title { margin-bottom: 5px; display: inline-block; margin-right: 10px; font-size: 18px; }
.comment-list { border: 1px solid #e0e6e3; padding: 30px; margin-bottom: -1px; }
.comment { }
.comment-body { }
.comment-header { position: relative; }
.comment-header h4 { margin-bottom: 8px; }
.comment-author { }
.comment-author img { float: left; }
.comment-info { padding-left: 90px; }
.comment-meta-date { color: #8b9691; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; display: inline-block; }
.comment-content { margin-bottom: 10px; font-size: 16px; margin-top: 10px; }
.comment-btn { }
.childern { background-color: transparent; padding-left: 80px; margin-top: 50px; }

/*----- leave-Comments -----*/
.leave-comments { background-color: #fff; padding: 30px; border: 1px solid #e4e7e9; }

/*------------------------
 12. Sidebar / Widgets
--------------------------*/

/*----- widget -----*/
	.textmove1{text-align: center; margin-left: 0%; background: #dcd9d9;}
.widget { margin-bottom: 40px; border-radius: 0px; border: 1px solid #e0e6e3; padding: 30px; }
.widget-title { color: #121312; font-size: 18px; font-weight: 700; margin-bottom: 18px; text-transform: uppercase; border-bottom: 1px solid #1aa644; display: table; }
.widget-categories { }
.widget-categories ul li { position: relative; margin-bottom: 8px; }
.widget-categories ul li a { font-size: 15px; font-weight: 400; color: #6e726e; display: block; line-height: 1.8; padding-left: 12px; text-transform: capitalize; }
.widget-categories ul li a:hover { color: #1aa644; }
.widget-archives { }
.widget-archives ul li { position: relative; margin-bottom: 8px; }
.widget-archives ul li a { font-size: 15px; font-weight: 400; color: #6e726e; display: block; line-height: 1.8; padding-left: 12px; text-transform: capitalize; }
.widget-archives ul li a:hover { color: #1aa644; }
.recent-post { margin-bottom: 16px; border-bottom: 1px solid #e0e6e3; }
.recent-post .meta { text-align: left; margin-bottom: 20px; }
.recent-img img { }
.recent-pic { float: right; }
.recent-title { line-height: 22px; font-size: 16px; }
.widget-tags { }
.widget-tags a { color: #fff; padding: 4px 10px; background-color: #121312; display: inline-block; margin-bottom: 5px; border-radius: 0px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; line-height: 20px; margin-right: 5px; border: 0px; }
.widget-tags a:hover { background-color: #1aa644; color: #fff; border: 0px; }
.widget-search { }
.widget-search button { background-color: transparent; border: transparent; color: #1aa644; font-size: 12px; position: absolute; right: 0px; padding: 12px 0px; bottom: 0; }
.widget-search .form-control { height: 49px; margin-bottom: 0px; }
.search-form { position: relative; }

/*-------------Template-features-------------*/
.key-features { margin-bottom: 30px; }
.key-features-title {font-family: 'Zilla Slab', serif; font-size: 16px; font-weight: 500; text-transform: uppercase; display: inline-block; border-bottom: 1px solid #e0e6e3; margin-bottom: 12px; padding-bottom: 4px; line-height: 1; }
.key-features p {   }

.smm1{padding-right:12px;padding-left:8px;}
 

/* Large Devices, Wide Screens */
@media only screen and (max-width:1440px) {
    .slider-captions { bottom: 53px; }
}
@media only screen and (max-width:1200px) {
    #navigation>ul>li>a { padding: 22px 24px; }
    .slider-captions { bottom: 70px; text-align: center; }
    .slider-title { font-size: 28px; line-height: 32px; }
    .slider .owl-theme .owl-nav { }
    .slider .owl-theme .owl-dots { bottom: 35px; }
   
}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) { }

/* Small Devices, Tablets */
@media only screen and (max-width:768px) 
{
	.abbr3:hover::after {
   position: absolute;
    bottom: 161%;
    left: 70%;
    display: block;
    padding: 0px 0px 0px 4px;
    border: 1px solid gray;
    background-color: #fff;
    content: attr(t);
    width: 170px;
    border-radius: 3px;
    font-weight: 600;
    height: 27px;
    cursor: pointer;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    color: #1686dd;
    font-size: 14px;
}
	.mv1{margin: 8px 33px 8px 115px;
    float: left;}

	.img-card1 {
  
    margin: 0px 0px 0px 200px;
}
	.sub_cat_img{    margin:10px 0px 0px 6px;}
	.wrapper {
    padding-left: 0%;
}
	.textmove1{text-align: center; margin-left: 0%; background:#dcd9d9;}
	.banner { background: url( imagesn/banner-logo.png) no-repeat; width: 250px; height: 67px;margin-left: 29%;}
    .banner:hover { background: url( imagesn/banner-logo-h.png) no-repeat; width: 250px; height: 67px;}
	 nav a {	display:block;padding:4px 44px;color:black;font-size:13px;	text-decoration:none;border-right:none;}
	 .link{font-size:12px;}
    .slider-captions { bottom: 80px; text-align: center; }
    .slider i { font-size: 30px; }
    .slider-title { font-size: 32px; line-height: 40px; }
    .slider .owl-nav { }
    .slider .owl-theme .owl-nav .owl-prev { top: 30%; }
    .slider .owl-theme .owl-nav .owl-next { top: 30%; }
    .slider .owl-theme .owl-dots { bottom: 35px; }
    .page-section { padding-top: 70px; padding-bottom: 40px; }
    .slider .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 4px; background: transparent; border-radius: 50px; border: 2px solid #fff; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
    .space-medium { padding-top: 45px; padding-bottom: 40px; }
    .content { padding-top: 45px; padding-bottom: 40px; }
    .thumb-block { margin-bottom: 10px; }
    .ft-logo { margin-top: 0px; }
    .menu-title{margin-bottom: 20px;}
    .menu-content{margin-bottom: 20px;}
    .dish-content{margin-bottom: 20px;}
    .footer-widget{margin-bottom: 35px;}
    .footer-title{margin-bottom: 20px;}
    .childern{padding-left: 10px; margin-top: 10px;}
    .logo1 {text-align: center; position: relative;z-index: 3;margin-top: 16px; HEIGHT:90PX; }
    .check{margin-top:2px;max-width: 5%;margin-top: -30px;}	
    .ltt{padding-left:2px}
    .top-bar { padding-top: 0px; }
    .page-title { font-size: 30px; }
    .tinymove{font-size: 13px;padding-top: 1px;    padding-left:0px}
    .tinymove1{padding-left:33%}
    .thumbnail-text {text-align: center; line-height: 1.2;width:auto; height: 44px; overflow: hidden; table-layout: fixed;display: block;}
   .membership {float: right; margin: -8px 0px 0 0; width: 199px; height: 32px;background-image: none;}
    .new { font-size: 30px;font-weight: bold;margin-top:0px;padding-left: 0%;text-align:center;}
    .grad {background:url(../images/btn_enq.png) repeat-x;float:none; padding:7px; margin-left:5px; }
    .slider { margin-bottom: -40px; }
    .slider-img { position: relative; width: 100%;    height: 90px; }
    .foo{padding: 8%; text-align: justify;}
    .heading { font-weight: normal; width: 100%;height: 30px;background: #FC1313 url(imagesn/bgs) repeat-x;line-height: 33px;font-size: 15px; padding-left: 20px;}  
   .pimage{margin-left:28%}
    .textmove{text-align:center;margin-left:0%;}
    .footer ul li.jUs span:before {border-left: 8px solid rgba(0, 0, 0, 0);border-top: 8px solid #fb0504;position: absolute; height: 0; width: 0; content: '';     left: 90px; bottom: 71px;}
    #divcatalog { float: none;margin: 0px auto;text-align: center;}
  .tab1 { text-align:center;}
  .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 26px 6px 0px 6px;
    border-radius: 3px;
    line-height: 26px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) 


{
	.mbresponsive{margin: 0px 13px 0px 11px}
	
	.mrg{margin: 0px 0px 0px 7px;}
	
	
	
	.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 26px 6px 0px 6px;
    border-radius: 3px;
    line-height: 26px;
}
	.abbr3:hover::after {
   position: absolute;
    bottom: 161%;
    left: -397%;
    display: block;
    padding: 0px 0px 0px 4px;
    border: 1px solid gray;
    background-color: #fff;
    content: attr(t);
    width: 170px;
    border-radius: 3px;
    font-weight: 600;
    height: 27px;
    cursor: pointer;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    color: #1686dd;
    font-size: 14px;
}
	.mv1{margin: 8px 0px 8px 20px;margin: 8px 33px 8px 20px;
    float: left;}

	.img-card1 {
  
    margin: 0px 0px 0px 60px;
}

	
	.footer {
    margin-top: 5%;
}
	#mr1{margin-left:19%;}
	.ter{margin: 0;padding: 1px 135px; padding-right: 0px; line-height: 1.7;}
	.ter1{padding-left:138px;}
	.smm1{padding-right:15px;padding-left: 15px;}
	.textmove1{text-align: center; margin-left: 0%; background: #dcd9d9;}
    .textmove{text-align: center; margin-left: 0%;}
	.banner {background: url( imagesn/banner-logo.png) no-repeat; width: 250px; height: 67px; margin: 0 auto;}
    .top-bar { padding-top: 0px; }
    .link{ color:#CC0000; text-decoration:none;font-size:14px; }  
    .support-bar { margin-bottom: 10px;z-index:14 }
    .slider-captions { bottom: 18px; background: transparent; }
    .slider-title { font-size: 21px; line-height: 26px; }
    .slider .owl-theme .owl-nav { display: none; }
    .slider .owl-theme .owl-dots { bottom: 24px; }
    .slider .owl-theme .owl-dots .owl-dot span { width: 5px; height: 5px; margin: 4px 3px; background: #6e726e; border-radius: 0px; border: 2px solid #6e726e; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
    .page-section { padding-bottom: 20px; padding-top: 20px; }
    .page-title { font-size: 30px; }
    .space-medium { padding-top: 35px; padding-bottom: 30px; }
    .content { padding-top: 35px; padding-bottom: 30px; margin: 0px 0px 0px 8px;}
    .thumb-block { margin-bottom: 10px; }
    .menu-title{margin-bottom: 15px;}
    .menu-content{margin-bottom: 15px;}
    .dish-content{margin-bottom: 15px;}
   .footer-widget{margin-bottom:10px;}
    .footer-title{margin-bottom: 15px;}
    .tinymove{font-size: 13px;padding-top: 1px;    padding-left:0px}
     .tinymove1{padding-left:22%}
    .childern{padding-left: 10px; margin-top: 10px;}
    .thumbnail-text{text-align:center;width:auto;    line-height: 1.2;height: 44px;overflow: hidden;table-layout: fixed;display: block;  color: #7A7677;}
	.membership {
    float: right;
    margin: -8px 0px 0 0;
    width: 199px;
    height: 32px;
    background-image: none;
}
#mv1{margin-top:-18px;}
  .td.shadow{margin-left:10px;}
    .grad {background:url(../images/btn_enq.png) repeat-x;float:none; padding:7px; margin-left:35px; }
.logo1 {
   text-align: center;
    position: relative;
    z-index: 3;
    margin-top: -6px;
    HEIGHT: 90PX;
 
}
.new {
    font-size: 22px;
    font-weight: bold;
    margin-top:0px;
    padding-left: 0%;
}
#divcatalog {
      float: none;
    margin: 0px auto;
    text-align: center;
}
.check{
 	    margin-top: 2px;
    max-width: 6%;
    margin-top: -18px;

}	
.mo{margin: 2% 3% 3% 81px;}
.slider { margin-bottom: -40px; }
.slider-img { position: relative; width: 100%;    height: 90px; }
.foo{padding: 8%;
    text-align: justify;}
.heading {
    font-weight: normal;
    width: 100%;
    height: 30px;
    background: #FC1313 url(imagesn/bgs) repeat-x;
    line-height: 33px;
    font-size: 15px;
    padding-left: 20px;
}  
 
.pimage{margin-left:0%}
.footer ul li.jUs span:before {border-left: 8px solid rgba(0, 0, 0, 0);border-top: 8px solid #fb0504;position: absolute; height: 0; width: 0; content: ''; left:68px; bottom: 47px;}

}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
    .top-bar { padding-top: 0px; }
    .support-bar { margin-bottom: 10px;z-index:14  }
    .slider-captions { bottom: 18px; background: transparent; }
    .slider-title { font-size: 21px; line-height: 26px; }
    .slider .owl-theme .owl-nav { display: none; }
    .slider .owl-theme .owl-dots { bottom: 24px; }
    .slider .owl-theme .owl-dots .owl-dot span { width: 5px; height: 5px; margin: 4px 3px; background: #6e726e; border-radius: 0px; border: 2px solid #6e726e; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
    .page-section { padding-bottom: 20px; padding-top: 20px; }
    .page-title { font-size: 30px; }
    .space-medium { padding-top: 35px; padding-bottom: 30px; }
    .content { padding-top: 35px; padding-bottom: 30px; }
    .thumb-block { margin-bottom: 10px; }
    .ft-logo { margin-top: 0px; }
    .menu-title{margin-bottom: 15px;}
    .menu-content{margin-bottom: 15px;}
    .dish-content{margin-bottom: 15px;}
    .footer-widget{margin-bottom: 8px;}
    .footer-title{margin-bottom: 15px;}
    .childern{padding-left: 10px; margin-top: 10px;}
    .membership {
    float: right;
    margin: -8px 0px 0 0;
    width: 199px;
    height: 32px;
    background-image:none;
}
.logo1 {
   text-align: center;
    position: relative;
    z-index: 3;
    margin-top: -26px;
    HEIGHT: 90PX;
}
.new{
   font-size: 24px;
    font-weight: bold;
    margin-top: -12px;
    padding-left:2%;
}	
#divcatalog {
      float: none;
    margin: 0px auto;
    text-align: center;
}

.abbr {
    position: relative;
    z-index: 10;
}
.heading {
    font-weight: normal;
    width: 100%;
    height: 30px;
    background: #FC1313 url(imagesn/bgs) repeat-x;
    line-height: 33px;
    font-size: 12px;
    padding-left: 20px;
} 
/*.new .mem_since .abbr:hover {
    position: absolute;
    bottom: 100%;
    left: 80%;
    display: block;
    padding: 4px 0 0 6px;
    background: url('../images/tooltip-bubble-bottom.png');
    content: attr(t);
    width: 130px;
    height: 34px;
    cursor: pointer;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    color: #1686dd;
    font-size: 15px;
}*/
.check{
 	margin-top: 2px;
    max-width: 10%;
    margin-top: -10px;

}
.slider { margin-bottom: -70px; }
.slider-img { position: relative; width: 100%;    height: 90px; }
.social_left{padding-left:22%}
.footer-widget {padding-left:26% }
.footer ul li.jUs span:before {border-left: 8px solid rgba(0, 0, 0, 0);border-top: 8px solid #fb0504;position: absolute; height: 0; width: 0; content: ''; left: 132px;bottom: 46px;}
.foo{padding: 15%;text-align: justify;}
.sideimage{width:20px; height:100px;}
.pimage{margin-left:8%}
}




/*slider css*/

.tcb-product-slider {
  background: #333;
  background-image: url(https://unsplash.it/1240/530?image=721);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.tcb-product-slider .carousel-control {
  width: 5%;
}
.tcb-product-item a {
  color: #147196;
}
.tcb-product-item a:hover {
  text-decoration: none;
}
.tcb-product-item .tcb-hline {
  margin: 10px 0;
  height: 1px;
  background: #ccc;
}
@media all and (max-width: 768px) {
  .tcb-product-item {
    margin-bottom: 30px;
  }
}
.tcb-product-photo {
  text-align: center;
  height: 180px;
  background: #fff;
}
.tcb-product-photo img {
  height: 100%;
  display: inline-block;
}
.tcb-product-info {
  background: #f0f0f0;
  padding: 15px;
}
.tcb-product-title h4 {
  margin-top: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tcb-product-rating {
  color: #acacac;
}
.tcb-product-rating .active {
  color: #FFB500;
}
.tcb-product-price {
  color: firebrick;
  font-size: 18px;
}



.details {
    margin: 50px 0; }
 .details h1 {
      font-size: 32px;
      text-align: center;
      margin-bottom: 3px; }
    .details .back-link {
      text-align: center; }
      .details .back-link a {
        display: inline-block;
        margin: 20px 0;
        padding: 15px 30px;
        background: #333;
        color: #fff;
        border-radius: 24px; }
        .details .back-link a svg {
          margin-right: 10px;
          vertical-align: text-top;
          display: inline-block; }


/*BACK TO TOP CODE*/
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 80px;
    right: 0;
    background-color:transparent;
    color:red;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color:transparent;
    color: #000;
}

.ddlcateg {
    width: 0px;
    border: none;
    padding: 0px;
    color: #fff;
    outline: none;
}
.input-group-btn {
    position: relative;
    font-size: 12px;
    white-space: nowrap;
	 /*   border-right: 1px solid #4285F4;*/
}
.input-sm {
    height: 30px;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
/*panel registration*/
.txtsearch {
    padding: 3px 0px 0px 3px;
    width: 100%;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-btn {
    background-position: -9px -436px;
    width: 40px;
    height: 222px;
    position: fixed;
    top: 41%;
    left: 0px;
    margin-top: -111px;
    cursor: pointer;
    -moz-transition: box-shadow .25s ease-in-out;
    -webkit-transition: box-shadow .25s ease-in-out;
    -o-transition: box-shadow .25s ease-in-out;
    -ms-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out;
    z-index: 10;
    opacity: 1.0;
}
.demo{ background: #d57d7d; }
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    position: relative;
    border-bottom: 0 none;
}
.tab .nav-tabs li{
    text-align: center;
}
.tab .nav-tabs li a{
    display: block;
    height: 70px;
    line-height: 65px;
    background: linear-gradient(165deg, transparent 29%, #908a78 30%);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-right: 0;
    border-radius: 0;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
    background: linear-gradient(165deg, transparent 29%, #efe8d5 30%);
    border: none;
    color: #908a78;
}
.tab .nav-tabs li a:before{
    content: "";
    height: 70px;
    line-height: 90px;
    border-bottom: 70px solid rgba(0, 0, 0, 0.1);
    border-right: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
}
.tab .nav-tabs li:last-child a:before{
    border: none;
}
.tab .tab-content{
    font-size: 14px;
    color: #6f6c6c;
    line-height: 26px;
    background: #efe8d5;
    padding: 20px;
}
.tab .tab-content h3{
    font-size: 24px;
    color: #6f6c6c;
    margin-top: 0;
}
.tab .tab-content p{
    margin-bottom: 0;
}
@media only screen and (max-width: 480px){
    .tab .nav-tabs li{
        width: 100%;
        margin-bottom: 8px;
    }
    .tab .nav-tabs li:last-child{
        margin-bottom: 0;
    }
    .tab .nav-tabs li a:before{
        border: none;
    }
}


@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);

html,
body {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 100%;
  width: 100%; 
  
  font-weight: 400;
}
 
.wrapper {
  display: table;
 /* height: 100%;*/
  width: 100%;
  padding-top:1%;
}

.container-fostrap {
  display: table-cell;
  padding: 0em;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  color: #505050;
}
@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
} 
.card 
{
	width:95%;
	height:220px;
    margin: 0px 0px 0px 4px;
    display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid silver;
    transition: box-shadow .25s; 
}
.card h2 {
    font-size:15px;
    font-weight: bold;
    line-height: 42px;
    margin:0px 20px;
    color:#024;
    border-bottom:2px solid red;
}


.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  border:1px solid #2597a0;
}
.img-card 
{
	float:left;
  width: 45%;
  height:140px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
    border:1px solid #2597a0;
    padding:2%
}
.img-card img{
   /* width: 140px;*/
    height: 125px;
   /* max-width: 73%;*/
    object-fit: cover;
    transition: all .25s ease;
} 
.card-content {
  padding: 13px 8px 65px 10px;
    text-align: left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}
.content{padding:2px 0px}


.cardmini 
{
	width:95%;
	height:198px;
    display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid silver;
    transition: box-shadow .25s; 
}
.cardmini h2 {
    font-size: 11px;
    font-weight: bold;
    line-height: 36px;
    margin: 2px 3px 7px 2px;
    color: #024;
    text-align: center;
}


.cardmini:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  border:1px solid #2597a0;
}