::after,
::before {
  line-height: normal;
}

/* <<< Reset CSS #eceff1>>> */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #eceff1;
  line-height: 1.5;
  background-color: #6699cc;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}


ol:after,
ul:after {
  content: "";
  display: block;
  line-height: 0;
  clear: both;
  overflow: hidden;
  height: 0;
}

pre {
  border-left: 10px solid #ccc;
  max-width: 500px;
}

/* <<< Headings >>> */
h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}


p,
.font-weight-light {
  font-weight: 300;
}

/* <<< WP-Image Hack >>> */
img {
  border: 0;
  height: auto;
  max-width: 100%;
}

/* <<< anchor >>> */
a {
  color: #f1f7fd;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: #b1d1f1;
  text-decoration: none;
}

a:focus {
  outline: 0;
  color: #b1d1f1;
}

.reach{
  font-size:20px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 30px;
}
.reach span{
  line-height: 40px;
  display: inline-block;
  margin-right:15px;
}

.lblreach{
  font-size:22px;
  font-weight: 500;
}

.reachafter{
  font-size:20px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 10px;
}
.reachelement{
  margin-bottom: 10px;
}




/* <<< btn override >>> */
.btn {
  white-space: normal;
  cursor: pointer;
  font-size: 18px;
  padding: 12px 35px;
  border-radius: 0;
}

/* <<< btn-primary >>> */
.btn-primary {
  color: #fff;
  background-color: #356ba2;
  border-color: transparent;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:hover {
  color: #fff;
  background-color: #99ccff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #99ccff;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}



/* <<< Global >>> */
.container {
  max-width: 1150px;
}

.container-2 {
  max-width: 1250px;
}

/* <<< outer >>> */
#outer {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  #outer {
    display: block;
  }
}

/* <<< Header >>> */
.header {
  position: fixed;
  right: 0;
  width: 25%;
  height: 100%;
  background-color: #356ba2;
  overflow-y: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

p.LL {
        font-weight: 400;
    }

@media (max-width: 991px) {

    
    p.LL {
        position: fixed;
        right: 0%;
        width: 30%;
        margin:0px;
        padding: 0px;
        display: inline-flex !important;
    }
}






@media (max-width: 991px) {
  .header {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1300px) {
  .header {
    width: 18%;
    height: 100%;
  }
}

@media (max-width: 575px) {
  .header {
    width: 100%;
  }
}

.header.open {
  right: 0;
}

.design {
  color: #fff;
}

.design a {
  color: #fff;
  text-decoration: none;
}

.design a:hover {
  color: #99ccff;
}

/* <<< Mobile Menu button >>> */
.navbar-button {
  width: 50px;
  height: 47px;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0;
  z-index: 9;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: fixed;
  top: 0px;
  right: 0px;
  background-color: #fff;
  padding: 10px;
  border-radius: 0;
  display: none;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
}

@media (max-width: 991px) {
  .navbar-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.navbar-button:focus {
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
}

.navbar-button .menu_icon {
  margin: 0;
  padding-top: 1px;
  float: left;
  width: 25px;
  height: 22px;
  position: relative;
  cursor: pointer;
}

.navbar-button .menu_icon .icon-bar {
  display: block;
  position: absolute;
  opacity: 1;
  width: 25px;
  height: 3px;
  background-color: #6699cc;
  margin: 0 auto;
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navbar-button .menu_icon .icon-bar:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(145deg);
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  transform: rotate(140deg);
  /* CSS3 */
}

.navbar-button .menu_icon .icon-bar:nth-child(2) {
  top: 8px;
  opacity: 0;
  left: -10px;
}

.navbar-button .menu_icon .icon-bar:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-145deg);
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  transform: rotate(-140deg);
  /* CSS3 */
}

.navbar-button.collapsed .icon-bar {
  -webkit-transform: rotate(0deg);
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  transform: rotate(0deg);
  /* CSS3 */
}

.navbar-button.collapsed .icon-bar:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(0deg);
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  transform: rotate(0deg);
  /* CSS3 */
}

.navbar-button.collapsed .icon-bar:nth-child(2) {
  top: 10px;
  left: 0;
  opacity: 1;
}

.navbar-button.collapsed .icon-bar:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(0deg);
  /* WebKit */
  /* Mozilla */
  /* Opera */
  /* Internet Explorer */
  transform: rotate(0deg);
  /* CSS3 */
}

/* <<< Navigation >>> */
.navbar {
  padding: 0;
  margin-bottom: 0;
}

.navbar .navbar-collapse {
  display: flex;
  height: 100% !important;
  padding-left: 30px;
  padding-right: 25px;
}

.navbar .navbar-nav {
  position: relative;
}

@media (max-height: 580px) {
  .navbar .navbar-nav {
    padding-top: 30px;
  }
}

.navbar .navbar-collapse::before {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #fff;
  height: 100%;
  top: 0;
}

.navbar .navbar-nav>.nav-item {
  font-weight: 500;
  font-size: 22px;
  background-image: url(../img/menu-item-bg2.png);
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 66px;
  margin-bottom: 38px;
}

.navbar .navbar-nav>.nav-item .icn {
  padding-right: 20px;
  display: inline-block;
}
.nav-link .fa-2x {
  font-size: 2.0em;
}

@media (max-width: 1366px) {
  .navbar .navbar-nav>.nav-item {
    font-size: 18px;
    padding-left: 22px;
  }
  .navbar .navbar-nav>.nav-item .icn {
    padding-right: 10px;
  }
  .navbar .navbar-collapse {
    display: flex;
    height: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link .fa-2x {
    font-size: 1.6em;
  }
}
@media (max-width: 1180px) {
  .nav-link .fa-2x {
    font-size: 1.2em;
  }
  .navbar .navbar-nav>.nav-item {
    font-size: 17px;
    padding-left: 22px;
    font-weight: 400;
  }
  .navbar .navbar-nav>.nav-item .icn {
    padding-right: 3px;
  }
}
@media (max-width: 1035px) {
  .nav-link .fa-2x {
    font-size: 1.2em;
  }
  .navbar .navbar-nav>.nav-item {
    font-size: 19px;
    padding-left: 22px;
  }

  .navbar .navbar-nav>.nav-item .icn {
    display:none;
  }
}


.navbar .navbar-nav>.nav-item:last-child {
  margin-bottom: 0;
}

.navbar .navbar-nav>.nav-item:hover>a.nav-link,
.navbar .navbar-nav>.nav-item.active>a.nav-link,
.navbar .navbar-nav>.nav-item.current-menu-ancestor>a.dropdown-toggle {
  background-color: transparent;
  outline: 0;
  color: #99ccff;
  transition: all 0.3s ease;
}

.navbar .navbar-nav>.nav-item>a.nav-link {
  color: #fff;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  padding: 0;
}

.navbar .navbar-nav>.nav-item>a.nav-link.current {
  color: #99ccff;
}

.navbar .navbar-nav>.nav-item>a.nav-link.dropdown-toggle::after {
  content: '';
  vertical-align: middle;
}

@media (max-width: 767px) {
  .navbar .navbar-nav>.nav-item>a.nav-link.dropdown-toggle::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar .navbar-nav>.nav-item>a.nav-link {
    padding: 10px;
    color: #fff;
  }
}

.navbar .navbar-nav>.nav-item ul.dropdown-menu {
  padding: 0;
  width: auto;
  border-radius: 0;
  border: 0;
  margin: 0;
}

.navbar .navbar-nav>.nav-item ul.dropdown-menu .nav-item {
  font-size: 16px;
  font-weight: 300;
}

.navbar .navbar-nav>.nav-item ul.dropdown-menu .nav-item>a.dropdown-item {
  border-bottom: 0;
  color: #fff;
  padding: 5px;
}

@media (max-width: 767px) {
  .navbar .navbar-nav>.nav-item ul.dropdown-menu .nav-item>a.dropdown-item {
    padding-left: 20px;
  }
}

.navbar .navbar-nav>.nav-item ul.dropdown-menu .nav-item>a.dropdown-item.dropdown-toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.navbar .navbar-nav>.nav-item ul.dropdown-menu .nav-item>a.dropdown-item.dropdown-toggle::after {
  height: 2px !important;
  background-color: cyan;
  opacity: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  margin-left: 10px;
  display: block;
}

@media (max-width: 767px) {
  .navbar .navbar-nav>.nav-item ul.dropdown-menu .nav-item>a.dropdown-item.dropdown-toggle::after {
    display: none;
  }
}

.navbar .navbar-nav>.nav-item ul.dropdown-menu .nav-item:hover>a,
.navbar .navbar-nav>.nav-item ul.dropdown-menu .nav-item.active>a,
.navbar .navbar-nav>.nav-item ul.dropdown-menu .nav-item.current-menu-ancestor>a.dropdown-toggle {
  font-weight: 500;
  color: #fff;
  background-color: lightblue;
}

.navbar .navbar-nav>.nav-item ul.dropdown-menu .nav-item:hover>a.dropdown-toggle::after {
  opacity: 1;
}

.navbar .navbar-nav>.nav-item ul.dropdown-menu .nav-item ul.dropdown-menu {
  padding: 0;
}

@media (max-width: 767px) {
  .navbar .navbar-nav .caret::before {
    margin-left: 10px;
    font-size: 26px;
    content: '\f107';
    font-family: "fontawesome";
    vertical-align: middle;
  }

  .navbar .navbar-nav .caret.caret-open::before {
    content: '\f106';
  }
}

@media only screen and (min-width: 768px) {

  /**:: First Dropdown ::**/
  .navbar .navbar-collapse ul li {
    position: relative;
  }

  .navbar .navbar-collapse ul li:hover>ul {
    display: block;
  }

  .navbar .navbar-collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none;
    background-color: dodgerblue;
  }

  /**:: Second Dropdown ::**/
  .navbar .navbar-collapse ul ul li {
    position: relative;
  }

  .navbar .navbar-collapse ul ul li:hover>ul {
    display: block;
  }

  .navbar .navbar-collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
    background-color: aqua;
  }

  /**:: Third Dropdown ::**/
  .navbar .navbar-collapse ul ul ul li {
    position: relative;
  }

  .navbar .navbar-collapse ul ul ul li:hover ul {
    display: block;
  }

  .navbar .navbar-collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
    background-color: bisque;
  }

  /**:: Fourth Dropdown ::**/
  .navbar .navbar-collapse ul ul ul ul li {
    position: relative;
  }

  .navbar .navbar-collapse ul ul ul ul li:hover ul {
    display: block;
  }

  .navbar .navbar-collapse ul ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
    background-color: fuchsia;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-nav {
    padding-top: 5px;
    margin-bottom: 0;
  }

  .navbar .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar .navbar-collapse::before {
    height: 0;
  }

  .navbar .navbar-nav>.nav-item {
    min-height: 45px;
    margin-bottom: 10px;
    background-size: contain;
    font-size: 18px;
    padding-left: 22px;
  }

  .nav-link .fa-2x {
    font-size: 1.2em;
  }
  .navbar .navbar-nav>.nav-item .icn {
    padding-right: 10px;
  }
}

/* <<< content-box >>> */
#content-box {
  overflow: hidden;
  width: calc(75% + 1px);
}


@media (max-width: 1300px) {
  #content-box {
    width: calc(84% + 1px);
  }
}
@media (max-width: 991px) {
  #content-box {
    width: 100%;
  }
}

.section {
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
}

/* <<< Banner side >>> */
.banner-section {
  position: relative;
  text-align: center;
  background-color: #99ccff;
  padding-top: 90px;
  align-items: flex-start;
}

.bg-blue-transparent {
  background-color: rgb(102 153 204 / 0.8);
}

.banner-section .logo-fa {
  color: #fff;
  max-width: 400px;
  margin-left: 5px;
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 40px;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .banner-section {
    padding-top: 70px;
  }
  .banner-section .logo-fa {
    margin-left: 5px;
    padding-top: 35px;
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
}

@media (max-width: 1200px) {
  .banner-section {
    padding-top: 50px;
  }
  .banner-section .logo-fa {
    margin-left: 0px;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .banner-section .logo-fa {
    margin: 0 auto 30px;
  }
}

@media (max-width: 767px) {
  .banner-section .logo-fa {
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.banner-section .logo-fa span {
  font-size: 38px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  .banner-section .logo-fa span {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

.banner-section .simple {
  color: #fff;
  display: inline-block;
  margin: auto;
  margin-left: 65px;
  padding: 20px 40px 20px 40px;
  text-align: left; 
}

h3.ff{
    text-align: center;
}


@media (max-width: 1300px) {
  .banner-section .simple {
    padding: 12px 30px 12px 30px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .banner-section .simple {
    padding: 7px 21px 7px 21px;
  }
}

.banner-section .simple p {
  margin-bottom: 0;
  font-size:22px;
}
.banner-section .simple h4{
  margin-bottom: 0;
  font-size:24px;
  font-weight:400;
}
.banner-section .simple h5{
  margin-bottom: 0;
  font-size:23px;
}

@media (max-width: 991px) {
  .banner-section .simple p {
    font-size: 18px;
  }
  .banner-section .simple h4{
    margin-bottom: 0;
    font-size:21px;
    font-weight:400;
  }
  .banner-section .simple h5{
    margin-bottom: 0;
    font-size:20px;
  }
}

@media (max-width: 575px) {
  .banner-section .simple p {
    font-size: 18px;
  }
}

/* <<< Work Side >>> */
.work-section {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  min-height: 1000px;
  background-color: #6699cc;
}

.work-section .container {
  max-width: 1242px;
}

.tm-work-item-inner {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .work-section .item {
    text-align: center;
    margin-bottom: 30px;
  }
}

.work-section .item.one {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .work-section .item.one {
    margin-top: 0;
  }
}

.work-section .item.two {
  margin-top: 161px;
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .work-section .item.two {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .work-section .item.two {
    margin-top: 0;
  }
}

.work-section .item .icn {
  width: 99px;
  height: 99px;
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
  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;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .work-section .item .icn {
    margin: 0 auto 20px;
  }
}

.work-section .item h3 {
  color: #ffccff;
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: -1px;
  margin-bottom: 9px;
}

.work-section .item p {
  color: #fff;
  line-height: 31px;
  margin-bottom: 0;
}

.work-section .title {
  margin-top: 5px;
  margin-left: 1px;
  border-bottom: 1px solid #fff;
}

.work-section .title h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 12px;
}

/* <<< Gallery section >>> */
.gallery-slider figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  max-width: 200px;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.gallery-slider figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.gallery-slider figure figcaption {
  padding: 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-slider figure figcaption::before,
.gallery-slider figure figcaption::after {
  pointer-events: none;
}

.gallery-slider figure figcaption,
.gallery-slider figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.gallery-slider figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.gallery-slider figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  font-size: 28px;
}

.gallery-slider figure h2 span {
  font-weight: 800;
}

.gallery-slider figure h2,
.gallery-slider figure p {
  margin: 0;
}

.gallery-slider figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

.gallery-section {
  background-color: #99ccff;
}


.gallery-new{
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  background-color:#6699cc;
  padding-bottom:15px;
}

.img-gallery {
  position: relative;
  display: inline-block;
  margin: 2px;
  max-width: 250px;
  height: auto;
}

/* <<< COLOR GALLERY >>> */

.txt-gallery {
  font-weight:600;
  font-size: 45px;
  padding-top:50px;
  padding-bottom:30px;
  color:white;
}
@media (max-width: 1520px) {
  .img-gallery {
    margin: 1px;
    max-width: 220px;
  }
}
@media (max-width: 1350px) {
  .img-gallery {
    margin: 1px;
    max-width: 200px;
  }
}
@media (max-width: 1200px) {
  .txt-gallery {
    font-size: 32px;
    padding-top:30px;
    padding-bottom:20px;
  }
}
@media (max-width: 900px) {
  .txt-gallery {
    font-size: 25px;
    padding-top:20px;
    padding-bottom:10px;
  }
}

@media (max-width: 700px) {

  .img-gallery {
    margin: 1px;
    max-width: 45%;
  }
}

figure.effect-julia {
  background: #2f3238;
}

figure.effect-julia img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-julia figcaption {
  display: flex;
  align-items: center;
}

figure.effect-julia h2 {
  position: relative;
  padding: 0.5em 0;
}

figure.effect-julia p {
  display: inline-block;
  margin: 0 0 0.20em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}

figure.effect-julia p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

figure.effect-julia:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
  .gallery-section .title {
    margin-bottom: 40px;
  }
}

.gallery-section .title h2 {
  color: white;
  font-size: 45px;
}

.gallery-section .slick-list {
  margin-bottom: 40px;
}

.gallery-section .item {
  text-align: center;
  margin: 5px;
}

.gallery-section .slick-dots {
  position: unset;
  bottom: 0;
}

.gallery-section .slick-dots li {
  background-color: #6699cc;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.gallery-section .slick-dots li.slick-active,
.gallery-section .slick-dots li:hover {
  background-color: #006699;
}

.gallery-section .slick-dots li button {
  display: none;
}

.contact-section {
  background-color: #6699cc;
  flex-direction: column;
  justify-content: center;
  padding-top:90px;
  min-height:1000px;
}

.contact-section .title {
  margin-bottom: 30px;
}

.contact-section .title h3 {
  color: #fff;
  font-size: 45px;
  font-weight:600;
}

.contact-section .contact-form .form-group {
  margin-bottom: 24px;
}

.tm-contact-item-inner {
  max-width: 360px;
}

.tm-contact-item-inner-2 {
  max-width: 330px;
}

.tm-contact-item-inner,
.tm-contact-item-inner-2 {
  margin-left: auto;
  margin-right: auto;
}

.prenota {
  margin-left: 35%;
  margin-right: auto;
  text-decoration: none;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  }

.prenota a:hover {
  color: rgb(103, 180, 243);
}
.prenota a:link a:visited a:active{
  color: white;
  text-decoration: none;
}

.prenota-g {
  margin-left: 35%;
  margin-right: auto;
  text-decoration: none;
  color: #fff;
  font-size: 28px;
  font-weight: 600;

  }

.prenota-g a:hover {
  color: rgb(103, 180, 243);
}
.prenota-g a:link a:visited a:active{
  color: white;
  text-decoration: none;
}



.clickgallery {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  }

.clickgallery a:hover {
  color: rgb(103, 180, 243);
}
.clickgallery a:link a:visited a:active{
  color: white;
  text-decoration: none;
}


/* Img bigger on click */

/* Overlay modale */
.gallery-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    animation: fadeIn 0.3s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(255,255,255,0.3);
}

/* Chiudi bottone */
.close-modal {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

.close-modal:hover {
    color: #ccc;
}

/* Click su img-gallery */
.img-gallery {
    cursor: pointer;
    transition: transform 0.2s;
}

.img-gallery:hover {
    transform: scale(1.05);
}

/* Animazione fade */
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}




/* <<< LANGUAGE >>> */
.languageslink{
  font-size: 24px;
  margin-left: -20%;
  margin-right:0px;
}



@media (max-width: 1100px) {
.prenota {
    margin-left: 25%;
	}}

@media (max-width: 767px) {
  .contact-section .contact-details {
    margin-bottom: 30px;
  }
  .prenota {
    margin-left: 0%;
    font-size: 23px;
    }
  .prenota-g {
      margin-left: 0%;
      font-size: 23px;
      }
}

.contact-section .contact-details p {
  color: #fff;
  line-height: 40px;
  margin-bottom: 38px;
}

.contact-section .contact-details ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.contact-section .contact-details ul li {
  color: #fff;
  margin-bottom: 4px;
}

.contact-section .contact-details ul li .icn {
  margin-right: 10px;
  display: inline-block;
  width: 15px;
  text-align: center;
}

.contact-section .contact-details ul li .lbl {
  display: inline-block;
  max-width: 85px;
  width: 100%;
}

.contact-section .contact-details ul li a {
  color: #fff;
  text-decoration: none;
}

.contact-section .contact-details ul li a:hover {
  color: #99ccff;
}

.contact-section .map {
  text-align: center;
}

.map-outer {
  position: relative;
  height: 400px;
  width: 100%;
  margin-top:20px;
  margin-bottom:20px;
}


.gmap-canvas {
  overflow: hidden;
  background: none !important;
  height: 300px;
  width: 100%;
}

.gmap-canvas iframe{
  height: 300px;
  width: 100%;
}

/* <<< footer >>> */
.footer {
  position: relative;
  background-color: #38434e00;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: static;
  margin-top: auto;
  /* <<< Dummy Side >>> */
}

@media (min-height: 600px) {
  .contact-section {
    position: relative;
  }

  .footer {
    bottom: 0;
    left: 60px;
    margin-top: 20;
  }
}

@media (max-width: 1300px) {
  .contact-section {
    height: auto;
    min-height: 100vh;
    padding-top: 50px;
  }

  .contact-form,
  .contact-details {
    width: 50%;
  }

  .map {
    width: 100%;
  }

}

.container {
  padding-left: 50px;
  padding-right: 50px;
}

.container-2 {
  max-width: 1250px;
}

@media (max-width: 1800px) {
  .footer {
    left: 15px;
  }

  .container-2 {
    max-width: 1150px;
  }
}

@media (max-width: 1733px) {
  .footer {
    left: 0;
    padding-top: 30px;
  }
}

.parallax-window {
  background: transparent;
}

@media (max-width: 991px) {
  .section {
    height: auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-section {
    padding-top: 0;
  }

  .contact-section {
    padding-bottom: 0;
  }
}

@media (max-width: 620px) {

  .contact-form,
  .contact-details {
    width: 100%;
  }

  .contact-details {
    margin-bottom: 50px !important;
  }
  .map-outer {
    margin-bottom:-50px;
  }



}