@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Raleway&family=Titillium+Web&display=swap");
@font-face {
  font-family: "Choplin-Bold";
  src: url("../choplin-font/Choplin-Bold.eot");
  src: url("../choplin-font/Choplin-Bold.eot?#iefix") format("embedded-opentype"), url("../choplin-font/Choplin-Bold.svg#Choplin-Bold") format("svg"), url("../choplin-font/Choplin-Bold.ttf") format("truetype"), url("../choplin-font/Choplin-Bold.woff") format("woff"), url("../choplin-font/Choplin-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; 
    font-display: swap;
}

@font-face {
  font-family: "Choplin-Medium";
  src: url("../choplin-medium/Choplin-Medium.eot");
  src: url("../choplin-medium/Choplin-Medium.eot?#iefix") format("embedded-opentype"), url("../choplin-medium/Choplin-Medium.svg#Choplin-Medium") format("svg"), url("../choplin-medium/Choplin-Medium.ttf") format("truetype"), url("../choplin-medium/Choplin-Medium.woff") format("woff"), url("../choplin-medium/Choplin-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: "Choplin-ExtraLight";
  src: url("../choplin-extralight/Choplin-ExtraLight.eot");
  src: url("../choplin-extralight/Choplin-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../choplin-extralight/Choplin-ExtraLight.svg#Choplin-ExtraLight") format("svg"), url("../choplin-extralight/Choplin-ExtraLight.ttf") format("truetype"), url("../choplin-extralight/Choplin-ExtraLight.woff") format("woff"), url("../choplin-extralight/Choplin-ExtraLight.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; 
    font-display: swap;
}

@font-face {
  font-family: "Choplin-Light";
  src: url("../choplin-light/Choplin-Light.eot");
  src: url("../choplin-light/Choplin-Light.eot?#iefix") format("embedded-opentype"), url("../choplin-light/Choplin-Light.svg#Choplin-Light") format("svg"), url("../choplin-light/Choplin-Light.ttf") format("truetype"), url("../choplin-light/Choplin-Light.woff") format("woff"), url("../choplin-light/Choplin-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: "Choplin-LightItalic";
  src: url("../choplin-Italic/Choplin-LightItalic.eot");
  src: url("../choplin-Italic/Choplin-LightItalic.eot?#iefix") format("embedded-opentype"), url("../choplin-Italic/Choplin-LightItalic.svg#Choplin-LightItalic") format("svg"), url("../choplin-Italic/Choplin-LightItalic.ttf") format("truetype"), url("../choplin-Italic/Choplin-LightItalic.woff") format("woff"), url("../choplin-Italic/Choplin-LightItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth; }

::-moz-selection {
  color: #fff;
  background-color: #8167a9; }

.top-header {
  opacity: 0.8;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  height: 150px;
  width: 100%;
  background: #f1ece6;
  color: #2a2a2a; }
  .top-header .top-header_left {
    width: 300px;
    text-align: left;
    color: white; }
    .top-header .top-header_left p:nth-child(1) {
      font-size: 16px;
      font-family: "Raleway", sans-serif; }
    .top-header .top-header_left p:nth-child(2) {
      font-size: 16px;
      font-family: "Raleway", sans-serif;
      color: gray;
      margin-top: -10px; }
  .top-header .top-header_middle {
    text-align: center;
    width: 600px;
    margin-top: 15px; }
    .top-header .top-header_middle h1 {
      background-image: linear-gradient(to right, chocolate, orangered);
      -webkit-background-clip: text;
      color: transparent;
      font-size: 24px;
      font-weight: 400;
      font-family: "Choplin-Medium",sans-serif; }
  .top-header .top-header_right {
    margin-top: 10px;
    text-align: right;
    height: 100%;
    width: 300px; }
    .top-header .top-header_right p:nth-child(1) {
      font-family: "Choplin-Medium",sans-serif;
      font-size: 17px;
      margin-bottom: -0px;
      color: #2a2a2a;
      letter-spacing: 5px; }
    .top-header .top-header_right a {
      font-size: 17px;
      color: #2a2a2a;
      letter-spacing: 2px;
      font-weight: 600;
      margin-top: -40px; }
      
      

/* #Navigation
  ================================================== */
.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 20px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.start-header.scroll-on .navbar-brand img {
  height: 22px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.navigation-wrap {
  position: relative;
  color: white !important;
  background-color: #000026;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.navbar {
  padding: 0; }

.navbar-brand img {
  height: 28px;
  width: auto;
  display: block;
  filter: brightness(10%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0; }

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none; }

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 2px solid white !important;
  transition: all 300ms linear; }

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 2px;
  background-color: white !important;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear; }

.navbar-light .navbar-toggler-icon:after {
  top: 8px; }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg); }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg); }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent !important; }

.nav-link {
  color: #212121 !important;
  font-weight: 500;
  transition: all 200ms linear; }

.nav-item:active .nav-link {
  color: #d65300 !important;
  text-decoration: none; }

.nav-item:focus .nav-link {
  color: #d65300 !important;
  text-decoration: none; }

.nav-item.active .nav-link {
  color: #d65300 !important;
  text-decoration: none; }

.nav-item:visited .nav-link {
  color: #d65300 !important;
  text-decoration: none; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%; }

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
  margin-right: 30px;
  font-family: "Choplin-Light",sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px; }

.navbar-nav {
  transform: translateX(-145px); }

.nav_services:after {
  position: absolute;
  bottom: -5px;
  left: 25% !important;
  width: 80% !important;
  height: 2px;
  content: "";
  background-color: white;
  opacity: 0;
  transition: all 200ms linear; }

.nav_home:after {
  position: absolute;
  bottom: -5px;
  left: 48% !important;
  width: 60% !important;
  height: 2px;
  content: "";
  background-color: white;
  opacity: 0;
  transition: all 200ms linear; }

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 34%;
  width: 73%;
  height: 2px;
  content: "";
  background-color: white;
  opacity: 0;
  transition: all 200ms linear; }

.nav-item:hover:after {
  bottom: 0;
  opacity: 1; }

.nav-item.active:hover:after {
  opacity: 0; }

.nav-item {
  position: relative;
  transition: all 200ms linear; }

.loader {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000; }

.loader > img {
  width: 150px; }

.loader.hidden {
  animation: fadeOut 1s;
  animation-fill-mode: forwards;
  z-index: -1; }

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden; } }

.thumb {
  height: 100px;
  border: 1px solid black;
  margin: 10px; }

/* #Primary style
  ================================================== */
.navbar-nav {
  margin-right: 80px; }

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear; }

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0); }

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear; }

.dropdown-toggle::after {
  display: none; }

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear; }

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: black;
  box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.2); }

body.dark {
  color: #2a2a2a;
  background-color: #f1ece6; }

body.dark .navbar-brand img {
  filter: brightness(100%); }

body.dark .bg-light {
  background-color: #000026 !important; }

body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15); }

body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15); }

body.dark .nav-link {
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 2px;
  transform: translateX(40px); }

body.dark .nav-item.active .nav-link {
  font-weight: 700;
  color: orangered !important; }

body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25); }

body.dark .dropdown-item {
  color: #fff; }

body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff; }

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
  background-color: #293e9c; }

body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent; }

body.white {
  color: black;
  background-color: white; }

body.white .navbar-brand img {
  filter: brightness(100%); }

body.white .bg-light {
  background-color: #14151a !important; }

body.white .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15); }

body.white .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15); }

body.white .nav-link {
  color: #fff !important; }

body.white .nav-item.active .nav-link {
  color: #999 !important; }

body.white .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25); }

body.white .dropdown-item {
  color: #fff; }

body.white .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff; }

body.white .navbar-light .navbar-toggler-icon:after,
body.white .navbar-light .navbar-toggler-icon:before {
  background-color: #fff; }

body.white .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent; }

/* #Media
  ================================================== */
/* #Link to page
  ================================================== */
.company-brand {
  display: none; }
 .hitter{
        display: none ;
    }
.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear; }

.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear; }

body.dark .logo img {
  filter: brightness(100%); }

body.white .logo img {
  filter: brightness(100%); }

.phone-number {
  color: #ffffff;
 font-family: 'Times New Roman', Times, serif;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  right: -5%; }
  .phone-number:hover {
    text-decoration: none; }
  .phone-number .quote {
    height: 30px;
    padding-right: 8px;
    padding-left: 3px;
    width: 40px;
    border: none;
    transform: translateY(0px);
    margin-left: 30px;
    transition: 0.5s ease-in; }
  .phone-number .phone {
    color: white;
    text-decoration: none; }
    .phone-number .phone:hover {
      transition: 0.2s ease-in;
      color: orangered; }

.carousel-indicators .active {
  background-color: white; }

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 7px; }

.carousel-control-prev {
  left: -6%;
  bottom: 7%; }

.carousel-control-next {
  right: -6%;
  bottom: 7%; }

.carousel-caption {
  width: 500px;
  top: 56%;
  transform: translateY(70px);
  z-index: 1; }
  .carousel-caption p {
    font-family: "Choplin-Light",sans-serif; }
  .carousel-caption h1 {
    font-family: "Choplin-Medium", sans-serif;
    font-size: 36px;
    line-height: 50px; }
    .carousel-caption h1 span {
      
      color: white; }

.carousel-item img {
  --webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 110vh;
  max-width: 100%;
  animation: zoomimage 20s; }

@keyframes zoomimage {
  from {
    transform: scale(1.1); }
  to {
    transform: scale(1.5); } }

.firstslide {
  margin-left: -110px;
  transform: translateY(-50%);
  text-align: left; }

.secslide {
  width: 550px;
  text-align: center;
  margin-left: 160px;
  transform: translateY(-50%); }

.thirdslide {
  text-align: right;
  margin-left: 390px;
  transform: translateY(-45%);
  width: 600px; }

.thirdslide_para {
  text-align: right;
  margin-left: 160px; }

.gallery_short {
  margin-top: -50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  height: 600px; }
  .gallery_short p {
    position: relative;
    background-color: #1a1a1a;
    color: white;
    font-family: "Titillium Web", sans-serif;
    height: 70px;
    font-size: 18px;
    padding-top: 20px;
    text-align: center; }
    .gallery_short p:before {
      position: absolute;
      top: 48%;
      left: 0%;
      content: "";
      width: 0px;
      height: 40px;
      background-color: transparent;
      border-top: 2px solid white;
      transition: width 0.5s; }
    .gallery_short p:hover {
      cursor: pointer; }
    .gallery_short p:hover:before {
      width: 50px; }
    .gallery_short p span {
      color: #a5a5a5; }
  .gallery_short img {
    width: 350px;
    box-shadow: 0 10px 10px rgba(255, 255, 255, 0.2); }

.img-1 {
  position: relative; }
  .img-1 a {
    color: white;
    text-decoration: none; }

.img-2 {
  position: relative; }
  .img-2 a {
    color: white;
    text-decoration: none; }

.img-3 {
  position: relative; }
  .img-3 a {
    color: white;
    text-decoration: none; }

.overlay {
  position: absolute;
  top: 0;
  height: 70%;
  width: 100%;
  text-align: center;
  color: white;
  background-color: black;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .overlay:hover {
    opacity: 0.4;
    transition: 0.5s ease-in;
    cursor: pointer; }
    .overlay:hover a {
      transform: scale(1.2);
      transition: 0.5s ease-in; }
  .overlay h2 {
    font-size: 50px;
    font-weight: 400;
    margin-top: 30px; }

.short_service {
  height: 600px;
  width: 100%;
  margin-left: 35px;
  margin-right: 35px;
  padding-top: 40px; }
  .short_service .short_service-left {
    padding-top: 30px;
    height: 500px;
    padding-left: 3px; }
    .short_service .short_service-left span {
      color: #9f9e9e; }
    .short_service .short_service-left h3 {
      margin-top: 20px;
      font-size: 50px;
      font-family: "Titillium Web", sans-serif;
      line-height: 60px;
      margin-bottom: 20px; }
  .short_service .short_service-right {
    margin-left: 50px; }
    .short_service .short_service-right .short_service-right1 {
      text-align: left;
      width: 40%;
      height: 250px;
      padding-top: 24px;
      float: left;
      margin-right: 40px; }
      .short_service .short_service-right .short_service-right1 img {
        margin-bottom: 20px; }
      .short_service .short_service-right .short_service-right1 h2 {
        margin-bottom: 20px;
        font-family: "Titillium Web", sans-serif; }
      .short_service .short_service-right .short_service-right1 p {
        font-family: "Raleway", sans-serif;
        color: #a3a3a3; }

.short_portfolio {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../images/portfolio-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: -10px; }
  .short_portfolio-header span {
    color: #9f9e9e;
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 20px; }
  .short_portfolio-header h2 {
    font-family: "Titillium Web", sans-serif;
    margin-top: 10px;
    margin-bottom: 10px; }
  .short_portfolio-header p {
    font-size: 28px; }
  .short_portfolio-main {
    width: 80%;
    margin-left: 120px; }
    .short_portfolio-main .row {
      margin-bottom: 30px; }
      .short_portfolio-main .row img {
        position: relative;
        height: 350px;
        width: 300px;
        box-shadow: 2px 5px 5px rgba(255, 255, 255, 0.2); }

.portfolio_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23.5px;
  right: 0;
  height: 350px;
  width: 300px;
  opacity: 0;
  transition: 0.5s ease-in;
  background-color: black; }
  .portfolio_overlay i {
    color: white !important;
    font-size: 30px;
    position: absolute;
    top: 10%;
    right: 10%;
    text-align: center; }
    .portfolio_overlay i:hover {
      transform: scale(1.2);
      transition: 0.5s ease-in; }

.textss .project_caption {
  position: absolute;
  top: 80%;
  left: 10%;
  color: white; }
  .textss .project_caption h5 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif; }

.portfolio_img {
  display: none; }

.portfolio_img:hover .portfolio_overlay {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.5s ease-in; }

.portfolio_img:hover .textss i {
  animation-name: expand-left;
  animation-duration: 0.7s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
  cursor: pointer; }

.portfolio_img:hover .project_caption {
  animation-name: text-up;
  animation-duration: 0.7s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
  cursor: pointer;
  font-family: "Raleway", sans-serif; }

.keep_in_touch {
  width: 100%;
  height: 500px;
  background-image: url(../images/bg2-home2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  .keep_in_touch .keep_in_touch-header {
    padding-top: 10%;
    padding-left: 22%;
    transform: translate(-50px, -50px); }
    .keep_in_touch .keep_in_touch-header .dream {
      font-size: 100px;
      font-weight: lighter;
      font-family: "Titillium Web", sans-serif; }
    .keep_in_touch .keep_in_touch-header p {
      margin-left: 40px; }
  .keep_in_touch-button {
    width: 15%;
    padding-top: 15px;
    padding-left: 40px !important;
    margin-left: 40%;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    position: relative;
    background-color: #f1ece6;
    margin-top: 10px;
    height: 50px;
    border: none;
    color: #2a2a2a;
    font-weight: 500;
    font-size: 14px;
    font-family: "Choplin-Medium",sans-serif;
    padding-right: 20px;
    padding-left: 20px; }
    .keep_in_touch-button:after {
      content: "";
      width: 96%;
      left: 13%;
      height: 40px;
      border-bottom: 2px solid white;
      position: absolute;
      background: transparent;
      top: 38%;
      transition: width 0.5s; }
    .keep_in_touch-button:before {
      content: "";
      width: 100%;
      left: 5%;
      height: 48px;
      border-right: 2px solid white;
      background-color: white;
      position: absolute;
      background: transparent;
      top: 43%;
      transition: height 0.5s; }
    .keep_in_touch-button:hover {
      cursor: pointer;
      border: 1px solid white;
      background-color: black;
      color: white;
      transform: scale(1.1);
      transition: 0.5s ease-in; }
      .keep_in_touch-button:hover:before {
        height: 0px; }
      .keep_in_touch-button:hover:after {
        width: 0px; }

.progress-bar {
  margin-top: 0px;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  width: 100%;
  height: 500px;
  background-image: url(../images/portfolio-bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  margin-bottom: -50px;
  padding-top: 30px; }
  .progress-bar .columm {
    margin-top: 90px;
    height: 500px;
    width: 100%; }
    .progress-bar .columm p {
      margin-top: 20px;
      color: grey;
      font-family: "Raleway", sans-serif;
      line-height: 30px; }
  .progress-bar .round {
    min-height: 255px;
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px; }
    .progress-bar .round strong {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -100px;
      transform: translate(-50%);
      font-size: 40px;
      color: white;
      font-weight: 400; }
  .progress-bar span {
    display: block;
    color: white;
    font-size: 17px;
    margin-top: 10px; }

/* footer starts here */
#top-footer {
  background-color: #222222;
  max-width: 100%;
  height: 100%;
  margin-top: 60px; }
  #top-footer #about {
    margin-top: 50px;
    color: white;
    padding-bottom: 10px; }
  #top-footer h3 {
    font-size: 20px;
    line-height: 1.5;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: "Choplin-LightItalic",sans-serif; }
  #top-footer p {
    font-size: 18px;
    line-height: 30px;
    color: #bdbdbd;
    font-weight: 300;
    letter-spacing: 1px;
    padding-right: 20px;
    font-family: "Choplin-Light",sans-serif; }
  #top-footer #services {
    margin-top: 50px;
    padding-bottom: 10px;
    padding-left: 250px; }
    #top-footer #services ul {
      margin: 0;
      padding: 0; }
    #top-footer #services li {
      font-size: 16px;
      line-height: 30px;
      color: #bdbdbd;
      font-weight: 300;
      letter-spacing: 1px;
      text-transform: capitalize;
      transition: color 0.3s;
      font-family: "Choplin-Light",sans-serif;
      list-style-type: none;
      display: block; }

.footcont {
  padding-left: 30px;
  padding-right: 30px; }

#top-footer #servicess {
  margin-top: 50px;
  padding-bottom: 10px;
  padding-left: 210px; }
  #top-footer #servicess ul {
    margin: 0;
    padding: 0; }
  #top-footer #servicess li {
    font-size: 13px;
    line-height: 30px;
    color: #bdbdbd;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: color 0.3s;
    font-family: "Raleway", sans-serif;
    list-style-type: none;
    display: inline-block;
    margin-right: 0px;
    margin-left: 20px; }
  #top-footer #servicess img {
      color:white;
    width: 40px;
    height: 40px; }

#top-footer #services li a {
  color: #bdbdbd; }

#top-footer #services li a:hover {
  color: white; 
    text-decoration:none;
}

#footer-bottom {
  text-align: center;
  background-color: #1b1b1b;
  border-top: 1px solid #2c2c2c;
  padding: 20px 0; }
  #footer-bottom h5 {
    font-size: 12px;
    line-height: 1;
    color: #888888;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 7px;
    margin-bottom: 3px;
    font-family: "Choplin-LightItalic",sans-serif;
    font-weight: 700; }
  #footer-bottom h6 {
    font-size: 11px;
    line-height: 15px;
    color: #bdbdbd;
    font-weight: 400;
   
    letter-spacing: 2px;
    margin-bottom: 0;
    font-family: "Choplin-Light",sans-serif; }
  #footer-bottom a {
    color: white;
    text-decoration:none;
      
  }

.gototop {
  position: fixed;
  width: 50px;
  height: 50px;
  background: #555555;
  bottom: 40px;
  right: 50px;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 22px;
  border-radius: 50%;
  opacity: 0.6;
  z-index: 700; }
  .gototop:hover {
    opacity: 1;
    transition: 0.4s ease-in-out;
    color: white; }

#portfolio__jumbotron {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("../elevationimages/gallery.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  #portfolio__jumbotron .portfolio__jumbotron-header {
    position: absolute;
    font-family: "Choplin-LightItalic",sans-serif;
    color: white;
    text-transform: uppercase;
    top: 50%;
    left: 25%;
    transform: translateX(-120px) translateY(-50px); }
    #portfolio__jumbotron .portfolio__jumbotron-header h1 {
      font-size: 50px; }
    #portfolio__jumbotron .portfolio__jumbotron-header p {
      text-align: center; }

.gallerys {
  margin-top: 50px;
  height: 100%;
  width: 100%;
  text-align: center; }
  .gallerys .row {
    margin-top: 5px; 
      margin-bottom:-70px;
  }
  .gallerys .row:last-child{
      margin-bottom:-100px;
  }
  .gallerys__header {
    text-align: center; }
    .gallerys__header span {
      color: #797979;
      text-transform: uppercase;
      font-weight: 600; }
    .gallerys__header h2 {
      color: #2a2a2a;
      font-family: "Choplin-Light",sans-serif;
      width: 600px;
      text-align: center;
      transform: translateX(330px);
      margin-top: 20px;
      font-size: 37px; }
    .gallerys__header p {
      color: #2a2a2a;
      font-size: 30px;
      margin-top: -20px; }

.gallerys__short_portfolio-main {
  width: 80%;
  margin-left: 120px; }
  .gallerys__short_portfolio-main .row {
    margin-bottom: 20px; }
    .gallerys__short_portfolio-main .row img {
      position: relative;
      height: 350px;
      width: 300px;
      box-shadow: 2px 5px 5px rgba(42, 42, 42, 0.2); }

.gallerys__portfolio_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23.5px;
  right: 0;
  height: 350px;
  width: 300px;
  opacity: 0;
  transition: 0.5s ease-in; }
  .gallerys__portfolio_overlay i {
    color: orangered !important;
    font-size: 30px;
    position: absolute;
    top: 45%;
    right: 45%;
    text-align: center; }
    .gallerys__portfolio_overlay i:hover {
      transform: scale(1.2);
      transition: 0.5s ease-in; }

.textss .gallerys__project_caption {
  position: absolute;
  top: 80%;
  left: 10%;
  color: white; }
  .textss .gallerys__project_caption h5 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Choplin-Light",sans-serif;
    color: white; }

.gallerys__portfolio_img {
  display: none; }
  .gallerys__portfolio_img .image-card {
    overflow: hidden; }
  .gallerys__portfolio_img .gallerys__portfolio_img-captions p {
    color: #2a2a2a;
    font-size: 22px;
    margin-bottom: -1px;
    font-family: "Choplin-Light",sans-serif; }
  .gallerys__portfolio_img .gallerys__portfolio_img-captions span {
    color: #818a94;
    font-size: 18px;
    font-weight: 600; }

.gallerys__portfolio_img:hover img {
  transform: scale(1.1);
  transition: 0.5s ease-in; }

.gallerys__portfolio_img:hover .gallerys__portfolio_overlay {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.5s ease-in; }

.gallerys__portfolio_img:hover .textss i {
  animation-name: expand-left;
  animation-duration: 0.7s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
  cursor: pointer; }

.gallerys__portfolio_img:hover .gallerys__project_caption {
  animation-name: text-up;
  animation-duration: 0.7s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
  cursor: pointer;
  font-family: "Raleway", sans-serif; }

#gallerys__myBtnContainer {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: 20px; }
  #gallerys__myBtnContainer li {
    position: relative;
    list-style: none;
    margin-right: 30px; }
    #gallerys__myBtnContainer li:hover:after {
      opacity: 1;
      width: 100%; }
  #gallerys__myBtnContainer li.actives .quants {
    display: block; }
  #gallerys__myBtnContainer li:after {
    position: absolute;
    content: "";
    top: 90%;
    left: 0%;
    height: 4px;
    width: 0%;
    background-color: #555555;
    opacity: 0;
    transition: width 0.5s linear; }
  #gallerys__myBtnContainer li.actives:after {
    position: absolute;
    content: "";
    top: 90%;
    left: 0%;
    height: 4px;
    width: 100%;
    background-color: #555555;
    opacity: 1;
    transition: width 0.5s linear; }

.gallerys__mybtn {
  border: none;
  outline: none;
  color: black;
  cursor: pointer;
  background-color: none; }

.gallerys__mybtn.actives {
  color: black;
  background-color: none; }

.show {
  display: block; }

.quants {
  font-size: 9px;
  color: black;
  border-radius: 50%;
  width: 10px;
  margin-left: 2px;
  transform: translateY(-30px) translateX(40px);
  display: none; }

#services__jumbotron {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("../services.jpeg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  #services__jumbotron .services__jumbotron-header {
    position: absolute;
    font-family: "Choplin-LightItalic",sans-serif;
    color: #f1ece6;
    text-transform: uppercase;
    top: 50%;
    left: 25%;
    transform: translateX(-20px) translateY(-50px); }
    #services__jumbotron .services__jumbotron-header h1 {
      font-size: 50px; }
    #services__jumbotron .services__jumbotron-header p {
      text-align: center; }

.services-section {
  width: 100%;
  color: black;
  margin-top: 80px; }
  .services-section .row {
    margin-bottom: 100px; }
  .services-section .services-section__sidebar ul li {
    list-style-type: none;
    height: 60px;
    width: 100%;
    margin-left: 30px;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 30px;
    background-color: #f4f4f4;
    padding-top: 15px;
    color: #1a1a1a;
    font-family: "Choplin-Light",sans-serif;
    font-weight: 600;
    font-size: 14px; }
    .services-section .services-section__sidebar ul li span {
      color: gray; }
    .services-section .services-section__sidebar ul li:hover {
      background-color: black;
      transition: 0.3s ease-in;
      cursor: pointer; }
  .services-section .services-section__sidebar ul li:hover a {
    color: white !important; }
  .services-section .services-section__sidebar ul li a {
    text-decoration: none;
    color: #1a1a1a; }
  .services-section .services-section__rightside {
    width: 100%;
    text-align: left;
    color: black;
    margin-left: 30px; }
    .services-section .services-section__rightside span {
      color: #9f9e9e;
      margin-bottom: 30px; }
    .services-section .services-section__rightside h2 {
      width: 100%;
      font-family: "Choplin-LightItalic",sans-serif;
      font-size: 30px;
      line-height: 4rem;
      font-weight: 700;
      color: #2a2a2a;
      margin-bottom: 20px; }
    .services-section .services-section__rightside ul {
      list-style-type: none; }
    .services-section .services-section__rightside ul li {
      font-size: 25px;
      font-family: "Choplin-Light",sans-serif;
      line-height: 3rem; }
      .services-section .services-section__rightside ul li span {
        color: black; }

/* service carousel */
.services-section__items img {
    
  height: 250px;
  width: 370px; }

.services-section__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0; }

.services-section__textss i {
  background-color: #2a2a2a;
  border-radius: 50%;
  padding: 15px;
  color: white;
  font-size: 25px;
  position: absolute;
  top: 42%;
  right: 42%;
  text-align: center; }
  .services-section__textss i:hover {
    transition: 1s ease-in;
    transform: scale(1.2); }

.services-section__items:hover .services-section__overlay {
  transition: 1s ease-in;
  opacity: 0.8;
  cursor: pointer; }

.services-section__items:hover .services-section__textss i {
  cursor: pointer;
  transition: 1s ease-in; }

.services-section__carousel {
  position: relative;
  margin-bottom: 0px;
  background-color: #f1ece6;
  height: 270px;
  width: 80%; }
  .services-section__carousel .leeft {
    top: 40%;
    left: 0%;
    position: absolute;
    font-size: 20px;
    background-color: #f1ece6;
    width: 50px;
    height: 60px;
    padding-top: 20px;
    padding-right: 10px; }
    .services-section__carousel .leeft:hover {
      color: #f1ece6;
      background-color: #2a2a2a;
      transition: 0.3s ease-in; }
  .services-section__carousel .riight {
    top: 40%;
    right: 0%;
    position: absolute;
    font-size: 20px;
    background-color: #f1ece6;
    width: 50px;
    height: 60px;
    padding-top: 20px;
    padding-right: 10px; }
    .services-section__carousel .riight:hover {
      color: #f1ece6;
      background-color: #2a2a2a;
      transition: 0.3s ease-in; }

.portfolio-section__carousel {
  position: relative;
  margin-bottom: 30px;
  background-color: #f1ece6;
  height: 220px;
  margin-left: 60px;
  width: 80%;
  margin-top: 20px; }
  .portfolio-section__carousel .leeft {
    top: 40%;
    left: 0%;
    position: absolute;
    font-size: 20px;
    background-color: #f1ece6;
    width: 50px;
    height: 60px;
    padding-top: 20px;
    padding-right: 10px; }
    .portfolio-section__carousel .leeft:hover {
      color: #f1ece6;
      background-color: #2a2a2a;
      transition: 0.3s ease-in; }
  .portfolio-section__carousel .riight {
    top: 40%;
    right: 0px;
    position: absolute;
    font-size: 20px;
    background-color: #f1ece6;
    width: 50px;
    height: 60px;
    padding-top: 20px;
    padding-right: 10px; }
    .portfolio-section__carousel .riight:hover {
      color: #f1ece6;
      background-color: #2a2a2a;
      transition: 0.3s ease-in; }

.const_list-div {
  margin-top: 40px; }
  .const_list-div .const_list {
    font-family: "Choplin-Light",sans-serif;
    font-weight: 500;
    width: 900px;
    font-size: 14px;
    position: relative;
    padding: 5px;
    padding-left: 25px;
    color: #797979;
    letter-spacing: 1px; }
    .const_list-div .const_list span {
      color: #797979 !important;
      position: absolute;
      transform: translateX(-30px);
      margin-right: 50px;
      font-size: 28px; }

.services-section__items:hover .services-section__overlay {
  opacity: 0.8;
  cursor: pointer; }

.services-section__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease-in; }

/* service carousel ends here */
.img-service {
  height: 400px;
  width: 90%;
  margin-bottom: 80px;
  background-attachment: fixed;
  background-image: url("../images/image1-service1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.services__list {
  position: relative;
  width: 90%;
  height: 900px;
  background-image: url("../images/bg-author-bio.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 40px; }
  .services__list h1 {
    text-align: center;
    font-weight: 600;
    color: black;
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase;
    margin-bottom: 35px; }
  .services__list .services__list-para {
    width: 70%;
    text-align: center;
    transform: translateX(130px);
    margin-bottom: 40px; }
    .services__list .services__list-para img {
      margin-bottom: 20px; }
    .services__list .services__list-para h3 {
      margin-left: 10px;
      text-align: center;
      font-family: "Titillium Web", sans-serif; }
    .services__list .services__list-para p {
      margin-left: 10px;
      padding-left: 30px;
      text-align: center;
      font-family: "Raleway", sans-serif; }

#contacts__jumbotron {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("../images/pheader-contact.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  #contacts__jumbotron .contacts__jumbotron-header {
    position: absolute;
    font-family: "Choplin-LightItalic",sans-serif;
    color: white;
    text-transform: uppercase;
    top: 50%;
    left: 25%;
    transform: translateX(-120px) translateY(-50px); }
    #contacts__jumbotron .contacts__jumbotron-header h1 {
      font-size: 50px; }
    #contacts__jumbotron .contacts__jumbotron-header p {
      text-align: center; }

.contacts {
  width: 100%;
  position: relative;
  height: 650px; }
  .contacts .contacts__left {
    color: black;
    margin-top: 50px;
    padding-left: 60px; }
    .contacts .contacts__left h2 {
      font-family: "Choplin-LightItalic",sans-serif;
      margin-bottom: 40px;
      font-weight: 600; }
    .contacts .contacts__left p {
      font-family: "Choplin-Light",sans-serif; }
    .contacts .contacts__left .form-control::-webkit-input-placeholder {
      font-family: "Choplin-Light",sans-serif; }
    .contacts .contacts__left .form-control:focus {
      border-color: inherit;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .contacts .contacts__left .form-group {
      margin-top: 40px; }
  .contacts .contacts__right {
    z-index: 1000;
    margin-top: 0px; }
    .contacts .contacts__right .contacts__right-cont {
      box-sizing: border-box;
      background-image: url(../images/portfolio-bg.jpg);
      background-position: top;
      background-size: cover;
      background-repeat: no-repeat;
      color: white;
      width: 520px;
      height: 550px;
      padding: 40px;
      padding-top: 100px;
      margin-bottom: 0px;
      margin-right: 30px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
      .contacts .contacts__right .contacts__right-cont .row {
        margin-bottom: 10px; }
      .contacts .contacts__right .contacts__right-cont .span_header {
        color: #9f9e9e; }
      .contacts .contacts__right .contacts__right-cont .contacts__right-text {
        height: 500px;
        width: 500px; }
      .contacts .contacts__right .contacts__right-cont h2 {
        margin-top: 15px;
        transform: translateX(-20px) translateY(-75px);
        margin-bottom: 50px;
        font-family: "Choplin-LightItalic",sans-serif;
        font-size: 40px; }
      .contacts .contacts__right .contacts__right-cont .contacts__right-info {
        margin-bottom: 20px;
        width: 490px;
        font-family: "Choplin-LightItalic",sans-serif;
        transform: translateY(-75px); }
        .contacts .contacts__right .contacts__right-cont .contacts__right-info .loco {
          line-height: 39px; }
           .contacts .contacts__right .contacts__right-cont .contacts__right-info a{
             color:white !important;
             text-decoration:none;
         }
        .contacts .contacts__right .contacts__right-cont .contacts__right-info img {
          width: 40px;
          height: 40px;
          text-align: left;
          float: left;
          margin-right: 35px; }
        .contacts .contacts__right .contacts__right-cont .contacts__right-info h4 {
          font-family: "Choplin-LightItalic",sans-serif;
          margin-bottom: 20px; }
        .contacts .contacts__right .contacts__right-cont .contacts__right-info ul li {
          padding-left: 10px;
          width: 80px;
          height: 80px;
          display: inline-block;
          margin-right: 20px;
          margin-top: 10px; }

.map {
  z-index: -1;
  height: 420px !important;
  text-align: center;
  margin-bottom: 130px; }
  .map h1 {
    color: #2a2a2a;
    font-family: "Choplin-LightItalic",sans-serif;
    margin-bottom: 30px;
    font-weight: 700;
    font-size:32px!important;}
  .map img {
    width: 50%; }

.about_new {
  margin-top: 50px;
  width: 100%;
  text-align: center; }
  .about_new .about_new-left {
    width: 50%;
    padding-top: 95px; }
    .about_new .about_new-left img {
      width: 410px;
      height: 370px;
      box-shadow: 0 5px 5px rgba(255, 255, 255, 0.8); }
      .about_new .about_new-left img:hover {
        transform: translateY(-10px) scale(1.2);
        transition: all 0.5s; }
  .about_new .about_new-right {
    padding-top: 30px;
    width: 50%; }
  .about_new .about_new-content span {
    display: inline-block;
    font-family: "Choplin-LightItalic",sans-serif;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
    color: #2a2a2a;
    margin-right: 90px; }
  .about_new .about_new-content ul li {
    list-style-type: disc;
    font-family: "Choplin-ExtraLight",sans-serif;
    text-align: left;
    line-height: 3rem;
    font-size: 23px;
    color: #797979;
    font-weight: 700; }
    .about_new .about_new-content ul li:first-child {
      margin-top: 30px; }

#myBtnContainer {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  margin-left: 20px; }
  #myBtnContainer li {
    position: relative;
    list-style: none;
    margin-right: 30px;
    font-size: 20px;
    font-family: "Choplin-Light",sans-serif; }
    #myBtnContainer li:hover:after {
      opacity: 1;
      width: 100%; }
  #myBtnContainer li.actives .quants {
    display: block; }
  #myBtnContainer li:after {
    position: absolute;
    content: "";
    top: 90%;
    left: 0%;
    height: 4px;
    width: 0%;
    background-color: #797979;
    opacity: 0;
    transition: width 0.5s linear; }
  #myBtnContainer li.actives:after {
    position: absolute;
    content: "";
    top: 90%;
    left: 0%;
    height: 4px;
    width: 100%;
    background-color: #555555;
    opacity: 1;
    transition: width 0.5s linear; }

.mybtn {
  border: none;
  outline: none;
  color: #2a2a2a;
  cursor: pointer;
  background-color: none; }

.mybtn.actives {
  color: orangered;
  background-color: none; }

.show {
  display: block; }

.composition_photo {
  text-align: center;
  padding-top: 100px;
  height: 100%; }
  .composition_photo h1 {
    text-align: center;
    display: inline-block;
    font-family: "Choplin-LightItalic",sans-serif;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
    color: #2a2a2a; }
  .composition_photo h3 {
    text-align: center;
    display: inline-block;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
    color: #2a2a2a; }
  .composition_photo .row {
    margin-bottom: 0px; }

.composition {
  position: relative;
  width: 1000px;
  height: 550px;
  margin-left: 230px; }
  .composition__photo {
    width: 45%;
    box-shadow: none;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    transition: all 0.2s; }
    .composition__photo--p1 {
      left: 0;
      top: -2rem; }
    .composition__photo--p2 {
      right: 15%;
      top: 20px; }
    .composition__photo--p3 {
      left: 19%;
      top: 12rem; }
    .composition__photo:hover {
      border: 1rem solid white;
      transform: scale(1.05) translateY(-0.5rem);
      box-shadow: none;
      z-index: 20;
      outline: none; }
  .composition:hover .composition__photo:not(:hover) {
    transform: scale(0.95); }

.composition_photo-mobile {
  display: none;
  text-align: center;
  padding-top: 0px;
  height: 100%; }
  .composition_photo-mobile h1 {
    margin-top: 0px;
    text-align: center;
    display: inline-block;
    font-family: "Choplin-Medium",sans-serif;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
    color: #2a2a2a; }
  .composition_photo-mobile h3 {
    position: relative;
    text-align: center;
    display: inline-block;
    font-family: "Choplin-LightItalic",sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    color: #2a2a2a; }
  .composition_photo-mobile .row {
    margin-bottom: 0px; }

.composition {
  position: relative;
  width: 1000px;
  height: 550px;
  margin-left: 230px; }
  .composition__photo {
    width: 45%;
    box-shadow: none;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    transition: all 0.2s;
    outline-offset: 2rem; }
    .composition__photo--p1 {
      left: 0;
      top: -2rem; }
    .composition__photo--p2 {
      right: 15%;
      top: 20px; }
    .composition__photo--p3 {
      left: 19%;
      top: 12rem; }
    .composition__photo:hover {
      outline: none;
      border: 1rem solid white;
      transform: scale(1.05) translateY(-0.5rem);
      box-shadow: none;
      z-index: 20; }
  .composition:hover .composition__photo:not(:hover) {
    transform: scale(0.95); }

.about {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 0px;
  margin-top: 70px; }
  .about span {
    color: #797979;
    font-family: "Choplin-ExtraLight",sans-serif; }
  .about h2 {
    margin-top: 30px;
    font-family: "Choplin-LightItalic",sans-serif;
    color: #2a2a2a;
    font-weight: 700; }

.activ {
  color: #ff5f15 !important;
  text-decoration: none; }

.activ:before {
  background-color: #2a2a2a !important; }

#exTab1 {
  width: 65%;
  text-align: center;
  transform: translateX(240px);
  margin-top: 40px;
  font-family: "Josefin Sans", sans-serif; }

#exTab1 .tab-content {
  margin-top: 40px;
  color: #797979;
  text-align: left;
  padding: 5px 15px;
  margin-left: 50px;
  font-family: "Choplin-Light",sans-serif;
  font-size: 18px !important;
  line-height: 40px; }
  #exTab1 .tab-content ul {
    text-align: left;
    width: 100%;
    list-style-position: outside; }
    #exTab1 .tab-content ul li p {
      line-height: 25px; }

.nav-pills {
  margin-left: 180px;
  padding-top: 40px; }

#exTab1 .nav-pills > li > a {
  position: relative;
  border-radius: 0;
  margin-right: 100px;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 400px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center; }

#exTab1 .nav-pills > li > a:before {
  content: "";
  width: 125%;
  height: 2px;
  position: absolute;
  top: 140%;
  left: -10%;
  background-color: #9f9e9e; }

hr.new1 {
  border-top: 1px solid #9f9e9e; }

section {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 140px 0;
  background-image: url("../images/bg-author-bio.jpg");
  margin-top: -35px;
  margin-bottom: -80px; }
  section .price__header {
    text-align: center;
    margin-bottom: 50px; }
    section .price__header span {
      text-align: center;
      color: #9f9e9e;
      font-family: "Raleway", sans-serif; }
    section .price__header h1 {
      font-family: "Titillium Web", sans-serif;
      text-transform: uppercase;
      margin-top: 10px; }

.card {
  position: relative;
  max-width: 300px;
  height: auto;
  border-radius: 15px;
  margin: 0 auto;
  transition: 0.5s;
  padding: 40px 20px;
  overflow: hidden; }

.card:hover {
  transform: scale(1.1); }

.col-sm-4:nth-child(1) .card,
.col-sm-4:nth-child(1) .card .title .fas {
  background: linear-gradient(-45deg, #f403d1, #64b5f6); }

.col-sm-4:nth-child(2) .card,
.col-sm-4:nth-child(2) .card .title .fas {
  background: linear-gradient(-45deg, #ffec61, #f321d7); }

.col-sm-4:nth-child(3) .card,
.col-sm-4:nth-child(3) .card .title .fas {
  background: linear-gradient(-45deg, #24ff72, #9a4eff); }

.card:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  transform: skewY(-5deg) scale(1.5); }

.title .fas {
  color: white;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); }

.title h2 {
  position: relative;
  margin: 20px 0 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
  z-index: 2; }

.price {
  position: relative;
  z-index: 2; }

.price h4 {
  margin: 0;
  padding: 20px 0;
  color: #fff;
  font-size: 60px;
  font-family: "Titillium Web", sans-serif; }

.option {
  position: relative;
  z-index: 2; }

.option ul {
  margin: 0;
  padding: 0; }

.option ul li {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 16px;
  font-family: "Raleway", sans-serif; }

.card a {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #262626;
  width: 150px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  display: block;
  text-align: center;
  margin: 20px auto 0;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  box-sizing: 0 5px 10px rgba(0, 0, 0, 0.2); }

.card a:hover {
  text-decoration: none; }

#price__jumbotron {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("../images/pheader-process.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  #price__jumbotron .price__jumbotron-header {
    position: absolute;
    font-family: "Titillium Web", sans-serif;
    color: white;
    text-transform: uppercase;
    top: 50%;
    left: 25%;
    transform: translateX(-50px) translateY(-50px); }
    #price__jumbotron .price__jumbotron-header h1 {
      font-size: 50px; }
    #price__jumbotron .price__jumbotron-header p {
      text-align: center; }

.we_offer {
  width: 100%;
  height: 600px;
  background-color: #ffffff;
  text-align: center;
  padding-top: 40px; }
  .we_offer .we_offer-header {
    text-align: center; }
    .we_offer .we_offer-header span {
      font-family: "Raleway", sans-serif;
      color: #9f9e9e; }
    .we_offer .we_offer-header h1 {
      font-family: "Titillium Web", sans-serif;
      font-weight: 700;
      margin-top: 10px;
      margin-bottom: -10px; }
    .we_offer .we_offer-header p {
      font-size: 25px; }
  .we_offer .we_offer-one {
    position: relative;
    padding-top: 30px;
    width: 20%;
    height: 303px;
    margin: 20px;
    background-color: white;
    background-image: url("../images/bg-author-bio.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); }
    .we_offer .we_offer-one img {
      margin-bottom: 30px; }
    .we_offer .we_offer-one h2 {
      font-family: "Titillium Web", sans-serif; }
    .we_offer .we_offer-one p {
      font-family: "Raleway", sans-serif; }
    .we_offer .we_offer-one:hover {
      background-image: url("../images/portfolio-bg.jpg");
      color: white;
      transition: 0.5s ease-in; }
    .we_offer .we_offer-one:before {
      content: "";
      position: absolute;
      width: 0%;
      height: 2px;
      top: 102%;
      background-color: black;
      left: 4%;
      transition: width 0.5s; }
    .we_offer .we_offer-one:after {
      content: "";
      position: absolute;
      width: 2px;
      top: 10%;
      height: 0%;
      left: 101%;
      background-color: black;
      transition: height 0.5s; }
    .we_offer .we_offer-one:hover:before {
      width: 100%; }
    .we_offer .we_offer-one:hover:after {
      height: 100%; }
  .we_offer .we_one {
    margin-left: 130px; }
  .we_offer .we_two img {
    margin-bottom: 40px; }

.contact_button {
  width: 25%;
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  margin-left: 150px;
  padding-top: 10px;
  margin-top: 30px;
  position: relative;
  background-color: black;
  margin-top: 10px;
  height: 50px;
  border: none;
  color: white;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 20px; }
  .contact_button:after {
    content: "";
    width: 96%;
    left: 13%;
    height: 40px;
    border-bottom: 2px solid black;
    position: absolute;
    background: transparent;
    top: 38%;
    transition: width 0.5s; }
  .contact_button:before {
    content: "";
    width: 100%;
    left: 5%;
    height: 48px;
    border-right: 2px solid black;
    background-color: black;
    position: absolute;
    background: transparent;
    top: 43%;
    transition: height 0.5s; }
  .contact_button:hover {
    border: 1px solid black;
    background-color: white;
    color: black;
    transform: scale(1.1);
    transition: 0.5s ease-in;
    cursor: pointer; }
    .contact_button:hover:before {
      height: 0px; }
    .contact_button:hover:after {
      width: 0px; }

.gallerys__header {
  height: 500px; }
  .gallerys__header h2 {
    transform: translateX(0px);
    font-family: "Choplin-LightItalic",sans-serif;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    width: 100%; }

.contact_button:hover #email_button {
  color: black;
  background-color: white;
  transition: 0.5s ease-in; }

#email_button {
  background-color: black;
  color: white;
  border: none;
  font-family: "Choplin-Light",sans-serif;
 width:100%;
 outline: none; 
  font-weight: 600;
  letter-spacing: 3px; }
  #email_button:active{
      border:none;
  }
  #email_button:hover {
    color: black;
    background-color: white; }
/* Pricing section starts here  */

.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 0em;
  margin-top: 30px;
}
.price-head {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.price-head h5 {
  display: inline-block;
  font-family: "Choplin-Medium";
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 2px;
  text-align: center;
  color: #2a2a2a;
  margin-right: 0px;
  text-transform: uppercase;
}

.pricing-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 280px;
  flex: 0 1 280px;
}

.add-on {
  -webkit-flex: 0 1 580px;
  flex: 0 1 580px;
}

.mobile_item {
  display: none;
}

.pricing-action {
  color: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

.pricing-action:focus {
  outline: none;
}

.pricing-feature-list {
  text-align: left;
}

.pricing-palden .pricing-item {
  font-family: "Choplin-Light", sans-serif;
  font-size: 16px;
  cursor: default;
  color: #84697c;
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
  height: 100%;
}

@media screen and (min-width: 66.25em) {
  .pricing-palden .pricing__item--featured {
    z-index: 0;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  }
}

.pricing-palden .pricing-deco {
  border-radius: 10px 10px 0 0;
  background: linear-gradient(135deg, #4097f9, #0af0c7);
  padding: 4em 0 9em;
  position: relative;
}

.pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
}

.pricing-palden .pricing-title {
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD,
    Georgia, serif;
  font-size: 1.8em;
  font-style: bold;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
  font-style: italic;
}

.pricing-palden .deco-layer {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
  font-size: 2.5em;
}

.pricing-palden .pricing-price {
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD;
  font-size: 3em;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 30px 0 0.25em 0;
  line-height: 0.75;
}

.pricing-palden .pricing-currency {
  font-family: Book Antiqua, Palatino, Palatino Linotype, Palatino LT STD;
  font-size: 0.4em;
  vertical-align: top;
}

.pricing-palden .pricing-period {
  font-family: "Roboto", sans-serif;
  font-size: 0.4em;
  padding: 0 0 0 0em;
  font-style: italic;
}

.pricing-palden .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: center;
}

.pricing-palden .pricing-feature {
  font-family: Palatino, Palatino Linotype, Palatino LT STD;
  text-align: left;
  font-weight: 700;
  padding: 8px 10px;
  list-style-type: none;
  letter-spacing: 1px;
  color: black;
  font-size: 15px;
}

.pricing-palden .pricing-action {
  font-weight: bold;
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: linear-gradient(135deg, #4097f9, #0af0c7);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
  background: linear-gradient(135deg, #fd7d57, #f55d59);
}

.pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}

/* Pricing ends here  */

@media (min-width: 330px) and (max-width: 390px) {
    .price-head h5 {
  display: inline-block;
  font-family: "Choplin-Medium";
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 2px;
  text-align: center;
  color: #2a2a2a;
  margin-right: 0px;
  text-transform: uppercase;
}
.hitter{
        display: block;
     color: white !important;
   margin-left: 24%;
    font-size: 22px;
   
    font-family: "Choplin-Light",sans-serif !important;
    margin-bottom:0px;
    }
     .add-on {
    -webkit-flex: 0 1 280px;
    flex: 0 1 280px;
  }
     .pricing-palden .pricing-title {
    font-size: 2.3em;

    font-style: italic;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
  }
  .pricing-palden .pricing-price {
    font-size: 2.2em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 30px 0 0.25em 0;
    line-height: 0.75;
  }

  .pricing-palden .pricing-currency {
    font-size: 0.45em;
    vertical-align: top;
  }
  .mobile_price {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .mobile_item {
    flex-grow: 1;
    width: 33%;
    -webkit-flex: 0 1 42% !important;
    flex: 0 1 42% !important;
  }
  .pricing-palden .pricing-feature {
    text-align: left;
    padding: 10px 10px;
    list-style-type: none;
    font-size:16px;
  }
  .pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 400px;
  }
   
    .composition_photo-mobile h3{
        font-size:19px;
    }
  #footer-bottom h6 {
    color: white;
    font-size: 10px !important; }
 .navbar-toggler {
    position: absolute;
    left: 0%;
    top: 0%;
    transform: translateY(-5px); }
    .company-brand {
    display: block;
    background-image: linear-gradient(to right, chocolate, orangered) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    margin-left: 18%;
    font-size: 20px;
   
    font-family: "Choplin-Light",sans-serif !important;
    margin-bottom:0px; }
   
    
   .navbar-brand {
    margin-left: 47%;
    margin-top: 6%; }
    .navbar-brand img {
      width: 40px !important;
      height: 40px !important; }
  .top-header {
    display: none; }
  h1 {
    font-size: 38px; }
  .nav-item:after {
    display: none; }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0; }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear; }
  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0; }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear; }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important; }
  body.dark .nav-item::before {
    background-color: #fff; }
  body.dark .dropdown-toggle::after {
    background-color: #fff; }
  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none; }
  body.white .nav-item::before {
    background-color: #fff; }
  body.white .dropdown-toggle::after {
    background-color: #fff; }
  body.white .dropdown-menu {
    background-color: transparent;
    box-shadow: none; }
  .nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
    margin-right: 0px; }
  .navbar-nav {
    transform: translateX(0px); }
  #top-footer {
    background-color: #222222;
    max-width: 100%;
    height: 100%;
    margin-top: 10px; }
    #top-footer h3 {
      font-size: 20px;
      line-height: 1.5;
      color: white;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 20px;
      font-family: "Choplin-LightItalic",sans-serif; }
    #top-footer p {
      font-size: 18px;
      line-height: 30px;
      color: #bdbdbd;
      font-weight: 300;
      letter-spacing: 1px;
      padding-right: 20px;
      font-family: "Choplin-Light",sans-serif; }
    #top-footer #services {
      margin-top: 50px;
      padding-bottom: 10px;
      padding-left: 0px; }
      #top-footer #services ul {
        margin: 0;
        padding: 0; }
      #top-footer #services li {
        font-size: 16px;
        line-height: 30px;
        color: #bdbdbd;
        font-weight: 300;
        letter-spacing: 1px;
        text-transform: capitalize;
        transition: color 0.3s;
        font-family: "Choplin-Light",sans-serif;
        list-style-type: none;
        display: block; }
        .port_footer{
            margin-top:60px !important;
        }
  .footcont {
    padding-left: 30px;
    padding-right: 30px;
    }
    .price-footer{
        margin-top:30px;
    }
  #top-footer #servicess {
    margin-top: 50px;
    padding-bottom: 10px;
    padding-left: 0px; }
    #top-footer #servicess ul {
      margin: 0;
      padding: 0; }
    #top-footer #servicess li {
      font-size: 13px;
      line-height: 30px;
      color: #bdbdbd;
      font-weight: 300;
      letter-spacing: 1px;
      text-transform: capitalize;
      transition: color 0.3s;
      font-family: "Raleway", sans-serif;
      list-style-type: none;
      display: inline-block;
      margin-right: 0px;
      margin-left: 20px; }
    #top-footer #servicess img {
      width: 40px;
      height: 40px; }
  #top-footer #services li a {
    color: #bdbdbd; }
  #top-footer #services li a:hover {
    color: white; }
  .carousel-control-prev {
    left: -5%;
    bottom: -10%;
    display:none;
  }
  .thirdslide_para {
    text-align: right;
    margin-left: 0px; }
  .carousel-control-next {
    right: -5%;
    bottom: -10%;
    display:none;}
  .quote {
    position: absolute;
    top: 0%;
    padding-right: 10px;
    padding-left: 10px;
    height: 40px; }
  .carousel-item img {
    --webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    max-width: 100%; }
  .carousel-caption {
    width: 300px;
    top: 50%;
    transform: translateY(-30%);
    z-index: 1; }
    .carousel-caption p {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 12px; }
    .carousel-caption h1 {
      font-family: "Choplin-Medium",sans-serif;
      font-size: 21px !important;
      line-height: 35px;
      letter-spacing: 1px; }
  .firstslide {
    margin-left: -43px;
    transform: translateY(-35%);
    text-align: left; }
  .secslide {
    width: 320px;
    text-align: center;
    margin-left: -30px;
    transform: translateY(-35%); }
  .thirdslide {
    text-align: right;
    margin-left: 10px;
    transform: translateY(-35%);
    width: 360px;
    width: 80%; }
  .viewproject {
    margin-top: 10px;
    height: 50px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px; }
  .about_new {
    margin-top: 10px;
    width: 100%;
    text-align: center; }
    .about_new .about_new-left {
      width: 50%;
      padding-top: 75px; }
      .about_new .about_new-left img {
        width: 330px;
        height: 310px;
        box-shadow: none;
        }
        .about_new .about_new-left img:hover {
          transform: translateY(-10px) scale(1.2);
          transition: all 0.5s; }
    .about_new .about_new-right {
      padding-top: 30px;
      width: 50%; }
    .about_new .about_new-content span {
      display: inline-block;
      font-family: "Choplin-LightItalic",sans-serif;
      font-weight: 700;
      font-size: 26px;
      letter-spacing: 2px;
      text-align: center;
      color: #2a2a2a;
      margin-right: 0px; }
    .about_new .about_new-content ul li {
      margin-left: 20px;
      list-style-type: disc;
      font-family: "Choplin-ExtraLight",sans-serif;
      text-align: left;
      line-height: 2rem;
      font-size: 16px;
      color: #797979;
      font-weight: 700;
      margin-top: 10px; }
      .about_new .about_new-content ul li:first-child {
        margin-top: 30px; }
  .gallery_short {
    margin-top: 80px;
    height: 1700px; }
  .img-1 {
    position: relative;
    margin-bottom: 30px; }
  .img-2 {
    position: relative;
    margin-bottom: 30px; }
  .img-3 {
    position: relative;
    margin-bottom: 30px; }
  .gallerys .amenities h2 {
    font-size: 25px;
    
    margin-left: 0px; }
   .portfolio-section__carousel {
    position: relative;
    margin-bottom: 30px;
    background-color: #f1ece6;
    height: 250px;
    margin-left: 20px;
    width: 80%;
    margin-top: 0px; }
    .portfolio-section__carousel .leeft {
      top: 40%;
      left: 0%;
      position: absolute;
      font-size: 20px;
      background-color: #f1ece6;
      width: 50px;
      height: 60px;
      padding-top: 20px;
      padding-right: 10px; }
      .portfolio-section__carousel .leeft:hover {
        color: #f1ece6;
        background-color: #2a2a2a;
        transition: 0.3s ease-in; }
    .portfolio-section__carousel .riight {
      top: 40%;
      right: 0px;
      position: absolute;
      font-size: 20px;
      background-color: #f1ece6;
      width: 50px;
      height: 60px;
      padding-top: 20px;
      padding-right: 10px; }
      .portfolio-section__carousel .riight:hover {
        color: #f1ece6;
        background-color: #2a2a2a;
        transition: 0.3s ease-in; }
  .short_service {
    height: 1600px;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px; }
    .short_service .short_service-left {
      padding-top: 30px;
      height: 500px;
      padding-left: 3px; }
      .short_service .short_service-left span {
        color: #9f9e9e; }
      .short_service .short_service-left h3 {
        margin-top: 20px;
        font-size: 40px;
        font-family: "Titillium Web", sans-serif;
        line-height: 60px;
        margin-bottom: 20px; }
    .short_service .short_service-right {
      margin-left: 5px;
      margin-top: -80px; }
      .short_service .short_service-right .short_service-right1 {
        text-align: left;
        width: 94%;
        height: 250px;
        padding-top: 24px;
        float: left;
        margin-right: 44px; }
        .short_service .short_service-right .short_service-right1 img {
          margin-bottom: 20px; }
        .short_service .short_service-right .short_service-right1 h2 {
          margin-bottom: 20px;
          font-family: "Titillium Web", sans-serif; }
        .short_service .short_service-right .short_service-right1 p {
          font-family: "Raleway", sans-serif;
          color: #a3a3a3;
          font-size: 16px; }
  .short_portfolio {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../images/portfolio-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
    margin-bottom: -10px;
    margin-top: -70px; }
    .short_portfolio-header span {
      color: #9f9e9e;
      font-size: 18px;
      font-family: "Josefin Sans", sans-serif;
      margin-bottom: 20px; }
    .short_portfolio-header h2 {
      font-family: "Titillium Web", sans-serif;
      margin-top: 10px;
      margin-bottom: 10px; }
    .short_portfolio-header p {
      font-size: 28px; }
    .short_portfolio-main {
      width: 80%;
      margin-left: 30px; }
      .short_portfolio-main .row {
        margin-top: 0px; }
        .short_portfolio-main .row img {
          position: relative;
          height: 350px;
          width: 300px;
          box-shadow: 2px 5px 5px rgba(255, 255, 255, 0.2); }
  .portfolio_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 29.5px;
    right: 0;
    height: 350px;
    width: 300px;
    opacity: 0;
    transition: 0.5s ease-in;
    background-color: black; }
    .portfolio_overlay i {
      color: white !important;
      font-size: 30px;
      position: absolute;
      top: 10%;
      right: 10%;
      text-align: center; }
      .portfolio_overlay i:hover {
        transform: scale(1.2);
        transition: 0.5s ease-in; }
  .textss .project_caption {
    position: absolute;
    top: 80%;
    left: 10%;
    color: white; }
    .textss .project_caption h5 {
      font-size: 16px;
      font-weight: 700;
      font-family: "Titillium Web", sans-serif; }
  .portfolio_img {
    margin-bottom: 40px; }
  .portfolio_img:hover .portfolio_overlay {
    opacity: 0.7;
    cursor: pointer;
    transition: 0.5s ease-in; }
  .portfolio_img:hover .textss i {
    animation-name: expand-left;
    animation-duration: 0.7s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    cursor: pointer; }
  .portfolio_img:hover .project_caption {
    animation-name: text-up;
    animation-duration: 0.7s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    cursor: pointer;
    font-family: "Raleway", sans-serif; }
  #myBtnContainer {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 20px; }
    #myBtnContainer li {
      position: relative;
      list-style: none;
      margin-right: 30px; }
      #myBtnContainer li:hover:after {
        opacity: 1;
        width: 100%; }
    #myBtnContainer li.actives .quants {
      display: block; }
    #myBtnContainer li:after {
      position: absolute;
      content: "";
      top: 90%;
      left: 0%;
      height: 4px;
      width: 0%;
      background-color: #555555;
      opacity: 0;
      transition: width 0.5s linear; }
    #myBtnContainer li.actives:after {
      position: absolute;
      content: "";
      top: 90%;
      left: 0%;
      height: 4px;
      width: 100%;
      background-color: #555555;
      opacity: 1;
      transition: width 0.5s linear; }
  .mybtn {
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    background-color: none; }
  .mybtn.actives {
    color: white;
    background-color: none; }
  .show {
    display: block; }
  .quants {
    font-size: 9px;
    color: white;
    border-radius: 50%;
    width: 10px;
    margin-left: 2px;
    transform: translateY(-30px) translateX(40px);
    display: none; }
  .keep_in_touch {
    position: relative;
    width: 100%;
    height: 350px;
    padding: 0px;
    margin-right: 80px; }
    .keep_in_touch .keep_in_touch-header {
      position: absolute;
      top: 15%;
      width: 450px;
      height: 300px;
      margin-left: 0px;
      text-align: center; }
      .keep_in_touch .keep_in_touch-header .dream {
        font-size: 30px;
        font-weight: 300 !important;
        font-family: "Titillium Web", sans-serif;
        margin-right: 10px; }
      .keep_in_touch .keep_in_touch-header p {
        width: 400px;
        transform: translateX(-19%);
        font-size: 16px;
        width: 95%;
        font-family: "Raleway", sans-serif;
        margin-top: 20px;
        line-height: 30px; }
    .keep_in_touch .keep_in_touch-button {
      width: 50%;
      padding-top: 12px;
      padding-right: 0px;
      margin-left: 25%;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
      position: absolute;
      top: 60%;
      position: relative;
      background-color: #f1ece6;
      margin-top: 10px;
      height: 50px;
      border: none;
      color: #2a2a2a;
      font-weight: 500;
      font-size: 14px;
      font-family: "Choplin-Medium";
      padding-right: 20px;
      padding-left: 20px; }
      .keep_in_touch .keep_in_touch-button:after {
        content: "";
        width: 96%;
        left: 13%;
        height: 40px;
        border-bottom: 2px solid white;
        position: absolute;
        background: transparent;
        top: 38%;
        transition: width 0.5s; }
      .keep_in_touch .keep_in_touch-button:before {
        content: "";
        width: 100%;
        left: 5%;
        height: 48px;
        border-right: 2px solid white;
        background-color: white;
        position: absolute;
        background: transparent;
        top: 43%;
        transition: height 0.5s; }
      .keep_in_touch .keep_in_touch-button:hover {
        cursor: pointer;
        border: 1px solid white;
        background-color: black;
        color: white;
        transform: scale(1.1);
        transition: 0.5s ease-in; }
        .keep_in_touch .keep_in_touch-button:hover:before {
          height: 0px; }
        .keep_in_touch .keep_in_touch-button:hover:after {
          width: 0px; }
  .progress-bar {
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
    height: 1650px;
    background-image: url(../images/portfolio-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; }
    .progress-bar .row {
      margin-top: -30px; }
    .progress-bar .columm {
      height: 300px;
      width: 100%; }
      .progress-bar .columm p {
        margin-top: 20px;
        color: grey;
        font-family: "Raleway", sans-serif;
        line-height: 30px; }
    .progress-bar .round {
      min-height: 255px;
      margin-top: 10px;
      position: relative;
      margin-bottom: 10px; }
      .progress-bar .round strong {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -100px;
        transform: translate(-50%);
        font-size: 40px;
        color: white;
        font-weight: 400; }
    .progress-bar span {
      display: block;
      color: white;
      font-size: 17px;
      margin-top: 10px; }

  .gallerys {
    margin-top: 50px;
    height: 100%;
    width: 100%;
    text-align: center; }
    .gallerys .gallerys__header {
      height: 410px; }
    .gallerys .row {
      margin-top: 20px; }
    .gallerys .amenities h2 {
      width: 400px; }
    .gallerys__header {
      text-align: center; }
      .gallerys__header span {
        color: #9f9e9e;
        text-transform: uppercase;
        font-weight: 600; }
      .gallerys__header h2 {
        color: black;
        font-family: "Choplin-LightItalic",sans-serif;
        width: 400px;
        text-align: center;
        
        margin-top: 20px;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 22px; }
        
      .gallerys__header p {
        color: black;
        font-size: 30px;
        margin-top: -20px; }
  #portfolio__jumbotron .portfolio__jumbotron-header {
    top: 50%;
    left: 2%;
    transform: translateX(-220px) translateY(-50px);
    width: 450px; }
    #portfolio__jumbotron .portfolio__jumbotron-header h1 {
      width: 100%;
      font-size: 28px;
      text-align: center; }
    #portfolio__jumbotron .portfolio__jumbotron-header p {
      text-align: center; }
  .gallerys__header h2 {
    transform: translateX(-20px);
    font-family: "Choplin-LightItalic",sans-serif; }
  .gallerys__short_portfolio-main {
    width: 80%;
    margin-left: 50px; }
    .gallerys__short_portfolio-main .gallerys__portfolio_img:first-child {
      margin-top: -5px; }
    .gallerys__short_portfolio-main .gallerys__portfolio_img {
      margin-top: 40px; }
    .gallerys__short_portfolio-main .row {
      margin-bottom: 20px; }
      .gallerys__short_portfolio-main .row img {
        position: relative;
        height: 350px;
        width: 300px;
        box-shadow: 2px 5px 5px rgba(255, 255, 255, 0.2); }
  .gallerys__portfolio_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 23.5px;
    right: 0;
    height: 350px;
    width: 300px;
    opacity: 0;
    transition: 0.5s ease-in; }
    .gallerys__portfolio_overlay i {
      color: white !important;
      font-size: 30px;
      position: absolute;
      top: 45%;
      right: 45%;
      text-align: center; }
      .gallerys__portfolio_overlay i:hover {
        transform: scale(1.2);
        transition: 0.5s ease-in; }
  .textss .gallerys__project_caption {
    position: absolute;
    top: 80%;
    left: 10%;
    color: white; }
    .textss .gallerys__project_caption h5 {
      font-size: 16px;
      font-weight: 700;
      font-family: "Titillium Web", sans-serif;
      color: white; }
  .gallerys__portfolio_img {
    display: none;
    margin-right: 10px; }
    .gallerys__portfolio_img .gallerys__portfolio_img-captions p {
      color: black;
      font-size: 22px;
      margin-bottom: -1px; }
    .gallerys__portfolio_img .gallerys__portfolio_img-captions span {
      color: #9f9e9e;
      font-size: 18px;
      font-weight: 600; }
  .gallerys__portfolio_img:hover img {
    transform: scale(1.1);
    transition: 0.5s ease-in; }
  .gallerys__portfolio_img:hover .gallerys__portfolio_overlay {
    opacity: 0.7;
    cursor: pointer;
    transition: 0.5s ease-in; }
  .gallerys__portfolio_img:hover .textss i {
    animation-name: expand-left;
    animation-duration: 0.7s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    cursor: pointer; }
  .gallerys__portfolio_img:hover .gallerys__project_caption {
    animation-name: text-up;
    animation-duration: 0.7s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    cursor: pointer;
    font-family: "Raleway", sans-serif; }
  #gallerys__myBtnContainer {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 20px; }
    #gallerys__myBtnContainer li {
      position: relative;
      list-style: none;
      margin-right: 15px;
      font-size: 15px; }
      #gallerys__myBtnContainer li:hover:after {
        opacity: 1;
        width: 100%; }
    #gallerys__myBtnContainer li.actives .quants {
      display: block; }
    #gallerys__myBtnContainer li:after {
      position: absolute;
      content: "";
      top: 90%;
      left: 0%;
      height: 4px;
      width: 0%;
      background-color: #555555;
      opacity: 0;
      transition: width 0.5s linear; }
    #gallerys__myBtnContainer li.actives:after {
      position: absolute;
      content: "";
      top: 90%;
      left: 0%;
      height: 4px;
      width: 100%;
      background-color: #555555;
      opacity: 1;
      transition: width 0.5s linear; }
  .gallerys__mybtn {
    border: none;
    outline: none;
    color: black;
    cursor: pointer;
    background-color: none; }
  .gallerys__mybtn.actives {
    color: black;
    background-color: none; }
  .show {
    display: block; }
  .quants {
    font-size: 9px;
    color: black;
    border-radius: 50%;
    width: 10px;
    margin-left: 2px;
    transform: translateY(-30px) translateX(40px);
    display: none; }
  #quantss {
    transform: translateX(65px) translateY(-32px); }
  #quant {
    transform: translateX(51px) translateY(-32px); }
  #services__jumbotron .services__jumbotron-header {
    top: 50%;
    left: 0%;
    transform: translateX(10px) translateY(-50px);
    width: 500px; }
    #services__jumbotron .services__jumbotron-header h1 {
      width: 100%;
      font-weight: 600;
      font-size: 23px; }
    #services__jumbotron .services__jumbotron-header p {
      transform: translateX(0px);
      text-align: center;
      margin-right: 180px;
      font-size: 15px; }
  .services-section__items img {
    height: 250px;
    width: 370px; }
  .services-section__carousel {
    position: relative;
    margin-bottom: 30px;
    background-color: #f1ece6;
    height: 250px;
    transform: translateX(-50px);
    width: 87%; }
  .services-section {
    width: 100%;
    color: black;
    margin-top: 80px; }
    .services-section .services-section__sidebar {
      display: none; }
    .services-section .services-section__rightside {
      width: 100%;
      text-align: left;
      color: black;
      margin-left: 20px; }
      .services-section .services-section__rightside span {
        color: #9f9e9e;
        margin-bottom: 30px; }
      .services-section .services-section__rightside h2 {
        width: 100%;
        font-family: "Choplin-LightItalic",sans-serif;
        font-size: 21px;
        line-height: 4rem;
        font-weight: 700; }
      .services-section .services-section__rightside .const_list-div ul {
        width: 350px;
        list-style-position: outside; }
      .services-section .services-section__rightside .const_list-div li {
        font-weight: 400;
        width: 350px;
        font-size: 13px !important;
        position: relative;
        padding: 0px;
        padding-left: 25px;
        padding-right: 0px;
        color: #797979;
        line-height: 30px; }
        .services-section .services-section__rightside .const_list-div li span {
          color: #797979;
          position: absolute;
          transform: translateX(-30px);
          margin-right: 50px;
          font-size: 28px; }
    .services-section #service2 {
      margin-top: -60px; }
      .services-section #service2 h2 {
        line-height: 40px;
        margin-right: 30px;
        font-size: 20px; }
  .img-service {
    height: 450px;
    width: 95%;
    margin-bottom: 80px; }
  #contacts__jumbotron .contacts__jumbotron-header {
    top: 50%;
    left: 2%;
    width: 90%;
    transform: translateX(-170px) translateY(-50px); }
    #contacts__jumbotron .contacts__jumbotron-header h1 {
      width: 100%;
      font-size: 28px;
      text-align: center; }
    #contacts__jumbotron .contacts__jumbotron-header p {
      text-align: center; }
  .contacts {
    width: 100%;
    position: relative;
    height: 1170px; }
     .contacts .contacts__left {
      color: black;
      margin-top: 70px;
      padding-left: 60px; }
      .contacts .contacts__left h2 {
        font-family: "Choplin-LightItalic",sans-serif;
        margin-bottom: 40px;
        font-weight: 600;
        transform: translateX(30px); }
      .contacts .contacts__left p {
        font-family: "Choplin-Light",sans-serif; }
      .contacts .contacts__left .form-control::-webkit-input-placeholder {
        font-family: "Choplin-Light",sans-serif; }
      .contacts .contacts__left .form-control:focus {
        border-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .contacts .contacts__left .form-group {
        margin-top: 40px; }
   .contacts .contacts__right {
      position: relative;
      z-index: 0;
      box-sizing: border-box;
      background-image: url(../images/portfolio-bg.jpg);
      background-position: top;
      background-size: cover;
      background-repeat: no-repeat;
      color: white;
      width: 520px;
      padding: 0px;
      padding-top: 50px;
      margin-bottom: 0px;
      margin-right: 30px;
      box-shadow: none;
      transform: translateX(-40px);
      height: 100% }
      .contacts .contacts__right .contacts__right-cont h2 {
        position: absolute;
        top: 0%;
        transform: translateY(-10px);
        margin-top: 20px;
        margin-bottom: 90px;
        margin-left: 50px;
        padding-top: 35px;
        font-size: 32px !important;
        width: 300px; }
      .contacts .contacts__right .contacts__right-cont .row {
        margin-bottom: 50px;
        transform: translateY(70px); }
      .contacts .contacts__right .contacts__right-cont .span_header {
        color: #9f9e9e; }
      .contacts .contacts__right .contacts__right-cont .contacts__right-text {
        height: 500px;
        width: 500px; }
      .contacts .contacts__right .contacts__right-cont h2 {
        margin-top: 15px;
        transform: translateX(-20px) translateY(-20px);
        margin-bottom: 0px;
        font-family: "Choplin-LightItalic",sans-serif;
        font-size:32px;}
      .contacts .contacts__right .contacts__right-cont .contacts__right-info {
        margin-bottom: 0px;
        width: 490px;
        font-family: "Choplin-LightItalic",sans-serif;
        margin-left: 40px;
        margin-top:-10px;
        }
         .contacts .contacts__right .contacts__right-cont .contacts__right-info a{
             color:white !important;
         }
        .contacts .contacts__right .contacts__right-cont .contacts__right-info .loco {
            font-size:18px !important;
          height: 80px;
          width: 420px;
          transform: translateX(-20px);
          margin-bottom: 0px;
          line-height: 38px;
          padding: 0px; }
          .contacts .contacts__right .contacts__right-cont .contacts__right-info .loco span {
            transform: translateY(30px);
            font-size: 18px; }
        .contacts .contacts__right .contacts__right-cont .contacts__right-info img {
          width: 40px;
          height: 40px;
          text-align: left;
          float: left;
          margin-right: 35px; }
        .contacts .contacts__right .contacts__right-cont .contacts__right-info h4 {
          font-family: "Choplin-LightItalic",sans-serif;
          margin-bottom: 20px;
          font-size:20px;}
        .contacts .contacts__right .contacts__right-cont .contacts__right-info ul li {
          padding-left: 10px;
          width: 80px;
          height: 80px;
          display: inline-block;
          margin-right: 20px; }
  .map {
    z-index: -1;
    height: 300px !important;
    text-align: center; }
    .map h1 {
      color: #2a2a2a;
      font-family: "Choplin-LightItalic",sans-serif;
      margin-bottom: 30px;
      font-weight: 700;
      font-size:32px!important;}
    .map img {
      width: 90%;
      height: 300px; }
  section {
    padding: 90px 0;
    margin-bottom: -100px; }
    section .price__header h1 {
      font-size: 31px !important; }
  .card {
    margin-bottom: 70px; }
  #price__jumbotron .price__jumbotron-header {
    top: 50%;
    left: 2%;
    width: 70%;
    transform: translateX(-130px) translateY(-50px); }
    #price__jumbotron .price__jumbotron-header h1 {
      width: 100%;
      font-size: 28px;
      text-align: center; }
    #price__jumbotron .price__jumbotron-header p {
      text-align: center; }
  .quote {
    position: absolute;
    top: 6%;
    left: -20%;
    padding-right: 10px;
    padding-left: 0px;
    height: 40px; }
 .phone-number {
    position: absolute;
    right: 0%;
    top: 0%;
    transform: translateX(10px) translateY(-9px);
    padding-top: 0px;
    width: 165px;
    height: 60px; }
    .phone-number .phone {
      position: absolute;
      transform: translateX(40px) translateY(-1.5px);
      padding-top: 10px;
      padding-left: 0px;
      font-weight: 600; }
  .about {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20px; }
    .about span {
      color: #797979;
      font-family: "Choplin-ExtraLight",sans-serif; }
    .about h2 {
      margin-top: 0px;
      font-family: "Choplin-LightItalic",sans-serif;
      color: #2a2a2a;
      font-size: 22px; }
  .activ {
    color: #ff5f15 !important;
    text-decoration: none; }
  .activ:before {
    background-color: #2a2a2a !important; }
  #exTab1 {
    width: 100%;
    height:100%;
    text-align: center;
    transform: translateX(-20px);
    margin-top: 40px;
    font-family: "Josefin Sans", sans-serif; }
  #exTab1 .tab-content {
    margin-top: 25px;
    color: #797979;
    text-align: left;
    padding: 5px 15px;
    line-height: 30px;
    width: 100%;
    font-family: "Choplin-Light",sans-serif;
    transform: translateX(-25px);
    font-size: 15px !important; }
    #exTab1 .tab-content ul {
      margin-top: 30px;
      text-align: left;
      width: 100%;
      list-style-position: outside; }
      #exTab1 .tab-content ul li {
        margin-bottom: 9px; }
      #exTab1 .tab-content ul span {
        color: yellow !important; }
  .nav-pills {
    margin-left: 40px;
    padding-top: 20px;
    width: 100%; }
    .nav-pills li {
      display: inline-block; }
  #exTab1 .nav-pills > li > a {
    position: relative;
    border-radius: 0;
    margin-right: 35px;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px; }
  #exTab1 .nav-pills > li > a:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 140%;
    left: 0%;
    background-color: #9f9e9e; }
  .composition_photo {
    display: none; }
  .composition_photo-mobile {
    display: block;
    text-align: center;
    padding-top: 20px;
    height: 100%; }
    .composition_photo-mobile h1 {
      text-align: center;
      display: inline-block;
      font-family: "Choplin-Medium",sans-serif;
      font-weight: 700;
      font-size: 30px;
      letter-spacing: 2px;
      color: #2a2a2a;
      margin-top: 60px;
      margin-bottom: 30px; }
    .composition_photo-mobile .row {
      margin-bottom: -80px; }
  .composition {
    position: relative;
    width: 1000px;
    height: 550px;
    margin-left: 5px; }
    .composition__photo {
      width: 27%;
      box-shadow: none;
      border-radius: 2px;
      position: absolute;
      z-index: 10;
      transition: all 0.2s;
      outline-offset: 1rem; }
      .composition__photo--p1 {
        left: 5%;
        top: 0rem; }
      .composition__photo--p2 {
        right: 62.6%;
        top: 120px; }
      .composition__photo--p4 {
        right: 61%;
        top: 100px; }
      .composition__photo--p3 {
        left: 0%;
        top: 13rem; }
      .composition__photo--p5 {
        left: 0%;
        top: 14rem; }
      .composition__photo:hover {
        outline: none;
        transform: scale(1.05) translateY(-0.5rem);
        box-shadow: none;
        z-index: 20;
        border: 0.5rem solid white; }
    .composition:hover .composition__photo:not(:hover) {
      transform: scale(0.95); }
  .we_offer {
    width: 100%;
    height: 1360px;
    background-color: #ffffff;
    text-align: center;
    padding-top: 40px; }
    .we_offer .we_offer-header {
      text-align: center; }
      .we_offer .we_offer-header span {
        font-family: "Raleway", sans-serif;
        color: #9f9e9e; }
      .we_offer .we_offer-header h1 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: -10px; }
      .we_offer .we_offer-header p {
        font-size: 25px; }
    .we_offer .we_offer-one {
      position: relative;
      padding-top: 30px;
      width: 60%;
      height: 303px;
      margin: 20px;
      background-color: white;
      background-image: url("../images/bg-author-bio.jpg");
      background-position: center;
      margin-right: 60px;
      background-repeat: no-repeat;
      background-size: cover;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); }
      .we_offer .we_offer-one img {
        margin-bottom: 30px; }
      .we_offer .we_offer-one h2 {
        font-family: "Titillium Web", sans-serif; }
      .we_offer .we_offer-one p {
        font-family: "Raleway", sans-serif; }
      .we_offer .we_offer-one:hover {
        background-image: url("../images/portfolio-bg.jpg");
        color: white;
        transition: 0.5s ease-in; }
      .we_offer .we_offer-one:before {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        top: 102%;
        background-color: black;
        left: 4%;
        transition: width 0.5s; }
      .we_offer .we_offer-one:after {
        content: "";
        position: absolute;
        width: 2px;
        top: 10%;
        height: 0%;
        left: 101%;
        background-color: black;
        transition: height 0.5s; }
      .we_offer .we_offer-one:hover:before {
        width: 100%; }
      .we_offer .we_offer-one:hover:after {
        height: 100%; }
    .we_offer .we_one {
      margin-left: 70px; }
    .we_offer .we_two {
      margin-left: 70px; }
      .we_offer .we_two img {
        margin-bottom: 40px; }
    .we_offer .we_three {
      margin-left: 70px; }
  .contact_button {
    width: 55%;
    font-family: "Titillium Web", sans-serif;
    text-align: center;
    margin-left: 30px;
    padding-top: 10px;
    margin-top: 50px;
    transform: translateY(30px);
    position: relative;
    background-color: black;
    margin-top: 10px;
    height: 50px;
    border: none;
    color: white;
    font-weight: 500;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 50px; }
    .contact_button:after {
      content: "";
      width: 96%;
      left: 13%;
      height: 40px;
      border-bottom: 2px solid black;
      position: absolute;
      background: transparent;
      top: 38%;
      transition: width 0.5s; }
    .contact_button:before {
      content: "";
      width: 100%;
      left: 5%;
      height: 48px;
      border-right: 2px solid black;
      background-color: black;
      position: absolute;
      background: transparent;
      top: 43%;
      transition: height 0.5s; }
    .contact_button:hover {
      border: 1px solid black;
      background-color: white;
      color: black;
      transform: scale(1.1);
      transition: 0.5s ease-in;
      cursor: pointer; }
      .contact_button:hover:before {
        height: 0px; }
      .contact_button:hover:after {
        width: 0px; } }
    
@media print {
    html, body {
       display: none;  /* hide whole page */
    }
}

@media (min-width: 390px) and (max-width: 767px) {
  
     .add-on {
    -webkit-flex: 0 1 280px;
    flex: 0 1 280px;
  }
  .king{
       font-size: 2.22em;
  }
     .pricing-palden .pricing-title {
    font-size: 2.3em;

    font-style: italic;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
  }
  .pricing-palden .pricing-price {
    font-size: 2.3em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 30px 0 0.25em 0;
    line-height: 0.75;
  }

  .pricing-palden .pricing-currency {
    font-size: 0.45em;
    vertical-align: top;
  }
  .mobile_price {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .mobile_item {
    flex-grow: 1;
    width: 33%;
    -webkit-flex: 0 1 42% !important;
    flex: 0 1 42% !important;
  }
  .pricing-palden .pricing-feature {
    text-align: left;
    padding: 10px 10px;
    list-style-type: none;
    font-size:16px;
  }
  .pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 400px;
  }
   
 .navbar-toggler {
    position: absolute;
    left: 0%;
    top: 0%;
    transform: translateY(-5px); }
    .company-brand {
    display: block;
    background-image: linear-gradient(to right, chocolate, orangered) !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
   margin-left: 20%;
    font-size: 22px;
   
    font-family: "Choplin-Light",sans-serif !important;
    margin-bottom:0px; }
     
    .hitter{
        display: block;


    color: white !important;
   margin-left: 29%;
    font-size: 22px;
   
    font-family: "Choplin-Light",sans-serif !important;
    margin-bottom:0px;
    }
   .navbar-brand {
    margin-left: 47%;
    margin-top: 5%; }
    .navbar-brand img {
      width: 40px !important;
      height: 40px !important; }
  .top-header {
    display: none; }
  h1 {
    font-size: 38px; }
  .nav-item:after {
    display: none; }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0; }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear; }
  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0; }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear; }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important; }
  body.dark .nav-item::before {
    background-color: #fff; }
  body.dark .dropdown-toggle::after {
    background-color: #fff; }
  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none; }
  body.white .nav-item::before {
    background-color: #fff; }
  body.white .dropdown-toggle::after {
    background-color: #fff; }
  body.white .dropdown-menu {
    background-color: transparent;
    box-shadow: none; }
  .nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
    margin-right: 0px; }
  .navbar-nav {
    transform: translateX(0px); }
  #top-footer {
    background-color: #222222;
    max-width: 100%;
    height: 100%;
    margin-top: 80px; }
    #top-footer h3 {
      font-size: 17px;
      line-height: 1.5;
      color: white;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 20px;
      font-family: "Choplin-LightItalic",sans-serif; }
    #top-footer p {
      font-size: 18px;
      line-height: 30px;
      color: #bdbdbd;
      font-weight: 300;
      letter-spacing: 1px;
      padding-right: 20px;
      font-family: "Choplin-Light",sans-serif; }
    #top-footer #services {
      margin-top: 50px;
      padding-bottom: 10px;
      padding-left: 0px; }
      #top-footer #services ul {
        margin: 0;
        padding: 0; }
      #top-footer #services li {
        font-size: 16px;
        line-height: 30px;
        color: #bdbdbd;
        font-weight: 300;
        letter-spacing: 1px;
        text-transform: capitalize;
        transition: color 0.3s;
        font-family: "Choplin-Light",sans-serif;
        list-style-type: none;
        display: block; }
  .footcont {
    padding-left: 30px;
    padding-right: 30px; }
     .price-footer{
        margin-top:30px;
    }
  #top-footer #servicess {
    margin-top: 50px;
    padding-bottom: 30px;
    padding-left: 0px; }
    #top-footer #servicess ul {
      margin: 0;
      padding: 0; }
    #top-footer #servicess li {
      font-size: 13px;
      line-height: 30px;
      color: #bdbdbd;
      font-weight: 300;
      letter-spacing: 1px;
      text-transform: capitalize;
      transition: color 0.3s;
      font-family: "Raleway", sans-serif;
      list-style-type: none;
      display: inline-block;
      margin-right: 0px;
      margin-left: 14px; }
    #top-footer #servicess img {
      width: 40px;
      height: 40px; }
  #top-footer #services li a {
    color: #bdbdbd; }
  #top-footer #services li a:hover {
    color: white;
    text-decoration:none;
      
  }
  .carousel-control-prev {
    left: -6%;
    bottom: -10%;
    display: none; }
  .thirdslide_para {
    text-align: right;
    margin-left: -20px; }
  .carousel-control-next {
    right: -6%;
    bottom: -10%;
    display: none; }
  .quote {
    position: absolute;
    top: 0%;
    padding-right: 10px;
    padding-left: 10px;
    height: 40px; }
  .carousel-item img {
    --webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    max-width: 100%; }
  .carousel-caption {
    width: 300px;
    top: 50%;
    transform: translateY(30%);
    z-index: 1; }
    .carousel-caption h1 {
      font-family: "Choplin-Medium",sans-serif;
      font-size: 23px !important;
      line-height: 35px; }
  .firstslide {
    margin-left: -50px;
    transform: translateY(-30%);
    text-align: left; }
  .secslide {
    width: 320px;
    text-align: center;
    margin-left: -20px;
    transform: translateY(-20%); }
  .firstslide p,
  .thirdslide p,
  .secslide p {
    line-height: 18px; }
  .thirdslide {
    text-align: right;
    margin-left: -40px;
    transform: translateY(-30%);
    width: 360px; }
  .viewproject {
    margin-top: 10px;
    height: 50px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px; }
  .gallery_short {
    margin-top: 80px;
    height: 1700px; }
  .img-1 {
    position: relative;
    margin-bottom: 30px; }
  .img-2 {
    position: relative;
    margin-bottom: 30px; }
  .img-3 {
    position: relative;
    margin-bottom: 30px; }
  .short_service {
    height: 1600px;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px; }
    .short_service .short_service-left {
      padding-top: 30px;
      height: 500px;
      padding-left: 3px; }
      .short_service .short_service-left span {
        color: #9f9e9e; }
      .short_service .short_service-left h3 {
        margin-top: 20px;
        font-size: 50px;
        font-family: "Titillium Web", sans-serif;
        line-height: 60px;
        margin-bottom: 20px; }
    .short_service .short_service-right {
      margin-left: 5px;
      margin-top: -80px; }
      .short_service .short_service-right .short_service-right1 {
        text-align: left;
        width: 94%;
        height: 250px;
        padding-top: 24px;
        float: left;
        margin-right: 44px; }
        .short_service .short_service-right .short_service-right1 img {
          margin-bottom: 20px; }
        .short_service .short_service-right .short_service-right1 h2 {
          margin-bottom: 20px;
          font-family: "Titillium Web", sans-serif; }
        .short_service .short_service-right .short_service-right1 p {
          font-family: "Raleway", sans-serif;
          color: #a3a3a3;
          font-size: 16px; }
  .short_portfolio {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../images/portfolio-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
    margin-bottom: -10px;
    margin-top: -70px; }
    .short_portfolio-header span {
      color: #9f9e9e;
      font-size: 18px;
      font-family: "Josefin Sans", sans-serif;
      margin-bottom: 20px; }
    .short_portfolio-header h2 {
      font-family: "Titillium Web", sans-serif;
      margin-top: 10px;
      margin-bottom: 10px; }
    .short_portfolio-header p {
      font-size: 28px; }
    .short_portfolio-main {
      width: 80%;
      margin-left: 40px; }
      .short_portfolio-main .row {
        margin-top: 0px; }
        .short_portfolio-main .row img {
          position: relative;
          height: 350px;
          width: 300px;
          box-shadow: 2px 5px 5px rgba(255, 255, 255, 0.2); }
  .portfolio_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 29.5px;
    right: 0;
    height: 350px;
    width: 300px;
    opacity: 0;
    transition: 0.5s ease-in;
    background-color: black; }
    .portfolio_overlay i {
      color: white !important;
      font-size: 30px;
      position: absolute;
      top: 10%;
      right: 10%;
      text-align: center; }
      .portfolio_overlay i:hover {
        transform: scale(1.2);
        transition: 0.5s ease-in; }
  .textss .project_caption {
    position: absolute;
    top: 80%;
    left: 10%;
    color: white; }
    .textss .project_caption h5 {
      font-size: 16px;
      font-weight: 700;
      font-family: "Titillium Web", sans-serif; }
  .portfolio_img {
    margin-bottom: 40px; }
  .portfolio_img:hover .portfolio_overlay {
    opacity: 0.7;
    cursor: pointer;
    transition: 0.5s ease-in; }
  .portfolio_img:hover .textss i {
    animation-name: expand-left;
    animation-duration: 0.7s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    cursor: pointer; }
  .portfolio_img:hover .project_caption {
    animation-name: text-up;
    animation-duration: 0.7s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    cursor: pointer;
    font-family: "Raleway", sans-serif; }
  #myBtnContainer {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 20px; }
    #myBtnContainer li {
      position: relative;
      list-style: none;
      margin-right: 30px; }
      #myBtnContainer li:hover:after {
        opacity: 1;
        width: 100%; }
    #myBtnContainer li.actives .quants {
      display: block; }
    #myBtnContainer li:after {
      position: absolute;
      content: "";
      top: 90%;
      left: 0%;
      height: 4px;
      width: 0%;
      background-color: #555555;
      opacity: 0;
      transition: width 0.5s linear; }
    #myBtnContainer li.actives:after {
      position: absolute;
      content: "";
      top: 90%;
      left: 0%;
      height: 4px;
      width: 100%;
      background-color: #555555;
      opacity: 1;
      transition: width 0.5s linear; }
  .mybtn {
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    background-color: none; }
  .mybtn.actives {
    color: white;
    background-color: none; }
  .show {
    display: block; }
  .quants {
    font-size: 9px;
    color: white;
    border-radius: 50%;
    width: 10px;
    margin-left: 2px;
    transform: translateY(-30px) translateX(40px);
    display: none; }
  .keep_in_touch {
    position: relative;
    width: 100%;
    height: 350px;
    padding: 0px;
    margin-right: 80px; }
    .keep_in_touch .keep_in_touch-header {
      position: absolute;
      top: 15%;
      width: 450px;
      height: 300px;
      margin-left: 0px;
      text-align: center; }
      .keep_in_touch .keep_in_touch-header .dream {
        font-size: 30px;
        font-weight: 300 !important;
        font-family: "Titillium Web", sans-serif;
        margin-right: 10px; }
      .keep_in_touch .keep_in_touch-header p {
        width: 400px;
        transform: translateX(-19%);
        font-size: 16px;
        font-family: "Raleway", sans-serif;
        margin-top: 20px;
        line-height: 30px; }
    .keep_in_touch .keep_in_touch-button {
      width: 40%;
      padding-top: 15px;
      padding-right: 0px;
      margin-left: 30%;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
      position: absolute;
      top: 60%;
      position: relative;
      background-color: #f1ece6;
      margin-top: 10px;
      height: 50px;
      border: none;
      color: #2a2a2a;
      font-weight: 500;
      font-size: 14px;
      font-family: "Choplin-Medium",sans-serif;
      padding-right: 20px;
      padding-left: 20px; }
      .keep_in_touch .keep_in_touch-button:after {
        content: "";
        width: 96%;
        left: 13%;
        height: 40px;
        border-bottom: 2px solid white;
        position: absolute;
        background: transparent;
        top: 38%;
        transition: width 0.5s; }
      .keep_in_touch .keep_in_touch-button:before {
        content: "";
        width: 100%;
        left: 5%;
        height: 48px;
        border-right: 2px solid white;
        background-color: white;
        position: absolute;
        background: transparent;
        top: 43%;
        transition: height 0.5s; }
      .keep_in_touch .keep_in_touch-button:hover {
        cursor: pointer;
        border: 1px solid white;
        background-color: black;
        color: white;
        transform: scale(1.1);
        transition: 0.5s ease-in; }
        .keep_in_touch .keep_in_touch-button:hover:before {
          height: 0px; }
        .keep_in_touch .keep_in_touch-button:hover:after {
          width: 0px; }
  .progress-bar {
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
    height: 1650px;
    background-image: url(../images/portfolio-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; }
    .progress-bar .row {
      margin-top: -30px; }
    .progress-bar .columm {
      height: 300px;
      width: 100%; }
      .progress-bar .columm p {
        margin-top: 20px;
        color: grey;
        font-family: "Raleway", sans-serif;
        line-height: 30px; }
    .progress-bar .round {
      min-height: 255px;
      margin-top: 10px;
      position: relative;
      margin-bottom: 10px; }
      .progress-bar .round strong {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -100px;
        transform: translate(-50%);
        font-size: 40px;
        color: white;
        font-weight: 400; }
    .progress-bar span {
      display: block;
      color: white;
      font-size: 17px;
      margin-top: 10px; }
  .portfolio-section__carousel {
    position: relative;
    margin-bottom: 30px;
    background-color: #f1ece6;
    height: 250px;
    margin-left: 20px;
    width: 80%;
    margin-top: 0px; }
  .gallerys {
    margin-top: 50px;
    height: 100%;
    width: 100%;
    text-align: center; }
    .gallerys .gallerys__header {
      height: 420px; }
    .gallerys .row {
      margin-top: 20px; }
    .gallerys .amenities h2 {
      width: 430px; }
    .gallerys__header {
      text-align: center; }
      .gallerys__header span {
        color: #9f9e9e;
        text-transform: uppercase;
        font-weight: 600; }
      .gallerys__header h2 {
        color: black;
        font-family: "Choplin-LightItalic",sans-serif;
        width: 400px;
        text-align: center;
        transform: translateX(0px);
        margin-top: 20px;
        font-size: 27px;
        font-weight: 700;
        margin-bottom: 22px; }
      .gallerys__header p {
        color: black;
        font-size: 30px;
        margin-top: -20px; }
  #portfolio__jumbotron .portfolio__jumbotron-header {
    top: 50%;
    left: 2%;
    transform: translateX(-190px) translateY(-50px);
    width: 450px; }
    #portfolio__jumbotron .portfolio__jumbotron-header h1 {
      width: 100%;
      font-size: 28px;
      text-align: center; }
    #portfolio__jumbotron .portfolio__jumbotron-header p {
      text-align: center; }
  .gallerys__short_portfolio-main {
    width: 80%;
    margin-left: 50px; }
    .gallerys__short_portfolio-main .gallerys__portfolio_img:first-child {
      margin-top: -5px; }
    .gallerys__short_portfolio-main .gallerys__portfolio_img {
      margin-top: 40px; }
    .gallerys__short_portfolio-main .row {
      margin-bottom: 20px; }
      .gallerys__short_portfolio-main .row img {
        position: relative;
        height: 350px;
        width: 300px;
        box-shadow: 2px 5px 5px rgba(255, 255, 255, 0.2); }
  .gallerys__portfolio_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 23.5px;
    right: 0;
    height: 350px;
    width: 300px;
    opacity: 0;
    transition: 0.5s ease-in; }
    .gallerys__portfolio_overlay i {
      color: white !important;
      font-size: 30px;
      position: absolute;
      top: 45%;
      right: 45%;
      text-align: center; }
      .gallerys__portfolio_overlay i:hover {
        transform: scale(1.2);
        transition: 0.5s ease-in; }
  .textss .gallerys__project_caption {
    position: absolute;
    top: 80%;
    left: 10%;
    color: white; }
    .textss .gallerys__project_caption h5 {
      font-size: 16px;
      font-weight: 700;
      font-family: "Titillium Web", sans-serif;
      color: white; }
  .gallerys__portfolio_img {
    display: none;
    margin-right: 10px; }
    .gallerys__portfolio_img .gallerys__portfolio_img-captions p {
      color: black;
      font-size: 22px;
      margin-bottom: -1px; }
    .gallerys__portfolio_img .gallerys__portfolio_img-captions span {
      color: #9f9e9e;
      font-size: 18px;
      font-weight: 600; }
  .gallerys__portfolio_img:hover img {
    transform: scale(1.1);
    transition: 0.5s ease-in; }
  .gallerys__portfolio_img:hover .gallerys__portfolio_overlay {
    opacity: 0.7;
    cursor: pointer;
    transition: 0.5s ease-in; }
  .gallerys__portfolio_img:hover .textss i {
    animation-name: expand-left;
    animation-duration: 0.7s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    cursor: pointer; }
  .gallerys__portfolio_img:hover .gallerys__project_caption {
    animation-name: text-up;
    animation-duration: 0.7s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    cursor: pointer;
    font-family: "Raleway", sans-serif; }
  #gallerys__myBtnContainer {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 20px; }
    #gallerys__myBtnContainer li {
      position: relative;
      list-style: none;
      margin-right: 30px; }
      #gallerys__myBtnContainer li:hover:after {
        opacity: 1;
        width: 100%; }
    #gallerys__myBtnContainer li.actives .quants {
      display: block; }
    #gallerys__myBtnContainer li:after {
      position: absolute;
      content: "";
      top: 90%;
      left: 0%;
      height: 4px;
      width: 0%;
      background-color: #555555;
      opacity: 0;
      transition: width 0.5s linear; }
    #gallerys__myBtnContainer li.actives:after {
      position: absolute;
      content: "";
      top: 90%;
      left: 0%;
      height: 4px;
      width: 100%;
      background-color: #555555;
      opacity: 1;
      transition: width 0.5s linear; }
  .gallerys__mybtn {
    border: none;
    outline: none;
    color: black;
    cursor: pointer;
    background-color: none; }
  .gallerys__mybtn.actives {
    color: black;
    background-color: none; }
  .show {
    display: block; }
  .quants {
    font-size: 9px;
    color: black;
    border-radius: 50%;
    width: 10px;
    margin-left: 2px;
    transform: translateY(-30px) translateX(40px);
    display: none; }
  #services__jumbotron .services__jumbotron-header {
    top: 50%;
    left: 15%;
    transform: translateX(-17px) translateY(-50px);
    width: 500px; }
    #services__jumbotron .services__jumbotron-header h1 {
      width: 100%;
      font-size: 24px;
      transform: translateX(-15px);
      font-weight: 600;
      margin-bottom: 6px; }
    #services__jumbotron .services__jumbotron-header p {
      text-align: center;
      margin-right: 180px;
      font-size: 14px; }
  .services-section__items img {
    height: 250px;
    width: 370px; }
  .services-section__carousel {
    position: relative;
    margin-bottom: 50px;
    background-color: #f1ece6;
    height: 250px;
    transform: translateX(-50px);
    width: 80%; }
  .services-section {
    width: 100%;
    color: black;
    margin-top: 80px; }
    .services-section .services-section__sidebar {
      display: none; }
    .services-section .services-section__rightside {
      width: 100%;
      text-align: left;
      color: black;
      margin-left: 20px;
      margin-top: 5px; }
      .services-section .services-section__rightside span {
        color: #9f9e9e;
        margin-bottom: 30px; }
        .build{
            transform:translateX(-5px);
        }
      .services-section .services-section__rightside h2 {
         
        width: 100%;
        font-family: "Choplin-LightItalic",sans-serif;
        font-size: 24px;
        line-height: 4rem;
        font-weight: 700; }
      .services-section .services-section__rightside ul {
        list-style-type: none; }
      .services-section .services-section__rightside .const_list-div ul {
        list-style-position: outside; }
      .services-section .services-section__rightside .const_list-div li {
        font-weight: 500;
        width: 94%;
        font-size: 15px !important;
        position: relative;
        padding: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 33px;
        padding-right: 0px;
        color: #797979; }
        .services-section .services-section__rightside .const_list-div li span {
          color: #797979;
          position: absolute;
          transform: translateX(-30px);
          margin-right: 50px;
          font-size: 28px; }
    .services-section #service2 {
      margin-top: -60px; }
      .services-section #service2 h2 {
        line-height: 48px;
        margin-right: 30px;
        font-size: 26px; }
  .img-service {
    height: 450px;
    width: 95%;
    margin-bottom: 80px; }
  .services__list {
    position: relative;
    width: 94%;
    right: 0px;
    height: 960px;
    background-image: url("../images/bg-author-bio.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 40px;
    margin-bottom: -40px; }
    .services__list h1 {
      font-size: 22px;
      text-align: center;
      font-weight: 600;
      color: black;
      font-family: "Titillium Web", sans-serif;
      text-transform: uppercase;
      margin-bottom: 35px; }
    .services__list .services__list-para {
      border: 1px solid black;
      width: 100%;
      text-align: center;
      transform: translateX(0px);
      margin-bottom: 40px; }
      .services__list .services__list-para img {
        margin-bottom: 20px; }
      .services__list .services__list-para h3 {
        text-align: center;
        font-family: "Titillium Web", sans-serif; }
      .services__list .services__list-para p {
        padding-left: 30px;
        text-align: center;
        font-family: "Raleway", sans-serif; }
  #contacts__jumbotron {
    display: none; }
  .contacts {
    width: 100%;
    position: relative;
    height: 1170px; }
    .contacts .contacts__left {
      color: black;
      margin-top: 70px;
      padding-left: 60px; }
      .contacts .contacts__left h2 {
        font-family: "Choplin-LightItalic",sans-serif;
        margin-bottom: 40px;
        font-weight: 600;
        transform: translateX(50px); }
      .contacts .contacts__left p {
        font-family: "Choplin-Light",sans-serif; }
      .contacts .contacts__left .form-control::-webkit-input-placeholder {
        font-family: "Choplin-Light",sans-serif; }
      .contacts .contacts__left .form-control:focus {
        border-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .contacts .contacts__left .form-group {
        margin-top: 40px; }
    .contacts .contacts__right {
      position: relative;
      z-index: 0;
      box-sizing: border-box;
      background-image: url(../images/portfolio-bg.jpg);
      background-position: top;
      background-size: cover;
      background-repeat: no-repeat;
      color: white;
      width: 520px;
      padding: 0px;
      padding-top: 50px;
      margin-bottom: 0px;
      margin-right: 30px;
      box-shadow: none;
      transform: translateX(-40px);
      height: 600px; }
      .contacts .contacts__right .contacts__right-cont h2 {
        position: absolute;
        top: 0%;
        transform: translateY(-10px);
        margin-top: 20px;
        margin-bottom: 90px;
        margin-left: 50px;
        padding-top: 50px;
        font-size: 32px !important;
        width: 300px; }
      .contacts .contacts__right .contacts__right-cont .row {
        margin-bottom: 35px;
        transform: translateY(70px); }
      .contacts .contacts__right .contacts__right-cont .span_header {
        color: #9f9e9e; }
      .contacts .contacts__right .contacts__right-cont .contacts__right-text {
        height: 500px;
        width: 500px; }
      .contacts .contacts__right .contacts__right-cont h2 {
        margin-top: 15px;
        transform: translateX(-20px) translateY(-20px);
        margin-bottom: 50px;
        font-family: "Choplin-LightItalic",sans-serif;
        font-size:32px;}
      .contacts .contacts__right .contacts__right-cont .contacts__right-info {
        margin-bottom: 0px;
        width: 490px;
        font-family: "Choplin-LightItalic",sans-serif;
        margin-left: 40px; }
         .contacts .contacts__right .contacts__right-cont .contacts__right-info a{
             color:white !important;
         }
        .contacts .contacts__right .contacts__right-cont .contacts__right-info .loco {
            font-size:20px !important;
          height: 80px;
          width: 420px;
          transform: translateX(-20px);
          margin-bottom: 0px;
          line-height: 38px;
          padding: 0px; }
          .contacts .contacts__right .contacts__right-cont .contacts__right-info .loco span {
            transform: translateY(30px);
            font-size: 19px; }
        .contacts .contacts__right .contacts__right-cont .contacts__right-info img {
          width: 40px;
          height: 40px;
          text-align: left;
          float: left;
          margin-right: 35px; }
        .contacts .contacts__right .contacts__right-cont .contacts__right-info h4 {
          font-family: "Choplin-LightItalic",sans-serif;
          margin-bottom: 20px; }
        .contacts .contacts__right .contacts__right-cont .contacts__right-info ul li {
          padding-left: 10px;
          width: 80px;
          height: 80px;
          display: inline-block;
          margin-right: 20px; }
  .map {
    z-index: -1;
    height: 300px !important;
    text-align: center; }
    .map h1 {
      color: #2a2a2a;
      font-family: "Choplin-LightItalic",sans-serif;
      margin-bottom: 30px;
      font-weight: 700;
      font-size:32px!important;}
    .map img {
      width: 90%;
      height: 300px; }
  .contacts_footer h6 {
    color: white !important; 
      margin-top:5px;
  }
    .contacts_footer a:hover{
        text-decoration:none !important;   
        }
  section {
    padding: 90px 0;
    margin-bottom: -100px; }
    section .price__header h1 {
      font-size: 31px !important; }
  .card {
    margin-bottom: 70px; }
  #price__jumbotron .price__jumbotron-header {
    top: 50%;
    left: 2%;
    transform: translateX(-100px) translateY(-50px); }
    #price__jumbotron .price__jumbotron-header h1 {
      width: 100%;
      font-size: 28px; }
    #price__jumbotron .price__jumbotron-header p {
      text-align: center; }
  .quote {
    position: absolute;
    top: 6%;
    left: -20%;
    padding-right: 10px;
    padding-left: 0px;
    height: 40px; }
 .phone-number {
    position: absolute;
    right: 0%;
    top: 0%;
    transform: translateX(10px) translateY(-9px);
    padding-top: 0px;
    width: 165px;
    height: 60px; }
    .phone-number .phone {
      position: absolute;
      transform: translateX(40px) translateY(-1.5px);
      padding-top: 10px;
      padding-left: 0px;
      font-weight: 600; }
  .about {
    width: 100%;
    height: 100%;
    text-align: center;
   
    }
    .about span {
      color: #797979;
      font-family: "Choplin-ExtraLight",sans-serif; }
    .about h2 {
        font-size:25px;
      margin-top: 20px;
      font-family: "Choplin-LightItalic",sans-serif;
      color: #2a2a2a; }
  .activ {
    color: #ff5f15 !important;
    text-decoration: none; }
  .activ:before {
    background-color: #2a2a2a !important; }
  #exTab1 {
    width: 100%;
    text-align: center;
    transform: translateX(0px);
    margin-top: 40px;
    font-family: "Josefin Sans", sans-serif; }
  #exTab1 .tab-content {
    margin-top: 35px;
    color: #797979;
    text-align: left;
    padding: 5px 15px;
    line-height: 40px;
    width: 100%;
    font-family: "Choplin-Light",sans-serif;
    transform: translateX(-50px); }
    #exTab1 .tab-content ul {
      margin-left: 14px;
      text-align: left;
      width: 100%;
      list-style-position: outside; }
      #exTab1 .tab-content ul li {
        margin-bottom: 9px; }
  .nav-pills {
    margin-left: 20px;
    padding-top: 20px;
    width: 100%; }
    .nav-pills li {
      display: inline-block; }
  #exTab1 .nav-pills > li > a {
    position: relative;
    border-radius: 0;
    margin-right: 30px;
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 400px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px; }
  #exTab1 .nav-pills > li > a:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 140%;
    left: 0%;
    background-color: #9f9e9e; }
  .we_offer {
    width: 100%;
    height: 1350px;
    background-color: #ffffff;
    text-align: center;
    padding-top: 40px; }
    .we_offer .we_offer-header {
      text-align: center; }
      .we_offer .we_offer-header span {
        font-family: "Raleway", sans-serif;
        color: #9f9e9e; }
      .we_offer .we_offer-header h1 {
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: -10px; }
      .we_offer .we_offer-header p {
        font-size: 25px; }
    .we_offer .we_offer-one {
      position: relative;
      padding-top: 30px;
      width: 20%;
      height: 303px;
      margin: 20px;
      background-color: white;
      background-image: url("../images/bg-author-bio.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); }
      .we_offer .we_offer-one img {
        margin-bottom: 30px; }
      .we_offer .we_offer-one h2 {
        font-family: "Titillium Web", sans-serif; }
      .we_offer .we_offer-one p {
        font-family: "Raleway", sans-serif; }
      .we_offer .we_offer-one:hover {
        background-image: url("../images/portfolio-bg.jpg");
        color: white;
        transition: 0.5s ease-in; }
      .we_offer .we_offer-one:before {
        content: "";
        position: absolute;
        width: 0%;
        height: 2px;
        top: 102%;
        background-color: black;
        left: 4%;
        transition: width 0.5s; }
      .we_offer .we_offer-one:after {
        content: "";
        position: absolute;
        width: 2px;
        top: 10%;
        height: 0%;
        left: 101%;
        background-color: black;
        transition: height 0.5s; }
      .we_offer .we_offer-one:hover:before {
        width: 100%; }
      .we_offer .we_offer-one:hover:after {
        height: 100%; }
    .we_offer .we_one {
      margin-left: 70px; }
    .we_offer .we_two {
      margin-left: 70px; }
      .we_offer .we_two img {
        margin-bottom: 40px; }
    .we_offer .we_three {
      margin-left: 70px; }
  .contact_button {
    width: 55%;
    font-family: "Titillium Web", sans-serif;
    text-align: center;
    margin-left: 50px;
    padding-top: 10px;
    position: relative;
    background-color: black;
    margin-top: 10px;
    height: 50px;
    border: none;
    color: white;
    font-weight: 500;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 50px;
    margin-top: 40px; }
    .contact_button:after {
      content: "";
      width: 96%;
      left: 13%;
      height: 40px;
      border-bottom: 2px solid black;
      position: absolute;
      background: transparent;
      top: 38%;
      transition: width 0.5s; }
    .contact_button:before {
      content: "";
      width: 100%;
      left: 5%;
      height: 48px;
      border-right: 2px solid black;
      background-color: black;
      position: absolute;
      background: transparent;
      top: 43%;
      transition: height 0.5s; }
    .contact_button:hover {
      border: 1px solid black;
      background-color: white;
      color: black;
      transform: scale(1.1);
      transition: 0.5s ease-in;
      cursor: pointer; }
      .contact_button:hover:before {
        height: 0px; }
      .contact_button:hover:after {
        width: 0px; }
  .about_new {
    margin-top: -10px;
    width: 100%;
    text-align: center; }
    .about_new .about_new-left {
      width: 50%;
      height: 100%;
      padding-top: 105px; }
      .about_new .about_new-left img {
        width: 370px;
        height: 330px;
        box-shadow: none; }
        .about_new .about_new-left img:hover {
          transform: translateY(-10px) scale(1.2);
          transition: all 0.5s; }
    .about_new .about_new-right {
      padding-top: 40px;
      height: 100%;
      width: 100%; }
    .about_new .about_new-content {
      padding-top: 5px; }
      .about_new .about_new-content span {
        display: inline-block;
        color: #2a2a2a;
        font-family: "Choplin-LightItalic",sans-serif;
        font-weight: 700;
        font-size: 25px;
        letter-spacing: 2px;
        margin-right: 0px; }
      .about_new .about_new-content ul {
        padding: 5px; }
      .about_new .about_new-content ul li {
        list-style-type: disc;
        font-family: "Choplin-ExtraLight",sans-serif;
        text-align: left;
        line-height: 2.3rem;
        font-size: 18px;
        margin-left: 20px;
        width: 94%;
        color: #797979;
        margin-bottom: 20px; }
        .about_new .about_new-content ul li:first-child {
          margin-top: 15px; }
        .about_new .about_new-content ul li:last-child {
          margin-bottom: 0px; }
  .composition_photo {
    display: none; }
  .composition_photo-mobile {
    display: block;
    text-align: center;
    padding-top: 20px;
    height: 100%; }
    .composition_photo-mobile .composition_photo-mobile-partition {
      height: 630px;
      margin-top: 30px; }
    .composition_photo-mobile h3 {
      margin-bottom: 40px; }
    .composition_photo-mobile h1 {
      text-align: center;
      display: inline-block;
      font-family: "Choplin-Medium",sans-serif;
      font-weight: 700;
      font-size: 30px;
      letter-spacing: 2px;
      color: #2a2a2a;
      margin-top: 60px;
      margin-bottom: 50px; }
    .composition_photo-mobile .row {
      margin-bottom: -40px; }
  .composition {
    position: relative;
    width: 1000px;
    height: 550px;
    margin-left: 10px; }
    .composition__photo {
      width: 29%;
      box-shadow: none;
      border-radius: 2px;
      position: absolute;
      z-index: 10;
      transition: all 0.2s;
      outline-offset: 1rem; }
      .composition__photo--p1 {
        left: 5%;
        top: 0rem; }
      .composition__photo--p2 {
        right: 61%;
        top: 135px; }
      .composition__photo--p4 {
        right: 61%;
        top: 100px; }
      .composition__photo--p3 {
        left: 0%;
        top: 16rem; }
      .composition__photo--p5 {
        left: 0%;
        top: 15rem; }
      .composition__photo:hover {
        border: 0.5rem solid white;
        transform: scale(1.05) translateY(-0.5rem);
        box-shadow: none;
        z-index: 20;
        outline: none; }
    .composition:hover .composition__photo:not(:hover) {
      transform: scale(0.95); }
  .gototop {
    bottom: 100px;
    left: 85%; }
    .gallery_footer{
        margin-top:30px;   
    }
     
    
}
