body{
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
}
header{
	border-bottom: 1px solid #eaeaea;
/*     -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.4); */
	-webkit-box-shadow: 0px 22px 42px -13px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 22px 42px -13px rgba(0,0,0,0.2);
	box-shadow: 0px 22px 42px -13px rgba(0,0,0,0.2);
    background: #fff;
    position: relative;
    z-index: 1;
}
.navbar-brand{
	height: auto;
	padding: 10px 0;
}
.navbar{
	height: auto;
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
}
.navbar-nav{
	margin-top: 19px;
    margin-bottom: 19px;
}
.navbar-nav>li{
	border-right: 2px solid #f7941e;
}
.navbar-nav>li:last-child{
	border-right: 0;
}
.nav>li>a:focus, .nav>li>a:hover{
	background: 0;
}
.nav>li>a{
	text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 15px;
    display: block;
}
.nav .lang{
	padding-left: 10px;
}
.nav .lang a{
	padding: 10px 5px 10px 5px;
	display: inline-block;
}
.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}
.navbar-right{
	margin-right: 0;
}
.nav .active a, .nav .lang .active{
	color: #f7941e;
}
.nav .active .dropdown-menu a{
	color: inherit;
}
.navbar-toggle{
	background: #0093d0;
	margin-top: 22px;
	margin-bottom: 22px;
	margin-right: 0;
}
.navbar-toggle .icon-bar {
    background: #fff;
}
a{
	color: #000;
}
a:focus, a:hover{
	color: #f7941e;
	text-decoration: none;
}
.slider-arrow{
	position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	width: 100%;
	height: 400px;
}
.carousel h3{
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
}
.carousel-control.left,.carousel-control.right{
	background: 0;
}
.carousel-control.right{
	right: 10px;
}
.carousel-control{
	width: 5%;
}
.carousel-indicators .active{
	width: 10px;
	height: 10px;
}
.carousel-indicators li{
	width: 8px;
	height: 8px;
}
.dropdown-menu{
	padding: 0;
	border-radius: 0;
	min-width: 100%;
}
.dropdown-menu>li{
	border-bottom: 1px solid #eee;
}
.dropdown-menu>li>a{
	padding: 5px 20px;
	line-height: 1.8;
}
.slide-caption-top{
	position: absolute;
    right: 15%;
    top: 40px;
    left: 15%;
    z-index: 10;
    color: #fff;
}
.slide-caption-top a{
	display: block;
}
.content{
	padding: 30px 0;
}
.company-intro{
	/*margin-right: 10px;*/
	text-align: justify;
	padding: 18px;
	background: #efefef;
	line-height: 16px;
	font-size: 13px;
}
.company-intro p{
	margin: 0;
}
.white-block{
	text-align: justify;
	padding: 30px 20px;
	background: #fff;
	line-height: 18px;
/* 	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.2); */
	-webkit-box-shadow: 10px 10px 78px -4px rgba(0,0,0,0.16);
	-moz-box-shadow: 10px 10px 78px -4px rgba(0,0,0,0.16);
	box-shadow: 10px 10px 78px -4px rgba(0,0,0,0.16);
}
.member-image{
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.member-job{
	text-align: center;
	text-transform: uppercase;
	margin: 15px 0;
	padding: 0 30px;
}
.member-about{
	font-size: 13px;
	padding: 0 30px;
}
.about-block{
/* 	-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.2); */
	-webkit-box-shadow: 10px 10px 78px -4px rgba(0,0,0,0.16);
	-moz-box-shadow: 10px 10px 78px -4px rgba(0,0,0,0.16);
	box-shadow: 10px 10px 78px -4px rgba(0,0,0,0.16);
	padding: 30px 25px;
}
.io-bg{
	background-image: url('../img/map.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 30px;
}
.io-list{
	padding: 30px;
	background: #fff;
/* 	box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.1); */
	-webkit-box-shadow: 10px 10px 78px -4px rgba(0,0,0,0.16);
	-moz-box-shadow: 10px 10px 78px -4px rgba(0,0,0,0.16);
	box-shadow: 10px 10px 78px -4px rgba(0,0,0,0.16);
	
}
.direction-block{
    -webkit-box-shadow: -2px 7px 80px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: -2px 7px 80px 0px rgba(0,0,0,0.15);
    box-shadow: -2px 7px 80px 0px rgba(0,0,0,0.15);
    margin-bottom: 10px;
}
.direction-block a{
	display: block;
	background: #fff;
}
.direction-block a:hover{
	-ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.direction-block h6{
	margin: 0;
	text-align: center;
	padding: 10px 0;
	text-transform: uppercase;
    font-weight: bold;
}
.direction-block img{
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.outlogo img{
	margin: 0 auto 20px;
}
.io-partner-block{
	background: rgba(255,255,255,.4);
    -webkit-box-shadow: -2px 7px 80px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: -2px 7px 80px 0px rgba(0,0,0,0.15);
    box-shadow: -2px 7px 80px 0px rgba(0,0,0,0.15);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 20px;
    margin-bottom: 10px;
}
.io-partner-block a{
	display: block;
}
.io-partner-block a:hover{
	-ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    cursor: pointer;
    -webkit-box-shadow: -2px 7px 80px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: -2px 7px 80px 0px rgba(0,0,0,0.6);
    box-shadow: -2px 7px 80px 0px rgba(0,0,0,0.6);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.io-partner-block img{
	margin: 0 auto;
}
.io-partner-img{
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}
.sidetitle{
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 20px 0;
	font-size: 14px;
}
.toptitle{
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 20px 0;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
}
.i-title{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	background: #e77209;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	border-radius: 25px;
	margin: 0 0 20px 0;
}
.toptitle i{
	font-size: 9px;
	color: #f7941e;
	position: absolute;
	top: 3px;
	left: 0;
}
.about-content{
	line-height: 1.8;
}
.news-block{
	border-radius: 10px;
/* 	background: #0093d0; */
	margin-bottom: 15px;
	-webkit-box-shadow: 3px 7px 39px -19px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 7px 39px -19px rgba(0,0,0,0.75);
	box-shadow: 3px 7px 39px -19px rgba(0,0,0,0.75);
}
.news-block:hover{
	opacity: 0.9;
}
.news-block a{
	display: block;
}
.sn-block{
	border-radius: 10px;
	margin-bottom: 15px;
	-webkit-box-shadow: -2px 7px 80px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: -2px 7px 80px 0px rgba(0,0,0,0.15);
	box-shadow: -2px 7px 80px 0px rgba(0,0,0,0.15);
}
.sn-block-img{
	width: 100%;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.news-block-img{
	width: 100%;
	height: 260px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.service{
	padding: 30px 0;
}
.sn-block .caption{
	padding: 15px 20px;
}
.news-block .caption{
	padding: 15px 20px;
}
.news-block .caption a{
	display: block;
	color: #000;
}
.sn-block a{
	display: block;
}
.sn-block a:hover{
	opacity: 0.9;
	color: inherit;
}
.sn-block .caption h3{
	margin: 0 0 15px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.news-block .caption h3{
	margin: 0 0 15px;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	height: 17.6px;
	overflow: hidden;
	color: #000;
}
.sn-block .caption p{
	text-align: justify;
	font-size: 13px;
	line-height: 1.5;
}
.news-block .caption p{
	color: #000;
	text-align: justify;
	font-size: 13px;
	line-height: 1.5;
	height: 115px;
	overflow: hidden;
}
.news-block .readmore{
	text-align: right;
}
.news-block .readmore:hover{
	opacity: 0.8;
}
.news-block .seperator{
	margin: 13px 0;
	border-top: 1px solid #9c9999;
	opacity: 0.5;
}
.service-bg {
	height: 240px;
/*     background: rgba(156,174,193,0.9); */
/*     background: rgba(255,255,255,0.2); */
/*     background: rgba(255,255,255,0.4); */
	padding: 40px 20px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	font-size: 16px;
	color: #fff;
	position: relative;
}
.service-bg .blurbg{
	position: absolute;
	height: 240px;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.2);
	z-index: 1;
	filter: blur(0.5px);
	-webkit-filter: blur(0.5px);
	border-radius: 6px;
}
.service-bg .blurbg:hover{
	background: rgba(255,255,255,0.3);
}
.service-bg .blurtoptext{
	position: absolute;
	z-index: 2;
}
.partners{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.details{
	text-align: justify;
}
.ilist ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.ilist .about-block{
	margin-bottom: 15px;
}
.members a{
	display: block;
}
.members a:hover,.members a:focus{
	opacity: 0.9;
	color: inherit;
	outline: none;
}
.members .slick-prev{
	left: 15%;
	z-index: 2;
	top: 75px;
}
.members .slick-next{
	right: 15%;
	z-index: 2;
	top: 75px;
}
.slick-dots li{
	margin: 0;
}
.members .slick-prev:before, .members .slick-next:before{
	opacity: 1;
	color: #005288;
}
.partners .slick-slide a:hover{
  outline: none;
	opacity: 0.9;
}
.partners .slick-slide .partner-img{
  height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
}
.partners .slick-slide {
  margin: 0px 5px;
  opacity: 1;
  transition: all ease-in-out .3s;
}
.partners .slick-slide a{
    display: block;
}
.partners .slick-active {
  opacity: 1;
}
.partners .slick-current {
  opacity: 1;
}
.partners-block{
	padding: 0 0 40px;
}
.title{
	text-align: center;
	margin: 15px 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.contact{
	padding: 30px;
	margin-bottom: 10px;
}
.contact-details{
	padding: 20px 0 0;
}
.contact-dot{
	position: relative;
	padding: 0 80px 0 25px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.contact-dot .dottedi{
	font-size: 9px;
	color: #f7941e;
	position: absolute;
	top: 5px;
	left: 0;
}
.contact-social a{
	display: inline-block;
}
.contact-social i{
	font-size: 20px;
	position: inherit;
	color: inherit;
}
.contact-dot a{
	font-weight: bold;
}
.place{
	margin-bottom: 10px;
}
.abroud-partners{
	margin: 0;
	padding: 30px 0;
	list-style: none;
}
.abroud-partners li{
	margin-bottom: 10px;
}
.abroud-partners a{
	display: block;
}
.abroud-partners a:hover{
	opacity: 0.8;
}
.abroud-partners p{
	font-size: 12px;
    line-height: 1.5;
}
footer{
	background: #efefef;
	padding: 15px 0;
}
footer .copyright{
	text-align: left;
	color: #565a5c;
	margin: 10px 0;
}
footer .fmenu{
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .fmenu i{
	font-size: 30px;
}
footer .fmenu li{
	float: left;
	display: block;
}
footer .fmenu a{
	color: #565a5c;
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
	text-transform: uppercase;
	display: block;
}
footer .fmenu a:focus, footer .fmenu a:hover{
	color: #f7941e;
	text-decoration: none;
}
@media (min-width: 768px) and (max-width:960px) { 
	.slide-caption-top{
		right: 10%;
		left: 10%;
	}
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	.navbar-nav>li{
		border-right: 0;
		border-bottom: 1px solid #eee;
	}
	.navbar-nav>li:last-child{
		border-bottom: 0;
	}
	.navbar-nav {
    	margin: 0;
	}
	.lang{
		text-align: center;
	}
	.partners{
		width: 98%;
	}
}
@media (max-width: 767px) {
	.navbar-nav>li{
		border-right: 0;
		border-bottom: 1px solid #eee;
	}
	.navbar-nav>li:last-child{
		border-bottom: 0;
	}
	.navbar-nav {
    	margin: 0;
	}
	.lang{
		text-align: center;
	}
	.carousel h3{
		font-size: 18px;
	}
	.slide-caption-top{
		top: 10px;
		right: 10%;
		left: 10%;
	}
	.service-bg{
		height: 90px;
		padding: 10px;
		margin-bottom: 8px;
		overflow: hidden;
		font-size: 14px;
	}
	.sidebar{
		margin-bottom: 10px;
	}
	.news-block{
		margin-bottom: 10px;
	}
	.content{
		padding: 20px 0 0;
	}
	.contact-dot{
		padding: 0 0 0 25px;
	}
	footer .fmenu{
		margin: 8px 0;
	}
	footer .fmenu li:last-child a{
		padding-right: 0;
	}
}