.ch-masonry {
    column-count: 3;
    column-gap: 15px;
    margin: 30px 18px;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .ch-masonry {
        column-count: 2;
    }
}

@media only screen and (max-width: 371px) {
    .ch-masonry {
        column-count: 1;
    }
}

.ch-masonry__item {
    display: inline-block;
    background: #fff;
    padding: 15px;
    margin: 0 0 15px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px 2px #ccc;
	position: relative;
}

.ch-masonry__item img {
  	width: 100%;
  	max-width: 100%;
}

.ch-masonry__item .date {
    position: absolute;
    top: 25px;
    color: #fff;
    background: rgba(41,86,143,.7);
    padding: 7px 15px;
}

.ch-masonry__item h3 {
	font-size: 18px;
    padding: 10px 0;
}

.ch-masonry__item .news_description {
	font-size: 14px;
    line-height: 1.7;
}

.ch-masonry__item .news_link {
    font-size: 14px;
    color: #fff;
    background: #07438c;
    padding: 7px 15px;
    display: inline-block;
    margin-top: 10px;
}

.ch-masonry__item .news_link:hover {
    background: #d17632;
}

.line2 {
	margin: 20px 0 0;
	border-bottom: 1px solid #E0E6F7;
}

.box-filters-news .text-showing {
	font-size: 14px;
	color: #A0ABB8;
}

.box-filters-news strong {
	font-weight: bold;
	color: #07438c;
}

.box-border {
	text-align: left;
}

.box-border label {
	color: #A0ABB8;
    font-weight: 500;
    font-size: 12px;
}

.box-border select {
	color: #A0ABB8;
	border: 1px solid #E0E6F7;
    border-radius: 4px;
    font-size: 14px;
    width: 140px;
    padding-right: 3px;
	outline: none;
}

.list-inline li {
	display: inline-block;
	font-size: 12px;
	color: #A0ABB8;
	padding: 15px 0 0 7px;
}

.single_news_description .col-md-9 {
	padding: 15px;
	border: 1px solid #ddd;
}

.single_news_description .list-inline {
	margin-bottom: 20px;
}

.news_description_text p {
	line-height: 2;
	font-size: 15px;
	padding-top: 15px;
}

.bts h3 {
    display: inline-block;
    font-size: 16px;
    margin-top: 15px;
}

.bts-a:hover{
  color: #79b42b;
  text-decoration: none;
  background: white;   
}
.bts span {
  text-align: center; 
  font-size: .9em;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.social{
  transition: background 200ms ease-in-out 0s;
  -webkit-transition: background 200ms ease-in-out 0s;
  -moz-transition: background 200ms ease-in-out 0s;
  -o-transition: background 200ms ease-in-out 0s;
  -ms-transition: background 200ms ease-in-out 0s;
  
  margin-top: 12px;
  -webkit-border-top-left-radius:1px;
  -moz-border-radius-topleft:1px;
  border-top-left-radius:1px;
  -webkit-border-top-right-radius:1px;
  -moz-border-radius-topright:1px;
  border-top-right-radius:1px;
  -webkit-border-bottom-right-radius:1px;
  -moz-border-radius-bottomright:1px;
  border-bottom-right-radius:1px;
  -webkit-border-bottom-left-radius:1px;
  -moz-border-radius-bottomleft:1px;
  border-bottom-left-radius:1px;
  text-indent:0;
  display: inline-block;
  color:#ffffff;
  text-decoration:none;
  text-align:center;
	padding: 7px 15px;
}

.fblogin {   
  background-color:#3b5898;  
}
.fblogin:hover {
  background-color:#5177c2;
}
.fblogin:active {
  position:relative;
  top:1px;
}
.gplogin {  
  background-color:#dd4c39; 
}
.gplogin:hover {
  background-color:#f06e60;
}
.gplogin:active {
  position:relative;
  top:1px;
}
.twlogin { 
  background-color:#00abee;  
}
.twlogin:hover {
  background-color:#4cbde6;
}
.twlogin:active {
  position:relative;
  top:1px;
}

.lastest_news {
	margin-top: 30px;
	padding: 0 15px;
	border: 1px solid #ddd;
}

.lastest_news h4 {
	padding: 15px 0;
}

.lastest_news li {
	margin-bottom: 15px;
}

.lastest_news img {
	width: 65px;
}

.lastest_news a {
	font-size: 14px;
}

.service-block-two {
    position: relative;
    margin-bottom: 30px;
}

.service-block-two .inner-box {
    position: relative;
    padding: 0px 20px 30px;
}

.service-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 30px;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
}

.service-block-two .inner-box .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.service-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.service-block-two .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(41,86,143,.7);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease,-webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.service-block-two .inner-box .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
}

.service-block-two .inner-box .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.service-block-two .inner-box .overlay-box .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 25px;
}

.service-block-two .inner-box .overlay-box .read-more {
    position: relative;
    color: #ffffff;
    font-size: 11px;
    line-height: 24px;
    padding: 11px 15px;
    border: 1px solid #ffffff;
    border-radius: 15px 0px 0px 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box .overlay-box .read-more:hover {
    color: #fff;
	background: #07438c;
}

.service-block-two .inner-box .lower-box {
    position: relative;
    margin-top: -25px;
    padding-top: 15px;
    padding-left: 30px;
}

.service-block-two .inner-box .lower-box .box-inner {
    position: relative;
    padding: 30px 10px 0px 80px;
}

.service-block-two .inner-box .lower-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 34px;
    line-height: 60px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    background-color: #07438c;
}

.service-block-two .inner-box .lower-box .icon svg {
    font-size: 22px;
    vertical-align: 0;
}

.service-block-two .inner-box .lower-box h6 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-two .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

/* .container{ border: 2px solid green }
.grid-item{ border: 2px solid red; padding: 20px;}
.grid{ border: 1px solid blue} */
.filters ul{
  	display: flex;
  	justify-content: center;
  	list-style: none;
  	border-bottom: 2px solid #D9D9D9;
  	margin: 30px 15px
}
.filters ul li{
  	display: inlnie-block;
  	text-align: center;
  	margin-right: 12px;
  	padding: 10px 15px;
  	font-weight: 700;
  	font-size: 16px; 
  	cursor: pointer;
  	position: relative;
  	margin-bottom: -2px;
  	color: #777;
  	transition: 0.3s;
  	text-transform: uppercase;
}

.filters ul li:hover {
	opacity: .7;
  	color: #fff;
	background: #07438c;
	border-bottom: 2px solid #d17632;
	border-radius: 0.25rem!important;
}

.filters ul li.is-checked {
    border-bottom: 2px solid #d17632;
    background: #07438c;
    color: #fff;
    border-radius: 0.25rem!important;
}

.filters ul li:last-child{
  	margin-right: 0;
}
 

.grid .grid-item h1{
  	background: #EEEEEE;
  	height: 150px;
  	line-height: 150px;
  	color: white;
  	font-size: 3em;
  	text-align: center;
  	margin-bottom: 30px;
}

.video_frame {
	position: relative;
	padding-bottom: 20%; /* 16:9 */
	height: 0;
}

.videos_all_wrap iframe {
	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
	padding: 10px;
}

.ptb_30 {
	padding-top: 30px;
}

.ptt_100 {
	padding-bottom: 100px;
}

.filters_customers ul {
	display: block;
}

.filters_customers ul li {
    display: inline-block;
    margin-left: 0px;
    margin-right: 0;
    margin-bottom: 12px;
	padding: 10px 14px;
}

.customers_logos_wrap {
  	position: relative;
	border: 1px solid #ddd;
  	padding: 1rem;
	margin-bottom: 50px;
}

.customers_logos_wrap h3 {
  	position: absolute;
	top: 0;
  	font-size: 18px;
  	line-height: 1;
  	margin: -9px 0 0 -0.5rem; /* half of font-size up top */
  	background: #fff;
  	padding: 0 0.5rem;
}

.div_borders {
	margin-top: 15px;
	border: 1px solid #ddd;
    padding: 1rem;
    text-align: center;
}

.div_borders h4 {
	text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding-top: 6px;
}

.register_area {
	padding-top: 50px;
	background: rgba(0, 0, 0, 0) url(../main_layout/img/bg/accounts.jpg) no-repeat scroll center center/cover !important;
}

.homepage-5 .register_area .shape-bottom svg {
    overflow: auto;
    width: 100%;
    line-height: 0;
    direction: ltr;
    -webkit-transform: none;
    transform: none;
}

.login_register_top {
	text-align: left;
}

.login_register_top a {
    display: block !important;
    width: auto !important;
    height: auto !important;
    text-align: center;
    line-height: 1.9;
    border-radius: 0 !important;
    border: none !important;
}

.login_register_top a span {
    font-size: 14px;
}

.vl {
    border-left: 2px solid #fff;
    height: 20px;
    position: relative;
    top: 6px;
    margin: 0 10px;
}

.forget_area {
	background: rgba(0, 0, 0, 0) url(../main_layout/img/bg/stacked-books.jpg) no-repeat scroll center center/cover !important;
	margin-top: 0 !important;
}

.forget_area .subscribe-content {
	text-align: center;
	margin-top: -150px;
}

.forget_area .subscribe-content h1 {
	font-size: 32px;
    text-align: center;
}

.navbar-toggle {
    background-color: #004b7d;
}





/*	----------------------------------------------------------
	Responsive Structure
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media only screen and ( min-width: 320px) and ( max-width: 767px ) {
	.navbar {padding-top: 0;padding-bottom: 0;}
	.navbar-brand {margin-right: 0;}
	.navbar-toggle {margin-left: 0;margin-top: 30px;}
	.oopen_sidee {display: none;}
	.navbar-nav>li {margin: 7px 0;}
	.seeacrh_wrap input {width: 100%;}
	.navbar-collapse {padding-right: 0; padding-left: 0;}
	.navbar {padding: 0;}
	.navbar.navbar-sticky-moved-up {position: relative;}
	.navbar-collapse .navbar-nav {margin-bottom: 20px;}
	.mega-dropdown-menu > li > ul {padding-right: 0;}
	.dropdown .dropdown-menu > li {padding: 0;}
	.dropdown .dropdown-menu:before {display: none;}
	.navbar-brand img { width: 80px;}
	.side_Switch {width: 265px;}
	.directions_version li a { width: 120px;font-size: 13px;}
	.seeacrh_wrap button {width: 100%; margin-top: 20px;}
	.welcome-intro h1 {font-size: 19px;}
	.welcome-intro p {font-size: 16px;}
	.seeacrh_wrap button.btn {line-height: 2;}
	.contact-box .contact-top .contact-title {font-size: 22px;}
	.homepage-5 .contact-top h5 {font-size: 14px;}
	.forget_pass {float: right;}
	.discover-text h2, .screenshots-area h2 {font-size: 24px;}
	.download-text h2::after {top: 90px;}
	.subscribe-area {padding-bottom: 0;}
	.brown-color .result_block .results_titles, .blue-color .login_register_top {background: transparent;}
	.login_register_top .nav-item a {font-size: 10px;padding: 0;}
	.login_register_top .nav-item .btn {font-size: 5px; padding: 10px 5px;}
	.top_bar ul li a {width: 21px; height: 25px;}
	.svg-inline--fa {height: 1.5em;}
}

@media only screen and ( min-width: 768px) and ( max-width: 991px ) {
	.navbar {padding-top: 0;padding-bottom: 0;}
	.navbar-toggle {display: block;}
	.navbar-header {width: 100%;}
	.navbar-brand {margin-right: 0;}
	.navbar-toggle {margin-left: 0;margin-top: 30px;}
	.oopen_sidee {display: none;}
	.navbar-nav>li {margin: 7px 0;}
	.navbar-collapse {padding-right: 0; padding-left: 0;}
	.navbar {padding: 0;}
	.navbar.navbar-sticky-moved-up {position: relative;}
	.navbar-collapse .navbar-nav {margin-bottom: 20px;}
	.mega-dropdown-menu > li > ul {padding-right: 0;}
	.dropdown .dropdown-menu > li {padding: 0;}
	.dropdown .dropdown-menu:before {display: none;}
	.mega-dropdown-menu > li > ul > li > a, .sub_menu_under li a ,.mega_sub_menu .nav-link {font-size: 11px;}
	.dropdown-header {font-size: 12px;}
}








































