/** main_colors **/
/** end palette**/
.squad_btn {
  border-radius: 0;
}
.shadow_trans_1 {
  box-shadow: inset 0px 0px 0px 1px #edf0f3, 0px 10px 16px 0px rgba(151, 157, 183, 0.43);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}
.shadow_trans_1_hover {
  box-shadow: 0px 10px 16px 0px rgba(151, 157, 183, 0.23);
}
.title_hr {
  width: 30%;
  text-align: left;
  clear: both;
  margin-left: 0px;
  height: 4px;
}
.slider_buttons {
  color: #092ace;
  font-size: 32px;
  border-radius: 100%;
  font-size: 30px;
  padding: 18px 13px !important;
  position: absolute;
  top: 50%;
  z-index: 100;
}
.slick-track {
  padding: 20px 0;
}
.slider_buttons:hover {
  background: #ff5a2c;
  color: white;
}
.slider_prev {
  left: -50px;
}
.slider_next {
  right: -50px;
}
.slick-dots li {
  display: inline-block;
}
.squad_btn:hover {
  background-color: #ff5a2c;
  color: white;
}
.services_slider_ul .slick-list {
  padding-bottom: 20px;
}
.services_short {
  position: relative;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.services_short .column {
  margin: 0px;
  width: 102%;
  margin-left: -1%;
}
li.services:hover {
  box-shadow: 0px 7px 12px 0px rgba(66, 73, 101, 0.23);
}
.serv_slider {
  position: relative;
}
.serv_slider .services_list {
  background: white;
}
.services_slider_ul li {
  background: white;
  padding: 30px 30px 80px 30px;
  position: relative;
  margin: 0 15px;
}
.services_slider_ul li .desc p {
  font-size: 14px;
  line-height: 24px;
}
.services_slider_ul li .btn {
  border-radius: 0;
  width: 84%;
  margin: 0px;
  padding: 15px;
  color: #092ace;
  background: #fff;
  padding: 8% 6% 8% 10%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-top: 5px solid #edf0f3;
}
.services_slider_ul li .btn .button_icon {
  float: right;
}
.services_slider_ul li .btn:hover {
  background: #ff5a2c;
  color: white;
}
.services_slider_ul li .no_icon {
  width: 50px;
  height: 50px;
  padding-bottom: 25px;
}
.services_slider_ul li .icon {
  width: 50px;
  padding-bottom: 25px;
}
.services_slider_ul li h4 a {
  font-weight: bold;
  font-size: 120%;
}
.services_slider_ul li .button {
  display: block !important;
}
#Header_wrapper {
  z-index: 101;
}
.custom_slider #Header_wrapper {
  z-index: 50!important;
}
/** portfolio */
.portfolio-item {
  background-color: #ffffff !important;
  box-shadow: 0 10px 16px 0 rgba(98, 101, 113, 0.22);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.portfolio-item .desc {
  position: relative;
}
.portfolio-item .desc .desc-wrapper {
  margin-right: 0px!important;
  display: block !important;
  position: relative;
}
.portfolio-item .desc .desc-wrapper .desc_blcok {
  font-size: 16px;
  line-height: 22px;
}
.portfolio-item .desc .detail_links {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  text-align: center;
  padding-top: 10%;
}
.portfolio-item .desc:hover .desc-wrapper .desc_blcok {
  opacity: 0.4;
}
.portfolio-item .desc:hover .desc-wrapper .detail_links {
  display: block;
}
.portfolio-item:hover {
  box-shadow: 0px 12px 18px 0px rgba(66, 73, 101, 0.43);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/*** filters **/
.filters_wrapper ul li a {
  background: #edf0f3;
  font-size: 16px;
  text-decoration: none;
  border-radius: 50px;
  padding: 10px 20px;
}
.team_slider {
  position: relative;
  z-index: 100;
}
.team_slider .team_slider_header {
  display: none;
}
.team_slider ul.team_slider_ul {
  margin-left: 0px;
}
.team_slider ul.team_slider_ul li {
  background: white;
  box-shadow: inset 0px 0px 0px 1px #edf0f3, 0px 10px 16px 0px rgba(151, 157, 183, 0.43);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin: 0 20px 20px;
  position: relative;
  top: 0px;
  list-style: none;
}
.team_slider ul.team_slider_ul li .image_frame .image_wrapper {
  width: 100%;
}
.team_slider ul.team_slider_ul li .image_frame .image_wrapper img {
  width: 100%;
}
.team_slider ul.team_slider_ul li .desc {
  padding: 10px 20px 20px 20px;
  min-height: 400px;
}
.team_slider ul.team_slider_ul li .desc h4 {
  margin-bottom: 0px;
}
.team_slider ul.team_slider_ul li .desc .sub_header {
  margin-bottom: 10px;
  color: #092ace;
}
.team_slider ul.team_slider_ul li .desc .team_desc {
  padding-top: 10px;
  border-top: 1px solid #edf0f3;
  font-size: 14px;
  line-height: 19px;
}
.team_slider ul.team_slider_ul li .soc_l {
  margin-top: 10px;
}
.team_slider ul.team_slider_ul li:hover {
  top: -10px;
}
.circle .image_frame .image_wrapper img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transform: scale(0.6) !important;
  top: -50px;
}
.testimonials_slider .testimonials_slider_ul .slick-arrow {
  top: 30%;
  padding: 0px;
  opacity: 0.8;
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.testimonials_slider .testimonials_slider_ul .slick-arrow:hover {
  opacity: 1;
}
.testimonials_slider .testimonials_slider_ul .slider_prev {
  left: -20px;
}
.testimonials_slider .testimonials_slider_ul .slider_next {
  right: -20px;
}
.testimonials_slider .testimonials_slider_ul li {
  background: white;
  box-shadow: inset 0px 0px 0px 1px #edf0f3, 0px 10px 16px 0px rgba(151, 157, 183, 0.43);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin: 0 10px 0px 10px;
  padding: 25px 0px 15px 0px !important;
  border: 1px solid #ebebeb;
  position: relative;
  min-height: 350px;
}
.testimonials_slider .testimonials_slider_ul li .t_cat_name {
  position: absolute;
  top: -15px;
  width: 100%;
  text-align: center;
}
.testimonials_slider .testimonials_slider_ul li .t_cat_name span {
  font-size: 12px;
  padding: 7px 10px;
  color: white;
  background: #111b51;
  border-radius: 50px;
}
.testimonials_slider .testimonials_slider_ul li .image_auth_name {
  text-align: left;
  width: 87%;
  float: left;
  padding: 20px 20px 0 20px;
}
.testimonials_slider .testimonials_slider_ul li .image_auth_name .photo-img {
  float: left;
  margin-right: 10px;
}
.testimonials_slider .testimonials_slider_ul li .image_auth_name .photo-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.testimonials_slider .testimonials_slider_ul li h5 {
  margin-bottom: 0px;
}
.testimonials_slider .testimonials_slider_ul li .desc {
  padding: 20px;
  font-size: 14px;
  line-height: 19px;
  float: left;
  text-align: left;
}
.testimonials_slider .testimonials_slider_ul li:after {
  content: "";
  font-size: 100px;
  color: #ff5a2c;
  text-align: center;
  line-height: 110px;
  top: -25px;
  left: 15px;
  position: absolute;
  width: 58px;
  height: 58px;
  font-weight: 900;
  z-index: 256;
  background-image: url(/wp-content/uploads/2019/12/kavychki2.png);
  background-repeat: no-repeat;
}
.testimonials_slider .testimonials_slider_ul li:hover {
  box-shadow: inset 0px 0px 0px 1px #edf0f3, 0px 10px 16px 0px #979db7;
}
.testimonials_ul li {
  background: white;
  box-shadow: inset 0px 0px 0px 1px #edf0f3, 0px 10px 16px 0px rgba(151, 157, 183, 0.43);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin: 10px 10px 50px 10px !important;
  padding: 25px 0px 15px 0px !important;
  position: relative;
}
.testimonials_ul li .t_cat_name {
  position: absolute;
  top: -15px;
  width: 100%;
  text-align: center;
}
.testimonials_ul li .t_cat_name span {
  font-size: 12px;
  padding: 7px 10px;
  color: white;
  background: #111b51;
  border-radius: 50px;
}
.testimonials_ul li .image_auth_name {
  text-align: left;
  width: 87%;
  float: left;
  padding: 20px 20px 0 20px;
}
.testimonials_ul li .image_auth_name .photo-img {
  float: left;
  margin-right: 10px;
}
.testimonials_ul li .image_auth_name .photo-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.testimonials_ul li h5 {
  margin-bottom: 0px;
}
.testimonials_ul li .desc {
  padding: 20px;
  font-size: 14px;
  line-height: 19px;
  float: left;
  text-align: left;
}
.testimonials_ul li:after {
  content: " “ ";
  font-size: 100px;
  color: #ff5a2c;
  text-align: center;
  line-height: 110px;
  top: -30px;
  left: 10px;
  border-radius: 50%;
  position: absolute;
  width: 58px;
  height: 58px;
  font-weight: 900;
  z-index: 256;
}
.testimonials_ul li:hover {
  box-shadow: inset 0px 0px 0px 1px #edf0f3, 0px 0px 5px 5px rgba(151, 157, 183, 0.25);
}
.story_bg {
  margin-left: 0px !important;
}
.story_bg .column_attr {
  padding: 40px 20px 250px 30px;
  position: relative;
}
.story_block {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: 400;
  font-style: italic;
}
.story_block .image_frame {
  float: left;
  margin-right: 10px;
}
.story_block img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.team_slider_wrap .team_sl_navigation {
  float: left;
  margin-right: 25px;
  /* margin-top: 20px; */
  top: -12px;
  position: relative;
}
.team_slider_wrap .team_sl_navigation a {
  margin-bottom: 0px;
}
.team_slider_wrap .team_sl_navigation .slider_buttons {
  border-radius: 100%;
  font-size: 21px;
  padding: 14px 13px!important;
  position: relative !important;
  /* top: 50%; */
  z-index: 100;
}
.team_slider_wrap .team_sl_navigation .slider_next {
  right: 0;
}
.team_slider_wrap .team_sl_navigation .slider_prev {
  left: 0;
}
.team_slider_wrap .qnt_sld_1 li .header_exp {
  width: 80%;
  padding: 20px 10%;
  border-bottom: 1px solid #edf0f3;
}
.team_slider_wrap .qnt_sld_1 li .exp {
  display: none;
}
.team_slider_wrap .qnt_sld_1 li .team_name {
  text-align: center;
}
.team_slider_wrap .qnt_sld_1 li .sub_header {
  text-align: center;
}
.team_slider_wrap .slider_pagination {
  float: right;
  margin-right: 25px;
  margin-top: 20px;
  top: -20px;
  position: relative;
}
.one_team_title {
  padding-top: 20px;
}
.advantages {
  padding: 20px 20px 20px 25px;
  margin-left: 5%;
  position: relative;
}
.advantages .column_icon_box {
  margin-bottom: 0px;
}
.avan_num .column_counter {
  margin-bottom: 5px;
}
.avan_num .column_fancy_heading {
  margin-bottom: 20px;
}
.avan_num .icon_wrapper .number {
  font-size: 32px;
  font-weight: 900;
  color: #ff5a2c;
  line-height: 32px;
}
.avan_num .desc_wrapper .title {
  font-size: 21px;
  margin-bottom: 4px;
  line-height: 36px;
}
.avan_num .desc_wrapper .desct_cont {
  font-size: 16px;
  margin-bottom: 2px;
}
.column_icon_box {
  margin-bottom: 0px;
}
.column_fancy_heading {
  margin-bottom: 20px;
}
.offer_thumb .offer_thumb_ul {
  box-shadow: inset 0px 0px 0px 1px #edf0f3, 0px 10px 16px 0px rgba(151, 157, 183, 0.43);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  background: #fff;
}
.offer_thumb .offer_thumb_ul .slick-track {
  padding: 0px;
}
.offer_thumb .slider_pagination {
  margin-top: 20px !important;
  transform: scale(0.7) !important;
}
.device,
.device::before,
.device::after,
.device *,
.device *::before,
.device *::after {
  box-sizing: border-box;
  display: block;
}
.device {
  position: relative;
  margin: 30px auto;
}
.device .device-frame {
  z-index: 1;
}
.device-iphone-x {
  height: 694px;
  width: 342px;
}
.device-iphone-x .device-frame {
  background: #222;
  border-radius: 54px;
  box-shadow: inset 0 0 0 2px #606467, inset 0 0 0 6px #e2e3e4;
  height: 694px;
  padding: 22px;
  width: 342px;
}
.device-iphone-x .device-content {
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  border-radius: 32px;
  height: 650px;
  position: relative;
  width: 300px;
}
.device-iphone-x .device-stripe::after,
.device-iphone-x .device-stripe::before {
  border: solid rgba(51, 51, 51, 0.25);
  border-width: 0 6px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.device-iphone-x .device-stripe::after {
  top: 68px;
}
.device-iphone-x .device-stripe::before {
  bottom: 68px;
}
.device-iphone-x .device-header {
  background: #222;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  height: 24px;
  left: 50%;
  margin-left: -82px;
  position: absolute;
  top: 22px;
  width: 164px;
  z-index: 199;
}
.device-iphone-x .device-header::after,
.device-iphone-x .device-header::before {
  content: "";
  height: 6px;
  position: absolute;
  top: 0;
  width: 6px;
}
.device-iphone-x .device-header::after {
  background: radial-gradient(circle at bottom left, transparent 0, transparent 75%, #222 75%, #222 100%);
  left: -6px;
}
.device-iphone-x .device-header::before {
  background: radial-gradient(circle at bottom right, transparent 0, transparent 75%, #222 75%, #222 100%);
  right: -6px;
}
.device-iphone-x .device-sensors::after,
.device-iphone-x .device-sensors::before {
  content: "";
  position: absolute;
}
.device-iphone-x .device-sensors::after {
  background: #444;
  border-radius: 2.5px;
  height: 5px;
  left: 50%;
  margin-left: -20px;
  top: 4px;
  width: 40px;
}
.device-iphone-x .device-sensors::before {
  background: #444;
  border-radius: 50%;
  height: 11px;
  left: 50%;
  margin-left: 30px;
  top: 1px;
  width: 11px;
}
.device-iphone-x .device-btns {
  background: #606467;
  height: 26px;
  left: -2px;
  position: absolute;
  top: 92px;
  width: 3px;
}
.device-iphone-x .device-btns::after,
.device-iphone-x .device-btns::before {
  background: #606467;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  width: 3px;
}
.device-iphone-x .device-btns::after {
  top: 48px;
}
.device-iphone-x .device-btns::before {
  top: 112px;
}
.device-iphone-x .device-power {
  background: #606467;
  height: 80px;
  position: absolute;
  right: -2px;
  top: 160px;
  width: 3px;
}
.iphone_block .iphone_text {
  color: #121e63 !important;
  padding: 85px 22px 190px 21px;
  width: 90%;
}
.main_cat_page {
  padding-top: 50px;
}
.services_cat ul li.serv_list {
  box-shadow: inset 0px 0px 0px 1px #edf0f3, 0px 10px 16px 0px rgba(151, 157, 183, 0.43);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  background: white;
  list-style: none !important;
  margin-bottom: 20px !important;
}
.services_cat ul li.serv_list .item_wrapper {
  padding: 20px;
  min-height: 200px;
}
.services_cat ul li.serv_list .image_frame .image_wrapper .icon {
  width: 50px;
  padding-bottom: 25px;
}
.services_cat ul li.serv_list .image_frame .image_wrapper .no_icon {
  width: 50px;
  height: 50px;
  padding-bottom: 25px;
}
.services_cat ul li.serv_list .desc {
  position: relative;
}
.services_cat ul li.serv_list .desc h4 a {
  font-weight: bold;
  font-size: 20px;
  min-height: 60px;
}
.services_cat ul li.serv_list .desc .serv_post_cat {
  list-style: inline;
}
.services_cat ul li.serv_list .desc .serv_post_cat .sub_cat_list {
  display: inline;
  white-space: pre-wrap;
}
.services_cat ul li.serv_list .desc .serv_post_cat .sub_cat_list a {
  font-size: 14px;
}
.services_cat ul li.serv_list .desc .serv_post_cat .space {
  display: inline-flex;
  width: 5px;
  height: 5px;
  margin: 0 7px 2px 5px;
  position: relative;
  border-radius: 50%;
  background: #ff5a2c;
}
.services_cat ul li.serv_list .desc .serv_post_cat .space:last-child {
  display: none;
}
.services_cat ul li.serv_list:hover {
  box-shadow: 0px 10px 16px 0px rgba(151, 157, 183, 0.23);
}
.slider_user_photo {
  border-radius: 50%;
}
#mfn-rev-slider {
  z-index: 90;
  position: relative;
}
.gallery_user_photo {
  position: relative;
  width: 60px;
  height: 60px;
}
.gallery_user_photo img {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 10;
  border-radius: 50%;
}
.gallery_user_photo:after {
  content: '';
  width: 14px;
  height: 14px;
  background: green;
  bottom: 0px;
  border-radius: 50%;
  position: absolute;
  z-index: 20;
}
.gallery_user_photo.u1:after {
  right: 8px;
}
.gallery_user_photo.u2:after {
  left: 8px;
}
.gall_phrase {
  position: relative;
}
.gall_phrase .time {
  position: absolute;
  top: -40px;
  font-size: 14px;
  color: white;
}
.gall_phrase.u1 .time {
  left: -37px;
}
.gall_phrase.u2 .time {
  right: -37px;
}
.gall_user_name {
  font-size: 17px;
  text-align: center !important;
}
.user_bg_none {
  background-color: none!important;
  border: none!important;
}
.faq_block .faq .question {
  box-shadow: inset 0px 0px 0px 1px #edf0f3, 0px 10px 16px 0px rgba(151, 157, 183, 0.43);
  transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  margin-bottom: 16px;
  border: 1px solid #ebf1fb;
  background: white;
}
.faq_block .faq .question .title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding: 20px 40px 20px 40px;
  font-family: Playfair Display, Arial;
}
.faq_block .faq .question .answer {
  padding: 0 4% 0 5%;
  font-size: 15px;
  line-height: 21px;
}
.faq_block .faq .question .answer p {
  padding-bottom: 20px;
}
.faq_block .faq .question .title_hr {
  width: 10%;
  text-align: left;
  clear: both;
  margin-left: 0;
  height: 4px;
}
.faq_block .faq .question .line_faq {
  width: 120%;
  position: absolute;
  left: -7%;
  top: 0;
}
.faq_block .faq .question .answer_btn {
  /*padding: 50px 0 20px 0;*/
  position: relative;
  width: 100%;
  float: left;
  padding-top: 20px;
  display: flex;
  align-items: center;
}
.faq_block .faq .question .answer_btn h5 {
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  /* padding: 20px 40px 20px 40px;*/
  font-family: Playfair Display,Arial;
}
.faq_block .faq .question .answer_btn a {
  float: right;
  margin-left: auto;
}
.faq_block .faq .question.active .title {
  color: #000;
}
.usp_del .button_label {
  padding: 11px 50px !important	;
}
#Action_bar {
  z-index: 100;
}
.contact_details {
  overflow: hidden;
  position: relative;
}
.contact_details .main_phone {
  transition: all 0.25s ease;
}
.contact_details li a:hover {
  color: white!important;
  text-decoration: bobe !important;
}
.contact_details .detail_telephones {
  position: absolute;
  width: 200px;
  margin-top: -1px;
  opacity: 0;
  padding: 10px 20px;
  transition: all 0.24s ease-in-out;
}
.contact_details .detail_telephones .phone {
  font-size: 16px;
  position: relative;
  z-index: 20;
}
.contact_details .detail_telephones:hover {
  display: block;
  opacity: 1;
  margin-top: -1px;
}
.contact_details .detail_telephones:after {
  background: #000612;
  opacity: 0.8;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}
.contact_details .main_phone:hover ~ .detail_telephones {
  display: block;
  opacity: 1;
  margin-top: -1px;
}
.contact_details:hover {
  overflow: visible;
  position: inherit;
}
#Side_slide .extras .extras-wrapper .contact_details li {
  text-align: left;
}
#Side_slide .extras .extras-wrapper .contact_details li a {
  font-family: Arial;
  color: white !important;
  margin-bottom: 0px !important;
}
#menu-top_menu-2 li {
  border: none !important;
  float: left;
  width: 80%;
  padding: 10px 10%;
  text-align: left;
}
.menu_header {
  font-size: 14px;
  padding: 10px 20px;
  text-align: left;
  opacity: 0.5;
}
#Footer a {
  color: white !important;
}
#Footer a:hover {
  color: #ff5a2c !important;
}
#social-menu #menu-top_menu li a {
  font-size: 14px;
}
.image_section_portfolio img {
  opacity: 0.2;
}
.offer_thumb_ul .offer_thumb_li .image_wrapper img {
  max-width: inherit!important;
}
.offer_thumb_li .image_wrapper {
  overflow: hidden!important;
  bottom: 0;
  right: 0;
  position: relative;
  height: 100%;
}
.offer_thumb_li {
  position: relative;
}
.vp_popup {
  float: left;
}
.vp_popup a.popup-link {
  background-image: none;
  border-radius: 50px;
  border-width: 0;
  box-shadow: unset;
  -webkit-appearance: none;
  background-color: #ff5a2c;
  color: #ffffff;
  display: inline-block;
  padding: 11px 20px;
  margin-bottom: 15px;
  cursor: pointer;
  margin-right: 7px;
  border: 0;
  position: relative;
  overflow: hidden;
}
.vp_popup a.popup-link:hover {
  text-decoration: none;
  background-color: #ed5429;
}
.post-template-default #Header_wrapper {
  background-color: #111b51 !important;
  height: 180px;
  margin-bottom: 50px;
}
#Action_bar .wpml-languages.horizontal {
  position: absolute;
  right: -50px;
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-top: 2px;
}
#Action_bar .wpml-languages.horizontal li {
  padding: 3px 8px;
  background: #fff;
}
#Action_bar .wpml-languages.horizontal li a {
  color: #333;
}
#Action_bar .wpml-languages.horizontal li.lang-active {
  background-color: #111b51;
}
#Action_bar .wpml-languages.horizontal li.lang-active a {
  color: #fff;
  font-weight: bold;
}
#Action_bar .wpml-languages.horizontal li:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#Action_bar .wpml-languages.horizontal li:nth-child(2) {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
