br+br{
	display: contents;
}
 .clearfx {
	clear: both;
}
.news_wrapper {
	width: 98%;
	margin: 20px auto
}
.news_title h3 {
	text-align: center;
}
.section-red.section-title {
    background: #fff;
    box-shadow: 0 1px 4px rgb(0, 0, 0, .3), 0 0 20px rgba(255, 0, 0, 0.9) inset;
}
.section-red {
    border-top-color: rgb(255, 89, 89);
    border-right-color: rgb(255, 89, 89);
    border-bottom-color: rgb(255, 89, 89);
}
.whiteDiv {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 3px;
    width: 96px; 
    height: 96px;
    border-radius: 100px;
    padding: 5px;
    background: #fff;
    transition: all .3s ease-in-out;
}
.section-title .whiteDiv {
    background-color: transparent;
}
.section-title {
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-style: solid solid solid none;
    transition: all .3s ease-in-out;
    height: 80px;
    width: 100%;
    max-width: 440px;
    margin-bottom: 50px;
    border-radius: 40px;
    position: relative;
    display: flex;
    cursor: unset;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.section-title .iconDivIn .iconSplash {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: icon_splash;
    animation-name: icon_splash;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes icon_splash {
    0% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0;
        -webkit-transform: scale(4);
        transform: scale(4)
    }
}
@keyframes icon_splash {
    0% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 0;
        -webkit-transform: scale(4);
        transform: scale(4)
    }
}
.iconDivOut {
    width: 86px;
    height: 86px;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px;
}
.section-red .iconDivOut {
    border-color: rgb(255, 106, 106);
    background-color: white;
}
.icondivIn{
	width: 110px;
	height: 110px;
	margin: 5px;
	background: linear-gradient(to right bottom, rgb(255, 106, 106) 0%, rgb(255, 106, 106) 50%, rgb(255, 89, 89) 51%, rgb(255, 89, 89) 100%);
}
.iconDivIn {
    margin: 2px;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.iconwrap {
    position: relative;
}
.section .section-title i {
    font-size: 40px;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.anticon {
    display: inline-block;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.section-content-wrap {
        padding-left: 200px;
    }
.anticon img {
    width: 60px;
    height: 60px;
}

.iconSplash {
    position: absolute;
    left: 0;
    right: 0;
}
/* Our Team */
	#team{
		padding:60px 0 0;
	}
	.team-items{
		width:100%;
		height:auto;
		overflow:hidden;
		margin:30px auto;
		position:relative;
	}
	.owl-wrapper-outer{
		text-align:center;
	}
	/* Our Team item */
		.owl-item .item{
			height:auto;
			font-weight:300;
			margin:10px 0 0;
			padding:15px;
			cursor:pointer;
			border-bottom:4px solid #fff ;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			transition: all 0.2s;
			border-color: #fff;
		}
		.owl-item .item .item-image {
			max-width: 388px !important;
			height: 160px;
			object-fit: cover;
		}
		.owl-item .item a {
			text-decoration: none;
		}
		.owl-item .item h3{
			font-size:16px !important;
			color:#0e0e0e !important;
			margin:0px;
			overflow: hidden;
			text-overflow: ellipsis;
			text-wrap-mode: nowrap;
		}
		.owl-item .item h3 p {
			font-size: 16px;
			color: black;
			margin: 0px;
			overflow: hidden;
			text-overflow: ellipsis;
			text-wrap-mode: nowrap;
		}
		.owl-item .item h4{
			font-size:16px;
			color:#a2a2a2;
			text-transform:uppercase;
			line-height:15px;
			margin:5px auto 15px;
		}
		.section-red .iconDivIn {
    background: linear-gradient(to right bottom, rgb(255, 106, 106) 0%, rgb(255, 106, 106) 50%, rgb(255, 89, 89) 51%, rgb(255, 89, 89) 100%);
    	}
		.owl-item .item p{
			font-size:15px;
			color:#a2a2a2;
		}
	/* Our Team Image Galleries */
		.owl-item .item .images{
			margin:0 auto;
			display:block;
			height:0;
			overflow:hidden;
			-webkit-transition: all 0.5s;
			-moz-transition: all 0.5s;
			transition: all 0.5s;
		}
		.owl-item .item .images a{
			margin:0 3px;
		}
		.owl-item .item .images a img{
			border:2px solid #f4f4f4;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			transition: all 0.2s;
		}
	/* Our Team Socials */
		.socials{
			width:100%;
			text-align:center;
		}
		.socials a{
			padding:6px 3px;
			text-align:center;
			color:#656565;
			font-size:17px;
			cursor:pointer;
		}
	/* Our Team Control Buttons */
		.owl-buttons{
			position:absolute;
			top:130px;
			width: 100%;
		}
		.owl-buttons>div{
			width:35px;
			height:35px;
			background-image:url(../images/controls.png);
			color: #3e3e3e;
			cursor:pointer
		}
		.owl-prev{
			float:left;
			display: block !important;
			background-position:left top;
		}
		.owl-next{
			float:right;
			display: block !important;
			background-position:right top;
		}
	/* Our Team Rollovers */
		.owl-prev:hover{
			background-position:left bottom;
		}
		.owl-next:hover{
			background-position:right bottom;
		}
		.owl-item {
			max-width: 10%;
		}
		.owl-item .item:hover{
			background:#fff;
			border-bottom:4px solid #e70000 ;
		}
		.owl-item .item:hover  h3 {
			color:#e4e4e4 !important;
		}
		.owl-item .item:hover  h4 {
			color:#e4e4e4;
		}
		.owl-item .item:hover  p {
			color:#4e4e4e !important;
		}
		.owl-item .item:hover .images{
			height:auto;
			margin:15px auto;
		}
		.owl-item .item .images a img:hover{
			border:2px solid #e70000;
		}
		.owl-dots {
			display: none;
		}

#primary_menu .lang_sel {
	float: right;
}
#primary_menu .lang_list {
	display: none;
	position: absolute;
	background-color: white;
	right: 1px;
	color: #000;
	padding: 7px;
}
#primary_menu .lang_list li {
	padding: 5px 10px;
	display: block !important;
	text-align: left;
}
#primary_menu .lang_list li a {
	color: #000;
}

/* Search box styles */

.search-container {
	display: flex;
	justify-content: flex-end;
	padding: 30px;
}
.search-container .form-wrap {
	width: 400px;
}

.search-container .input-group {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100%;
}

.search-container .form-control {
	flex: 1 1;
	min-width: 0;
	display: block;
	height: 40px;
	padding: 2px 10px;
	font-size: 16px;
	line-height: 1.5;
}

.search-container .btn {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 40px;
    width: 48px;
    font-size: 18px;
    padding: 0;
    display: flex;
    align-items: center;
    line-height: 1.0;
    letter-spacing: 1px;
    justify-content: center;
}

.search-container .btn-primary {
	background-color: #00aaff;
    border-color: #007bff;
}

.search-container .btn-primary:hover {
	color: #fff;
    background-color: #00bbff;
    border-color: #00bbff;
}

@media(max-width:1024px) and (min-width: 768px) {
	.logo-img{
		width: 100px;
		height: 100px;
		margin-top: 10%;
		margin-left: 10%;
		border-radius: 100%;
		box-shadow: 0 1px 4px rgba(255, 255, 255,0.3), 0 0 100px rgba(255, 255, 255, 0.9) inset;
	}
	.logo-img img {
		width: 100px;
		height: 100px;
	}
}
@media(max-width:768px) and (min-width: 150px){
	.logo-img{
		width: 50px;
		height: 50px;
		margin-left: 10%;
		margin-top: -150px;
		border-radius: 100%;
		box-shadow: 0 1px 4px rgba(255, 255, 255,0.3), 0 0 100px rgba(255, 255, 255, 0.9) inset;
		display: block;
	}
	.logo-img img {
		width: 50px;
		height: 50px;
	}
}