/*
 font-family: 'Kaushan Script', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
 */
body {
  color: #999999;
  font-family: 'Roboto', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h5 {
  color: #000; }

h1,
h2,
h4,
h5 {
  font-weight: 600; }

h1,
h2,
h4,
h5,
a {
  font-family: 'Montserrat', sans-serif; }

h1,
h2,
h4 {
  text-transform: uppercase; }

h2,
h3 {
  text-align: center; }

h2 {
  font-size: 30px;
  font-weight: bold; }
  h2:after {
    display: block;
    content: '';
    width: 60px;
    height: 3px;
    background: #f38181;
    margin: 40px auto; }

h3 {
  font-size: 24px;
  font-family: 'Kaushan Script', cursive; }

h4 {
  font-size: 14px; }

p {
  font-size: 15px; }

.top .navbar {
  background: transparent;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: none;
          box-shadow: none; }
.top .navbar-nav a {
  color: #fff !important; }
.top .navbar-brand {
  color: #fff !important; }

.hide .navbar {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
@media (max-width: 991px){
	.navbar-nav li{
	text-align: center;
		margin-bottom: 20px;
	}
	.navbar-nav a{
		margin-left: 0;
		display: inline-block;
	}
}

.navbar-brand {
  color: #000;
  font-size: 30px;
  font-weight: bold; }

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background: white;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }

.navbar-nav li a {
  position: relative;
  padding: 0 !important;
  margin-left: 50px !important;
  text-transform: uppercase;
  font-size: 14px;
  color: #000 !important;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }
  .navbar-nav li a:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #f7cb88;
    width: 100%;
    height: 4px;
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s; }
  .navbar-nav li a:hover {
    color: #f7cb88 !important; }
    .navbar-nav li a:hover:after {
      opacity: 1; }
.navbar-nav li.current-menu-item a{
	color: #f7cb88 !important;
}
.navbar-nav li.current-menu-item a:after {
      opacity: 1; }
/* slider */
.slider {
  overflow: hidden;
  height: 100vh;
  min-height: 650px;
  margin-bottom: 150px; }

.slider-container {
  position: relative;
  top: -50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 900px;
  text-align: center; }

.slider-container--h1 {
  position: relative;
  color: #fff;
  font-size: 150px !important; }
  h1.slider-container--h1:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 4px;
    background: #fff;
    bottom: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
@media (max-width: 1920px){
	.slider-container--h1 {font-size: 8vw !important; }
}

@media screen and (max-width: 991px){
	.navbar-nav li a{
		margin-left: 0 !important;
	}
}

.slider-container--h3 {
  color: #fff;
  font-size: 70px; }
@media (max-width: 767px){
	.slider-container--h3 {
		font-size: 40px;	
	}
}
@media (max-width: 574px){
	.slider-container--h3 {
		font-size: 30px;	
	}
	h1.slider-container--h1 {font-size: 50px !important; }
}

.slider-container--stdbutton {
  text-transform: uppercase;
  text-align: center;
  margin: 125px auto 0 auto;
  display: block;
  width: 160px;
  padding: 5px 0;
  color: #fff !important;
  border: 3px solid #fff;
  cursor: pointer;
  font-weight: bold; }

.slider-bg {
  background-image: url(../images/new-york-city-336475_1920.jpg);
  background-size: cover;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: zoomin 20s linear infinite;
          animation: zoomin 20s linear infinite; }

/* about */
.about {
  margin-bottom: 150px;
  text-align: center; }

.about-box {
  position: relative;
  max-width: 380px;
  margin: 15px auto 0 auto; }
  .about-box:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: #95e1d3;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0; }
  .about-box:hover:before {
    opacity: 1; }
  .about-box:hover .about-box-bg-content {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .about-box:hover > .about-box-bg {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px); }
  .about-box:hover > .about-box-bg:after {
    opacity: 0.9; }

.about-box-bg {
  position: relative;
  width: 100%;
  min-height: 250px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .about-box-bg-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    color: #fff;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .about-box-bg1 {
    background-image: url(../images/dog-647528_640.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .about-box-bg2 {
     background-image: url(../images/london-3078109_640.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .about-box-bg3 {
    background-image: url(../images/skyline-839795_640.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .about-box-bg:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(#dc7775), to(#e3cc7c));
    background: linear-gradient(#dc7775, #e3cc7c);
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0; }
  .about-box-bg a {
    color: #fff; }

.about-box-bg-content i {
  font-size: 50px;
  margin-bottom: 20px; }

.sg-lvl-2 {
  min-height: 270px;
  background: #95e1d3;
  margin-bottom: 150px; }
  .sg-lvl-2-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .sg-lvl-2-box-content {
    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;
    width: 20%;
    height: 270px;
    color: white; }
    .sg-lvl-2-box-content span {
      font-size: 72px;
      font-weight: bold; }
    .sg-lvl-2-box-content p.sg-lvl-2--text {
      text-transform: uppercase;
      font-size: 14px; }

/* service */
.service {
  margin-bottom: 150px; }

.service-header {
  text-align: center; }

.service-bg {
  width: 100%;
  height: 50vw;
  max-height: 380px;
  background-image: url(../images/london-3078109_640.jpg);
  background-size: cover; }

.service-box {
  margin: 80px 0; }

.accordion button {
  width: 100%;
  text-align: left;
  padding: 0;
  text-transform: uppercase;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .accordion button span.card-arrow-down {
    display: inline-block;
    border: 2px solid #cccccc;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 16px;
    height: 16px; }
  .accordion button:hover, .accordion button:focus {
    color: #000;
    text-decoration: none; }
  .accordion button i {
    color: #95e1d3;
    font-size: 30px;
    margin-right: 10px; }
    .accordion button i ~ span:first-of-type {
      margin-right: auto;
      color: #000;
      font-size: 16px; }
.accordion .card {
  border-radius: 0% !important;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important; }
.accordion .card:last-child {
  margin-bottom: 0; }
.accordion .card-body {
  border-radius: none !important;
  max-height: 163px;
  overflow-y: scroll;
  font-weight: 100; }
.accordion .card-header {
  background: white;
  border-radius: 0% !important; }

/* out team */
.our-team {
  text-align: center;
  margin-bottom: 110px; }

.our-team-header {
  margin-bottom: 50px; }

.our-team-box {
  position: relative;
  max-width: 380px;
  margin: 15px auto 100px auto; }
  .our-team-box:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: #95e1d3;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0; }
  .our-team-box:hover:before {
    opacity: 1; }
  .our-team-box:hover .our-team-box-bg-content {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .our-team-box:hover > .our-team-box-bg {
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px); }
  .our-team-box:hover > .our-team-box-bg:after {
    opacity: 0.9; }
  .our-team-box p {
    font-weight: 300; }

.our-team-box-bg {
  position: relative;
  width: 100%;
  min-height: 470px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .our-team-box-bg-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    color: #fff;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .our-team-box-bg1 {
    background-image: url(../images/web-designer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .our-team-box-bg2 {
    background-image: url(../images/webdes-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .our-team-box-bg3 {
   background-image: url(../images/man-930397_640.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .our-team-box-bg:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(#dc7775), to(#e3cc7c));
    background: linear-gradient(#dc7775, #e3cc7c);
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0; }
  .our-team-box-bg a {
    color: #fff; }

.our-team-box-bg-content {
  width: 100%; }

.our-team-box-bg-content i {
  font-size: 30px;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  margin: -3px;
  line-height: 60px;
  background: #fce38a;
  color: #f38181;
  transition: all 0.4s;}
  .our-team-box-bg-content i:hover {
    background: #f38181;
    color: #fff; }

.our-team-box-title {
  position: absolute;
  left: 50%;
  margin-top: 20px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

/* width */
.card-body::-webkit-scrollbar {
  width: 8px;
  background: #f5f5f5; }

/* Track */
.card-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px grey;
          box-shadow: inset 0 0 2px grey;
  border-radius: 6px; }

/* Handle */
.card-body::-webkit-scrollbar-thumb {
  background: #95e1d3;
  border-radius: 6px; }

/* Handle on hover */
.card-body::-webkit-scrollbar-thumb:hover {
  background: #52ffdf; }

/* amazing service */
.amazing-service {
  margin-bottom: 80px; }

.amazing-service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 50px;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .amazing-service-box i {
    font-size: 40px;
    width: 60px;
    color: #a4e5d9; }
  .amazing-service-box:hover {
    opacity: 1;
    -webkit-transform: scale(1.06);
            transform: scale(1.06); }

.post-box {
  margin-bottom: 60px; }
  .post-box:after {
    display: block;
    content: '';
    background: #e5e5e5;
    width: 100%;
    height: 2px; }

p.post-box--date {
  position: absolute;
  top: -35px;
  right: -15px;
  -webkit-transform: translate(-25%, -50%);
          transform: translate(-25%, -50%);
  color: #fff;
  background: #95e1d3;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 0 !important;
  width: 90px;
  height: 55px;
  line-height: 55px; }
  p.post-box--date span {
    font-size: 14px;
    font-weight: 300; }

.post-box-img {
  overflow: hidden;
  margin-bottom: 20px; }
  .post-box-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;}

.post-box-text {
  position: relative; }
.site-footer {
    text-align: center;
    padding: 30px 20px;
    box-shadow: 0 0 8px -1px;
}
.post-slider, .page-slider{
  background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../images/new-york-city-336475_1920.jpg) ;
  background-size: cover !important;
  background-position: center center !important;
  min-height: 500px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-slider-h, .page-slider-h{
  color: white;
  font-size: 40px;
  text-align: center;
  font-family: 'Kaushan Script', cursive;
}
.moretag{
	color: #95e1d3;
	transition: .5s;
}
.moretag:hover{
	text-decoration: none;
	color: #dc7775;
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@media screen and (max-width: 991px) {
  .sg-lvl-2-box-content {
    width: 33.333%; } }
@media screen and (max-width: 767px) {
  .sg-lvl-2-box-content {
    width: 50%; }

  .card:first-child {
    margin-top: 20px; } }
@media screen and (max-width: 560px) {
  .sg-lvl-2-box-content {
    width: 100%; } }
.posts-link {
    background: #192835;
    max-width: 1170px;
    margin: 0 auto;
}







/* @media (min-width:1420px) {
    .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-custom .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-custom .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-custom >.container,
    .navbar-expand-custom >.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-custom  .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-custom  .navbar-toggler {
        display: none
    }
} */

/*# sourceMappingURL=style.css.map */