/*----------------------------------------------------
@File: Default Styles
@Author: YDoodle Inc.
@URL: https://ydoodle.com

This file contains the styling for the actual ydoodle website.

This files contents are outlined below.

  1.  Variables
  2.  Prefix
  3.  Preloader
  4.  Shortcode
  5.  Header
  6.  Project
  7.  Service
  8.  Our Team
  9.  Fun Facts
 10.  Our Works
 11.  Quote
 12.  Cause
 13.  Testimonial
 14.  Themes
 15.  Contact
 16.  Portfolio
 17.  Footer
 18.  Single
 19.  Error
----------------------------------------------------*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*Prefix Styles*/
.m0 {
  margin: 0;
}
.p0 {
  padding: 0;
}
body {
  position: relative;
  font-family: 'PT Mono';
  font-size: 18px;
  color: #8d8989;
  /*Global Font*/
  /*Floating*/
  /*Section Fix*/
  /*Container Prefix*/
}
body * {
  position: relative;
  font-family: 'PT Mono';
}
body p {
  line-height: 30px;
}
body .fleft {
  float: left;
}
body .fright {
  float: right;
}
body .flefti {
  float: left !important;
}
body .frighti {
  float: right !important;
}
body section.row,
body header.row,
body footer.row {
  margin: 0;
  position: relative;
}
body .container {
  max-width: 1160px;
}
/*Ancore*/
a,
.btn,
button {
  outline: none;
  color: #271818;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
a:before,
.btn:before,
button:before,
a:after,
.btn:after,
button:after {
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
a:focus,
.btn:focus,
button:focus,
a:hover,
.btn:hover,
button:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
/*----------------------------------------------------------------*/
.QOverlay {
  background-color: #e1f7fa;
  z-index: 9999;
  text-align: right;
  text-transform: capitalize;
}
.QLoader {
  background-color: #271818;
  height: 1px;
  color: #8d8989;
}
.QAmt {
  color: #8d8989;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  min-width: 130px;
  margin: 0;
  position: relative;
  top: 50%;
  left: 0;
  float: left;
}
/*----------------------------------------------------------------*/
.section_title {
  text-align: center;
  margin: 0;
}
.section_title h2 {
  text-align: center;
  text-transform: uppercase;
  color: #271818;
  font-size: 48px;
  margin-bottom: 80px;
  margin-top: 0;
  display: inline-block;
}
.section_title h2:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #8d8989;
  margin-top: 10px;
}
.section_title p {
  max-width: 910px;
  margin: 0 auto 80px;
}
.project_title {
  text-align: center;
  margin: 0;
  margin-top: 130px;
}
.project_title h2 {
  text-align: center;
  text-transform: uppercase;
  color: #271818;
  font-size: 48px;
  margin-bottom: 20px;
  margin-top: 0;
}
.project_title h2 span {
  display: inline-block;
}
.project_title h2 span:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #8d8989;
  margin-top: 10px;
}
.project_title p {
  text-transform: uppercase;
  margin: 0;
}
/*----------------------------------------------------------------*/
.navigation_bar {
  position: fixed;
  width: 100%;
  /*background: rgba(255, 255, 255, 0.5);*/
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
  height: 136px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.navigation_bar * {
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.navigation_bar .navbar-header {
  z-index: 1000;
}
.navigation_bar .navbar-header .navbar-brand {
  height: 136px;
  padding: 47px 18px;
  line-height: 42px;
}
.navigation_bar .navbar-header .navbar-brand img {
  max-width: 100%;
  float: left;
}
.navigation_bar .navbar-header .navbar-brand span {
  float: left;
  color: #413a3a;
  margin-left: 20px;
  line-height: 1;
  padding-top: 27px;
}
.navigation_bar #main_menu .navbar-nav {
  margin-right: 60px;
  padding-top: 56px;
}
.navigation_bar #main_menu .navbar-nav li {
  padding: 15px 15px;
}
.navigation_bar #main_menu .navbar-nav li a {
  line-height: 1;
  padding: 0;
  font-size: 22px;
  color: #271818;
  text-transform: lowercase;
}
.navigation_bar #main_menu .navbar-nav li a:before {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 0;
  content: '';
  height: 0;
  background: #271818;
}
.navigation_bar #main_menu .navbar-nav li a + .nav {
  position: absolute;
  right: 0;
  min-width: 230px;
  top: 100%;
  padding: 26px 0 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  white-space: nowrap;
}
.navigation_bar #main_menu .navbar-nav li a + .nav li {
  background: rgba(255, 255, 255, 0.5);
  padding: 12px 15px;
}
.navigation_bar #main_menu .navbar-nav li a + .nav li a {
  font-size: 18px;
  background: none;
}
.navigation_bar #main_menu .navbar-nav li a + .nav li a:before {
  float: left;
  position: relative;
  width: 1px;
  height: 0;
  top: 12px;
  left: 0;
}
.navigation_bar #main_menu .navbar-nav li a + .nav li a:hover:before,
.navigation_bar #main_menu .navbar-nav li a + .nav li a:focus:before {
  width: 1px;
  height: 20px;
  top: 0;
  left: -10px;
}
.navigation_bar #main_menu .navbar-nav li a + .nav li.active a:before {
  width: 1px;
  height: 20px;
  top: 0;
  left: -10px;
}
.navigation_bar #main_menu .navbar-nav li:hover a {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff9b7;
}
.navigation_bar #main_menu .navbar-nav li:hover a:before {
  width: 100%;
  height: 1px;
  left: 0;
}
.navigation_bar #main_menu .navbar-nav li:hover a + .nav {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.navigation_bar #main_menu .navbar-nav li.active a {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff9b7;
}
.navigation_bar #main_menu .navbar-nav li.active a:before {
  width: 100%;
  height: 1px;
  left: 0;
}
.navigation_bar.scrolled {
  height: 110px;
}
.navigation_bar.scrolled .navbar-header .navbar-brand {
  height: 110px;
  padding: 32px 18px;
}
.navigation_bar.scrolled #main_menu .navbar-nav {
  padding-top: 35px;
}
.navigation_bar.scrolled #main_menu .navbar-nav li {
  /*padding: 15px 35px;*/
  padding:15px 15px;
}
.navigation_bar.scrolled #main_menu .navbar-nav li a + .nav {
  padding-top: 21px;
}
.main_slider {
  position: relative;
}
.main_slider .item {
  width: 100%;
}
.main_slider .item .slide_caption {
  position: absolute;
  width: 100%;
  top: 41%;
}
.main_slider .item .slide_caption .caption_iiner {
  padding-left: 50px;
}
.main_slider .item .slide_caption h2 {
  font-size: 130px;
  color: #413a3a;
  margin: 0;
  font-weight: 300;
  line-height: 98px;
}
.main_slider .item .slide_caption h3 {
  font-size: 72px;
  color: #413a3a;
  margin: 0;
}
.main_slider .item .slide_caption h4 {
  font-size: 48px;
  color: #271818;
  margin: 0;
}
.main_slider .item .slide_caption h5 {
  font-size: 18px;
  color: #8d8989;
  margin: 20px 0;
}
.main_slider .item .slide_caption p {
  margin: 0;
}
.main_slider .item .slide_caption .col-sm-6 {
  text-align: right;
}
.main_slider .owl-controls {
  position: absolute;
  top: 50%;
  left: -webkit-calc(50% - 565px);
  left: calc(50% - 565px);
}
.main_slider .owl-controls .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border: 3px solid #8d8989;
  background-color: transparent;
  border-radius: 100%;
  opacity: .5;
}
.main_slider .owl-controls .owl-dots .owl-dot + .owl-dot {
  margin-top: 35px;
}
.main_slider .owl-controls .owl-dots .owl-dot.active {
  opacity: 1;
  border-color: #025f53;
  background: #025f53;
}
.mouse_button {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  z-index: 99;
  text-align: center;
  -webkit-animation: mouseUpDown 2s ease-in-out;
  animation: mouseUpDown 2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.mouse_button #mouse {
  cursor: pointer;
}
@-webkit-keyframes mouseUpDown {
  0% {
    bottom: 120px;
  }
  25% {
    bottom: 130px;
  }
  50% {
    bottom: 120px;
  }
  75% {
    bottom: 110px;
  }
  100% {
    bottom: 120px;
  }
}
@keyframes mouseUpDown {
  0% {
    bottom: 120px;
  }
  25% {
    bottom: 130px;
  }
  50% {
    bottom: 120px;
  }
  75% {
    bottom: 110px;
  }
  100% {
    bottom: 120px;
  }
}
.page_cover {
  background: no-repeat scroll center top #e1f7fa;
  padding-top: 275px;
  padding-bottom: 135px;
  position: relative;
  z-index: 2;
}
.page_cover:before {
  content: '';
  width: 100%;
  height: 436px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  opacity: 0.09;
}
.page_cover h3 {
  text-transform: uppercase;
  color: #271818;
  margin: 0;
  line-height: 1;
  display: inline-block;
}
.page_cover .breadcrumb {
  background: none;
  margin: 0 80px 0 0;
  padding: 0;
}
.page_cover .breadcrumb li {
  color: #271818;
}
.page_cover .breadcrumb li a:hover {
  color: #025f53;
}
body.contact .page_cover:before {
  background-image: url(../../images/page-cover/1.jpg);
}
body.portfolio .page_cover:before {
  background-image: url(../../images/page-cover/2.jpg);
}
body.single-photo .page_cover:before {
  background-image: url(../../images/page-cover/3.jpg);
}
body.single-video .page_cover:before {
  background-image: url(../../images/page-cover/4.jpg);
}
body.single-webdesign .page_cover:before {
  background-image: url(../../images/page-cover/5.jpg);
}
body.graphic-design .page_cover:before,
body.web-design .page_cover:before,
body.web-development .page_cover:before,
body.branding .page_cover:before,
body.search-engine-optimization .page_cover:before,
body.social-media-optimization .page_cover:before,
body.mobile-apps .page_cover:before,
body.web-application .page_cover:before,
body.we-support .page_cover:before {
  background-image:none;
  background:#e1f7fa;
}
/*----------------------------------------------------------------*/
.project_slideshow {
  padding: 125px 0;
}
.project_slideshow .project_slider {
  overflow: hidden;
  padding-top: 122px;
  padding-bottom: 140px;
  position: relative;
}
.project_slideshow .project_slider .owl-stage-outer {
  overflow: visible;
}
.project_slideshow .project_slider .owl-item {
  height: auto;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.project_slideshow .project_slider .owl-item.center {
  z-index: 9999;
  -webkit-transform: scale(1.23);
  -ms-transform: scale(1.23);
  transform: scale(1.23);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  overflow: visible;
}
.project_slideshow .project_slider .owl-item.center:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  max-height: 121%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: -1;
  background: #e1f7fa;
  opacity: .79;
  left: 50%;
  top: 50%;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.project_slideshow .project_slider .owl-item.center:hover:before,
.project_slideshow .project_slider .owl-item.center:focus:before {
  width: 120%;
  height: 473px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  left: -10%;
  top: -27px;
}
.project_slideshow .project_slider .owl-controls {
  z-index: 0;
}
.project_slideshow .project_slider .owl-controls .owl-nav div {
  height: 134px;
  background: rgba(225, 247, 250, 0.56);
  width: 29.5%;
  margin-top: -134px;
}
.project_slideshow .project_slider .owl-controls .owl-nav div:before {
  content: '';
  width: 29px;
  height: 134px;
  display: block;
}
.project_slideshow .project_slider .owl-controls .owl-nav div.owl-prev {
  color: transparent;
  float: left;
}
.project_slideshow .project_slider .owl-controls .owl-nav div.owl-prev:before {
  background: url(../../images/slide/project-slide/arrow1.png) no-repeat scroll center center;
  position: relative;
  margin-left: 170px;
}
.project_slideshow .project_slider .owl-controls .owl-nav div.owl-next {
  color: transparent;
  float: right;
}
.project_slideshow .project_slider .owl-controls .owl-nav div.owl-next:before {
  background: url(../../images/slide/project-slide/arrow2.png) no-repeat scroll center center;
  position: relative;
  margin-right: 170px;
  float: right;
}
/*----------------------------------------------------------------*/
.services {
  padding: 130px 0;
  background: url(../../images/services/services-bg.png) no-repeat scroll center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.services .service {
  text-align: center;
}
.services .service .inner {
  width: 195px;
  margin: 0 auto;
}
.services .service .inner .icon_holder {
  line-height: 86px;
  margin-bottom: 35px;
}
.services .service .inner .icon_holder .ico {
  display: inline-block;
}
.services .service .inner .title {
  text-transform: uppercase;
  color: #271818;
  margin: 0 0 30px;
  line-height: 1;
  display: inline-block;
}
.services .service .inner .title:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #271818;
  margin-top: 15px;
}
.services .service .inner p {
  line-height: 30px;
  margin-bottom: 0;
}
.services .service:first-child .inner {
  float: left;
}
.services .service:last-child .inner {
  float: right;
}
/*----------------------------------------------------------------*/
.our-team {
  padding-top: 125px;
}
.our-team .team_slider {
  margin-bottom: 0;
}
.our-team .team_slider .owl-item {
  overflow: hidden;
}
.our-team .team_slider .item {
  position: relative;
}
.our-team .team_slider .item img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  width: 100%;
  bottom: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.our-team .team_slider .item .hover_box {
  padding: 50px 40px 50px 65px;
  background: url(../../images/team/hover-bg.png) no-repeat scroll 0 0 transparent;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: -100%;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  margin: 0 -1px;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.our-team .team_slider .item .hover_box h3 {
  margin-top: 0;
  text-transform: uppercase;
  color: #271818;
  display: inline-block;
}
.our-team .team_slider .item .hover_box h3:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #8d8989;
  margin-top: 10px;
}
.our-team .team_slider .item .hover_box h4 {
  text-transform: uppercase;
  color: #271818;
  margin-top: 7px;
  margin-bottom: 20px;
}
.our-team .team_slider .item .hover_box p {
  margin-bottom: 0;
}
.our-team .team_slider .item .hover_box .social {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  text-transform: uppercase;
}
.our-team .team_slider .item .hover_box .social li {
  float: left;
  padding: 0;
}
.our-team .team_slider .item .hover_box .social li + li {
  margin-left: 60px;
}
.our-team .team_slider .item .hover_box .social li a {
  color: #025f53;
}
.our-team .team_slider .item:hover img,
.our-team .team_slider .item:focus img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  bottom: 135px;
}
.our-team .team_slider .item:hover .hover_box,
.our-team .team_slider .item:focus .hover_box {
  bottom: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.our-team .team_slider .owl-controls {
  z-index: 0;
}
.our-team .team_slider .owl-controls .owl-nav div {
  height: 133px;
  background: rgba(225, 247, 250, 0.56);
  width: 25%;
  margin-top: -133px;
}
.our-team .team_slider .owl-controls .owl-nav div:before {
  content: '';
  width: 29px;
  height: 134px;
  display: block;
  margin: 0 auto;
}
.our-team .team_slider .owl-controls .owl-nav div.owl-prev {
  color: transparent;
  float: left;
}
.our-team .team_slider .owl-controls .owl-nav div.owl-prev:before {
  background: url(../../images/slide/project-slide/arrow1.png) no-repeat scroll center center;
  position: relative;
}
.our-team .team_slider .owl-controls .owl-nav div.owl-next {
  color: transparent;
  float: right;
}
.our-team .team_slider .owl-controls .owl-nav div.owl-next:before {
  background: url(../../images/slide/project-slide/arrow2.png) no-repeat scroll center center;
  position: relative;
}
.our-team .team_slider .owl-controls .owl-nav div:hover,
.our-team .team_slider .owl-controls .owl-nav div:focus {
  background: rgba(255, 247, 148, 0.6);
}
/*----------------------------------------------------------------*/
.fun-facts {
  padding: 140px 0;
  text-align: center;
}
.fun-facts .fact .inner {
  width: 195px;
  margin: 0 auto;
}
.fun-facts .fact .inner .fact-full-amount {
  margin-bottom: 30px;
  height: 200px;
  overflow: hidden;
  background: #f8f8f8;
}
.fun-facts .fact .inner .fact-full-amount .fact-amount {
  background: #fff9b7;
  position: absolute;
  width: 100%;
  bottom: -100%;
  left: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.fun-facts .fact .inner .fact-full-amount .fact-amount.activate {
  bottom: 0;
}
.fun-facts .fact .inner .fact-full-amount .fact-amount-num {
  width: 100%;
  line-height: 200px;
  font-size: 48px;
  color: #271818;
}
.fun-facts .fact .inner .fact-title {
  margin: 0;
  text-transform: uppercase;
  color: #271818;
}
.fun-facts .fact:first-child .inner {
  float: left;
}
.fun-facts .fact:last-child .inner {
  float: right;
}
/*----------------------------------------------------------------*/
.our-works {
  padding-top: 140px;
}
.our-works .work_slider {
  width: 100%;
}
.our-works .work_slider .owl-controls {
  z-index: 0;
}
.our-works .work_slider .owl-controls .owl-nav div {
  height: 133px;
  background: rgba(225, 247, 250, 0.56);
  width: 25%;
  max-width: 269px;
  margin-top: -133px;
}
.our-works .work_slider .owl-controls .owl-nav div:before {
  content: '';
  width: 29px;
  height: 134px;
  display: block;
  margin: 0 auto;
}
.our-works .work_slider .owl-controls .owl-nav div.owl-prev {
  color: transparent;
  float: left;
}
.our-works .work_slider .owl-controls .owl-nav div.owl-prev:before {
  background: url(../../images/slide/project-slide/arrow1.png) no-repeat scroll center center;
  position: relative;
}
.our-works .work_slider .owl-controls .owl-nav div.owl-next {
  color: transparent;
  float: right;
}
.our-works .work_slider .owl-controls .owl-nav div.owl-next:before {
  background: url(../../images/slide/project-slide/arrow2.png) no-repeat scroll center center;
  position: relative;
}
.our-works .work_slider .owl-controls .owl-nav div:hover,
.our-works .work_slider .owl-controls .owl-nav div:focus {
  background: rgba(255, 247, 148, 0.6);
}
.our-works .work {
  width: auto;
}
.our-works .work img {
  width: 100%;
}
.our-works .work .work-shot-link {
  position: relative;
  display: block;
}
.our-works .work .work-shot-link .work-shot {
  max-width: 100%;
  display: inline-block;
}
.our-works .work .work-shot-link .overlay {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(207, 231, 235, 0.9);
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.our-works .work .work-shot-link .overlay svg {
  position: absolute;
  top: -webkit-calc(50% - 22.5px);
  top: calc(50% - 22.5px);
  left: -webkit-calc(50% - 22.5px);
  left: calc(50% - 22.5px);
}
.our-works .work .work-shot-link:hover .overlay {
  opacity: 1;
}
.our-works .work.text_box {
  padding: 4vw;
  background: #f8f8f8;
}
.our-works .work.text_box h3 {
  text-transform: uppercase;
  color: #271818;
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 0;
}
.our-works .work.text_box h3:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #8d8989;
  margin-top: 10px;
}
.our-works .work.text_box p {
  margin: 0;
}
.our-works .work.text_box.thinking {
  min-height: 21.655vw;
}
.our-works .work.text_box.vision {
  min-height: 21.7596vw;
}
.our-works .work.text_box.view_all {
  min-height: 18vw;
  text-align: center;
  padding-top: 5.7vw;
}
.our-works .work.text_box.view_all p {
  margin-bottom: 45px;
  text-transform: uppercase;
  color: #271818;
}
.our-works .work.text_box.view_all a {
  display: block;
  padding: 0;
  line-height: 73px;
  background: #e1f7fa;
  text-transform: uppercase;
}
.our-works .work.text_box.view_all a:hover {
  color: #025f53;
  background: #ddecef;
}
.our-works .work.text_box.share_project {
  min-height: 18vw;
}
.our-works .work.text_box.share_project p {
  margin-bottom: 25px;
}
.our-works .work.text_box.share_project .social {
  list-style: none;
  display: table;
  margin-left: -17px;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
.our-works .work.text_box.share_project .social li {
  float: left;
  padding: 0 16px;
  text-transform: uppercase;
}
.our-works .work.text_box.share_project .social li a {
  color: #025f53;
}
.our-works .work.text_box.share_project .social li a:hover {
  color: #413a3a;
}
.our-works .work.video_work_cont a {
  display: inline-block;
  position: absolute;
  width: 150px;
  height: 100px;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  left: -webkit-calc(50% - 75px);
  left: calc(50% - 75px);
}
.our-works .work.video_work_cont a img {
  display: block;
}
.our-works .work.video_work_cont a:hover {
  background: #ddecef;
}
.our-works #works.home_page,
.our-works #works.single_photo_page,
.our-works #works.single_video_page {
  /*Video Page*/
}
.our-works #works.home_page .work-class-1,
.our-works #works.single_photo_page .work-class-1,
.our-works #works.single_video_page .work-class-1 {
  width: -webkit-calc(32.7378vw - 6px);
  width: calc(32.7378vw - 6px);
}
.our-works #works.home_page .work-class-2,
.our-works #works.single_photo_page .work-class-2,
.our-works #works.single_video_page .work-class-2 {
  width: -webkit-calc(24.33vw - 6px);
  width: calc(24.33vw - 6px);
}
.our-works #works.home_page .work-class-3,
.our-works #works.single_photo_page .work-class-3,
.our-works #works.single_video_page .work-class-3 {
  width: -webkit-calc(42.9322vw - 6px);
  width: calc(42.9322vw - 6px);
}
.our-works #works.home_page .work-class-4,
.our-works #works.single_photo_page .work-class-4,
.our-works #works.single_video_page .work-class-4 {
  width: -webkit-calc(57.0678vw - 9px);
  width: calc(57.0678vw - 9px);
}
.our-works #works.home_page .work-class-5,
.our-works #works.single_photo_page .work-class-5,
.our-works #works.single_video_page .work-class-5 {
  width: -webkit-calc(22.4911vw - 4px);
  width: calc(22.4911vw - 4px);
}
.our-works #works.home_page .work-class-6,
.our-works #works.single_photo_page .work-class-6,
.our-works #works.single_video_page .work-class-6 {
  width: -webkit-calc(20.4411vw - 4px);
  width: calc(20.4411vw - 4px);
}
.our-works #works.home_page .work-class-7,
.our-works #works.single_photo_page .work-class-7,
.our-works #works.single_video_page .work-class-7 {
  width: -webkit-calc(22.4911vw - 4px);
  width: calc(22.4911vw - 4px);
}
.our-works #works.home_page .work-class-8,
.our-works #works.single_photo_page .work-class-8,
.our-works #works.single_video_page .work-class-8 {
  width: -webkit-calc(43.195vw - 13px);
  width: calc(43.195vw - 13px);
}
.our-works #works.home_page .work-class-9,
.our-works #works.single_photo_page .work-class-9,
.our-works #works.single_video_page .work-class-9 {
  width: -webkit-calc(56.805vw - 6px);
  width: calc(56.805vw - 6px);
}
.our-works #works.home_page .work-class-10,
.our-works #works.single_photo_page .work-class-10,
.our-works #works.single_video_page .work-class-10 {
  width: -webkit-calc(21.2vw - 6px);
  width: calc(21.2vw - 6px);
}
.our-works #works.home_page .work-class-11,
.our-works #works.single_photo_page .work-class-11,
.our-works #works.single_video_page .work-class-11 {
  width: -webkit-calc(21.9vw - 6px);
  width: calc(21.9vw - 6px);
}
.our-works #works.home_page .work-class-12,
.our-works #works.single_photo_page .work-class-12,
.our-works #works.single_video_page .work-class-12 {
  width: -webkit-calc(32.7378vw - 6px);
  width: calc(32.7378vw - 6px);
}
.our-works #works.home_page .work-class-13,
.our-works #works.single_photo_page .work-class-13,
.our-works #works.single_video_page .work-class-13 {
  width: -webkit-calc(24.33vw - 6px);
  width: calc(24.33vw - 6px);
}
.our-works #works.home_page .work-class-14,
.our-works #works.single_photo_page .work-class-14,
.our-works #works.single_video_page .work-class-14 {
  width: -webkit-calc(42.9322vw - 6px);
  width: calc(42.9322vw - 6px);
}
.our-works #works.home_page .work-class-15,
.our-works #works.single_photo_page .work-class-15,
.our-works #works.single_video_page .work-class-15 {
  width: -webkit-calc(20.6611vw - 4px);
  width: calc(20.6611vw - 4px);
}
.our-works #works.home_page .work-class-16,
.our-works #works.single_photo_page .work-class-16,
.our-works #works.single_video_page .work-class-16 {
  width: -webkit-calc(36.21vw - 6px);
  width: calc(36.21vw - 6px);
}
.our-works #works.home_page .work-class-17,
.our-works #works.single_photo_page .work-class-17,
.our-works #works.single_video_page .work-class-17 {
  width: -webkit-calc(22.42vw - 4px);
  width: calc(22.42vw - 4px);
}
.our-works #works.home_page .work-class-18,
.our-works #works.single_photo_page .work-class-18,
.our-works #works.single_video_page .work-class-18 {
  width: -webkit-calc(20.5vw - 1px);
  width: calc(20.5vw - 1px);
}
.video_work_embed {
  width: 900px;
  max-width: 85%;
  margin: 0 auto;
  height: 500px;
  padding: 0;
}
/*----------------------------------------------------------------*/
.quote {
  background: url(../../images/quote/quote.jpg) no-repeat scroll center center transparent;
}
.quote .quote_inner {
  padding: 172px 0 123px;
  position: relative;
}
.quote .quote_inner .quote_box {
  padding: 50px 100px;
  background: #fff;
  max-width: 768px;
}
.quote .quote_inner .quote_box p {
  line-height: 36px;
  font-size: 24px;
  margin: 0;
}
.quote .quote_inner .quote_box span {
  color: #271818;
  line-height: 36px;
}
.quote .quote_inner .quote-girl {
  position: absolute;
  top: 0;
  right: 30px;
}
/*----------------------------------------------------------------*/
.causes {
  padding: 130px 0;
}
.causes .cause {
  text-align: center;
}
.causes .cause .inner {
  max-width: 230px;
  margin: 0 auto;
}
.causes .cause .inner .icon_holder {
  line-height: 91px;
  margin-bottom: 35px;
}
.causes .cause .inner .icon_holder .ico {
  display: inline-block;
}
.causes .cause .inner .title {
  text-transform: uppercase;
  color: #271818;
  margin: 0 0 30px;
  line-height: 1;
  display: inline-block;
}
.causes .cause .inner .title:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #271818;
  margin-top: 15px;
}
.causes .cause .inner p {
  line-height: 30px;
  margin-bottom: 0;
}
.causes .cause:first-child .inner {
  float: left;
}
.causes .cause:last-child .inner {
  float: right;
}
/*----------------------------------------------------------------*/
.testimonial_row {
  padding-top: 110px;
  background: url(../../images/testimonial/bg.jpg);
  overflow: hidden;
}
.testimonial_row .testimonial_slider {
  margin-bottom: 85px;
  position: relative;
}
.testimonial_row .testimonial_slider .item {
  text-align: center;
}
.testimonial_row .testimonial_slider .item p {
  margin-bottom: 60px;
}
.testimonial_row .testimonial_slider .item h3 {
  margin-top: 0;
  text-transform: uppercase;
  color: #271818;
  display: inline-block;
}
.testimonial_row .testimonial_slider .item h3:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #8d8989;
  margin-top: 10px;
}
.testimonial_row .testimonial_slider .item h4 {
  text-transform: uppercase;
  color: #271818;
  margin-top: 7px;
  margin-bottom: 20px;
}
.testimonial_row .owl-nav {
  position: absolute;
  z-index: 0;
  top: 250px;
  left: 0;
  width: 100%;
  height: 122px;
  background: rgba(225, 247, 250, 0.56);
  color: transparent;
}
.testimonial_row .owl-nav div {
  height: 122px;
  width: 15%;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.testimonial_row .owl-nav div:before {
  content: '';
  width: 29px;
  height: 122px;
  display: block;
  margin: 0 auto;
}
.testimonial_row .owl-nav div.owl-prev {
  color: transparent;
  float: left;
}
.testimonial_row .owl-nav div.owl-prev:before {
  background: url(../../images/slide/project-slide/arrow1.png) no-repeat scroll center center;
}
.testimonial_row .owl-nav div.owl-next {
  color: transparent;
  float: right;
}
.testimonial_row .owl-nav div.owl-next:before {
  background: url(../../images/slide/project-slide/arrow2.png) no-repeat scroll center center;
}
.testimonial_row .owl-nav div:hover,
.testimonial_row .owl-nav div:focus {
  background: #1faabd;
}
.testimonial_row .divider {
  height: 20px;
  background: #fff;
}
.testimonial_row .logos {
  padding: 87px 0;
  line-height: 210px;
  text-align: center;
}
/*----------------------------------------------------------------*/
.themes {
  padding: 160px 0 150px;
}
.themes .themes_slider .item {
  height: 100%;
}
.themes .themes_slider .item .text_part .inner {
  position: relative;
  float: right;
  width: 500px;
  margin: 0;
  padding-top: 200px;
}
.themes .themes_slider .item .text_part .inner h3 {
  text-transform: uppercase;
  color: #271818;
  margin: 0 0 30px;
  line-height: 1;
  display: inline-block;
}
.themes .themes_slider .item .text_part .inner h3:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #271818;
  margin-top: 15px;
}
.themes .themes_slider .item .text_part .inner p {
  margin-bottom: 105px;
}
.themes .themes_slider .item .text_part .inner a {
  background: #e1f7fa;
  line-height: 73px;
  text-transform: uppercase;
  color: #271818;
  display: block;
  text-align: center;
}
.themes .themes_slider .item .text_part .inner a:hover {
  background: #1faabd;
  color: #fff;
}
.themes .themes_slider .owl-controls {
  position: absolute;
  top: -webkit-calc(50% - 67px);
  top: calc(50% - 67px);
  width: 100%;
  z-index: 0;
}
.themes .themes_slider .owl-controls .owl-nav div {
  height: 134px;
  background: rgba(225, 247, 250, 0.56);
  width: 20%;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.themes .themes_slider .owl-controls .owl-nav div:before {
  content: '';
  width: 29px;
  height: 134px;
  display: block;
  margin: 0 auto;
}
.themes .themes_slider .owl-controls .owl-nav div.owl-prev {
  color: transparent;
  float: left;
}
.themes .themes_slider .owl-controls .owl-nav div.owl-prev:before {
  background: url(../../images/slide/project-slide/arrow1.png) no-repeat scroll center center;
  position: relative;
}
.themes .themes_slider .owl-controls .owl-nav div.owl-next {
  color: transparent;
  float: right;
}
.themes .themes_slider .owl-controls .owl-nav div.owl-next:before {
  background: url(../../images/slide/project-slide/arrow2.png) no-repeat scroll center center;
  position: relative;
}
.themes .themes_slider .owl-controls .owl-nav div:hover,
.themes .themes_slider .owl-controls .owl-nav div:focus {
  background: #e1f7fa;
}
/*----------------------------------------------------------------*/
.contact_section .social_networks .social_network_inner {
  background: url(../../images/contact/net1.jpg) repeat scroll left top;
  height: 524px;
}
.contact_section .social_networks .social_network_inner .inner_box {
  padding: 150px 60px 0 78px;
  width: 460px;
  height: 524px;
  margin-bottom: 0;
  margin-right: -30px;
  background: #f8f8f8;
  float: right;
  z-index: 2;
  position: relative;
}
.contact_section .social_networks .social_network_inner .inner_box h3 {
  text-transform: uppercase;
  color: #271818;
  margin: 0 0 45px;
  line-height: 1;
  display: inline-block;
}
.contact_section .social_networks .social_network_inner .inner_box h3:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #271818;
  margin-top: 15px;
}
.contact_section .social_networks .social_network_inner .inner_box p {
  margin-bottom: 25px;
}
.contact_section .social_networks .social_network_inner .inner_box .social {
  list-style: none;
  display: table;
  margin-left: -17px;
  margin-bottom: 85px;
  padding: 0;
  text-align: center;
}
.contact_section .social_networks .social_network_inner .inner_box .social li {
  float: left;
  padding: 0 16px;
  text-transform: uppercase;
}
.contact_section .social_networks .social_network_inner .inner_box .social li a {
  color: #025f53;
}
.contact_section .social_networks .social_network_inner .inner_box .social li a:hover {
  color: #413a3a;
}
.contact_section .social_networks .social_network_outer {
  background: url(../../images/contact/net2.jpg) repeat scroll right top;
  height: 524px;
}
.contact_section .location #mapBox {
  height: 448px;
}
.contact_section .location .address_box {
  height: 448px;
  background: url(../../images/contact/location.jpg) repeat-x scroll right top;
}
.contact_section .location .address_box .address {
  padding: 80px 60px 0 78px;
  width: 430px;
  height: 448px;
  margin-bottom: 0;
  background: #f8f8f8;
}
.contact_section .location .address_box .address h3 {
  text-transform: uppercase;
  color: #271818;
  margin: 0;
  line-height: 1;
  display: inline-block;
}
.contact_section .location .address_box .address h3:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #271818;
  margin-top: 15px;
}
.contact_section .location .address_box .address p {
  margin-top: 15px;
  margin-bottom: 0;
}
.contact_section .location .address_box .address p .lebel {
  text-transform: uppercase;
  color: #271818;
}
.contact_section .contact_form .form_part {
  background: url(../../images/contact/contact1.jpg) repeat scroll left top #f8f8f8;
}
.contact_section .contact_form .form_part .form_inner {
  width: 699px;
  max-width: 100%;
  float: right;
  background: #fff;
  position: relative;
}
.contact_section .contact_form .form_part .form_inner #contactForm {
  padding: 87px 117px 87px 81px;
  background: #f8f8f8;
}
.contact_section .contact_form .form_part .form_inner #contactForm h3 {
  text-transform: uppercase;
  color: #271818;
  margin: 0 0 40px;
  line-height: 1;
  display: inline-block;
}
.contact_section .contact_form .form_part .form_inner #contactForm h3:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #271818;
  margin-top: 15px;
}
.contact_section .contact_form .form_part .form_inner #contactForm .form-control {
  background-color: transparent;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 2px;
  height: 66px;
  padding: 18px 25px;
  line-height: 30px;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.contact_section .contact_form .form_part .form_inner #contactForm .form-control + .form-control {
  margin-top: 20px;
}
.contact_section .contact_form .form_part .form_inner #contactForm .form-control::-moz-placeholder {
  color: #8d8989;
  text-transform: uppercase;
  transition: all 300ms ease-in-out 0s;
}
.contact_section .contact_form .form_part .form_inner #contactForm .form-control:-ms-input-placeholder {
  color: #8d8989;
  text-transform: uppercase;
  transition: all 300ms ease-in-out 0s;
}
.contact_section .contact_form .form_part .form_inner #contactForm .form-control::-webkit-input-placeholder {
  color: #8d8989;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.contact_section .contact_form .form_part .form_inner #contactForm textarea.form-control {
  height: 100px;
  resize: none;
}
.contact_section .contact_form .form_part .form_inner #contactForm input[type="submit"] {
  background: #e1f7fa;
  line-height: 73px;
  text-transform: uppercase;
  color: #271818;
  display: block;
  text-align: center;
  width: 100%;
  border: none;
  margin-top: 38px;
  font-size: 18px;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.contact_section .contact_form .form_part .form_inner #contactForm input[type="submit"]:hover {
  background: #1faabd;
  color: #fff;
}
.contact_section .contact_form .form_part .form_inner #success,
.contact_section .contact_form .form_part .form_inner #error {
  display: none;
  position: absolute;
  top: 0;
  text-align: center;
  text-transform: uppercase;
  background: rgba(39, 24, 24, 0.05);
  height: 100%;
  left: 0;
}
.contact_section .contact_form .form_part .form_inner #success p,
.contact_section .contact_form .form_part .form_inner #error p {
  margin: 0;
}
.contact_section .contact_form .form_part .form_inner #success {
  color: #025f53;
}
.contact_section .contact_form .form_part .form_inner #error {
  color: red;
}
.contact_section .contact_form .form_outer {
  background: url(../../images/contact/contact2.jpg) repeat-x scroll right top;
}
.contact_section.contact_section_page .location .address_box {
  background-image: url(../../images/contact/location2.jpg);
}
.contact_section.contact_section_page .contact_form .form_part {
  /*background-image: url(https://www.ydoodle.com/images/contact/contact1-2.jpg);*/
}
.contact_section.contact_section_page .contact_form .form_outer {
  background-image: url(../../images/contact/contact2-2.jpg);
}
/*----------------------------------------------------------------*/
.portfolio_section .filter_row {
  padding: 107px 0;
  text-align: center;
}
.portfolio_section .filter_row #filters ul {
  margin-bottom: 0;
  display: inline-block;
  margin: 0 auto;
}
.portfolio_section .filter_row #filters ul li {
  text-transform: uppercase;
  float: left;
  padding: 0 32px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.portfolio_section .filter_row #filters ul li:after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background: #271818;
  margin: 15px auto 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.portfolio_section .filter_row #filters ul li.active {
  color: #025f53;
}
.portfolio_section .filter_row #filters ul li.active:after {
  width: 100%;
}
.portfolio_section #portfolio_containers {
  margin: 0 -5px;
}
.portfolio_section #portfolio_containers .p_item {
  padding: 5px;
}
.portfolio_section #portfolio_containers .p_item.p_item_1 {
  width: 58.25%;
}
.portfolio_section #portfolio_containers .p_item.p_item_2 {
  width: 41.75%;
}
.portfolio_section #portfolio_containers .p_item .inner {
  position: relative;
}
.portfolio_section #portfolio_containers .p_item .inner .hover_bg {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background: rgba(225, 247, 250, 0.73);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.portfolio_section #portfolio_containers .p_item .inner .inner_cnt {
  overflow: hidden;
}
.portfolio_section #portfolio_containers .p_item .inner .item_shot {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.portfolio_section #portfolio_containers .p_item .inner .hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #e1f7fa;
  padding: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.portfolio_section #portfolio_containers .p_item .inner .hover h3 {
  text-transform: uppercase;
  color: #271818;
  margin: 0 0 20px;
  line-height: 1;
  display: inline-block;
}
.portfolio_section #portfolio_containers .p_item .inner .hover h3:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #271818;
  margin-top: 15px;
}
.portfolio_section #portfolio_containers .p_item .inner .hover h3:hover {
  color: #025f53;
}
.portfolio_section #portfolio_containers .p_item .inner .hover h3:hover:after {
  background: #025f53;
}
.portfolio_section #portfolio_containers .p_item .inner .hover h4 {
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-top: 0;
}
.portfolio_section #portfolio_containers .p_item .inner .hover h5 {
  margin: 0;
  text-transform: uppercase;
}
.portfolio_section #portfolio_containers .p_item:hover,
.portfolio_section #portfolio_containers .p_item:focus {
  z-index: 99999;
}
.portfolio_section #portfolio_containers .p_item:hover .inner .hover_bg,
.portfolio_section #portfolio_containers .p_item:focus .inner .hover_bg {
  top: -7%;
  left: -13%;
  width: 126%;
  height: 114%;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.portfolio_section #portfolio_containers .p_item:hover .inner .item_shot,
.portfolio_section #portfolio_containers .p_item:focus .inner .item_shot {
  margin-top: -50px;
  margin-bottom: 50px;
}
.portfolio_section #portfolio_containers .p_item:hover .inner .hover,
.portfolio_section #portfolio_containers .p_item:focus .inner .hover {
  bottom: 0;
  padding: 48px 80px 35px;
}
/*----------------------------------------------------------------*/
footer {
  padding: 146px 0;
}
footer .container {
  max-width: 900px;
  text-align: center;
}
footer .container .logo {
  display: inline-block;
  margin-bottom: 65px;
}
footer .container .logo:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #271818;
  margin-top: 15px;
}
footer .container p {
  margin-bottom: 65px;
}
footer .container .social {
  list-style: none;
  display: table;
  margin: 0 auto;
  margin-bottom: 85px;
  padding: 0;
  text-align: center;
}
footer .container .social li {
  float: left;
  /*padding: 0 55px;*/
  padding:0 35px;
  text-transform: uppercase;
}
footer .container .social li a {
  color: #025f53;
}
footer .container .social li a:hover {
  color: #413a3a;
}
footer .container h6 {
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
}
footer .container h6:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #8d8989;
  margin-bottom: 15px;
}
footer .container h6 span {
  margin-right: 12px;
  font-size: 18px;
}
/*----------------------------------------------------------------*/
.project_slideshow.single_page {
  padding: 80px 0;
}
.our-works.single_page {
  padding: 0;
}
.our-works.single_page.video_project .work_slider.work_slider_video {
  width: 817px;
  min-height: 21.5625vw;
}
.our-works.single_page.video_project .work.text_box.thinking {
  min-height: 21.5625vw;
}
.our-works.single_page.video_project .work.text_box.share_project {
  width: 426px;
  min-height: 20.625vw;
}
.project_desc {
  padding: 136px 0;
}
.project_desc .desc_title {
  text-transform: uppercase;
  color: #271818;
  margin: 0 0 50px;
  line-height: 1;
  display: inline-block;
}
.project_desc .desc_title:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #271818;
  margin-top: 5px;
}
.project_desc .media-group .media + .media {
  margin-top: 30px;
}
.project_desc .media-group .media .media-left span {
  text-transform: uppercase;
  white-space: nowrap;
}
.project_desc .media-group .media .media-body a {
  color: #025f53;
}
.project_desc .about_project .media-group .media .media-left {
  min-width: 100px;
  padding-right: 0;
}
.project_desc .about_project .media-group .media .media-left span {
  line-height: 27px;
  padding: 0 5px;
  display: inline-block;
  background: #271818;
  color: #fff;
}
.project_desc .we_used .dl-horizontal dt {
  text-align: left;
}
.project_desc .we_used .dl-horizontal dt span {
  line-height: 27px;
  padding: 0 5px;
  display: inline-block;
  color: #271818;
  text-transform: uppercase;
  font-weight: normal;
}
.project_desc .we_used .dl-horizontal dd {
  margin-bottom: 30px;
}
.project_desc .we_used .dl-horizontal dd:last-child {
  margin-bottom: 0;
}
.project_desc .we_used .dl-horizontal dd .progress {
  background: #f2f2f2;
  height: 27px;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
.project_desc .we_used .dl-horizontal dd .progress .progress-bar {
  background: #fff472;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.paginations {
  padding: 90px 0 75px;
  background: rgba(225, 247, 250, 0.52);
}
.paginations .prev a,
.paginations .back_all a,
.paginations .next a {
  text-transform: uppercase;
  color: #025f53;
  display: inline-block;
}
.paginations .prev a:before,
.paginations .back_all a:before,
.paginations .next a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 17px;
  background: no-repeat scroll center center;
  position: absolute;
  top: 2px;
}
.paginations .prev a:hover,
.paginations .back_all a:hover,
.paginations .next a:hover {
  color: #271818;
}
.paginations .prev {
  text-align: left;
}
.paginations .prev a:before {
  background-image: url(../../images/work/single/arrow/left.png);
  left: -30px;
}
.paginations .prev a:hover:before {
  left: -15px;
}
.paginations .back_all {
  text-align: center;
}
.paginations .back_all a:before {
  width: 100%;
  height: 11px;
  top: -22px;
  background-image: url(../../images/work/single/arrow/up.png);
}
.paginations .back_all a:hover:before {
  top: -15px;
}
.paginations .next {
  text-align: right;
}
.paginations .next a:before {
  background-image: url(../../images/work/single/arrow/right.png);
  right: -30px;
}
.paginations .next a:hover:before {
  right: -15px;
}
.video_single {
  padding: 132px 0;
}
.video_single .container {
  width: 1280px;
  max-width: 100%;
}
.video_single .container .inner {
  position: relative;
}
.video_single .container .inner a {
  display: inline-block;
  position: absolute;
  width: 150px;
  height: 100px;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  left: -webkit-calc(50% - 75px);
  left: calc(50% - 75px);
}
.video_single .container .inner a img {
  display: block;
}
.video_single .container .inner a:hover {
  background: #ddecef;
}
.template_type {
  background: url(../../images/work/single/ecommerce/bg.png) no-repeat scroll center top;
  padding: 90px 0 100px;
}
.template_type .type_texts {
  padding-left: 100px;
}
.template_type .type_texts h3 {
  text-transform: uppercase;
  color: #271818;
  margin: 55px 0 30px;
  line-height: 1;
  display: inline-block;
}
.template_type .type_texts h3:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #271818;
  margin-top: 15px;
}
.template_type .type_texts p {
  color: #413d3d;
  margin: 0;
  max-width: 440px;
}
.webdesign_project_info {
  padding: 90px 0 130px;
  overflow-x: hidden;
  background: url(../../images/work/single/ecommerce/1.jpg) no-repeat scroll center center;
}
.webdesign_project_info .project_info {
  padding: 80px 64px 0 80px;
  width: 447px;
}
.webdesign_project_info .project_info h3 {
  text-transform: uppercase;
  color: #271818;
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 0;
}
.webdesign_project_info .project_info h3:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #8d8989;
  margin-top: 10px;
}
.webdesign_project_info .project_info p {
  margin: 0;
}
.webdesign_project_info .project_info .social {
  list-style: none;
  display: table;
  margin-left: -17px;
  margin-bottom: 85px;
  padding: 0;
  text-align: center;
  margin-top: 20px;
}
.webdesign_project_info .project_info .social li {
  float: left;
  padding: 0 16px;
  text-transform: uppercase;
}
.webdesign_project_info .project_info .social li a {
  color: #025f53;
}
.webdesign_project_info .project_info .social li a:hover {
  color: #413a3a;
}
.webdesign_project_info .project_info .inspiration {
  margin-bottom: 590px;
}
.webdesign_project_info .webdesign_project_slider_col {
  width: -webkit-calc(100% - 447px);
  width: calc(100% - 447px);
}
.webdesign_project_info .webdesign_project_slider_col .webdesign_project_slider {
  z-index: 2;
}
.webdesign_project_info #custom_owl_nav {
  height: 134px;
  position: absolute;
  width: 100%;
  background: rgba(225, 247, 250, 0.56);
  top: 55.3%;
}
.webdesign_project_info #custom_owl_nav div {
  height: 134px;
  width: 15vw;
  cursor: pointer;
}
.webdesign_project_info #custom_owl_nav div:before {
  content: '';
  width: 29px;
  height: 134px;
  display: block;
  margin: 0 auto;
}
.webdesign_project_info #custom_owl_nav div.owl-prev {
  color: transparent;
  float: left;
}
.webdesign_project_info #custom_owl_nav div.owl-prev:before {
  background: url(../../images/slide/project-slide/arrow1.png) no-repeat scroll center center;
  position: relative;
}
.webdesign_project_info #custom_owl_nav div.owl-next {
  color: transparent;
  float: right;
}
.webdesign_project_info #custom_owl_nav div.owl-next:before {
  background: url(../../images/slide/project-slide/arrow2.png) no-repeat scroll center center;
  position: relative;
}
/*----------------------------------------------------------------*/
.offline {
  background: url(../../images/error/1.jpg) no-repeat scroll center top;
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
}
.offline .content {
  padding-top: 26%;
}
.offline .content .logo {
  display: inline-block;
}
.offline .content h2 {
  margin: 95px auto 140px;
  font-size: 48px;
  color: #271818;
}
.offline .content p {
  margin: 0;
}
.page-404 {
  background: url(../../images/error/2.jpg) no-repeat scroll center top;
  text-align: right;
}
.page-404 .content {
  padding-top: -webkit-calc(50vh - 220px);
  padding-top: calc(50vh - 220px);
}
.page-404 .content .logo {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #271818;
}
.page-404 .content h1 {
  font-size: 150px;
  line-height: 1;
  margin: 65px 0 0;
  color: #271818;
}
.page-404 .content h2 {
  margin: -6px 0 50px;
  text-transform: uppercase;
}
.page-404 .content p {
  max-width: 305px;
  float: right;
}
.page-404 .content p a {
  color: #025f53;
  text-decoration: underline;
}
.page-404 .content p a:hover {
  color: #271818;
  text-decoration: none;
}
/*----------------------------------------------------------------*/

/**universal css **/

.copyc { margin-right:6px !important;}
.navigation_bar .navbar-header .navbar-brand span { display:none !important;}
footer .container .social li { padding:0px 35px !important;}
.navigation_bar.scrolled #main_menu .navbar-nav li {padding: 15px 15px !important;}
a.getquotebtn {
line-height: 27px;
padding: 0px 5px;
display: inline-block;
background:#A4FCFF none repeat scroll 0% 0%;
color:#271818 !important;
text-transform: uppercase;
white-space: nowrap;
font-size: 18px;}