
/*Menu css here*/

/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
}
 

h3 a {
	color: #FFF;
}

a {
	color: #FFF;
}

 

#container {
	margin: 0 auto;
	max-width: 890px;
}

p {
	text-align: center;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	background-color: #000;
}

#logo {background-color:
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px; width:300px;
}
.w100{ width:100%; height:auto; }
.callnow a:link{background-color: #ff0; width:100%; display:block; text-align:center; padding:5px 20px 5px 20px; border-radius:10px; color:#F00;}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

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;
	 
	}

/* Styling the links */
nav a {
	display:block;
	padding:0px 20px; line-height:60px;
	color:#F00;
	font-size:17px;
	text-decoration:none;
}


nav ul li ul li:hover { background: #000; }

/* Background color change on Hover */
nav a:hover { 
	  color:#FF0; text-decoration:none;
}

/* 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: 60px; 
	z-index:9999;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;background-color: #FF0; color:#000; 
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@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: #000;
		padding:14px 20px;	
		color:#F00;
		font-size:17px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #FF0;
	}

	/* 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: #FF0; color:#F00;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:0px 20px;	
		color:#F00; background:#FF0;
		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" */ 

	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}
/*close*/

.btn-primary {
    color: #F00;
    background-color: #FF0;
    border-color: #FF0; font-size:20px; margin:10px 0 0 0;
}
.bg-primary {
    color: #fff;
    background-color: #F00; font-size:30px; padding:10px;
}


 a.list-group-item {
    height:auto;
    min-height:220px; color:#F00 !important;
}
a.list-group-item.active small {
    color:#000;
}
.stars {
    margin:20px auto 1px;    
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #000 !important;
}

.blog-h1{ background-color:#F00 !important; padding:10px; line-height:30px;} 
.blog-p{ background-color:#00F !important; padding:10px; line-height:30px; } 


.Post{
  
  background-color:#000 !important;
  height:auto;
  box-shadow:-2px 2px 6px grey;
  text-decoration: none;
}
.Post:hover{
  background-color:Teal;
}
 
.Image{
   
  background-color:black;
  height:210px;
  box-shadow:-2px 2px 6px grey;
}
#ImgOne{
  background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2100&q=80");
   background-repeat: no-repeat;
  background-size: cover;
}
#ImgTwo{
  background-image: url("https://images.unsplash.com/photo-1548783386-b2637df626ce?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2100&q=80");
   background-repeat: no-repeat;
  background-size: cover;
}
#ImgThree{
  background-image: url("https://images.unsplash.com/photo-1561414927-6d86591d0c4f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1866&q=80");
   background-repeat: no-repeat;
  background-size: cover;
}
#ImgFour{
  background-image: url("https://images.unsplash.com/photo-1445855743215-296f71d4b49c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=3900&q=80");
   background-repeat: no-repeat;
  background-size: cover;
}
h2,p{
  color:black;
  margin:0px;
}
h2{
  padding:10px 10px 0px 20px;
}
p{
  padding:10px 0px 10px 0px; text-align:justify;
}
/*---------------blog-------------*/



 
 .module-border-wrap {
  max-width: 250px;
  padding: 1rem;
  position: relative;
  background: linear-gradient(to right, red, purple);
  padding: 3px; height:auto; margin:0 0 20px 0;}

.module {
  background: #222;
  color: white;
  padding: 2rem;
}
 
 
 
 .fa {
  padding: 10px;
  font-size: 18px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}


.tag-line{background:#A80000; line-height:30px;text-align:center; padding:0px;margin:0; color:#FFFFFF}
.tag-line2{background:#FF0; line-height:30px; color:#A80000; font-size:13px; padding:10px; text-align:center; padding:0px; margin:0 0px 10px 0px;}
 .button {
    backface-visibility: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  background: #F00;
  border-radius: 6px;
  border: 0px solid #444;
  border-width: 0px 0px 0px 0px;
  padding: 10px 20px 10px 20px;
    color: #fff;
  font-size: 14px; margin:0 0 10px 0;
 
  font-weight: 900;
  font-style: normal
  }
  .button > div {
    color: #999;
  font-size: 10px;
  font-weight: initial;
  font-style: normal;
  text-align: center;
  margin: 0px 0px 0px 0px
  }
  .button > i {
    font-size: 1em; width:97%;
  border-radius: 6px;
  border: 1px dashed #fff;
  border-width: 1px 1px 1px 1px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px
  }
  .button > .ld {
    font-size: initial
  }

.boton {
    background: #F00;
    background-image: -webkit-linear-gradient(top, #F00, #2980b9);
    background-image: -moz-linear-gradient(top, #F00, #2980b9);
    background-image: -ms-linear-gradient(top, #F00, #2980b9);
    background-image: -o-linear-gradient(top, #F00, #2980b9);
    background-image: linear-gradient(to bottom, #F00, #d46a04);
    -webkit-border-radius: 9;
    -moz-border-radius: 9;
    border-radius: 9px ;
	border:dashed 2px #FFF;
    font-family: Courier New;
    color: #fff;
    font-size: 18px;
    padding: 6px 0px 6px 0px;
    text-decoration: none;
    width: 80%; margin:0 2px 0 0;
} 

 

.img-border{border-image: url(../images/border.png)  30 round; border:solid 13px #FFF ; 
  padding:0px;

 -webkit-border-image: url(../images/gif/border.png) 25 25 round; /* Safari 3.1-5 */ 
 -o-border-image: url(../images/gif/border.png) 30 round; /* Opera 11-12.1 */  }


.side-menu a,h3>a:hover,h5>a:hover,h6>a:hover{text-decoration:none}

body{font-family:"Comic Sans MS", cursive;line-height:1.4285715;color:#ffffff;background-image:url(../images/bg4.gif);opacity:.9; background-position:center; background-repeat:repeat;  }

@font-face{font-family:'Exo 2';
font-style:normal;font-weight:400;src:local('Exo 2'),local('Exo2-Regular'),url(https://fonts.gstatic.com/s/exo2/v4/7cHmv4okm5zmbtYsK-4E4Q.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'Exo 2';font-style:normal;font-weight:400;src:local('Exo 2'),local('Exo2-Regular'),url(https://fonts.gstatic.com/s/exo2/v4/7cHmv4okm5zmbtYmK-4E4Q.woff2) format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Exo 2';font-style:normal;font-weight:400;src:local('Exo 2'),local('Exo2-Regular'),url(https://fonts.gstatic.com/s/exo2/v4/7cHmv4okm5zmbtYoK-4.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD} 



.center{text-align:center}
.mgpd{padding-right:0;padding-left:0}
.navbar{border-radius:0}
.mg-top{margin-top:20px}
.bg{background-color:#A80000; text-align:center;}
.p{line-height:20px;font-size:15px}
.sideheader,.social-btns .btn,h4{text-align:center}
.social-btns .btn:before{top:90%;left:-110%}
.social-btns .btn.facebook:before{background-color:#3b5998}
.social-btns .btn.facebook .fa{color:#3b5998;margin-left:-3px;margin-top:-3px}.social-btns .btn.twitter:before{background-color:#3cf}
.social-btns .btn.twitter .fa{color:#3cf;margin-left:-8px;margin-top:-6px}
.social-btns .btn.google:before{background-color:#dc4a38}
.social-btns .btn.google .fa{color:#dc4a38;margin-left:-5px;margin-top:-5px}
.social-btns .btn.dribbble:before{background-color:#f26798}.social-btns .btn.dribbble .fa{color:#f26798}
.social-btns .btn.skype:before{background-color:#00aff0}
.social-btns .btn.skype .fa{color:#00aff0;margin-left:-8px;margin-top:-6px}
.social-btns .btn:focus .fa,.social-btns .btn:hover .fa,fotter-bg>p>a{color:#fff}.social-btns .btn:focus:before,.social-btns .btn:hover:before{top:-10%;left:-10%}
.social-btns{font-size:0;position:absolute;top:0;bottom:0;left:0;right:0}
.social-btns .btn{display:inline-block;background-color:#fff;width:40px;height:40px;margin:0 4px;position:relative;overflow:hidden}
.social-btns .btn:before{content:'';width:120%;height:120%;position:absolute}

.map,.side-menu,img{max-width:100%; height:auto;}
.social-btns .btn .fa{font-size:38px;vertical-align:middle}
.mg-buttom1{margin-bottom:20px}

.fotter-bg{background-color:#00F;padding-bottom:40px;padding-top:25px}
.side-menu a{border-left:1px solid #fff;border-right:1px solid #fff;background-color:#fff;color:#000;display:block;padding:12px;font-size:14px;font-weight:600}

.side-menu a:hover{background-color:#F00;color:#fff}
.side-menu a.active{background-color:#413030;color:#fff}
.jumbotron1{padding:20px;margin-bottom:15px;background-color:#94867f}

.image,.sideheader,h4{background-color:none}

p{color:#fff}P>a{color:#f26798}h4{padding-top:8px;padding-bottom:8px;margin-bottom:0;color:#fff}
.checked{color:orange}
.fontsize,.margin-top,.white{color:#fff}
.image{ url(../images/border.png)  30 round; border:solid 13px #FFF ; 
  padding:0px;

 -webkit-border-image: url(../images/gif/border.png) 25 25 round; /* Safari 3.1-5 */ 
 -o-border-image: url(../images/gif/border.png) 30 round; /* Opera 11-12.1 */}
.bg,.bg1,.padding-left{}
.bg{padding-bottom:10px;padding-top:10px}
.size{font-size:25px}
.margin{margin:25px}
.sideheader{padding-top:8px;padding-bottom:8px;margin-bottom:0;color:#fff}
.mg-buttom{margin-bottom:0}
.borderbuttom{border-bottom:1px solid #f26798}
.backcolor{background-color:#fff}
.back-image{background-color:#f26798;padding-top:30px;padding-bottom:20px;margin-top:10px}
.backcolor1{background-color:#ef0730;padding-bottom:30px;padding-top:20px}
.fontsize{font-size:70px}
.col-color{background-color:#edeef2}
.bg1{background-color:#ccc;padding-bottom:10px;padding-top:10px}
.margin-down{margin:18px}
.navi{margin-bottom:16px}
.footer{border-top:2px solid #fff;background:url(../images/9.jpg);background-position:center; background-repeat:no-repeat; background-size:cover;}h1,h2,h3,h4,h5{color:#fff}h2>a:hover{color:#fff}h3>a:hover{color:#fff}h4>a:hover{color:#fff}h5>a:hover{color:#fff}
.footer p{font-size:16px;}
.mar-top{margin-top:4px;float:right}
.text-right{text-align:right}
.margin-top{margin-top:12px}h3>a,h5>a,h6>a{color:#fff}
.h2,h2{font-size:25px}.h3,h3{font-size:21px}
.backfotter-top{background-color:#d70808}
.borderwhite{padding:5px;background-color:#fff}a{color:#fff}
.font-size{font-size:18px}h1 a,h2 a{color:#231a1a}'
.font-size-b{font-size:20px}
.font-size-b2{font-size:16px}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{line-height:1.4285715;vertical-align:top;border-top:1px solid #ddd;padding:2px;font-size:13px}
.backcolortd{background-color:#d70808}
.buttonbackcolor{background-color:#62c2e4}
.margin-buttomtable{margin-bottom:30px}.h3margin{margin-top:5px;margin-bottom:5px}
h1,h2,h3,h4,h5{text-align:left; padding:0 0 0 20px;}
.mg-top1{margin-top:10px}.map{height:300px}p>a :hover{color:#dc4a38}h1>a{color:#fff}h2>a{color:#fff}
.contactback{padding:10px;background-color:#fff}
.contactcol{padding:20px;margin-bottom:15px;margin-top:15px;background-color:#d5d3d3}
.h5font,.h6font{margin-top:20px;margin-bottom:10px}
.link a{color:#f26798;margin-bottom:10px;font-size:16px}
.border{border:1px solid #f26798}
.h5font{font-size:20px}
.h6font{font-size:19px}
.mg-butum{margin-bottom:30px}span>a{color:#f26798;font-weight:700}
.colorrent{color:#ef0730;padding-right:20px}b>a{color:#f26798}
.map-1 iframe{width:100%;height:310px}

.name{color:#fff}


.table-bordered{margin-top:19px}.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{color:#fff;background-color:#342626}.prnr-links{padding-bottom:30px}.links a{color:#fff;text-align:justify;font-size:16px}.links a:hover{color:#f26798;text-decoration:none}@media screen and (max-width:480px){.map-1{padding:0}.font-size-b{font-size:18px}}


.button-text{text-align:center;}




@import url('font-awesome.min.css');

body {font-family: 'Raleway', sans-serif; font-size: 14px; line-height: 26px; letter-spacing: .03em;}
 

.widgetxyz h3 {font-size: 16px; line-height: 26px; font-weight: bold; color: #fff; text-transform: uppercase; margin: 0; padding-bottom: 15px; margin-bottom: 10px;}
.col-md-3xyz{position:relative;min-height:1px;padding-right:15px;padding-left:15px}
.containerxyz:after,.containerxyz:before{display:table;content:" "}
.containerxyz:after{clear:both}
.constructxyz { padding: 80px 0 0px;}
.constructxyz .widgetxyz h3 {color: #fff; }
.constructxyz .widgetxyz ul {
  /*list-style-image: url('../images/bullet.gif');
  line-height:15px;
  vertical-align:middle;*/
}
.constructxyz .widgetxyz ul{
   list-style: none;
}
.constructxyz .widgetxyz li{
	margin: 0;
	padding: 0px 0 0px 32px;
	list-style: none;
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
}
.constructxyz .widgetxyz ul li a {font-size: 16px; color: #fff;  text-transform: capitalize; line-height: 24px; font-family: 'Open Sans'; border-bottom: 1px dashed #fff; display: block; padding-bottom: 10px; margin-bottom: 10px; transition: all .3s ease; }
.constructxyz .widgetxyz ul li a:hover:before,
.constructxyz .widgetxyz ul li a:hover {    color: #FFBB00;}
constructxyz .widgetxyz ul li:last-child a {    border-bottom: 0;}
.constructxyz .widgetxyz ul li a:before {color: #fff; font-size: 14px; margin-right: 15px;}

/*--------------*/
.containerxyz{padding-right:15px;padding-left:15px; margin-right:auto;margin-left:auto}

@media (min-width:768px){.containerxyz{width:100%}}

@media (min-width:992px){.containerxyz{width:100%}}

@media (min-width:1200px){.containerxyz{width:100%}}

@media (min-width:992px){.col-md-3xyz{float:left}.col-md-3xyz{width:100%; }








