@font-face {
    font-family: "Myriad";
    src: url(webfonts/myriadpro-semibold.otf);
}

body.home {
    padding: 40px;
    background: #ecedee!important;
}
body {
    padding: 40px;
    background: #f6f5f5!important;
}
@media(max-width: 700px) {
	body {
		padding: 0px!important;
		overflow-x: hidden!important;
	}
}
/*WordPress Core*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.top-navigation {
    position: relative;
}
.switcher {
    margin: 0px!important;
    padding: 0px;
    float: right;
    right: 20px;
    top: -32px;
    padding-right: 0px;
    position: absolute;
}
.switcher li {
    float: left;
    list-style: none;
}
.switcher li a {
    color: #000;
    font-size: 16px;
    margin-right: 20px;
    text-transform: uppercase;
    font-family: "Myriad";
}
.switcher li.current-lang a {
    text-decoration: underline;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.gallery-caption {
    display: block;
}

.bypostauthor {
    display: block;
}
header {
    position: relative;
    z-index: 999;
    width: 100%;
    margin-bottom: -121px;
}
header .site-branding {
    padding-left: 40px;
}
header .nav {
    float: right!important;
    padding-top: 35px;
}
header .nav li a{
    color: #ffffff;
    font-size: 16px;
    margin-right: 40px;
    text-transform: uppercase;
    font-family: "Myriad";
}
@media(max-width: 700px) {
	header {
		margin-bottom: -88px!important;
	}
	header .col-md-6 {
		width: 50%;
		float: left;
		padding: 0px!important;
	}
	header .col-md-6 img {
		width: 100%;
		margin-left: 15px;
	}
	header .nav {
		display: none
	}
	.navbar-light .navbar-toggler {
		border: 0px!important;
		z-index: 999;
	}
	.navbar-light .navbar-brand img {
		width: 70%!important
	}
	.bg-light {
		background-color: transparent!important;
		padding: 0px!important;
	}
	header .navbar-collapse {
		background: #fff;
		padding: 50px 15px;
		text-align: center;
		position: absolute;
		width: 100%;
		top: 0px;
		-webkit-box-shadow: 0px 5px 13px -8px rgba(0,0,0,0.44);
		-moz-box-shadow: 0px 5px 13px -8px rgba(0,0,0,0.44);
		box-shadow: 0px 5px 13px -8px rgba(0,0,0,0.44);
	}
	header .navbar-nav li a {
		text-align: center;
		color: #000;
		width: 100%;
		display: block;
		font-size: 22px;
		text-transform: uppercase;
	}
	.switcher {
		margin: 0px!important;
		padding: 0px;
		float: none!important;
		padding-top: 15px;
		padding-right: 0;
		display: inline-block;
	}
	.switcher li a {
		color: #080808!important;
	}
}


footer {
    background: #2b3138;
    padding: 25px;
}
footer .logof img {
    float: left;
}
footer p {
    margin: 17px 0 0 30px;
    color: #fff;
    float: left;
}

footer .link-list {
    margin: 0px;
    padding: 0px;
    float: right!important;
    margin-top: 20px;
}
footer .link-list li {
    list-style: none;
    float: left;
}
footer .link-list li a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 40px;
    text-transform: uppercase;
    font-family: "Myriad";
}

@media(max-width: 700px) {
	footer {
		padding: 15px!important;
		text-align: center;
	}
	footer .link-list {
		float: none!important
	}
	footer .link-list li {
		width: 100%;
		display: block;
	}
	footer .link-list li a {
		margin: 0px!important
	}
	footer p {
		margin: 20px 0!important;
	}
	footer .logof img {
		float: none!important;
	}
}

.indxfooter {
    display: inline-block;
    margin: auto;
    width: 100%;
}
.indxfooter .elementor-row {
    width: auto;
    display: inline-block;
    margin: 0 auto;
}
.indxfooter .indxfoot {
    float: left;
}

.indxfoot {
    max-width: 567px;
}

.foterfrom {
    max-width: 847px;
    margin: 0 auto;
}
.foterfrom .wpcf7-text {
    height: 40px;
    width: 100%;
    margin-bottom: 23px;
    border: 0px;
    border-radius: 5px;
    padding: 15px 0 15px 50px;
}
.foterfrom .wpcf7-text::-webkit-input-placeholder, .foterfrom .wpcf7-textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-size: 20px;
}
.foterfrom .wpcf7-text::-moz-placeholder, .foterfrom .wpcf7-textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-size: 20px;
}
.foterfrom .wpcf7-text:-ms-input-placeholder, .foterfrom .wpcf7-textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-size: 20px;
}
.foterfrom .wpcf7-text:-moz-placeholder, .foterfrom .wpcf7-textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size: 20px;
}

.foterfrom .wpcf7-textarea {
    border: 0px;
    height: 103px;
    border-radius: 5px;
    width: 100%;
    padding: 15px 22px;
}
.foterfrom+p {
    text-align: center;
}
.foterfrom+p .wpcf7-submit {
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 200px;
    color: #f6f5f5;
    font-size: 22px;
    padding: 5px 50px;
    background: transparent;
    margin-top: 10px;
}

.foterfrom .your-name input {
    background: url(imgs/icon2.png) no-repeat 10px 9px #fff!important;
}
.foterfrom .email input {
    background: url(imgs/icon3.png) no-repeat 10px 9px #fff!important;
}

.contform .wpcf7-text {
    width: 100%;
    background: #ececec;
    border: 0px;
    margin-bottom: 25px;
    border-radius: 5px;
    height: 42px;
    padding: 10px 28px;
}
.contform .your-name input {
    background: url(imgs/icon2.png) no-repeat 10px 9px #ececec!important;
	padding-left: 50px;
}
.contform .your-email input {
    background: url(imgs/icon3.png) no-repeat 10px 9px #ececec!important;
	padding-left: 50px;
}
.contform .tel input {
    background: url(imgs/phone.png) no-repeat 10px 9px #ececec!important;
	padding-left: 50px;
}
.contform .wpcf7-textarea {
    width: 100%;
    background: #ececec;
    border: 0px;
    border-radius: 10px;
    height: 280px;
    padding: 22px 35px;
}

.contform .wpcf7-text::-webkit-input-placeholder, .contform .wpcf7-textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-size: 20px;
}
.contform .wpcf7-text::-moz-placeholder, .contform .wpcf7-textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-size: 20px;
}
.contform .wpcf7-text:-ms-input-placeholder, .contform .wpcf7-textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-size: 20px;
}
.contform .wpcf7-text:-moz-placeholder, .contform .wpcf7-textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size: 20px;
}

.contform .wpcf7-submit {
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 200px;
    color: #000;
    font-size: 22px;
    padding: 5px 50px;
    background: transparent;
    margin-top: 10px;
	float: right
}
.contform .accept-this-1 {
	bottom: -10px;
    font-size: 19.9px;
}

.up {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}
@media(max-width: 700px) {
	.up {
		display: none
	}
	.contform {
		text-align: center
	}
	.contform .wpcf7-submit {
		float: none!important
	}
}
.eicon-chevron-left:before {
    display: none;
}
.eicon-chevron-left:after {
    content: '';
    display: block;
    width: 33px;
    height: 106px;
    background: url(imgs/left.png);
}

.eicon-chevron-right:before {
    display: none;
}
.eicon-chevron-right:after {
    content: '';
    display: block;
    width: 33px;
    height: 106px;
    background: url(imgs/right.png);
}

.elementor-text-editor li {
	margin-bottom: 10px;
}

div.wpcf7-validation-errors {
	display: none!important
}
span.wpcf7-not-valid-tip:lang(en) {
	color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    top: -5px;
    left: -110px;
    font-size: 12px;
    color: #fff;
    background: red;
    padding: 5px;
    border-radius: 5px;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    top: -5px;
    left: -210px;
    font-size: 12px;
    color: #fff;
    background: red;
    padding: 5px;
    border-radius: 5px;
}