@charset "UTF-8";
/* CSS Document */

.shadow {
    -webkit-box-shadow: 0px 6px 5px 0px rgba(110,111,122,0.25);
	-moz-box-shadow: 0px 6px 5px 0px rgba(110,111,122,0.25);
	box-shadow: 0px 6px 5px 0px rgba(110,111,122,0.25);
}

.type1 {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}
.type2 {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
letter-spacing: 2px;
}

.type4 {
font-family: 'Lato', sans-serif;
font-weight: 300;
}
.type5 {
font-family: 'Lato', sans-serif;
font-weight: 400;
}
.lineheight1 {
	line-height: 1.5;
}
.lineheight2 {
	line-height: 2.0;
}
.space1 {
letter-spacing: 1px;
}
.space2 {
letter-spacing: 2px;
}

.hedspace10 {
  margin-top: 10px;
}
.hedspace120 {
  margin-top: 120px;
}

.orange {
	color: #f2ab35;
}
.blue {
	color: #1e9ed2;
}
.ltblue {
background-color: #55c1e7;
}
.ltgrey {
background-color: #f5f7fa;
}

.bluegreen {
	color: #00a99d;
}


.box1 {
	background: rgba(247, 243, 228, 0.8);
}

.box2 {
	background: rgba(0, 0, 0, 0.8);
}

.box3 {
	background: rgba(245, 247, 250, 0.8);
}

.box4 {
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  border: 1px solid #ffd05e;
}
.box5 {
  padding-top: 45px;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
  border: 1px solid #ffd05e;
}
.box6 {
  padding-top: 45px;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
  background: rgba(247, 243, 228, 0.8);
  border: 1px solid #ffd05e;
}
.paddings {
  padding-top: 45px;
  padding-bottom: 80px;
  padding-left: 80px;
  padding-right: 80px;
}

.background1 {
	background: url('../img/bkgd1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: transparent;
	}
	
.background2 {
	background: url('../img/diamond_bkgd.png') no-repeat center center fixed;
	background-color: transparent;
	}
	
.background3 {
	background: url('../img/bkgd3.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: transparent;
	}
	
	
	
	/*----------SERVICES----------------------*/
.serv {
  border-bottom: 1px solid #eeeef0;
}

.a-service {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none;
}

.bg-serv {
  position: relative;
  background: url("../img/agency/image_3.jpg") no-repeat center center;
  overflow: hidden;
  background-size: cover;
  padding: 0;
}

.services {
  width: 100%;
  min-height: 800px;
  left: 0;
  top: 0;
  background: rgba(53, 55, 62, 0.85);
}
@media screen and (max-width: 992px) {
  .services {
    min-height: 100%;
    padding: 100px 15px;
  }
}
@media screen and (max-width: 768px) {
  .services {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.serv-description {
  border: 5px solid #ffffff;
  text-align: center;
  padding: 50px 20px 45px 20px;
  margin: 0 auto;
  min-width: 350px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .serv-description {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    max-width: 380px;
    margin: 0 auto;
    min-width: 100%;
  }
}

.this-service {
  display: block;
}

.topic {
  font-size: 40px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

.describe {
  font-size: 16px;
  line-height: 28px;
  color: #bbbcc0;
}

.serv-item {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .serv-item {
    padding: 0 15px;
  }
}

.service {
  text-align: center;
  margin-top: 115px;
  margin-bottom: 0;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .service {
    margin-top: 50px;
  }
}

.service img {
  display: inline-block;
  margin: auto;
  opacity: 0.45;
}

.service h6 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #acafba;
  margin-top: 33px;
  font-size: 13px;
}

.active-item h6 {
  color: #35373e;
}

.active-item img {
  opacity: 1;
}

.service:hover h6 {
  color: #35373e;
}

.service:hover img {
  opacity: 1;
}


