.switch ul {
  	max-width: none;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 120%;
	left: 50%;
	width: 190px;
	margin-top: -3px;
	margin-left: -95px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0094CE;
	background-color: #0067A6;
	transition: all 0.3s ease-in-out;
}

.pages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 50px 0
}

.pages .page {
	margin-left: .5rem;
	margin-right: .5rem
}

.pages li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid transparent;
	border-radius: 50%;
	text-align: center;
	color: #000;
	text-decoration: none
}

.pages li.active a ,
.pages li :hover a {
	border-color: #005DAA;
	color: #005DAA
}
.b_count img{
	display: inline-block;
}
.switch.active ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.switch ul li,
.switch ul li a {
	float: left;
	width: 100%;
}

 .switch ul li a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 11px;
}

.switch ul li a:hover {
	background-color: #004d7d;
}

.switch ul li:not(:last-child) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0084c6;
}
.submm {
		transition: all 0.3s ease-in-out;
	    font-size: 23px;
	        padding: 0.5rem 0;
	cursor: pointer;
	color: white !important;
	display: block;
	text-align: center;
}
.submm:hover{
	color: #AC6A00 !important
}
.bookLink {
    text-align: center;
}
 .bookLink a {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px 20px;
    background: #866943;
    font-size: 20px;
    color: #FFF;
    border-radius: 3px;
}
.fixfooter  a{
    display: block;
    min-height: 45px;
    max-height: 120px;
    padding: 8px 8px;
    background: #f6f6f6;
    color: #05557f;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 1.2px;
    text-decoration: none;
    letter-spacing: 1.2px;
    float: left;
    width: 16.666666%;
    border-left: 2px solid rgba(34, 113, 160, 1);
    box-sizing: border-box;
}
.fixfooter  a span{
 /*display: flex;*/
	}
.bread06{
	margin-top: 10px;
}
.bread07{
	margin-top: 10px;
}
.bread08{
	margin-top: 10px;
}
.description {
    margin-bottom: 1em;
    font-size: 16px;
}
.s_ol{
	    margin-left: 40px;
	    margin-top: 0;
    /*margin: 0;*/
    padding: 0;
    list-style: none;
}
.s_ol li {
    list-style-type: decimal;
    font-size: 16px;
}
.grid_info {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    display: flex;
    align-items: stretch;
}
.apply {
    font-size: 16px;
    color: #fff;
    border-color: #13293D;
    background-color: #13293D;
    font-weight: 400;
    width: 120px;
    display: inline-block;
    text-align: center;
    padding: 0.5em 0;
    margin-right: 0.5em;
}
@media screen and (max-width: 991.98px){
	.resizing {
    padding-top: 1.5em;
}
.navbar-nav .nav-item  {
    border-top: 1px solid rgba(226, 222, 222, 0.64);
}
.bread06{
	    margin-top: 76px;
}
.bread07{
	margin-top: 75px;
}
}

.desktop {
	display: block
}

.mobile {
	display: none
}

@media (max-width:991.98px) {
	.desktop {
		display: none
	}
	.mobile {
		display: block
	}
}

.posts {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 2em -6em;
		width: calc(100% + 6em);
	}

		.posts article {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			margin: 0 0 6em 6em;
			position: relative;
			width: calc(33.33333% - 6em);
		}

			.posts article:before {
				background: rgba(210, 215, 217, 0.75);
				content: '';
				display: block;
				height: calc(100% + 6em);
				left: -3em;
				position: absolute;
				top: 0;
				width: 1px;
			}

			.posts article:after {
				background: rgba(210, 215, 217, 0.75);
				bottom: -3em;
				content: '';
				display: block;
				height: 1px;
				position: absolute;
				right: 0;
				width: calc(100% + 6em);
			}

			.posts article > :last-child {
				margin-bottom: 0;
			}

			.posts article .image {
			/*	display: block;
				margin: 0 0 2em 0;*/
			}

				.posts article .image img {
					/*display: block;*/
					width: 100%;
				}

		@media screen and (min-width: 1681px) {

			.posts article:nth-child(3n + 1):before {
				display: none;
			}

			.posts article:nth-child(3n + 1):after {
				width: 100%;
			}

			.posts article:nth-last-child(1), .posts article:nth-last-child(2), .posts article:nth-last-child(3) {
				margin-bottom: 0;
			}

				.posts article:nth-last-child(1):before, .posts article:nth-last-child(2):before, .posts article:nth-last-child(3):before {
					height: 100%;
				}

				.posts article:nth-last-child(1):after, .posts article:nth-last-child(2):after, .posts article:nth-last-child(3):after {
					display: none;
				}

		}

		@media screen and (max-width: 1680px) {

			.posts article {
				width: calc(50% - 6em);
			}

				.posts article:nth-last-child(3) {
					margin-bottom: 6em;
				}

		}

		@media screen and (min-width: 481px) and (max-width: 1680px) {

			.posts article:nth-child(2n + 1):before {
				display: none;
			}

			.posts article:nth-child(2n + 1):after {
				width: 100%;
			}

			.posts article:nth-last-child(1), .posts article:nth-last-child(2) {
				margin-bottom: 0;
			}

				.posts article:nth-last-child(1):before, .posts article:nth-last-child(2):before {
					height: 100%;
				}

				.posts article:nth-last-child(1):after, .posts article:nth-last-child(2):after {
					display: none;
				}

		}

		@media screen and (max-width: 736px) {

			.posts {
				margin: 0 0 2em -3em;
				width: calc(100% + 2em);
			}

				.posts article {
					margin: 0 0 4.5em 4em;
					width: calc(50% - 4em);
				}

					.posts article:before {
						height: calc(100% + 4.5em);
						left: -2em;
					}

					.posts article:after {
						bottom: -2.25em;
						width: calc(100% + 4.5em);
					}

					.posts article:nth-last-child(3) {
						margin-bottom: 4.5em;
					}
					.posts article:nth-last-child(1):before {
						top:-2.2em;
					}

		}

		@media screen and (max-width: 480px) {

		

		}

	.posts	.image img {
    border-radius: 0.375em;

}
.posts p{
        margin: 0 0 2em 0;
    color: black;
    font-size: 1em;
}
.posts h2{
       font-size: 1.5em;
       font-family:  Arial;
		font-weight: 700;
		line-height: 1.4;
		margin: 0.5em 0 0.5em 0;
}
	@media screen and (max-width: 736px) {

	.posts	h1 {
			font-size: 2em;
			line-height: 1.4;
		}

	.posts h2 {
			font-size: 1.3em;
		}

	}
