@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Arimo:300,400,700&subset=latin-ext");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  font-family: "Arimo", sans-serif;
  background-color: #ffffff;
  background-image: url("images/pat8.png");
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

a {
  text-decoration: none;
  color: #000000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
    position-white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.nav-bar {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #000000;
  overflow: hidden; }

.menu-navigation-container {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  left: 0; }

.link-home {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.logo {
  height: 40px;
  margin: 2px 0; }

.nav-toggle {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: none;
  background: none;
  border: none;
  font-size: 30px; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none; }

.menu > li > a {
  padding: 14px 22px;
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  text-transform: capitalize; }
  .menu > li > a:hover, .menu > li > a:focus {
    background-color: #243c7d;
    color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s; }

.current_page_item a {
  background-color: #243c7d !important;
  color: #ffffff !important; }

.lang-link {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.flag {
  width: 25px;
  height: 16px;
  margin: 0 10px;
  border: solid 1px #000000; }

.header {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("images/bg2edmichal_comp.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.header-group {
  margin-bottom: 50px;
  text-align: center;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  color: #f5f5f5; }

.main-header {
  font-size: 55px;
  border-bottom: solid 2px; }

.smooth-scroll {
  padding: 15px; }

.fa-arrow-down {
  font-size: 40px !important;
  color: #f5f5f5;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.about {
  padding: 70px 0; }

.about-header {
  font-size: 34px;
  margin-bottom: 30px; }

.about-paragraph {
  text-indent: 15px;
  font-size: 20px; }

.contact {
  background-image: url("images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0; }

.contact-header {
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  font-size: 24px; }

.contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.col-6 {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.map-col {
  width: 42%;
  height: 820px;
  padding-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.wpforms-container {
  width: 100%; }

.wpforms-confirmation-container {
  margin-top: 30px;
  background-color: #243c7d;
  padding: 25px 15px;
  text-align: center; }

.wpforms-confirmation-container p {
  font-size: 20px;
  color: #ffffff; }

.wpforms-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wpforms-error {
  margin: 0;
  font-weight: bold;
  font-size: 15px;
  color: #ff3838; }

input,
textarea {
  font-size: 16px;
  padding: 5px 10px;
  background-color: rgba(204, 204, 204, 0.8);
  border: solid 1px #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

label {
  color: #ffffff;
  font-size: 15px;
  margin: 15px 0 5px 0; }

textarea {
  min-height: 300px; }

input:focus,
textarea:focus {
  background-color: #cccccc; }

.wpforms-form p {
  color: #ffffff;
  font-size: 15px; }

.g-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px auto; }

.wpforms-field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.wpforms-submit {
  display: block;
  width: 100%;
  max-width: 304px;
  margin: auto;
  padding: 10px 0;
  border: none;
  font-size: 16px;
  color: #ffffff;
  background-color: #243c7d; }

.services {
    min-height: calc(500px - 100px);
    display: flex;
    align-items: center;
    margin: 60px 30px;
    padding-bottom: 50px;
}

.web {
    background: url("https://ifresearch.it/wp-content/themes/if_research/images/services/web.jpg") no-repeat;
}

.apps {
    background: url("https://ifresearch.it/wp-content/themes/if_research/images/services/apps.jpg") no-repeat;
}

.data-science {
    background: url("https://ifresearch.it/wp-content/themes/if_research/images/services/data-science.jpeg") no-repeat;
}

.javascript {
    background: url("https://ifresearch.it/wp-content/themes/if_research/images/services/javascript.jpeg") no-repeat;
}

.hosting {
    background: url("https://ifresearch.it/wp-content/themes/if_research/images/services/hosting.jpeg") no-repeat;
}

.services-header {
    color: #ffffff;
    font-size: 26px;
}

.services-header-container {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #243c7d;
}

.services .service {
    min-height: 500px;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    width: 100%;
    margin: 10px;
    position: relative;
    transition: all 300ms;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.slick-slide .services-icon {
    display: none;
}
.slick-slide .services-icon:hover{
    cursor: pointer;
}
.slick-slide .close-icon{
    display: none;
}
.slick-slide .close-icon:hover{
    cursor: pointer;
}

.service-overlay {
    background-color: #243c7d;
    opacity: 0.2;
    min-height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms
}

.service-content {
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column-reverse;
}

.service-lists {
    transition: all 500ms;
    width: 100%;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: calc(500px - 85px);
    z-index: 1;
    opacity: 0;
}

.service-header {
    width: 100%;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    padding: 30px 10px;
    background-color: #243c7d;
    text-align: center;
    text-transform: uppercase;
    z-index: 2
}

.web .service-list__container {
    flex: 1;
}

.service-list {
    max-width: 100%;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
    padding: 0 10px;
}

.service-item {
    max-width: 100%;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
}

.web .service-lists {
    align-items: flex-start;
    min-height: calc(500px - 189px);
}

.service-titles{
    display: flex;
    padding-top: 60px;
    color: #ffffff;
    opacity: 0;
}
.web .service-titles .service-title{
    display: block;
    flex: 1;
    padding: 0 2px;
}

.web .service-title {
    font-size: 16px;
    display: none;
}

.web .service-item {
    font-size: 14px;
}

.service-item::before {
    content: "■ ";
    margin-right: 5px;
    color: #D87930;
}

.service-content:hover > .service-overlay {
    opacity: 0.85;
}

.service-content:hover > .service-lists {
    animation: fade-in 300ms forwards;
}
.service-content:hover > .service-titles {
    animation: fade-in 300ms forwards;
}

.references {
  margin-top: 43px; }

.references-header-container {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #243c7d; }

.references-header {
  margin: 0;
  font-weight: 300;
  color: #ffffff; }

.references-subheader-container {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #243c7d; }

.references-subheader {
  text-align: center;
  color: #ffffff; }

.companies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.company {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 250px;
  width: 250px;
  padding: 20px;
  margin: 40px;
  border: solid 1px #000000; }

.company-logo {
  display: block;
  max-width: 75%;
  min-height: 1px;
  height: auto; }

.company-name {
  font-size: 17px;
  font-weight: bold; }

.work-header {
  margin: 80px;
  text-align: center; }

#mychess {
  background-color: #2f6196;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center; }
  #mychess a {
    color: #f5f5f5; }

.mychess-paragraph {
  margin: 30px 0;
  font-size: 20px !important; }

.posts {
  max-width: 900px;
  margin-top: 120px;
  margin-bottom: 120px; }

.post {
  overflow: hidden;
  padding: 30px;
  background-color: #f5f5f5;
  border-left: solid 3px #243c7d;
  margin-bottom: 30px;
  box-shadow: 4px 4px 10px #888888;
  word-wrap: break-word; }

.post-header {
  margin-bottom: 20px;
  font-size: 24px; }

.post-date {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  border-bottom: solid 1px #000000; }

.post p {
  font-size: 15px; }

.post ul {
  list-style: square;
  list-style-position: inside; }

.post img {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px; }

.post a {
  text-decoration: underline;
  color: #243C7D; }

#nav-posts {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.next,
.prev {
  font-size: 18px; }

.slider {
  padding: 40px 0 70px 0;
  background-color: #243c7d; }

.slider-header {
  margin: 0 6px 20px 6px;
  text-align: center;
  color: #ffffff;
  font-size: 40px; }

.slider-paragraph {
  margin: 0 6px;
  text-align: center;
  color: #ffffff;
  font-size: 22px; }

.slider-container {
  margin-top: 40px; }

.slide {
  height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.slide-header {
  padding: 15px 20px;
  position: absolute;
  bottom: 40px;
  left: 0px;
  color: #ffffff;
  background: #243c7d; }

.slide-img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover; }

.footer {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-top: solid 1px #000000; }

.address {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-style: normal;
  color: #243c7d; }

.address-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  color: #243c7d; }

.footer .fa {
  width: 30px;
  height: auto;
  font-size: 30px;
  margin-right: 10px; }

@-webkit-keyframes drop-down {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  to {
    -webkit-transform: scaleY(100%);
    transform: scaleY(100%); } }

@keyframes drop-down {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  to {
    -webkit-transform: scaleY(100%);
    transform: scaleY(100%); } }

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0; } }

@keyframes bounce {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  to {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0; } }

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

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 1440px) {
    .service {
        width: 30%;
    }
    .web .service-lists {
        min-height: calc(500px - 211px);
    }
}

@media (max-width: 1192px){
    .web .service-lists {
        min-height: calc(500px - 233px);
    }
}

@media (max-width: 1100px) {
  .menu-navigation-container {
    display: none; }
  .link-home {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  .lang-link {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .nav-toggle {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    margin-left: 15px; }
  .nav-bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: visible; }
  .nav-open,
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .nav-open {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: drop-down;
    animation-name: drop-down; }
  .menu {
    width: 100%;
    text-align: center; }
  .menu-navigation-container {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    border-bottom: solid 1px #000000; }
  .menu-item {
    width: 100%; }
  .menu > li > a {
    display: inline-block;
    width: 100%; }
  .footer {
    padding: 20px 0; }
  .address {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .address-header {
    font-size: 15px;
    margin: 10px 0; }
  .main-header {
    font-size: 46px; }}

@media (max-width: 1039px){
    .service-titles{
        padding-top: 0
    }
    .web .service-lists {
        min-height: calc(500px - 195px);
    }
}

@media (max-width: 996px) {
  .service {
    width: 300px; }
  .contact {
    height: auto; }
  .contact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .col-6 {
    width: 100%; }
  .map-col {
    height: 400px; }
  .slider-header {
    font-size: 26px; }
  .slider-paragraph {
    font-size: 18px; } }

@media (max-width: 768px) {
    .offer-card {
        height: auto;
    }

    .posts {
        margin-top: 80px;
    }

    .contact {
        padding: 44px 0;
    }

    .services {
        margin: 55px 0;
    }

    .service-content:hover > .service-overlay {
        opacity: 0;
    }

    .service-lists {
        display: none;
    }

    .slick-slide .services-icon{
        display: block;
        position: absolute;
        height: 65px;
        width: 65px;
        top: calc(50% - 25px);
        left: calc(50% - 25px);
        z-index: 3;
    }

    .slick-slide .close-icon{
        display: block;
        position: absolute;
        height: 40px;
        width: 40px;
        top: 105px;
        right: 20px;
        transition: all 500ms;
        opacity: 0;
        z-index: 3;
    }

    .service-lists {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-item {
        text-align: center
    }

    .service-list__container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .web .service-lists {
        padding-top: 0;
        align-items: center;
    }

    .service-titles{
        display: none;
    }

    .web .service-title {
        font-size: 14px;
        display: flex;
    }

    .web .service-list {
        font-size: 12px;
    }

}

@media (max-width: 560px) {
  .main-header {
    font-size: 32px; }
  .mychess-header {
    font-size: 24px; } }

@media (max-width: 400px) {
    .post {
        padding: 15px;
    }
}

@media (max-width: 425px) {
    .slick-slide .close-icon {
        top: 85px;
        right: 5px;
    }
}
@media (max-width: 331px) {
    .javascript .close-icon {
        top: 110px;
    }
}
@media (max-width: 374px){
     .apps .close-icon{
        top: 110px;
    }
}

@media (max-width: 350px) {
  .g-recaptcha {
    -webkit-transform: scale(0.85);
    transform: scale(0.85); } }
