/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
@import 'fix-bootstrap.css';

 Closed CSS 13-Aug-20
@import url(https://fonts.googleapis.com/css?family=Varela+Round&subset=hebrew);
@import url(https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800&subset=hebrew);
*/

@font-face{
    font-family:'Segoe UI Emoji';
    font-style: normal;
    src: url('https://www.seolinks.co.il/wp-content/themes/seolinks/fonts/seguiemj.ttf') format('truetype');
}

body {
  font-family: 'Assistant', sans-serif !important;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.single #toc_container {
	display:none!important;
}

/* latest articles slider */

#latest_container, 
#latest_container .avatar,
#latest_container .date,
#latest_container .entry-content,
#latest_container article .entry-footer,
.logged-in a.image-link.sliderlink {
  display: none;
}

.logged-in #latest_container {
  display: block !important;
    width: 220px;
    height: 220px;
    overflow: hidden;
    position: absolute;
    top: -60px;
    border: 1px solid #dde5ed;
}

div#latest_slider article {
  width: 200px;
  padding: 0;
  margin: 0 10px;
  height: 200px;
}

div#latest_slider .autor {
  padding: 5px;
}

div#latest_slider {
  width: 1320px;
  height: 220px;
  position: absolute;
  left: 0;
  top: 0;
}

div#latest_slider .entry-date_autor {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.69);
}

div#latest_slider header {
  padding: 0 !important;
}

#latest_container .entry-title {
  bottom: 0;
  position: absolute;
  padding: 5px;
  width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.69);
  right: 0;
}



/* ancient-browser-alert error */
.ancient-browser-alert {
	background: #a00;
	color: #faa;
	display: block;
	padding: 3px 0;
	text-align: center;
}
.ancient-browser-alert a {
	color: #fff;
	text-decoration: underline;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.page-header-top-right {
  float: left;
  margin: 0;
}
.pagination {
	margin: 0;
}
ul.menu {
  display: block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.menu > li {
  border-right: 1px solid #dde5ed;
  display: block;
  float: right;
  /*margin: 10px 30px 10px 0;
  padding: 0 30px 0 0;*/
      margin: 10px 20px 10px 0;
    padding: 0 20px 0 0;
}
ul.menu > li:first-child {
  border-right: 0 solid #dde5ed;
  display: block;
  float: right;
  margin: 10px 0 10px 0;
  padding: 0 0 0 0;
}
ul.menu a {
	color: #1d8bea;
	display: block; 
font-size: 18px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
}

ul.menu li:last-child a {
  color: #e96b71;
  font-size: 25px;
    line-height: 25px;
    font-weight: bold;
}
.pagination-center {
	text-align: center;
}
.pagination-row {
	margin-bottom: 20px;
}



.required {
	color: #f00;
}



.row-with-vspace {
	margin-bottom: 20px;
}



.site-main .format-aside {
	background: #f5f5f5;
}
.site-main .format-image {
	background: url('../img/content-post-format-image.png') left top no-repeat;
}
.site-main .format-link {
	background: url('../img/content-post-format-link.png') left top no-repeat;
}
.site-main .format-quote {
	background: url('../img/content-post-format-quote.png') left top no-repeat;
}
.site-main .format-video {
	background: url('../img/content-post-format-video.png') left top no-repeat;
}
ul.menu a img {
  margin: 0 0 0 10px;
}
body > header {
  background-color: rgba(255, 255, 255, 1);
  padding: 18px 0 0 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 9999;
  border-bottom: 2px solid #dde5ed;
}
body > #content.site-content {
  padding-top: 77px; 
}
body > header.fix {
  /*background-color: rgba(255, 255, 255, 0.8);*/
  background-color: #fff;
  padding: 15px 0;
}
.site-title {
  float: right;
  margin-bottom: 0;
  margin: 10px 0 0 0;
}
.site-title > a {
	text-decoration: none;
}
.site-title > div {
	height: auto;
	line-height: 18px;
}
.site-title .site-description {
	color: #999;
	font-size: 16px;
}
.site-title .site-title-heading {
	margin: 0;
}



.widget_calendar #wp-calendar {
	margin: 0;
}
.widget_calendar #wp-calendar #next {
	text-align: right;
}



#comments .comment-navigation {
	margin-bottom: 0;
}
#comments .comment-navigation-below {
	margin-bottom: 20px;
	margin-top: 15px;
}
#comments .media-list li .media {
	margin-top: 15px;
}
#comments .media-list li .media .media-body {
	border: 1px solid #eee;
	padding: 10px;
}
#comments .media-list li .media .media-body .comment-author {
	font-size: 12px;
	margin-bottom: 10px;
}
#comments .media-list ul.children {
	list-style: none;
	margin-left: 2.5em;
}


#main-column .wp-video-shortcode {
	display: block;
	height: auto;
	max-width: 100%;
}
#main-column .attachment .entry-content {
	margin-bottom: 20px;
}
#main-column .attachment .entry-content .attachment {
	text-align: center;
}
#main-column .attachment .entry-meta {
	margin-bottom: 20px;
}
#main-column .post,
#main-column .page {
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding: 10px;
}
#main-column .post .entry-header .entry-meta {
	color: #999;
}
#main-column .post .entry-header .entry-meta a {
	color: inherit;
}
#main-column .post .entry-header .entry-meta .posted-on .updated {
	display: none;
}
#main-column .post .entry-meta .categories-icon {
	cursor: default;
}
#main-column .post .entry-meta .comments-link a {
	color: #333;
}
#main-column .post .entry-meta .comments-link a .comment-icon .comment-total,
#main-column .page .entry-meta .comments-link a .comment-icon .comment-total {
	color: #555;
	font-size: 12px;
	margin-left: 5px;
}
#main-column .attachment .edit-post-link a, 
#main-column .attachment .entry-meta .edit-post-link a, 
#main-column .post .entry-meta .edit-post-link a,
#main-column .page .entry-meta .edit-post-link a {
	color: #333;
}
#main-column .post .entry-meta .tags-icon {
	cursor: default;
}
#main-column .attachment .entry-title, 
#main-column .post .entry-title,
#main-column .page .entry-title {
	margin-top: 0;
	word-wrap: break-word;
}


#sidebar-left .widget,
#sidebar-right .widget {
	border: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}
#sidebar-left .widget ul,
#sidebar-right .widget ul {
	padding-left: 20px;
}
#sidebar-left .widget .widget-title,
#sidebar-right .widget .widget-title {
	font-size: 18px;
	margin-top: 0;
}



#site-footer {
  background: #fff none repeat scroll 0 0;
  border: 0 solid #ddd;
  color: #1d8bea;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
    padding-bottom: 87px;
}
.footer_content > img {
  margin: 0 0 0 20px;
  position: relative;
}
section h1 {
  color: #212944;
  font-size: 52px;
	margin: 0 0 15px;
	font-weight: 700;
  padding-top: 50px;
}
section h1 span {
  color: #ffd37c;

}
section h2, section h3 {
  color: #1d8bea;
}
section h2 {
	font-size: 45px;
	margin: 0 0 10px;
	text-align: center;
	color: #1d8bea;
	font-weight: 700;
}
section.home_sliders h2 {
    font-size: 40px;
    margin: 0 0 30px;
    text-align: right;
    color: #1d8bea;
    font-weight: 700;
}
section.home_1 h2 {
	font-size: 24px;
	text-align: right;
	font-weight: 700;
	color: #1d8bea;
  margin-bottom: 26px;
  float: right;
}
section.home_2 h2  {
margin-bottom: 20px;
}
section.home_1 h2 + p {
  float: right;
  color: #212944;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 7px;
  display: inline-block;  
}
section .text {
	color: #333333;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 30px;
	font-weight: 400;
}
section.home_1 .text {
  line-height: 1.2;
}
section.home_1 .text  {
  color: #3c4d64;
  clear: both;
/*  font-weight: 600;*/
  padding-left: 15%;
}
section.home_1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 80px 0 27px 0;
}
section.home_2 {
    padding-top: 126px!important;
    border-top: 1px solid #bae3fc;
}
section.home_clients {
    height: auto!important;
}
section.home_clients {
    z-index: 2;
}
body section.home_2 {
    z-index: 1;
}
.carousel-banner {
    padding: 0 24px 15px 24px;
}
.carousel-banner .coteret {
    margin: 10px 0 8px 0;
}
.carousel-banner .owl-nav i {
    font-style: normal;
    font-size: 14px;
}
.carousel-banner .owl-nav .owl-prev, .carousel-banner .owl-nav .owl-next {
    width: 44px;
    height: 44px;
    border: 1px solid #bae3fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 34%;
    transform: translate(0, -50%);
    background-color: #fff;
}
.carousel-banner .owl-nav .owl-prev {
    left: -46px;
}
.carousel-banner .owl-nav .owl-next {
    right: -46px;
}
section.home_2 .text strong {
	font-size: 20px;
	color: #212944;
}
section.home_2 .text h4 {
	font-size: 22px;
}
a.but_link {
  background-color: #1d8bea;
  border: 1px solid #1681de;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 2.5;
  min-width: 115px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}
a.but_link:hover {
  background-color: #0069c6;
  border: 1px solid #1d8bea;
}
section.home_2 {
  padding: 50px 0 20px;
  /*background: #fff;*/
  background-color: #f7fbff;
  padding-bottom: 40px;
}
section.home_3 {
  padding-top: 55px;
}
section.home_3 .bg-container .item_h3{
    padding-top: 0px;
}
section.home_3 .bg-container + .bg-container .item_h3{
    padding-top: 45px;
}
section.home_clients {
  padding-bottom: 11px;
  padding-top: 11px;
}
section.home_2 .text {
  text-align: right;
}
.item_span5 {
	border: 1px solid #dde5ed;
	float: right;
	margin: 15px 10px 20px;
  padding: 30px 15px 30px;
	width: calc(20% - 20px);
	text-align: center;
  background: #fff;

  box-shadow: 0 20px 20px rgba(0,0,0,.08);
    -webkit-transition: all 250ms cubic-bezier(.02,.01,.47,1);
    -moz-transition: all 250ms cubic-bezier(.02,.01,.47,1);
    transition: all 250ms cubic-bezier(.02,.01,.47,1);
}
.item_span5:hover {
    box-shadow: 0 40px 40px rgba(0,0,0,.12);
   /* transform: translate(0,-10px);*/
    transition-delay: 0s !important;
}
.item_span5  h3 {
  margin-top: 3px;
}
.item_span5  .text {
  margin-top: 4px;
  margin-bottom: 23px;
 }
section.home_3 h2 {
	font-size: 45px;
}
section.home_2 a.but_link {
	display: inline-block;
	margin: 0 auto;
	font-weight: 700;
	height: 36px;
	line-height: 2;
	width: auto;
	min-width: 100px;
	float: none;
	border-radius: 2px;
  padding-left: 12px;
    padding-right: 12px;
}
section.home_2 img {
  clear: both;
  display: block;
  margin: 11px auto;
}
section.home_2 h3 {
	font-size: 20px;
	text-align: right;
	font-weight: 700;
}
section.home_2 span.price, section.home_2 span.price_bot {
  color: #798795;
  display: block;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
section.home_2 .img {
      height: 70px;
    overflow: hidden;
}
section.home_3 .right {
  float: left;
}
section.home_3 .left {
  float: right;
}
.item_h3 {
  padding: 40px 0;
}
section.home_3 h3 {
	color: #1d8bea;
	font-size: 30px;
	margin: 0 0 30px;
	font-weight: 700;
}
section.home_3 .text h4 {
	font-size: 20px;
}
section.home_3 a.but_link {
    border-radius: 2px;
    display: inline-block;
    float: none;
    font-weight: 700;
    height: 42px;
    line-height: 2.5;
    margin: 0 auto;
    min-width: 119px;
    width: auto;
}
.item_just > div {
  align-items: center;
  display: flex;
  justify-content: center;
}
.item_just {
  align-items: center;
  display: flex;
  justify-content: center;
}
.text li {
  list-style: outside none none;
  margin-bottom: 5px;
  position: relative;
    font-size: 18px;
}
section.home_2 .text li strong {
    font-size: 18px;
}
.text li::before {
  /*background-color: #1d8bea;
  border-radius: 50%;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: -15px;
  top: 8px;
  width: 7px;*/
      border-radius: 50%;
    display: block;
    position: absolute;
    right: -18px;
    top: 5px;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: #1d8bea;
}
.text ul {
  padding-right: 25px;
}
section.home_3 .sub_item > img {
  height: auto;
  max-width: 100%;
}
section.home_3 .bg-container {
  border-bottom: 1px solid #dde5ed;
  padding-bottom: 25px;
}
section.home_3 .bg-container:last-child {
  border-bottom: 0 solid #dde5ed;
}
section.home_4 h2 {
	color: #f7fbff;
	font-size: 45px;
margin: 70px 0 30px;
	text-align: center;
	font-weight: 700;
}
section.home_4 h3 {
  color: #f7fbff;
  font-size: 24px;
  margin: 0 0 30px;
  text-align: center;
}
section.home_4 div.wpcf7 {
  display: block;
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
  width: 100%;
}
.wpcf7 .wpcf7-form label {
  display: block;
  float: right;
  margin: 0 15px 15px;
  overflow: hidden;
  width: calc(33.3333% - 30px);
}
.wpcf7 .wpcf7-form label.textarea  {
  display: block;
  float: right;
  margin: 0 15px 15px;
  overflow: hidden;
  width: calc(100% - 30px);
}
#contact .wpcf7 .wpcf7-form label.textarea {
  margin: 12px 15px 29px;
}

.wpcf7 .wpcf7-form label input {
  background-color: #e5f1ff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  color: #798795;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  padding: 0 10px;
  text-align: right;
  width: 100%;
}
.wpcf7 .wpcf7-form label input.wpcf7-not-valid {
  border: 1px solid red;
}
.wpcf7 .wpcf7-form label.textarea  textarea {
  border: medium none;
  border-radius: 2px;
  color: #798795;
  display: block;
  font-size: 16px;
  font-weight: 400;
  height: 70px;
  padding: 0 10px;
  text-align: right;
  width: 100%;
  background-color: #e5f1ff;
}
.wpcf7-form-control.wpcf7-submit {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #ffffff;
	display: block;
	font-size: 18px;
	height: 40px;
	margin: 0 auto;
	width: 330px;
	font-weight: 700;
}
section.home_4 {
  padding-bottom: 40px;
  position: relative;
}
.home_4_bg_bot_l {
  background: rgba(0, 0, 0, 0) url("../img/cloud2.png") no-repeat scroll left top / auto 100%;
  bottom: 0;
  height: 107px;
  left: 0;
  position: absolute;
  width: 50%;
  z-index: 0;
}
.home_4_bg_bot_r {
  background: rgba(0, 0, 0, 0) url("../img/cloud1.png") no-repeat scroll right top / auto 100%;
  bottom: 0;
  height: 91px;
  position: absolute;
  right: 0;
  width: 50%;
  z-index: 0;
}
section.home_4 .container.page-container {
  position: relative;
  z-index: 5;
}
div.wpcf7-validation-errors {
  display: none !important;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
body .site-content > .top_go {
  bottom: 190px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 15px;
  z-index: 999;
}
body .site-content > .top_go img {
  width: 70px;
}
.top_go > span {
	color: #1d8bea;
	display: block;
	font-size: 16px;
	line-height: 2;
	text-align: right;
	font-weight: 700;
}
.entry-images img {
  height: auto;
  width: 100%;
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-images img:hover {
    -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.entry-title > a {
  color: #1d8bea;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
section.arhive_cat .item_h3 .entry-title > a {
	color: #1d8bea;
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	text-decoration: none;
}
section.arhive_cat .item_h3 .entry-content {
	color: #333333;
	font-size: 16px;
	padding: 0 15px 15px 15px;
}
section.arhive_cat .item_h3 .entry-content a {
  color: #333333;
  text-decoration: none;
}
section.arhive_cat .item_h3 a.but_link {
	display: inline-block;
	margin: 0 auto;
	font-weight: 700;
	height: 36px;
	line-height: 2;
	width: auto;
	min-width: 100px;
	float: none;
	border-radius: 2px;
}
section.arhive_cat .item_h3 article .entry-footer {
	padding: 0 15px 20px;
}
.entry-title {
  color: #1d8bea;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  margin: 20px 0;
  margin-bottom: 10px;
  padding: 0 15px;
  text-decoration: none;
    display: block;
}
article .entry-images {
    height: auto;
    width: 100%;
	overflow: hidden;
}
section.arhive_cat .item_h3 article {
	padding: 0;
	/*width: calc(50% - 30px);*/
  width: calc(33% - 30px); 
	margin: 0 15px 15px 15px;
	border: 1px solid #dde5ed;
  min-height: 410px;
}
article.col-md-3 {
  border: 1px solid #dde5ed;
  float: right;
  margin: 10px;
  padding: 0;
  width: calc(25% - 20px);
  background-color: #fff;
}
section.arhive_404 h1.page-title {
  font-size: 100px;
  font-style: italic;
  font-weight: 900;
  line-height: 5;
  opacity: 0.5;
}
article .entry-footer {
  padding: 0 15px 20px;
}
section h1.page-title {
  background-color: #e5f1ff;
  color: #1d8bea;
  display: block;
  font-size: 50px;
  line-height: 3;
  margin: 0;
  text-align: center;
}

section h1.page-title {
  background-color: #1d8bea;
  color: #fff;
  display: block;
  font-size: 50px;
  line-height: 3;
  margin: 0;
  text-align: right;
}



section.arhive_cat .item_h3 {
  padding: 0;
}
.entry-footer ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  overflow: hidden;
}
.entry-footer ul > li {
  color: #637280;
  display: block;
  float: right;
  font-size: 11px;
  position: relative;
}
.entry-footer ul > li.date {
  margin-left: 10px;
  padding-left: 10px;
}
.entry-footer ul > li.date::before {
  background-color: #1d8bea;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  right: auto;
  top: 6px;
  width: 4px;
}
.item_cat_list > span {
	color: #212944;
	display: block;
	float: right;
	font-size: 20px;
	margin-left: 25px;
	font-weight: 700;
}
.item_cat_list > ul {
  display: block;
  float: right;
  font-size: 14px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.item_cat_list > ul a {
	color: #1d8bea;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
	font-size: 18px;
}
.item_cat_list > ul li {
  display: block;
  float: right;
  margin: 0 0 0 10px;
}
.item_cat_list > ul li.curent a {
  background-color: #e5f1ff;
}
.col-xs-12.item_cat_list {
  margin: 30px 0;
}
body .pagination > li > a, body .pagination > li > span {
  background-color: #1d8bea;
  border: 0 solid #ddd;
  color: #fff;
  float: right;
  line-height: 1.42857;
  margin-left: 5px !important;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
}
section.arhive_cat .pagination > li.active > span span {
	color: #fff;
	font-size: 15px;
	text-align: center;
	display: inline;
	line-height: 2;
}
body .pagination > li > a:focus, body .pagination > li > a:hover, body .pagination > li > span:focus, body .pagination > li > span:hover {
  background-color: #0069c6;
  color: #fff;
  z-index: 2;
}
body .pagination {
  margin: 25px 0 0 0;
  padding: 0;
  clear: both;
  display: block;
}
section.arhive_cat {
  border-bottom: 1px solid #1d8bea;
}
.entry-footer.entry-pod_title ul {
  text-align: center;
}
.entry-footer.entry-pod_title ul > li {
  color: #637280;
  display: inline-block;
  float: none;
  font-size: 11px;
  position: relative;
}
.entry-footer.entry-pod_title {
  background-color: #e5f1ff;
  margin-bottom: 30px;
  margin-top: -25px;
  padding-bottom: 10px;
}
section.arhive_single h1.page-title {
  font-size: 35px;
  line-height: 1;
  padding: 35px 0;
}
.article_single .entry-header {
  margin-bottom: 30px;
}
section .entry-content h2 {
	font-size: 26px;
	text-align: right;
	text-decoration: underline;
	font-weight: 700;
}
.entry-content ol {
	padding: 0;
	margin: 0 0 25px 0;
	list-style: none;
}
.entry-content ol li {
	margin-bottom: 25px;
}
.entry-content ol li strong {
	font-size: 22px;
	color: #333333;
}
.entry-content ol li span strong {
	font-size: 18px;
	color: inherit;
}
.entry-content ol li::before {
	font-size: 22px;
	color: #1d8bea;
	font-weight: 700;
	background-color: #e5f1ff;
	width: 44px;
	height: 44px;
	line-height: 2;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	margin: 10px 0 7px 10px;
}
.entry-content ol li:nth-child(1)::before {
	content: '1.';
}
.entry-content ol li:nth-child(2)::before {
	content: '2.';
}
.entry-content ol li:nth-child(3)::before {
	content: '3.';
}
.entry-content ol li:nth-child(4)::before {
	content: '4.';
}
.entry-content ol li:nth-child(5)::before {
	content: '5.';
}
.entry-content ol li:nth-child(6)::before {
	content: '6.';
}
.entry-content ol li:nth-child(7)::before {
	content: '7.';
}
.entry-content ol li:nth-child(8)::before {
	content: '8.';
}
.entry-content ol li:nth-child(9)::before {
	content: '9.';
}
.entry-content ol li:nth-child(10)::before {
	content: '10.';
}
.entry-content {
	color: #333333;
	font-size: 18px;
}
.entry-content p {
    font-size: 20px;
  margin-bottom: 30px;
}
.entry-content img['data-fancybox'] {
    cursor: zoom-in;
}
.entry-content h4 {
    font-size: 22px;
    font-weight: 600;
}
.entry-content em {
	background: #ffff00;
}
section.arhive_cat.arhive_single {
  border-bottom: 0 solid #1d8bea;
}
section.arhive_cat.arhive_cat_recomend_post {
  border-bottom: 1px solid #1d8bea;
  background-color: #e5f1ff;
  padding: 50px 0;
}
section.arhive_cat.arhive_cat_recomend_post h2 {
  font-size: 35px;
  color: #1d8bea;
  line-height: 1;
  margin: 0 0 30px 0;
}
section h1 span {
	color: #1d8bea;
  font-weight: 800;
}
footer#site-footer h3.widget-title {
	font-size: 19px;
	color: #333333;
	font-weight: 700;
	text-align: right;
	padding: 0 15px;
  border-bottom: 1px #e1e1e1 solid;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
  padding-right: 0px;
}
footer#site-footer h3.widget-title:after {
    content: " ";
    height: 1px;
    width: 40px;
    bottom: -1px;
    right: 0;
    position: absolute;
    background: #2371ba;
    z-index: 2;
}
footer#site-footer .entry-title {
  color: #1d8bea;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin: 8px 0;
  padding: 0;
  text-decoration: none;
  text-align: right;
  margin-top: -4px;
}
footer#site-footer .entry-title a {
	color: #1d8bea;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
  transition: all 0.3s ease 0s;
}
footer#site-footer .entry-title a:hover {
  color: #1e6fb4;
}
footer#site-footer .entry-footer ul > li.date {
	margin-left: 10px;
	padding-left: 10px;
	color: #333333;
	font-size: 13px;
}
footer#site-footer article .entry-footer {
	padding: 0;
}
footer#site-footer .entry-footer ul > li.autor {
	color: #333333;
	font-size: 13px;
}
footer#site-footer .entry-footer ul > li.date::before {
	top: 7px;
}
footer#site-footer .entry-footer ul {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
	overflow: hidden;
}
footer#site-footer ul.menu > li {
	border-right: 0px solid #dde5ed;
	display: block;
	float: none;
	margin: 10px 0 15px 0;
	padding: 0;
	color: #333333;
	text-align: right;
}
footer#site-footer ul.menu > li a {
	display: block;
	float: none;
	margin: 0;
	padding: 0 15px;
	color: #333333;
	text-align: right;
	font-size: 14px;
	font-weight: 600;
  transition: all 0.3s ease 0s;
  padding-right: 0px;
}
footer#site-footer ul.menu > li a:hover {
  color: #1e6fb4;
}
footer#site-footer .footer_content {
	padding-right: 0;
}
.footer_content_center {
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
	padding-left: 10%;
}
.footer_content_center span {
	text-align: center;
	font-size: 14px;
	color: #333333;
	display: block;
	margin: 10px 0;
}
.footer_content_center span strong {
	text-align: center;
	font-size: 19px;
	color: #333333;
}
.footer_content_center .soc_button_footer {
	text-align: center;
	font-size: 20px;
	color: #1d8bea;
	display: block;
	margin-top: 20px;
  z-index: 9998;
}
.footer_content_center .soc_button_footer .soc_but_items {
	display: inline-block;
	line-height: 2;
	font-size: 20px;
	width: 40px;
	height: 40px;
	background-color: #e5f1ff;
	border-radius: 50%;
}
footer#site-footer .footer_content > div:nth-child(1) {
width: 15%;
}
footer#site-footer .footer_content > div:nth-child(2) {
  padding-left: 0px;
  margin-left: 3%;
}
footer#site-footer .footer_content > div:nth-child(3) {
  width: 30%;
  margin-left: 3%;
}
footer#site-footer .footer_content > div:nth-child(4) {
  width: 30%;
}
.footer_content article {
  padding-right: 0px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.footer_content .thumbnail-wrap img {
	margin-bottom: 0;
}
footer#site-footer .entry-title {
	margin: 0!important;
}
.entry-date_autor {
	display: block;
	width: 100%;
}
.entry-date_autor .date {
	float: left;
	color: #333333;
	font-size: 13px;
	padding: 10px 15px;
}
.entry-date_autor .date span {
  margin-right: 5px;
}
.single-post .entry-date_autor .autor {
    display: block;
    float: right;
    color: #333;
    font-size: 15px;
    padding: 10px 15px;
}
.single-post .entry-date_autor .autor .autor_text {
    float: left;
    margin: 0 9px 0 0;
    color: #333;
    font-size: 18px;
    line-height: 1;
    margin-top: 3px;
    text-decoration: none;
}
.single-post .entry-date_autor .autor .autor_text:hover {
    text-decoration: none;
}
.single-post .entry-date_autor .autor div.avatar {
    float: right;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    top: 0;
    margin-top: -35px;
    margin-left: 0;
}
.entry-date_autor .autor {
	color: #333333;
	font-size: 18px;
    font-weight: 700;
	padding: 10px 15px;
}
.page-template-page-guide .entry-date_autor .autor {
    display: flex;
    align-items: center;
}
section.arhive_cat .item_h3 article .entry-title {
	clear: both;
}
.entry-date_autor .autor div.avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 16px;
}
.entry-date_autor .autor .avatar img {
	width: 100%;
	height: auto;
	border-radius: 0%;
}
.entry-date_autor .autor .autor_text {
    float: left;
    color: #333333;
    font-size: 18px;
    font-width: 700;
    line-height: 1;
}
.entry-date_autor .autor .autor_text strong {
	color: #1d8bea;
}
section.arhive_cat .pagination > li {
	display: inline-block;
}
section.arhive_cat .pagination > li.active > span {
	color: #fff;
	background-color: #1185e9;
	border-color: #1185e9;
	border-radius: 50%;
	font-size: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	display: inline-block;
	line-height: 2;
	padding: 0;
}
section.arhive_cat .pagination > li > a {
	color: #8095a8;
	background-color: rgba(0,0,0,0);
	border-color: #1185e9;
	border-radius: 50%;
	font-size: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	display: inline-block;
	line-height: 2;
	padding: 0;
}
section.section_sidebar_1 h2 {
	font-size: 26px;
	margin: 0 0 30px;
	text-align: right;
	color: #333333;
	font-weight: 700;
	border-bottom: 2px solid #d1e6fe;
	padding-bottom: 15px;
}
section.section_sidebar_2 h2 {
	font-size: 26px;
	margin: 0 0 30px;
	text-align: right;
	color: #333333;
	font-weight: 700;
	border-bottom: 2px solid #d1e6fe;
	padding-bottom: 15px;
}
article.sidebar1_item .entry-images {
	height: auto;
	width: 100%;
	overflow: hidden;
}
article.sidebar1_item {
	margin: 0 0 30px;
	border-bottom: 2px solid #d1e6fe;
	padding-bottom: 15px;
}
article.sidebar1_item:last-child {
	border-bottom: 0 solid #d1e6fe;
}
article.sidebar1_item .entry-footer {
	padding: 0;
}
article.sidebar1_item .entry-footer ul {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 00;
	list-style: none;
	overflow: hidden;
}
article.sidebar1_item .entry-title > a {
	color: #1d8bea;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
  transition: all 0.3s ease 0s;
}
article.sidebar1_item .entry-title > a:hover {
  color: #1e6fb4;
}
article.sidebar1_item .entry-title {
	color: #1d8bea;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;
	margin: 5px 0;
    display: block;
	padding: 0;
	text-decoration: none;
}
section.section_sidebar_2 article.sidebar1_item {
	margin: 0 0 30px;
	border-bottom: 1px solid #e5f1ff;
	padding-bottom: 15px;
}
article.single_item .entry-images {
	height: auto;
	width: 100%;
	overflow: hidden;
}
article.single_item .entry-title {
	color: #1d8bea;
	/* font-size: 40px; */
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	margin: 20px 0;
	padding: 0;
	text-decoration: none;
	clear: both;
}

.entry-content blockquote {
	background-color: #e5f1ff;
	border: none;
	padding: 20px 114px 30px 30px;
	position: relative;
}
.postid-825 .entry-content blockquote.img-block {
	border: 2px solid #1d8bea;
    border-radius: 10px;
	padding: 20px 198px 30px 24px;
	border: 2px solid #1d8bea;
    border-radius: 10px;

}
.entry-content blockquote::before {
	content: '\f060 ';
	font-family: fontawesome;
	position: absolute;
	right: 20px;
	top: calc(50% - 19.5px);
	opacity: 0.57;
	color: #1d8bea;
	font-size: 39px;
	line-height: 1;
}
.postid-825 .entry-content blockquote.img-block::before {
	content: ''!important;
    background: url(https://www.seolinks.co.il/wp-content/uploads/2022/11/big-man.png);
    width: 163px;
    height: 154px;
    position: absolute;
    bottom: 0px;
	right: 20px;
	opacity: 1;
    top: unset;
}
.atss.atss-right a {
	margin: 5px 0 0 0;
	opacity: 0.6;
}
.page-template-page-website-development .sidebar_border {
    border-right: 0!important;
	max-width: 370px;
    width: 100%;
	min-width: 370px;
	display: block;
    margin-right: 56px;
}
@media (min-width: 991px) {
.sidebar_border {
	border-right: 2px solid #d1e6fe;
}
}
@media (max-width: 1300px) {
.home_4_bg_bot_l {
  background-position: right top;
}
.home_4_bg_bot_r {
  background-position: left top;
}
}
@media (min-width: 1230px) {
footer#site-footer .container.footer-container {
width: 1250px;
}
}
@media (max-width: 1230px) {
.item_span5 {
  width: calc(33.333% - 20px);
}
.item_span5:nth-child(4) {
  margin-right: calc(33.333% / 2 + 10px);
}
}
@media (max-width: 991px) {
.page-template-page-website-development #main .row {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column-reverse;
}
.page-template-page-website-development .sidebar_border {
    width: calc(100% - 32px);
    max-width: 100%;
    margin: 0 16px!important;
}
.page-template-page-website-development #main .row .col-md-4 {
    display: block;
    width: 100%;
}
section.home_1 {
  background-color: #e5f1ff;
    padding: 114px 0px 70px 0px !important;
}
body .site-content > .top_go {
  display: none !important;
}
section.home_1 h1, section.home_1 h2, section.home_1 .text {
  text-align: center;
}
section.home_1 a.but_link {
  display: block;
  margin: 0 auto;
}
ul.menu > li {
  border-right: 1px solid #dde5ed;
  display: block;
  float: right;
  margin: 10px 0;
  padding: 0;
}
article.col-md-3 {
  width: calc(50% - 20px);
}
footer#site-footer .footer_content > div:nth-child(1) {
	padding: 0 15px;
}
footer#site-footer h3.widget-title {
	text-align: center;
}
footer#site-footer ul.menu > li a {
	text-align: center;
}
.footer_content_center {
	padding: 0 15px;
}
footer#site-footer .entry-title {
	text-align: center;
}
footer#site-footer .entry-footer ul > li.date, footer#site-footer .entry-footer ul > li.autor {
	float: none;
	display: inline-block;
}
  .widget_bootstrap_basic_recent_posts_widget {
  	margin-top: 25px;
  }
  section.arhive_cat .item_h3 article {
    padding: 0;
    width: calc(100% - 0px);
    margin: 0 0px 15px 15px;
    border: 1px solid #dde5ed;
  }
  article .entry-images {
  	height: auto;
  	width: 100%;
  	overflow: hidden;
  }




  .page-template-page-about_us .site-main .row {
    display: flex;
    flex-direction: column;
  }
  .page-template-page-about_us .sidebar_right {
    order: 1;
  }
  .page-template-page-about_us .sidebar_border {
    order: 2;
  }
  .page-template-page-about_us .section_content {

  }

}
.btn12 {
  display: none;
}

@media (max-width: 767px) {
  section.section_sidebar_2 h2 {
    clear: both;
    font-size: 25px;
  }
  body article.sidebar1_item .entry-title > a {
    font-size: 15px;
  }
  body .col-xs-12.item_cat_list {
    margin: 15px 0;
    padding: 0px;
}
  body section.home_2 .img {
      height: 110px;
    overflow: hidden;
    float: right;
    margin-top: -34px;
    margin-left: 19px;
}
  body.archive section h1.page-title {
    font-size: 30px;
    line-height: 40px;
    height: 61px;
    width: 100%;
    padding-top: 0px;
}
  body.archive .item_cat_list > ul a {
    padding: 5px 12px;
    font-size: 15px;
}
  body ul.menu li:last-child a {
    line-height: 5px;
    font-weight: bold;
    font-size: 17px;
    color: #637280;
    text-align: right;
}
  body section.home_3 .bg-container {
    padding-bottom: 0px;
  }
  body section.home_3 .bg-container + .bg-container .item_h3 {
    padding-top: 24px;
        padding-bottom: 0px;
}
body section.home_3 .bg-container + .bg-container .item_h3 h3 {
  font-size: 22px;
}

  body section.home_3 .text h4 {
    font-size: 18px;
} 
  body section.home_3 {
    padding-top: 35px;
}
  body section.home_2 h3 {
    margin-bottom: 0px;
 
  }
  body .item_span5 .text {
    margin-top: 4px;
    margin-bottom: 7px;
}
  body section.home_2 h3 {
    font-size: 20px;
    text-align: right;
     margin: 10px auto;
     margin-right: 73px;
        margin-top: 0px;
}
  body article.sidebar1_item {
    border: none;
min-height: 151px;
  }
  article.sidebar1_item {
    width: 49%;
    float: right;
    padding-left: 10px;
  }
  article.sidebar1_item .entry-title {
      width: 100%;
  }
  body .section_sidebar_3 {
    clear: both;
    margin-bottom: 70px;
  }
  body article.single_item .entry-title {
    width: 100%;
  }

.btn12 {
  display: block;
}

  .single .entry-content img {
    width: 100%;
    height: auto;
  }
.item_span5 {
  float: none;
  margin: 0 auto 20px;
/*  max-width: 300px;*/
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
      clear: both;
    min-height: 135px;
}
.item_span5:nth-child(4) {
  margin-right: auto;
}
.item_just {
  display: block;
  text-align: center;
}
.item_just > div {
  display: block;
  margin-bottom: 30px;
}
.wpcf7 .wpcf7-form label {
  width: calc(100% - 30px);
}
.wpcf7-form-control.wpcf7-submit {
  font-size: 14px;
  width: 270px;
}
ul.menu > li {
  border-right: 0 solid #dde5ed;
  height: 20px;
}
ul.menu a {
  font-size: 0;
  height: 20px;
  padding: 0 5px;
  text-align: center;
}
ul.menu a img {
  height: 80%;
  margin: 3px 5px 0 1px;
  width: auto;
}
body > header {
  padding: 15px 0;
}
body > #content.site-content {
  padding-top: 70px;
}
body > header.fix {
  padding: 5px 0;
}
section.home_1 {
  padding: 0 0 44px 0!important;
}
section h1 {
  font-size: 35px;
  margin: 0 0 15px;
}
section.home_1 h2 {
  font-size: 18px;
  margin: 0 0 15px;
}
section.home_2 {
  padding: 30px 0 20px;
}
section h2 {
  font-size: 35px;
  margin: 0 0 15px;
}
.item_h3 {
  padding: 25px 0;
}
section.home_3 h3 {
  font-size: 24px;
  margin: 0 0 15px;
}
section.home_4 h2 {
  font-size: 35px;
  margin: 30px 0 15px;
}
section h1.page-title {
  font-size: 35px;
  line-height: 2.5;
}
section.arhive_cat.arhive_cat_recomend_post {
  padding: 20px 0;
}
body section.home_2 .fixtitles h3 {
  margin-right: 0;
}
}
@media (max-width: 500px) {
article.col-md-3 {
  width: calc(100% - 20px);
}
}
@media (max-width: 330px) {
.site-title {
  float: none;
  margin: 10px 0 0;
  text-align: center;
}
.page-header-top-right {
  float: none;
  margin: 0 auto;
  width: 135px;
}
}


.mobile-menu__btn,
.mobile-menu__btn-active {
  display: none;
}

@media only screen and (max-width : 767px) { 
  footer#site-footer .footer_content > div:nth-child(1) {
    padding: 0px !important;
  }
  .footer_content > .col-md-2 {
    padding: 0px;
  }
  body footer#site-footer h3.widget-title {
    text-align: right;
}
  body footer#site-footer .footer_content {
   /* display: none;*/
  }
  body .wpcf7-form-control.wpcf7-submit {
        width: calc( 100% - 30px );
  }
  body #contact .wpcf7 .wpcf7-form label.textarea {
    margin: 0px 15px 18px;
}
  body #contact {
    /*background: url(../img/mobile_phone_back.jpg) no-repeat;*/
        background: #1d8bea;
}
  body section.home_2 img{
    max-width: 54px;
  }
  body section.home_2 .img {
    height: 110px;
    overflow: hidden;
    float: right;
    margin-top: -35px;
    margin-left: 19px;
    min-width: 55px;
}
  body .mobile_phone {
    margin-right: 33px;
    position: absolute;
    top: 8px;
  }
  body .mobile_phone i {
        font-size: 25px;
    background: #1d8bea;
    border-radius: 100%;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 8px;
  }
  section h1.page-title {
    font-size: 30px;
    width: 100%;
  }

  body > #content.site-content {
    padding-top: 47px;
    position: relative;
  }

  .mobile-menu__btn,
  .mobile-menu__btn-active {
    margin: 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    display: block;
    cursor: pointer;
    float: right;
    padding: 13px 17px;
        background: #d0545d;
    margin: -15px;
    width: 56px;
    height: 56px;
  }
  .mobile-menu__btn-line {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 1px;
    margin-top: 7px;
    background-color: #ffffff;
  }
  .mobile-menu__btn-active {
    padding: 6px 20px;
  }
  .mobile-menu__btn-active span{
    color: #ffffff;
    transform: rotate(45deg);
    font-size: 36px;
    text-decoration: none;
    display: block;
  }
  .mobile-menu__btn-active:hover {
    text-decoration: none;
  }


.site-title {
  float: left;
  margin: 0;
}
body > header.fix {
  background-color: #fff;
  padding: 15px 0;
  height: 58px;
}
header .header-container {

}
.page-header-top-right {
  display: block;  
}
.page-header-top-right {
  width: 190px;
  position: absolute;
  right: 0;
  top: 57px;
  box-sizing: border-box;
  height: 100vh;
  right: -190px;
  border-left: 1px solid #1d8bea;
}
ul.menu {
  background: #ffffff;
  height: 100vh;
}
.footer_content ul.menu {
    background: #ffffff;
    height: auto;
}
ul.menu > li,
ul.menu > li:first-child {
  width: 100%;
  padding-right: 65px;
  padding: 28px 65px;
  margin: 0;
  line-height: 0px;
  border-bottom: 1px solid #dde5ed;
  position: relative;
}
ul.menu > li:first-child {
  border-top: 1px solid #dde5ed;  
}
.footer_content ul.menu > li:first-child {
  border-top: 0px solid #dde5ed;  
}
footer#site-footer ul.menu > li {
  border: none !important;
}
footer#site-footer ul.menu > li a {
    text-align: right !important;
    font-size: 17px;
}
body .widget_bootstrap_basic_recent_posts_widget article ul {
    margin-right: 15px;
}
.page-header-top-right ul.menu a {
  font-size: 17px;
  color: #637280;
  text-align: right;
}
.page-header-top-right ul.menu a img {
  position: absolute;
  height: auto;
  right: 15px;
    top: 16px;
    max-width: 18px;
}
.page-header-top-right ul.menu li:last-child a img  {
  top: 22px;
}

  section.home_1 h1 {
    text-align: right !important;
  }

      
  section h1 {
    font-size: 38px;
    font-weight: 700;
  }
  section h1 span {
    color: #e3696e;
    background-color: transparent;
  }
  section.home_1 h2 {
    font-size: 22px;
    line-height: 22px;
    color: #1d8bea;
    font-weight: 700;
    text-align: center !important;
    margin-bottom: 0px;
      width: 100%;
  }

  section .text {
    color: #637280;
    font-size: 17px;
    font-weight: 400;
    text-align: right !important;
  }
    section.home_1 .text {
        text-align: center!important;
    }
    section.home_1 h2 + p {
        font-size: 22px;
        line-height: 22px;
        margin-right: 0px;
        text-align: center!important;
        width: 100%;
    }
  section h2 {
font-size: 30px;
    font-weight: 800;
  }
  section.home_2 h3 {
    font-weight: 400;
  }
  section.home_2 a.but_link {
width: 60%;
    float: right;
  }
  section.home_3 h2 {
    font-size: 50px;
  }
  .home_3 .item_just {
    text-align: right;
  }
  section.home_3 h2 {
       font-size: 30px;
    color: #1d8bea;
    text-align: right;
    font-weight: 800;
  }
  section.home_3 h3 {
    font-size: 21px;
    text-align: right;
  }
  section.home_3 .text {
    text-align: right;
  }
  .home_3 .item_just .home_3-flex {
    display: flex;
    flex-direction: column-reverse;
  }
  section.home_3 a.but_link {
    font-weight: 400;
  }
  section.home_4 h2 {
    font-size: 32px;
  }
  section.home_4 h3 {
    font-size: 22px;
  }
  .wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
    width: calc( 100% - 30px );
  }
  #site-footer {
    padding: 5px;
    margin-bottom: 50px;
  }
  footer#site-footer .footer_content .col-md-4 {
    /*display: none;*/
  }
  footer#site-footer .footer_content .col-md-4.footer_content_center {
    display: block;
  }
  .footer_content_center span {
    color: #1d8bea;
    font-size: 14px;
  }
  .footer_content_center span strong{
    display: none;
  }
}


@media only screen and (max-width : 480px) { 
  section.home_1 .text {
    color: #3c4d64;
}
  section.home_1 {
   /*background-size: contain;*/
   -webkit-background-size: auto 398px;
   background-size: auto 398px;
   background-position: 20% -25px;
    background-color: #eef7fe;
   padding-top: 0px;
  }
  section.home_1 h2 {
    margin-top: 0px;
  }
  section.home_1 h1 {
    margin-top: 353px;
    width: 100%;
  }
  .page-template-page-about_us .section_content h1 {
    font-size: 31px;
  }


}








@media only screen and (max-width : 769px) { 
  .soc_button_footer {
    background: rgba(29, 139, 234, 0.8);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50px;
  }
  .footer_content_center .soc_button_footer .soc_but_items {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50px;
    background: url('../img/footer-ico-fb.png') center no-repeat;
    background-color: none;
  }
  .footer_content_center .soc_button_footer .soc_but_items a{
    width: 100%;
    height: 50px;
    display: block;
    border-left: 1px solid #ffffff;
  }
  .soc_but_items .fa-facebook-f::before, 
  .soc_but_items .fa-facebook::before {
    content: "";
  }
}


.btn12 {
  position: absolute;
  width: 25px;
  height: 35px;
  top: 1px;
  right: 14px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn12 .icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 25px;
  top: 25px;
  background-color: #ffffff;
}
.btn12 .icon:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 4px;
  background-color: #ffffff;
  content: "";
  top: -10px;
}
.btn12 .icon:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 4px;
  background-color: #ffffff;
  content: "";
  top: 10px;
}
.btn12.open .icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.btn12.open .icon:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
          transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.btn12.open .icon:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
          transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
.btn12:hover {
  cursor: pointer;
}

.site-content > * ,
#site-footer{
  position: relative;
}

body.page-template-default .site-content > *,body.page-template-default #site-footer {
    position: static;
    clear: both;
    padding: 0px;
}

body.page-template-default .page-container .row {
  clear: both;
}
body.page-template-default .entry-content img{
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
}
body.page-template-default  #main-column .post, body.page-template-default  #main-column .page {
    border: 0px solid #eee;
    margin-bottom: 20px;
    padding: 0px;
    margin-top: 4%;
}
body.page-template-default #main .entry-header  h1 {
   background-color: #1d8bea;
    color: #fff;
    display: block;
    font-size: 50px;
    line-height: 3;
    margin: 0;
    text-align: right;
}
   
body.page-template-default .entry-content {
    color: #333333;
    font-size: 18px;
    padding: 0 15px;
}
body.page-template-default > #content.site-content {
  clear: both;
}

body.page-template-default .open_tofes_desc,
body.page-template-default .site-content > .top_go,
body.page-template-default .form_footer  {
  position: fixed !important;
}
.musagim-block .readmore {
  position: relative;
}
.musagim-block .readmore:hover {
  text-decoration: none;
}
.musagim-block .readmore:hover:before, 
.musagim-block .readmore:focus:before, 
.musagim-block .readmore:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
.musagim-block .readmore:before {
  content: "\f104";
  position: absolute;
  left: -1em;
  padding: 1px 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}












.form_fixed_left {
  background-color: #fefcfc;
  height: auto;
  left: -325px;
  position: fixed;
  top: calc(50% - 255px);
  width: 320px;
  z-index: 999;
  transition: all 0.3s ease 0s;
  max-height: 100%;
  padding: 25px 20px 5px 20px;
}
.form_fixed_left.open {
  left: 0;
}
.form_fixed_open {
  background-image: linear-gradient(to left, #1d8bea 30%, #257cc8 100%);
  border: medium none;
  border-radius: 0 0 5px 5px;
  color: #ffffff;
  display: block;
  font-size: 22px;
  line-height: 2;
  padding: 0 20px;
  position: absolute;
  right: -162px;
  top: calc(50% - 20px);
  transform: rotate(-90deg);
  transition: all 0.3s ease 0s;
  outline: medium none;
}
.form_fixed_open.open {
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  height: 44px;
  line-height: 2;
  padding: 12px 14px;
  right: -44px;
  text-align: center;
  top: 0;
  width: 44px;
}
.form_fixed_open.open span.close {
  display: inline;
}
.form_fixed_open.open span {
  display: none;
}
.form_fixed_open span.close {
  color: #ffffff;
  display: none;
  font-size: 16px;
  line-height: 1;
  margin: 0 2px 0;
  opacity: 1;
}
.form_fixed_open span {
    display: inline;
}
.form_fixed_open .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.form_fixed_left .fa.fa-envelope-o {
  display: inline-block;
  margin: 0 0 0 8px;
  position: relative;
  right: -7px;
  top: 0;
  transform: rotate(90deg);
}
.form_fixed_left .wpcf7 .wpcf7-form label {
  display: block;
  padding: 0 0 15px;
  width: 100%;
  margin: 0;
}

.wpcf7-form-control.wpcf7-submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    height: 50px;
    margin: 0 auto;
    background: #d2565f;
    border: 1px solid #e5f1ff;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    width: 328px;
    margin-bottom: 0;
    transition: all 0.3s ease 0s;
    height: 52px;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background: #b74a52;
}


.title_form_fixed {
  font-size: 20px;
  background-image: linear-gradient(to bottom, #1d8bea 50%, #257cc8 65%);
  background-image: -webkit-linear-gradient(to bottom, #1d8bea 50%, #257cc8 65%);
  background-image: -moz-linear-gradient(to bottom, #1d8bea 50%, #257cc8 65%);
  background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.text_form_fixed {
  color: #2a2929;
  font-size: 17px;
  margin: -5px 0 10px;
}


.wpcf7-response-output {
  display: none !important;
}
.text_form_fixed span.wpcf7-not-valid-tip,
.text_form_fixed div.wpcf7-validation-errors {
  display: none !important;
}

@media only screen and (max-width : 769px) { 
  body.page-template-default .entry-content img {
    width: 100% !important;
    height: auto;
    display: block;
    margin: 0 auto;
}
  body.page-template-default  #main-column .post, body.page-template-default  #main-column .page {
    margin-top: 0px !important;
  }
  body.page-template-default #main .entry-header  h1 {
    font-size: 30px !important;
    line-height: 30px !important;
        padding: 20px 10px;
  }
  body .form_fixed_open {
    font-size: 14.8px;
    height: 31px;
    right: -145px;
  }
}
.form_footer {
    position: fixed;
    bottom: 0;
    z-index: 999!important;
    background: #fff;
    box-shadow: 6px 2px 8px rgba(0,0,0,0.8);
    width: 100%;
    padding-bottom: 10px;
    padding-top: 8px;
    display: none;
}

.form_footer ul {
  padding: 0px;
  list-style: none;
}

.form_footer ul li {
  float: right;
  width: 25%;
}

.form_footer .row > .col-md-1 {
      margin-right: -19px;
}
.form_footer .row > .col-md-1 img {
  margin-right: -34px;
}
.form_footer form {
  margin-top: 14px;
}
.form_footer ul li input {
    width: 90%;
    margin: 0 auto;
    background: #e5f1ff;
    border: 1px solid #c9e1ff;
    height: 42px;
    padding-right: 10px;
    font-size: 16px;
}
.home .form_footer ul li input {
     background: #e5f1ff;
}
.home .form_footer .wpcf7-form-control.wpcf7-submit {
    background: #d2565f;
}
.home .form_footer .wpcf7-form-control.wpcf7-submit:hover {
    background: #b94d55;
}
.form_footer .col-md-4 img{
/*height: auto;
    max-width: 180px;
    position: absolute;
    right: 14px;
    top: -35px;*/

    height: auto;
    max-width: 220px;
    position: absolute;
    right: -11px;
    top: -58px;
}
.form_footer .col-md-4 > span {
     width: 59%;
    display: inline-block;
    font-size: 22px;
    color: #1d8bea;
    font-weight: 800;
     float: left;
    padding-top: 20px;
     text-align: left;
}
 .form_footer .col-md-3 > span  {
   color: #1d8bea;
   font-weight: bold;
   font-size: 28px;
       position: relative;
    top: 13px;
}
.form_footer .col-md-3 > span span {
  color: #d2565f;
}
.home .form_footer .col-md-3 > span span {
  color: #d2565f;
}

.form_footer div.wpcf7 .ajax-loader {
  display: none;
}
.form_footer .wpcf7-form-control.wpcf7-submit {
  float: right;
    height: 42px;
    width: 131px;
}
.page-template-page-thankyou #site-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
/* */
.arhive_single .addthis_inline_share_toolbox {
  position: fixed;
  top: 53%;
  margin-right: -70px;
}
.arhive_single .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn {
  display: block;
  border-radius: 0 !important;
}
.arhive_single .share-title {
  display: none;
}
@media only screen and (max-width : 769px) { 

  .site-title img {
    width: 130px;
  }

  .arhive_single .share-title {
    display: block;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
  }
  .arhive_single #atstbx.at-resp-share-element {
    opacity: 1 !important;
  }
  .arhive_single .addthis_inline_share_toolbox {
    position: static;
    top: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .arhive_single .addthis_inline_share_toolbox .at-resp-share-element .at-share-btn {
    display: inline-block;
    border-radius: 0px !important;
  }
  .arhive_single .at-icon-wrapper {
    height: 35px !important;
    width: 35px !important;
  }
  .arhive_single .at-icon-wrapper svg {
    height: 26px !important;
    width: 44px !important;
  }
}

@media(min-width: 1230px) {
  .form_footer .page-container {
   width: 1330px;
  }
}

@media(min-width: 1630px) {
  .form_footer .page-container {
   width: 1490px;
  }
  body .form_footer .col-md-4 > span {
    padding-top: 13px;
  } 
}
@media(max-width: 1629px) {
  body .form_footer .row > .col-md-1 {
      margin-right: 0px;
  }
 body .widget_bootstrap_basic_recent_posts_widget article ul li {
font-size: 11px;
  }
}

@media(max-width: 320px) {
  .arhive_cat  + .sidebar_border {
    padding: 0px;
  }
  body .form_footer .col-md-4 > span {
        font-size: 18px !important;
      line-height: 18px !important;
  }
}

.page-template-page-thankyou  .site-footer {
  display: none;
}

.open > .dropdown-menu {
  display: none;
}
.page-header-top-right ul.menu > li {
  margin: 0 20px 0 0;
  padding: 0 0 18px 0;
  border-right: 0;
}
.page-header-top-right ul.menu > li.menu-item-has-children {
  padding-left: 15px;  
}
.page-header-top-right ul.menu > li a {
  padding: 10px 20px 10px 0;
  border-right: 1px solid #dde5ed;
}
.page-header-top-right ul.menu > li.enter a {
  color: #fff;
  background: #1d8bea;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 31px;
  padding-top: 7px;
}
.page-header-top-right .menu-item-has-children:hover .dropdown-menu {
  display: block;
}
.page-header-top-right .menu-item-has-children .caret {
  position: absolute;
  left: -5px;
  top: 23px;
  margin: 0;
}
.page-header-top-right .menu-item a.menu-image-title-after.menu-image-not-hovered img, 
.page-header-top-right .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
  padding-right: 0;
}
.page-header-top-right .dropdown-menu {
  padding: 0;
  right: 0;
  left: auto;
  margin: 0;
  border-radius: 0;
  border: 0px solid rgba(0,0,0,.15);
  box-shadow: 0 12px 11px rgba(0,0,0,.175);
}
.page-header-top-right .dropdown-menu::before {
  display: block;
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1d8bea;
  border-style: solid;
  border-width: 0 5px 10px;
  height: 10px;
  right: calc(50% - 5px);
  top: -10px;
  width: 10px;
  z-index: 999;
}
.page-header-top-right .dropdown-menu li,
.page-header-top-right .dropdown-menu li a,
.page-header-top-right .dropdown-menu li:last-child a,
.page-header-top-right .dropdown-menu li:last-child {
  color: #1d8bea;
  display: block;
  font-size: 18px;
  padding: 0px;
  text-align: right;
  text-decoration: none;
  font-weight: 400;
}


.page-header-top-right .dropdown-menu > li.active:last-child a {
  color: #ffffff; 
}
.page-header-top-right .dropdown-menu > .active > a, 
.page-header-top-right .dropdown-menu > .active > a:focus, 
.page-header-top-right .dropdown-menu > .active > a:hover {
  background: #1d8bea;
  color: #ffffff;  
}


.page-header-top-right ul.menu > li .dropdown-menu li a,
.page-header-top-right .dropdown-menu li:last-child a {
  border-right: 0;
  padding: 3px 20px;
}
.page-header-top-right .dropdown-menu li a:hover {
  background: #1d8bea;
  color: #ffffff;
}

@media only screen and (max-width : 769px) { 
  .page-header-top-right .menu-item-has-children:hover .dropdown-menu {
    display: none;
  }
  .page-header-top-right .opdasdasen > .dropdown-menu {
    display: block !important;
  }
  .page-header-top-right ul.menu > li a {
    /*margin-left: 60px;*/
  }
  .page-header-top-right ul.menu > li {
    padding: 16px 47px 16px 0 !important;
    margin: 0;
    height: auto;
  }
  .page-header-top-right ul.menu > li .dropdown-menu li a, 
  .page-header-top-right .dropdown-menu li:last-child a {
    height: auto;
    padding: 10px 20px;
    line-height: 18px;
    margin-left: 0;
    font-size: 17px;
    color: #637280;
    border-bottom: 1px solid #208dea;
        padding-right: 30px;
  }
  .page-header-top-right ul.menu > li .dropdown-menu li.active a {
    color: #fff;
  }
  .page-header-top-right .dropdown-menu li:first-child a {
     border-top: 1px solid #208dea;
  } 
  .page-header-top-right .dropdown-menu {
    position: static;
    margin: 17px -65px -16px 0;
    width: calc(100% + 65px);
    box-shadow: none;
	  -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  .page-header-top-right .dropdown-menu::before {
    content: none;
    display: none;
  }
  .page-header-top-right .menu-item-has-children .caret {
		position: absolute;
		left: 0px;
		top: 0px;
		cursor: pointer;
		background-repeat: no-repeat;
		display: block;
		font-size: 40px;
		border: none;
		border-right: 1px solid #dde5ed;
		height: 53px;
		width: 40px;
		z-index: 2000;
  }
	
	.page-header-top-right .menu-item-has-children .caret::after{
		content: '';
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 0px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-top: 4px solid9;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

}

.questions-and-answers .items .item .answer li, .questions-and-answers .items .item .question {
	font-size: 18px;
}

/* CUSTOM CSS */
.page-header-top-right{
    width: 100%;
    max-width: calc(100% - 159px);
    display: inline-block;
}

header{
    padding: 15px 0px !important;
}

.site-title{
    margin: 12.5px 0px !important;
}
.site-title img {
    width: 158px;
}
.single-post .entry-content {
	font-size: 21px;
}

.single-post ul {
	margin-bottom: 30px;
}

#menu-wrapper{
    width: 100%;
    display: flex;
    align-items: center;
}

#menu-wrapper .menu-item{
    margin: 0 11px 0 0;
    border-right: 0;
    display: inline-block; 
}

.lang_but, .lang_but:hover {
    background: #e2f0fc;
    padding: 6px 8px;
    border-radius: 4px;
    color: #1d8bea;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    margin: 0px 4px;
    position: relative;
    top: 0;
    right: 7px;
}

#mobile-wrapper .phone-link.lang {
  color: #1d8bea;
}

#menu-wrapper .menu-item .menu-link{
    padding: 7px 18px 7px 0;
    border-right: 1px solid #dde5ed;
    color: #1d8bea;
    display: block;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    transition: all 0.5s ease;
}

#menu-wrapper .menu-item .menu-icon{
    margin: 0 0 0 5px;
}

#menu-wrapper .menu-item.item-7751 .menu-icon {
	width: 21px;
    margin-left: 4px;
}

#menu-wrapper .menu-item .menu-title{
    vertical-align: middle;
}

#menu-wrapper .dropdown-icon{
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#menu-wrapper .dropdown-wrapper{
    position: absolute;
    width: 100%;
    top: calc(100% + 2px);
    right: 0px;
    margin: 0px;
    padding: 40px 0px;
    background: white;
    box-shadow: 8px 0px 65px rgba(43, 108, 162, 0.22);
    transition: all 0.3s ease;
    display: none;
}

#menu-wrapper .dropdown-wrapper .dropdown-items {
	display:flex;
	flex-wrap: wrap;
}

#menu-wrapper .dropdown-wrapper .dropdown-items .dropdown-link-block {
	display: flex;
    align-items: center;
    border: 1px solid #bcdbff;
    border-radius: 4px;
    width: calc(33.33% - 14px);
    margin: 0 0 12px 20px;
    transition: all 0.3s ease;
    padding: 10px 16px;
}

#menu-wrapper .dropdown-wrapper .dropdown-items .dropdown-link-block:nth-child(3),
#menu-wrapper .dropdown-wrapper .dropdown-items .dropdown-link-block:nth-child(6),
#menu-wrapper .dropdown-wrapper .dropdown-items .dropdown-link-block:nth-child(10) {
	margin-left: 0
}

#menu-wrapper .dropdown-wrapper .dropdown-items .dropdown-link-block:nth-child(8) {
	margin-left: 50px;
}

#menu-wrapper .dropdown-wrapper .dropdown-items .dropdown-link-block:hover {
	background-color: #eef5fe;
}

#menu-wrapper .dropdown-wrapper .dropdown-items .dropdown-link-block img {
	max-width: 46px;
	margin-left: 12px;
}

#menu-wrapper .dropdown-wrapper .dropdown-items .dropdown-link-block span {
	font-size: 18px;
	font-weight: 700;
	color: #323337;
}
#menu-wrapper .dropdown-wrapper .dropdown-items .dropdown-link-block:hover {
	text-decoration:none;
}

#menu-wrapper .dropdown-item-hover:hover .dropdown-wrapper{
    display: block;
}

#menu-wrapper .dropdown-item-hover .menu-link::before{
    content: '';
    display: block;
    width: calc(100% + 15px);
    height: 28px;
    top: 100%;
    position: absolute;
    background: transparent;
    margin-right: -11px;
}

#menu-wrapper .dropdown-title{
    font-size: 18px;
    font-weight: bold;
    color: #323337;
    font-family: Assistant;
    padding-bottom: 5px;
    display: block;
}

#menu-wrapper .dropdown-title:after{
    content: '';
    width: 100%;
    height: 2px;
    margin-top: 15px;
    background: rgba(26, 140, 237, 0.47);
    display: block;
    position: relative;
}

#menu-wrapper .dropdown-list{
    padding: 0px !important;
    margin: 0px !important;
    list-style: none !important;
}

#menu-wrapper .dropdown-list .item{
    height: 46px;
    line-height: 46px;
    border-bottom: 2px solid rgba(26, 140, 237, 0.11);
    font-size: 19px;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0px 5px;
}

#menu-wrapper .dropdown-list .item:hover{
    opacity: 0.8;
    text-decoration: none;
    background: rgba(26, 140, 237, 0.11);
}

#menu-wrapper .dropdown-list .item:hover a{
    text-decoration: none;
}

#menu-wrapper .dropdown-middle-wrapper .dropdown-list .item:nth-child(odd){
    max-width: calc(50% - 15px);
    float: right;
    margin-left: 15px;
    width: 100%;
}

#menu-wrapper .dropdown-middle-wrapper .dropdown-list .item:nth-child(even){
    max-width: calc(50% - 15px);
    margin-right: 15px;
    float: right;
    width: 100%;
}

#menu-wrapper .dropdown-list-wrapper{
    max-width: 200px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    float: right;
}

#menu-wrapper .dropdown-list-wrapper:nth-child(2){
    display: inline-block;
    max-width: 460px;
    width: 100%;
    vertical-align: top;
    margin: 0px 40px;
}

/* #menu-wrapper .menu-item::after{
    content: '';
    position: relative;
    width: calc(100% + 18px);
    display: block;
    top: 18px;
    height: 3px;
    background: #1b8cea;
    margin-right: 0px;
    opacity: 0;
    transition: all 0.3s ease;
}

#menu-wrapper .menu-item:hover::after{
    opacity: 1;
} */

#menu-wrapper .menu-item:hover .menu-link{
    opacity: 0.8;
}

#menu-wrapper .dropdown-image-wrapper{
    display: inline-block;
    max-width: 453px;
    width: 100%;
    float: right;
    border-right: 1px solid #1b8cea;
    padding-right: 40px;
}

#menu-wrapper .dropdown-image-wrapper .image-link{
    display: block;
}

#menu-wrapper .dropdown-list .item:last-child, #menu-wrapper .dropdown-middle-wrapper .dropdown-list .item:nth-last-child(2){
    border-bottom: none !important;
}

#menu-wrapper .dropdown-list .item img{
    margin-left: 15px;
}

#menu-wrapper .desktop-menu-wrapper{
    display: inline-block;
}

#header-menu-wrapper .customers-link{
    padding: 0px 5px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px;
    background: #1d8bea;
    color: white;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    margin-right: 20px;
}


#header-menu-wrapper .phone-wrapper{
    margin-right: 16px;
    display: inline-block;
    vertical-align: top;
}

#header-menu-wrapper .phone-wrapper .phone-link{
    display: inline-block;
    height: 47px;
    line-height: 47px;
    color: #e96b71;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
}

#header-menu-wrapper .phone-wrapper img{
    margin-left: 6px;
    margin-top: -3px;
}

.entry-content p a {
    font-weight: 700;
}

@media (min-width: 1300px) {
    .container {
        width: 1230px !important;
    }
}

@media (max-width: 1300px) and (min-width: 1200px){
    .container {
        width: 1200px !important;
    }
}

@media (max-width: 1300px){
    #menu-wrapper .dropdown-list .item{
        font-size: 18px;
    }

    #menu-wrapper .dropdown-list .item img{
        margin-left: 10px;
    }

    #menu-wrapper .dropdown-list-wrapper:nth-child(2){
        max-width: 420px;
    }

    #menu-wrapper .menu-item{
        margin: 0px 10px 0px 0px;
    }

    #menu-wrapper .menu-item .menu-link {
        padding: 10px 10px 10px 0px;
    }

    #header-menu-wrapper .customers-link{
        padding: 0px 10px;
    }

    #header-menu-wrapper .phone-wrapper img{
        margin-left: 5px;
    }
}

@media (min-width: 1200px) {
    #mobile-wrapper{
        display: none !important;
    }
}

@media (max-width: 1200px) {
	#mobile-wrapper .menu-link .menu-title {
		max-width: 74px;
		width: 74px;
		position: relative;
		display: inline-block;
		line-height: 1;
		top: 50%;
		transform: translate(0, -50%);
	}

    body > header{
        height: unset !important;
    }

    #header-menu-wrapper{
        display: none !important;
    }

    .btn12{
        display: block !important;
        position: relative !important;
        top: unset !important;
        right: unset !important;
        margin: 0px auto;
        height: 47px !important;
    }

    .btn12 .icon{
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%,-50%) !important;
    }

    .mobile-menu__btn, .mobile-menu__btn-active {
        text-decoration: none;
        position: relative;
        display: block;
        cursor: pointer;
        float: right;
        padding: 0px !important;
        background: #d0545d;
        margin: 0px !important;
        width: 47px !important;
        height: 47px !important;
        margin-right: -15px !important;
    }

    .site-title {
        float: left !important;
    }

    header{
        padding: 0px !important;
    }

    #mobile-wrapper{
		border-left: 2px solid #98caf6;
        width: 190px !important;
        max-width: 190px !important;
        top: 47px !important;
        z-index: 20000000000 !important;
        overflow-y: auto !important;
        position: fixed !important;
        max-height: calc(100vh - 47px) !important;
        height: 100% !important;
        background: white !important;
        right: -190px;
    }

    #mobile-wrapper .mobile-list{
        padding: 0px !important;
        margin: 0px !important;
        list-style: none !important;
        border-top: 1px solid #dde5ed;
    }

    #mobile-wrapper .menu-link{
        padding: 10px 20px 10px 0;
        border-right: 1px solid #dde5ed;
        font-size: 17px;
        color: #637280;
        text-align: right;
        height: 20px;
        text-decoration: none;
        font-weight: 700;
        display: block;
    }

    #mobile-wrapper .dropdown-icon{
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        background-repeat: no-repeat;
        display: block;
        font-size: 40px;
        border: none;
        border-right: 1px solid #dde5ed;
        height: 53px;
        width: 40px;
        z-index: 2000;
    }

    #mobile-wrapper .dropdown-icon::after{
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    #mobile-wrapper .menu-item{
        padding: 16px 47px 16px 0!important;
        margin: 0;
        border-right: 0;
        width: 100%;
        line-height: 0;
        border-bottom: 1px solid #dde5ed;
        position: relative;
        display: block;
    }

    #mobile-wrapper .menu-link img{
        position: absolute;
        height: auto;
        right: 15px;
        top: 16px;
        max-width: 18px;
        margin: 0 0 0 5px;
        width: auto;
    }

    #mobile-wrapper .menu-item .dropdown-wrapper{
        display: none;
    }

    #mobile-wrapper .customers-wrapper{
        padding: 16px 20px 16px 20px!important;
    }

    #mobile-wrapper .customers-link{
        height: 47px;
        color: white;
        background: #1d8bea;
        border-right: 1px solid #dde5ed;
        font-size: 17px;
        text-decoration: none;
        font-weight: 700;
        text-decoration: none;
        display: block;
        text-align: center;
        line-height: 47px;
    }

    #mobile-wrapper .phone-wrapper{
        padding: 16px 47px 16px 0!important;
        margin: 0;
        height: auto;
        font-size: 18px;
        line-height: 0;
        border-bottom: 1px solid #dde5ed;
        position: relative;
        border-top: 1px solid #dde5ed;
    }

    #mobile-wrapper .phone-link{
        line-height: 5px;
        font-weight: 700;
        font-size: 17px;
        color: #637280;
        text-align: right;
        padding: 10px 20px 10px 0;
        border-right: 1px solid #dde5ed;
        display: block;
        text-decoration: none;
    }

    #mobile-wrapper .phone-wrapper img{
        line-height: 5px;
        font-weight: 700;
        font-size: 17px;
        color: #637280;
        text-align: right;
        position: absolute;
        height: auto;
        right: 15px;
        top: 20px;
        max-width: 18px;
    }

    #mobile-wrapper .dropdown-list{
        list-style: none !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    #mobile-wrapper .dropdown-list .item{
        color: #1d8bea;
        display: block;
        font-size: 18px;
        padding: 0;
        text-align: right;
        text-decoration: none;
        font-weight: 400;
    }

    #mobile-wrapper .dropdown-list .dropdown-link{
        height: auto;
        padding: 10px 20px;
        line-height: 18px;
        margin-left: 0;
        font-size: 17px;
        color: #637280;
        padding-right: 30px;
        border-top: 1px solid #208dea;
        text-align: right;
        text-decoration: none;
        font-weight: 400;
        display: block;
        border-right: 0;
    }

    #mobile-wrapper .dropdown-wrapper{
        position: static;
        margin: 17px -65px -16px 0;
        width: calc(100% + 65px);
        box-shadow: none;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

    #mobile-wrapper .notification-wrapper{
        padding: 10px;
        border-bottom: 1px solid #dde5ed;
        display: block;
    }

    #mobile-wrapper .notification-wrapper .image-link{
        display: block;
    }

    #mobile-wrapper .notification-wrapper img{
        max-width: 100%;
    }
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* SCROLLBAR */
#mobile-wrapper ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

#mobile-wrapper ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

#mobile-wrapper ::-webkit-scrollbar-thumb {
    background: #1e1e1e;
    border: 0px none #1e1e1e;
    border-radius: 0px;
}

#mobile-wrapper ::-webkit-scrollbar-track {
    background: #1e1e1e;
    border: 0px none #1e1e1e;
    border-radius: 0px;
}

#mobile-wrapper ::-webkit-scrollbar-corner {
    background: transparent;
}

.scroll-progress-wrapper{
    height: 4px;
    position: absolute;
    display: block;
    top: calc(100% + 2px);
    width: 100%;
    z-index: -1;
    transition: all 0.5s ease;
}

.scroll-progress-wrapper.post-progress-wrapper{
    background: #e2f2ff;
}

header.fix .scroll-progress-wrapper.post-progress-wrapper{
    border-bottom: 1px solid #dde5ed;
    height: unset;
    padding: 10px 0px;
}

.scroll-progress-wrapper .scroll-bar{
    display: block;
    width: 0px;
    background: #1d8bea;
    float: right;
    position: absolute;
    height: 100%;
    top: 0px;
}

.scroll-progress-wrapper.post-progress-wrapper .scroll-text-wrapper{
    opacity: 0;
    display: block;
    z-index: 20000;
    position: relative;
}

header.fix .scroll-progress-wrapper.post-progress-wrapper .scroll-text-wrapper{
    opacity: 1;
}

.scroll-progress-wrapper.post-progress-wrapper .scroll-bar{
    background: #bee0fc;
}

header.fix .scroll-progress-wrapper.post-progress-wrapper .scroll-text{
    font-size: 18px;
    color: #32383c;
    display: block;
    line-height: 1;
    font-weight: 700;
    transition: all 0.5s ease;
}

@media (max-width: 768px) {
    header.fix .scroll-progress-wrapper.post-progress-wrapper .scroll-text{
        font-size: 16px;
    }

    header.fix .scroll-progress-wrapper.post-progress-wrapper{
        padding: 7px 0px;
    }
}

body section.home_1 .banner-bg {
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: top !important;
}

body section.home_1 .banner-mobile-bg{
    display: none !important;
}

@media (max-width: 991px) {

    body section.home_1 h1{
        padding-top: 0 !important;
    }
}

@media (max-width: 768px) {
    body section.home_1 .page-container{
        padding-top: 0 !important;
        margin-top: -15px;
        text-align: center;
    }

    body section.home_1 .banner-mobile-bg{
        display: block !important;
        height: 540px !important;
    }
    section.home_1 {
        background: white!important;
    }
}

#table-of-contents{
    display: inline-block;
    width: 100%;
    text-align: right;
    padding: 0px 0px 20px 0px;
    margin-top: 26px;
}

#table-of-contents header{
    padding: 0px !important;
}

#table-of-contents h4,
#table-of-contents .toc-title {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    margin: 0px 0px 12px 0px;
    font-weight: bold;
}

#table-of-contents ul{
    list-style: none !important;
    padding: 0px !important;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#table-of-contents li{
    display: inline-block !important;
}

.owl-carousel .owl-nav .owl-next i {
    margin-left: 2px;
}

.owl-carousel .owl-nav .owl-prev i {
    margin-right: 2px;
}

@media (max-width: 1300px) {
    #table-of-contents ul {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 900px) {
    .carousel-banner {
        width: calc(100% - 38px);
        padding: 0 16px 1px 16px;
        top: -42px!important;
    }
    .carousel-banner .owl-nav .owl-prev, .carousel-banner .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        top: 20%;
    }
    .carousel-banner .owl-nav i {
        font-size: 12px;
    }
    .carousel-banner .owl-nav .owl-prev {
        left: -30px;
    }
    .carousel-banner .owl-nav .owl-next {
        right: -30px;
    }
    section.home_clients {
        padding-bottom: 0;
        padding-top: 0;
    }
    section.home_2 {
        padding-top: 90px!important;
    }
    .questions-and-answers .items .item {
        position: relative;
    }
    .questions-and-answers .items .item .question svg {
        position: absolute;
        top: 17px;
        right: 0;
    }
    .questions-and-answers .items .item .question .name {
        margin-right: 0;
        padding-right: 20px;
        display: block;
    }
}

#table-of-contents a {
    display: inline-block;
    font-size: 14px;
    color: #131313;
    text-decoration: none;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 28px;
    margin: 3px 0px 3px 6px;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 29px 0px rgba(11, 107, 190, 0.24);
    white-space: nowrap;
}

#table-of-contents a:hover{
    background-color: #1d8bea;
    color: #fff;
}

section.home_1 .text{
    margin-bottom: 0px !important;
}

section.home_1 #table-of-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.entry-images .image-wrapper{
    height: 200px;
    display: block;
    width: 100%;
}

#promotionShortcode{
    padding: 20px 0px;
    text-align: center;
    margin: 20px 0px;
    border-top: 1px solid #cde4ff;
    border-bottom: 1px solid #cde4ff;
}

#promotionShortcode .bold-title{
    color: #1d8bea;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
    display: block;
    line-height: 1;
}

#promotionShortcode .span-title{
    color: #030303;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    margin: 15px 0px 0px 0px;
    display: block;
}

#promotionList-owl .right-arrow{
    color: white;
    width: 35px;
    height: 35px;
    font-size: 16px;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translate(0, -50%);
    background: #178cf0;
    margin-left: 325px;
}

#promotionList-owl .left-arrow{
    color: white;
    width: 35px;
    height: 35px;
    font-size: 16px;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(0, -50%);
    background: #178cf0;
}

#promotionList-owl .left-arrow, #promotionList-owl .right-arrow{
    transition: all 0.5s ease;
    cursor: pointer;
}

#promotionList-owl .left-arrow:hover, #promotionList-owl .right-arrow:hover{
    opacity: 0.8;
}


#promotionTitle-owl .title-wrapper .title{
    font-size: 16px;
    border-radius: 20px;
    background: #cbe5fc;
    padding: 5px 15px;
    display: inline-block;
    color: #1d8bea;
}

#promotionTitle-owl .owl-item.active.center .title-wrapper .title{
    background: #178cf0;
    color: white;
}

#projectsList{
    padding: 40px 0px;
    text-align: center;
}

#projectsList .xl-title{
    color: #1d8bea;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 0px;
}

#projectsList .lg-title{
    color: #030303;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px;
}

#projectsList-owl .box-wrapper{
    opacity: .2;
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

#projectsList-owl .owl-item.active.center .box-wrapper{
    opacity: 1;
    transform: scale3d(1.0, 1.0, 1);
    -webkit-transform: scale3d(1.0, 1.0, 1);
}

#projectsList-owl .owl-item.active.center{
    position: relative;
    z-index: 2000;
}

#projectsList-owl .before-active .box-wrapper{
    position: relative;
    right: 300px;
}

#projectsList-owl .after-active .box-wrapper{
    position: relative;
    left: 300px;
}

#projectsList-owl .box-wrapper img{
    max-width: 650px;
}

#projectsList-owl .right-arrow{
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #178cf0;
    margin-left: 325px;
}

#projectsList-owl .left-arrow{
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #178cf0;
    margin-left: -325px;
}

#projectsTitle-owl .title-wrapper .title{
    font-size: 18px;
    border-radius: 20px;
    background: #cbe5fc;
    padding: 5px 20px;
    display: inline-block;
    color: #1d8bea;
}

#projectsTitle-owl .owl-item.active.center .title-wrapper .title{
    background: #178cf0;
    color: white;
}

@media (max-width: 1200px) {
    #projectsList-owl .box-wrapper img{
        max-width: 600px;
    }

    #projectsList-owl .right-arrow{
        margin-left: 300px;
    }

    #projectsList-owl .left-arrow{
        margin-left: -300px;
    }
}

@media (max-width: 991px) {
    #projectsList-owl .box-wrapper img{
        max-width: 500px;
    }

    #projectsList .xl-title{
        font-size: 36px;
    }

    #projectsList-owl .right-arrow{
        margin-left: 250px;
    }

    #projectsList-owl .left-arrow{
        margin-left: -250px;
    }
}

@media (max-width: 768px) {
    #projectsList-owl .box-wrapper img{
        max-width: 450px;
        height: auto;
    }

    #promotionShortcode .bold-title{
        font-size: 26px;
    }

    #promotionShortcode .span-title{
        font-size: 19px;
    }

    #promotionTitle-owl .title-wrapper .title{
        font-size: 15px;
        padding: 5px 10px;
    }

    #promotionList-owl .right-arrow, #promotionList-owl .left-arrow {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }

    #projectsList-owl .right-arrow{
        margin-left: 225px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }

    #projectsList-owl .left-arrow{
        margin-left: -225px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }

    #projectsList .xl-title{
        font-size: 32px;
    }

    #projectsList .lg-title{
        margin: 15px 0px;
        font-size: 18px;
    }

    #projectsList{
        padding: 25px 0px;
    }

    #projectsTitle-owl .title-wrapper .title{
        font-size: 17px;
    }
	
	.single-post .content-single {
		margin-top: 0;
	}
}

@media (max-width: 576px) {
    #promotionShortcode .bold-title{
        font-size: 24px;
    }

    #promotionShortcode .span-title{
        font-size: 17px;
    }

    #promotionList-owl .right-arrow, #promotionList-owl .left-arrow {
        width: 25px;
        height: 25px;
        font-size: 14px;
        line-height: 25px;
    }

    #projectsList-owl .box-wrapper img{
        max-width: 420px;
    }

    #projectsList-owl .right-arrow{
        margin-left: 210px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    #projectsList-owl .left-arrow{
        margin-left: -210px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    #projectsList .xl-title{
        font-size: 28px;
    }

    #projectsList .lg-title{
        margin: 10px 0px;
        font-size: 16px;
    }

    #projectsTitle-owl .title-wrapper .title{
        font-size: 16px;
        max-width: 150px;
        width: 100%;
    }

    #promotionShortcode .span-title{
        margin: 10px 0px 0px 0px;
    }
}

@media (max-width: 486px) {
    #promotionShortcode .span-title{
        margin: 5px 0px 0px 0px;
    }

    #promotionShortcode .bold-title{
        font-size: 21px;
    }

    #promotionShortcode .span-title{
        font-size: 15px;
    }

    #promotionTitle-owl .title-wrapper .title{
        font-size: 14px;
    }

    #projectsList-owl .box-wrapper img{
        max-width: 320px;
    }

    #projectsList-owl .right-arrow{
        margin-left: 160px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    #projectsList-owl .left-arrow{
        margin-left: -160px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    #projectsList .xl-title{
        font-size: 24px;
    }

    #projectsTitle-owl .title-wrapper .title{
        font-size: 15px;
    }
}

.rplg-slider .rplg-slider-prev, .rplg-slider .rplg-slider-next {
	background: inherit;
	margin-top: -40px!important;
	width: 40px;
    height: 40px;
}

.rplg-slider .rplg-slider-prev span, .rplg-slider .rplg-slider-next span {
	display:none;
}

.rplg-slider .rplg-slider-prev:before, .rplg-slider .rplg-slider-next:before {
	position: absolute;
    font-size: 36px;
    font-family: 'Linearicons-Free';
    transition: 0.2s;
    color: #1d8bea;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	transition:0.2s;
}

.rplg-slider .rplg-slider-next:before {
    content: '\e876';
}

.rplg-slider .rplg-slider-prev:before {
    content: '\e875';
}

.rplg-slider .rplg-slider-next {
    right: -45px!important;
}

.rplg-slider .rplg-slider-prev {
    left: -45px!important;
}

.rplg-slider .rplg-slider-prev:hover:before, .rplg-slider .rplg-slider-next:hover:before{
	color:#055092;
}

.selected-works-gallery .owl-carousel.owl-rtl .owl-item {
    border: 2px solid #e9f4fe;
}

.floating_buttons {
  position: fixed;
    right: 8px;
   bottom: 410px !important;
    z-index: 999;
}

.floating_buttons .floating_whatsapp, .floating_buttons .floating_messenger {
  display:block;
  padding: 56px 0 0 0;
  text-decoration: none;
  position: relative;
}

.floating_buttons .floating_messenger {
  margin-top:12px;
}

.floating_buttons .floating_whatsapp:before, .floating_buttons .floating_messenger:before {
  content:'';
  position:absolute;
  background-position:center;
  background-repeat:no-repeat;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
}

.floating_buttons .floating_whatsapp:before {
  background-image: url(../img/whatsapp.png);
  width:56px;
  height:56px;
  top:0;
}

.floating_buttons a span {
background: #fff;
    border-radius: 12px;
    display: block;
    padding: 0 10px;
    padding-bottom: 3px;
    line-height: 19px;
    text-decoration: none;
    color: #000;
    margin-top: 10px;
}

.fa {
    font-style: normal!important;
    font-weight: 400!important;
}
@media (min-width: 768px) {
    .copyright p {
        padding-bottom: 7px;
    }
    .copyright {
        height: 70px!important;
    }
}
.process-block {
    padding: 60px 0 20px 0;
}
.process-block .text-1 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 28px;
}
.process-block .text-3 {
    text-align: center;
    font-size: 45px;
    line-height: 1;
    margin-bottom: 44px;
}
.process-block .items {
    display: flex;
}

.process-block .items .item {
    box-shadow: 0px 11px 57px 0px rgba(11, 107, 190, 0.16);
    border-radius: 4px;
    border: 1px solid #b7e1fb;
    margin-left: 30px;
    width: 33.33%;
    padding: 45px 24px;
}

.process-block .items .item:last-child {
    margin-left: 0;
}

.process-block .items .item .image img {
    width: 64px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.process-block .items .item .name {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.process-block .items .item .text {
    margin: 0;
    font-size: 18px;
    color: #131313;
    text-align: center;
}

@media (max-width: 640px) {
    .process-block {
        padding: 30px 0 0px 0;
    }

    .process-block h2 {
        margin-bottom: 24px;
    }
    .process-block h2 span {
        color: #131313;
        font-weight: 400;
    }

    .process-block .items {
        display: block;
    }

    .process-block .items .item {
        margin-left: 0;
        width: 100%;
        margin-bottom: 16px;
        padding: 24px 20px;
    }

    .process-block .items .item .name {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .process-block .items .item .text {
        font-size: 17px;
        text-align: center!important;
    }

    .process-block .items .item .image img {
        width: 52px;
    }
}

.questions-and-answers {
    background-color: #f0f8fe;
    position: relative;
    padding: 110px 0 80px 0;
    margin-top: 110px;
    margin-bottom: 20px;
}

.questions-and-answers .photo {
    position: absolute;
    top: -53.5px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
}

.questions-and-answers .photo .com {
    font-size: 24px;
    font-weight: 700;
    color: #131313;
    box-shadow: 0px 11px 57px 0px rgba(11, 107, 190, 0.16);
    border-radius: 4px 4px 4px 0;
    border: 1px solid #b7e1fb;
    position: relative;
    background-color: #fff;
    padding: 4px 12px;
}

.questions-and-answers .photo .com.q {
    position: absolute;
    right: -68px;
    top: -34px;
}

.questions-and-answers .photo .com.e {
    position: absolute;
    bottom: -22px;
    left: -60px;
    border-radius: 4px 0 4px 4px;
}

.questions-and-answers .photo .com.q:before {
    content: '';
    background-image: url('/wp-content/themes/seolinks/img/triangles/small/down.svg');
    width: 10px;
    height: 11px;
    position: absolute;
    bottom: -11px;
    left: -1px;
}

.questions-and-answers .photo .com.e:before {
    content: '';
    background-image: url('/wp-content/themes/seolinks/img/triangles/small/up.svg');
    width: 10px;
    height: 11px;
    position: absolute;
    top: -11px;
    right: -1px;
}

.questions-and-answers .title {
    display: block;
    font-size: 45px;
    text-align: center;
    color: #1d8bea;
    font-weight: 700;
    margin: 0 0 36px;
}

.questions-and-answers .title span {
    font-weight: 400;
    color: #131313;
}

.questions-and-answers .blocks {
    display: flex;
}

.questions-and-answers .blocks .block {
    width: 50%;
    padding-left: 40px;
}

.questions-and-answers .blocks .block:nth-child(2) {
    padding-left: 0;
    padding-right: 40px;
}

.questions-and-answers .blocks .block .name-quest {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    box-shadow: 0px 11px 57px 0px rgba(11, 107, 190, 0.16);
    border-radius: 10px 10px 10px 0;
    border: 1px solid #b7e1fb;
    padding: 30px;
    margin-bottom: 68px;
    position: relative;
}

.questions-and-answers .blocks .block .name-quest:before {
    content: '';
    background-image: url('/wp-content/themes/seolinks/img/triangles/left.svg');
    width: 28px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: -1px;
}

.questions-and-answers .blocks.second .block .name-quest {
    border-radius: 10px 10px 0 10px;
}

.questions-and-answers .blocks.second .block .name-quest:before {
    content: '';
    background-image: url('/wp-content/themes/seolinks/img/triangles/right.svg');
    bottom: -30px;
    right: -2px;
}

.questions-and-answers .blocks .block .name-quest .text {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    color: #333333;
    display: inline-block;
    margin: 0;
}
.questions-and-answers .blocks .block .name-quest .text h2 {
    color: #1d8bea;
    text-align: right;
    font-size: 30px;
}
.questions-and-answers .blocks .block .name-quest .text p {
    display: block;
    font-size: 25px;
    margin: 20px 0 0;
}
.questions-and-answers .blocks .block .name-quest img {
    margin-right: 12px;
}

.questions-and-answers .text-block {
    height: 214px;
    overflow-x: auto;
    direction: ltr;
}

.questions-and-answers .text-block .brtl {
    direction: rtl;
    padding-right: 20px;
}

.questions-and-answers .text-block::-webkit-scrollbar {
    width: 1px;
}

.questions-and-answers .text-block::-webkit-scrollbar-track {
    background: #cce4f6;
}

.questions-and-answers .text-block::-webkit-scrollbar-thumb {
    background: #84bff1;
}

.questions-and-answers .text-block h2,
.questions-and-answers .text-block h3,
.questions-and-answers .text-block h4,
.questions-and-answers .text-block h5,
.questions-and-answers .text-block .dotted-title {
    margin: 0 0 16px 0;
    font-size: 30px;
    font-weight: 700;
    color: #333333;
}

.questions-and-answers .text-block p {
    font-size: 18px;
    color: #333333;
    margin-bottom: 16px;
}

.questions-and-answers .items .item {
    border-bottom: 1px solid #d2e8f8;
}

.questions-and-answers .items .item:last-child {
    border-bottom: 0;
}

.questions-and-answers .items .item .question {
	display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    padding: 13px 0;
    cursor: pointer;
}

.floaters {
    z-index: 9;
}

.questions-and-answers .items .item .question .name {
    margin-right: 20px;
}

.questions-and-answers .items .item .answer {
    padding: 0 0 36px 0;
    display: none;
}

.questions-and-answers .items .item .question svg {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.questions-and-answers .items .item.active .question svg {
    transform: rotate(45deg);
}

.questions-and-answers .items .item .answer h2,
.questions-and-answers .items .item .answer h3,
.questions-and-answers .items .item .answer h4,
.questions-and-answers .items .item .answer h5,
.questions-and-answers .items .item .answer h6 {
    font-size: 18px;
    font-weight: 700;
    color: #131313;
    margin: 0 0 6px 0;
}

.questions-and-answers .items .item .answer p,
.questions-and-answers .items .item .answer li {
    font-size: 18px;
    color: #333333;
    line-height: 1.4;
}
.questions-and-answers .items .item .answer p {
    margin-bottom: 20px;
}

.questions-and-answers .blocks.second {
    margin-top: 50px;
    flex-direction: row-reverse;
}

.questions-and-answers .blocks.second .block {
    padding-right: 40px;
    padding-left: 0;
}

.questions-and-answers .blocks.second .block:nth-child(2) {
    padding-right: 0;
}

.questions-and-answers .blocks.second .block .name-quest .text h2 {
    color: #d0565f;
    text-align: right;
}

@media (max-width: 940px) {
    .questions-and-answers .blocks {
        display: block;
    }
    .questions-and-answers .blocks .block {
        width: 100%;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .questions-and-answers .photo {
        top: -37.5px;
    }
    .questions-and-answers .photo img {
        width: 74px;
    }
    .questions-and-answers .photo .com {
        font-size: 16px;
        padding: 3px 10px;
    }
    .questions-and-answers .photo .com.e:before {
        width: 8px;
        height: 9px;
        top: -9px;
    }
    .questions-and-answers .photo .com.q:before {
        width: 8px;
        height: 9px;
        bottom: -9px;
    }
    .questions-and-answers .photo .com.q {
        right: -50px;
        top: -20px;
    }
    .questions-and-answers .photo .com.e {
        bottom: -20px;
        left: -44px;
    }
    .questions-and-answers .title {
        margin-bottom: 21px;
        font-size: 30px;
    }
    .questions-and-answers {
        padding: 84px 0 0px 0;
        margin-top: 94px;
        margin-bottom: 10px;
    }
    .questions-and-answers .blocks .block .name-quest img {
        margin-right: 10px;
        width: 22px;
    }
    .questions-and-answers .blocks .block .name-quest .text {
        font-size: 22px;
    }
    .questions-and-answers .blocks .block .name-quest {
        padding: 18px 20px;
        border-radius: 10px 10px 0 10px!important;
        margin-bottom: 42px;
    }
    .questions-and-answers .blocks .block .name-quest:before {
        width: 18px!important;
        height: 20px!important;
        bottom: -20px!important;
        right: -1px!important;
        background-image: url('/wp-content/themes/seolinks/img/triangles/right.svg')!important;
    }
    .questions-and-answers .text-block p {
        font-size: 17px;
    }
    .questions-and-answers .blocks.second {
        margin-top: 34px;
    }
}
.table-of-contents {
    border: 1px solid #acddfb;
    border-radius: 8px;
    box-shadow: 0px 0px 27px 0px rgba(191, 225, 253, 0.42);
    padding: 0;
    background: #fff!important;
    display: inline-block!important;
    width: 100%;
}
.table-of-contents .area-sidebar-title i {
    font-style: normal;
    font-family: 'FontAwesome' !important;
    color: #2c93eb;
    font-size: 10px;
    line-height: 1;
    margin-right: 10px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.table-of-contents.hide-block .area-sidebar-title i {
    transform: rotate(180deg);
}
.table-of-contents .area-sidebar-title {
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    border-bottom: 1px solid #acddfb;
    position: relative;
    padding: 20px 70px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.table-of-contents.hide-block .area-sidebar-title {
    border-bottom: 0;
}
.table-of-contents .area-sidebar-title:before {
    content: '';
    background-image: url('/wp-content/themes/seolinks/img/toc-icon.png');
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
}
.table-of-contents .sidebar-acordion {
    padding: 12px 14px;
    margin-right: 8px;
    margin-top: 0!important;
    overflow-x: auto;
    max-height: calc(100vh - 421px);
    direction: ltr;
}
.table-of-contents.hide-block .sidebar-acordion {
    display: none;
}
.table-of-contents .sidebar-acordion::-webkit-scrollbar {
    width: 1px;
}
.table-of-contents .sidebar-acordion::-webkit-scrollbar-track {
    background: #d2ebfa;
}
.table-of-contents .sidebar-acordion::-webkit-scrollbar-thumb {
    background: #3994eb;
}
.table-of-contents .sidebar-acordion a {
    direction: rtl;
    text-align: right;
    display: block;
    font-size: 16px;
    color: #333333;
}
.table-of-contents .sidebar-acordion a:hover {
    text-decoration: none;
    font-weight: 700;
}

.page-template-page-guide .sidebar_border .sticky, .single-post .sidebar_border .sticky {
    position: sticky;
    top: 148px;
}

.page-template-page-website-development .sidebar_border .sticky {
    position: sticky;
    top: 112px;
}

.page-template-page-website-development #main .row {
	display: flex;
}

.page-template-page-website-development #main .row .col-md-4 {
    display: contents;
}

.page-template-page-guide #custom-article .arhive_single {
    display: flex;
    max-width: 100%!important;
}

.page-template-page-website-development .sidebar_border {
	padding: 16px 0;
}

.page-template-page-guide #custom-article .sidebar_border {
    min-width: 370px;
    width: 370px;
    display: block;
    margin-right: 56px;
}

.page-template-page-guide #custom-article .sidebar_border {
    border: 0;
}

.page-template-page-guide #breadcrumbs a {
    color: #337ab7 !important;
}

.single-post .content-single {
	display: flex;
}

.single-post .content-single .sidebar_border {
    border-right: 0;
}

.single-post .content-single .sidebar_border {
    min-width: 370px;
    width: 370px;
    display: block;
    margin-right: 56px;
}

.single-post .content-single .entry-content {
	width: calc(100% - 426px);
}

.single-post .entry-content p a {
	color: #1d8bea!important;
}

.single-post #custom-article .arhive_single  {
	max-width: 100%!important;
}

.single-post .single_item header.entry-header {
	max-width: 1100px;
}

.table-of-contents.active .sidebar-acordion {
	display: block!important;
}

@media (max-width: 1200px) {
    .page-template-page-guide section.single-header {
        margin-top: 54px!important;
    }
	
	body section.home_1 .banner-bg {
		top: 50px;
	}
}

@media (max-width: 1040px) {
	.single-post .content-single {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	.single-post .content-single .sidebar_border {
		min-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}
	
	.single-post .entry-date_autor {
		margin-bottom: 24px;
	}
	
	.single-post .content-single .entry-content {
		width: 100%;
	}
	
    .page-template-page-guide #custom-article .arhive_single {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .page-template-page-guide #custom-article .sidebar_border {
        min-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .page-template-page-guide .entry-images img {
        max-width: 100%;
    }
	footer#site-footer .footer_content > div:nth-child(1) {
		width: 34%;
	}
}
.case-studies {
    border-bottom: 1px solid #d1e9fe;
}
.case-studies .name-block {
    position: relative;
    margin-bottom: 24px;
}
.case-studies .name-block:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #d1e9fe;
    position: absolute;
    top: calc(50% + 2px);
    transform: translate(0, -50%);
}
.case-studies .name-block span {
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    background: #fff;
    padding-left: 18px;
    position: relative;
}
.case-studies .items {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 26px;
}
.case-studies .items .item {
    display: block;
    text-decoration: none;
    width: calc(50% - 14px);
    margin-left: 28px;
    margin-bottom: 18px;
}
.case-studies .items .item:nth-child(2n + 2) {
    margin-left: 0;
}
.case-studies .items .item .image {
    display: block;
    height: 176px;
}
.case-studies .items .item .image img {
    object-fit: cover;
    width: 100%;
    height: 100%!important;
}
.case-studies .items .item .name {
    display: block;
    padding: 14px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    box-shadow: 0px 1px 16px 0px rgba(0, 136, 249, 0.23);
    border-radius: 0 0 6px 6px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.case-studies .items .item:hover .name {
    color: #1e6fb4;
}

@media (max-width: 840px) {
    .case-studies .items .item {
        margin-left: 0;
        width: 100%;
    }
	.single-post .entry-date_autor {
		position: relative;
		height: 114px;
		border: solid 1px #bfe1fd;
		margin-bottom: 34px;
	}
	.single-post .social_share {
        position: relative;
        bottom: unset;
        padding-right: unset;
	}
    .single-post .social_share .at-share-btn-elements {
        display: flex;
        align-items: center;
        justify-content: center;
    }
	
	.container {
		padding: 0 14px!important;
	}
	body.page-template-front-page section.home_1 .banner-bg {
		height: 598px !important;
	}
	section.home_1 {
		background-color: #fff;
	}
	body.page-template-front-page section.home_1 .banner-bg {
		top:0;
	}
}

.postid-3144.single-post ul.stratoskop {
	list-style: none;
}
.postid-3144.single-post ul.stratoskop li {
	position: relative;
	margin-bottom: 12px;
}
.postid-3144.single-post ul.stratoskop li:before {
	content: '';
	background: url('https://www.seolinks.co.il/wp-content/uploads/2022/11/big-statoscope.jpg');
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: -40px;
}
.postid-3144 .form_wrap ul li:before, footer#site-footer ul.menu > li:before, .list_soc_footer li:before {
	content: none!important;
}
.postid-3144 .form_wrap p {
	font-size: 17px;
}
.postid-3144 .form_wrap ul, .form_wrap ul {
	margin-bottom: 20px;
}

@media (max-width: 800px) {
	.widget_bootstrap_basic_recent_posts_widget article ul {
		margin-right: 15px!important;
	}
	footer#site-footer .entry-title {
		max-width: calc(100% - 8px)!important;
	}
    .form_footer {
        display: block;
    }
}
@media (max-width: 781px) {
	body.page-template-front-page section.home_1 .page-container {
		position: absolute;
		z-index: 2;
		top: 100px;
	}
}

.questions-and-answers .items .item .answer p, .questions-and-answers .items .item .answer li, .questions-and-answers .items .item .question {
		font-size:18px!important;
	}

@media (max-width: 640px) {
	body.page-template-front-page section.home_1 .page-container {
		position:relative;
	}
	.questions-and-answers .items .item .question, .questions-and-answers .text-block p, .questions-and-answers .items .item .answer li, .questions-and-answers .items .item .answer p {
		font-size:17px!important;
	}
	body section.home_1 .banner-mobile-bg {
		height: 430px !important;
	}
	body section.home_1 h1 {
        text-align: center!important;
    }
	body.page-template-front-page section.home_1 .page-container {
		top: -4px;
		background: #fff;
	}
	body.page-template-front-page .video_popup #seostudies {
		font-size:30px;
		font-weight: 700;
	}
	#table-of-contents {
		padding: 0px 0px 46px 0px;
	}
    .questions-and-answers .text-block {
        height: fit-content;
    }
    .page-template-page-guide .scroll-progress-wrapper {
        background: #e5f1ff;
    }
    .page-template-page-guide article {
        width: 100%;
    }
    .page-template-page-guide #content.site-content {
        padding-top: 0;
    }

    .page-template-page-guide section.single-header {
        margin-top: 49px!important;
    }

    .page-template-page-guide section.single-header .block-author {
        border: 0!important;
        padding: 16px 0!important;
        position: relative!important;
        top: unset!important;
        right: unset!important;
        transform: unset!important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .page-template-page-guide .container {
        padding: 0;
    }

    .page-template-page-guide #custom-article .arhive_single {
        padding: 0 15px;
    }

    .page-template-page-guide section.single-header .block-author .entry-title {
        font-size: 28px!important;
        margin: 0;
        margin-bottom: 6px;
    }

    .page-template-page-guide section.single-header {
        margin-bottom: 0 !important;
    }

    .page-template-page-guide section.single-header .block-author {
        padding-bottom: 0!important;
    }

    .page-template-page-guide #custom-article .sidebar_border {
        margin-bottom: 8px;
    }

    .table-of-contents .area-sidebar-title {
        font-size: 17px;
        padding: 7px 48px 7px 20px;
    }

    .table-of-contents .area-sidebar-title:before {
        background-repeat: round;
        width: 30px;
        height: 30px;
        right: 8px;
    }

    .table-of-contents {
        margin-bottom: 20px;
    }

    .page-template-page-guide.fixed-block .table-of-contents {
        position: fixed;
        top: 52px;
        right: 0;
        border-radius: 0;
        z-index: 9;
    }

    .page-template-page-guide.fixed-block .table-of-contents.hide-block .area-sidebar-title i {
        position: absolute;
        left: 15px;
    }

    .page-template-page-guide .container.header-container {
        padding: 0 15px;
    }

    .page-template-page-guide #breadcrumbs {
        margin-bottom: 0px!important;
        margin-top: 6px;
        text-align: right;
        padding-right: 15px;
        font-size: 13px;
    }
	
	.process-block .text-3 {
		font-size: 30px;
	}
}

@media (max-width: 420px) {
	section.home_1 #table-of-contents {
		padding: 0 0 20px 0;
	}
}

.page-template-page-about_us div#main-column {
    width: 100%!important;
}

.additional-projects .item {
    margin-top: 22px;
    margin-bottom: 4px;
}
.additional-projects .item .title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
}
.additional-projects .item .text {
    margin-bottom: 24px;
}
.additional-projects .item .text p {
    font-size: 21px;
    line-height: 1.429;
}
.additional-projects .blocks {
    display: flex;
    flex-wrap: wrap;
}
.additional-projects .blocks .block {
    margin-left: 30px;
    margin-bottom: 24px;
    box-shadow: 0px 13px 27px 0px rgba(29, 139, 234, 0.21);
    border-radius: 4px;
    overflow: hidden;
    width: calc(50% - 15px);
}
.additional-projects .blocks .block:nth-child(2n + 2) {
    margin-left: 0;
}
.additional-projects .blocks .block .image {
    width: 100%;
    height: 200px;
}
.additional-projects .blocks .block .image img {
    object-fit: cover;
    height: 100%!important;
    width: 100%;
}
.additional-projects .blocks .block .name {
    padding: 16px 20px;
}
.additional-projects .blocks .block .name a {
    font-size: 23px;
    font-weight: 700;
    color: #333;
    line-height: 1.13;
}

@media (max-width: 767px) {
    .additional-projects .blocks .block .image {
        height: 174px;
    }
    .additional-projects .blocks .block {
        margin-left: 0;
        width: 100%;
    }
    .additional-projects .blocks .block .name a {
        font-size: 19px;
        line-height: 1;
    }
    .additional-projects .blocks .block .name {
        padding: 10px 18px;
    }
    .additional-projects .item .text p {
        font-size: 19px;
    }
}