body.privacy-policy .content.global-list ul li:before {
	top: 11px;
}
section.spoken .btn-custom.text-center {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}
header.header .header-navbar nav.navbar ul.navbar-nav .current-menu-item a:before{
	content: none !important;
}
header.header .header-navbar nav.navbar ul.navbar-nav li a:hover:before{
	content: "\F005" !important;
}
header.header .header-navbar nav.navbar ul.navbar-nav .current-menu-item a {
	color: #000 !important;
}
header.header .header-navbar nav.navbar ul.navbar-nav li a:hover{
	color: #a55733 !important;
}

/* section.top-news .top-new-block.bg-blue a:before {
	background: rgba(55,88,164,1);
}

section.top-news .top-new-block.bg-green a:before {
	background: rgba(22,160,134,1); */
}

/* Popup form css */

.ctct-popup-content h2.ctct-form-header {
	font-size: 22px !important;
/* 	color: #fff !important; */
}
/* .ctct-popup-content p.ctct-form-text {
	color: #fff !important;
} */

.ctct-popup-content legend, .ctct-popup-content label {
    font-size: 15px !important;
/* 	color: #fff !important; */
}

/* .ctct-popup-content .ctct-form-defaults {
background-color: #3758a4 !important;
} */
/* .ctct-popup-content p.ctct-gdpr-text {
    color: #fff !important;
} */
/* .ctct-popup-content a.ctct-form-footer-link {
    color: #fff !important;
} */
/* .ctct-popup-content button.ctct-form-button {
background-color: #16a086 !important;
border: #16a086 !important;
} */
.ctct-popup-content legend{
	margin-bottom: 0px !important;
}
.ctct-popup-content p.ctct-form-text {
    font-size: 15px !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-green {
    border: none;
}

.blog-data .blog-pagination ul li a:hover:after {
    border-color: transparent #A55733 #A55733 transparent;
}
.blog-data .blog-pagination ul li a:hover:before {
    border-color: #A55733 transparent transparent #A55733;
}

.forminator-ui#forminator-module-66286.forminator-design--default .forminator-button-submit {
background-color: #A55733 !important;
}
.forminator-ui#forminator-module-66286.forminator-design--default .forminator-button-submit:hover {
background-color: #8C0000 !important;
}



.db-migration-ctm p .btn{
	border:1px solid black;
}
.db-migration-ctm p .btn:hover{
	background-color: #000;
	color:#FFF;
}
.db-migration-ctm .dbm-gallery-ctm .gallery{
	display:flex;
/* 	align-items: center; */
  text-align: center;
}
.db-migration-ctm .dbm-gallery-ctm .gallery figure{
	width:33.33%;
	margin:0 !important
		background-color:gray;
}
.db-migration-ctm .dbm-gallery-ctm .gallery .gallery-item {
	padding:25px;
	margin-bottom: 0 !important;
}
.db-migration-ctm .dbm-gallery-ctm .gallery .gallery-item img{
	width:100%;
	height:auto;
	object-fit:cover;
}
.db-migration-ctm .dbm-gallery-ctm .gallery .gallery-item:hover{
	box-shadow:0px 0px 10px #60606054;
}
.db-migration-ctm .dbm-gallery-ctm .gallery .gallery-item .gallery-caption {
		font-size: 18px;
    line-height: 1.5em;
}
@media (max-width: 767px) {
	.db-migration-ctm .dbm-gallery-ctm .gallery{
		display:block !important;
	}
  .db-migration-ctm .dbm-gallery-ctm .gallery figure {
    width:100%;
  }
}