
	html {
		scroll-behavior: smooth;
	}

	.content-header {
		height: 550px;
		background: rgb(28, 126, 139);
		background: radial-gradient(ellipse at 100% 50%, rgba(28, 126, 139, 1) 0%, rgba(28, 126, 139, 1) 32%, rgba(50, 62, 71, 1) 32%, rgba(50, 62, 71, 1) 100%);
		background-position: right;
		background-size: 100% 400%;
		padding: 100px 220px;
	}

	.content-plain {
		background: #fff;
		padding: 60px 220px;
	}

	.content-plain-title {
		font-family: LoraBold !important;
		font-size: 40px !important;
		color: #212B33 !important;
		padding-bottom: 20px;
	}

	.content-plain-column-title {
		font-family: LoraBold !important;
		font-size: 30px !important;
		color: #212B33 !important;
		padding-bottom: 20px;
		padding-top: 10px;
	}

	.content-plain-column-desc {
		font-family: MontserratReg;
		margin-top: -20px;
		padding-bottom: 10px;
		font-size: 16px;
		color: #fff !important;
		line-height: 25px;
		min-height: 130px;
	}

	.content-header-image-border,
	.content-plain-image-border {
		position: absolute;
		top: -20px;
		right: -10px;
		border-radius: 15px;
	}

	.content-header-image-box {
		position: absolute;
		bottom: -110px;
		right: 90px;
	}

	.content-plain-image-box {
		position: absolute;
		bottom: -80px;
		left: 90px;
	}


	.content-plain-desc {
		line-height: 25px !important;
	}

	.content-column-title {
		color: white;
		font-size: 22px;
		font-family: MontserratBold !important;
	}

	.content-column-desc {
		color: white;
		font-size: 22px;
		margin-top: -10px;
	}

	.content-header-desc {
		line-height: 30px;
	}

	.content-plain-subtitle {
		font-family: MontserratBold !important;
	}

	.content-plain-desc {
		color: #212B33 !important;
		margin-top: 15px;
		margin-bottom: 10px;
		line-height: 30px;
	}

	.accordion {
		border-radius: 0px;
	}

	.accordion .collapse,
	.accordion .collapsing {
		padding: 10px !important;
	}

	.accordion .card-body {
		font-size: 18px !important;
		font-family: MontserratReg;
	}

	.accordion button {
		font-family: MontserratBold;
		font-size: 18px;
	}

	.accordion .card .card-header {
		background-color: #333E47;
		border: 1px solid #333E47;
		padding: 0px !important;
	}

	.btn-accordion {
		color: #fff;
		height: 100%;
		width: 100%;
		text-align: left;
		padding: 10px;
	}

	.btn-accordion:hover {
		color: #fff !important;
		text-decoration: none !important;
		background-color: #212B33 !important;
	}

	.btn-accordion:active {
		color: #fff !important;
		text-decoration: none !important;
		background-color: #212B33 !important;
	}

	.card-header.active {
		background-color: #212B33 !important;
	}

	.content-plain-list {
		font-size: 16px;
		line-height: 30px !important;
		font-family: MontserratReg;
	}

	.bg-obg-dark {
		background-color: #333E47;
	}

	.bg-obg-dark * {
		color: #fff !important;
	}

	.bg-obg-dark h1 {
		color: #fedc4a !important;
	}

	#team .card {
		min-height: 850px;
		max-height: 850px;
	}

	#team .card-title {
		font-size: 30px;
		text-align: center;
		color: #fedc4a !important;
		padding-bottom: 20px;
	}

	#team .card-body {
		font-size: 16px;
		text-align: justify;
		padding: 50px;
		padding-top: 10px;
	}

	#team .card-img {
		width: 700px !important;
		margin: auto;
	}

	.contact-control {
		width: 100% !important;
		margin: 0;
		padding: 0;
		background-color: rgba(0, 0, 0, 0) !important;
		border: 0 !important;
		border-bottom: 1px solid white !important;
		outline: none;
		margin-bottom: 50px;
	}

	#search-contact-container:before {
		content: "\00a0";
		width: 75px;
		height: 75px;
		right: 230px;
		background-image: url(http://new.oxfordbusinessgroup.com/wp-content/uploads/2020/11/Group-1617.png);
		background-repeat: no-repeat;
		display: block;
		position: absolute;
		background-position-x: center;
		background-position-y: center;
		top: -40px;
	}

	#search-contact-container {
		height: 91vh;
	}

	#search-contact-container .wpcf7,
	#search-contact-container .wpcf7 form {
		height: 100%;
	}

	#search-contact-container {
		/*margin-top: 150px;*/
		padding-top: 5%;
		background-color: #1C7E8B;
		padding-left: 220px;
	}

	#search-contact-container * {
		color: #fff;
	}

	textarea {
		height: auto !important;
	}

	textarea::placeholder {
		color: #fff;
	}

	#search-contact-container * {
		font-size: 18px !important;
	}

	.page-wrap {
		padding-bottom: 0px !important;
	}

	.collapse ul li {
		line-height: 30px;
	}

	.scroll-btn {
		margin-top: -20px;
		color: #fff;
		background-color: rgba(0, 0, 0, 0);
		border-color: white;
		padding: 5px 20px;
		text-transform: uppercase;
		font-family: MontserratReg;
		transition: 0.2s;
	}

	.scroll-btn:hover {
		text-decoration: none;
		color: #fedc4a;
		background-color: #323e47;
	}

	.scroll-btn:active,
	.scroll-btn:visited {
		color: white;
	}

	.client-logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-height: 150px;
		margin: auto;
	}

	.icons-container {
		margin-top: 70px;
	}

	.icon-logo {
		-ms-flex: 0 0 20% !important;
		flex: 0 0 20% !important;
		max-width: 20% !important;
	}

	.content-icon {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.image-container {
		width: 100%;
		height: 350px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.image-container-alt {
		width: 100%;
		height: 190px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.obg-read-more {
		border-radius: 5px;
		border: 1px solid #fedc4a;
		padding: 10px 15px;
		color: #fedc4a !important;
		background-color: rgba(255, 255, 255, 0);
		font-family: MontserratMedium !important;
		font-size: 17px;
		transition: 0.3s;
	}

	.obg-read-more:hover {
		color: #000 !important;
		background-color: #fedc4a;
		text-decoration: none;
	}

	.obg-read-more-alt {
		border-radius: 5px;
		border: 1px solid #333E47;
		padding: 10px 15px;
		color: #333E47 !important;
		background-color: rgba(255, 255, 255, 0);
		font-family: MontserratMedium !important;
		font-size: 17px;
		transition: 0.3s;
	}

	.obg-read-more-alt:hover {
		color: #fff !important;
		background-color: #333E47;
		text-decoration: none;
	}

	.obg-view-all {
		border-radius: 5px;
		border: 1px solid #fedc4a;
		padding: 10px 30px;
		color: #333E47 !important;
		background-color: #fedc4a;
		font-family: MontserratMedium !important;
		font-size: 17px;
		transition: 0.3s;
	}

	.obg-view-all:hover {
		color: #fedc4a !important;
		background-color: #333E47;
		text-decoration: none;
	}

	.obg-view-all-alt {
		border-radius: 5px;
		border: 1px solid #333E47;
		padding: 10px 30px;
		color: #fff !important;
		background-color: #333E47;
		font-family: MontserratMedium !important;
		font-size: 17px;
		transition: 0.3s;
	}

	.obg-view-all-alt:hover {
		color: #333E47 !important;
		background-color: #fff;
		text-decoration: none;
	}

	.article-tag {
		position: absolute;
		top: 20px;
		color: #333E47 !important;
		font-size: 14px;
		font-family: Lora;
		background-color: #fedc4a;
		width: fit-content;
		padding: 0px 15px;
	}

	.elementor-container.elementor-column-gap-default {
		margin: 0px !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.elementor-column-wrap.elementor-element-populated {
		padding: 0px !important;
	}

	.text-dark {
		color: #212B33 !important;
	}

	@media screen and (max-width: 1600px) {
		.content-header {
			height: fit-content;
		}
	}

	/** MOBILE **/
	@media only screen and (max-width: 767px) {
		.content-header {
			height: fit-content;
		}
		#search-contact-container * {
			font-size: 15px !important;
		}
		.content-plain-title {
			font-size: 30px !important;
		}
	
	}
	@media only screen and (max-device-width: 360px){
		.content-plain-title{
			font-size: 25px !important;
		}
	}
#search-contact-container {
    padding: 70px 220px;
}
@media only screen and (max-width: 1024px) {
    .page-wrap {
        padding-top: 0px !important;
    }
    .content-header,
    .content-plain {
        padding: 50px 100px !important;
        height: fit-content !important;
    }
    #search-contact-container{
        padding: 50px 100px;
        height: fit-content !important;
    }
    .d-hide-mobile{
        display: none;
    }
    .d-show-mobile{
        display: block;
    }
    #team .card.trim3,
    #team .card.trim2 {
        min-height: auto;
        max-height: auto;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1180px) {
	.content-header-image {
		margin-top: 140px;
	}
	
	.content-header-image-border {
		top: 115px;
		width: 35%;
	}
	.content-plain-image {
		margin-top: 210px;
	}
	.content-plain-image-border {
		top: 185px;
		width: 35%;
	}

}
@media only screen and (min-width: 1181px) and (max-width: 1280px) {
	.content-header-image {
		margin-top: 90px;
	}
	
	.content-header-image-border {
		top: 65px;
		width: 35%;
	}
	.content-plain-image {
		margin-top: 120px;
	}
	.content-plain-image-border {
		top: 95px;
		width: 35%;
	}

}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
	.content-header-image {
		margin-top: 50px;
	}
	
	.content-header-image-border {
		top: 25px;
	}
	.content-plain-image {
		margin-top: 80px;
	}
	.content-plain-image-border {
		top: 55px;
	}

}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.content-header-image {
		margin-top: 50px;
	}
	
	.content-header-image-border {
		top: 25px;
	}
	.content-plain-image {
		margin-top: 80px;
	}
	.content-plain-image-border {
		top: 55px;
	}

}

@media only screen and (min-width: 1441px) and (max-width: 1680px) { 
	.content-plain-image {
		margin-top: 60px !important;
	}
	.content-header-image {
		margin-top: 5px !important;
	}
	.content-plain-image-border {
		top: 35px !important;
	}
}
@media only screen and(min-width: 1025px) and (max-width: 1260px){
	
}
@media only screen and (max-width: 1260px){
	.content-header-image-border,
	.content-plain-image-border {
		display: none;
	}
}
	
@media only screen and (max-width: 844px){
	#search-contact-container * {
	  font-size: 15px !important;
	}
}