::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #888; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.margin-div{
    margin-top: 100px;
}
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');
html, body {
 	height: 100%;
    
@media screen and (max-width: 600px) {
  .nomobile {
    visibility: hidden;
    clear: both;
    float: right;
    margin: 5px auto;
    width: 22%;
    height: auto;
    display: none;
  }
}
}
body {
  position: relative;
 	-webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: #fff;
 	font-family: 'Poppins', Helvetica, Arial, sans-serif;
 	font-size: 14px;
 	line-height: 1.5;
 	letter-spacing: 1px;
}
body.no-scroll {
  overflow: hidden;
}
input::-moz-focus-inner {
  border: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* ----------------------------------------
   -------------- 2.TYPOGRAPHY ------------
   ---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
a {
 	color: #000;
 	font-family: 'Poppins', Helvetica, Arial, sans-serif;
    line-height: 1.5;
 	margin: 0;
 	padding: 0;
}
h1 {
  font-size: 47px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
h2 {
  font-weight: 700;
 	font-size: 31px;
  line-height: 46px;
 	letter-spacing: 0.04em;
}
h3 {
	font-size: 21px;
  line-height: 34px;
	letter-spacing: 0.03em;
  font-weight: 600;
}
h4 {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.025em;
}
p {
 	color: #4c4c4c;
 	line-height: 24px;
 	letter-spacing: 0.025em;
}
a {
 	text-decoration: none;
 	font-size: 14px;
  font-weight: 600;
  outline: none!important;
  cursor: pointer;
}
a:hover,
a:focus,
a:active {
 	color: #898989;
 	text-decoration: none;
 	outline: none!important;
}
/* ----------------------------------------
   --------------- 3.HELPERS --------------
   ---------------------------------------- */
.no-padding {
  padding: 0;
  overflow-x: hidden;
}
.img-full {
  width: 100%;
}
.section-title {
  margin-bottom: 96px;
}
.section-title p {
  margin-top: 14px;
}
/* ----------------------------------------
   -------------- 4.SPECING ---------------
   ---------------------------------------- */
.pd-t-72 {
  padding-top: 72px;
}
.pd-t-b-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.pd-t-96 {
  padding-top: 96px;
}
.pd-t-b-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}
.pd-t-b-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.pd-t-b-144 {
  padding-top: 144px;
  padding-bottom: 144px;
}
.pd-t-144 {
  padding-top: 144px;
}
.pd-b-144 {
  padding-bottom: 144px;
}
/* ----------------------------------------
   -------------- 5.PRELOADER -------------
   ---------------------------------------- */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}
.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background-color: #000;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
@keyframes preloader-fx {
  0% {transform: scale(0, 0); opacity:0.5;}
  100% {transform: scale(1, 1); opacity:0;}
}
@-webkit-keyframes preloader-fx {
  0% {-webkit-transform: scale(0, 0); opacity:0.5;}
  100% {-webkit-transform: scale(1, 1); opacity:0;}
}
/* ----------------------------------------
   -------------- 6.BUTTONS ---------------
   ---------------------------------------- */
.btn {
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  padding: 18px 40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-dark {
  color: #000;
  border: 2px solid #000;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-dark:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-dark:hover:before {
  width: 100%;
}
.btn-dark:hover {
  color: #fff;
}
.btn-light {
  color: #fff;
  border: 2px solid #fff;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-light:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-light:hover:before {
  width: 100%;
}
.btn-light:hover {
  color: #000;
}
/* ----------------------------------------
   ------------ 7.GO UP BUTTON ------------
   ---------------------------------------- */
.button-up {
  display: none;
  position: fixed;
  bottom: 82px;
  right: 38px;
  z-index: 20;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
}
.button-up a {
  position: relative;
  font-size: 12px;
  color: #000;
  padding: 2px 8px;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-up a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-up:hover a:before {
  width: 100%;
}
.button-up:hover a {
  color: #fff;
}
/* ----------------------------------------
   ------------ 8.SOCIAL-LIST -------------
   ---------------------------------------- */
.social-list li {
  display: inline-block;
  margin: 0 14px;
}
.social-list li a {
  color: #4c4c4c;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social-list li:first-child {
  margin-left: 0;
}
.social-list li:last-child {
  margin-right: 0;
}
.social-list li:hover a {
  color: #000;
}
/* ----------------------------------------
   ------------ 8.1.DARK-SOCIAL -----------
   ---------------------------------------- */
.dark-socials {
  position: fixed;
  bottom: 180px;
  left: -67px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 20;
}
.dark-socials li {
  display: inline-block;
  margin: 0 8px;
}
.dark-socials li a {
  position: relative;
  color: #000;
  font-size: 12px;
  z-index: 1;
  padding: 2px 8px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark-socials li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.dark-socials li:hover a:before {
  width: 100%;
}
.dark-socials li:hover a {
  color: #fff;
}
/* ----------------------------------------
   -------- 9.HEADER AND NAVIGATION -------
   ---------------------------------------- */
.nav-up {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  transform: translateY(-100px);
}
.navbar {
  min-height: 50px;
  margin-bottom: 0;
  padding: 25px 0;
}
nav .container-fluid {
  padding: 0 48px;
}
.navbar-fixed-top {
  z-index: 99;
}
.navbar-default {
  background-color: #fff;
  border: 0;
  height: 100px;
  line-height: 100px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  margin-top: 1px;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #666!important;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
  padding: 13px 18px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #000!important;
  background-color: transparent;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.top-nav-collapse .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 8px;
}
.dropdown-menu {
  background-color: #000;
  padding: 16px 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.caret {
  margin-bottom: 2px;
  margin-left: 4px;
}
.navbar-right .dropdown-menu {
  left: 0;
}
.dropdown-menu > li > a {
  color: #fafafa;
  padding: 8px 0 8px 24px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #fff;
}
/* ----------------------------------------
   --------------- 10.INTRO ---------------
   ---------------------------------------- */
.intro {
  position: relative;
  height: 20px;
}
.intro-text {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%,-40%);
  -moz-transform: translate(-50%,-40%);
  transform: translate(-50%,-40%);
}
/* ----------------------------------------
   --------------- 11.FOOTER --------------
   ---------------------------------------- */
footer p {
  margin: 24px 0 0 0;
  font-size: 14px;
  letter-spacing: 0.1em;
}
/* ----------------------------------------
   ------------- 12.PORTFOLIO -------------
   ---------------------------------------- */
.work-grid {
  margin-top: 168px;
}
.work-spacing {
  margin-bottom: 30px;
}
.grid-item {
  position: relative;
  overflow: hidden;
  display: block;
}
.grid-item .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.grid-item:hover .portfolio-overlay {
  opacity: 1;
  width: 100%;
}
.grid-item:hover .portfolio-overlay .portfolio-overlay-text {
  opacity: 1;
}
.grid-item .portfolio-overlay .portfolio-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.4s ease 0.3s;
  -moz-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
  opacity: 0;
}
.grid-item .portfolio-overlay .portfolio-overlay-text h3 {
  color: #fff;
}
/* ----------------------------------------
   ------------ 13.SINGLE WORK ------------
   ---------------------------------------- */
.single-work-1,
.single-work-2,
.single-work-3  {
  display: inline-block;
}
.single-work-1,
.single-work-3 {
  float: left;
  width: 61%;
  padding-left: 144px;
}
.single-work-2 {
  float: right;
  width: 68%;
  margin-top: 48px;
  margin-bottom: 60px;
  padding-right: 30px;
}
.single-work-3 {
  width: 76%;
  padding-left: 196px;
}
.single-work-3 img {
  margin-top: 48px;
  margin-bottom: 24px;
}
.single-work-1 .share {
  margin-top: 20px;
}
.portfolio-text:nth-of-type(1) {
  margin-top: 20px;
}
.portfolio-text {
  margin-bottom: 16px;
}
.portfolio-text h4 {
  font-weight: 700;
}
.portfolio-text h4 span {
  font-weight: normal;
}
/* ----------------------------------------
   ------------- 14.ABOUT PAGE -------------
   ---------------------------------------- */
/* ----- SLIDER ----- */
.intro-slider {
  margin-top: 144px;
}
@media screen and (max-width: 1220px) {
    .intro-slider{
    visibility: hidden;
    clear: both;
    float: right;
    margin: 5px auto;
    width: 22%;
    height: auto;
    display: none;
    }
}
@media screen and (max-width: 1220px) {
    .margin-top-mobile{
    visibility: hidden;
    clear: both;
    float: right;
    margin: 5px auto;
    width: 22%;
    height: auto;
    }
    .invisible-map{
    visibility: hidden;
    clear: both;
    float: right;
    margin: 5px auto;
    width: 22%;
    height: auto;
    display: none;
    }
}
.intro-slider .item {
  height: 80vh;
  width: 100%;
}
.intro-slider .item-1 {
  background: url(../img/about1.jpg) center center no-repeat;
  background-size: cover;
}
.intro-slider .item-2 {
  background: url(../img/about2.jpg) center center no-repeat;
  background-size: cover;
}
.intro-slider .item-3 {
  background: url(../img/about3.jpg) center center no-repeat;
  background-size: cover;
}
.intro-slider .item-4 {
  background: url(../img/about4.jpg) center center no-repeat;
  background-size: cover;
}
/* ----- WHO WE ARE ----- */
.about-1,
.about-2,
.about-3 {
  display: inline-block;
}
.about-1,
.about-3 {
  float: left;
}
.about-2 {
  float: right;
}
.about-1 {
  width: 54%;
  padding-left: 144px;
}
.about-1 h2 {
  margin-bottom: 14px;
}
.about-2 {
  width: 71%;
  margin: 48px 0 60px 0;
  padding-right: 36px;
}
.about-3 {
  width: 61%;
  padding-left: 196px;
}
/* ----- SERVICES ----- */
.services-bg {
  background-color: #fafafa;
}
.services .services-item {
  overflow: hidden;
  padding: 36px 30px;
}
.services .services-icon {
  margin-bottom: 24px;
}
.services .services-icon span {
  font-size: 39px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services .services-info h4 {
  color: #000;
  font-weight: 600;
  margin-bottom: 18px;
}
.services .services-info p {
  font-size: 14px;
}
.services .services-spacing {
  margin-bottom: 24px;
}
/* ----- TEAM ----- */
.team h2 {
  text-align: center;
}
.member-1 {
  margin-top: 120px;
}
.member-2 {
  margin-left: 15px;
}
.member-2 .team-member {
  width: 32%;
  margin-top: 60px;
}
.team-member {
  display: inline-block;
  float: left;
  width: 46%;
  margin-right: 12px;
}
.team-member h3 {
  margin-top: 18px;
}
/* ----- CLIENTS ----- */
.clients-bg {
  background-color: #fafafa;
}
.clients .clients-item .clients-logos {
  width: 44%;
  display: inline-block;
  vertical-align: middle;
}
.clients-spacing {
  margin-bottom: 108px;
}
/* ----- ABOUT CONTACT ----- */
.about-contact-bg {
  background: url(../img/about-contact.jpg) center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.about-contact h2 {
  margin-bottom: 24px;
  color: #fff;
}
/* ----------------------------------------
   ------------- 15.BLOG PAGE -------------
   ---------------------------------------- */
.post-image {
  overflow: hidden;
}
.post-image img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post-image img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.blog .post-title {
  margin-bottom: 18px;
}
.post-title a {
  font-size: 25px;
  line-height: 37px;
}
.post-content {
 padding: 72px 96px 0 20px;
}
.post-content .meta {
  margin-bottom: 12px;
}
.post-content .meta li {
  display: inline-block;
  margin-right: 14px;
}
.post-content .meta li,
.post-content .meta li span {
  color: #4c4c4c;
  font-weight: 600;
}
.post-title a,
.post-content .meta li a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post-title a:hover,
.post-content .meta li a:hover {
  color: #000;
}
.post-content .meta li i {
  margin-right: 4px;
  color: #000;
}
.post-content .btn {
  margin-top: 16px;
}
.blog-pagination {
  text-align: center;
  background-color: #fafafa;
  padding: 72px 0;
}
.blog-pagination li {
  display: inline-block;
  margin-right: 12px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #4c4c4c;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-pagination li:hover a {
  color: #000;
}
.blog-pagination li.active {
  background: #000;
}
.blog-pagination li.active a {
  color: #fff;
}
.blog-spacing {
 margin-bottom: 48px;
}
/* ----------------------------------------
   ----------- 16.BLOG POST PAGE ----------
   ---------------------------------------- */
.blog-post .post-img {
  margin-bottom: 72px;
}
.blog-post .post-img-sm {
  margin-top: 60px;
  margin-bottom: 72px;
  padding-right: 36px;
}
.blog-post h3 {
  margin-bottom: 12px;
}
.blog-post-1,
.blog-post-2,
.blog-post-3  {
  display: inline-block;
}
.blog-post-1,
.blog-post-3 {
  float: left;
  width: 58%;
  padding-left: 144px;
}
.blog-post-2 {
  float: right;
  width: 65%;
}
.blog-post-3 {
  width: 68%;
  padding-left: 244px;
}
.blog-post-3 .post-img-sm {
  margin: 36px 0;
  padding-right: 0;
}
.share {
  margin-top: 36px;
}
.share h4 {
  display: inline-block;
  margin-right: 12px;
  font-weight: 700;
  font-size: 14px;
}
.share ul {
  display: inline-block;
}
.share ul li {
  margin: 0 12px;
}
.share li a {
  font-size: 12px;
}
.comments {
  margin-top: 96px;
}
.comments .comments-list {
  overflow: hidden;
}
.comments .single-comment {
  margin-bottom: 42px;
  overflow: hidden;
}
.comments .single-comment .single-comment-image {
  float: left;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 40px;
}
.comments .single-comment-content {
  overflow: hidden;
}
.comments .single-comment-content .single-comment-content-head {
  overflow: hidden;
  margin-bottom: 10px;
}
.comments .single-comment-content .single-comment-content-head h4,
.comments .single-comment-content .single-comment-content-head span,
.comments .single-comment-content .single-comment-content-head a {
  float: left;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4c4c4c;
}
.comments .single-comment-content .single-comment-content-head h4 {
  margin-right: 12px;
  margin-top: 0;
}
.comments .single-comment-content .single-comment-content-head span {
  margin-right: 12px;
}
.comments .single-comment-content .single-comment-content-head a {
  color: #666;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.comments .single-comment-content .single-comment-content-head a:hover {
  color: #000;
}
.comments-respond {
  margin-top: 36px;
}
.comments-respond h3 {
  margin-bottom: 24px;
}
.comments form {
  padding: 0;
  margin-bottom: 36px;
}
/* ----------------------------------------
   ------------ 17.CONTACT PAGE -----------
   ---------------------------------------- */
.contact {
  margin-bottom: 24px;
}
.contact h2 {
  margin-bottom: 12px;
}
.contact .social-list {
  margin-top: 24px;
}
.contact .social-list li a {
  font-size: 14px;
}
.contact-item {
  margin-bottom: 18px;
}
.contact-item h4 {
  font-weight: 700;
  margin-bottom: 6px;
}
.contact-item:nth-of-type(1) {
  margin-top: 30px;
}
.form-group {
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px){
	.form-control {
  font-size: 14px;
	color: black;
  -webkit-box-shadow: none;
  -moz-webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #000;
  padding: 24px 18px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
}
@media only screen and (min-width: 768px){
.form-control {
  font-size: 20px;
	font-weight: bold;
	color: black;
    height: 10%;
  -webkit-box-shadow: none;
  -moz-webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #000;
  padding: 24px 18px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
	}
}
.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: 2px solid transparent;
  background-color: #000;
  color: #fff;
}
textarea {
  resize: vertical;
  overflow: auto;
}
button {
  background-color: transparent;
  outline: none;
}
.help-block{
  margin-top: 10px;
  font-size: 14px;
}
.text-danger {
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 142px;
}
.has-error .form-control,
.has-error .form-control:focus {
  color: #fff;
  border: 0;
  border: 2px solid transparent;
  background-color: #b01d1b;
  -webkit-box-shadow: none;
  -moz-webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .help-block,
.text-danger {
  color: #b01d1b;
  text-align: center;
}
/* ----------------------------------------
   ------------- 18.RESPONSIVE ------------
   ---------------------------------------- */
/* Extra small devices (phones, less than 768px) */
@media only screen and (max-width: 767px) {
  .pd-t-b-96 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pd-b-96 {
    padding-bottom: 60px;
  }
  .pd-t-b-120 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pd-t-144 {
    padding-top: 84px;
  }
  .pd-b-144 {
    padding-bottom: 84px;
  }
  .pd-t-b-144 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .no-padding {
    padding: 0 15px;
  }
  .section-title {
    margin-bottom: 48px;
  }
  .dark-socials {
    bottom: 169px;
    left: -128px;
  }
  .dark-socials li a,
  .button-up a {
    font-size: 10px;
  }
  .button-up {
    right: -29px;
  }
  nav .container-fluid {
    padding: 0 0 0 8px;
  }
  .navbar-default {
    height: 120px;
  }
  .navbar {
    padding: 8px 0;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background-color: #fff;
  }
  .dropdown-menu {
    padding: 0;
  }
  .intro{
    height: 55vh;
    margin-bottom: 24px;
  }
  .intro h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .intro-slider {
    margin-top: 0;
  }
  .intro-slider .item {
    height: 70vh;
    margin-top: 72px;
  }
  .about-1,
  .about-2,
  .about-3 {
    width: 100%;
    padding: 0;
  }
  .about-2 {
    margin: 32px 0;
  }
  .member-1 {
    margin-top: 0;
  }
  .team-member {
    display: block;
    width: 100%;
    margin-top: 48px;
    margin-right: 0;
  }
  .team-member:first-child {
    margin-top: 0;
  }
  .member-2 {
    margin-left: 0;
  }
  .member-2 .team-member {
    width: 100%;
    margin-top: 48px;
  }
  .clients-item {
    width: 50%;
    height: auto;
    line-height: 72px;
    margin-bottom: 30px;
  }
  .about-contact-bg {
    background-attachment: scroll;
  }
  .work-grid {
    margin-top: 72px;
  }
  .grid-item {
    margin-bottom: 30px;
  }
  .work-spacing {
    display: none;
  }
  .section-title {
    margin-bottom: 72px;
  }
  .services-item {
    margin-bottom: 60px;
  }
  .services .services-spacing {
    margin-bottom: 0;
  }
  .services .services-item {
    overflow: hidden;
    padding: 12px 24px;
  }
  .team-img img {
    margin: 0 auto;
  }
  .post-content {
    padding: 24px 0;
  }
  .blog-post-1,
  .blog-post-2,
  .blog-post-3,
  .single-work-1,
  .single-work-2,
  .single-work-3 {
    width: 100%;
    padding: 0;
  }
  .blog-post .post-img {
    margin-bottom: 36px;
  }
  .blog-post .post-img-sm {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-right: 0;
  }
  .comments {
    margin-top: 60px;
  }
  .comments-respond {
    margin-top: 0;
  }
  .blog-spacing {
    margin-bottom: 36px;
  }
  .sidebar {
    margin-top: 72px;
  }
  .sidebar img {
    margin: 0 auto 24px auto;
  }
  .contact .social-list {
    margin-bottom: 48px;
  }
  .text-danger {
    display: block;
    margin-top: 12px;
  }
}
/* Small devices (tablets, 768px - 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pd-t-b-144 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  nav .container-fluid {
    padding: 0 12px;
  }
  .dark-socials {
    left: -108px;
  }
  .button-up {
    right: 0;
  }
  .section-title {
    margin-bottom: 72px;
  }
  .no-padding {
    padding: 0 15px;
  }
  .intro {
    margin-bottom: 48px;
  }
  .about-1 {
    width: 86%;
    padding-left: 72px;
  }
  .about-2 {
    width: 78%;
    padding-right: 24px;
  }
  .about-3 {
    width: 82%;
    padding-left: 112px;
  }
  .services .services-item {
    padding: 36px 16px;
  }
  .services-spacing {
    margin-bottom: 0;
  }
  .team-member {
    width: 39%;
  }
  .member-1 {
    margin-top: 0;
    margin-left: 60px;
  }
  .member-2 .team-member {
    width: 31%;
  }
  .post-content {
    padding: 30px 0 0;
  }
  .blog-spacing {
    margin-bottom: 72px;
  }
  .blog-post-1,
  .single-work-1 {
    float: left;
    width: 73%;
    padding-left: 72px;
  }
  .blog-post-2,
  .single-work-2 {
    width: 76%;
  }
  .blog-post .post-img-sm {
    margin: 48px 0;
    padding-right: 12px;
  }
  .blog-post-3,
  .single-work-3 {
    width: 82%;
    padding-left: 118px;
  }
  .contact-item:nth-of-type(1) {
    margin-left: 0;
  }
  .contact-item {
    margin-left: 30px;
    display: inline-block;
  }
  .contact .social-list {
    margin-bottom: 60px;
  }
}
/* Medium devices (desktops, 992px and 1366) */
@media only screen and (min-width: 992px) and (max-width: 1366px) {
  .pd-t-b-144 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  nav .container-fluid {
    padding: 0px 24px;
  }
  .dark-socials {
    left: -90px;
  }
  .button-up {
    right: 26px;
  }
  .intro {
    margin-bottom: 60px;
  }
  .about-1,
  .blog-post-1,
  .single-work-1 {
    width: 74%;
  }
  .about-3,
  .blog-post-3,
  .single-work-3 {
    width: 75%;
  }
  .member-2 .team-member {
    width: 31%;
  }
  .post-content {
    padding: 0;
  }
}

.back-black {
    padding: 15px 1px 15px 1px;
    background-color: rgba(0, 0, 0, 0.6);
}
