body{
	padding: 0;
	overflow-x: hidden;
}


.container{
	position: relative;
}
.navbar{
	margin-bottom: 0;
	z-index: 999999;
	padding: 0;
	transition: background-color 0.5s ease;
}
ul.navbar-nav li a{
	color: #fff;
	transition: all 0.5s ease;
}
@media (max-width: 768px) {
    ul.navbar-nav li a{
		text-align: right;
	}
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
ul.navbar-nav li a:hover{
	color: 	#33BCED;
	transition: all 0.5s ease;

}
.navbar-brand{
	width: 250px;
	padding: 0;
    margin: 0;
    display: inline-block;
}
@media (max-width: 768px) {
    .navbar-brand{
		width: 140px;
	}
}
.navbar-brand img{
	max-width: 200px;
    margin: 15px 0;
}
#myCarousel{
	height: 600px;
    overflow: hidden;
}

.carousel-caption {
    bottom: 16rem;
}

.navbar-toggler{
	border: 1px solid #fff;
}
.navbar-toggler:focus{
	box-shadow: none;
}
.navbar-toggler{
	position: absolute;
    right: 10px;
    top: 25px;
}
@media (max-width: 768px) {
    .navbar-toggler{
		border-color: #33BCED;
		right: 10px;
    	top: 13px;
        padding: 1px 5px 3px 5px;
	}
}
@media (max-width: 768px) {
    .navbar-nav .dropdown-menu{
		background-color: transparent;
	}
}
ul.dropdown-menu{
	padding: 3px 10px;
}
ul.dropdown-menu li{
	border-bottom: 2px solid #33BCED;
}
ul.dropdown-menu li:last-child{
	border-bottom: none;
}
ul.dropdown-menu li a{
	color: #000;
}
.carousel-indicators li.active{
	background-color: #33BCED;
}

h1.section_title{
	color: #33BCED;
	text-align: center;
	font-weight: bold; 
	margin-bottom: 50px;
	font-weight: normal;
}
h1.section_title span{
	font-weight: bold;
}
.carousel-indicators{
	bottom: 110px;
}
.services_section{
	text-align: center;
    margin-top: -180px;
    background-color: #fff;
    position: relative;
    padding: 60px 50px;
    border-radius: 5px;
    position: relative;
}
@media (max-width: 768px) {
    .services_section{
		padding-bottom: 0px!important; 
	}
}
.services_section img{
	width: 80px!important;
	margin: 0 auto;
}
section.our_crew{
	margin-top: -340px;
    padding-top: 400px;
	background-color: #33BCED;
}
section.our_crew h1.section_title{
	color: #fff;
	margin: 0;
	margin-bottom: 20px;
}
section.our_crew p{
	color: #fff;
	margin-bottom: 50px;
}
section.our_crew img.person_img{
	width: 100%;
}
section.our_crew .person_data{
	padding: 20px;
	background-color: #fff;
	margin-bottom: 15px;
}
section.our_crew p.feel_free{
	margin: 50px 0px;
}

section.our_partners{
	padding: 60px 0px;
}
/*section.our_partners_companies .bg1{
	background-color: #C5C7BD;
}
section.our_partners_companies .bg2{
	background-color: #6FA9AB;
}
section.our_partners_companies .bg3{
	background-color: #CBE0DE;
}
section.our_partners_companies .bg4{
	background-color: #fff;
}*/
section.our_partners_companies .bg5{
	/*background-color: #385E5A;*/
	margin: 20px auto;
	height: 200px;
	width: 200px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
/*section.our_partners_companies .bg6{
	background-color: #F2EFDC;
}
section.our_partners_companies .bg7{
	background-color: #3A5665;
}
section.our_partners_companies .bg8{
	background-color: #AAC6CF;
}
*/
section.our_partners_companies .company_logo{
	width: 200px;
    margin: 0 auto;
    display: block;
    padding: 30px 0px;
}
section.get_in_touch{
	background-color: #E3E7EC;
	padding: 60px 0px;
}
section.get_in_touch p{
	margin: 0;
}
section.get_in_touch img{
	width: 50px;
	margin-top: 15px;
	margin-bottom: 50px;
}

nav.scroll_nav{
	transition: all 0.5s ease;
	background-color: #fff;
}
nav.scroll_nav ul li a, .inner_page nav ul li a{
	color: #333;
}
.owl-prev{
	transform: rotate(180deg);
    position: absolute;
    top: 70px;
    left: -40px;
}
.owl-next{
	position: absolute;
    top: 70px;
    right: -40px;
}
.owl-prev img, .owl-next img{
	width: 40px!important;
}

.owl-prev, .owl-next, .owl-prev:focus, .owl-next:focus, .owl-prev:active, .owl-next:active{
	outline: none;
}
ul.social {
	list-style: none;
	display: flex;
	margin-bottom: 0;
}
ul.social li a{
	margin-right: 15px;
	padding: 5px;
}
ul.social li a img{
	width: 15px;
}
ul.social li a, ul.social li a{
	background-color: #33bced;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
}
section.inner_page_header{
	background-image: url(../img/page_cover.jpg);
    width: 100%;
    height: 200px;
    margin-top: 100px;
    background-size: cover;
    border-bottom: 2px solid #33bced;
}
.inner_full_bg{
	width: 100%;
	margin-bottom: 30px;
}

.inner_section p{
	text-align: left;
}
#get_in_touch{
	padding-top: 40px;
}
#our_partners_companies{
	padding-top: 100px!important; 
}

.wpcf7 .ajax-loader{
	margin-top: 15px!important;
}

.wpcf7 form .wpcf7-response-output{
	margin: 5px 0!important;
}

.wpcf7 .wpcf7-submit{
    color: #fff;
    background-color: #00a6cf;
    border-color: #00a6cf;
}

.wpcf7 .wpcf7-submit:hover{
    background-color: #33bced;
    border-color: #33bced;
}
.partners-page,
section.news{
	padding: 60px 0px;
}
section.news .news_img{
	width: 100%;
	/* height: 300px; */
	background: #ccc;
	position: relative;
}
section.news .news_img:after{
	content: '';
	width: 60px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 30px;
	background-color: #33BCED;
}
section.news .img_date{
	position: absolute;
	top: 0px;
	left: 30px;
	background-color: #33BCED;
	color: #fff;
	padding: 5px 0px;
	text-align: center;
	width: 60px;
}
section.news .img_date span{
	display: block;
}
section.news .img_date span.day{
	font-size: 20px;
	line-height: 20px;
}
section.news h3{
	margin-top: 25px;
	transition: all 0.3s ease;
}

section.news img.article_img{
	width: 100%;
	/* height: 100%; */
}
section.news a{
	color: #5a5a5a;
	text-decoration: none;
}
section.news a p{
	transition: all 0.3s ease;
}
section.news a:hover h3, section.news a:hover p{
	color:#33BCED;
	transition: all 0.3s ease;
}
aside.article_side .news_img{
	width: auto!important;
	height: 80px!important;
}
aside.article_side img{
	width: auto!important;
	height: 80px!important;
}
aside.article_side .news_img:after{
	display: none;
}
aside.article_side article a{
	display: flex;
	align-items: flex-start;
}
aside.article_side article h3{
	font-size: 18px;
	margin-left: 15px;
	margin-top: 0;
}
aside.article_side article h3 div{
	text-overflow: ellipsis;
  	white-space: nowrap;
  	overflow: hidden;
  	width: 290px;
}
aside.article_side article h3 span{
	color: #ccc;
	font-size: 14px;
}
aside.article_side article{
	margin-bottom: 20px;
}




@media (max-width: 992px) {
	section.news .news_img{
		height: auto;
	}
	article{
		margin-bottom: 20px;
	}
	.scroll_nav ul.social li a{
		margin-bottom: 15px;
	}
	.services_section {
	    padding-bottom: 20px!important;
	}
}

@media (max-width: 500px) {
	aside.article_side article h3 div{
		width: 200px;
	}

	#myCarousel{
		height: 340px;
	}

	.services_section{
		padding: 30px 25px;
	}

	.services_section h1.section_title{
		margin-bottom: 20px;
	}
}
@media (max-width: 1200px) {
	section.news .news_img{
		height: auto;
	}	
	section.our_partners_companies .company_logo{
		width: 100%;
	}
}

footer{
	background-color: #051429;
	padding-top: 50px;
	color:#9c9c9c;
}

footer h3{
	font-size: 22px;
    color: #fff;
    margin-top: 30px;
    font-weight: 300;
    position: relative;
}
footer p{
	color: #9c9c9c;
	font-size: 14px;
}
footer h3:after{
	content: '';
    width: 40px;
    height: 2px;
    background-color: #33bced;
    position: absolute;
    bottom: -10px;
    left: 0;
}
footer ul.information{
	list-style: none;
	padding-left: 0px; 
}
footer ul.information li{
	border-bottom: 2px solid #9c9c9c;
    padding-bottom: 12px;
    padding-top: 12px;
}
footer ul.information li img{
	width: 20px;
	margin-right: 10px;
}
footer ul.information li span{
	color: #9c9c9c;
	font-size: 14px;
}

footer ul.footer_links{
	list-style: none;
	padding-left: 0px; 
}
footer ul.footer_links li{
	border-bottom: 2px solid #9c9c9c;
    padding-bottom: 12px;
    padding-top: 12px;
    height: 50px;
    display: flex;
    align-items: center;
}
footer ul.footer_links li img{
	width: 20px;
	margin-right: 10px;
}
footer ul.footer_links li a{
	color: #9c9c9c;
	text-decoration: none;
	display: block;
	transition: all 0.5s ease;
	font-size: 14px;
}
footer ul.footer_links li a:hover{
	color: #33bced;
	transition: all 0.5s ease;
}
footer .footer_space{
	height: 30px;
}
footer .rights{
	color: #b9b9b9;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 14px;
}

footer ul.social{
	padding-left: 0;
}
footer h3.footer_social{
	margin-top: 0;
    margin-left: 20px;
    margin-bottom: 25px;
}


.footer-logo{
	max-width: 250px;
}

.owl-carousel{
	direction: ltr;
}
/* 
.single-service .inner_section {
	margin-top:200px;
} */
.lang-item a{
	display: block;
    padding: .5rem 0;
    text-decoration: none;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	

.owl-carousel .owl-item img{
	width: auto;	
}
/* 
.partners-page .item img{
	max-height: 100px;
} */


