/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #ffffff;
  color: #898989;
  font-family: "Poppins", helvetica;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
  
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
  
h2 {
  color: #292929;
  font-weight: 600;
}
  
h4 {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
}
  
a {
  color: #292929;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out 0s;
}
  
a:hover {
  transition: all 0.5s ease-in-out 0s;
}
  
p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #999999;
  line-height: 28px;
}
  
::-moz-selection {
  color: #48097ae0;
}
  
::selection {
  color: #48097ae0;
}
  
.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}
  
.btn:hover, .btn:focus {
  color: #fff;
}
  
.padDiv {
  padding: 30px 20px;
}
  
.section-title {
  margin-bottom: 70px;
}
  
.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
}
  
.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}
  
.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}
  
.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}
 
.hvr-shutter-in-horizontal::before {
  background: #333;
}
  
.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}
  
.mb-30 {
  margin-bottom: 30px;
}
  
.main-content {
  padding-top: 140px;
}
  

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #48097ae0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
  
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
  
.back-to-top:hover {
  background: #635100e0;
  color: #fff;
}
  
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
  
  
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.1s;
  z-index: 997;
  padding: 15px 0;
  background-color: rgb(0, 0, 0);
  top: -100%;
  opacity: 100%;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
}

#header.header-scrolled, #header.header-inner-pages {
  top: 0;
}
  
#header .logo img {
  max-height: 40px;
}
  
  
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
  
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
  
.navbar li {
  position: relative;
}
  
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ececec;
  white-space: nowrap;
  transition: 0.3s;
}
  
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #e7cc53ea;
}
  
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #ececec;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
  
.mobile-nav-toggle.bi-x {
  color: #fff;
}
  
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
  
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 39, 39, 0.863);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  height: 350px;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 5px;
  background: #f7f7f7;
  overflow-y: auto;
  transition: 0.3s;
}
  
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 18px;
  display: block;
  text-align: center;
  color: rgba(39, 39, 39, 0.863);
  font-weight: 700;
}
 
.navbar-mobile li {
  padding-top: 20px;
}
  
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #635100e0;
}
  
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
  
@media only screen and (min-width: 750px) and (max-width: 992px)  {
  .navbar-mobile a, .navbar-mobile a:focus {
    font-size: 22px;
  }
  
  .navbar-mobile li {
    padding-top: 30px;
  }
}
  
@media only screen and (min-width: 768px) and (max-width: 992px)  {
  .navbar-mobile ul {
    height: 400px;    
  }
}


/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#hero {
  background: url("../img/main/main_l.jpg") repeat scroll center center/cover;
  height: 100vh;
  width: 100%;
}
  
#hero .hero-content {
  height: 100vh;
  text-align: center;
  position:relative;
  right: auto;
  left: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
  
.hero-content h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 3px 3px 2px black;
}
  
.hero-content p {
  font-size: 20px;
  font-style: italic;
  letter-spacing: 3px;
 
  margin-bottom: 20px;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
  
#hero .hero-content .list-social {
  margin-top: 450px;
  display: flex;
  justify-content: center;
}
  
.hero-content .list-social li #xx, #xxx {
  float: left;
  margin-right: 20px;
}
  
.hero-content .list-social li i {
  background:-moz-linear-gradient(203deg, rgba(205,185,93,1) 7%, rgba(74,64,17,1) 100%);
  background: -webkit-linear-gradient(203deg, rgba(205,185,93,1) 7%, rgba(74,64,17,1) 100%);
  background: linear-gradient(203deg, rgba(205,185,93,1) 7%, rgba(74,64,17,1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color:transparent;
  font-size: 30px;
}
  
.arrow {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}
  
.arrow span{
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  transform: rotate(45deg);
  margin: -10px;
  animation: scroll 2s infinite;
}
  
.arrow span:nth-child(2) {
  animation-delay: -.2s;
}
  
.arrow span:nth-child(3) {
  animation-delay: -.4s;
}

@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
    
  50% {
    opacity: 1;
  }
   
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
  

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 120px 0 0 0;
  background-color: white;
  min-height: 40px;
}
 
@media (max-width: 992px) {
  .breadcrumbs {
    padding-top: 100px;
  }
}

  .breadcrumbs h2 {
    font-size: 28px;
    font-weight: 450;
    margin: 0;
    color: rgba(39, 39, 39, 0.863);
  }

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
  
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color:rgba(65, 65, 65, 0.863);
  font-weight: 450;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 1399px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
    margin-top: 30px;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}
  
  
/*-----------------------------------------------------------------------------------*/
/*  About
/*-----------------------------------------------------------------------------------*/
#about {
  width: 100%;
  height: auto;
  background: #f7f7f7;
}
  
#about .div-img-bg {
  padding-bottom: 30px;
  border-image: linear-gradient(345deg, rgba(11,1,22,0.9444152661064426) 9%, rgba(50,8,94,0.6727065826330532) 22%, rgba(144,117,14,1) 100%) 1;
  border-width: 13px;
  border-style: solid;
}
  
#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -60px;
  margin-left: 35px;
  -o-object-fit: cover;
  object-fit: cover;
}
  
#about .about-descr .p-heading {
  font-weight: 700;
  font-size: 30px;
  color: rgba(39, 39, 39, 0.863);
  line-height: 45px;
  text-align: left;
  width: 100%;
  margin-bottom: -20px;
}
  
#about .about-descr .separator {
  max-width: 100%;
  color:rgba(65, 65, 65, 0.863);
  font-weight: 350;
  margin-bottom: 0;
  text-align: left;
}
  
.services-slider {
  margin-top: 60px;
}
  
.services-block span {
  margin-top: 15px;
  margin-bottom: 2px;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: rgba(39, 39, 39, 0.863);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
}
  
.services-block .separator {
  margin: 0;
  color:rgba(65, 65, 65, 0.863);  
  font-size: 13px;
  line-height: 20px;
}
  
.services-block i {
  font-size: 38px;
  color: #635100e0;
  line-height: 44px;
}
  
  
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#portfolio {
  position: relative;
  padding-bottom: 77px;  
}
  
#portfolio #portfolio-flters {
  padding: 0;
  margin: -30px auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
  
#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: rgba(65, 65, 65, 0.863);
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
  
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  color: #635100e0;;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
  
#portfolio .portfolio-item {
  margin-bottom:0px;
}
  
#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.726);
  box-shadow: 3px 3px 5px rgb(43, 43, 43);
  padding: 15px;
}
  
#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 800;
}
  
#portfolio h2 {
  font-weight: 700;
  font-size: 30px;
  color: rgba(39, 39, 39, 0.863);
  margin-bottom: -17px;
}
  
#portfolio .portfolio-item .portfolio-info p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  margin: 0;
  padding: 0;
}
  
#portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}
  
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}
 
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
  
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
  
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 18px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffffffe0;;
}
  
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffffe0;;
}
  
.portfolio-details .portfolio-description {
  padding-top: 5px;
}
  
.portfolio-details .portfolio-description h2 {
  font-size: 22px;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: -10px;
  color: rgba(39, 39, 39, 0.863);
}
  
.portfolio-details .portfolio-description p {
  padding: 0;
  font-size: 17px;
  color:rgba(65, 65, 65, 0.863);
}
  
@media (min-width: 991px) {
  .portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-bottom: 40px;  
  }
}
  
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 20px;
  position:absolute;
  width:100%;
}
  
#contact h2 {
  font-weight: 700;
  font-size: 30px;
  color: rgba(39, 39, 39, 0.863);
}
  
#contact .socials-media {
 width: 100%;
}
  
#contact .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#contact .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
  
#contact .socials-media ul li a {
  font-size: 28px;
  color: rgba(65, 65, 65, 0.863);
  letter-spacing: 0.3em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}
  
#contact .socials-media ul li a:hover {
  color: #635100e0;
  transition: all 0.5s ease-in-out 0s;
}
  
#contact p {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: rgba(65, 65, 65, 0.863);
  font-weight: 600;
  margin-top: -20px;
  text-transform: uppercase;
}
  
  
/*--------------------------------------------------------------
# Portfolio Contact

#pcontact {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 20px;
  position:absolute;
  width:100%;
}
  
#pcontact .socials-media {
  width: 100%;
}
  
#pcontact .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}
  
#pcontact .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
  
#pcontact .socials-media ul li a {
  font-size: 28px;
  color: rgba(65, 65, 65, 0.863);
  letter-spacing: 0.3em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}
  
#pcontact .socials-media ul li a:hover {
  color: #b8a07e;
  transition: all 0.5s ease-in-out 0s;
}

#pcontact p {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: rgba(65, 65, 65, 0.863);
  font-weight: 600;  
  margin-top: -4px;
  text-transform: uppercase;
}
  
@media only screen and (min-width: 750px) and (max-width: 950px)  {
  #pcontact {
    position:absolute;
    bottom:0;
    width:100%;
  }
}
--------------------------------------------------------------*/  


/*--------------------------------------------------------------
# pcontact
--------------------------------------------------------------*/
#pcontact {
  background: #f7f7f7;
  margin-top: 90px;
  padding-top: 50px;
  padding-bottom: 32px;
  position:absolute;
  width:100%;
}
  
#pcontact h2 {
  font-weight: 700;
  font-size: 30px;
  color: rgba(39, 39, 39, 0.863);
}
  
#pcontact .socials-media {
 width: 100%;
}
  
#pcontact .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#pcontact .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
  
#pcontact .socials-media ul li a {
  font-size: 28px;
  color: rgba(65, 65, 65, 0.863);
  letter-spacing: 0.3em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}
  
#pcontact .socials-media ul li a:hover {
  color: #635100e0;
  transition: all 0.5s ease-in-out 0s;
}
  
#pcontact p {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: rgba(65, 65, 65, 0.863);
  font-weight: 600;
  margin-top: -20px;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
# pcontact no swipe
--------------------------------------------------------------*/
#pncontact {
  background: #f7f7f7;
  margin-top: 133px;
  padding-top: 50px;
  padding-bottom: 32px;
  position:absolute;
  width:100%;
}
  
#pncontact h2 {
  font-weight: 700;
  font-size: 30px;
  color: rgba(39, 39, 39, 0.863);
}
  
#pncontact .socials-media {
 width: 100%;
}
  
#pncontact .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#pncontact .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
  
#pncontact .socials-media ul li a {
  font-size: 28px;
  color: rgba(65, 65, 65, 0.863);
  letter-spacing: 0.3em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}
  
#pncontact .socials-media ul li a:hover {
  color: #635100e0;
  transition: all 0.5s ease-in-out 0s;
}
  
#pncontact p {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: rgba(65, 65, 65, 0.863);
  font-weight: 600;
  margin-top: -20px;
  text-transform: uppercase;
}


/*-------------Editing background image-------------*/

/** Width between 0px to 720px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
 @media (max-width: 720px) {
  #hero {
    background: url("../img/main/main_s.jpg") repeat scroll center center/cover;
  }
}
    
/** Width between 721px to 990px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
 @media only screen and (min-width: 721px) and (max-width: 990px){
  #hero {
    background: url("../img/main/main_m.jpg") repeat scroll center center/cover;
  }
}
  
/** Width from 991px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (min-width: 991px) {
   #hero {
     background: url("../img/main/main_l.jpg") repeat scroll center center/cover;
   }
}
  
/*-------------End of editing background image-------------*/


/*------------- Editing About title-------------*/

/** Width between 0px to 600px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 540px) {
  #about .about-descr .separator {
    font-size: 13px;
  }  
}

/*-------------End of editing About title-------------*/


/*-------------Aligning About section center-------------*/

/** Width between 0px to 991px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 991px) {
  /* About */
  #about .div-img-bg {
    padding: 0;
    border-image: linear-gradient(345deg, rgba(11,1,22,0.9444152661064426) 9%, rgba(50,8,94,0.6727065826330532) 22%, rgba(144,117,14,1) 100%) 1;
    border-width: 0px;
    border-style: solid;
  }
  
  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .about-descr .p-heading {
    margin-top: 70px;
    text-align: center;
  }
  
  #about .about-descr .separator {
    max-width: 100%;
    text-align: center;
  }
  
  .services-slider {
    margin-top:60px;
  }
   
  .services-block i{
    display: inline-block; 
    width: 100%; 
    text-align:center;
  }
  
  .services-block span{
    text-align: center;
  }

  .services-block p{
    text-align: center;
  }
  
  /* Contact */
  .portfolio-description, .breadcrumbs {
   text-align: center;
  }

  #pcontact {
    margin-top: 40px;
  }

  #pncontact {
    margin-top: 40px;
  }

  .breadcrumbs {
    margin-top: 20px;
  }
  
  .portfolio-description {
    margin-bottom: 50px;
  }
}
/*-------------End of aligning About section center-------------*/

  
/*-------------Editing mobile version arrow-------------*/

/** Width between 0px to 991px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
 @media (max-width: 991px) {
  @keyframes scroll {
    0% {
      opacity: 0;
    }
      
    50% {
      opacity: 1;
    }
    
    100% {
      opacity: 0;
    }
  }
}
/*-------------End of editing mobile version arrow-------------*/


/*-------------Editing mobile verion paragraph margin-------------*/

/** Width between 0px to 991px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
 @media (max-width: 991px) {
  #noswipe {
    margin-top: 43px;
  }
}
/*-------------End of editing mobile verion paragraph margin-------------*/


/*-------------Fixing Contact section -------------*/

/** Width between 800px to 950px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
 @media only screen and (min-width: 800px) and (max-width: 950px){
  #pcontact {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
  }

  #pncontact {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
  }
}

/*-------------End of fixing Contact Section-------------*/   

/*-------------Fixing Contact section - Bookmark-------------*/

/** Height between 0px to 977px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
 @media only screen and (min-height: 0px) and (max-height: 977px)  {
  #pcontact {
    background: #f7f7f7;
    margin-top: 70px;;
    padding-top: 50px;
    padding-bottom: 20px;
    position:absolute;
    width:100%;
  }

  #pncontact {
    background: #f7f7f7;
    margin-top: 113px;
    padding-top: 50px;
    padding-bottom: 20px;
    position:absolute;
    width:100%;
  }
}

/*-------------End of fixing Contact Section - Bookmark-------------*/   