/*
Theme Name: Uztiming
Theme URI: Uztiming
Author: Alexey
Author URI: https://wpfl.org/user/6f47934477/
Description: Theme for site Uztiming
Version: 1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: Uztiming
Domain Path: /lang
Tags: Uztiming
*/

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #1475d9;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(200, 200, 200, 0);
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  font-family: 'Rubik', sans-serif;
  color: #354051;
  font-size: 15px;
  line-height: 1.75em;
  font-weight: 300;
}
img {
  width: 100%;
  height: auto;
}

#divRRPublish_results img{
  width: auto;
}
/* typography */
/* headings */
h1 {
  font-size: 40px;
  margin-bottom: 0;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 30px;
}
h5 {
  font-size: 25px;
}
h6 {
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #193240;
  font-family: 'Rubik', serif;
  font-weight: 600;
  line-height: 1;
}
/* paragraph */
p {
  font-size: 16px;
  line-height: 1.75em;
  margin: 0 0 20px;
  color: #223551;
  font-weight: 300;
  font-family: 'Rubik', sans-serif;
}
/* lists */
ul {
  list-style-type: none;
}
/* links */
a {
  color: #1475d9;
}
a:hover {
  text-decoration: none;
  color: #4897e8;
}
a:link {
  text-decoration: none;
}
a:focus {
  outline: none;
}
.dark {
  color: #556a89;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

strong{
  font-weight:bold;
}

.green{
  color: #75c654;
}

.o-hidden {
  overflow: hidden;
}
.pos-re {
  position: relative;
}
.section-padding {
  padding: 90px 0;
}
.section-padding-404 {
  padding: 180px 0 90px 0;
}
.yscott-form-component {
  margin-bottom: 5px;
  position: relative;
}
/* Animate Box */
.js .animate-box {
  opacity: 0;
  border-radius: 8px;
}
/* form element */
/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus, .select:focus {
  outline: none;
  color: #556a89;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea, .select {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px 10px;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 400;
  color: #556a89;
  background-image: none;
  border: 2px solid #c9c9c9;
  border-radius: 8px;
}
input:focus,
textarea:focus, .select:focus {
  border-color: #556a89;
  color: #556a89;
}
input[type="submit"],.yscott-button {
  text-shadow: none;
  padding: 10px 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: none;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  border-width: 0;
  -webkit-transition: background-color .15s ease-out;
  transition: background-color .15s ease-out;
  background-color: #1475d9;
  margin-top: 5px;
  border-radius: 8px;
  display: block;
  text-align: center;
}
.yscott-button:hover, .yscott-button:disabled{
  color: #fff;
  background-color: #4897e8;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
  background-color: #4897e8;
  color: #fefefe;
}
/* alert and placeholder */
.alert-success {
  background: #88c477;
  color: #ffffff;
}
::placeholder {
  color: #556a89;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder {
  color: #556a89;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #556a89;
}
button,
input,
optgroup,
select,
textarea,
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
}

.select {
  padding: 13px 14px 14px;
}

input.error, .select.error,input[type="checkbox"].error, textarea.error {
  border: 2px solid #cd0101;
}

.form-group label.error{
  display:none !important;
}

th,
tr,
td {
  padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline;
}

a.link{
  color: #223551;
}

a.link:hover{
  color: #1475d9;
}


/* ======= Text block style ======= */
.yscott-text-block {
  position: relative;
}
.yscott-text-block-h700 {
  min-height: 700px;
}
.yscott-text-center {
  text-align: center;
}
.yscott-text-block-w40 {
  width: 40%;
}
.yscott-text-block-w50 {
  width: 50%;
}
.yscott-text-block-w60 {
  width: 60%;
}
.yscott-text-block-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.yscott-text-block-center p {
  margin-bottom: 0px;
}
/* details block */
.yscott-details-block {
  padding-top: 0px;
  padding-bottom: 0px;
}
.yscott-details-block-gallery {
  padding-top: 0px;
  padding-bottom: 30px;
}


/* ======= Navbar style ======= */
.navbar {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  padding:0;
  height: auto;
  border: none;
}
.navbar .container {
  border: none;
  margin-top: 15px;
}
.nav-scroll .container {
  border: none;
}
.navbar-toggler-icon {
  background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
  color: #222529;
  font-weight: 900;
  font-size: 30px;
  width: auto;
  height: auto;
}
.navbar .navbar-nav a {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1f313f;
  margin: 1px;
  -webkit-transition: all .4s;
  transition: all .4s;
  padding-right: 12px;
  padding-left: 12px;
}
.navbar .navbar-nav a.nav-color {
  color: #556a89;
}
.navbar .navbar-nav a:hover {
  color: #4897e8;
}
.navbar .navbar-nav a:hover i {
  color: #dfb5aa;
}
.navbar .navbar-nav .active {
  color: #dfb5aa !important;
}
.navbar .navbar-nav .active i {
  color: #dfb5aa;
}
.nav-scroll {
  background: #fff;
  padding: 0 0 0 0;
  position: sticky;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  height: 90px;
  border: none;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
  color: #dfb5aa;
}
.nav-scroll .navbar-nav a {
  color: #556a89;
}
.nav-scroll .navbar-nav .active {
  color: #dfb5aa;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #fff;
}
.nav-scroll .logo-img {
  width: 120px;
}
.nav-scroll .logo-img {
  margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
  font-family: 'Rubik', serif;
  font-size: 32px;
  font-weight: 600;
  display: block;
  width: 100%;
  position: relative;
  color: #556a89;
  margin-bottom: 0;
  padding: 0;
  line-height: 1em;
}
.nav-scroll .logo-wrapper .logo span {
  color: #dfb5aa;
  display: block;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin-top: 0px;
  line-height: 1em;
}
.nav-scroll .logo-wrapper {}
.logo-wrapper {
  float: left;
}
.logo-wrapper .logo h2 {
  font-family: 'Rubik', serif;
  font-size: 32px;
  font-weight: 600;
  display: block;
  width: 100%;
  position: relative;
  color: #556a89;
  margin-bottom: 0;
  padding: 0;
  line-height: 1em;
}
.logo-wrapper .logo h2 a i {
  color: #556a89;
  font-size: 20px;
  vertical-align: super;
}
.logo-wrapper .logo span {
  color: #dfb5aa;
  display: block;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin-top: 0px;
  line-height: 1em;
}
.logo {
  padding: 0;
}
.logo-img {
  padding: 15px 0;
  width: 200px;
  text-align: center;
}
.dropdown a i {
  padding-left: 0px;
  font-size: 8px;
  color: #556a89;
}
.nav-scroll .dropdown a i {
  color: #556a89;
}
.nav-scroll .navbar-nav .active i {
  color: #dfb5aa;
}
.navbar .dropdown-menu .dropdown-item {
  padding: 7px 0;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #556a89;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item span {
  display: block;
  cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
  padding: 13px 0 0 5px;
  font-size: 8px;
  float: right;
  color: 1px solid #f4f7fb;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
  color: #dfb5aa;
}
.navbar .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-menu {
  box-shadow: 0 16px 50px rgb(27 27 27 / 7%);
}
.navbar .dropdown-menu li {
  border-bottom: 1px solid #f4f7fb;
}
.navbar .dropdown-menu li:last-child {
  border-bottom: none;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
  top: 0;
  left: auto;
  right: 100%;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    min-width: 100%;
    padding: 15px 20px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .navbar .dropdown-menu .dropdown-menu {
    left: calc(100% + 5px);
    top: -10px;
    right: auto;
    min-width: 100%;
    transform: translateY(0);
  }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-scroll {
    background: #fff;
  }
  .logo-wrapper {
    float: left;
    padding: 0 15px;
  }
  .nav-scroll .logo-wrapper {
    padding: 10px 15px;
    background-color: transparent;
  }
  .nav-scroll .logo-img {
    width: 120px;
  }
  .navbar .logo {
    text-align: left;
    margin-left: 0px;
  }
  .nav-scroll .logo {}
  .logo-img {
    margin-bottom: 0px;
    width: 180px;
    padding: 0;
    height: 50px;
  }
  .navbar button {
    margin-right: 10px;
    outline: none !important;
    background: transparent;
    margin-top: 0;
    border: none;
  }
  .navbar button:hover {
    background: transparent;
  }
  .navbar button:active,
  .navbar button:focus,
  .navbar button:hover {
    background: transparent;
    outline: none;
    color: transparent !important;
  }
  .navbar .container {
    max-width: 100%;
    padding: 20px 0;
    margin-top: 0;
  }
  .navbar a {
    margin: 0px auto !important;
  }
  .navbar .navbar-nav a {
    color: #556a89;
  }
  .nav-scroll .navbar-collapse a {
    color: #556a89 !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #dfb5aa !important;
  }
  .navbar .dropdown-menu .dropdown-item {
    padding: 0 15px;
    font-size: 17px;
    line-height: 40px;
  }
  .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
    font-weight: 400;
  }
  .navbar .dropdown-submenu .dropdown-toggle::after {
    right: 15px;
    font-size: 13px;
  }
  .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
    transform: rotate(0deg);
  }
  .navbar .dropdown-submenu .dropdown-toggle.show::after {
    transform: rotate(90deg);
  }
  .navbar .dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
    box-shadow: none;
  }
  .navbar .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .navbar .dropdown-menu li a {
    padding: 0 15px;
  }
  .navbar .navbar-nav li {
    margin-bottom:10px;
  }

  .dropdown a i {
    color: #556a89;
  }
  .nav-scroll .dropdown a i {
    color: #556a89;
  }
  .nav-scroll .dropdown a.active i {
    color: #556a89;
  }
  .navbar .navbar-collapse {
    max-height: 450px;
    overflow: hidden;
    background: #fff;
    text-align: left;
    padding: 0 20px;
    z-index: 9;
    box-shadow: 0 4px 4px rgb(0 0 0 / 6%);
  }

  ul.navbar-nav{
    padding: 20px 0;
  }
}

/* ===== Owl Carousel Styles ===== */
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  line-height: 1.5;
  display: block;
  outline: none;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  margin-bottom: 0px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #dfb5aa;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #dfb5aa;
  border: 1px solid #dfb5aa;
}
/* nav style */
.owl-theme .owl-nav {
  position: absolute !important;
  top: 0%;
  bottom: auto !important;
  width: 100%
}
.owl-theme .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-theme .owl-prev,
.owl-theme .owl-prev {
  left: 10px !important
}
.owl-theme .owl-next {
  right: 10px !important
}
.owl-theme .owl-prev,
.owl-theme .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0;
  height: 50px;
  width: 50px;
  border-radius: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #00385d;
  border: 1px solid #00385d;
  line-height: 0;
  text-align: center;
  font-size: 15px
}
.owl-theme .owl-prev > span,
.owl-theme .owl-next > span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.owl-theme .owl-nav [class*=owl-] {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: transparent;
  border-radius: 100%;
  font-size: 10px;
  margin-right: 15px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
  transform: scale(0.9);
  background: transparent;
  border: 1px solid #00385d;
  color: #00385d;
}

.owl-carousel h1{
  font-size:35px;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-nav {
    display: none;
  }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  border: 1px solid #edd5cf;
  color: #edd5cf;
  padding: 0!important;
  font-size: 12px;
}


/* ======= Header & Home style ======= */

.yscott-homepage-section {
  padding-top: 10px;
}
.yscott-content-home {
  overflow: hidden;
}
.yscott-text-home {
  font-family: 'Rubik', serif;
  font-style: italic;
  font-size: 20px;
  background: #fff;
  width: 80%;
  padding: 20px;
  position: relative;
  z-index: 99;
  margin: -60px auto 30px auto;
}
.yscott-content-text {
  position: relative;
  z-index: 99;
}
.yscott-p-subtitle {
  color: #354051;
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 400;
}
.yscott-not-view-on-mobile {
  display: none;
}
.yscott-img-home {
  width: 100%;
}
/* owl-nav */

.yscott-homepage-section .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 0;
  background: white;
  color: #6a94dc;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  border: 2px solid #6a94dc;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 0px;
  margin-right: 15px;
  margin-left: 15px;
  font-size: 12px;
}
.yscott-homepage-section .owl-theme .owl-nav [class*=owl-]:hover {
  background: white;
  color: #556a89;
  border: 2px solid #556a89;
}
.yscott-homepage-section .owl-nav .owl-next {
  right: 0;
}
.yscott-homepage-section .owl-nav .owl-prev {
  left: 0;
}
.yscott-homepage-section .owl-nav .owl-next span,
.yscott-homepage-section .owl-nav .owl-prev span {
  font-size: 12px;
}
.yscott-homepage-section .owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
}

.yscott-homepage-section .owl-theme .owl-nav {
  position: relative;
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 45%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* transform: translateX(-50%); */
}


/* ======= About style ======= */
.yscott-about-section {
  position: relative;
  padding-top: 120px;
}
.yscott-portfoliopage-section {
  padding-top: 120px;
}
.yscott-post-section {
  padding-top: 20px;
}
/* general caption */
.yscott-caption {
  background-color: #fff;
  padding: 30px;
  width: auto;
  margin-top: 30px;
  box-shadow: 0 10px 25px 0 rgb(0 0 0 / 5%);
  border: 1px solid #ededed;
}
.yscott-caption h1 {
  margin-bottom: 20px;
}
/* description section */
.yscott-description-section {
  padding-top: 130px;
  padding-bottom: 120px;
}


/* ======= Awards style ======= */
.awards {
  background-color: #f4f7fb;
}
.awards .owl-carousel {
  margin: 30px 0;
}
.awards .awards-logo {
  opacity: 1;
  line-height: 0;
}
.awards .awards-logo:hover {
  opacity: 1;
}
.awards img {
  -webkit-filter: none;
  filter: none;
}
.awards img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}


/* ======= Gallery style ======= */
.yscott-services-gallery {
  padding-top: 0px;
  padding-bottom: 60px;
}
.gallery-item {
  position: relative;
  margin-bottom: 30px;
}
.gallery-box {
  overflow: hidden;
  position: relative;
}
.gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
}
.gallery-box .gallery-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}
.gallery-box .gallery-detail {
  opacity: 0;
  color: #ffffff;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
  font-size: 18px;
}
.gallery-box .gallery-detail p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
.gallery-box:hover .gallery-detail {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}
.gallery-box:hover .gallery-img:after {
  background: rgba(69, 87, 112, 0.5);
}
.gallery-box:hover .gallery-img > img {
  transform: scale(1.05);
}


/* ======= Contact style ======= */
.yscott-contact-section {
  padding-top: 70px;
  padding-bottom: 130px;
}
.yscott-contact-title {
  font-size: 20px;
  line-height: 1.2em;
  color: #223551;
  margin-bottom: 0px;
  font-family: 'Rubik', serif;
  font-weight: 600;
}
.yscott-details-title {
  font-size: 40px;
  color: #223551;
  margin-bottom: 20px;
  font-family: 'Rubik', serif;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

h3.yscott-details-title {
  margin-bottom: 5px;
}

h3.yscott-details-title a{
  font-size: 25px;
  color: #223551;
  font-family: 'Rubik', serif;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.yscott-map-section {
  padding-top: 120px;
}
#contactMap {
  width: 100%;
  height: 560px;
}
.yscott-description-section {
  padding-top: 30px;
  padding-bottom: 90px;
}


/* ======= Blog style ======= */
.yscott-blog-wrap {
  padding-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
.yscott-blog-bottom-content {
  position: relative;
  padding: 30px 30px 60px 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #fff;
}
.yscott-blogg-subheader {
  padding-top: 120px;
  padding-bottom: 30px;
  position: relative;
}
.yscott-blogg-title {
  margin-bottom: 15px;
}
.yscott-blogg-block {
  height: 180px;
}
.yscott-blog-title {
  margin-bottom: 0px;
}
.yscott-author-date {
  font-size: 12px;
}
.yscott-blog-title h2 {
  color: #556a89;
  font-size: 30px;
  line-height: 1.75em;
  font-family: 'Rubik', serif;;
  margin: 0 0 10px;
}
.yscott-blog-title span {
  margin: 0 2px 0 12px;
}
.yscott-blog-title h2 a {
  color: #556a89;
}
.yscott-blog-more {
  font-size: 16px;
  line-height: 1.75em;
  color: #556a89 !important;
  letter-spacing: 0px;
  text-align: center;
}
/* blog sidebar */
.yscott-sidebar-part {}
.yscott-sidebar-block {
  margin-bottom: 60px;
  position: relative;
}
.yscott-sidebar-block .yscott-sidebar-block-title {
  color: #556a89;
  font-size: 25px;
  line-height: 1.75em;
  font-family: 'Rubik', serif;;
  font-weight: 600;
  margin-bottom: 20px;
}
/* search */
.yscott-sidebar-search-form {
  position: relative;
  outline: none;
}
.yscott-sidebar-search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  background: none;
  border: 0;
  padding: 12px 20px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #888;
  background: transparent;
}
/* categories */
.ul1 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ul1 > li {
  padding: 5px 0;
  border-bottom: 1px solid #f6f6f6;
  line-height: 32px;
}
.ul1 > li a {
  color: #556a89;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.ul1 > li a:hover {
  color: #dfb5aa;
  text-decoration: none;
}
/* latest posts */
.latest {
  margin-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 20px;
}
.latest a {
  display: block;
  text-decoration: none;
}
.latest a .txt1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75em;
  color: #3673d2;
}
.latest a .txt2 {
  color: #6e757c;
  font-size: 12px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.latest a:hover .txt1 {
  color: #4897e8;
}
/* tags and keywords */
.tags {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.tags li {
  display: inline-block;
  margin: 0 5px 5px 0px;
  float: left;
}
.tags li a {
  display: inline-block;
  background: #fff;
  border: 1px solid #ececec;
  padding: 9px 12px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-decoration: none;
  font-size: 13px;
  color: #556a89;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.tags li a:hover {
  background: #556a89;
  color: #fff;
  border-color: #556a89;
}
/* pagination */
.yscott-pagination-wrap {
  padding-top: 30px;
  padding-bottom: 60px;
  margin-bottom: 0px;
}
.yscott-pagination-wrap li {
  display: inline-block;
  margin: 0 5px;
}
.yscott-pagination-wrap li a,.yscott-pagination-wrap li .current {
  background: #f6f6f6;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #556a89;
  font-weight: 400;
  border-radius: 50%;
}
.yscott-pagination-wrap li a:hover {
  opacity: 1;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #556a89;
}
.yscott-pagination-wrap li .current {
  background-color: transparent;
  border: 1px solid #556a89;
  color: #556a89;
}


/* ======= Post style ======= */
.yscott-comment-section {
  padding-top: 0px;
  margin-bottom: 90px;
}
.yscott-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}
.yscott-user-comment {
  margin-right: 30px;
  flex: 0 0 auto;
}
.yscott-user-comment img {
  border-radius: 100%;
}
.yscott-user-content {
  margin-right: 26px;
}
.yscott-user-content h3 {
  font-size: 22px;
  line-height: 1.2em;
  color: #556a89;
  font-family: 'Rubik', serif;;
  margin: 0;
  font-weight: 600;
}
.yscott-user-content p span {
  font-size: 16px;
  line-height: 1.75em;
  color: #556a89;
  font-family: 'Rubik', serif;
  font-style: italic;
  font-weight: 400;
  margin-top: 15px;
}
.yscott-repay {
  font-size: 16px;
  font-style: italic;
  line-height: 1.75em;
  color: #556a89;
  font-family: 'Rubik', serif;
  margin: 0;
  font-weight: 400;
}


/* ======= Services style ======= */
.yscott-services-wrap {
  padding-top: 40px;
  margin-bottom: 90px;
  text-align: center;
}
.yscott-services-bottom-content {
  position: relative;
  padding: 30px 30px 30px 30px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -30px;
  margin-bottom: 0px;
  background: #fff;
}
.yscott-servicess-title {
  margin-bottom: 30px;
}
.yscott-servicess-block {
  height: 180px;
}
.yscott-services-title {
  margin-bottom: 0px;
}
.yscott-services-title h2 {
  color: #556a89;
  font-size: 20px;
  line-height: 1.75em;
  font-family: 'Rubik', serif;;
  margin: 0 0 10px;
}
.yscott-services-title span {
  margin: 0 2px 0 12px;
}
.yscott-services .item {
  position: relative;
  margin-bottom: 15px;
  border-radius: 8px;
}
.yscott-services .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.yscott-services .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
  border-radius: 8px;
}
.yscott-services .item .con {
  margin: 0;
  padding: 25px;
  background-color: #fff !important;
  overflow: hidden;
  position: relative;
  text-align: left;
  box-shadow: 0 10px 25px 0 rgb(0 0 0 / 5%);
  border-radius: 8px;
  border: 1px solid #ededed;
}
.yscott-services .item .con h5 {
  font-size: 22px;
  color: #193240;
  margin-bottom: 0;
  text-transform: none;
  line-height: 1;
}
.yscott-services .item .con h5:hover {
  color: #2d5166;
}
.yscott-services .item .con p {
  color: #556a89;
  font-size: 15px;
  margin-bottom: 0px;
}
.yscott-other-pricing-info .item .con i {
  color: #223551;
  font-size: 20px;
}
.yscott-services .item .con h5 a {
  color: #223551;
}
.yscott-services .item .con h5 a:hover {
  color: #1475d9;
}
/* prev/next project */
.services-prev-next {
  padding: 40px 0;
  border: none;
  border-top: 1px solid #F6F7F8;
}
@media (max-width: 576px) {
  .services-prev-next {
    text-align: center;
  }
  .services-prev-next-left {
    margin-bottom: 10px;
  }
}
.services-prev-next a {
  display: inline-block;
  line-height: 1em;
}
.services-prev-next a i {
  font-size: 20px;
}
.services-prev-next a:hover {
  color: #dfb5aa;
}
.services-prev-next .services-prev-next-left a i {
  margin-right: 5px;
  font-size: 12px;
}
.services-prev-next .services-prev-next-right a i {
  font-size: 12px;
  margin-left: 0;
  margin-left: 5px;
}


/* ======= Team style ======= */
.yscott-artist-wrap {
  text-align: center;
  margin-bottom: 15px;
}
.img-zoomer {
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.img-zoomer img {
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;

}
.img-zoomer:hover img {
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.img-zoomer:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-color: transparent;

}
.yscott-artist-title {
  margin-top: 20px;
}
.yscott-artist-title p {
  font-family: 'Rubik', serif;
  margin: 0;
  font-size: 20px;
  line-height: 1.2em;
  font-style: italic;
  margin-bottom: 0;
  font-weight: 600;
}
.yscott-artist-title span {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}


/* ======= Pricing style ======= */
.yscott-pricing-section {
  padding-top: 120px;
}
.yscott-block-pricing {
  text-align: center;
  border: 1px solid #fafafa;
}
.yscott-block-pricing .block-caption {
  margin-top: 30px;
}
.yscott-block-pricing .table {
  padding: 30px 0 !important;
  background: #F6F7F8;
  margin-bottom: 0;
}
.yscott-block-pricing h1 small:first-child {
  position: relative;
  top: -17px;
  font-size: 26px;
}
.yscott-block-pricing h4 {
  padding: 0;
  font-size: 25px;
  line-height: 1.75em;
  color: #556a89;
  margin-bottom: 20px;
}
.yscott-block-pricing ul {
  list-style: none;
  padding: 0;
  max-width: 240px;
  margin: 10px auto;
}
.yscott-block-pricing ul li {
  color: #556a89;
  text-align: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f4f7;
}
.yscott-block-pricing ul li:last-child {
  border: 0;
}
.yscott-block-pricing .block-caption {
  font-family: 'Rubik', serif;;
  margin: 20px 0;
  background-color: #edd5cf;
  color: #556a89;
  font-size: 70px;
}
.yscott-block-pricing .block-caption small {
  color: #556a89;
}
/* other pricing */
.yscott-other-pricing-section {
  margin-bottom: 30px;
}
.yscott-other-pricing-info {}
.yscott-other-pricing-info .title {
  font-family: 'Rubik', serif;
  font-size: 16px;
  color: #223551;
  margin-bottom: 10px;
  text-align: left;
  border-bottom: 1px dashed #ced4e0;
  line-height: 2em;
}
.yscott-other-pricing-info .title .price {
  color: #223551;
  float: right;
  font-weight: 600;
}


/* ======= 404 page style ======= */
.error-form {
  position: relative;
  max-width: 520px;
  margin: 50px auto 0;
}
.error-form form {
  position: relative;
}
.error-form .form-group {
  position: relative;
  margin: 0;
}
.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  padding: 15px;
  display: block;
  background: #f4f7fb;
  color: #556a89;
  border-radius: 0;
  border: 1px solid #f4f7fb;
  transition: all 300ms ease;
  outline: none;
}
.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
  border-color: #f4f7fb;
}
.error-form .form-group input::-webkit-input-placeholder {
  color: #556a89;
}
.error-form .form-group .theme-btn {
  position: absolute;
  right: 20px;
  top: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background: none;
  color: #556a89;
}
.error-form .form-group .theme-btn span {
  vertical-align: middle;
  outline: none;
}


/* ======= Button style ======= */
.yscott-color-button {
  margin-bottom: 30px;
}
.yscott-button-link {
  position: relative;
  width: 100%;
  height: 59px;
  display: block;
  margin-top: 0px;
}
.yscott-button-link a {
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.75em;
  position: relative;
  display: block;
  z-index: 99;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yscott-button-block {
  width: 100%;
  height: 59px;
  /*reste en px*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.yscott-button-block-grey {
  background-color: #1475d9;
  border-radius: 8px;
}

.yscott-button-block-grey.live, .yscott-button.live {
  background-color: #a81815;
}

.yscott-button-link.live a:hover, .yscott-button.live:hover {
  background-color: #830906;
}


/* ======= Footer style ======= */
footer {
  background: #171d28;
  width: 100%;
}
.footer-section {
  padding-top: 90px;
}
.footer-section .brand img.logo {
  padding: 0;
  width: 150px;
  margin-bottom: 10px;
}
.footer-section h3 {
  font-size: 32px;
  display: block;
  margin-bottom: 35px;
  color: #fff;
  font-weight: 400;
}
.footer-section h6 {
  color: #edd5cf;
  font-family: 'Rubik', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 30px;
  font-weight: 300;
  letter-spacing: 4px;
  word-spacing: 3px;
  margin-left: 3px;
}
.footer-social-link {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer-social-link li {
  display: inline-block;
  background-color: transparent;
  margin-right: 10px;
}
.footer-social-link li:last-of-type {
  margin-right: 0px;
}
.footer-social-link li:hover {
  color: #fff;
  background-color: transparent;
}
.footer-social-link li i {
  color: #fff;
}
.footer-social-link li i:hover {
  color: #fff;
}
.footer-section p {
  color: #fff;
}
footer .sub-footer {
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
footer .sub-footer p {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}
footer .sub-footer p a {
  margin-bottom: 0;
  color: #fff;
}
footer .sub-footer p a:hover {
  color: #edd5cf;
}

footer .logo-vm {
  width: 300px;
}

.text-label{
  font-size: 18px;
  font-weight: 600;
}

.country-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.country-select.inside input, .country-select.inside input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
  width: 100%;
  color: #0e2d43;
}

.img-responsive{
  border-radius:8px;
}

.event-info .title{
  font-family: 'Rubik', serif;
  font-size: 25px;
  color: #223551;
  margin-bottom: 10px;
  text-align: left;
  border-bottom: 1px solid #ced4e0;
  line-height: 2em;
}
.schedule{
  font-size: 16px;
}

.alert-dismissible .btn-close:hover{
  background-color: transparent;
  border:none;
}
.alert-dismissible .btn-close:focus{
  border-color: transparent !important;
}

.schedule .first-line, .schedule .last-line{
  font-weight:600;
}

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #c9c9c9;
  border-radius: 4px;
  margin-left: 5px;
  cursor:pointer;
}

input[type="checkbox"]:checked {
  background-color: #3673d2;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  border: 4px solid #3673d2;
}
/* ======= Media Query style ======= */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1679px) {
  .yscott-text-block-h700 {
    min-height: 550px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .yscott-text-block-h700 {
    min-height: 450px;
  }
  .yscott-description-section {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .yscott-description-section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .yscott-text-block-h700 {
    min-height: 325px;
  }
  .img-responsive {
    border-radius: 8px;
    margin-bottom:25px;
  }

  footer .footer-section {
    padding-top: 50px;
  }

  footer .logo-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .yscott-text-block-w40 {
    width: 90%;
  }
  .yscott-text-block-w50 {
    width: 90%;
  }
  .yscott-text-block-w60 {
    width: 90%;
  }
  .yscott-caption h1 {
    font-size: 24px !important;
  }
  .yscott-projects-title {
    font-size: 24px;
  }
  .yscott-projects-block {
    height: 90px;
  }
  .yscott-blog-wrap {
    margin-bottom: 0px;
  }
  .yscott-services-bottom-content {
    padding-bottom: 0px;
  }

  .yscott-pagination-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .yscott-details-block-gallery h1 {
    font-size: 24px;
  }
  .yscott-portfolio-photos {
    padding-top: 45px;
    padding-bottom: 60px;
    background-color: #f6f6f6;
  }
  .yscott-white-social-icons,
  .yscott-black-social-icons {
    text-align: center;
    margin-bottom: 0;
  }
  .menu-item:after {
    display: none;
  }

  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .yscott-text-block-w50 {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .yscott-black-copyright {
    color: #fff;
    font-size: 12px;
    margin: 15px 0;
    text-align: center;
  }
  .yscott-black-footer-container {
    padding-top: 15px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 25px;
  }

  .yscott-services .item .con h5 {
    font-size: 20px;
  }

  .yscott-blog-title h2 {
    font-size: 25px;
  }

  .yscott-p-subtitle {
    font-size: 16px;
  }
  .yscott-button-link a {
    font-size: 18px;
  }
  .yscott-black-copyright {
    color: #fff;
    font-size: 12px;
    margin: 15px 0;
    text-align: center;
  }
  .yscott-white-copyright {
    color: #556a89;
    font-size: 16px;
    margin: 15px 0;
    text-align: center;
  }

  .footer-social-link {
    float: left;
    margin-top: 10px;
  }
}
@media (min-width: 750px) {
  .yscott-content-absolute {
    height: 56.6875em;
  }
  .yscott-view-on-mobile {
    display: none;
  }
  .yscott-not-view-on-mobile {
    display: block;
    margin-left: -80px;
  }
  .yscott-img-home {
    width: 50%;
    margin-top: 40px;
    border-radius: 8px;
  }
  .yscott-img-home-left {
    float: left;
  }
  .yscott-img-home-right {
    float: right;
  }
  .yscott-content-text {
    width: 50%;
    height: 71.5vw;
    position: relative;
    margin-top: 40px;
  }
  .yscott-content-text-right {
    float: right;
  }
  .yscott-content-absolute-right {
  }
  .yscott-content-absolute-left {
    right: -19%;
    text-align: right;
    width: 100%;
  }
  .yscott-content-absolute {
    height: auto;
  }
  .yscott-text-home {
    margin: 0;
    width: 90%;
  }
  .yscott-text-home-left {
    margin-left: -2.52648%;
  }
  .yscott-content-text {
    height: 31.5vh;
    padding: 20px;
  }
  .yscott-color-button {
  }
}
@media (min-width: 994px) {
  .yscott-button-link a {
    font-size: 18px;
    padding: 13px;
  }

  .yscott-button-link a:hover {
    background-color: #4897e8;
    border-radius: 8px;
    transition: .3s all;
  }
}

@media (max-width: 994px) {
  .yscott-caption {
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    padding-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .yscott-button-link {
    margin-top: 20px;
  }

  .yscott-services .item {
    margin-bottom: 20px;
  }

  .yscott-not-view-on-mobilex{
    display:none;
  }

  .yscott-img-home {
    border-radius: 8px;
  }

  .yscott-services-wrap {
    padding-top: 0;
  }

  .yscott-post-section {
    padding-top: 0;
  }

  .yscott-details-title {
    font-size: 25px;
  }
}
