@charset "UTF-8";
/* CSS Document */
img {
	max-width: 100%;
	height: auto;
	border: 0;
}

@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
body {
	
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 15px;

}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Poppins', sans-serif;
font-weight: 400;
font-style: normal;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h2 {font-size: 20px; color:#136CB7; font-weight: 400; }
.navbar h5 {font-size: 20px}
.max-height-100 {
	
	height: 100px;
	
}

.narrow {
	padding: 1rem 3rem;
}
.boxminheight {min-height: 40px;}
@media (min-width: 480px) {
	.boxminheight {min-height: 180px;}
}
@media (min-width: 992px) {
.narrow {
	padding: .5rem 14rem;
} 
	.boxminheight {min-height: 140px;}
}


.crr-button {
	
	color: #fff;
	background-color: #343a40!important;
	border: thin solid #fcc223;
	border-radius: 50px;
	font: bold;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.18), 0 1px 5px 0 rgba(0,0,0,0.15);
	
}

.crr-button:hover,
.crr-button:focus {
	
	color: #fff;
	background-color: #343a40!important;
	border: thin solid #fcc223;
	border-radius: 50px;
	font: bold;
box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);

	
}

table {
  border-collapse: collapse;
}

.vertical-center {
margin-top: 10px;
}

.hightxt p, .hightxt h3 {color:#136CB7 }




.bt-yellow {
	
	border-top: medium solid #fcc223;
}

.jumbotron {
	
	border-radius: 0rem;
}

.bg-dark {
	
	background-color: #343a40!important;
	
}

.underline-logo {
	
	padding-bottom: 10px;
	border-bottom: 6px solid #fcc223;
	
}


.address {
	line-height: 2;
	color: #fff;
	 -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  transition: width 2s;
	
}

.navbar-nav a,
 footer a {
line-height: 2;
	color: #fff;
	 	padding-bottom: 1px;
	 -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  transition: width 2s;
}

.navbar-nav a:hover,
.navbar-nav a:focus,
 footer a:hover {
	color: #fcc223;
	padding-bottom: 0px;
	border-bottom: 1px solid #fcc223;

}


.f-right {
  float: right !important;
}


@media (max-width: 575.98px) {
.f-right {
  float: none;
	text-align: center !important;
	text-align-last: center !important;
}
}

.line {
	
	display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
	
}

.yellow-text {
	
	color: #fcc223 !important;
}

.blue-txt1 {color:#136CB7}

.box-background {

	 background-image: url("../images/stripes.png");
	 background-repeat: no-repeat;
     background-position: right bottom;
}




.box {
	 background-color: #343a40!important;
	color: #fff;
	border-bottom: medium solid #fcc223;
	 border-radius: 0.25rem !important;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	 transition: box-shadow .5s;
	transition-timing-function: ease-in-out;

}


.box:hover {
	
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 25px 0 rgba(0, 0, 0, 0.19);

}


.box-image {
	
	border-radius: 0.25rem 0.25rem 0rem 0rem!important;
}


.margin-top-overlap {
	
	z-index: 500 !important;
	margin-top: -200px;
}


@media (max-width: 575.98px) {
.margin-top-overlap {
	
	z-index: 500 !important;
	margin-top: -150px;
}
}


.bg-image {
	

  background-image: url(../images/slider-background-img.jpg);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	
  
}




.header-shadow {
	
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.18), 0 1px 5px 0 rgba(0,0,0,0.15);
}




.banner-style {
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	 min-height: 150px;
}

@media (min-width: 575.98px) {
	.banner-style {
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	 min-height: 300px;
}
	
}







.img-hover {
	opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
	-webkit-transition: opacity 2s; /* Safari */
  transition: opacity .5s;
	transition-timing-function: ease-in-out;
}

.box:hover .img-hover{
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.underline-none, a {
	text-decoration: none;
}



.margin-top-2rem {
	
	margin-top: 5px;
}
.no-hover a:hover {
	background-color: transparent;
	margin-bottom: 2px;
	display: block;
}


.dropdown-menu a:hover .sub-menu {
  visibility: visible;
  border: none;
}


.dropdown-menu {
	margin-top: 0px;
	 border: none;
	
}

.dropdown:hover .dropdown-menu {

  display: block;
	
}
/* blog style*/
.blogcontent {}
.maincontent .catarchive ul {padding-left: 0px}
.maincontent .catarchive ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: none;
	list-style-image: none;
}


.entry {
	position: relative;
	margin: 0 0 50px;
		-webkit-box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    2px 1px 8px rgba(0, 0, 0, 0.2);
box-shadow:         2px 1px 8px rgba(0, 0, 0, 0.2);
}

.entry:after {
	content: '';
	position: relative;
	height: 2px;
	margin-top: 50px;
	background-color: #F5F5F5;
}

.entry-image { margin-bottom: 30px; }

.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.entry-image iframe { display: block; }

.entry-image img { border-radius: 3px; }

.maincontent .entry-title h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.entry-title h2 a { color: #333; }

.entry-title h2 a:hover { color: #FCC223; }

.entry-meta {
	margin: 10px -10px -15px 0;
	list-style: none;
}

.single-post .entry-meta { margin-bottom: 20px; }

.maincontent .entry-meta li {
    float: left;
    font-size: 13px;
    line-height: 14px;
    margin: 0 10px 15px 0;
    color: #999;
    font-style: italic;
    list-style-image: none;
    list-style-type: none;
}

.maincontent .entry-meta li:before {
	content: '/';
	display: inline-block;
	margin-right: 10px;
	opacity: 0.5
}

.maincontent .entry-meta li i {
	position: relative;
	top: 1px;
	font-size: 14px;
	margin-right: 3px;
}

.maincontent .entry-meta li a { color: #999; }

.maincontent .entry-meta li a:hover { color: #FCC223; }

.maincontent .entry-meta li:first-child:before { display: none; }

.maincontent .entry-meta li ins {
	font-weight: 700;
	text-decoration: none;
}

.entry-c {
	position: relative;
	overflow: hidden;
}

#posts .entry-content { margin-top: 30px; }

.single-post .entry-content .entry-image { max-width: 350px; }

.entry-content { position: relative; padding-left: 5px; padding-right: 5px; text-align: center}

.entry-link {
	display: block;
	width: 100%;
	background-color: #F5F5F5;
	padding: 30px 0;
	text-align: center;
	color: #444;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: 700;
	border-radius: 3px;
}

body:not(.device-touch) .entry-link {
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.entry-link:hover {
	color: #FFF;
	background-color: #E1B375;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.entry-link span {
	display: block;
	margin-top: 5px;
	font-family: 'Crete Round', serif;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px;
	color: #AAA;
}

.entry-link:hover span { color: #EEE; }

.entry blockquote p {
	font-weight: 400;
	font-family: 'Crete Round', serif;
	font-style: italic;
}
/* VRJ*/
.footer-copyright {color: #888}
.maincontent ul  {padding-left: 40px}
.maincontent ol {padding-left: 15px}
.maincontent ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-image: url(../images/bullet1.jpg);
    list-style-position: outside;
}
.maincontent ol li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.vrjfeatimg img { 
	border-radius: 0.25rem !important;
	 box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;padding-top: 0px;padding-bottom: 0px;margin-bottom: 30px;
}
.vrjtablestyle  table {
	  border-collapse: collapse !important;
	width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

 .vrjtablestyle table td,
 .vrjtablestyle table th {
	 padding: 0.25rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
	  border: 1px solid #dee2e6 !important;
  }
.vrjtablestyle table td p,
.vrjtablestyle table th p {padding: 0px; margin: 0px;}
.vrjtablestyle table  tr:hover {
  background-color: rgba(0, 0, 0, 0.075)!important;
}
@media (max-width: 490px) {
	.vrjtablestyle  table {font-size: 0.75em}
	 .vrjtablestyle table td, .vrjtablestyle table th {
	 padding:2px;
  }
}
.rightnav {text-align: left}
@media (min-width: 575.98px) {
	.rightnav {text-align: left}
}
@media (min-width: 992px) {
	.rightnav {text-align: right}
}
/* parastyle */
.parastyle1, .parastyle2,  .parastyle3 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;	
	margin-bottom: 25px;
	padding-top: 1em;
	padding-right: 3%;
	padding-bottom: 0.3em;
	padding-left: 3%;
	margin-top: 20px;
}
.parastyle1 {
	background-color: #FFF;
	font-size: 1.3em;
	color: #5F6973;
	text-align: left;
	padding-right: 3%;
	padding-left: 3%;
	-webkit-box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    2px 1px 8px rgba(0, 0, 0, 0.2);
box-shadow:         2px 1px 8px rgba(0, 0, 0, 0.2);
}
.parastyle2 {
	font-size: 1em;
	color: #134D59;
	text-align: left;
	padding-right:30px;
	padding-left: 30px;
	background-color: #E7F4F6;
	padding-top: 30px;
	padding-bottom: 30px;
}
.mainContent .parastyle2  a:link,  .mainContent .parastyle2  a:visited {
	color: #134C59;
	text-decoration: none;
	font-weight: 700;
}
.mainContent .parastyle2  a:hover, .mainContent .parastyle2  a:active {
	color: #000000;
	text-decoration: underline;
}
.parastyle3 {
	font-size: 1.0em;
	color: #0D92CB;
	text-align: center;
	padding-right: 2%;
	padding-left: 2%;
}
/* tag cloud*/
.tagcloud01 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tagcloud01 ul li {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
}
.tagcloud01 ul li a {
	display: inline-block;

	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #3498db;
	border: 1px solid #3498db;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagcloud01 ul li a:hover {
	background-color: #136CB7;
	border: 1px solid #136CB7;
	color: #fff;
}
.tagcloud01  ul li  a.up{
	display: inline-block;

	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #136CB7;
	border: 1px solid #136CB7;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagcloud01 ul li  a:hover.up{
	background-color: #136CB7;
	border: 1px solid #136CB7;
	color: #fff;
}
.tagcloud01  ul li  a.tagtitle {
	display: inline-block;

	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color:#FCC223;
	border: 1px solid #FCC223;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #000;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagcloud01 ul li  a:hover.tagtitle {
	background-color: #FCC223;
	border: 1px solid #FCC223;
	color: #000;
}
/* repeatblock1 */
.repeatblock1, .repeatblock2 {}
.rp-heading h3 {
    color: #136CB7;
    padding-left: 30px;
    background-image: url(../images/icon-info.gif);
    background-repeat: no-repeat;
    background-position: left center;
	font-size: 20px;
}
.rp-content {}
.rp-link {}
.rp-video {}
/* responsive video embed*/
.video-wrapper {
	width: 640px;
	max-width: 100%;
}
.video {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
height: 30;
overflow: hidden;
}

.video iframe, .video object, .video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
max-width: 100%;
}

/*  IE styling fix*/

.clear {clear: both}
.ieclear {clear: both; display: block; height: 10px}
   .box1 {
       width: 100%;
	   float: left;
   }
	 .box2 {
       width: 100%;
	   float: right;
   }
	.box3, .box4 {width: 100%; margin-right: 0%; float: left}
	.box5 {width: 100%; float: right}

	
	@media (min-width: 992px)
  { .box1 {
       width: 65%;
	   float: left;
   }
	 .box2 {
       width: 34%;
	   float: right;
   }
	.box3, .box4 {width: 32.5%; margin-right: 1.25%; float: left}
	.box5 {width: 32.5%; float: right}
}




@supports (display: grid) {
/* ----------------------------------------------------------------
	edan-banner-section
-----------------------------------------------------------------*/
	 .box1 {
       width: 100%;
	   float: none;
   }
	 .box2 {
       width: 100%;
	   float: none;
   }
	.box3, .box4 {width: 100%; margin-right: 0%; float: none}
	.box5 {width: 100%; float: none}
	.ieclear {clear: both; display: none}
	
	.edj-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     grid-auto-rows: minmax(220px, auto);
     grid-gap: 1em;
     justify-items:stretch;
     align-items: stretch;
   }

	

	.grid {
		
    display: grid;
		
	}
	

.box1{
 
  grid-column: 1/3;
  grid-row: 1;
}

.box2{
 
  grid-column: 3;
  grid-row: 1;
}

.box3{
  
  grid-column: 1;
  grid-row: 2;
}

.box4{
  grid-column: 2;
  grid-row: 2;

}

.box5{
  grid-column: 3;
  grid-row: 2;

}

@media (max-width: 767.98px) {


.edj-wrapper{
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-auto-rows: minmax(220px, auto);
     grid-gap: 1em;
     justify-items:stretch;
     align-items: stretch;
   }
.box1{

  grid-column: 1/3;
  grid-row: 1;
}
.box2{

  grid-column: 1;
  grid-row: 2;
}
.box3{

  grid-column: 2;
  grid-row: 2;
}
.box4{
  grid-column: 1;
  grid-row: 3;
}
.box5{
  grid-column: 2;
  grid-row: 3;
}

}
@media (max-width: 575.98px) { 
.edj-wrapper{
     display: grid;
     grid-template-columns: 1fr;
     grid-auto-rows: minmax(220px, auto);
     grid-gap: 1em;
     justify-items:stretch;
     align-items: stretch;
   }
.box1{

  grid-column: 1;
  grid-row: 1;
}
.box2{

  grid-column: 1;
  grid-row: 2;
}
.box3{
  
  grid-column: 1;
  grid-row: 3;
}
.box4{
  grid-column: 1;
  grid-row: 4;

}
.box5{
  grid-column: 1;
  grid-row: 5;

}

}
	
}
