@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@font-face {
  font-family: monumentextended;
  src: url(../fonts/monumentextended-regular-webfont.woff2) format('woff2'), url(../fonts/monumentextended-regular-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal
}
html {
  font-size: 12px
}
body {
  font-family: dm sans, sans-serif;
  color: #000
}
a, a:hover {
  color: #b3e59f
}
a.text-primary:focus, a.text-primary:hover {
  color: #b3e59f !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    word-break: break-all;
}
.table-fit-table{
display: block !important;
    overflow-x: auto !important;
}


::selection {
  background-color: #b99e64;
  color: #fff;
  text-shadow: none
}
-webkit-::selection {
  background-color: #b99e64;
  color: #fff;
  text-shadow: none
}
::-moz-selection {
  background-color: #b99e64;
  color: #fff;
  text-shadow: none
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #b99e64
}
@media(min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px
  }
}
@media(min-width:1600px) {
  .container-fluid {
    padding-left: 4.25rem;
    padding-right: 4.25rem
  }
}
.full-height {
  min-height: 100vh
}
.font-custom {
  font-family: monumentextended, sans-serif
}
.text-primary {
  color: #b99e64 !important
}
.text-success, a.text-success:hover {
  color: #b3e59f !important
}
.text-underline {
  text-decoration: underline
}
.text-md {
  font-size: 1.125rem
}
.text-white a {
  color: #fff
}
button:focus, input:focus {
  outline: 0
}
.btn {
  padding: 1rem 2.5rem;
  border-radius: 500px;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase
}
.btn-success, .btn-success.focus, .btn-success:focus, .btn-success:hover, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  background-color: #b3e59f;
  border-color: #b3e59f
}
.btn-success {
  transition: box-shadow .3s ease-in-out;
  transition-delay: 0
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
  box-shadow: rgba(92, 165, 149, .2) 0 0 0 6px
}
.btn-sm {
  padding-top: .5rem;
  padding-bottom: .375rem;
  font-size: 1rem
}
.btn-circle.btn-sm {
  padding-left: .4375rem;
  padding-right: .4375rem;
  min-width: calc(.875rem + 1.5em + 2px)
}
.control-btn {
  margin-top: 2rem
}
select.form-control {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA2NCA2NCc+PHBhdGggZmlsbD0nIzAwMDAwMCcgZD0nTTMyLDQ4LjFjLTEuMywwLTIuNC0wLjUtMy41LTEuM0wwLjgsMjAuN2MtMS4xLTEuMS0xLjEtMi43LDAtMy43YzEuMS0xLjEsMi43LTEuMSwzLjcsMEwzMiw0Mi44bDI3LjUtMjYuMSBjMS4xLTEuMSwyLjctMS4xLDMuNywwYzEuMSwxLjEsMS4xLDIuNywwLDMuN0wzNS41LDQ2LjVDMzQuNCw0Ny45LDMzLjMsNDguMSwzMiw0OC4xeicvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: 100% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.form-group-material {
  margin-bottom: .625rem;
  padding-top: 1rem;
  position: relative
}
.form-group-material .label {
  position: absolute;
  left: 0;
  font-size: 1.125rem;
  color: #999;
  pointer-events: none;
  transform-origin: left top;
  transition: all .3s ease-in-out
}
.form-group-material .label, .form-group-material.a-form-group.active .label {
  transform: scale(.77777778);
  top: 0
}
.form-group-material.a-form-group .label {
  transform: scale(1);
  top: 1.5625rem
}
.form-group-material .form-control {
  border-radius: 0;
  border: none;
  border-bottom: #999 1px solid;
  background-color: transparent;
  padding: .5rem 0;
  font-size: 1.125rem;
  color: #000
}
.form-group-material .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 1px)
}
.form-group-material .form-control:focus {
  outline: 0;
  box-shadow: none;
  border-bottom-color: #000
}
label.error {
  margin-top: .5rem;
  margin-bottom: 0;
  color: #b99e64
}
.form-control.error, .form-control.error:focus {
  border-color: #b99e64;
  color: #b99e64
}
.control-file {
  margin-top: 1.625rem;
  margin-bottom: 2.5rem;
  position: relative
}
.control-file i {
  position: absolute;
  left: -.25rem;
  top: .5625rem;
  font-size: 1.625rem
}
.control-file .file-path-wrapper {
  overflow: hidden
}
.control-file input.file-path {
  padding: 0 0 0 2.125rem;
  border: none;
  border-radius: 0;
  background: 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.125rem
}
.control-file input.file-path::-moz-placeholder {
  color: #b99e64;
  text-decoration: underline;
  opacity: 1;
  transition: color .3s ease
}
.control-file:hover input.file-path::-moz-placeholder {
  color: #b3e59f
}
.control-file input.file-path:-ms-input-placeholder {
  color: #b99e64;
  text-decoration: underline;
  transition: color .3s ease
}
.control-file:hover input.file-path:-ms-input-placeholder {
  color: #b3e59f
}
.control-file input.file-path::-webkit-input-placeholder {
  color: #b99e64;
  text-decoration: underline;
  transition: color .3s ease
}
.control-file:hover input.file-path::-webkit-input-placeholder {
  color: #b3e59f
}
.control-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  cursor: pointer;
  opacity: 0
}
.control-file input[type=file]::-webkit-file-upload-button {
  display: none
}
@-webkit-keyframes fadeZooming {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.6, .6, .6);
    transform: scale3d(.6, .6, .6);
    margin-left: -12rem
  }
  100% {
    opacity: 1;
    margin-left: 0
  }
}
@keyframes fadeZooming {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.6, .6, .6);
    transform: scale3d(.6, .6, .6);
    margin-left: -12rem
  }
  100% {
    opacity: 1;
    margin-left: 0
  }
}
.fadeZooming {
  -webkit-animation-name: fadeZooming;
  animation-name: fadeZooming
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -6.5rem, 0);
    transform: translate3d(0, -6.5rem, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -6.5rem, 0);
    transform: translate3d(0, -6.5rem, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
    transform: translate3d(0, 10rem, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
    transform: translate3d(0, 10rem, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10rem, 0, 0);
    transform: translate3d(-10rem, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10rem, 0, 0);
    transform: translate3d(-10rem, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10rem, 0, 0);
    transform: translate3d(10rem, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10rem, 0, 0);
    transform: translate3d(10rem, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}
.preloader {
  position: fixed;
  overflow: hidden;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f5f4f0;
  text-align: center
}
.three-bounce {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.three-bounce > div {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #c06451;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
  animation: bouncedelay 1.4s infinite ease-in-out both
}
.three-bounce .one {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}
.three-bounce .two {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}
@-webkit-keyframes bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
	transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1);
	  transform: scale(1)
  }
}
@keyframes bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  40% {
    
    -webkit-transform: scale(1);
	  transform: scale(1);
  }
}
.header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 0
}
.header .container-fluid {
  color: #000;
  transition: color .3s ease-in-out
}
@media(min-width:768px) {
  .header {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem
  }
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900
}
.header-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  z-index: -1;
  box-shadow: 0 0 0 rgba(0, 0, 0, .1);
  transition: .3s ease-in-out
}
.header-shadow .header-bg {
  height: 100%
}
.brand {
  float: left;
  margin-right: 1rem;
  white-space: nowrap;
  font-size: 1.5rem;
  text-transform: uppercase
}
.brand a {
  color: inherit;
  text-decoration: none
}
.header-content {
  /*margin-left: 17.25%;
  margin-right: 17.25%;*/
  padding-top: 3px
}
.header-tagline {
  padding-top: 2px;
  font-size: .875rem;
  line-height: 1.28571429;
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
  transition: color .3s ease-in-out
}
.header-contacts {
  font-weight: 700;
  text-transform: uppercase;
  font-size: .875rem
}
.header-contact-divider, .header-contact-item {
  display: inline-block;
  vertical-align: middle
}
.header-contact-divider {
     /*margin-left: 1.875rem;
  margin-right: 1.875rem;
 */
  margin-left: 4px;
  margin-right: 4px;
  opacity: .2
}
.mail-link, .mail-link:hover, .phone-link, .phone-link:hover {
  color: inherit;
  text-decoration: none
}
.phone-link {
  cursor: default
}
.nav-toggle-btn {
  background: 0 0;
  border: none;
  padding: .625rem 0;
  margin: 0;
  border-radius: 0;
  outline: 0;
  float: right;
  position: relative;
  z-index: 995;
  font-weight: 700;
  text-transform: uppercase;
  color: inherit
}
.nav-toggle-btn:hover {
  color: #b11d11
}
.nav-toggle-btn:focus {
  outline: 0
}
.nav-toggle {
  display: block;
  width: 32px
}
.nav-toggle .stick {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 3px;
  background: #000;
  transition: all .3s;
  position: relative
}
.nav-toggle .stick + .stick {
  margin-top: 9px
}
.body-menu-opened .nav-toggle .stick-1 {
  animation: ease .5s top forwards
}
.nav-toggle .stick-1 {
  animation: ease .5s top-2 forwards
}
.body-menu-opened .nav-toggle .stick-2 {
  animation: ease .5s bottom forwards
}
.nav-toggle .stick-2 {
  animation: ease .5s bottom-2 forwards
}
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0)
  }
  50% {
    top: 6px;
    transform: rotate(0)
  }
  100% {
    top: 6px;
    transform: rotate(45deg)
  }
}
@keyframes top-2 {
  0% {
    top: 6px;
    transform: rotate(45deg)
  }
  50% {
    top: 6px;
    transform: rotate(0)
  }
  100% {
    top: 0;
    transform: rotate(0)
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0)
  }
  50% {
    bottom: 6px;
    transform: rotate(0)
  }
  100% {
    bottom: 6px;
    transform: rotate(135deg)
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 6px;
    transform: rotate(135deg)
  }
  50% {
    bottom: 6px;
    transform: rotate(0)
  }
  100% {
    bottom: 0;
    transform: rotate(0)
  }
}
.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  background: #fff;
  max-width: 100%;
  width: 100%;
  padding: 4.25rem 4.375rem 4.1875rem;
  display: flex;
  flex-direction: column;
  transition: transform .4s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
.body-menu-opened .menu {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.hide-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100%;
  background: rgba(0, 0, 0, .65);
  z-index: 980
}
.body-menu-opened .hide-menu {
  bottom: 0
}
@media(min-width:576px) {
  .menu {
    width: 27.5rem
  }
  .modal-dialog {
    max-width: 450px
  }
}
.menu .menu-footer, .menu .menu-lang, .menu .menu-main, .menu .social {
  opacity: 0;
  transform: translateY(3rem);
  transition: all .5s ease-in-out
}
.menu .menu-lang {
  transition-delay: .2s
}
.menu .menu-main {
  transition-delay: .4s
}
.menu .social {
  transition-delay: .6s
}
.menu .menu-footer {
  transition-delay: .8s
}
.body-menu-opened .menu .menu-footer, .body-menu-opened .menu .menu-lang, .body-menu-opened .menu .menu-main, .body-menu-opened .menu .social {
  opacity: 1;
  transform: translateY(0)
}
.menu .menu-lang {
  padding-bottom: 5.875rem;
  padding-bottom: 8.7037037vmin
}
.menu-lang {
  font-size: .875rem;
  text-transform: uppercase;
  font-weight: 600
}
.menu-lang-item {
  display: inline-block;
  margin-right: 1.5rem;
  color: #a3a4a8;
  text-decoration: none
}
.menu-lang-item.active, .menu-lang-item:hover {
  color: #1f2044;
  text-decoration: none
}
.menu-main {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 1.375rem;
  font-weight: 700
}
.menu-main > ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.menu-main > ul > li {
  margin-bottom: 1.1875rem;
  padding-left: 2px
}
.menu-main a, .menu-main a:hover {
  color: #1f2044;
  text-decoration: none
}
.menu-main .active > a, .menu-main a:hover {
  color: #b99e64
}
.menu-main a:after {
  content: ".";
  opacity: 0;
  display: inline-block;
  transform: translate(2rem, 0);
  transition: all .3s ease-in-out
}
.menu-main .active a:after {
  transform: translate(0, 0);
  opacity: 1
}
.menu-footer {
  padding-top: 3rem
}
.menu-copyright {
  margin-top: 2rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  color: #999
}
.content a {
  transition: color .3s ease
}
@media(max-width:575px) {
  .homepage-personal .container {
    padding-left: 43px;
    padding-right: 43px
  }
  .homepage-personal .slide-personal-projects .container {
    padding-right: 53px
  }
}
#pp-nav.right {
  right: 0
}
#pp-nav li {
  width: auto;
  height: auto;
  margin: .5rem
}
#pp-nav li a {
  display: block;
  padding: .375rem
}
#pp-nav span {
  display: block;
  position: static;
  width: .825rem;
  height: .825rem;
  border: none;
  background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  transition: background-color .3s ease-in-out
}
#pp-nav a:hover span {
  background-color: #aaa
}
#pp-nav li .active span {
  background-color: #b3e59f
}
@media(min-width:1600px) {
  #pp-nav.right {
    right: 3.5rem
  }

}

@media only screen and (max-width:1680px){

.brand-name {
    height: 80px !important;
    width: 80px !important;

    } 
}



.pp-scrollable {
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
.slide-dark {
  background-color: #f5f4f0
}
.slide-num {
  margin-bottom: 1rem;
  position: relative;
  z-index: 200;
  font-family: monumentextended, sans-serif;
  font-size: 1.125rem;
  color: #999;
  transition: color .3s ease-in-out
}
@media(min-width:1400px) {
  .slide-num {
    position: fixed;
    left: 15px;
    top: 29.62962963vmin;
    z-index: 100;
    margin-bottom: 0
  }
}
@media(min-width:1600px) {
  .slide-num {
    left: 4.25rem
  }
}
.slide-container {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  padding-top: 7.75rem;
  position: relative
}
.slide-container > .container {
  position: relative;
  z-index: 200
}
.slide-title {
  margin-bottom: 2rem;
  font-size: 6.5vmin;
  font-family: monumentextended, sans-serif;
  line-height: 1;
  color: #b3e59f;
  text-transform: capitalize
}
@media(min-width:768px) {
  .slide-title {
    font-size: 8vmin;
	  text-transform: capitalize;
  }
}
.slide-title-lg {
  margin-left: -.25rem;
  font-size: 6.875rem
}
.slide-title-sub {
  margin-bottom: 2.75rem;
  font-size: 4.5rem;
  font-family: monumentextended, sans-serif;
  line-height: 1;
  color: #111;
  text-transform: capitalize;
  letter-spacing: -.035em
}

.slide-title-sub-contact{font-size: 1.5rem;}



.text-white .slide-title-sub {
  color: #fff
}
.slide-title-sub-sm {
  font-size: 1.125rem;
  line-height: 1.55555556
}
.slide-title-sub-md {
  font-size: 1.25rem
}
.slide-title-info {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.035em
}
.slide-descr {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.56666667;
	text-rendering: optimizeLegibility;
}
.slide-descr-intro, .text-white .slide-descr {
  color: #fff
}
.slide-btn {
  margin-top: 6.85185185vmin
}
@media (min-width:768px){
	
	.section:not(.active) .animate-element {
  animation-name: none
}
	
}
.section.active .animate-element,
.header .animate-element{
  animation-duration: 1s;
  animation-fill-mode: both
}
.section.active .delay1,
.header .delay1 {
  animation-delay: .1s
}
.section.active .delay2,
.header .delay2 {
  animation-delay: .2s
}
.section.active .delay3,
.header .delay3 {
  animation-delay: .3s
}
.section.active .delay4,
.header .delay4{
  animation-delay: .4s
}
.section.active .delay5,
.header .delay5 {
  animation-delay: .5s
}
.section.active .delay6,
.header .delay6 {
  animation-delay: .6s
}
.section.active .delay7,
.header .delay7 {
  animation-delay: .7s
}
.section.active .delay8,
.header .delay8 {
  animation-delay: .8s
}
.section.active .delay9,
.header .delay9 {
  animation-delay: .9s
}
.section.active .delay10,
.header .delay10 {
  animation-delay: 1s
}
.section.active .delay11,
.header .delay11 {
  animation-delay: 1.1s
}
.section.active .delay12,
.header .delay12 {
  animation-delay: 1.2s
}
.section.active .delay13,
.header .delay13 {
  animation-delay: 1.3s
}
.section.active .delay14,
.header .delay14 {
  animation-delay: 1.4s
}


[class*=" circle-"], [class^=circle-] {
  border-radius: 70.625rem;
  transition: all .7s ease-in-out
}
.circle-golden {
  background-color: #b99e64
}
.circle-brown {
  background-color: #c06451
}
.circle-light {
  background-color: #f5f4f0
}
.circle-green {
  background-color: #b3e59f
}
.transformLeft {
  transform: translate(-100%, 0);
  opacity: 0
}
.transformRight {
  transform: translate(100%, 0);
  opacity: 0
}
.active .transformLeft, .active .transformRight {
  transform: translate(0, 0);
  opacity: 1
}
.slide-personal-intro {
  background-size: cover
}
.slide-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}
.slide-photo {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%
}
.slide-intro-man {
  background-position: 50% 50%
}
.slide-intro-man2 {
  width: 36.82291667%;
  height: 91.01851852%;
  background-size: contain;
  background-position: 0 100%;
  bottom: 0;
  right: 13.02083333%
}
.slide-intro-circle1 {
  width: 10.0625rem;
  height: 10.0625rem;
  right: -4.5rem !important;
  top: 65.46296296% !important;
  bottom: auto;
  left: auto
}
.slide-intro-circle3 {
  width: 5.0625rem;
  height: 5.0625rem;
  right: 54.5rem;
  top: 65.46296296%;
  bottom: auto;
  left: auto
}
.slide-intro-circle2 {
  width: 38%;
  height: 35%;
  right: 31% !important;
  top: 36% !important;
  bottom: auto;
  left: auto;
  border-radius: 0;
  border-bottom: 4px solid #b3e59f
}
.slide-services-circle1 {
  width: 8.3125rem;
  height: 8.3125rem;
  right: -3.9375rem !important;
  top: 18.51851852% !important;
  bottom: auto;
  left: auto !important
}
.slide-services-circle2 {
  width: 55rem;
  height: 55rem;
  left: -8.4375% !important;
  top: 49.44444444% !important;
  bottom: auto;
  right: auto
}
.slide-title-personal-services {
  margin-bottom: 5.55555556vmin;
  line-height: .93636364
}
.slide-personal-services .slide-title-info {
  margin-top: 1.25rem;
  margin-bottom: 8.33333333vmin
}
.service-list {
  margin-bottom: -1.75rem
}
.service-item {
 
}
.service-item-title {
  margin-bottom: .5625rem
}
.service-item-more {
  margin-top: 1.6875rem
}
.slide-descr-personal-services {
  margin-right: 10%;
  margin-top: 2.375rem;
  margin-bottom: 2rem
}
@media(min-width:768px) {
  .slide-descr-personal-services {
    margin-top: 22.375rem;
    margin-bottom: 0
  }
}
@media(min-width:992px) {
  .slide-descr-personal-services {
    margin-right: 35%;
    margin-top: 14.375rem
  }
}
.carousel-project-personal {
  min-height: 100%;
  display: flex !important
}
.carousel-project-personal .owl-stage-outer {
  display: flex;
  overflow: visible
}
.carousel-project-personal.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: nowrap
}
.carousel-project-personal.owl-carousel .owl-item {
  height: 100%;
  float: none;
  min-height: 100%
}
.carousel-project-personal .carousel-project-item {
  height: 100%
}
.owl-theme .owl-nav {
  margin-top: 0
}
.carousel-nav button, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 2.375rem;
  transition: all .3s ease-in-out;
  color: #999
}
.carousel-nav button.disabled:hover, .owl-theme .owl-nav [class*=owl-].disabled:hover {
  color: #999
}
.carousel-nav button:not(.disabled):hover, .owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
  color: #555
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: transparent
}
.carousel-project-personal.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translate(0, -50%);
  width: 4.375rem;
  color: rgba(255, 255, 255, .6)
}
.carousel-project-personal.owl-carousel .owl-nav button.owl-prev {
  left: -.5rem
}
.carousel-project-personal.owl-carousel .owl-nav button.owl-next {
  right: 1rem
}
.carousel-project-personal.owl-carousel .owl-nav button:not(.disabled):hover {
  color: rgba(255, 255, 255, .9)
}
@media(min-width:1500px) {
  .carousel-project-personal.owl-carousel .owl-nav button, .carousel-project-personal.owl-carousel .owl-nav button.owl-prev {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%)
  }
  .carousel-project-personal.owl-carousel .owl-nav button.owl-prev {
    margin-left: -46rem
  }
  .carousel-project-personal.owl-carousel .owl-nav button.owl-next {
    margin-left: 46rem
  }
}
.carousel-project-item {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat
}
.carousel-project-personal .slide-title {
  margin-bottom: 2.625rem
}
.project-date {
  margin-top: .375rem;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase
}
.slide-descr-projects {
  min-height: 8.33333333em;
  margin-bottom: 1.875rem
}
.slide-btn-projects {
  margin-top: 0
}
.slide-btn-projects .btn {
  margin-right: 2.25rem
}
.slide-projects-more {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline
}
.slide-projects-more:hover {
  text-decoration: none
}
.slide-personal-awards .slide-bg {
  background-image: url(../img/bg-personal-awards.png)
}
.slide-awards-circle1 {
  width: 8.125rem;
  height: 8.125rem;
  left: -4.0625rem !important;
  top: 50.92592593% !important;
  bottom: auto !important;
  right: auto !important
}
.slide-awards-circle2 {
  width: 45.3125rem;
  height: 45.3125rem;
  right: -15.625% !important;
  top: 82.59259259% !important;
  bottom: auto !important;
  left: auto !important
}
.award-item {
  background: #f5f4f0;
  border-radius: 1rem 1rem 3rem 1rem;
  padding: 2.1875rem 2.5rem
}
.award-list .award-item {
  margin-top: 4rem
}
.award-item-date {
  margin-bottom: .625rem;
  font-size: .875rem;
  color: #999;
  text-transform: uppercase;
  font-weight: 700
}
.award-item-logo {
  margin-bottom: .75rem;
  height: 9rem;
  display: flex;
  overflow: hidden;
  align-items: center
}
.award-item-logo img {
  max-width: 100%;
  max-height: 100%
}
.award-item-title {
  margin-bottom: 1rem
}
.award-item-descr {
  margin-bottom: 2rem
}
.award-item-more {
  font-size: 1.125rem
}
@media(min-width:992px) {
  .award-list .award-item {
    height: calc(100% - 4rem)
  }
}
.slide-experience-image1 {
  width: 15.5rem;
  height: 15.5rem;
  background-image: url(../img/bg-personal-experience-glasses.webp);
  background-size: contain;
  position: absolute;
  top: 7.5% !important;
  right: 3.125% !important;
  bottom: auto !important;
  left: auto !important
}
.slide-experience-image2 {
  width: 41.3125rem;
  height: 31.25rem;
  background-image: url(../img/bg-personal-experience-device.webp);
  background-size: contain;
  position: absolute;
  top: 81.94444444% !important;
  right: 8.59375% !important;
  bottom: auto !important;
  left: auto !important
}
.slide-experience-image3 {
  width: 42.875rem;
  height: 39.4375rem;
  background-image: url(../img/bg-personal-experience-briefcase.webp);
  background-size: contain;
  position: absolute;
  top: 27% !important;
  right: 89% !important;
  bottom: auto !important;
  left: auto !important
}
.experience-item:not(:first-child) {
  border-top: #e1ddd6 1px solid
}
.experience-item {
  padding-top: 1.625rem
}
.experience-item-company, .experience-item-descr, .experience-item-title {
  margin-bottom: 1.625rem
}
.experience-item-title {
  margin-right: 1rem
}
.experience-item-date {
  margin-top: .3125rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700
}
.experience-item-descr {
  margin-top: 2px;
  min-height: 5em
}
.company-blue {
  color: #1774eb
}
.company-pink {
  color: #f73163
}
.company-green {
  color: #1dd05d
}
.carousel-experience {
  position: relative
}
.carousel-nav {
  margin-right: -.625rem
}
.carousel-nav .owl-next {
  margin-left: .5rem
}
.slide-personal-experience .slide-btn {
  margin-top: 3.88888889vmin
}
@media(min-width:768px) {
  .carousel-nav .owl-next {
    margin-left: 2rem
  }
}
.slide-personal-clients .slide-bg {
  background-image: url(../img/bg-personal-clients.webp)
}
.slide-personal-clients .slide-title-info {
  margin-bottom: 12.40740741vmin
}
.title-mini {
  font-size: .875rem;
  text-transform: uppercase;
  color: #999;
  font-weight: 700
}
.slide-personal-clients .title-mini {
  margin-bottom: 3.375rem
}
.icon-partners {
  display: inline-block;
  vertical-align: top;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url(../img/icon-partners.webp);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat
}
.icon-project {
  display: inline-block;
  vertical-align: top;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url(../img/icon-project.webp);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat
}
.icon-worldwide {
  display: inline-block;
  vertical-align: top;
  width: 3.75rem;
  height: 3.75rem;
  background-image: url(../img/icon-worldwide.webp);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat
}
.client-icon {
  width: 3.75rem;
  margin-right: 2.5rem
}
.client-item {
  margin-bottom: 2.75rem
}
.client-item-title {
  margin-bottom: .625rem;
  font-size: 2.125rem;
  font-family: monumentextended;
  line-height: .94117647
}
.clients-photo {
  height: 0;
  padding-bottom: 103.50877193%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative
}
.clients-photo-item {
  width: 4.375rem
}
.clients-photo .clients-photo-item {
  position: absolute;
  width: 14.56140351%
}
.clients-photo-item > .inside {
  display: block;
  height: 0;
  padding-bottom: 100%;
  background-color: #f5f4f0;
  border-radius: 50rem;
  overflow: hidden;
  position: relative
}
.clients-photo-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%
}
.clients-photo .clients-photo-item1 {
  width: 19.29824561%;
  top: 43.05084746%;
  left: 6.31578947%
}
.clients-photo .clients-photo-item2 {
  top: 0;
  left: 57.54385965%
}
.clients-photo .clients-photo-item3 {
  top: 48.81355932%;
  right: 0
}
.clients-photo-item3 img {
  width: 60.24096386%;
  margin-top: 2px
}
.clients-photo .clients-photo-item4 {
  top: 11.52542373%;
  left: 11.57894737%
}
.clients-photo-item4 img {
  width: 34.93975904%
}
.clients-photo .clients-photo-item5 {
  width: 31.92982456%;
  bottom: 0;
  right: 3.50877193%
}
.clients-photo .clients-photo-item6 {
  width: 17.54385965%;
  bottom: 6.10169492%;
  left: 31.57894737%
}
.clients-photo-item6 img {
  width: 31%
}
.clients-photo .clients-photo-item7 {
  width: 49.12280702%;
  top: 23.05084746%;
  left: 31.92982456%
}
.clients-photo .clients-photo-item8 {
  width: 12.28070175%;
  top: 73.55932203%;
  left: 6.31578947%
}
.slide-testimonials-circle1 {
  width: 10.5625rem;
  height: 10.5625rem;
  left: -4.89361702%;
  top: -2.70212766%;
  z-index: -10
}
.slide-testimonials-circle2 {
  width: 17.5rem;
  height: 17.5rem;
  left: 60.893617023%;
  top: 65.95744681%;
  z-index: -10
}
.slide-testimonials-circle3 {
  width: 6.875rem;
  height: 6.875rem;
  left: 96.55208333%;
  top: 75%
}
.slide-testimonials-circle4 {
  width: 4.875rem;
  height: 4.875rem;
  left: -1.55208333%;
  top: 20%
}
.slide-personal-testimonials .slide-bg {
  background-image: url(../img/bg-personal-testimonials.png)
}
.testimonials-item-avatar-container {
  margin-bottom: 3.25rem
}
.testimonial-item-avatar, .testimonial-item-company {
  display: inline-block;
  vertical-align: top;
  margin-right: -1.25rem;
  width: 4.375rem
}
.avatar > .inside {
  display: block;
  height: 0;
  padding-bottom: 100%;
  border-radius: 500px;
  overflow: hidden;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover
}
.testimonials-item-text {
  margin-bottom: 3.125rem
}
.testimonials-item-rating {
  margin-bottom: .875rem;
  color: #ffc705
}
.testimonials-item-author {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase
}
.carousel-testimonial.owl-theme .owl-nav {
  margin-left: -.5rem;
  text-align: right
}
.carousel-testimonial.owl-carousel .owl-nav button.owl-prev {
  margin-right: 1.875rem
}
.slide-personal-testimonials .video-link {
  margin-top: .5rem
}
.video-link {
  position: relative
}
.video-link > .inside {
  display: block;
  position: relative;
  z-index: 100;
  height: 0;
  padding-bottom: 60%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem 2rem 5rem 2rem
}
.center-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.75rem
}
.center-icon i {
  display: block;
  transform: scale(1);
  transition: all .3s ease-in-out
}
a:hover .center-icon i {
  transform: scale(1.2)
}
.video-link-descr {
  margin-left: 2.5rem;
  margin-top: 1.375rem;
  position: relative;
  font-style: italic
}
.slide-contacts-circle1 {
  width: 60.5625rem;
  height: 60.5625rem;
  top: 46.94444444%;
  left: -3.4375%
}
.slide-contacts-circle2 {
  width: 8.125rem;
  height: 8.125rem;
  top: 15.55555556%;
  right: -2.96875%;
  left: auto
}
.contact-personal-card {
  height: 100%;
  display: flex;
  flex-direction: column
}
.contact-personal-card-title {
  height: 100%
}
.contact-personal-card .title-mini {
  margin-bottom: 2.875rem
}
.contact-personal-card .slide-title-sub {
  margin-bottom: 1.6875rem
}
.slide-personal-contacts .slide-title-info {
  margin-bottom: 2.625rem
}
.contact-personal-form {
  margin-bottom: .25rem
}
.social {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.3125rem
}
.social li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem
}
.social a {
  color: #999;
  transition: color .3s ease
}
.social a:hover {
  color: #000
}
.social-fixed {
  position: fixed;
  z-index: 300;
  left: 15px;
  bottom: 0
}
.social-fixed li {
  display: block;
  margin-right: 0;
  margin-bottom: 1.375rem
}
.copyright {
  text-align: right;
  color: #999;
  font-weight: 700;
  font-size: .875rem;
  text-transform: uppercase;
  transition: all .3s ease-in-out
}
.copyright-fixed {
  position: fixed;
  right: 15px;
  bottom: 1.5rem;
  z-index: 300
}
@media(min-width:1600px) {
  .social-fixed {
    left: 4.25rem;
    bottom: 2rem
  }
  .copyright-fixed {
    right: 4.25rem;
    bottom: 3.5rem
  }
}
.body-bg-dark .header:not(.header-shadow) .container-fluid {
  color: #fff
}
.body-bg-dark .copyright, .body-bg-dark .footer .social a, .body-bg-dark .header:not(.header-shadow) .header-tagline, .body-bg-dark .slide-num, .body-copyright-light .copyright {
  color: rgba(255, 255, 255, .6)
}
.body-bg-dark .social a:hover {
  color: #fff
}
.body-bg-dark #pp-nav li a:not(.active) span, .body-bg-dark .header:not(.header-shadow) .nav-toggle .stick {
  background: #fff
}
.body-menu-opened .body-bg-dark .nav-toggle .stick {
  background: #000
}
.modal-content {
  border: none;
  border-radius: 1rem 1rem 3rem 1rem
}
.modal-header {
  padding-top: 2rem;
  padding-bottom: .5rem;
  border-bottom: none
}
.modal-body, .modal-footer, .modal-header {
  padding-left: 2rem;
  padding-right: 2rem
}
.modal-body {
  padding-bottom: 2rem
}
.modal-title {
  font-family: monumentextended, sans-serif;
  font-size: 2rem;
  color: #b99e64;
  text-transform: uppercase
}
.modal-header .close {
  padding: .5rem;
  position: relative;
  top: -.5rem;
  right: -.5rem;
  font-size: 1.5rem;
  line-height: .75
}
.message {
  display: none
}
@media(min-width:768px) {
  html {
    font-size: 13px
  }
}
@media(min-width:992px) {
  html {
    font-size: 14px
  }
}
@media(min-width:1280px) {
  html {
    font-size: 15px
  }
}
@media(min-width:1600px) {
  html {
    font-size: 16px
  }
}
.displaynone {
  display: none
}
header {
  background: rgba(0, 0, 0, .8);
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  transition: all linear .7s
}
.pp-viewing-Services .logolight, header .logolight {
  display: inline-block !important
}
 .pp-viewing-About header *,.pp-viewing-Contact header *, .pp-viewing-Gallery header *, .pp-viewing-Video header * {
  color: #000 !important;
  transition: all linear .7s
}
.pp-viewing-About header, .pp-viewing-Contact header, .pp-viewing-Gallery header, .pp-viewing-Video header {
  background: rgba(0, 0, 0, 0) !important;
  transition: all linear .7s
}
.pp-viewing-About .logodark, .pp-viewing-Contact .logodark, .pp-viewing-Gallery .logodark, .pp-viewing-Video .logodark {
  display: inline-block !important
}
 .pp-viewing-About .logolight, .pp-viewing-Contact .logolight, .pp-viewing-Gallery .logolight, .pp-viewing-Video .logolight {
  display: none !important
}

.pp-viewing-About .header-shadow .header-bg, .pp-viewing-Contact .header-shadow .header-bg, .pp-viewing-Gallery .header-shadow .header-bg, .pp-viewing-Video .header-shadow .header-bg{background:#f5f4f0}

header#header .container {
  position: relative
}
.header-content {
  padding-top: 1rem;
  padding-bottom: 1rem
}
.header-contact-divider, .header-contact-item > a {
  color: #fff
}
.headercontact {
  float: right;
  font-size: 22px;
  color: #b3e59f !important;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-family: monumentextended, sans-serif
}
.headercontact > a {
  color: #b3e59f !important
}
.headercontact > a:hover {
  text-decoration: none
}
.headercontact > a > span {
  font-size: 16px;
  color: #fff;
  font-family: dm sans, sans-serif
}
.slider01 {
  background: url(../images/bannerimg.webp);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 20s ease-in ;
  animation: zoomin 20s ease-in ;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

.slide-container{overflow:hidden}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(0); filter: blur(100px); opacity:0}
	5%{transform: scale(1); filter: blur(0px); opacity: 1}
  50% {transform: scale(1.25);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(0); filter: blur(100px); opacity:0}
	5%{transform: scale(1); filter: blur(0px); opacity: 1}
  50% {transform: scale(1.25);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */


/*
@keyframes sliderbg {
  0% {
    background-size: 100% auto
  }
  50% {
    background-size: 135% auto
  }
  100% {
    background-size: 100% auto
  }
}
@keyframes sliderbg1024 {
  0% {
    background-size: auto 100%
  }
  50% {
    background-size: auto 135%
  }
  100% {
    background-size: auto 100%
  }
}
@keyframes sliderbg768 {
  0% {
    background-size: auto 100%
  }
  50% {
    background-size: auto 135%
  }
  100% {
    background-size: auto 100%
  }
}
*/
.slider01 .slide-intro-circle1 {
  background: rgba(250, 250, 250, .5);
  animation: circle01move 4s infinite
}
.slider01 .slide-intro-circle2 {
  background: rgba(250, 250, 250, .9)
}
.slider01 .slide-intro-circle3 {
  background: rgba(245, 193, 68, .7);
  animation: circlemove 4s infinite;
  z-index: 99
}
.sliderheading .slide-descr, .sliderheading h1 {
  color: #000 !important
}
@keyframes circlemove {
  0% {
    width: 4.0625rem;
    height: 4.0625rem
  }
  50% {
    width: 5.0625rem;
    height: 5.0625rem
  }
  100% {
    width: 4.0625rem;
    height: 4.0625rem
  }
}
@keyframes circle01move {
  0% {
    width: 10.0625rem;
    height: 10.0625rem
  }
  50% {
    width: 8.0625rem;
    height: 8.0625rem
  }
  100% {
    width: 10.0625rem;
    height: 10.0625rem
  }
}
.overflowhiddennew {
  overflow: hidden
}

.aboutimgcontainer{position:relative; overflow: hidden}
.aboutimg {
  background: url(../images/aboutimg.webp) no-repeat;
  background-position: center center;
  background-size: cover ;
  height: 100%;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  -webkit-animation: aboutimage 20s ease-in !important;
  animation: aboutimage 20s ease-in !important;
  margin: 0;
  padding: 0
}




/*
@keyframes aboutimage {
  0% {
    background-size: 135% auto
  }
  50% {
    background-size: 155% auto
  }
  100% {
    background-size: 135% auto
  }
}
@keyframes aboutimage768 {
  0% {
    background-size: 160% auto
  }
  50% {
    background-size: 195% auto
  }
  100% {
    background-size: 160% auto
  }
}
*/

.slide-testimonials-circle3 {
  animation: testimonialcirclemove 15s infinite !important
}
@keyframes testimonialcirclemove {
  0% {
    top: 75%
  }
  50% {
    top: 95%
  }
  100% {
    top: 75%
  }
}
.slide-testimonials-circle4 {
  animation: testimonialcirclemove02 15s infinite !important
}
@keyframes testimonialcirclemove02 {
  0% {
    top: 20%
  }
  50% {
    top: 0
  }
  100% {
    top: 20%
  }
}
.noborder {
  border: 0 !important
}
.services-sec .service {
  text-align: left;
  position: relative;
  border-right: 2px solid #fff;
  overflow: hidden
}
.services-sec .service .service-text h2, .services-sec .service .service-text p {
  margin: 0
}
.services-sec .service .service-text {
  position: absolute;
  bottom: 0;
  padding: 60px
}
.services-sec .service .service-text .serv-head {
  position: relative;
  font-weight: 700;
	font-size:1.5rem
}
.services-sec .service .service-text h2 {
  font-family: monumentextended, sans-serif;
  font-size: 2rem;
  margin-bottom: 10px
}

.services-sec .service .service-text .serv-head{display:none}

.services-sec .service.show {
  transition: all linear .4s
}
.services-sec .service .service-text .ser-para {
  visibility: hidden;
  height: 0;
  overflow: hidden;
	font-size:1.15rem
}
.services-sec .service.show .ser-para {
  visibility: visible;
  height: auto;
  overflow: auto
}
.services-sec .serv-img {
  transition: all linear .4s;
  background: url(../images/services-1.webp) no-repeat;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center center !important;
  padding: 0 !important;
  align-items: normal;
  animation: servicesimages 20s infinite !important
}
@keyframes servicesimages {
  0% {
    background-size: 100% 100%
  }
  50% {
    background-size: 120% 120%
  }
  100% {
    background-size: 100% 100%
  }
}
.services-sec .service .servicewhitebg {
  width: 100%;
  height: 50%;
  left: 0 !important;
  bottom: 0 !important;
  top: auto;
  right: auto;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  position: absolute;
  z-index: -10;
  transition: all linear .2s
}
.services-sec .service.show .servicewhitebg {
  bottom: 0 !important;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .3) 0, #fff 100%);
  transition: all linear .2s
}
.carousel-cell {
  padding: 0;
  overflow: hidden;
  margin: 0 !important
}
.carousel-cell a.magnify {
  width: 50px;
  float: left;
  height: 50px;
  background: rgba(250, 250, 250, .7);
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: -50%;
  left: calc(50% - 25px);
  font-family: LineIcons;
  line-height: 50px;
  opacity: 1;
  transition: all linear .3s;
  z-index: 999
}
.carousel-cell:hover a.magnify {
  top: calc(50% - 25px);
  opacity: 1;
  transition: all linear .3s
}
.carousel {
  width: 100%;
  float: left;
  height: 100%
}
.carousel-cell {
  margin-right: 20px;
  overflow: hidden
}
.carousel-cell img {
  display: block;
  height: 600px
}
@media screen and (min-width:768px) {
  .carousel-cell img {
    height: 600px
  }
}
.flickity-page-dots {
  bottom: -55px !important
}
.flickity-page-dots .dot {
  width: 15px !important;
  height: 15px !important;
  background: #b3e59f !important;
  opacity: .2 !important
}
.flickity-page-dots .dot.is-selected {
  width: 15px !important;
  height: 15px !important;
  background: #b3e59f !important;
  opacity: 1 !important
}
.carousel-cell img {
  opacity: 1;
  -webkit-transform: scale(.85);
  transform: scale(.85);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: opacity .3s, -webkit-transform .3s, transform .3s, -webkit-filter .3s, filter .3s;
  transition: opacity .3s, transform .3s, filter .3s
}
.carousel-cell.is-selected img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: none;
  filter: none
}
.slide-contacts-circle1, .slide-contacts-circle2, .slide-services-circle1, .slide-services-circle2, .slide-testimonials-circle1, .slide-testimonials-circle2, .slide-testimonials-circle3, .slide-testimonials-circle4 {
  border-radius: 10px
}
.genriclist {
  list-style: none;
  margin: 0;
  padding: 0
}
.genriclist li {
  margin: 0;
  padding: 5px 5px 5px 20px;
  position: relative;
  border-bottom: 1px solid #ccc
}
.genriclist li:before {
  width: 15px;
  float: left;
  height: 15px;
  content: "\ea5c";
  font-family: LineIcons;
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: .7rem
}
.genriclist li a {
  color: inherit;
  text-decoration: none
}
.genriclist li:hover {
  color: #000;
  text-decoration: none;
  background: #f5f5f5
}
.googlemap {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0
}
.googlemap iframe {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

#about .owl-dots,
.phoneicon_mobile{display:none}



@media (max-width:1440px) {
  .slide-intro-circle2 {
    width: 45%;
    height: 37%;
    right: 27% !important
  }
  .flickity-page-dots {
    bottom: -35px !important
  }
  .video-link > .inside {
    padding-bottom: 50%
  }
  .googlemap iframe {
    width: 80%;
    height: 275px
  }
  .slide-personal-contacts .slide-title-info {
    margin-bottom: .625rem
  }
  .form-group-material {
    margin-bottom: 0
  }
  .slide-contacts-circle1 {
    width: 50.5625rem
  }
}
@media (max-width:1280px) {
  .slide-intro-circle2 {
    width: 50%;
    height: 37%;
    right: 25% !important
  }
  .googlemap iframe {
    width: 90%;
    height: 275px
  }
  .slide-contacts-circle1 {
    width: 50.5625rem
  }
}
@media (max-width:1152px) {
  .slide-intro-circle2 {
    width: 50%;
    height: 37%;
    right: 25% !important
  }
  .googlemap iframe {
    width: 80%;
    height: 275px
  }
  .slide-contacts-circle1 {
    width: 45.5625rem
  }
}
@media (max-width:1024px) {
/*
  .slider01 {
    background-size: auto 100%;
    background-position: center center;
    animation: sliderbg1024 60s linear
  }
*/
  .services-sec .service {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .services-sec .serv-img {
    flex-wrap: wrap;
    padding-top: 80px !important;
    background: 0 0 !important
  }
  .services-sec .service {
    padding: 50px
  }
  .services-sec .service .service-text .ser-para {
    visibility: visible;
    height: auto
  }
 
  .services-sec .service .service-text {
    position: relative;
    background: rgba(250, 250, 250, .9);
    margin: 20% 0;
    padding: 25px
  }
  .services-sec .service .servicewhitebg {
    display: none
  }
}
@media(max-width:991px) {
	
	body,html{overflow:auto}
	
  .container, .container-md, .container-sm {
    max-width: 90%
  }
  .slide-intro-circle2 {
    width: 70%;
    height: 37%;
    right: 15% !important
  }
	.sliderheading{padding: 25px 15px !important}
  .aboutimg {
    padding: 50% 0
  }
  .services-sec .service .service-text {
    padding: 30px 10px
  }
  .video-link > .inside {
    padding-bottom: 70%
  }
  .slide-contacts-circle1 {
    width: 100%
  }

  .header-content.d-none.d-md-block {
    display: none !important
  }
  .header-contact-divider {
    /*margin-left: .275rem;
    margin-right: .275rem;*/
        margin-left: 4px;
    margin-right: 4px;
    opacity: .2
  }
  
  .services-sec .service {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .services-sec .service {
    padding: 20px
  }
  .services-sec .serv-img {
    flex-wrap: wrap;
    padding-top: 80px !important;
    background: 0 0 !important
  }
  .services-sec .service .service-text .ser-para {
    visibility: visible;
    height: auto
  }
  
  .services-sec .service .service-text {
    position: relative;
    background: rgba(250, 250, 250, .9);
    margin: 20% 0 5%;
    padding: 25px
  }
	
  .services-sec .service .servicewhitebg {
    display: none
  }
  button.nav-toggle-btn.a-nav-toggle.displaynone {
    display: block
  }
  .headercontact {
    right: calc(50% - 75px);
    top: 7px
  }
  .nav-toggle-btn {
    padding: 1.625rem 0
  }
  .nav-toggle .stick {
    background: #fff
  }
  .body-menu-opened .stick {
    background: #000
  }
  .pp-viewing-About header .nav-toggle .stick, .pp-viewing-Contact header .nav-toggle .stick, .pp-viewing-Gallery header .nav-toggle .stick, .pp-viewing-Video header .nav-toggle .stick {
    background: #000 !important
  }

	
	
		
.slider01 {
  background: url("../images/bannerimg02_mobile.webp");
  -webkit-animation: zoomin2 1s ease-in ;
  animation: zoomin2 1s ease-in ;
	background-size: cover;
}
	
	
	
	
  .slide-intro-circle2 {
    width: 80%;
    height: 37%;
    right: 10% !important
  }
  .slide-title {
    font-size: 4.5rem
  }
	.services-sec .service .service-text h2{font-size:3rem}
	
	.homepage-personal .container{padding-left:15px; padding-right:15px}
	
	button.nav-toggle-btn.a-nav-toggle.displaynone {
    display: block !important
  }
	.headercontact{display:none}
	
	.brand.animate-element.wow.delay6.fadeInLeftBig{width:100%; margin: 0px; padding: 0px; text-align: center}
	
	#about .owl-nav{display:none}
	#about .owl-dots{display:block}
	
  .services-sec .service {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
	
.services-sec .service .service-text .serv-head{display:block; margin-bottom: 20px; overflow-x: hidden; border-radius:2rem 2rem 5rem 2rem}
.services-sec .service .service-text .serv-head > img{min-width: 100%; height: 50vh; width: auto !important; max-width: auto !important}
	.services-sec .service .service-text{padding: 0px; background:none; margin: 0px}
	
	#gallery{background:#f5f4f0}
	
  .a-carousel-extratext .owl-nav {
    position: absolute;
    bottom: 0
  }
  .a-carousel-extratext.owl-carousel .owl-nav button.owl-prev {
    margin-right: .875rem
  }
  .slide-contacts-circle1 {
    top: 30%;
    left: -12%
  }
  .googlemap iframe {
    width: 100%;
    height: 275px;
    margin-bottom: 25px
  }
	
	.slide-personal-intro{height:100vh}
	.services-sec .serv-img{padding:0px !important}
	.a-carousel-testimonial{margin-bottom: 50px}
	
	#about *,
	#services *,
	#contact *{text-align:center !important}
	
	
	
	.phoneicon_mobile{width:50px; height: 50px; background:#b3e59f; position: fixed; bottom:10px; left: 10px; border-radius: 100%; display: flex; justify-content: center; align-items: center; z-index: 9999;}
	.phoneicon_mobile a{width:100%; height: 100%; display: flex; justify-content: center; align-items: center; z-index: 9999}

	.phoneicon_mobile a i{color:#fff; font-size:22px}

	.phoneicon_mobile:before{width:calc(100% + 10px); height: calc(100% + 10px); background:none; border: 1px solid #b3e59f; border-radius: 100%; content: ""; position: absolute; animation: phonepulse 1.3s linear infinite}

	.phoneicon_mobile:after{width:calc(100% + 10px); height: calc(100% + 10px); background:none; border: 1px solid #b3e59f; border-radius: 100%; content: ""; position: absolute; animation: phonepulse 1.3s linear infinite; animation-delay: 0.4s}
	
	
}


/* Zoom in Keyframes */
@-webkit-keyframes zoomin2 {
  0% {transform: scale(0); filter: blur(100px); opacity:0}
	100%{transform: scale(1); filter: blur(0px); opacity: 1}
}
@keyframes zoomin2 {
  0% {transform: scale(0); filter: blur(100px); opacity:0}
	100%{transform: scale(1); filter: blur(0px); opacity: 1}
} /*End of Zoom in Keyframes */






.flickity-prev-next-button {
  border-radius: 0px !important
}
.header-shadow .header-bg {
  background: #000
}

.sliderheading{background:rgba(250,250,250,0.9);     border-bottom: 4px solid #b3e59f; padding:50px 20px}

.sliderheading .slide-descr{font-size: 1.25rem; font-weight:bold}

.sliderheading h1.slide-title{letter-spacing:-.035em}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.btn-primary{background:#b3e59f; border-color:#b3e59f}
.btn-primary:hover,
.btn-primary:visited,
.btn-primary:focus{background:#b3e59f; border-color:#b3e59f; box-shadow:none !important}

.servicemore{color:#000; display: none;}


@media(max-width:767px){
	
	
	.servicemore{color:#000; display: block; min-width:10px;margin: 0px; padding: 10px 0px; font-weight: bold; position: relative}
	.servicemore::before{width:20px; float: left; margin: 0px; padding: 0px; height:2px; background:#000; position: absolute; top: 100%; left: 0px}
	
	
	.servicetext .ser-para{overflow: hidden; opacity: 0; max-height:0px; transition: all 0.3s linear}
	.servicetext.show .ser-para{overflow: auto; opacity: 1; max-height: 1500px !important; transition: all 0.3s linear}

	
	.servicetext .servicemore .moredetails{display:block}
	.servicetext .servicemore .lessdetails{display:none}
	
	.servicetext.show .servicemore .moredetails{display:none}
	.servicetext.show .servicemore .lessdetails{display:block; margin: 20px 0px 0px 0px;}
	
}



@keyframes phonepulse{
	
	0%{transform: scale(0.5); opacity: 0}
	50%{transform: scale(1); opacity: 1}
	100%{transform: scale(1.5); opacity: 0}
	
}


/*Switch Start*/
.switchouter{position:fixed; bottom:10px; right:10px; z-index: 9999; display: inline-flex; cursor: pointer}
.switch {
  isolation: isolate;
  position: relative;
  height: 50px;
  width: 25px;
  border-radius: 15px;
  background:#000;
  transition: all linear 0.2s;
  
}

.switchouter.darkswitch .switch{background:#fff; transition: all linear 0.2s;}

.switchouter .switch:before{position:absolute; top: 10px; right: 100%; content: "Dark Mode"; min-width: 10px; float: left; text-align: right; padding-right: 10px; line-height: 15px; font-weight: bold;}

.switchouter.darkswitch .switch:before{position:absolute; top: 10px; right: 100%; content: "Light Mode"; min-width: 10px; float: left; text-align: right; padding-right: 10px; line-height: 15px; font-weight: bold; color: #fff}

.switch-state {
  display: none;
}

.indicator {
  height: 50%;
  width: 100%;
  background: #ecf0f3;
  border-radius: 15px;
  border:3px solid #000;
  transform: translate3d(0, 0%, 0);
  transition: transform 0.4s cubic-bezier(0.85, 0.05, 0.18, 1.35);
  transition: all linear 0.2s;
  
}


.switchouter.darkswitch .indicator {
  
  background: #000;
  border:3px solid #fff;
  transition: all linear 0.2s;
  
}


.switch-state:checked ~ .indicator {
  transform: translate3d(0, 100%, 0);
}

/*Switch End*/


/*Dark Mode Start*/

body.darkmode header{background: rgba(0, 0, 0, .9)}

body.darkmode .sliderheading{background: rgba(0, 0, 0, .9); transition: all linear 0.3s}



body.darkmode #pp-nav span{background:#333}

body.darkmode #pp-nav a.active span{background:#b3e59f}

body.darkmode .slide-personal-testimonials .slide-bg{background-image:url(../img/bg-personal-testimonials_black.png); transition: all linear 0.1s}

body.darkmode .slide-personal-awards .slide-bg{background-image: url("../img/bg-personal-awards_black.png"); transition: all linear 0.1s}

body.darkmode .slide-dark,
body.darkmode #gallery,
body.darkmode #video,
body.darkmode #contact{background-color:#000}



body.darkmode.pp-viewing-About header *, 
body.darkmode.pp-viewing-Contact header *, 
body.darkmode.pp-viewing-Gallery header *, 
body.darkmode.pp-viewing-Video header *,
body.darkmode .services-sec .service .service-text *,
body.darkmode .slide-title-sub,
body.darkmode .slide-descr,
body.darkmode .sliderheading *{color:#fff !important}

body.darkmode .services-sec .service .servicewhitebg,
body.darkmode .services-sec .service.show .servicewhitebg{background:#000; background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%)}

body.darkmode .services-sec .service{border-right:2px solid #000}
body.darkmode .services-sec .service.noborder{border: none}
body.darkmode #contact .circle-light{background-color:#111}

body.darkmode .slide-personal-contacts .slide-title-info{color:#fff !important}

body.darkmode .pp-scrollable{background-color:#000 !important}

body.darkmode .genriclist li{color: #fff; border-color: #222}
body.darkmode .genriclist li:hover{background:#333}


body.darkmode.pp-viewing-About .logodark, 
body.darkmode.pp-viewing-Contact .logodark, 
body.darkmode.pp-viewing-Gallery .logodark, 
body.darkmode.pp-viewing-Video .logodark{display:none !important}

body.darkmode.pp-viewing-About .logolight, 
body.darkmode.pp-viewing-Contact .logolight, 
body.darkmode.pp-viewing-Gallery .logolight, 
body.darkmode.pp-viewing-Video .logolight{display:inline-block !important}


/*Dark Mode End*/
