/*
Theme Name: Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/

/* =Start From Here
-------------------------------------------------------------- */

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('fonts/opensanshebrew-light-webfont.eot');
    src: url('fonts/opensanshebrew-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensanshebrew-light-webfont.woff2') format('woff2'),
         url('fonts/opensanshebrew-light-webfont.woff') format('woff'),
         url('fonts/opensanshebrew-light-webfont.ttf') format('truetype');
    font-weight: 300;

}
@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('fonts/opensanshebrew-regular-webfont.eot');
    src: url('fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensanshebrew-regular-webfont.woff2') format('woff2'),
         url('fonts/opensanshebrew-regular-webfont.woff') format('woff'),
         url('fonts/opensanshebrew-regular-webfont.ttf') format('truetype');
    font-weight: 400;

}
@font-face {
	font-family: 'Open Sans Hebrew';
    src: url('fonts/opensanshebrew-bold-webfont.eot');
    src: url('fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensanshebrew-bold-webfont.woff2') format('woff2'),
         url('fonts/opensanshebrew-bold-webfont.woff') format('woff'),
         url('fonts/opensanshebrew-bold-webfont.ttf') format('truetype');
    font-weight: 700;

}
body {
	background:#fff;
}
#content {
    margin:0;
    font-family: 'Open Sans Hebrew', Arial, sans-serif;
}
#container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    font-family: 'Open Sans Hebrew', Arial, sans-serif;

}

/************************************** header *********************/
.scroll-wrapper	{
	padding-top: 111px !important;
}

#header {
	background: #fff;
	display:inline-block;
	width:100%;
	color:#333333;
	border-bottom: 2px solid #0e507f;
    font-family: 'Open Sans Hebrew', Arial, sans-serif;
	position: fixed;
    z-index: 99999;
}
.header-space {
	height:130px;
	display:block;
}
#header #logo {
    float: none;
}
#header.normal-header img{
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
}
#header.scroll-header img{
	width:130px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
}
#header.scroll-header .menu a {
	font-size: 13px;
    height: 40px;
    line-height: 40px;
	transition: font-size 0.3s;
	-webkit-transition: font-size 0.3s;
	-ms-transition:font-size 0.3s;
	-o-transition: font-size 0.3s;
	-moz-transition: font-size 0.3s;
}
#header.normal-header .menu a {
	transition: font-size 0.3s;
	-webkit-transition: font-size 0.3s;
	-ms-transition: font-size 0.3s;
	-o-transition: font-size 0.3s;
	-moz-transition: font-size 0.3s;
}
#logo {
	padding: 10px 0 0 0;
	position:relative;
	text-align:center;
	float:none;
	margin: 0 auto;
}
#wrapper {
    -webkit-border-radius:0;
    -moz-border-radius:none;
    background: #fff;
    border:none;
    border-radius:0;
    clear: both;
    margin:  0;
    padding: 0;
    position: relative;
}
#footer {
    background-color: #333333;
    max-width: 100%;
    padding: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans Hebrew', Arial, sans-serif;
    font-weight: 400;
    height: 142px;
	margin-top:50px;
	position:relative;
}
#footer a{
    color: #fff;
}
#footer-wrapper {
	padding: 20px 0 0 0;
}
.footer-dots {
	text-align:center;
	z-index: 9999;
    position: absolute;
	top: -13px;
    right: calc(50% - 47px);
}
.container-1200 {
	max-width: 1200px;
	margin:0 auto;
}
.justify {
	text-align: justify;
}

h1 {
	font-size:40px;
	color:#0e507f;
	margin-top:50px;
	margin-bottom:30px;
	font-weight:400;
}
h2 {
	font-size:30px;
	color:#0e507f;
	margin-top:10px;
	margin-bottom:0;
	font-weight:400;
}
.page-text {
	color: #333333;
    font-size: 18px;
	line-height:24px;
	font-weight:400;
	direction:ltr;
}
.page-text p{
    margin: 15px 0;
}
.white-30 {
	color:#fff;
	font-size:30px;
	line-height:35px;
}
.white-25 {
	color:#fff;
	font-size:25px;
	line-height:30px;
}
.white-50 {
	color:#fff;
	font-size:50px;
	line-height:55px;
}
.bb-dots {
	background:url(images/dots-line.png) center center no-repeat;
	width:100%;
	height: 13px;
	background-size: cover;
    margin: 50px 0;
}
.bb-gray {
	width:100%;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom:30px;
}
a.sub-title-gray {
	display:block;
}
a.sub-title-gray:hover {
	color:#0e507f;
}
.sub-title-gray {
	color:#333333;
	font-size:18px;
	font-weight:700;
}
.breadcrumb-list {
    display: none;
}
.navigation {
    display: none !important;
}
.lang-link {
	color:#a1a1a1;
	font-size:14px;
	position:absolute;
	list-style-type: none;
}
.lang-link ul{
	list-style-type: none;
	padding:0;
	margin:0;
}
.lang-link li{
	float:right;
	padding: 0 10px;
    border-left: 1px solid #a1a1a1;
}
.lang-link li:last-child{
	border-left:none;
}
.lang-link a{
	color:#a1a1a1;
	font-size:14px;
}
.lang-link a:hover{
	color:#0e507f;
}
#acp-toggle-toolbar {
    background-color: #0e507f !important;
    color: white !important;
    cursor: pointer;
    position: fixed;
    z-index: 100000;
    top: 10px !important;
    left:auto;
	right:3%;
    padding: 0;
    line-height: 1;
    width: 50px;
    height: 50px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-transition: top 600ms ease-out 300ms;
    -moz-transition: top 600ms ease-out 300ms;
    -ms-transition: top 600ms ease-out 300ms;
    transition: top 600ms ease-out 300ms;
}
#acp-toggle-toolbar:focus, #acp-toggle-toolbar:hover {
    outline: none;
    border: none;
    background-color: #e78324 !important;
}
/*****************************************  menu  *************************************/
.menu {
    background-color: transparent;
    background-image:none;
    clear: both;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d)";
    margin: 0 auto;
	float:left;
}
.menu a {
    border-left:none;
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}
.menu li:first-child a{
	padding-left:0;
}
.menu a:hover {
    color: #0e507f;
	font-weight: 400;
    background-color: transparent;
	background-image:none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636)";
}
ul.menu > li:hover {
    background-color: transparent;
	background-image:none;
}
.menu .current_page_item a, .menu .current-menu-item a {
    background-color: transparent;
	background-image:none;
	color: #0e507f;
	font-weight: 700;

}
.menu .current_page_item li, .menu .current-menu-item li {
    background-color: transparent;
	background-image:none;
}

.menu > li:first-child > a {
    border-left: none;
}
.post-type-archive-people .menu-item-589 a{
	background-color: transparent;
	background-image:none;
	color: #0e507f;
	font-weight: 700;
}
body.acp-readable #acp-toolbar, body.acp-marklinks #acp-toolbar, body.acp-dark #acp-toolbar, body.acp-bright #acp-toolbar, #acp-toolbar {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 30px;
    bottom: 30px;
    left: auto;
	right:30px;
    width: 310px;
    overflow: hidden;
    background-color: white !important;
    border: 1px solid #0e507f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius:0;
    border-radius: 0;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    -ms-box-shadow:none;
    box-shadow: none;
}
/*****************************************  home  *************************************/
.error404 {
	min-height:400px;
}
.home-blue-strip {
	background-color:#0e507f;
	width:100%;
	text-align:center;
	padding: 28px 0;
    box-sizing: border-box;
}
.dots-repeater-up {
	margin-top:50px;
}
.home-dots-b {
	width:100%;
	position: relative;
    z-index: 99;
	float:right;
	opacity: 0.2;
	transition: 0.6s;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
}
.home-dots-b:before {
	content:'';
	padding:50% 0;
	display:inline-block;
	vertical-align:middle;
}
.dots-repeater-in:hover .home-dots-b {
	opacity: 1;
	transition: 0.6s;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;

}
.dots-repeater-in:before {
	content:'';
	padding:50% 0;
	display:inline-block;
	vertical-align:middle;
}
.dots-repeater-in {
	position:relative;
	width: 20.83333%;
    float: left;
	border-radius:50%;
}
.dots-repeater-in:nth-child(n+8) {
	display:none;
}

.home-dots-color {
    border-radius: 50%;
    width: 100%;
    position: absolute;
	right:0;
	color:#fff;
	font-size:25px;
    line-height: 30px;
    text-align: center;
	padding:30% 10%;
    box-sizing: border-box;
	top:0;
}
.dots-repeater-in:hover .home-dots-color {
	text-indent: -100000px;
}
.home-dots-s {
	width:5.55556%;
	float:left;
    display: flex;
    justify-content: center;
    align-items: center;
	/*background-size:contain !important;
	background: url(images/gray-dots.png) center center no-repeat;*/
}
.home-dots-s:nth-child(n+7) {
	display:none;
}
.back-orange {
	width:100%;
	background-color:#e78324;
	padding:30px 0 50px;
	display:inline-block;
}
.people-in {
	min-height:115px;
}
.home-people-in:nth-child(2n) {
	margin-right:0;
}
.home-people-in .people-image {
    width: 23%;
}
.home-people-in .people-text {
    padding: 15px 0 0 20px;
    width: 77%;
	line-height:30px;
}
.home-people-in p {
	margin:10px 0;
}
.home-people-up {
	margin-top:50px;
	padding: 0 50px;
    box-sizing: border-box;
}
.gray-22 {
	color:#333333;
	font-size:22px;
	line-height: 30px;
}
.change-up {
	width:100%;
	display:inline-block;
	padding:50px 0;
	background-color:#dddddd;
	margin-top:50px;

}
.change-repeater {
	margin-top:50px;
}
.change-in {
    width: 17.6%;
    float: left;
    text-align: center;
    display: inline-block;
	position:relative;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
}
.change-in:before {
	content:'';
	padding:50% 0;
	display:inline-block;
	vertical-align:middle;

}
.change-in:nth-child(9) .change-in-out{
	background-color:#FFFFFF;
	font-weight:700px;
}
.change-arrow {
	width:3%;
	float:left;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 2px;
    box-sizing: border-box;
}
.change-arrow img{
    transform: rotate(180deg);
}
.change-arrow:last-child {
	display:none;
}
.change-in-out {
    border: 3px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
	font-size:30px;
	opacity:1;
	top:0;
	right:0;
	width:100%;
	position:absolute;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;

}
.change-in-out:before {
	content:'';
	padding:50% 0;
	display:inline-block;
	vertical-align:middle;
}
.change-in-in {
	position:absolute;
	top:0;
	right:0;
	opacity:0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	font-size:15px;
	line-height:19px;

}
.change-in-in ul{
	list-style:none;
    margin: 1.6em 0;
	padding:0;

}
.change-in-in li:after{
	content:" ";
	width:100%;
	border-bottom:1px solid;
    height: 2px;
    display: inline-block;
    float: left;
}
.change-in-in li:last-child:after{
	border-bottom:none;

}
.change-in:hover .change-in-out {
	opacity:0.2;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
}
.change-in:hover .change-in-in {
	opacity:1;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;

}
/*****************************************  form   *************************************/
a.button, input[type='reset'], input[type='button'], input[type='submit'] {
    -moz-border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow:none;
    -webkit-border-radius: 0;
    background-color: #00a6d7;
    background-image:none;
    box-shadow:none;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1)";
    font-size: 40px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0 0 0;
    padding: 13px 30px;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    white-space: nowrap;
	float:right;
	font-family: 'Open Sans Hebrew', Arial, sans-serif;
	transition: 0.6s;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;

}
.a.button:hover, input[type='reset']:hover, input[type='button']:hover, input[type='submit']:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow:none;
    background-color:#00a6d7;
    background-image: none;
    border: none;
    box-shadow: none;
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1)";
	margin-top:25px;
	transition: 0.6s;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
}
form {
	text-align:right;
}
form p {
	margin:0 0 30px 0;
	text-align:left;
}
select, input[type="text"], input[type="tel"], input[type="email"] {
    -moz-box-sizing: border-box;
    -moz-border-radius: 0;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-bottom-color: #cccccc;
    border-radius: 0;
    cursor: text;
    margin: 0;
    outline: none;
    padding: 6px 8px;
    vertical-align: middle;
    max-width: 100%;
	float: right;
    width: 85%;
}
area, textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: #ffffff;
    box-shadow: none;
    box-sizing: border-box;
    border:1px solid #cccccc;
    border-bottom-color: #cccccc;
    border-radius: 0;
	height:133px;
    overflow: auto;
    margin: 0;
    outline: none;
    padding: 8px 10px;
    max-width: 100%;
	width:85%;
	float:right;
}
div.wpcf7-validation-errors {
    border: 2px solid #d12e36;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0;
}
span.wpcf7-not-valid-tip {
    color: #d12e36;
    font-size: 1em;
    clear: both;
    display: block;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #00a6d7;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0;
}
/*****************************************  arcive people   *************************************/
.team-20 {
	width:16.66666667%;
	float:left;
	display:inline-block;
}
.team-link-up:hover .team-link-up-img {
	margin-top:10px;
	transition: 0.6s;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
}
.team-link-up img {
	position: absolute;
    left: 17px;
    top: 37px;
}
.team-link-up-text {
	float:left;
	color:#333333;
	font-size:20px;
	padding: 5px 0 0 10px;
    max-width: 60%;
}
.team-link-up-img {
	border-radius:50%;
	width:50px;
	height:50px;
	float:left;
    background-size: 32px 29px !important;
    position: relative;
	transition: 0.6s;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;

}
.people-in:nth-child(3n) {
	margin-right:0;
}
.people-image {
	float:left;
	display:inline-block;
	padding: 15px 15px 5px 5px;
    border-radius: 50%;
	width: 30%;
    box-sizing: border-box;
}
.people-image img{
	border-radius:50%;
}
.people-text {
	float:left;
	text-align:left;
	display:inline-block;
	font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding:40px 0 0 20px;
	width: 70%;
    box-sizing: border-box;
}
.people-up-title {
	margin: 50px 0 20px 0;
}
div[id*='ajaxsearchlite'].wpdreams_asl_container {
    width: 70% !important;
    float: right;
    margin: 10px 0px 0px 0px !important;
}
div[id*='ajaxsearchlite'] .probox .promagnifier .innericon, div[id*='ajaxsearchlite'] .probox .prosettings .innericon, div[id*='ajaxsearchlite'] .probox .proclose .innericon {
    display: none;
}
div[id*="ajaxsearchlite"] .probox .promagnifier {
	display:none;
}
div[id*="ajaxsearchliteres"] .results .item .asl_content h3, div[id*="ajaxsearchliteres"] .results .item .asl_content h3 a {
    margin: 0;
    padding: 0;
    font-weight: normal;
	font-family: 'Open Sans Hebrew', Arial, sans-serif !important;
    color: #333333 !important;
    font-size: 14px;
    line-height: 22px;
    text-shadow:none !important;
}
#ajaxsearchlite1 .probox .proinput input, div[id*="ajaxsearchlite"] .probox .proinput input {
    font-weight: normal;
	text-align:left;
    font-family: 'Open Sans Hebrew', Arial, sans-serif !important;
}
div[id*="ajaxsearchliteres"] .results .item .asl_content {
    text-align: right;
}
/*****************************************  single people   *************************************/
.people-single-up .people-image {
	width:100%;
	margin-top:25px;
}
.people-single-up .people-text {
	padding: 40px 0 0 0;
}
.people-single-up .col-140 {
    width: 13%;
}
/*****************************************  know page   *************************************/
.file-text {
    font-size: 25px;
    line-height: 30px;
    color: #333333;
    font-weight: 700;
    padding-top: 15px;
    box-sizing: border-box;
}
a:hover .file-text {
    color: #00a6d7;
}
.know-up {
	margin-top:30px;
}
/*****************************************  about page   *************************************/
.about-yellow {
	text-align:center;
	width:100%;
	background-image:url(images/about-yellow.jpg);
	background-size:cover;
	padding:15px 0;
	margin-bottom:60px;
	margin-top:20px;
}
.about-yellow-in {
	position:relative;
}
.about-yellow .white-25 {
	padding:0 50px;
	box-sizing:border-box;
}
.about-yellow .white-25 p{
	margin:15px 0;
}
.quote-start {
	position:absolute;
	right:0;
	top:75%;
	background-image:url(images/quote.png);
	width:48px;
	height:37px;
}
.quote-end {
	position:absolute;
	left:0;
	top:40%;
	background-image:url(images/quote-end.png);
	width:48px;
	height:36px;

}
.about-top-image {
	text-align:right;
}
.about-goals ol{
	list-style-type: none;
	margin-right: 0;
	padding:0;
}
.about-goals dl dt {
  counter-increment: step-counter;
  clear:both;
  min-height:60px;
}
.about-goals dt::before {
    content: counter(step-counter);
    font-size: 40px;
    background-color: #00a6d7;
    color: #fff;
    font-weight: bold;
    padding:3px 15px 0;
    border-radius: 50%;
	float:left;
	height: 50px;
    line-height: 50px;
}
.about-goals dl ul {
    list-style-type: none;
	margin-right: 0;
    padding-left: 70px;
}
.about-goals dl ul li::before{
 	content:none;
}
.about-goals dl ul li{
    background: url(images/bullet-light-blue.png) left 9px no-repeat;
    padding: 0 0 8px 15px;
}
.about-goals p {
	margin:0;
	padding: 10px 0 0 70px;

}
.unique-in  {
	width:25%;
	float:left;
	text-align:center;
	padding: 0 20px;
    box-sizing: border-box;
}
.about-unique {
	margin-top:50px;
}

/*****************************************  comps   *************************************/
.comps-repeter-in {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
    float: right;
    border-bottom: 1px solid #fff;
}
.comps-text {
	font-size:18px;
	color:#fff;
	line-height:25px;
}
.comps-text p{
	margin-bottom:0;
}
.comps-text li ul {
	padding-right: 0;
	padding-left:2.0em;
}
.page-id-53 #footer {
	margin-top: 0px;
}
/*****************************************  contact   *************************************/
.contact-people:nth-child(2n) {
	margin-right:0;
}
.contact-image {
	float: left;
    display: inline-block;
    padding: 15px 15px 5px 5px;
    border-radius: 50%;
    width: 23%;
    box-sizing: border-box;
	background-color: #d12e36;
}
.contact-text {
	float: left;
    padding-left: 20px;
	width: 77%;
    box-sizing: border-box;
}
.contact-text a{
	color:#0faad7;
}
.contact-text a:hover{
	color:#e78324;
}
.contact-yellow {
    width: 100%;
    background-color: #e78324;
    text-align: center;
    margin: 50px 0;
    color: #fff;
    font-size: 30px;
	line-height:35px;
    font-weight: 700;
    padding: 35px 0;
    box-sizing: border-box;
}
.contact-yellow a{
	color:#fff;
	font-weight:700
}
.contact-yellow a:hover{
	color:#333333;
}
.contact-name {
	font-size: 25px;
	line-height:30px;
    font-weight: 700;
	color:#e78324;
}
.contact-home h2{
	margin-top:30px;
}
/*****************************************  gallery   *************************************/
.gallery-title {
	font-size: 30px;
	line-height:35px;
    font-weight: 400;
	color:#e78324;
	margin:20px 0;
}
.gallery-content ul{
	margin:0;
	padding:0;
	list-style-type: none;
}
.gallery-content li{
	float: left;
    padding: 0 20px 20px 0;
}
.more {
	color:#e78324;
	font-size: 20px;
	line-height:25px;
	float:right;
}
.gallery-content img {
    border:none;
}
.mfp-wrap {
	z-index: 999999;
}
.mfp-title {
	display:none;
}
.gallery-single-up .navigation {
    display: block !important;
}
/*****************************************  news   *************************************/
.news-in {
	border-bottom:1px solid #333333;
	display:inline-block;
	padding:15px 0;
}
.news-in:last-child {
	border-bottom:none;
}
.news-image {
    display: inline-block;
    padding: 15px 15px 5px 5px;
    border-radius: 50%;
	background-color:#0d5180;
	width: 100%;
    box-sizing: border-box;
}
.news-image-in {
    border-radius: 50%;
	width: 100%;
    padding-top: 100%;
    background-size: cover !important;
}
.news-title {
	color:#e68224;
	font-size:30px;
	line-height:35px;
	font-weight:700;
	margin-top:18px;
}
.news-in-single .news-title {
	margin-top:60px;
}
.news-text {
	color:#333333;
	font-size:18px;
	line-height:23px;
}
.news-text p{
	margin:15px 0;
}
a .news-text:hover {
	color:#e68224;
}
.news-up-single .navigation {
    display: block !important;

}
.back-orange .news-in {
	border-bottom:none;
	margin-bottom:0;
	padding: 30px 0 0 0;
}
.news-home .news-in:nth-child(2n) {
	margin-left:0;
	margin-right:0;
}
.back-orange .news-title {
	color:#fff;
	font-size:25px;
	margin-top:0;
}
.back-orange .news-text {
	color:#fff;
	font-size:16px;
}
.back-orange .news-image {
    display: inline-block;
    padding: 0;
    border-radius:0;
    background-color: transparent;
}
.news-read-more {
    background: url(images/arrow-right.png) right no-repeat;
    padding-right: 50px;
    height: 42px;
    width: 50px;
    color: #fff;
    position: absolute;
    bottom: -25px;
    right: 0;
    font-weight: 700;
	margin-right:10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.news-read-more:hover {
	margin-right:0;
	color:#fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.news-home-text {
	position:relative;
}
#ajaxsearchlitesettings1	{
	display: none !important;
}
/********************************    owl-carousel    ************************************/
.owl-controls {
    position: relative;
}
.owl-prev {
    background: url(images/arrow-left.png) no-repeat;
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    left: -50px;
	top:-350px;
}
.owl-next {
    background: url(images/arrow-right.png) no-repeat;
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    right: -50px;
	top:-350px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    text-indent: 100000px;
}
/*********************************@@@@@@@@@@@@@@@@@@@@@@@@@@@@   responsive   @@@@@@@@@@@@@@@@@@@@@@@@@@************************************/
@media screen and (max-width: 1220px) {
	.container-1200 {
		padding:0 3%;
		box-sizing:border-box;
	}
	#header .container-1200 {
		padding:10px 0 0 0;
	}
	#header .strip-blue .container-1200 {
		padding-top: 0;
	}
	.quote-start {
		right: 10px;
	}
	.quote-end {
		left:10px;
	}
	.lang-link {
		left: 10px;
	}
	.menu li:first-child a {
		padding-left: 10px;
	}
}
@media screen and (max-width: 1200px) {
	.news-read-more {
		position: relative;
		float: right;
	}
	.people-in {
		width: 48.936170212766%;
	}
	.people-in:nth-child(3n) {
		margin-right: 2.127659574468%;
	}
	.people-in:nth-child(2n) {
		margin-right:0;
	}
	.owl-prev {
		top:-450px;
	}
	.owl-next {
		top:-450px;
	}


}
@media screen and (max-width: 1130px) {
	.home-dots-color {
		font-size: 20px;
		line-height: 25px;
		padding: 23% 10%;
	}
}
@media screen and (max-width: 1050px) {
	.menu a {
		font-size: 13px;
		padding: 0 10px;
	}
	.home-dots-color {
		font-size: 20px;
		line-height: 25px;
		padding: 23% 10%;
	}
	.dots-repeater-in {
		padding: 15px;
		box-sizing: border-box;
	}
	.home-dots-b {
	    background-size: contain !important;
	}
	.change-in {
    	width: 31.333%;
	}
	.change-arrow:nth-child(6) {
		margin-left:15%;
	}

}
@media screen and (max-width: 1000px) {
	.menu a {
		font-size: 11px;
		padding: 0 7px;
	}
}
@media screen and (max-width: 980px) { /*********************    980    ***************************/
	.about-top-image {
		text-align: center;
	}
	.home-blue-strip.white-30 {
		font-size: 25px;
    	line-height: 30px;
	}
	.contact-home .col-460 {
		margin-left:0;
	}
	.contact-home input[type='submit'] {
		clear:both;
	}
	.news-home-text {
		width: 48.936170212766%;
		float:right;
	}
	.news-home-image {
		width: auto;
		float:left;
	}
	.back-orange {
		padding: 30px 0;
	}
	.home-people-in .people-image {
		width: 15%;
	}
	.home-people-in .people-text {
		width: 85%;
	}
	.people-in:nth-child(3n) {
		margin-right: 2.127659574468%;
	}
	.people-in:nth-child(2n) {
		margin-right:0;
	}
	.comps-icon {
		width: 23.404255319149%;
		float:left;
	}
	.comps-text-up {
		width: 74.468085106383%;
		float:right;
	}
	.file-icon {
		width: 14.893617021277%;
		float:left;
	}
	.file-text {
		width: 82.978723404255%;
		float:right;
	}
	.contact-people {
		width: 48.936170212766%;
		float:right;
	}
	.people-in {
		width: 48.936170212766%;
		margin-left: 0;
		margin-right: 2.127659574468%;
		float: left;
	}
	.team-20 {
		width: 40%;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 950px) {
	#header.scroll-header .menu a {
		font-size: 11px;
	}
}
@media screen and (max-width: 900px) {
	.contact-people {
		width: 100%;
		margin-left:0;
	}
	.contact-image {
		width: 16%;
	}
	.contact-text {
		padding: 15px 0 0 20px;
		width: 80%;
    	box-sizing: border-box;
	}
	.home-dots-color {
		font-size: 17px;
		line-height: 22px;
		padding: 23% 10%;
	}
}
@media screen and (max-width: 822px) {
	.menu a {
		height: 23px;
		line-height: 23px;
	}
	#header.scroll-header .menu a {
		height: 23px;
    	line-height: 23px;
	}

}
@media screen and (max-width: 800px) {
	.dots-repeater-in {
		width: 45%;
		margin-bottom:4%;
	}
	.home-dots-s {
		width: 10%;
	}
	.home-dots-s:nth-child(4n) {
		display:none;
	}
	.home-dots-color {
		font-size: 30px;
		line-height: 35px;
	}
	.home-dots-b {
		background-size: auto !important;
	}
	.people-text {
		font-size: 25px;
		line-height: 30px;
	}
}
@media screen and (max-width: 750px) {
	.menu a {
		font-size: 11px;
		padding: 0 7px;
	}
	.about-yellow .white-25 {
		font-size: 20px;
    	line-height: 25px;
	}
}
@media screen and (max-width: 700px) {
	.home-blue-strip {
		padding: 15px 0;
	}
	.contact-image {
		width: 20%;
	}

}
@media screen and (max-width: 650px) {/*********************    650    ***************************/
	.menu a {
		font-size: 15px;
		padding: 0 7px;
	}
	.js .main-nav {
		position: relative;
		background-color: #0d5180;
		background-image: none;
		clear: both;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d)";
		margin: 0 auto;
	}
	.js .main-nav .menu li {
		float: right;
		width: 100%;
	}
	#header.normal-header .menu a {
		float: right;
	}
	.menu-up {
		padding-top: 5px;
	}
	.home-blue-strip.white-30 {
		font-size: 20px;
    	line-height: 24px;
	}
	#header .strip-blue .container-1200 {
		padding-top: 10px;
	}
	.news-home-image {
		width: 48.936170212766%;
	}
	.home-people-in .people-image {
		width: 20%;
	}
	.home-people-in .people-text {
		width: 80%;
	}
	h2 {
		font-size: 40px;
		line-height:45px;
	}
	.contact-yellow {
		padding: 25px 0;
	}
	.change-in {
    	width: 47%;
		margin-bottom: 15px;
	}
	.change-arrow:nth-child(6) {
		margin-left:0;
	}
	.change-in:nth-child(9) {
		margin-left:23%;
	}

}
@media screen and (max-width: 600px) {
	.people-in {
		margin:0 0 20px 0;
		width: 100%;
	}
	.home-dots-color {
		font-size: 25px;
		line-height: 30px;
	}

}
@media screen and (max-width: 570px) {
	.lang-link li {
		float:none;
		padding: 0 10px;
		border-left: none;
	}
}
@media screen and (max-width: 550px) {
	.home-dots-color {
		font-size: 25px;
		line-height: 30px;
	}
	.file-text {
		font-size: 22px;
		line-height: 25px;
		font-weight: 400;
		padding-top: 3px;
	}
	.contact-yellow {
		font-size: 25px;
		line-height:30px;
	}
	.team-20 {
		width: 50%;
	}
	.know-up a{
		display: inline-block;
		margin-bottom: 20px;
		width:100%;
		min-height:70px;
	}
}
@media screen and (max-width: 500px) {
	.news-home-image, .news-home-text {
		width:100%;
		float: none;
	}
	.contact-people {
		width: 100%;
	}
	.contact-image {
		width: 30%;
		clear: both;
	}
	.contact-text {
		width: 100%;
	}
	.quote-end {
		left: 10px;
	}
	.home-dots-color {
		font-size: 20px;
		line-height: 25px;
	}
}
@media screen and (max-width: 450px) {
	.home-dots-color {
		font-size: 20px;
		line-height: 25px;
	}
	.home-dots-b {
		background-size: contain !important;
	}
	.home-people-in .people-image {
		padding: 8px 8px 2px 2px;
	}
	.home-people-in .people-text {
		padding: 15px 0 0 10px;
	}
	.contact-yellow {
		font-size: 18px;
		line-height:23px;
	}
	.team-20 {
		width: 90%;
	}
	select, input[type="text"], input[type="tel"], input[type="email"] {
		width: 75%;
	}
	area, textarea {
		width: 75%;
	}
}
@media screen and (max-width: 420px) {
	#logo img {
		width:130px;
	}
	#header #logo {
		height: 82px;
	}
}
@media screen and (max-width: 400px) {
	.home-blue-strip.white-30 {
		font-size: 17px;
    	line-height: 20px;
	}
	.home-dots-color {
		font-size: 18px;
		line-height: 23px;
	}
	.comps-icon {
		width: 50%;
		float: none;
    	margin: 0 auto;
	}
	.comps-text-up {
		width: 100%;
		float:right;
	}
	.comps-text-up h2{
		text-align:center;
	}
	.file-text {
		font-size: 18px;
		line-height: 22px;
		font-weight: 400;
		padding-top: 3px;
	}
	.gallery-content li {
		width: 40%;
	}
}
@media screen and (max-width: 375px) {
	.home-dots-color {
		font-size: 15px;
		line-height: 20px;
	}

}

body.acp-readable #acp-toolbar.active, body.acp-marklinks #acp-toolbar.active, body.acp-dark #acp-toolbar.active, body.acp-bright #acp-toolbar.active, #acp-toolbar.active{
    display: block !important;
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/
