/*Paginate*/
.paginate{
	font-size: 11.5px;
	position: relative;
	padding: 20px 0;
	margin: 10px 0 10px 0;
	background: #F7F7F7;
	text-align: center;
}
.paginate .p-btn{
	display: inline;
	line-height: 20px;
	margin: 5px;
	padding: 8px 5px;
	background: #38739a;
	color: #f2f4f7;
}
.paginate .p-btn{
	font-weight: bold;
}
.paginate .p-btn:hover{
	opacity: 0.85;
}
.paginate a:hover{
	text-decoration: none;
	cursor: pointer;
}
.paginate .p-btn-disable{
	background: #808080 !important;
	cursor: default !important;
}
.paginate .p-btn-disable:hover{
	opacity: 1 !important;
}
.paginate .first-btn a{
	
}
.paginate .previous-btn a{
	
}
.paginate .next-btn a{
	
}
.paginate .last-btn a{
	
}
.paginate .input-page-number{
	display: inline;
	color: #3b7299;
	margin: 5px;
}
.paginate .input-page-number input{
	width: 50px;
	height: 30px;
	border: 1px solid #3b7299;
	color: #3b7299;
	padding: 0 5px;
	text-align: right;
	background: #fff;
}
/*End Paginate*/

.breadcrumb {
    margin-bottom: 5px;
}

#mainContent {
		border-top: 3px solid #034C91;
		border-left: 1px solid #B4B4B4;
		border-right: 1px solid #B4B4B4;
		border-bottom: 1px solid #B4B4B4;
		margin-bottom: 0px;
        background: #ffffff;
        padding: 20px;
        position: relative;
    }
	
	#mainContent h1{
		border-bottom: 1px solid;
		border-top: 1px solid;
		margin: 20px 0 40px 0;
		padding: 15px 0;
		font-size: 18px;
		font-weight: bold;
		color: #034c91;
		border-color: #034c91;
	}
	
	#mainContent .move-back{
		text-align: center;
		margin: 50px 0 30px 0; 
	}
	
	#mainContent .move-back span{
		background: #034c91;
		color: #fff;
		padding: 8px 12px;
		border-radius: 6px;
		text-decoration: none;
	}
	
	#mainContent .move-back span{
		background: #034c91;
		color: #fff;
		padding: 10px 13px;
		border-radius: 6px;
		text-decoration: none;
		transition: .3s;
	}
	
	#mainContent .move-back span:hover{
		background: #2176c4;
	}
	
	#mainContent .move-back:hover a{
		text-decoration: none;
	}
	
	#mainContent .list-item-three .move-back{
		text-align: left;
	}

    .list-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
    }

    .list-item-one {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        text-align: left;
        padding: 10px;
		cursor: pointer;
    }

    .list-item-one .img-fluid {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .list-item-content {
        padding: 10px 20px 0;
    }

    .popup-img-one,
    .popup-content-one {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .popup-img-one img {
        width: 100%;
        height: auto;
        object-fit: contain;
		border: solid 1px #ddd;
    }

    .popup-content-one {
        padding: 0;
        padding-left: 15px;
    }

    .popup-content-one h2 {
        font-size: 24px;
		font-weight: bold;
		line-height: 26px;
    }

    .popup-content-one p {
        padding: 10px 0;
		line-height: 16px;
    }
	
	.popup-content-one p.post-date {
		padding: 10px 0 !important;
        font-size: 10px;
		text-align: right;
    }
	
	.popup-content-one p a {
        display: block;
        padding: 5px;
        background: #daeef3;
        margin: 10px 0;
    }

    .popup-img-one {
        padding: 0;
    }

    .popup-review span {
        display: block;
        padding: 5px;
        background: #daeef3;
        margin-bottom: 10px;
		line-height: 16px;
		cursor: pointer;
    }

    .list-item-one:hover {
        background: #ebebebab;
        /*border: 1px solid #eee;*/
        box-shadow: 0px 0px 8px -5px;
        border-radius: 5px;
    }

    .list-item-one:hover img{
        transform: scale(1.3);
        transition: 2s;
    }
	
	#myModal1, #myModal2{
		position:fixed;
		z-index:98;
		top:0;
		left:0;
		background:rgba(0,0,0,0.8);
		width:100%;
		height:100%;
		display:none;
		overflow: auto;
	}

    .modal-one {
        position: relative;
        z-index: 100;
        padding: 40px;
        margin: 38px auto;
        width: 800px;
        height: auto;
		max-width: 800px;
		/*max-height: 100%;*/
        /*overflow: auto;*/
        background-color: #fefefe;
        border: 1px solid rgba(0,0,0,0.2);
		border-radius: 6px;
        box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    }

    .modal-content-one {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 100%;
        height: 100%;
        max-width: 1200px;
    }

    .close {
        color: #000000;
        position: absolute;
        top: -2px;
        right: 10px;
        font-size: 25px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

    .mySlides1, .mySlides2, .mySlides3 {
        display: none;
        height: 100%;
    }

    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 10px;
        color: #000000;
        font-weight: bold;
        font-size: 26px;
        transition: 0.3s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
        text-decoration: none;
    }

    .prev {
        left: 0px;
    }

    .next {
        right: 0px;
        border-radius: 3px 0 0 3px;
    }

    .prev:hover,
    .next:hover {
        background-color: rgb(235 235 235);
    }

    img.hover-shadow {
        transition: 0.3s;
    }

    .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }








    .list-item-two {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        text-align: left;
        padding: 10px;
		cursor: pointer;
    }

    .list-item-two .img-fluid {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .list-item-content {
        padding: 10px 0;
    }
	
	.list-item-two .list-item-content h4{
		margin: 30px 0 0 0;
	}
	
	.list-item-content h4{
		clear: both;
		font-weight: bold;
		width: 100%;
		line-height: 20px;
		/*height: 65px;*/
		font-size: 16px;
		text-overflow: ellipsis;
		overflow: hidden;
		/*display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;*/
    }
	
	.list-item-content span{
		font-size: 12px;
    }
	
	.popup-content-two .uselead{
		display: block;
		margin-top: 10px;
	}

    .usetag span {
        background: #1357c6;
        padding: 4px 8px;
        font-size: 10px;
        color: #fff;
        border-radius: 4px;
    }
	
	.uselead .usetag span{
		float: left;
		margin-right: 10px;
	}
	
	.uselead span.post-date{
		float: right;
		font-size: 10px;
		padding: 4px 0;
	}

    .popup-img-two,
    .popup-content-two {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .popup-img-two img {
        width: 100%;
        height: 507px;
        object-fit: contain;
		border: solid 1px #ddd;
    }
	
	.popup-img-two iframe {
        width: 100% !important;
		border: solid 1px #ddd;
    }

    .popup-content-two {
        padding: 0;
        padding-left: 0px;
    }

    .popup-content-two h2 {
		clear: both;
        font-size: 24px;
        padding: 10px 0;
		font-weight: bold;
		line-height: 26px;
    }

    .popup-content-two p {
        padding: 0 0;
    }

    .popup-img-two {
        padding: 0;
    }

    .list-item-two:hover {
        background: #ebebebab;
        /*border: 1px solid #eee;*/
        box-shadow: 0px 0px 8px -5px;
        border-radius: 5px;
    }

    .list-item-two:hover img{
        transform: scale(1.3);
        transition: 2s;
    }

    .modal-two {
		position: relative;
        z-index: 100;
        padding: 40px;
        margin: 38px auto;
        width: 800px;
        height: auto;
		max-width: 800px;
		/*max-height: 100%;*/
        /*overflow: auto;*/
        background-color: #fefefe;
        border: 1px solid rgba(0,0,0,0.2);
		border-radius: 6px;
        box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    }

    .modal-content-two {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 100%;
        height: 100%;
        max-width: 1200px;
    }





    * {
        font-weight: normal;
    }

    .list-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
    }

    .list-item-three {
        position: relative;
        width: 100%;
        min-height: 1px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        /*text-align: center;*/
        padding: 0px;
		margin-bottom: 40px;
    }

    .list-item-three .img-fluid {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .list-item-content-three {
        padding-top: 10px;
    }

    .list-item-content-three h1 {
        background: #F5F5F5 !important;
		padding: 10px !important;
		border-left: solid #1357C6 !important;
		border-top: none  !important;
		border-bottom: none  !important;
		font-weight: bold !important;
		margin-bottom: 20px !important;
		margin-top: 0px !important;
		color: #000 !important; 
		font-size: 16px !important;
    }

    .list-item-content-three h3 {
        font-size: 16px;
    }

    .section-header-container {
        background: linear-gradient(45deg, #7c7c7c, transparent);
        padding: 10px 15px;
        font-size: 20px;
        color: #ffffff;
        border: 3px solid #395e89;
    }

    .content-header h3 {
        border-bottom: 1px solid;
		border-top: 1px solid;
		margin: 20px 0 20px;
		padding: 15px 0;
		font-size: 18px;
		color: #034c91;
		border-color: #034c91;
		font-weight: bold;
    }
	
	.list-item-img {
		overflow: hidden;
		position: relative;
    }

    .list-item-one .list-item-img, .list-item-two .list-item-img {
		border: solid 1px #ddd;
    }
	
	.list-item-one .list-item-img span{
		position: absolute;
		background: #111;
		color: #fff;
		opacity: 0.7;
		font-size: 10px;
		padding: 4px 8px;
		left: 0;
		bottom: 0;
	}
	
	.list-item-one .list-item-img img{
		overflow: hidden;
        width: 100%;
        height: auto;
		object-fit: contain;
    }
	
	.list-item-two .list-item-img img{
		overflow: hidden;
        width: 100%;
        height: auto;
		object-fit: contain;
    }

    .popup-img-three,
    .popup-content-three {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .popup-img-three img {
        width: 100%;
        height: 450px;
        object-fit: contain;
    }

    .popup-content-three {
        padding: 0;
        padding-left: 15px;
    }

    .popup-content-three h2 {
        font-size: 24px;
    }

    .popup-content-three p {
        padding: 10px 0;
    }

    .popup-img-three {
        padding: 0;
    }

    .list-item-three:hover img.img-fluid {
        transform: scale(1.3);
        transition: 2s;
    }

    .modal-three {
        display: none;
        position: fixed;
        z-index: 1;
        padding: 20px;
        left: 30%;
        top: 20%;
        width: 40%;
        height: auto;
        overflow: hidden;
        background-color: #fefefe;
        border: 1px solid #cccccc;
    }

    .modal-content-three {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 100%;
        height: 100%;
        max-width: 1200px;
    }

    .mySlides {
        display: none;
        height: 100%;
    }

    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
		transform: translateY(-50%);
        width: auto;
        padding: 10px;
        color: #000000;
        font-weight: bold;
        font-size: 26px;
        transition: 0.3s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
        text-decoration: none !important;
    }

    .prev {
        left: 0px;
    }

    .next {
        right: 0px;
        border-radius: 3px 0 0 3px;
    }

    .prev:hover,
    .next:hover {
        background-color: rgb(235 235 235);
    }

    img.hover-shadow {
        transition: 0.3s;
    }

    .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }


        .image_grid_container, .image_grid_container1 {
            margin: 0px;
            overflow: hidden;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
            background: #fff;
            position: relative;
        }
		
		.image_grid_container{
			height: auto;
		}
		
		.image_grid_container1{
			height: auto;
		}

        .image_grid_container .image_grid_container_element{
            width: 50%;
            position: relative;
            cursor: pointer;
			padding: 10px;
        }
		
        .image_grid_container1 .image_grid_container_element {
            width: 100%;
            position: relative;
            cursor: pointer;
			padding: 10px;
        }

        .image_grid_container img,
        .image_grid_container1 img {
            width: 100%;
            display: block;
            object-fit: contain;
			border: solid 1px #ddd;
        }
		
		.image_grid_container img{
			height: auto;
		}
		
		.image_grid_container1 img{
			height: auto;
		}
		
		.image_grid_container .image_grid_container_element .image_grid_container_element_wrap_label,
        .image_grid_container1 .image_grid_container_element .image_grid_container_element_wrap_label{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
			padding: 10px;
        }

        .image_grid_container .image_grid_container_element .image_grid_container_element_label,
        .image_grid_container1 .image_grid_container_element .image_grid_container_element_label{
            display: none;
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 100;
            background: rgba(0, 0, 0, 0);
            color: #fff;
            text-align: center;
            vertical-align: middle;
            margin: auto;
            padding: auto auto;
            transition: 0.5s;
        }

        .image_grid_container .image_grid_container_element .image_grid_container_element_title,
        .image_grid_container1 .image_grid_container_element .image_grid_container_element_title{
            position: absolute;
            top: 50%;
            left: 50%;
			width: 100%;
            transform: translate(-50%,-50%);
            z-index: 101;
			padding: 10px;
        }

        .image_grid_container .image_grid_container_element .image_grid_container_element_title .h5,
        .image_grid_container1 .image_grid_container_element .image_grid_container_element_title .h5{
            font-size: 16px;
        }

        .image_grid_container .image_grid_container_element .image_grid_container_element_title .h8,
        .image_grid_container1 .image_grid_container_element .image_grid_container_element_title .h8{
            font-size: 12px;
        }

        .image_grid_container_element:hover .image_grid_container_element_label{
            display: block;
            background: rgba(0, 0, 0, 0.5);
        }

        .image_grid_container img.out_of_4,
        .image_grid_container1 img.out_of_4 {
            height: 50%;
            width: 50%;
            position: absolute;
            z-index: -1;
            bottom: 0;
            right: 0;
        }
        .stack_count, .stack_count1 {
            position:absolute;
            height:50%;
            width:50%;
            bottom:0;
            right:0;
            display:none;
            justify-content: center;
            align-items: center;
            font-size:30px;
            background:rgba(0,0,0,0.7);
            color:#fff;
        }