@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'Gotham';
  line-height: 1.3;
  background: #272526;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
img{
  max-width: 100%;
}
header {
  padding: 0;
  width: 100%;
  margin: 0;
  height: 200px;
}
.container{
  width: 1200px;
}
.logo_bg {
  width: 240px;
  background-color: #7ACEAC;
  margin-left: 8%;
  padding: 6% 2% 2% 2%;
  float: left;
}
.from_top{
  position:relative;
  animation:animatetop 0.8s;
}
.side_nav {
  float: right;
  width: 100px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}
@keyframes jump { 0% { left: 0; } 50% { left: 20px; } 100% { left: 0; } }
.side_arrow a i { position: relative; margin: 0 auto; text-align: center; }
.side_arrow a:hover i { animation: jump 1s infinite;}

.side_nav ul {
  float: right;
}
.side_nav li {
  list-style-type: none;
  text-align: center;
  border: 1px solid #727272;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  line-height: 35px;
  width: 50px;
  height: 50px;
  position: relative;
  padding: 8px;
  background-color: #0000007d;
}
.side_nav li:nth-child(1).active a img{
  opacity: 1 !important;
}
.side_nav li:nth-child(1).active a span{
  opacity: 1;
  width: 76px;
}
.side_nav .active a li:nth-child(1) {
  opacity: 0;
}
.side_nav li a {
  line-height: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  padding: 6px 11px;
  top: 0;
  left: 0;
    -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.side_nav li span {
  position: absolute;
  right: 50px;
  background: #7aceac;
  width: 0px;
  padding: 7px 10px;
  height: 25px;
  line-height: 10px;
  font-size: 14px;
  color: #fff;
  top: 50%;
  margin-top: -10px;
  opacity: 0;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side_nav li:hover span, .side_nav li:active span {
  opacity: 1;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  right: 49px;
  width: 76px;
}
.side_nav li:nth-child(4) a {
  margin-top: -3px;
}
.side_nav li a img {
  position: absolute;
  left: 9px;
  top: 11px;
  width: 65%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.side_nav .active a img:nth-child(2) {
  opacity: 1 !important;
}
.side_nav .active  span {
  opacity: 1 !important;
  right: 49px;
  width: 76px;
}
.side_nav .active a img:nth-child(1) {
  opacity: 0 !important;
}
.side_nav li:nth-child(2) a img:nth-child(1){
  opacity: 1;
}
.side_nav li:nth-child(3) a img:nth-child(1){
  opacity: 1;
}
.side_nav li:nth-child(4) a img:nth-child(1){
  opacity: 1;
}
.side_nav li:nth-child(2) a img:nth-child(2){
  opacity: 0;
}
.side_nav li:nth-child(3) a img:nth-child(2){
  opacity: 0;
}
.side_nav li:nth-child(4) a img:nth-child(2){
  opacity: 0;
}
.side_nav li:nth-child(2) a:hover img:nth-child(1){
  opacity: 0;
}
.side_nav li:nth-child(3) a:hover img:nth-child(1){
  opacity: 0;
}
.side_nav li:nth-child(4) a:hover img:nth-child(1){
  opacity: 0;
}
.side_nav li:nth-child(2) a:hover img:nth-child(2){
  opacity: 1;
}
.side_nav li:nth-child(3) a:hover img:nth-child(2){
  opacity: 1;
}
.side_nav li:nth-child(4) a:hover img:nth-child(2){
  opacity: 1;
}


.rex_icon {
  background-color: #fff !important;
}
.side_nav li img {
  vertical-align: middle;
}
@keyframes animatetop{
  from{
    top:-300px;
    opacity:0
    }
  to{
    top:0;
    opacity:1
    }
  }
.wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.wrap .bg {
  width: 150%;
  height: 150%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: url('../images/bg.svg') no-repeat center center;
  background-size: cover;
  transform: scale(1.1);
}
.home_first_section {
  margin: 0;
  width: 100%;
  padding: 9% 9% 0% 9%;

}
.featured_projects_section h6 {
  margin-left: 8%;
  color: #fff;
  font-size: 14px;
  margin-bottom: -30px;
}
.home_secound_section .project.bg {
  background: none;
}
#projects .col-sm-4 {
  width: 33.33333333%;
  padding: 45px;
}
.home_first_section p {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  position: relative;
  padding: 1px 10px;
  z-index: 1;
}
.home_first_section p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: #7ACEAC;
  z-index: -1;
}
.home_first_section a i {
  font-size: 18px;
}
.home_first_section a {
  font-size: 24px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
  position: relative;
  z-index: 0;
}
.home_first_section a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 29%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: #7ACEAC;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.home_first_section a:hover::before {
  opacity: 1;
  width: 100%;
}
.home_first_section h3 {
  color: #fff;
  font-size: 55px;
  line-height: 64px;
  margin: 15px 0px 50px 0px;
}
.home_first_section h3 span {
  color: #7ACEAC;
}
.home_secound_section {
  width: 100%;
  padding: 0% 4%;
  margin: 0% 0%;
  position: relative;
  display: inline-block;
}
.featured_projects_section {
  margin: 40% 0% 3% 0%;
}
.home_secound_section .project {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.image_container .services {
  position: absolute;
  top: 0;
  color: #fff;
  left: 0;
  padding: 35px;
}
.image_container .services h5 {
  font-size: 20px;
  font-family: lato;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
.image_container .services h5::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 35px;
  height: 2px;
  bottom: -8px;
}
.image_container::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .7;
}
.image_container .services ul {
  padding: 0px;
}
.image_container .services ul li {
  list-style-type: none;
  font-size: 13px;
  font-family: lato;
  font-weight: 700;
  margin-bottom: 5px;
}
.image_container {
  position: relative;
}




/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
  background: #13554D;
  overflow: hidden;
}

figure.effect-julia img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
   -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

figure.effect-julia figcaption {
  text-align: left;
  position: absolute;
  width: 100%;
  height: 84%;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 35px;
}
figcaption ul {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
}



figure.effect-julia li {
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  color: #fff;
  text-transform: none;
  font-weight: 500;
  font-size: 13px;
  -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);
  font-family: lato;
  list-style-type: none;
}

figure.effect-julia li:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0s;
  font-family: lato;
  font-size: 15px;
  padding-left: 13px;
  position: relative;
  margin-bottom: 15px;
}
figure.effect-julia li:first-child::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  display: none;
  left: 13px;
}

figure.effect-julia li:nth-of-type(2) {
  -webkit-transition-delay: 0.02s;
  transition-delay: 0.1s;
}

figure.effect-julia li:nth-of-type(3) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.05s;
}
figure.effect-julia li:nth-of-type(4) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.05s;
}
figure.effect-julia li:nth-of-type(5) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.05s;
}
figure.effect-julia li:nth-of-type(6) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.05s;
}
figure.effect-julia li:nth-of-type(6) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.05s;
}




figure.effect-julia:hover li:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.effect-julia:hover li:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-julia:hover li:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia:hover li:nth-of-type(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia:hover li:nth-of-type(5) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia:hover li:nth-of-type(6) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia:hover li:nth-of-type(7) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}


figure.effect-julia:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.3,1.3,1.4);
  transform: scale3d(1.3,1.3,1.4);
}

figure.effect-julia:hover li {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.project_name {
  color: #fff;
  font-size: 35px;
}
.project_name span {
  padding-left: 35px;
  font-size: 30px;
  color: #7ACEAC;
  position: relative;
  top: -9px;
}
.project.cn {
  top: -230px;
}
.project.rt {
  top: -100px;
}

.main_projects_section .col-sm-4 {
  padding: 35px;
}



























.side_arrow {
  width: 9%;
  transform: rotate(270deg);
  margin-top: -5%;
  position: absolute;
  z-index: 99999;
}
.side_arrow a {
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.side_arrow a:hover, .side_arrow a:focus, .side_arrow a:active {
text-decoration: none;
}
.side_arrow a i {
  color: #7ACEAC;
  font-size: 18px;
}
.logo_text {
  padding-top: 36px;
}
.logo_text p {
  font-size: 10px;
}
.logo_text span {
  color: #FFFFFF;
}
.logo_text h5 {
  font-size: 30px;
  padding: 17px 0px 0px 0px;
  color: #fff;
}
.our_work_button a i {
  font-size: 18px;
}
.our_work_button a {
  font-size: 22px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
  position: relative;
}
.our_work_button a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: #7ACEAC;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.our_work_button a:hover::after {
  opacity: 1;
  width: 100%;
}
.our_work_button {
  width: 200px;
  position: fixed;
  top: 40px;
  left: 50%;
  margin-left: -100px;
  z-index: 999;
}
.project_first_section {
  margin: 0;
  width: 100%;
  padding: 10% 9%;
}
.project_first_section p {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  position: relative;
  padding: 1px 15px;
  float: left;
}
.project_first_section p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: #7ACEAC;
  z-index: -1;
}
.project_first_section h3 {
  color: #fff;
  font-size: 65px;
  line-height: 75px;
  margin: 35px 0px 15px 0px;
}
.project_first_section h6 {
  font-size: 16px;
  color: #D5D5D5;
  line-height: 25px;
  font-family: 'Lato', sans-serif;
}
.project_category {
  position: absolute;
  top: 35%;
  right: 3%;
}
.project_category ul li {
  list-style-type: none;
  color: #D5D5D5;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 25px;
}
.project_category ul li:nth-child(1) {
  font-family: 'Gotham';
  color: #fff;
  position: relative;
  padding: 0px 15px;
}
.project_category ul li:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: #7ACEAC;
  z-index: -1;
}
.keystone {
  background: url(../images/keystone_logo_bg_color.jpg) center center no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
    z-index: 0;
  margin: 10% 0%;
}
.developrise{
    background: url(../images/developrise_logo_bg.jpg) center center no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin: 10% 0%;
}
.exemplar{
      background: url(../images/exemplar_logo_bg_color.jpg) center center no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin: 10% 0%;
}
.titan{
      background: url(../images/titan_logo_bg_color.jpg) center center no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin: 10% 0%;
}
.thomas{
  background: url(../images/thomas_logo_bg_color.jpg) center center no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin: 10% 0%;
}
/*.project_logo_section::before {
  position: absolute;
  content: "";
  background-color: #3FA89F;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
}*/
.project_secound_section {
  width: 100%;
  padding: 10%;
  text-align: center;
  position: relative;
  z-index: 999;
}
.project_secound_section img {
  width: 65%;
}
.project_third_section {
  margin: 0;
  width: 100%;
  padding: 0% 9% 0% 18%;
}
.project_third_section h3 {
  color: #fff;
  font-size: 61px;
  line-height: 64px;
  margin: 35px 0px 30px 0px;
}
.project_third_section h6 {
  font-size: 16px;
  color: #D5D5D5;
  line-height: 25px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 25px;
}
.project_third_section a {
  font-size: 20px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
  position: relative;
}

.project_fourth_section {
  margin: 0;
  width: 100%;
  position: relative;
}
.project_fourth_section .title {
  margin: 0;
  width: 100%;
  padding: 0% 9% 0% 22%;
  margin-top: 50px;
}
.project_fourth_section h3 {
  color: #fff;
  font-size: 61px;
  line-height: 64px;
  margin: 35px 0px 60px 0px;
}
.col-xs- {
  width: 33.3%;
  float: left;
  max-height: 285px;
  position: relative;
  overflow-y: scroll;
  padding: 12px;
}
.col-xs-::-webkit-scrollbar {
    width: 5px;
    background: #ffffff3d; /* make scrollbar transparent */
}
/**  STYLE 4 */
.col-xs-::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F500;
}

.col-xs-::-webkit-scrollbar-thumb {
  background-color: #7ACEAC;
  
}
.item.active .col-xs-:nth-child(2) {
  opacity: 1;
}
.item.active .col-xs- {
  opacity: .7 ;
}
.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
    transform: none !important;
  }
}
.multi-item-carousel .carouse-control.left, .multi-item-carousel .carouse-control.right {
  background-image: none;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible;
  padding: 0px 0px;
}
.col-xs- span {
  position: fixed !important;
  top: -20px !important;
  left: 50% !important;
  z-index: 9999;
  margin-left: -200px;
}

.carousel-control {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 15%;
  width: 200px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background-color: rgba(0,0,0,0);
  z-index: 99;
  opacity: 1;
  height: 50px;
  margin-top: 9%;
  font-size: 20px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.carousel-control.left{
  background:none;
  filter: unset;
  text-align: right;
}

.carousel-control.right{
  background:none;
  filter: unset;
  text-align: left;
  right: 15%
}
.carousel-control i {
  padding: 0px 10px;
}
.carousel-control.left::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: #7ACEAC;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.carousel-control.left:hover::before{
  opacity: 1;
  width: 100%;
}
.carousel-control.right::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: #7ACEAC;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.carousel-control.right:hover::before{
  opacity: 1;
  width: 100%;
}
.item span {
  color: #fff;
  font-size: 12px;
  opacity: 0;
}
.item.active .col-xs-:nth-child(2) span {
  opacity: 1;
  position: relative;
  top: -5px;
}
.project_contact_section {
  background: url(../images/project_last_section_bg.jpg) center center no-repeat;
  width: 100%;
  background-size: cover;
  position: relative;
  z-index: 0;
  margin: 10% 0% 0% 0%;
}
.project_contact_section::before {
  position: absolute;
  content: "";
  background-color: #3FA89F;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
}
.project_last_section {
  text-align: center;
  padding: 4% 1%;
  position: relative;
  z-index: 999;
}
.project_last_section h5 {
  font-size: 45px;
  color: #1D1C1C;
  margin-bottom: 45px;
}
.project_last_section a {
  font-size: 100px;
  color: #fff;
  padding: 10px 40px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
  position: relative;
}
.project_last_section a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 17%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: #1D1C1C;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.project_last_section a:hover::before {
width: 100%;
}
.main_project h5{
  font-size: 34px;
}
.main.project_first_section span {
  color: #7ACEAC;
}
.link_btn {
  font-size: 24px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid transparent;
  position: relative;
  z-index: 999;
}
.link_btn i {
  font-size: 18px;
}
.link_btn:hover, .link_btn:focus, .link_btn:active{
text-decoration: none;
}
.link_btn span{
  color: #fff !important;
}
.link_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: #7ACEAC;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.link_btn:hover::before {
  opacity: 1;
  width: 100%;
}
.main h6 {
  margin-bottom: 30px;
}
.middle_layout {
  width: 100%;
  padding: 0% 9% 0% 18%;
  margin: 4% 0%;
}
.main_project_filter_section h5 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 30px;
}
.option-set label {
  color: #fff;
  padding-left: 10px;
}
.main_projects_section {
  margin: 22% 0%;
}
.option-set label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px;
}
.option-set label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #fff;
}
.option-set label:hover input ~ .checkmark {
  background-color: #7ACEAC;
}
.option-set label input:checked ~ .checkmark {
  background-color: #7ACEAC;
  border-color: #7ACEAC;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.option-set label input:checked ~ .checkmark:after {
  display: block;
}
.option-set label .checkmark::after {
  left: 5px;
  top: 2px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#all {
  margin-bottom: 20px;
}
.agency_services_section {
  margin: 8% 5% 8% 10%;
}
.agency_services_section button::before {
  width: 38px;
}
.agency_services_section button, .agency_services_section .button {
    position: relative;
    display: inline-block;
    color: white;
    padding: 0.75rem 2rem;
    margin: 0 auto;
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    z-index: 999;
}
.agency_services_section button:hover,.agency_services_section .button:hover {
   background-color: #7aceac;
}
.agency_services_section button:hover:before,.agency_services_section .button:hover:before,.agency_services_section button:hover:after,.agency_services_section .button:hover:after {
   color: #fff;
}
/* ---------------------- Vertical Tabs */
 .agency_services_section .tabs {
   position: relative;
   min-height: 0;
  /* ---------------------- Tab */
  /* ---------------------- Content */
}
 .agency_services_section .tabs .tab {
   margin-bottom: 1px;
  /* ---------------------- Tab Toggle */
}
 @media screen and (min-width: 55rem) {
   .agency_services_section .tabs .tab {
     float: left;
     clear: left;
     width: 35%;
  }
}
.agency_services_section .tabs .tab .tab-toggle {
  padding: 3px 10px;
  position: relative;
  outline: none;
  margin-bottom: 20px;
}
 @media screen and (min-width: 55rem) {
   .agency_services_section .tabs .tab .tab-toggle {
     text-align: left;
  }
}

.agency_services_section .tabs .tab .tab-toggle.active {
  color: #fff;
  background-color: #7aceac;
  cursor: pointer;
}

 .agency_services_section .tabs .content {
   max-height: 0;
   padding: 0 2rem;
   background-color: transparent;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
 @media screen and (min-width: 55rem) {
   .agency_services_section .tabs .content {
     max-height: none;
     position: absolute;
     right: 0;
     top: 0;
     width: 65%;
     opacity: 0;
     padding: 0rem 2rem 2rem 2rem;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  }
}
 .agency_services_section .tabs .content.active {
   max-height: 1000px;
   min-height: 400px;
   z-index: 9999;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
 @media screen and (min-width: 55rem) {
   .agency_services_section .tabs .content.active {
     max-height: none;
     opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  }
}
.agency_services_section .tabs .content > .heading {
  font-size: 50px;
  color: #fff;
}
.agency_services_section .tabs .content > .description {
  font-size: 16px;
  font-family: lato;
  color: #D5D5D5;
  margin: 20px 0px 40px 0px;
}
.agency_services_section .tabs .tab_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100px;
  top: -40px;
  z-index: -1;
}
.agency_services_section .tabs #branding .tab_bg {
  background: url(../images/branding_tab_bg.png);
    background-size: contain;
  background-repeat: no-repeat;
}
.agency_services_section .tabs #web_design .tab_bg {
  background: url(../images/web_design_tab_bg.png);
    background-size: contain;
  background-repeat: no-repeat;
}
.agency_services_section .tabs #development .tab_bg {
  background: url(../images/development_tab.png);
    background-size: contain;
  background-repeat: no-repeat;
}
.agency_services_section .tabs #digital_marketing .tab_bg {
  background: url(../images/digital_marketing_tab.png);
    background-size: contain;
  background-repeat: no-repeat;
}
.agency_services_section .tabs #social_media .tab_bg {
  background: url(../images/social_media_tab.png);
    background-size: contain;
  background-repeat: no-repeat;
}
.agency_services_section .tabs #support_hosting .tab_bg {
  background: url(../images/support_hosting_tab.png);
    background-size: contain;
  background-repeat: no-repeat;
}

.creative_agency_footer .logo_bg {
  width: 270px;
  background-color: #7ACEAC;
  margin: 0px auto !important;
  padding: 4% 2% 2% 2%;
  float: none;
}
.contact label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0px;
}
.contact label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact label:hover input ~ .checkmark {
  background-color: #7ACEAC;
}
.contact label input:checked ~ .checkmark {
  background-color: #7ACEAC;
}
.contact label input:checked ~ .checkmark:after {
  display: block;
}
.contact label .checkmark::after {
  left: 5px;
  top: 2px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact_form_section .project_first_section {
  margin: 0;
  width: 100%;
  padding: 10% 36% 0% 18%;
}
.contact_form_section input, .contact_form_section textarea {
  width: 100%;
  height: 50px;
  background-color: #D5D5D538;
  color: #fff;
  border: 0px;
  margin-bottom: 25px;
  padding: 0px 15px;
}
.send {
  position: relative;
  top: 20px;
}
.contact_form_section textarea{
  height: 150px;
  padding: 10px 15px
}
.contact h5 {
  color: #fff;
  font-size: 35px;
  margin-top: 10%;
  margin-bottom: 5%;
}
.contact label {
  color: #fff;
}
.contact h4 {
  font-size: 13px;
  color: #fff;
}



.home_secound_section .project a:focus, .home_secound_section .project a:active, .home_secound_section .project a:hover {
  text-decoration: none;
}
.project_name:focus, .project_name:active, .project_name:hover{
   text-decoration: none;
}

.sl-counter {
  visibility: hidden;
}

.video-background {
  background:transparent;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 0;
}
#video-foreground, .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: scale(1.2);
-webkit-box-shadow: 0px 16px 16px 5px rgba(0,0,0,0.5); 
box-shadow: 0px 16px 16px 5px rgba(0,0,0,0.5);
}
.video_overlay {
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  transform: scale(1.2);
}
@media (min-aspect-ratio: 16/9) {
  #video-foreground { height: 100%; top: 0%; }
}
@media (max-aspect-ratio: 16/9) {
  #video-foreground { width: 100%; left: 0%; }
}

.playing {
  position: absolute;
  top: 0;
  right: 135px;
  width: auto;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}
.playing::after {
  content: "Sounds On";
  display: block;
  width: 140px;
  margin-top: 10px;
  position: absolute;
  left: 45px;
  top: -9px;
  font-size: 16px;
}
.now.playing .bar {
  display: inline-block;
  position: relative;
  margin-right: 1px;
  width: 3px;
  height: 1px;
  overflow: hidden;
  background: #fff;
  opacity: .3;
  color: transparent;
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.paused.playing .bar {
  animation-iteration-count: 1;
}
.paused.playing:after {
  content: "Sounds Off"
}
.n1 {
  animation-delay: 0.5s;
}
.n2 {
  animation-delay: 0.2s;
}
.n3 {
  animation-delay: 1.2s;
}
.n4 {
  animation-delay: 0.9s;
}
.n5 {
  animation-delay: 2.3s;
}

@keyframes pulse {
  0% {
    height: 1px;
    margin-top: 0;
  }
  10% {
    height: 30px;
    margin-top: -40px;
  }
  50% {
    height: 10px;
    margin-top: -20px;
  }
  60% {
    height: 20px;
    margin-top: -30px;
  }
  80% {
    height: 40px;
    margin-top: -60px;
  }
  100% {
    height: 1px;
    margin-top: 0;
  }
}
.mobile{
  display: none;
}
.desktop{
  display: block;
}
@media (min-width: 1610px) and (max-width: 1920px) {
  .agency_services_section {  margin: 23% 5% 8% 10%;}
  .col-xs- { max-height: 444px;}
  .col-xs- span {  margin-left: -280px;}
  .main_project h5 {  font-size: 30px;}
  
}
@media (min-width: 1400px) and (max-width: 1610px) {
  
}
@media  (max-device-width: 1368px) and (orientation: landscape) {  
 
}
@media (min-width: 1024px) and (max-width: 1368px) {
 
}
@media (min-width: 980px) and (max-width: 1024px) {
 
}

@media  (max-device-width: 1024px) and (orientation: landscape) {
 
}
@media (max-width: 979px) {
  .container { width: 100%;}
  .mobile{ display: block;}
  .desktop{display: none;}
  .bottom_nav {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 72px;
    z-index: 999;
    background-color: #000000a6;
  }
  .bottom_nav ul li {
    list-style-type: none;
    display: inline-block;
    width: 32.5%;
    text-align: center;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .bottom_nav ul {
    padding: 0;
    margin: 0;
    border-top: 2px solid #707070;
    border-bottom: 2px solid #707070;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .bottom_nav ul li img {
    width: 30px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 8px;
  }
  .bottom_nav ul li a {
    color: #797979;
    display: inline-block;
    padding: 0px 20px;
  }
  .mobile_logo img {
    width: 130px;
    padding: 25px;
  }
  .home_first_section {
    padding: 9% 6% 0% 6%;
  }
  .home_first_section a {
    font-size: 20px;
  }
  .m_projects {
    position: relative;
    width: 85%;
    height: 100%;
    margin: 30px auto;
    float: none;
    text-align: left;
    font-size: 10px;
  }
.m_projects a .name {
    padding: 15px;
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 25px;
    color: #fff;
    line-height: 25px;
    text-align: left;
  }
 .m_projects a span {
    font-size: 10px;
    color: #fff;
    display: inline-block;
    padding: 0px 20px;
    text-align: left;
  }
 .m_projects a i {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 20px;
    margin-top: -10px;
  }
  .m_projects a {
    padding: 0px 10px 20px 10px;
    display: inline-block;
  }
  .m_projects:nth-child(1) {
    background: #3D3D45;
  }
  .m_projects:nth-child(2) {
    background: #0791BB;
  }
  .m_projects:nth-child(3) {
    background: #36AFA5;
  }
  .m_projects:nth-child(4) {
    background: #C45F33;
  }
    .m_projects:nth-child(1) i {
    color: #229DB1;
  }
  .m_projects:nth-child(2) i {
    color: #1C2A33;
  }
  .m_projects:nth-child(3) i {
    color: #3E3E3E;
  }
  .m_projects:nth-child(4) i {
    color: #FCBB2A;
  }
  .project_first_section h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .link_btn {
    font-size: 20px;
  }
  .agency_services_section {
    margin: 40% 7% 8% 7%;
  }
  .agency_services_section .tabs .content > .heading {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
  }
  .agency_services_section .tabs .content.active {
    opacity: 1;
  }
  .agency_services_section .tabs .content {
      opacity: 1;
      max-height: 1000px;
      min-height: 400px;
      z-index: 9999;
      margin-bottom: 60px;
      position: relative;
    }
    .agency_services_section .tabs .tab_bg {
      left: 50%;
      top: -25px;
      margin-left: -166px;
    }
  .featured_projects_section {
    padding-bottom: 80px;
  }
  .main_project h5 {
    font-size: 25px;
  }
  .agency_services_section .tabs .tab .tab-toggle {
    margin-left: 20px;
  }
  .link_btn:hover::before {
    opacity: 1;
    width: 38px;
  }
  .agency_services_section .tabs .tab .tab-toggle.active {
    color: #fff;
    background-color: transparent;
    cursor: pointer;
  }
  .main_project h5 br {
    display: none;
  }
  .logo_bg {
    padding: 6% 6% 2% 6%;
  }
  .middle_layout {
    padding: 0% 8%;
    margin: 4% 0%;
    display: inline-block;
  }
  .main_project_filter_section h5 {
    font-size: 27px;
  }
  #projects .col-sm-6, .option-set .col-sm-6 {
    width: 50%;
    float: left;
  }
  .option-set label {
    font-size: 11px;
    line-height: 22px;
  }
  #projects {
    margin-bottom: 35px;
  }
  .project_mobile_projects {
    margin-bottom: 80px;
  }
  .contact_form_section .project_first_section {
    padding: 10% 6%;
    margin-bottom: 190px;
  }
  .contact h5 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .contact .col-sm-6 {
    width: 50%;
    float: left;
  }
  .contact label {
    font-size: 12px;
    line-height: 22px;
  }
  .contact .col-sm-4 {
    text-align: center;
  }
  #send_btn .col-sm-4 {
    text-align: center;
  }
  .project_category {
    position: relative;
    top: unset;
    right: unset;
    width: 50%;
    float: left;
    min-height: 176px;
    margin-top: 45px;
  }
  .project_category ul li:nth-child(1) {
    margin-bottom: 15px;
    z-index: 99;
  }
  .project_first_section {
    clear: both;
  }
  .project_logo_section .project_secound_section{
    height: 150px;
  }
  .project_secound_section img {
    width: 100%;
  }
  .project_third_section h3 {
    font-size: 30px;
    line-height: 37px;
  }
  .project_third_section {
    padding: 0% 9%;
  }
  .project_fourth_section .title {
    padding: 0% 12%;
  }
  .project_fourth_section h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .carousel-control.right {
    right: -30px;
  }
  .carousel-control.left {
    left: -30px;
  }
  .carousel-control {
    top: 268px;
    bottom: 0;
  }
  .carousel-inner {
    min-height: 400px;
  }
  .col-xs- {
    width: 350px;
    position: absolute;
    top: 0;
  }
  .col-xs-:nth-child(1) {
    left: -325px;
  }
  .item.active .col-xs-:nth-child(2) {
    left: 50%;
    margin-left: -175px;
  }
  .col-xs-:nth-child(3) {
    right: -325px;
  }
  .col-xs- span {
    margin-left: -125px;
  }
  .project_last_section h5 {
    font-size: 30px;
  }
  .project_last_section a {
    font-size: 35px;
  }
  .project_last_section {
    margin-bottom: 80px;
  }
  .side_nav li {
    width: 40px;
    height: 40px;
  }
  .side_nav li a img {
    left: 7px;
    top: 10px;
    width: 25px;
  }
  .side_nav li a span {
    margin-top: -19px;
  }
  .side_nav .active span {
    right: 39px;
  }
}
@media  (max-device-width: 979px) and (orientation: landscape) {
  .agency_services_section .tabs .content.active {
    min-height: 250px;
  }
  .project_logo_section .project_secound_section {
    height: 300px;
  }
  .carousel-control {
    top: 260px;
  }
  .item.active .col-xs-:nth-child(2) {
    margin-left: -220px;
  }
  .col-xs- {
    width: 440px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .home_first_section h3 { font-size: 25px; line-height: 35px;}

  
}

