.logo-img{
	height: auto;
}
.logo-2 {
    padding: 15px 0;
}
.logo-row{
	width: auto;
}
#main-menu .navbar .nav > li > a{
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0;
}
.header-1 #main-menu .navbar .nav > li.current > a .main-menu-title{
    background: rgb(0, 176, 240);
    border-radius: 10px;
    padding: 0 10px;
}
.header-1 #main-menu .navbar .nav > li.current > a, .affix.header-1 #main-menu .navbar .nav > li.current > a{
	color: #fff;
	font-weight: bold;
	border-color: transparent;
}
.norm-43-wide{
    background: rgba(255,255,255,0.8);
    padding: 20px;
    max-width: 686px;
    min-height: 206px;
    border-left: 3px solid #e0a000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #121111;
    top: auto!important;
    bottom: 6%;
}
.h2slide{
	font-family: Poppins;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #121111;
    margin: 0;
}
.flex-bot-top{
	width: 100%;
    text-align: right;
    max-width: 686px;
}
.button.thin.white{
    line-height: normal;
    border-radius: 19.5px;
    box-shadow: 0 3px 10px 0 rgba(45, 93, 224, 0.5);
    background-color: #2d5de0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Poppins;
    margin-right: 10px;
    border-color: transparent;
}
.section-title {
    margin: 0;
    padding: 24px 0;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: normal;
    color: #121111;
    border-left: 0;
    text-align: center;
}
.section-title:after{
	content: "";
	width: 154px;
  	height: 3px;
  	background-color: #00b0f0;
  	position: relative;
  	display: block;
  	margin: auto;
  	margin-top: 10px;
}
.element-item {
    position: relative;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
}
.element-item .item-overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    background-color: rgba(120, 151, 235, 0.8);
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease;
}
.element-item .item-overlay .overlay {
    position: relative;
    left: 0;
    top: 0%;
    width: 90%;
    height: auto;
    margin: auto;
    transform: translateY(0);
    transition: all 1s ease;
}
.element-item p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: normal;
    margin-bottom: 25px;
    color: #fff;
}
.element-item h3{
	font-family: Poppins;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #091541;
    padding: 20px 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
}
.item-overlay h4{
	font-family: Poppins;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #091541;
}
.item-overlay h4 a, .element-item h3 a{
	color: #091541;
}
.item-overlay .btn-seemore{
	font-family: Poppins;
  	font-size: 16px;
  	font-weight: bold;
  	line-height: normal;
  	letter-spacing: 0.1px;
  	color: #fff;
  	text-transform: uppercase;
}
.element-item img{
	max-height: 343px;
}
.element-item:hover img {
    filter: blur(6px);
}
.element-item:hover .item-overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
}
.element-item:hover .item-overlay .overlay {
    top: 50%;
    transform: translateY(-50%);
}
.element-item:hover h3 {
    opacity: 0;
}
.blue_section{
	background-color: #00b0f0;
	margin-bottom: 60px;
}
.blue_section .section-title{
	color: #fff;
}
.blue_section .section-title:after{
	background-color: #fff;
}
.ts-author-cont{
	border:0;
	padding-top: 0;
}
.avis_photo{
	width: 118px;
	height: 118px;
	border-radius: 50%;
  	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.03);
  	border:5px solid #4ec04d;
  	overflow: hidden;
  	text-align: center;
  	margin:auto;
    z-index: 1;
    position: relative;
}
.avis_photo img{
	width: 100%
}
.avis-txt{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 16px 16px 0 rgba(27, 54, 129, 0.39);
    max-width: 713px;
    margin: auto;
    margin-top: -50px;
    padding: 60px 40px 20px 40px;
}
.avis-txt span{
	font-family: Poppins;
	font-size: 14px;
  	font-weight: 600;
  	color: #121111;
  	font-weight: bold;
}
.topfooter{
    background: #00b0f0;
    padding-top: 50px;
}
.widget h4{
    font-family: Poppins;
    font-size: 21px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
.widget {
    margin-bottom: 0;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
  	font-weight: 200;
    line-height: 1.53;
}
.widget h4:after {
    content: "";
    width: 40px;
    height: 3px;
    position: relative;
    display: block;
    background: #fff;
}
.a-text, .a-text-cont a{
    font-family: Poppins;
    font-size: 16px;
  	font-weight: 200;
    line-height: 1.53;
    color: #fff;
}
.footer-2-soc-a {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 30px;
}
.footer-2-soc-a a{
    width: 30px;
    height: 30px;
    color: #00b0f0;
    background-color: rgba(235,202,120,0.5);
    border-radius: 50%;
    line-height: 30px;
    padding: 0;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}
.bottomfooter{
    background-color: transparent;
}
.logo-footer-cont{
    margin-top: 50px;
    text-align: center;
}
.logo-footer-cont p{
	text-align: justify;
	margin-top: 20px;
}
.footer-2-copy{
	color: #121111;
	font-size: 14px;
}
.footer-2-copy-cont{
	font-weight: bold;
    color: #121111;
}
.about-text{
	background-color: #00b0f0;
	border: solid 8px rgba(255, 255, 255, 0.96);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.03);
	color: #fff;
    padding: 0 50px 20px;
    margin-top: 15px;
    position: relative;
}
.about-text .section-title{
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}
.about-text .section-title:after{
	background-color: #fff;
	margin-left: 0;
}
.about-img{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.03);
    text-align: center;
	max-height: 372px;
	min-height: 372px;
	position: relative;
	overflow: hidden
}
.about-img img {
    height: 100%;
    width: auto;
    max-width: none;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.aboutus{
	margin-top: 60px;
	margin-bottom: 60px;
}
.readmore{
	box-shadow: 0 3px 10px 0 rgba(235, 202, 120, 0.5);
	background-color: #ebca78;
	border-radius: 19.5px;
	font-family: Poppins;
  	font-size: 16px;
  	font-weight: bold;
  	color: #fff;
  	position: absolute;
    bottom: -20px;
    right: 20px;
    padding: 5px 30px;
    text-transform: uppercase;
}
.about-text:before {
    content: '';
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 8px solid;
    background: #00b0f0;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff #ffffff;
}
.about-text:after {
    content: '';
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08), 0 4px 8px 0 rgba(0, 0, 0, 0.03);
    z-index: -1;
    background-color: #ffffff;
}
.contact-form-cont{
	padding: 10px 50px 30px 60px;
}
@media (max-width: 1024px){
	.header{
		margin-bottom: 0;
	}
	.main-menu-container{
		background-color: #fff;
	}
	#main-menu .navbar .nav > li > a{
		padding: 5px 9px 5px 10px !important;
		color: #4b4e53 !important;
	}
	.hamb-mob-icon{
		padding: 20px 17px 22px 5px;
	}

}
@media (max-width: 991px){
	.about-text{
		margin-top: 35px;
	}
	.about-text:before {
	    width: 40px;
	    height: 40px;
	    left: 50%;
	    top: 0;
	    border: none;
	}
	.about-text:after {
	    left: 50%;
	    top: 0;
	}
}
@media (max-width: 767px){
	.logo-img{
		width: 50%
	}
	.norm-43-wide{
		min-height: 180px;
		font-size: 16px;
	}
	.bot-15-767{
		bottom: 10%!important;
	}
	.h2slide{
		font-size: 16px;
	}
	.topfooter{
		padding-bottom: 40px;
	}
	.about-text{
		padding: 0 30px 20px;
	}
}
