/*
Theme Name: Flying Ravens
Author: Adim Subedi
Author URI: https://www.itsadim.com/
Description: 
Version: 1.0
Tags: Responsive, 
Text Domain: itsadimonly
*/
h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0.5em;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

html, body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

body {
  line-height: 140%;
}

h1, h2, h3, h4 {
  font-family: "Raleway", sans-serif;
}

p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
  line-height: 170%;
}

ol, ul {
  margin-left: 1.5em;
  padding-left: 0;
}

li {
  margin-bottom: 0.5em;
  line-height: inherit;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

.font-medium {
  font-weight: 500;
}

.line-height_24 {
  line-height: 24px;
}

form.subscribe input {
  border-radius: 16px;
  margin-bottom: 12px;
}

.btn {
  padding: 12px 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  border: none;
  border-radius: 4px;
}
.btn .fa {
  margin-left: 10px;
}
.btn-primary {
  background: rgb(0, 57, 116);
}
.btn-white {
  background: #fff;
  border: 1px solid var(--alpha-black-10, rgba(47, 43, 67, 0.1));
}
.btn-white:hover, .btn-white:focus {
  background: rgba(255, 255, 255, 0.85);
  color: #000;
  border: 1px solid var(--alpha-black-10, rgba(47, 43, 67, 0.1));
}
.btn-transparent {
  border: 1px solid rgba(47, 43, 67, 0.1);
}
.btn-transparent:hover, .btn-transparent:focus {
  border: 1px solid rgba(47, 43, 67, 0.1);
}
.btn.strong {
  font-weight: 700;
}
.btn.small {
  padding: 8px 16px;
}

.accordion {
  margin-bottom: 24px;
}
.accordion-item {
  border: none;
  background: transparent;
}
.accordion-header {
  background: transparent;
}
.accordion-button {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  background-color: transparent;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
}

#accordionFaq .accordion-header {
  border: none;
}
#accordionFaq .accordion-item {
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #EAECF0;
}
#accordionFaq .accordion-button {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 190%;
  padding: 10px 20px 10px 0;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
#accordionFaq .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f068";
  font-family: Fontawesome;
  font-size: 12px;
  color: rgb(0, 57, 116);
  text-align: center;
  line-height: 1.7;
  border: 1px solid rgb(0, 57, 116);
  border-radius: 50%;
}
#accordionFaq .accordion-button:after {
  background-image: none;
  content: "\f067";
  font-family: Fontawesome;
  font-size: 12px;
  color: rgb(0, 57, 116);
  text-align: center;
  line-height: 1.7;
  border: 1px solid rgb(0, 57, 116);
  border-radius: 50%;
}
#accordionFaq .accordion-body {
  padding: 10px 50px 10px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  color: #667085;
}

.navbar-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-nav a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #1F262C;
}

.nav-item {
  margin-bottom: 0;
}
.nav-item.highlight {
  background: #003974;
  border-radius: 4px;
}
.nav-item.highlight a {
  color: #fff;
  padding: 10px 20px !important;
}
@media (min-width: 1200px) {
  .nav-item a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1400px) {
  .nav-item a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .nav-item a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.nav-mobile {
  padding: 0 30px 30px;
}
.nav-mobile .logo {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-mobile .logo .highlight {
  background: #003974;
  border-radius: 4px;
  color: #fff;
  padding: 10px 20px !important;
  text-decoration: none;
  display: block;
  margin-right: 30px;
}
.nav-mobile .closeme {
  position: absolute;
  top: 33px;
  right: 20px;
}
.nav-mobile .closeme:hover {
  cursor: pointer;
}
.nav-mobile ul {
  margin: 20px 0 0 0;
  padding: 0;
}
.nav-mobile li {
  list-style: none;
  margin-bottom: 10px;
}
.nav-mobile li a {
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: #1F262C;
  display: block;
}

.block-header_logo a {
  display: block;
}
.block-header_contact--mobile {
  text-align: right;
}
.block-header_nav--mobile {
  text-align: right;
}
.block-title.home h1 {
  font-size: 96px;
  font-size: 6rem;
  font-weight: 700;
  line-height: 120%; /* 115.2px */
  letter-spacing: -0.96px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1399px) {
  .block-title.home h1 {
    font-size: 78px;
    font-size: 4.875rem;
  }
}
@media (max-width: 1199px) {
  .block-title.home h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (max-width: 991px) {
  .block-title.home h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.block-title h1 {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
}
.block-title h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 140%;
}
.block-title h2 strong {
  text-decoration: line-through;
  color: #BA2C2C;
}
.block-title h3 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
}
.block-title.page h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 48px 0;
}
.block-title.single h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 48px 0;
}
.block-title.single h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin: 48px 0;
}
.block-title.single.meta {
  color: #84919A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.block-content_about h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.block-content_about p {
  line-height: 170%;
}
.block-content_regular h2, .block-content_regular h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.block-content_regular h2 strong, .block-content_regular h3 strong {
  display: block;
  clear: both;
  font-weight: 700;
  line-height: 1;
}
.block-content_regular--img img {
  border-radius: 16px;
}
.block-content.page h2 {
  margin-top: 48px;
}
.block-content.page h2:first-child {
  margin-top: 0;
}
.block-content.page.result {
  padding: 24px;
  border-radius: 4px;
  margin-bottom: 48px;
}
.block-content.page.result h3, .block-content.page.result h2 {
  color: #1F262C;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.block-content.page.gallery img {
  max-width: 25%;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.block-content.single h2, .block-content.single h3, .block-content.single h4 {
  margin: 32px 0;
}
.block-content.single p {
  line-height: 32px;
}
.block-content.single.summary {
  border: 1px solid #eeefef;
  padding: 24px;
  border-radius: 4px;
  margin-top: 32px;
}
.block-content.single.summary h2, .block-content.single.summary h3 {
  margin-top: 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.block-content.single.summary p {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}
.block-content.font-medium p {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 1199px) {
  .block-content.font-medium p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 991px) {
  .block-content.font-medium p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.block-menu_page ul {
  margin: 0;
  padding: 0;
}
.block-menu_page li {
  list-style: none;
  margin-bottom: 32px;
}
.block-menu_page li.active > a {
  color: #003974;
  padding-left: 75px;
  position: relative;
}
@media (max-width: 1199px) {
  .block-menu_page li.active > a {
    padding-left: 55px;
  }
}
.block-menu_page li.active > a:before {
  width: 55px;
  height: 2px;
  background: #003974;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1199px) {
  .block-menu_page li.active > a:before {
    width: 50px;
  }
}
.block-menu_page li a {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  color: #1F262C;
}
@media (max-width: 1199px) {
  .block-menu_page li a {
    font-size: 18px;
  }
}
.block-menu_page li ul {
  padding-left: 20px;
  padding-top: 16px;
}
.block-menu_page li ul li {
  margin-bottom: 20px;
}
.block-menu_page li ul li:last-child {
  margin-bottom: 0;
}
.block-section {
  position: relative;
}
.block-section_title--small {
  font-size: 14px;
  color: #B53E9C;
  font-weight: 700;
}
.block-section_title--big h1 {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
}
@media(max-width:640px){
	.block-section_title--big h1{
		font-size: 40px;
	}
}
	
.block-section_title--big h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0;
}
.block-section_title--big h2 strong {
  font-weight: 700;
  position: relative;
  color: #BA2C2C;
}
.block-section_title--big h2 strong:before {
/*   content: url("assets/img/icon-cancel.png");
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: -5px; */
	
	background: url("assets/img/icon-cancel.png");
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 75%;
}
@media (max-width: 767px) {
  .block-section_title--big h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3;
  }
}
.block-section_title--big h3 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
}
.block-section_title--big p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 190%;
}
.block-section_content p {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
}
.block-section .fixme {
  position: absolute;
  top: 0;
  right: 0;
}
.block-buttons {
  padding: 24px 0;
}
.block-buttons .btn {
  display: inline-block;
  margin-right: 10px;
  width: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 240px;
}
@media (max-width: 767px) {
  .block-buttons .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .block-buttons .btn:first-child {
    margin-bottom: 10px;
  }
}
.block-buttons .btn.strong {
  font-weight: 700;
}
.block-wing {
  padding: 16px;
  background: #fff;
  border-radius: 4px;
  height: 100%;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .block-wing {
    height: auto;
  }
}
.block-wing_icon {
  margin-bottom: 16px;
}
.block-wing_title {
  margin-bottom: 8px;
}
.block-wing_title h2, .block-wing_title h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
  margin-bottom: 0;
  padding-right: 20%;
}
@media (max-width: 1199px) {
  .block-wing_title h2, .block-wing_title h3 {
    padding-right: 15%;
  }
}
@media (max-width: 991px) {
  .block-wing_title h2, .block-wing_title h3 {
    padding-right: 0;
  }
}
.block-wing_list {
  margin-top: 16px;
}
.block-wing_list .accordion {
  margin-bottom: 0;
}
.block-wing_list .accordion-item {
  background: transparent;
  margin-bottom: 16px;
}
.block-wing_list .accordion-item:last-child {
  margin-bottom: 0;
}
.block-wing_list .accordion-button {
  padding: 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #1F262C;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.block-wing_list .accordion-body {
  padding: 10px 20px 0 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.block-wing_summary p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
}
.block-wing_link {
  display: none;
}
.block-wing_link .fa {
  margin-left: 0;
}
.block-wing_detail {
  margin-bottom: 60px;
}
.block-wing_detail--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.block-wing_detail--heading h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
}
.block-wing_detail--heading p {
  margin-bottom: 24px;
}
.block-wing_detail--img ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-wing_detail--img li {
  list-style: none;
  width: 50%;
  margin-bottom: 15px;
  padding-right: 7px;
}
.block-wing_detail--img li:nth-child(2n+2) {
  padding-right: 0;
  padding-left: 7px;
}
.block-wing_detail--img li img {
  border-radius: 4px;
}
.block-wing_detail--content {
  padding: 25px 45px;
}
.block-wing_detail--content ul {
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-wing_detail--content li {
  list-style: none;
  width: 47.5%;
  margin-bottom: 30px;
}
.block-wing_detail--content li h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.block-wing_detail--content li p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 640px) {
  .block-wing_detail--content li {
    width: 100%;
  }
}
.block-case {
  border: 1px solid #CDD2D6;
  border-radius: 4px;
}
.block-case:first-child {
  margin-top: 48px;
}
.block-case_title {
  padding-top: 24px;
}
.block-case_title h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767px) {
  .block-case_title h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.block-case_title h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
}
.block-case_summary p {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 190%;
}
@media (max-width: 767px) {
  .block-case_summary p {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.block-case_summary.archive p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 190%;
}
.block-case_tags ul {
  margin: 0;
  padding: 0;
}
.block-case_tags li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}
.block-case_tags li .fa {
  font-size: 6px;
  color: #84919A;
  margin-right: 4px;
  bottom: 2px;
  position: relative;
}
.block-case_tags li a {
  color: #84919A;
  display: inline-block;
  text-decoration: none;
}
.block-case_tags.archive li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.block-case_link {
  padding-top: 16px;
}
.block-slider {
  background: #EDF5FA;
  padding: 15px;
  margin-right: 15px;
  border-radius: 13px;
}
.block-slider_icon {
  padding: 12px 0;
  text-align: center;
}
.block-slider_icon img {
  display: inline-block;
}
.block-slider_img {
  position: relative;
}
.block-slider_img img {
  border-radius: 3px;
}
.block-slider_img:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
}
.block-slider_img .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 15px 15px 15px;
  z-index: 999;
  color: #fff;
}
.block-slider_img .overlay .name {
  font-weight: 600;
  font-size: 14px;
}
.block-slider_img .overlay .position {
  font-weight: 700;
  font-size: 14px;
}
.block-slider_content p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
  line-height: 18px;
}
.block-slider_content .btn {
  border: 1px solid rgba(47, 43, 67, 0.1);
  padding: 10px 13px;
  display: inline-block;
  background: #fff;
  margin-top: 15px;
  border-radius: 4px;
}
.block-slider_content .btn .fa {
  margin-left: 0;
}
.block-innovation_list ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-innovation_list li {
  background: #fff;
  list-style: none;
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 15px;
  width: 19%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: end;
      align-content: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .block-innovation_list li {
    width: 31.5%;
  }
}
@media (max-width: 575px) {
  .block-innovation_list li {
    width: 48.5%;
  }
}
.block-innovation_list--icon {
  width: 100%;
}
.block-innovation_list--title h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  padding-top: 10px;
  line-height: 1.2; /* 34.2px */
}
@media (max-width: 1199px) {
  .block-innovation_list--title h3 {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .block-innovation_list--title h3 {
    line-height: 1.2;
    padding-top: 10px;
  }
}
.block-innovation_pitch {
  margin-bottom: 30px;
}
.block-innovation_pitch--text {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 4px;
  padding: 80px 35% 80px 64px;
  position: relative;
}
@media (max-width: 991px) {
  .block-innovation_pitch--text {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 40%;
  }
}
@media (max-width: 767px) {
  .block-innovation_pitch--text {
    padding-right: 30px;
  }
}
.block-innovation_pitch--text h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}
.block-innovation_pitch--text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.block-innovation_pitch--text .btn {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .block-innovation_pitch--text .btn {
    width: 100%;
    text-align: center;
  }
}
.block-innovation_pitch--text img {
  max-height: 320px;
  position: absolute;
  right: 30px;
  bottom: 0;
}
@media (max-width: 991px) {
  .block-innovation_pitch--text img {
    max-height: 240px;
    right: 5px;
  }
}
@media (max-width: 767px) {
  .block-innovation_pitch--text img {
    position: relative;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
  }
}
.block-post_title h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 12px 0;
  font-family: "Montserrat", sans-serif;
}
.block-post_meta--date {
  color: #84919A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
}
.block-post_meta--date .fa {
  margin-right: 4px;
}
.block-post_link a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}
.block-values {
  border-radius: 4px;
  padding: 32px;
  background: #EDF5FA;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .block-values {
    margin-bottom: 20px;
  }
}
.block-values_icon {
  text-align: center;
}
.block-values_content {
  padding-top: 12px;
  text-align: center;
}
.block-values_content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.block-values_content p {
  font-size: 14px;
  margin-bottom: 0;
}
.block-recent_post {
  margin-top: 32px;
}
@media (max-width: 991px) {
  .block-recent_post {
    margin-bottom: 30px;
  }
}
.block-recent_post--img {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}
.block-clients_list ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-clients_list li {
  padding: 10px;
  width: 20%;
  list-style: none;
  text-align: center;
}
@media (max-width: 991px) {
  .block-clients_list li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .block-clients_list li {
    width: 33.333%;
  }
}
@media (max-width: 375px) {
  .block-clients_list li {
    width: 50%;
  }
}
.block-team_member {
  position: relative;
}
@media (max-width: 767px) {
  .block-team_member {
    margin-bottom: 30px;
    margin-right: 15px;
  }
}
.block-team_member--overlay {
  border-radius: 0px 0px 16.779px 16.779px;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 60px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
}
.block-team_member--name {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: block;
  width: 100%;
}
.block-team_member--position {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.block-stat {
  position: relative;
  background: url("assets/img/bg-stat.png") no-repeat center;
  background-size: cover;
  padding: 60px 15%;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .block-stat {
    padding: 60px 5%;
  }
}
.block-stat .icon {
  position: absolute;
  background: #003974;
  border-radius: 154px;
  color: #fff;
  font-size: 32px;
  border: 7px solid #FFF;
  top: -30px;
  left: 30px;
  width: 100px;
  text-align: center;
  padding: 10px 20px;
}
.block-stat ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .block-stat ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block-stat li {
  text-align: center;
}
@media (max-width: 767px) {
  .block-stat li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.block-stat_data {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.block-stat_text {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.block-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px;
  border-radius: 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-story_title h1, .block-story_title h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.block-story_img {
  position: relative;
  width: 37.5%;
  border-radius: 4px;
  overflow: hidden;
}
.block-story_img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  height: 50%;
}
.block-story_img .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  border-radius: 0px 0px 4px 4px;
}
.block-story_img .overlay span {
  color: #fff;
  display: block;
}
.block-story_img .overlay span.name {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.block-story_img .overlay span.position {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.block-story_content {
  width: 60%;
}
.block-story_content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.block-process {
  padding: 56px 68px;
  background: #edf5fa;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .block-process {
    padding: 40px 30px;
  }
}
.block-process h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.block-process_icon {
  margin-bottom: 8px;
}
.block-process_title {
  margin-bottom: 8px;
}
.block-process_title h3 {
  position: relative;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}
.block-process_title h3:before {
  content: url("assets/img/arrow-right.png");
  position: absolute;
  width: 100px;
  height: 30px;
  top: 0;
  left: -80px;
}
@media (max-width: 767px) {
  .block-process_title h3:before {
    rotate: 90deg;
    left: -30px;
    top: -100px;
  }
}
.block-process ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .block-process ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block-process li {
  list-style: none;
  position: relative;
  width: 30%;
}
.block-process li:first-child .block-process_title h3:before {
  content: "";
}
@media (max-width: 767px) {
  .block-process li {
    width: 100%;
    margin-bottom: 120px;
  }
  .block-process li:last-child {
    margin-bottom: 0;
  }
}
.block-consult {
  border-radius: 4px;
/*   background: url("assets/img/bg-consult.png") no-repeat center; */
	background-position:center;
	background-repeat:no-repeat;
  background-size: cover;
  padding: 0 146px 0 146px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .block-consult {
    padding: 0 80px 0 80px;
  }
}
@media (max-width: 991px) {
  .block-consult {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .block-consult {
    padding: 30px 30px 0 30px;
  }
}
.block-consult_content {
  width: 55%;
  padding-top: 48px;
  padding-bottom: 68px;
}
.block-consult_content h2, .block-consult_content h3 /*.block-consult_content h4*/ {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .block-consult_content h2, .block-consult_content h3, .block-consult_content h4 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .block-consult_content {
    width: 100%;
  }
}
.block-consult_img {
  width: 40%;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
.block-consult_img img {
  display: inline-block;
}
@media (max-width: 991px) {
  .block-consult_img {
    width: 100%;
    position: relative;
  }
}
.block-newsletter {
  padding: 48px 24px;
  background: url("assets/img/bg-1.png") no-repeat top center;
  background-size: cover;
  text-align: center;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .block-newsletter {
    padding: 48px;
  }
}
@media (max-width: 575px) {
  .block-newsletter {
    padding: 48px 24px;
  }
}
.block-newsletter img {
  margin-bottom: 16px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.block-newsletter h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.block-newsletter p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
  text-align: center;
}
.block-newsletter form {
  margin: 12px 0;
}
.block-newsletter form .form-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-newsletter form .form-control {
  padding: 12px 16px;
  margin-bottom: 12px;
  width: 75%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .block-newsletter form .form-control {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .block-newsletter form .form-control {
    width: 100%;
  }
}
.block-newsletter form input[type=submit] {
  width: 23%;
}
@media (max-width: 1199px) {
  .block-newsletter form input[type=submit] {
    width: 27%;
  }
}
@media (max-width: 575px) {
  .block-newsletter form input[type=submit] {
    width: 100%;
    margin-top: 12px;
  }
}
.block-archive_post {
  margin-bottom: 30px;
}
.block-archive_post--img {
  margin-bottom: 32px;
}
.block-archive_post--meta {
  color: #84919A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 12px;
}
.block-archive_post--title h2, .block-archive_post--title h3 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.block-archive_post--summary {
  margin-bottom: 32px;
}
.block-archive_post--summary p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.block-archive_post.square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
}
.block-archive_post.square.left {
  width: 50%;
}
.block-archive_post.square.right {
  width: 40%;
  padding-left: 15px;
}
.block-archive_post.square.right div {
  width: 100%;
}
.block-archive_post.square .block-archive_post--title h2, .block-archive_post.square .block-archive_post--title h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.block-archive_post.square .block-archive_post--summary {
  margin-bottom: 12px;
}
.block-archive_post.square .block-archive_post--link a {
  padding: 6px 15px;
}
.block-portfolio {
  position: relative;
  margin-bottom: 24px;
}
.block-portfolio img {
  border-radius: 4px;
}
.block-portfolio .overlay {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px;
}
.block-portfolio .overlay span {
  display: block;
  color: #fff;
}
.block-portfolio .overlay span.title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.block-portfolio .overlay span.detail {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.block-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  background: #fff;
}
.block-service:first-child {
  margin-top: 60px;
}
.block-service_content {
  width: 55%;
}
.block-service_content h2, .block-service_content h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #003974;
}
.block-service_img {
  width: 43.5%;
}
.block-service.alt .block-service_img {
  width: 55%;
}
.block-service.alt .block-service_content {
  width: 43.5%;
}
.block-contact_social {
  padding: 24px;
  background-color: #EDF5FA;
  border-radius: 4px;
}
.block-contact_social h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.block-contact_social p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 190%;
  margin-top: 24px;
}
.block-contact_social ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .block-contact_social ul {
    margin-bottom: 24px;
  }
}
.block-contact_social li {
  list-style: none;
  display: inline-block;
}
.block-contact_social li a {
  display: block;
  margin-right: 15px;
  font-size: 32px;
  font-size: 2rem;
  color: #001328;
}
.block-contact_social li a:hover, .block-contact_social li a:focus {
  color: #005fc1;
}
.block-contact_details ul {
  margin: 0;
  padding: 0;
  display: block;
}
.block-contact_details li {
  list-style: none;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.block-contact_details li span.icon {
  margin-right: 15px;
}
.block-contact_details li span.details {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media (max-width: 1199px) {
  .block-contact_details li span.details {
    font-size: 14px;
  }
}
.block-contact_details li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}
.block-contact_details .btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.block-contact_form h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.block-contact_form label {
  color: #B8BFC4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.block-contact_form .form-input {
  padding: 16px;
  width: 100%;
  border: 1px solid #CDD2D6;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #1F262C;
}
.block-contact_form textarea {
  resize: none;
  height: 130px;
}
.block-contact_form .form-group {
  margin-bottom: 16px;
}
.block-contact_form a {
  color: #000;
  font-weight: 600;
}
.block-footer_brand h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
.block-footer_brand--logo {
  margin-bottom: 24px;
}
.block-footer_brand p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.block-footer_social ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .block-footer_social ul {
    margin-bottom: 24px;
  }
}
.block-footer_social li {
  list-style: none;
  display: inline-block;
}
.block-footer_social li a {
  display: block;
  margin-right: 15px;
  font-size: 32px;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.75);
}
.block-footer_social li a:hover, .block-footer_social li a:focus {
  color: #fff;
}
.block-footer_menu {
  margin-bottom: 32px;
}
.block-footer_menu h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
}
.block-footer_menu ul {
  margin: 0;
  padding: 0;
}
.block-footer_menu li {
  list-style: none;
}
.block-footer_menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
}
.block-footer_contact h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.block-footer_contact ul {
  margin: 0;
  padding: 0;
}
.block-footer_contact li {
  list-style: none;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-footer_contact li span.icon {
  margin-right: 15px;
}
.block-footer_contact li span.details {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 172%;
}
@media (max-width: 1199px) {
  .block-footer_contact li span.details {
    font-size: 14px;
  }
}
.block-footer_contact li a {
  color: #fff;
  text-decoration: none;
}
.block-footer_contact .btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.block-footer_copy {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 991px) {
  .block-footer_copy {
    margin-top: 30px;
  }
}

#testimonials {
  margin-bottom: 30px;
}
#testimonials .slick-list {
  padding: 0 15% 0 0 !important;
}
@media (min-width: 1024px) {
  #testimonials .slick-list {
    padding-right: 0 !important;
  }
}
#testimonials .slick-dots {
  padding: 0;
  margin: 45px 0 0 0;
  text-align: center;
}
#testimonials .slick-dots li {
  display: inline-block;
  width: 30px;
  height: 5px;
  background: #D2E2F2;
  margin: 0 5px;
}
#testimonials .slick-dots li button {
  display: none;
}
#testimonials .slick-dots li.slick-active {
  background: #1C6CBE;
}

#teamSlide .slick-list {
  padding-right: 25% !important;
}

#latestwork {
  padding-left: 13px;
}
@media (min-width: 767px) {
  #latestwork .slick-list {
    padding-right: 25%;
  }
}
#latestwork .slick-slide {
  padding-right: 20px;
}
#latestwork .slick-dots {
  padding: 0;
  margin: 45px 0 0 0;
  text-align: center;
}
#latestwork .slick-dots li {
  display: inline-block;
  width: 30px;
  height: 5px;
  background: #D2E2F2;
  margin: 0 5px;
}
#latestwork .slick-dots li button {
  display: none;
}
#latestwork .slick-dots li.slick-active {
  background: #1C6CBE;
}

#accordionPitch {
  padding: 32px;
  background: #EDF5FA;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  #accordionPitch {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  #accordionPitch {
    padding: 16px;
  }
}
#accordionPitch .accordion-item {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#accordionPitch .accordion-button {
  padding: 10px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
#accordionPitch .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1199px) {
  #accordionPitch .accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  #accordionPitch .accordion-button {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
}
#accordionPitch .accordion-body {
  padding: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
}

section {
  padding-top: 120px;
}
@media (max-width: 991px) {
  section {
    padding-top: 60px;
  }
}
section.intro {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  section.intro {
    padding-bottom: 40px;
  }
}
section.wings {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  section.wings {
    padding-bottom: 60px;
  }
}
section.about {
  padding-bottom: 120px;
}
section.about .container {
  background: url("assets/img/icon-6.png") no-repeat 120% -150px;
}
@media (max-width: 991px) {
  section.about .container {
    background: transparent;
  }
}
@media (min-width: 992px) {
  section.testimonials .container-fluid {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  section.testimonials .container-fluid {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  section.testimonials .container-fluid {
    max-width: 1320px;
  }
}
section.innovation {
  background: #EDF5FA;
  margin-top: 120px;
}
@media (max-width: 991px) {
  section.innovation {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  section.team .container {
    max-width: 100%;
    padding-left: 30px;
  }
}
section.content .row {
  position: relative;
}
section.content .row .fixme {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  z-index: 0;
}
@media (max-width: 1023px) {
  section.content .row .fixme {
    display: none;
  }
}
section.services {
  position: relative;
}
section.services span {
  position: absolute;
}
@media (max-width: 1024px) {
  section.services span {
    display: none;
  }
}
section.services span.icon-1 {
  left: 30px;
  top: 7.5%;
}
section.services span.icon-2 {
  left: 30px;
  top: 20.5%;
}
section.services span.icon-3 {
  left:0px;
  top: 35.5%;
}
section.services span.icon-4 {
  /*right: -20px;*/
right:0;
  top: 45.5%;
}
section.services span.icon-5 {
  right: 0px;
  bottom: 5.5%;
}

.mb-0 {
  margin-bottom: 0;
}

.bg-light_blue {
  background: #EDF5FA;
}

.row {
  width: 100% !important;
}
@media (max-width: 991px) {
  .row {
    width: auto !important;
  }
}

.header {
  padding-top: 16px;
}

.footer {
  margin-top: 120px;
  background: url("assets/img/bg-footer.png") repeat-x center;
  padding: 120px 0;
  color: #fff;
  background-size: cover;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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