@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Pacifico);
 



/* Responsive Full Background Image Using CSS
 * Tutorial URL: http://sixrevisions.com/css/responsive-background-image/
*/
body {
  /* Location of the image */
  background-image: url(../images/bg-all.jpg)!important;
  
  /* Image is centered vertically and horizontally at all times */
  background-position: center center!important;
  
  /* Image doesn't repeat */
  background-repeat: no-repeat!important;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed!important;
  
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover!important;
  
  /* Pick a solid background color that will be displayed while the background image is loading 
  background-color:#464646!important;*/
  
  /* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
    background-image: url(../images/bg-all.jpg)!important;
  }
	}

.sml-bdr{border-top:1px solid #761409!important; height:2px!important; line-height:0px!important; padding:0px!important;   margin:0 auto; width:200px}
.head-h1{text-align:center; padding:10px 0px 10px 0px; text-transform:uppercase; font-size:45px;    color:#1b1b1b; margin:0px;  font-weight:600;}
h6{font-size:15px!important; color:#3c3c3c; font-style:italic; font-weight:400!important; margin-bottom:20px; line-height:24px;}
.tp-bnr{padding:0px 10px;}
.tp-bnr img{border-bottom-left-radius:5px; border-bottom-right-radius:5px;  min-width:100px;}
.btn-dnt{
position:fixed; z-index:99999999; right:0px; top:2px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e87400+0,f48d18+33,f49a3a+60,f2a757+100 */
background: #e87400; /* Old browsers */
background: -moz-linear-gradient(left, #e87400 0%, #f48d18 33%, #f49a3a 60%, #f2a757 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #e87400 0%,#f48d18 33%,#f49a3a 60%,#f2a757 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e87400 0%,#f48d18 33%,#f49a3a 60%,#f2a757 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87400', endColorstr='#f2a757',GradientType=1 ); /* IE6-9 */

font-size:18px; padding:8px 10px 8px 10px; font-weight:600; line-height:20px;   border:none; border-radius:5px; color:#fff; 

}
.btn-dnt:hover{background:#f7830e; border:none; color:#fff;}
.marg10{ margin:10px;}
.shdw-ome1{box-shadow: 0px 2px 2px 0px #7D7D7D;  border-radius:5px; padding:5px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ecaf00+0,ed9500+43,ed8802+100 */
background: #ecaf00; /* Old browsers */
background: -moz-linear-gradient(top, #ecaf00 0%, #ed9500 43%, #ed8802 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ecaf00 0%,#ed9500 43%,#ed8802 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ecaf00 0%,#ed9500 43%,#ed8802 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecaf00', endColorstr='#ed8802',GradientType=0 ); /* IE6-9 */
}
.active-menu{background-color:#5a070b; color:#fff!important;}
.active-menu a{background-color:#5a070b; color:#fff!important;}

.active-menu-inner{ color:#fff!important;}
.active-menu-inner a{background-color:#68070c; color:#fff!important;}

.shdw-ome-inner{box-shadow: 0px 2px 2px 0px #7D7D7D;  border-radius:5px; padding:5px; background-image:url(../images/bg-trans2.png)!important;}
.shdw-ome-inner h2{font-size:28px; color:#6a0807; font-weight:600; border-bottom:1px solid #e3bfbf; padding-bottom:10px; padding-top:10px;}

.shdw-ome-inner h3{font-size:22px; color:#000000!important; font-weight:600;   padding-bottom:0px; padding-top:10px; margin-bottom:14px;}

.shdw-ome-inner p{color:#000!important; font-size:16px!important; line-height:26px;}
.shdw-ome-inner h5{text-align:center; font-style:italic; font-size:26px!important; line-height:36px; color:#6a0807!important; font-family: 'Pacifico', cursive;}

.wave-ul-font{ font-size:15px; line-height:15px;padding:0px; margin:0px; list-style:none; padding-bottom:20px;}
.wave-ul-font ul{ font-size:15px; line-height:15px; color:#434343; padding-left:15px; text-align:left; vertical-align:top; color:black}
.wave-ul-font li{ font-size:20px; line-height:20px; color:#434343; padding-left:15px; text-align:left; vertical-align:top; color:black}
.img12{border:5px solid #eb9f00!important; margin-top:8px; margin-bottom:8px;}
.wave-ul-font td{ font-size:15px; line-height:30px; color:#434343; padding-left:15px; text-align:left; vertical-align:top; color:black;font-weight:bold}
.wave-ul-font td i{ width:20px; font-size:18px; margin-right:10px; color:#797979;}
.wave-ul-font td a{color:#0078B3; text-decoration:underline;}

.toggle3{width:90%!important;}
.toggle4{width:90%!important;}

.bg-green1{background-color:#355e80;border-left:5px solid #0e2f4b;}
 

.bg-green2{background-color:#355e80;border-left:5px solid #0e2f4b;}
.bg-green3{background-color:#355e80;border-left:5px solid #0e2f4b;}
.bg-green4{background-color:#355e80;border-left:5px solid #0e2f4b;}

.spnsr-all{overflow:hidden;  }
.spnsr-all h1{color:#e7f4ff; font-size:15px;  padding:0px; padding-top:28px; font-weight:500!important; text-transform:uppercase; text-align:left; margin:0px;}
.spnsr-all h2{color:#fff; padding-left:3px; font-size:40px; padding-top:10px; border-bottom:0px; text-align:left; margin:0px;}
.spnsr-all h3{color:#e7f4ff; font-size:15px; padding-top:5px; font-weight:normal; color:#fff!important; border-bottom:0px; text-align:left; margin:0px;}
.spnsr-all p{color:#111; font-size:15px!important; text-align:left; padding:5px 0px 5px 0px; margin:0px!important;}

.bdr-spnsr{border:1px solid #355e80; text-align:center; margin-bottom:20px; overflow:hidden; padding:10px}
.bdr-spnsr img{height:150px;}
.bg-grey-height{background-color:#eeeeee; }
.spnsr-head{background-color:#355e80; padding:10px; color:#fff; font-size:18px;}
.spnsl-l{padding-left:0px!important;}
.spnsl-r{padding-right:0px!important;}


.spg-12{border-bottom:1px solid #D8D8D8; border-top:1px solid #D8D8D8; background-image:url(../images/texture-paper.jpg); padding-top:10px; overflow:hidden; padding-bottom:8px;}
.spg-12:hover{background-color:#ebebeb;}
.spg-12 h3{ font-size:16px; padding:8px 0px; margin:0px;}
.spg-12 h4{font-size:15px!important; padding:0px 0px 7px 0px; margin:0px; font-weight:bold!important;}
.spg-12 a{color:#5a070b; font-weight:bold; text-decoration:underline;}

.spg-121{border-bottom:1px solid #e1e1e1; border-top:1px solid #e1e1e1; background-image:url(../images/texture-paper.jpg); padding-top:10px; overflow:hidden; padding-bottom:8px;}
.spg-121:hover{background-color:#f7f7f7;}
.spg-121 h3{ font-size:16px; padding:8px 0px; margin:0px;}
.spg-121 h4{font-size:15px!important; padding:0px 0px 7px 0px; margin:0px; font-weight:bold!important;}
.spg-121 a{color:#5a070b; font-weight:bold; text-decoration:underline;}

.marg-top10{margin-top:10px!important;}

.dnt-btn1 img{width:25px; margin-bottom:5px;}
.dnt-btn1{ padding:10px 15px!important; font-weight:bold; float:right; font-size:18px; color:#fff; border-radius:5px; margin-top:4px; margin-bottom:8px; text-align:center;
background: #760d11;

}
.dnt-btn1:hover{background-color:#f9a705!important;}

.form-default_contacts-bg{background-image:url(../images/stripes.jpg); background-position:center; border-radius:5px;}
.form-default_contacts-bg h3{padding:10px 0px 15px 0px; font-size:24px; font-weight:bold; color:#6a0807; margin:10px 15px 25px 15px; border-bottom:1px solid #aa960e;}

.banner-bg{ 

background-image:url(../images/stripes.jpg); background-position:left;
	
	 border-top-left-radius:5px; border-top-right-radius:5px; overflow:hidden;}
	 
.banner-bg h2{font-size:42px; font-weight:600;  color:#6a0809!important; border-top:4px double #6a0809!important; border-bottom:4px double #6a0809!important; padding-top:20px; padding-bottom:30px;    z-index:9999999999999999; line-height:45px; margin-bottom:20px;}
.banner-bg h3{font-size:22px; padding-left:0px;  padding-top:12px; color:#6a0809!important; z-index:9999999999999999; line-height:35px; margin-bottom:12px;}

.pad-left-right20{padding-left:10px; padding-right:10px; text-align:center;}

.icon-new1{ background-color:#e7ae00; color:#fff; height:70px; border-radius:100px; width:70px; box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.75);}
.fst1{font-size:40px!important; padding-top:12px;}
.snd2{font-size:45px;  padding-top:20px;}
.tre3{font-size:65px; padding-top:12px;}
.marg-tp70{margin-top:70px;}
.marg-tp20{margin-top:20px;}
.pad10{padding:10px;}
.pad0{padding:0px!important;}


.icn-tp1{  padding:0px; border-radius:4px; color:#fff; box-shadow:0 1px 4px 0 #6a260a; margin:0px; margin-left:10px;  background-color:#ffffff!important; margin-right:10px; margin-bottom:10px;}
.icn-tp1 h5{margin-left:-45px; position:absolute; margin-top:163px; float:left; text-align:center; color:#421502; font-size:50px;}
.icn-tp1 p{ font-size:19px; text-align:center; border-bottom:none; color:#421502; padding-bottom:10.5px; padding-top:10.5px; margin:0px;}
.icn-tp1 p span{ font-weight:bold; color:#49382e; font-size:15px;} 
.icn-tp1 h4{ font-size:16px; text-align:center; border-bottom:1px solid #efefef; padding-bottom:12px; padding-top:12px; margin:0px;}
.icn-tp1 h4 span{ font-weight:bold;}

.ttl1{font-size:18px!important; margin:0px!important;

 
  color:#421502;   padding:4px 0px; border-top-left-radius:5px; border-top-right-radius:5px;}

.font16{font-size:118px!important;}
.icn-tp12{   border-radius:4px; color:#111; margin:0px; margin-top:10px; overflow:hidden; }
.icn-tp12 p{ font-size:18px; text-align:left;  padding-bottom:4px; padding-top:4px; padding-left:4px; margin:0px!important;}
.icn-tp12 p i{ margin-right:5px; color:#421502;}
 .icn-tp12 p span{ font-weight:bold; color:#fff; font-size:15px;}
.icn-tp12 p a{ font-weight:bold; color:#906c00!important;}
.icn-tp12 h4{ font-size:20px; float:right; font-weight:600; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);  height:180px; width:180px; background-color:#e7ae00;  border-radius:100px; text-align:center;  padding-bottom:12px; padding-top:35px; color:#fff; line-height:25px;  margin:0px; margin-right:100px; margin-top:80px;}

.dnt-btn{padding:10px 8px 10px 8px!important; font-size:16px; color:#fff; border-radius:5px; margin-top:4px; margin-bottom:8px; text-align:center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#640a0c+0,770d11+100 */
background: #640a0c; /* Old browsers */
background: -moz-linear-gradient(top, #640a0c 0%, #770d11 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #640a0c 0%,#770d11 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #640a0c 0%,#770d11 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#640a0c', endColorstr='#770d11',GradientType=0 ); /* IE6-9 */

}
.dnt-btn:hover{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#770d11+0,640a0c+100 */
background: #770d11; /* Old browsers */
background: -moz-linear-gradient(top, #770d11 0%, #640a0c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #770d11 0%,#640a0c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #770d11 0%,#640a0c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#770d11', endColorstr='#640a0c',GradientType=0 ); /* IE6-9 */}

.dnt-btn img{ width:20px!important; float:left!important; padding-top:0px; margin-right:6px;}
.shw-bdr{border-right:1px solid #c6c6c6;}
.wavenote1{ padding:5px 0px 5px 0px;}
.wavenote1 p{ padding:0px 5px; margin:0px; font-weight:400; color:#151515; font-size:12px!important; font-family:Century Gothic; }
.wavenote1 p a{color:#8e191b;}
.icn-tp12 h4 img{ width:30px; margin-bottom:10px; }
.icn-tp12 h4 a span{ font-weight:bold; color:#fff!important;}
.cp-l{text-align:left; padding-top:5px; padding-bottom:3px;}
.cp-r{text-align:right; padding-top:5px; padding-bottom:3px; float:right!important;}
.fot-inr{position:absolute; bottom:0px; right:0px; left:280px;}
 

.cpy-rit{background-color:#482022; color:#fff; overflow:hidden; margin-top:10px; background-repeat:repeat;  padding:10px 10px;}
.ad-sctn{background-image:url(../images/bg-trans2.png); padding:4px; width:146px; border-radius:5px; margin-top:0px;}
.ad-sctn img{ margin-bottom:1px; border-radius:3px;}
.ad-sctn h2{ color:#111; font-size:20px; font-weight:bold; padding:5px 0px 10px 0px; margin-bottom:20px; border-bottom:1px solid #111;}

.hdg-shl{font-size:17px; color:#e3babc; margin-top:3px; padding:15px 32px 15px 22px; font-weight:bold; background-color:#5a070b;}

.bg-l{margin-left:4px!important; }
.bg-l a{font-size:14px!important; padding-left:0px!important;  padding-top:10px!important; padding-bottom:10px!important; }
.sfnt{font-size:13px!important; padding-top:7px!important;}
	.social__item{line-height:20px!important; padding-top:-5px!important; border:1px solid #7fc6cf!important;}
	
.form-group { }	
  .form-control {
	  margin-top:4px;
  display: block;
  width: 100%;
  padding: 5px 10px!important;
  font-size: 14px!important; 
  color: #55595c!important;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.25rem; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0px!important; }
  .form-control:focus {
    border-color: none;
	box-shadow: inset 0px 0px 1px 0px #0bb7a5!important;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }
label{ color:#000000!important; font-size:15px!important;}	








.pricing-table {
	margin: 20px auto;
	text-align: center;
	
	
}

.pricing-table .plan {
	margin-bottom:20px!important;
	font-size: 12px;        
	background: #fff;      
	border: 1px solid #ddd;
	border-radius:5px!important;
	color: #333;
	padding: 20px;
	width: 100%; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */      
	float: left;
	min-height:380px;
	position: relative;
}

.pricing-table .most-popular {
	z-index: 2;
	top: -13px;
	border-width: 2px;
	padding: 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 5px 5px 2px #d9d9d9;   
}

.pricing-table .plan:nth-child(1) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;        
}

.pricing-table .plan:nth-child(4) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;        
}

/* --------------- */	

.pricing-table h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #eee;
	background-image: -moz-linear-gradient(#fff,#eee);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
	background-image: -webkit-linear-gradient(#fff, #eee);
	background-image: -o-linear-gradient(#fff, #eee);
	background-image: -ms-linear-gradient(#fff, #eee);
	background-image: linear-gradient(#fff, #eee);
}

.pricing-table .most-popular h3 {
	background-color: #ddd;
	background-image: -moz-linear-gradient(#eee,#ddd);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));    
	background-image: -webkit-linear-gradient(#eee, #ddd);
	background-image: -o-linear-gradient(#eee, #ddd);
	background-image: -ms-linear-gradient(#eee, #ddd);
	background-image: linear-gradient(#eee, #ddd);
	margin-top: -30px;
	padding-top: 10px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; 		
}

.pricing-table .plan:nth-child(1) h3 {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;       
}

.pricing-table .plan:nth-child(4) h3 {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;       
}	

.pricing-table h3 span {
	display: block;
	font-weight: bold;
	font-size: 22px;
	font-family: Georgia, Serif;
	color: #777;
	background: #fff;
	border: 5px solid #fff;
	height: 120px;
	width: 120px;
	margin: 10px auto -65px;
	padding-top:18px;
	line-height:25px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

/* --------------- */

.pricing-table ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

.pricing-table li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
	font-size:16px;
	line-height:25px;
}

/* --------------- */
	
.pricing-table .signup {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0 0;  
	color: #fff;
	font: bold 14px Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #72ce3f;
	background-image: -moz-linear-gradient(#72ce3f, #62bc30);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));    
	background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
	background-image: -o-linear-gradient(#72ce3f, #62bc30);
	background-image: -ms-linear-gradient(#72ce3f, #62bc30);
	background-image: linear-gradient(#72ce3f, #62bc30);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;     
	text-shadow: 0 1px 0 rgba(0,0,0,.3);        
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

.pricing-table .signup:hover {
	background-color: #62bc30;
	background-image: -moz-linear-gradient(#62bc30, #72ce3f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));      
	background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
	background-image: -o-linear-gradient(#62bc30, #72ce3f);
	background-image: -ms-linear-gradient(#62bc30, #72ce3f);
	background-image: linear-gradient(#62bc30, #72ce3f); 
}

.pricing-table .signup:active, .pricing-table .signup:focus {
	background: #62bc30;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}
















.signup1 {
	float:right;
	padding: 8px 20px;
	margin: 0px 0 0 10px;  
	color: #fff;
	font: bold 14px Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;       
	background-color: #72ce3f;
	background-image: -moz-linear-gradient(#72ce3f, #62bc30);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));    
	background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
	background-image: -o-linear-gradient(#72ce3f, #62bc30);
	background-image: -ms-linear-gradient(#72ce3f, #62bc30);
	background-image: linear-gradient(#72ce3f, #62bc30);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;     
	text-shadow: 0 1px 0 rgba(0,0,0,.3);        
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

.signup1:hover {
	background-color: #62bc30;
	background-image: -moz-linear-gradient(#62bc30, #72ce3f);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));      
	background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
	background-image: -o-linear-gradient(#62bc30, #72ce3f);
	background-image: -ms-linear-gradient(#62bc30, #72ce3f);
	background-image: linear-gradient(#62bc30, #72ce3f); 
}

.signup1:focus {
	background: #62bc30;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}

.marg-bot20{margin-bottom:10px;}
.bg-clr{}

.bg-clr h3{     background-color: #c5c5c5;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px 5px;
    text-align: center !important;}
.bg-clr h4{ font-size:20px; text-align:center!important; background-color:#5a5a5a; color:#fff; padding:10px;}

 
 .ul1{font-size:16px; color:#272727; line-height:28px; margin-left:40px;}
  .ul1 li{ margin:0px; font-size:16px; line-height:22px; color:#333; list-style-image:url(../images/guit.jpg); padding-left:10px;}

.secon1{ text-align:center; box-shadow:-1px 1px 10px 1px #969696; text-transform:uppercase;}
.secon1 h3{  background-color:#355e80; color:#ffffff!important; font-size:14.5px; width:100%; padding-top:14px; padding-bottom:14px; margin-bottom:0px;}
.secon1 p{ text-align:center!important; font-size:14px!important; font-weight:600; color:#232323!important;   padding-top:10px; padding-bottom:10px; margin:0px!important;}
.bg-white{  background-color:#fbfbfb; }
.bg-grey{  background-color:#eeeeee; }
.bg-blue{  background-color:#355e80; }

	
@media (max-width: 1020px) {
.social__item{line-height:20px!important; padding-top:-5px!important; border:1px solid #5a070b!important;}	
.smal-text-center{text-align:center;}

  .sfnt{  color:#5a070b;}
  .hdg-shl{width:100%;}
  .bg-l{ margin-left:0px!important; padding-left:0px!important; }
  .bg-l a{margin-left:0px!important; padding-left:30px!important; left:0px!important}
}
@media (max-width: 1400px) {
.banner-bg h2{font-size:37px; font-weight:600;  color:#6a0809; border-top:4px double #6a0809; border-bottom:4px double #6a0809; padding-top:10px; padding-bottom:10px;    z-index:9999999999999999; line-height:45px; margin-bottom:20px;}
.banner-bg h3{font-size:18px!important; padding-left:0px;  padding-top:10px; color:#6a0809; z-index:9999999999999999; line-height:35px; margin-bottom:10px;}

.icn-tp1{  padding:0px; border-radius:4px; color:#fff; box-shadow:0 1px 4px 0 #6a260a; margin:0px; margin-left:10px; margin-right:10px; margin-bottom:10px;}
.icn-tp1 h5{margin-left:-45px; position:absolute; margin-top:110px; float:left; text-align:center; color:#421502; font-size:50px;}
.icn-tp1 p{ font-size:16px; text-align:center; border-bottom:none; color:#421502; padding-bottom:8.5px; padding-top:8.5px; margin:0px;  padding-left:5px; padding-right:5px;}
.icn-tp1 p span{ font-weight:bold; color:#49382e; font-size:15px;} 
.icn-tp12 p{ font-size:16px; text-align:left;  padding-bottom:4px; padding-top:4px; padding-left:12px; margin:0px;}
}

@media (max-width: 1600px) {
.banner-bg h2{font-size:30px; font-weight:600;  color:#6a0809; border-top:4px double #6a0809; border-bottom:4px double #6a0809; padding-top:10px; padding-bottom:10px;    z-index:9999999999999999; line-height:40px; margin-bottom:10px;}
.banner-bg h3{font-size:18px!important; padding-left:0px;  padding-top:5px; color:#6a0809; z-index:9999999999999999; line-height:35px; margin-bottom:5px;}

.icn-tp1{  padding:0px; border-radius:4px; color:#fff; box-shadow:0 1px 4px 0 #6a260a; margin:0px; margin-left:10px; margin-right:10px; margin-bottom:10px;}
.icn-tp1 h5{margin-left:-45px; position:absolute; margin-top:110px; float:left; text-align:center; color:#421502; font-size:50px;}
.icn-tp1 p{ font-size:16px; text-align:center; border-bottom:none; color:#421502; padding-bottom:7px; padding-top:7px; margin:0px;  padding-left:5px; padding-right:5px;}
.icn-tp1 p span{ font-weight:bold; color:#49382e; font-size:15px;} 
.icn-tp12 p{ font-size:16px; text-align:left;  padding-bottom:4px; padding-top:4px; padding-left:0px; margin:0px;}
}

 