/* ==========================================
 Author: Designpreneur - Aakansha Agrawal
========================================== */


/* Font css open here */

.primary-font{
    font-family: 'Playfair Display', serif!important;
}

.secondary-font{
    font-family: 'Muli', sans-serif!important;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Playfair Display', serif;
}
 
p, a, div, span, b, ul, ol, li{
     font-family: 'Muli', sans-serif;
}

html, body{
    font-family: 'Muli', sans-serif;
}

/* Font css close here */


/* Color palette css open here */

.primary-color{    
    background:#282827;
}

.primary-text{    
    color:#282827;
}

.secondary-color{    
    background:#dbb73f;
}

.secondary-text{    
    color:#dbb73f;
}

.secondary-color2{    
    background:#f5d061;
}

.secondary-text2{    
    color:#f5d061;
}

.grey-color1{
    background:#ececec;
}

.grey-text1{
    color:#ececec;
}

/* Color palette css close here */


/* Dark mode js plugin  open here */

.darkmode-layer, .darkmode-toggle {
    z-index: 500;
  }

/* Dark mode js plugin close here */

/* Body css open here */

body{
    background-color: white;
    /* background-image: url('../img/bg-shapes.svg');
    background-size: cover;
    background-position-x: 20vw;
    background-position-y: -10vh;
    background-repeat: no-repeat; */
}

/* Body css close here */

/* Header css open here */

.header-sec{
    /* background:#282827; */
    padding-top:15px;
    padding-bottom: 15px;
}

.header-logo-div{
  transform-style: preserve-3d;
  width: 50px;
  height: 50px;
  padding: 5px;
  /*background: #282827;
  border-radius: 5px;
  box-shadow: inset 0 0px 0 rgb(246, 248, 250), 0 22px 70px 4px rgba(230, 175, 46, 0.1), 0 0 0 1px rgba(230, 175, 46, 0.1);
  -webkit-box-shadow: inset 0 0px 0 rgb(246, 248, 250), 0 22px 70px 4px rgba(230, 175, 46, 0.1), 0 0 0 1px rgba(230, 175, 46, 0.1);
  -moz-box-shadow: inset 0 0px 0 rgb(246, 248, 250), 0 22px 70px 4px rgba(230, 175, 46, 0.1), 0 0 0 1px rgba(230, 175, 46, 0.1);
  */
}

.header-logo-div img{
  width: 100%;
  transform: translateZ(20px);
}

/* Header menu css open here */

@media only screen and (max-width:575px){
  .header-menu-div{
    margin-top:-45px!important;
  }

  .header-menu-div ul li{
    margin-right:5px!important;
  }

  .header-menu-div ul li:last-child{
    margin-right:0!important;
  }

  .header-menu-div ul li a{
    font-size: 13px!important;
  }
}

.header-menu-div{
  float: right;
  text-align: right;
  margin-top: 6px;
}

.header-menu-div ul{
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu-div ul li{
  margin-right: 40px;
}

.header-menu-div ul li:last-child{
  margin-right: 0;
}

.header-menu-div ul li a{
  display: block;
  color:#282827;
  font-size: 14px;  
  font-weight: 600;
  padding: 10px;
}

.header-menu-div ul li a:hover{
  text-decoration: none;
  cursor: pointer;
  color: #dbb73f;
}

@media only screen and (min-width:768px){
  .header-menu-div ul li a.contact-menu{
    background: #dbb73f;
    color:#282827;
    background-color: transparent;
    line-height: 1;
    cursor: pointer;
    border: 1px solid #282827;
    border-radius: 3px;
    padding: 0.75rem 1rem;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  }
  
  .header-menu-div ul li a.contact-menu:hover{
    color: #dbb73f;
    background:#282827;
  }
}


/* Header menu css close here */

/* Header css close here */

/* Footer css open here */

.footer-sec{
  padding-top:18px;
  background-color: #282827;
  background-image: linear-gradient(315deg, #282827 0%, #000000 100%);
  background-image: -webkit-linear-gradient(315deg, #282827 0%, #000000 100%);
  background-image: -moz-linear-gradient(315deg, #282827 0%, #000000 100%);
  background-image: -o-linear-gradient(315deg, #282827 0%, #000000 100%);
}


/* Get in touch sec css open here */

.git-sec{  
  padding-bottom: 50px;
}

.git-div{
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.git-title{
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 400;
  color: #fff;
  opacity: 0.5;
}

.git-head{
  font-size: 30px;
  color:white;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.git-head i{
  color: #e71a23;
}

.git-para{
  max-width: 700px;
  font-size: 18px;
  margin-bottom:30px;
  margin-top:30px;
  color: white;
}

.git-para a{
  color: #2394fa;
}

.git-profile-div{
  margin-bottom: 40px;
  display: inline-block;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 0;
  align-items: center;
}

.git-profile-link{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 0;
  align-items: center;
  width: initial;
  margin: 0;
  transition: all 0.5s;
}

.git-profile-link:hover{
  text-decoration: none;
  opacity: 0.8;
}

.git-profile-img{
  margin: 0;
    position: relative;
}

.git-pro-imgdiv{
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 100%;
  overflow: hidden;
}

.git-pro-imgdiv img{
  width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 10px;
  background: #282827;
}

.git-green-indicator{
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0px;
  margin: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #2ffd0f;
  background: linear-gradient(135deg,#2ffd0f 0%,#15e3fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ffd0f', endColorstr='#15e3fa',GradientType=1 );
  box-shadow: 0 2px 2px rgba(168,88,92,.2);
}

.git-name{
  margin: 0;
  margin-left: 10px;
}

.git-name-txt{
  font-size: 14px;
  margin: 0;
  transition: .3s;
  color: white;
}

.git-cta{
  font-weight: 600;
  font-size: 16px;
  color: #282827;
  background-color: #dbb73f;
  padding: 10px 24px;
  letter-spacing: 0;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(28,35,139,.1), 0 2px 5px rgba(39, 46, 66, 0.2);
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 0;
  border: none;
  transition: 300ms all cubic-bezier(.4,0,.2,1);
}

.git-cta:hover{
  color: #282827;
  text-decoration: none;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -6px rgba(230, 175, 46, 0.1);
}

/* Get in touch sec css close here */

/* Copyright sec css open here */

@media only screen and (max-width:374px){
  .copy-left-div,
  .copy-right-div{
    font-size: 12px!important;
  }
}

@media only screen and (max-width:991px){
  .copy-left-div,
  .copy-right-div{
    text-align: center!important;
    float:none!important;
  }

  .copy-left-div p,
  .copy-right-div p{
    margin-bottom:0.5rem!important;    
  }

  .copy-right-div{
    padding-bottom:15px;
  }
}

.copyright-sec{

}

.copy-left-div{
  color: white;
  font-size: 14px;
  opacity: 0.5;
}

.copy-right-div{
  color: white;
  text-align: right;
  font-size: 14px;
  opacity: 0.5;
}

.copy-right-div a{
  color: white;
}

.copy-right-div i{
  color:#e71a23;
  -webkit-animation: heartbeat1 3s ease-in-out infinite both;
          animation: heartbeat1 3s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat1 {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.copy-right-div a:hover{
  text-decoration: none;
  color: #dbb73f;
  cursor: pointer;
}

/* Copyright sec css close here */

/* Footer css close here */


/* Homepage css open here */

/* Header intro sec open here */

.delay500{
  transition-delay: 500ms;
}

.delay700{
  transition-delay: 700ms;
}

.delay1000{
  transition-delay: 1000ms;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@media only screen and (max-width:767px){
  .home-sec1-div1{
    min-height: auto!important;
    padding-top:25px!important;
    padding-bottom: 50px!important;
  }

  .home-sec1-div1 h1{
    /* font-size: 25px!important; */
    line-height: 2.3rem!important;
    font-size: 1.3rem!important;
  }

  .home-sec1-div1 h2{
    /* font-size: 25px!important; */
    line-height: 2.3rem!important;
    font-size: 1.3rem!important;
  }
}

.home-sec1{
    /* background:#282827; */
    /* background-color: white; */
}

.home-sec1-div1{
    /* max-width: 1000px; */
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    flex-direction: column;
    /*align-items: flex-start;*/
    min-height: 100vh;
    margin: 0px auto;
    /*padding: 50px 0px;*/
}

.home-sec1-div1 .top-txt{
    color: #dbb73f;
    font-size: 18px;
    margin: 0px 0px 20px 3px;
    transition-delay: 300ms;
    font-weight: 600;
    /* color: #282827; */
}

.home-sec1-div1 h1{
    /* font-size: 35px;
    line-height: 1.1em; */
    line-height: 3.0rem;
    font-size: 2.0rem;
    margin: 0px;
    transition-delay: 500ms;
    font-weight: 600;
    color: #282827;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}

.home-sec1-div1 h2{
    font-weight: 900;
    /* font-size: 35px;
    line-height: 1.1em; */
    line-height: 3.0rem;
    font-size: 2.0rem;
    color: #282827;
    opacity: 0.7;
    transition-delay: 700ms;
    text-align: center;
}

.home-sec1-div1 .info-txt.head-txt{
  font-weight: bold;
  font-size: 25px;
}

.home-sec1-div1 .info-txt{    
    width: 100%;
    max-width: 500px;
    /*margin: 0px 0px 15px;*/
    margin:0 auto;
    margin-top: 15px;
    transition-delay: 900ms;
    color: #282827;
    text-align: center;
}

@media only screen and (max-width:767px){
  .home-sec1-div1 .intro-cta{
    padding: 15px!important;
  }
}

.home-sec1-div1 .intro-cta{
    color: #282827;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    margin-top: 15px;
    border-width: 1px;
    border-style: solid;
    background:#dbb73f;
    border-color: #dbb73f;
    border-image: initial;
    border-radius: 3px;
    padding: 1.25rem 1.75rem;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    /* transition-delay: 500ms; */
}

.home-sec1-div1 .intro-cta:hover{
  background: #282827;
  border-color: #282827;
  color:#dbb73f;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -6px rgba(230, 175, 46, 0.1);
}

.memoji-box{
  width:100%;
  max-width: 180px;
  margin:0 auto;
  margin-bottom:10px;
}

.memoji-box img{
  width:100%;
  background:transparent;
  border-radius: 5px;
  padding:10px;
}

@media only screen and (max-width:767px){
  .memoji-box{
    max-width: 130px!important;
  }
}

/* Header intro sec close here */

/* Homepage css close here */


/* Contact modal open here */

@media only screen and (max-width:767px){
  .con-modal-div h4{
    font-size: 18px!important;
  }
  
  .con-modal-div a{
    font-size: 1.2em!important;
  }

  .social-btns .btn-button .fa{
    font-size:20px!important;
    -webkit-transform: scale(0.9)!important;
    transform: scale(0.9)!important;
  }

  .social-btns .btn-button{
    width: 40px!important;
    height: 40px!important;
    line-height: 42px!important;
    margin: 0 7px!important;
    margin-bottom: 10px!important;
  }

  .con-close{
    right: 4vw!important;
    top: 4vw!important;
  }

  .con-social-div{
    bottom:10vh!important;
  }

  .con-social-div h5{
    margin-top:-75px!important;
  }
}


body.con-modal-active {
    overflow: hidden;
}
#con-modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 1;
}
#con-modal-container.con-one,
#con-modal-container.con-two,
#con-modal-container.con-three,
#con-modal-container.con-four  {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#con-modal-container.con-one .con-modal-background .con-modal,
#con-modal-container.con-two .con-modal-background .con-modal,
#con-modal-container.con-three .con-modal-background .con-modal,
#con-modal-container.con-four .con-modal-background .con-modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#con-modal-container.con-one.out,
#con-modal-container.con-two.out,
#con-modal-container.con-three.out,
#con-modal-container.con-four.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#con-modal-container.con-one.out .con-modal-background .con-modal,
#con-modal-container.con-two.out .con-modal-background .con-modal,
#con-modal-container.con-three.out .con-modal-background .con-modal,
#con-modal-container.con-four.out .con-modal-background .con-modal   {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#con-modal-container .con-modal-background {
    height: 100vh;
    text-overflow: hidden;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #282827;
    background-image: linear-gradient(315deg, #282827 0%, #000000 100%);
    background-image: -webkit-linear-gradient(315deg, #282827 0%, #000000 100%);
    background-image: -moz-linear-gradient(315deg, #282827 0%, #000000 100%);
    background-image: -o-linear-gradient(315deg, #282827 0%, #000000 100%);
}
#con-modal-container .con-modal-background .con-modal {
    background: white;
    padding: 50px;
    padding-top:0px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-weight: 300;
    position: fixed;
    top: 4vw;
    left: 4vw;
    right: 4vw;
    bottom: 4vw;
}
.con-modal-div {
     
}

.con-modal-div h4{
    font-family: 'Muli', sans-serif;
    font-size: 24px;
    margin-bottom: 0.5em;
    color:#282827;
    opacity: 0.7;
}

.con-modal-div a{
    font-size: 2.5em;
    line-height: 0.9em;
    color: #282827;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    position: relative;
}

.con-modal-div a:hover{
    color: #dbb73f;
    text-decoration: none;
}

.link-line::after {
    content: '';
    position: absolute;
    bottom: -5%;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.45s cubic-bezier(0.7, 0.3, 0, 1);
    -moz-transition: 0.45s cubic-bezier(0.7, 0.3, 0, 1);
    transition: 0.45s cubic-bezier(0.7, 0.3, 0, 1);
    background-color: #dbb73f;
}

.link-line:hover::after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.con-bg-shape {
    position: absolute;
    left: 50%;
    pointer-events: none;
    width: 0;
    height: 0;
    -webkit-transition: 0.55s cubic-bezier(0.62, 0.02, 0.34, 1);
    -moz-transition: 0.55s cubic-bezier(0.62, 0.02, 0.34, 1);
    transition: 0.55s cubic-bezier(0.62, 0.02, 0.34, 1);
    top: auto;
    bottom: 30%;
    -webkit-transition: 0.35s 0.6s;
    -moz-transition: 0.35s 0.6s;
    transition: 0.35s 0.6s;
}

.con-bg-shape-angle::before {
    -webkit-transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    transform: rotate(-16deg);
}

.con-bg-shape::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.52, 0.01, 0.16, 1), background 0.26s linear;
    -moz-transition: -moz-transform 0.9s cubic-bezier(0.52, 0.01, 0.16, 1), background 0.26s linear;
    transition: transform 0.9s cubic-bezier(0.52, 0.01, 0.16, 1), background 0.26s linear;
    width: 300vw;
    height: 300vw;
    margin-left: -150vw;
    background-color: rgba(0, 0, 0, 0.03);
}

/* con social links open here */

.con-social-div{
    width: 100%;
    bottom: 7vh;
    position: absolute;
}

.con-social-div h5{
    color:#282827;
    opacity: 0.7;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: -85px;
    font-size: 14px;
    text-transform: capitalize;
}

.con-social-div ul{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    list-style-type: none;
    padding-left: 0;
    margin-left:0;
}

.con-social-div ul li{
    margin:5px;
}

.social-btns .btn-button,
.social-btns .btn-button:before,
.social-btns .btn-button .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn-button:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn-button .fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.social-btns .btn-button.linkedin:before {
  background-color: #0e76a8;
}
.social-btns .btn-button.linkedin .fa {
  color: #0e76a8;
}
.social-btns .btn-button.instagram:before {
  background-color: #282827;
}
.social-btns .btn-button.instagram .fa {
  color: #282827;
}
.social-btns .btn-button.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn-button.facebook .fa {
  color: #3b5998;
}
.social-btns .btn-button.twitter:before {
  background-color: #3cf;
}
.social-btns .btn-button.twitter .fa {
  color: #3cf;
}
.social-btns .btn-button.pinterest:before {
  background-color: #c8232c;
}
.social-btns .btn-button.pinterest .fa {
  color: #c8232c;
}
.social-btns .btn-button.whatsapp:before {
  background-color: #25d366;
}
.social-btns .btn-button.whatsapp .fa {
  color: #25d366;
}
.social-btns .btn-button.skype:before {
  background-color: #00aff0;
}
.social-btns .btn-button.skype .fa {
  color: #00aff0;
}
.social-btns .btn-button.dribbble:before {
  background-color: #ea4c89;
}
.social-btns .btn-button.dribbble .fa {
  color: #ea4c89;
}
.social-btns .btn-button.behance:before {
  background-color: #053eff;
}
.social-btns .btn-button.behance .fa {
  color: #053eff;
}
.social-btns .btn-button:focus:before,
.social-btns .btn-button:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn-button:focus .fa,
.social-btns .btn-button:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social-btns {
  height: 90px;
  margin: auto;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.social-btns .btn-button {
  display: inline-block;
  background-color: #fff;
  width: 55px;
  height: 55px;
  line-height: 57px;
  margin: 0 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
}
.social-btns .btn-button:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.social-btns .btn-button .fa {
  font-size: 30px;
  vertical-align: middle;
}

/* con social links close here */

/* close icon button open here */

.con-close {
  position: absolute;
  z-index: 10;
  right: 2vw;
  top: 2vw;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.55s cubic-bezier(0.52, 0.01, 0.16, 1) 0.4s;
    -moz-transition: 0.55s cubic-bezier(0.52, 0.01, 0.16, 1) 0.4s;
    transition: 0.55s cubic-bezier(0.52, 0.01, 0.16, 1) 0.4s;
    color: #212121;
}

.con-close span::before {
  -webkit-transform: rotate(45deg) translateZ(0) scale(1, 1);
  -moz-transform: rotate(45deg) translateZ(0) scale(1, 1);
  -ms-transform: rotate(45deg) translateZ(0) scale(1, 1);
  -o-transform: rotate(45deg) translateZ(0) scale(1, 1);
  transform: rotate(45deg) translateZ(0) scale(1, 1);
}

.con-close span::after {
  -webkit-transform: rotate(-45deg) translateZ(0) scale(1, 1);
  -moz-transform: rotate(-45deg) translateZ(0) scale(1, 1);
  -ms-transform: rotate(-45deg) translateZ(0) scale(1, 1);
  -o-transform: rotate(-45deg) translateZ(0) scale(1, 1);
  transform: rotate(-45deg) translateZ(0) scale(1, 1);
}

.con-close span::before, .con-close span::after {
  content: '';
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #212121;
  margin-top: -1px;
  -webkit-transition: 0.45s cubic-bezier(0.7, 0.3, 0, 1);
  -moz-transition: 0.45s cubic-bezier(0.7, 0.3, 0, 1);
  transition: 0.45s cubic-bezier(0.7, 0.3, 0, 1);
}

.con-close span:nth-child(2)::before {
  -webkit-transform: rotate(45deg) translate3d(-10px, 0, 0) translateZ(0) scale(1, 1);
  -moz-transform: rotate(45deg) translate3d(-10px, 0, 0) translateZ(0) scale(1, 1);
  -ms-transform: rotate(45deg) translate3d(-10px, 0, 0) translateZ(0) scale(1, 1);
  -o-transform: rotate(45deg) translate3d(-10px, 0, 0) translateZ(0) scale(1, 1);
  transform: rotate(45deg) translate3d(-10px, 0, 0) translateZ(0) scale(1, 1);
}

.con-close span:nth-child(2)::after {
  -webkit-transform: rotate(-45deg) translate3d(10px, 0, 0) translateZ(0) scale(1, 1);
  -moz-transform: rotate(-45deg) translate3d(10px, 0, 0) translateZ(0) scale(1, 1);
  -ms-transform: rotate(-45deg) translate3d(10px, 0, 0) translateZ(0) scale(1, 1);
  -o-transform: rotate(-45deg) translate3d(10px, 0, 0) translateZ(0) scale(1, 1);
  transform: rotate(-45deg) translate3d(10px, 0, 0) translateZ(0) scale(1, 1);
}

.con-close span:nth-child(2)::before,
.con-close span:nth-child(2)::after {
  background-color: rgba(33, 33, 33, 0);
}

.con-close:hover span:nth-child(1)::before {
  -webkit-transform: rotate(45deg) translate3d(10px, 0, 0) translateZ(0) scale(1, 1);
  -moz-transform: rotate(45deg) translate3d(10px, 0, 0) translateZ(0) scale(1, 1);
  -ms-transform: rotate(45deg) translate3d(10px, 0, 0) translateZ(0) scale(1, 1);
  -o-transform: rotate(45deg) translate3d(10px, 0, 0) translateZ(0) scale(1, 1);
  transform: rotate(45deg) translate3d(10px, 0, 0) translateZ(0) scale(1, 1);
}

.con-close:hover span:nth-child(1)::after {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  transition-delay: 0.15s;
  -webkit-transform: rotate(-45deg) translate3d(-10px, 0, 0) translateZ(0) scale(1, 1);
  -moz-transform: rotate(-45deg) translate3d(-10px, 0, 0) translateZ(0) scale(1, 1);
  -ms-transform: rotate(-45deg) translate3d(-10px, 0, 0) translateZ(0) scale(1, 1);
  -o-transform: rotate(-45deg) translate3d(-10px, 0, 0) translateZ(0) scale(1, 1);
  transform: rotate(-45deg) translate3d(-10px, 0, 0) translateZ(0) scale(1, 1);
}

.con-close:hover span:nth-child(1)::before,
.con-close:hover span:nth-child(1)::after {
  background-color: rgba(33, 33, 33, 0);
}

.con-close:hover span:nth-child(2)::before {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: rotate(45deg) translate3d(0px, 0px, 0);
  -moz-transform: rotate(45deg) translate3d(0px, 0px, 0);
  -ms-transform: rotate(45deg) translate3d(0px, 0px, 0);
  -o-transform: rotate(45deg) translate3d(0px, 0px, 0);
  transform: rotate(45deg) translate3d(0px, 0px, 0);
}

.con-close:hover span:nth-child(2)::after {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: rotate(-45deg) translate3d(0px, 0px, 0);
  -moz-transform: rotate(-45deg) translate3d(0px, 0px, 0);
  -ms-transform: rotate(-45deg) translate3d(0px, 0px, 0);
  -o-transform: rotate(-45deg) translate3d(0px, 0px, 0);
  transform: rotate(-45deg) translate3d(0px, 0px, 0);
}

.con-close:hover span:nth-child(2)::before,
.con-close:hover span:nth-child(2)::after {
  background-color:#dbb73f;
}

/* close icon button close here */


@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
   }
    50% {
        transform: scaleY(0.005) scaleX(1);
   }
    100% {
        transform: scaleY(1) scaleX(1);
   }
}
@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
   }
    50% {
        transform: scaleY(0.005) scaleX(1);
   }
    100% {
        transform: scaleY(0.005) scaleX(0);
   }
}

@keyframes zoomIn {
    0% {
      transform:scale(0);
    }
    100% {
      transform:scale(1);
    }
  }
  
  @keyframes zoomOut {
    0% {
      transform:scale(1);
    }
    100% {
      transform:scale(0);
    }
  }

/* Contact modal close here */

/* Magnetic cursor open here 

#cursor{
  border-radius: 1000px;
  width: 30px;
  height: 30px;
  border: 1px solid #282827;
  margin: -15px;
  transition-duration: 150ms;
  z-index: 10000;
  padding: 0;
  box-sizing: border-box;
}

#pointer{
  border-radius: 1000px;
  width: 10px;
  height: 10px;
  border: 5px solid #282827;
  margin: -5px;
  z-index: 10001;
  padding: 0;
  box-sizing: border-box;
}

.magnet{
  border: 1px dotted #282827;
  box-shadow: ... ;
}

 Magnetic cursor close here */


 /* Works slider section open here */

  @media only screen and (max-width:767px){
    .works-slider-sec{
      padding-bottom:0!important;
    }
    .works-slider-sec .works-slider-main{
      /* height: auto!important; */
    }
    .works-slider-head h2{
      font-size: 50px!important;
    }
    .works-slider-head p{
      font-size: 16px!important;
    }

    .works-slider-sec .strip-cover__title{
      font-size: 40px!important;
    }

    .works-slider-sec .strip-outer{
      height: auto!important;
      min-height: 550px!important;
    }

  }

  @media only screen and (min-width:768px) and (max-width:991px){
    .works-slider-sec .strip-cover__title{
      font-size: 60px!important;
    }
  }


  @media only screen and (min-width:992px){
    .works-slider-sec .strip-cover__title{
      font-size: 100px!important;
    }
  }


 .works-slider-sec{
    background-color: #282827;
    background-image: linear-gradient(315deg, #282827 0%, #000000 100%);
    background-image: -webkit-linear-gradient(315deg, #282827 0%, #000000 100%);
    background-image: -moz-linear-gradient(315deg, #282827 0%, #000000 100%);
    background-image: -o-linear-gradient(315deg, #282827 0%, #000000 100%);
    position:relative;
    overflow: hidden;
    padding-top:50px;
    padding-bottom:50px;
 }

 .works-slider-head{

 }

 .works-slider-head h2{
    font-size: 35px;
    line-height: 1.1em;
    font-weight: 600;
    color: white;
    font-weight: 900;
 }

 .works-slider-head p{
    color: white;
    opacity: 0.7;
    font-size: 18px;
 }

 .works-slider-sec .works-slider-main {
  --color-text: #282827;
  --color-bg: #dbb73f;
  --color-link: #dbb73f;
  --color-link-hover: #dbb73f;
  --color-cover: #dbb73f;
  --color-copy: #282827;
  --color-content-title: #dbb73f;
  --color-indicator: #dbb73f;
  color: var(--color-text);
  
  /* background-color: var(--color-bg); */
  
  font-family: ff-more-web-pro, serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.works-slider-sec .cursor {
  display: none;
}

.works-slider-sec .message {
  background: var(--color-text);
  color: var(--color-bg);
  padding: 1rem;
  text-align: center;
}

.works-slider-sec .frame {
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.works-slider-sec .frame a {
  pointer-events: auto;
}

.works-slider-sec .frame__title {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  font-weight: normal;
}

.works-slider-sec .frame__links {
  display: flex;
  margin: 0.5rem 0;
}

.works-slider-sec .frame__links a {
  margin: 0 0.35rem;
  padding: 0 0.35rem;
  position: relative;
}

.works-slider-sec .frame__links a:first-child {
  margin-left: 0;
  padding-left: 0;
}

.works-slider-sec .frame__links a:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 1rem;
  background: var(--color-link);
  position: absolute;
  left: calc(100% + 0.35rem);
  top: calc(50% - 0.5rem);
  pointer-events: none;
}

.works-slider-sec .frame__subtitle {
  font-weight: normal;
  font-size: 1rem;
  margin: 0.5rem 0 1rem;
}

.works-slider-sec .frame__indicator {
  background: var(--color-indicator);
  width: 5rem;
  height: 0.3rem;
  transform-origin: 0 50%;
}

.works-slider-sec .strip-outer {
  width: 100%;
  /* height: 100vh; */
  /* min-height: 600px; */
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: none;
}

.works-slider-sec .strip-inner {
  position: relative;
  top: 0;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}

.works-slider-sec .draggable {
  height: 500px;
  top: calc(50% - 250px);
  width: 100%;
  position: absolute;
  cursor: grab;
}

.works-slider-sec .draggable:active {
  cursor: grabbing;
}

.works-slider-sec .strip {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: start;
  position: relative;
  pointer-events: none;
}

.works-slider-sec .strip__item {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}

.works-slider-sec .img-outer {
  --imgheight: 450px;
  height: var(--imgheight);
  width: calc(var(--imgheight) * 0.7);
  overflow: hidden;
  position: relative;
  flex: none;
}

.works-slider-sec .img-outer--size-s {
  --imgheight: 300px;
}

.works-slider-sec .img-outer--size-m {
  --imgheight: 360px;
}

.works-slider-sec .img-outer--size-l {
  --imgheight: 390px;
}

.works-slider-sec .img-outer--size-xl {
  --imgheight: 420px;
}

.works-slider-sec .img-inner {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  left: -20px;
  top: -20px;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
}

.works-slider-sec .strip__item-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.works-slider-sec .strip__item-link {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  position: relative;
}

.works-slider-sec .strip__item-link::before {
  content: '';
  position: absolute;
  width: 160%;
  height: 120%;
  left: -30%;
  top: -10%;

}

.works-slider-sec .strip__item-link span {
  display: block;
  color:white;
  opacity: 0.7;
}

.works-slider-sec .strip__item-link:hover span{
  color:#dbb73f;
}

.works-slider-sec .strip__item-plus {
  /* display: none;
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='13' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 6h6v1H7v6H6V7H0V6h6V0h1v6z' fill='%23505050'/%3e%3c/svg%3e");
  background-size: 100%; */
}

.works-slider-sec .strip__item-link:hover + .strip__item-plus {
  display: block;
}

.works-slider-sec .strip-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-cover);
  pointer-events: none;
  opacity: 0;
}

.works-slider-sec .strip-cover__title {
  font-weight: normal;
  margin: 0;
  line-height: 1;
  -webkit-text-stroke: 1px var(--color-cover);
  text-stroke: 1px var(--color-cover);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: transparent;
}

.works-slider-sec .strip-cover__subtitle {
  font-size: 25px!important;
  margin-top:15px!important;
  margin: 0;
  color:white;
  opacity: 0.7;
}

.works-slider-sec .content {
  top: 0;
  position: absolute;
  height:100vh;
  width: 100%;
  z-index: 1000;
}

.js .content {
  pointer-events: none;
}

.works-slider-sec .content__item {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
  display: grid;
  align-items: center;
  grid-template-rows: 50% 40% 10%;
  grid-column-gap: 0;
  grid-template-areas: 'content-img' 'content-copy' '...';
  display: none;
}

.js .content__item {
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.js .content__item--current {
  pointer-events: auto;
  opacity: 1;
  top: 0;
  display: grid;
}

.works-slider-sec .img-outer--content {
  height: 100%;
  width: auto;
  grid-area: content-img;
}

.works-slider-sec .img-inner--content {
  background-position: 50% 35%;
}

.works-slider-sec .content__item-title {
  font-weight: normal;
  color: var(--color-content-title);
}

.works-slider-sec .content__item-copy {
  grid-area: content-copy;
  padding: 15px;
  color: var(--color-copy);
}

.works-slider-sec .content__item-text {
  margin: 0;
  color: white;
  font-weight: normal;
}

.works-slider-sec .content__close {
  display: block;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  color: inherit;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  position: absolute;
  bottom: 0rem;
  right: 4rem;
}

.works-slider-sec .content__item--current ~ .content__close {
  pointer-events: auto;
  color:white;
}

.works-slider-sec .content__close svg {
  fill: currentColor;
}

.works-slider-sec .content__close:focus,
.works-slider-sec .content__close:hover {
  outline: none;
  color:#dbb73f;
}

/* Will-change */
.works-slider-sec .strip,
.works-slider-sec .strip__item,
.works-slider-sec .cursor__side,
.works-slider-sec .content__close,
.works-slider-sec .content__item-title,
.works-slider-sec .content__item-copy {
  will-change: transform;
}

@media only screen and (max-width: 767px){
  .works-slider-sec .content__close{
    bottom:3.5rem!important;
  }

  .works-slider-sec .content__item{
        grid-template-rows: 75% 25% 10%!important;
  }
}


@media screen and (min-width: 992px) {
  .works-slider-main {
    overflow: hidden;
  }
  .works-slider-sec .frame {
    position: absolute;
    text-align: left;
    z-index: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    /* height: 100vh; */
    /* padding: 1.25rem 3rem; */
    pointer-events: none;
    grid-template-columns: 80% 20%;
    grid-template-rows: auto auto auto;
    grid-template-areas: 'page-title links'
              '... ...'
              'indicator sub-title';
  }
  .works-slider-sec .frame__title-wrap{
    grid-area: page-title;
    display: flex;
  }
  .works-slider-sec .frame__title {
    margin: 0;
  }
  .works-slider-sec .frame__subtitle {
    grid-area: sub-title;
    justify-self: end;
    margin: 0;
  }
  .works-slider-sec .frame__links {
    padding: 0;
    margin: 0 0 0 2rem;
  }
  .works-slider-sec .frame__indicator {
    grid-area: indicator;
    margin: 0;
  }
  .works-slider-sec .content__item {
    top: 0;
    grid-template-columns: 40% 45% 15%;
    grid-template-rows: 100%;
    grid-template-areas: 'content-copy content-img ... ';
  }
  .works-slider-sec .content__item-copy {
    /* max-width: 240px; */
    justify-self: end;
    align-self: end;
    text-align: right;
  }
  .works-slider-sec .strip-cover__title {
    font-size: 15vw;
    -webkit-text-stroke: 2px var(--color-cover);
    text-stroke: 2px var(--color-cover);
  }
  .works-slider-sec .strip-cover__subtitle {
    font-size: 3rem;
  }
}

@media (any-pointer: fine) {
  .works-slider-sec .cursor {
    display: block;
  }
  .works-slider-sec .cursor__inner {
    z-index: 9999;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
    border-radius: 50%;
  }
  .works-slider-sec .cursor__side {
    position: absolute;
    top: 50%;
    width: 5px;
    height: 1px;
    background: #fff;
    opacity: 0;
  }
  .works-slider-sec .cursor__side--left {
    right: calc(100% + 5px);
  }
  .works-slider-sec .cursor__side--right {
    left: calc(100% + 5px);
  }
  .works-slider-sec .cursor__inner--circle {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
  }
}

 /* Works slider section close here */


 /* Testimonials section open here */

 @media only screen and (max-width:767px){
  /* .testmon-head-div h3{
    font-size: 25px!important;
  } */
  .testmon-head-div p{
    font-size: 16px!important;
  }

  .testmon-slider{
    padding:20px!important;
  }

  .testmon-slide{
    padding:1px;
  }

  .testmon-imgdiv{
    float:none!important;
    max-width: 80px!important;
    margin-bottom:15px;
  }
 }


.testmon-slider-sec .slick-slider {
  overflow: hidden;
}

.testmon-slider-sec .slick-list {
  margin: 0 -9px;
}

.testmon-slider-sec item{
  padding: 0 9px;
}

 .testmon-slider-sec{
   background:transparent;
   padding-top:50px;
   padding-bottom: 50px;
   position: relative;
 }

 .testmon-head-div{

 }

 .testmon-head-div h3{
  text-align: center;
  line-height: 2.3rem;
  font-size: 1.3rem;
  color: #282827;
  font-weight: 900;
 }

 .testmon-head-div p{
    color: #282827;;
    opacity: 0.7;
    font-size: 18px;
 }

 .testmon-slider{
  margin-top:35px;
  margin-bottom:35px;
  text-align: center;
  width:100%;
  padding:35px 50px;
  border: 1px solid #ced4da;
  border-radius: 15px;
  background:transparent;
 }

 .testmon-slide{
  width:100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex!important;
 }

 @media only screen and (max-width: 767px){
  .testmon-slide{
    display: block!important;
  }

 }


  .testmon-slide:hover{
    cursor: grab;
  }

 .testmon-imgdiv{
  float: left;
  margin-right: 25px;
  width: 100%;
  max-width: 120px;
  border-radius: 15px;
  overflow: hidden;
  padding: 15px;
  /*background: #282827;*/
  margin-top: -18px;
 }

 .testmon-imgdiv img{
   width:100%;
   /* filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%); */
   opacity: 0.7;
 }

 .testmon-text{
  text-align: left;
 }

  .testmon-text h4{
    font-size: 1.2rem;
    color:#282827;
    font-weight: 600;
    margin-bottom: 15px;
  } 

 .testmon-text p{
    font-size: 16px;
    line-height: 25px;
    color:#282827;
    opacity: 0.7;
 }

 .testmon-arrow-sec{
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: white;
    max-width: 106px;
 }
 

 .testmon-arrow-sec a i{
    font-size: 30px;
    color: #282827;
    opacity: 0.7;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #ced4da;
    text-align: center;
    line-height: 47px;    
    background: white;
    transition: all 0.3s ease-in;
 }

.testmon-arrow-sec a.left-nav{
  text-indent: -6px;
  -webkit-text-indent:-6px;
  -moz-text-indent:-6px;
 }

 .testmon-arrow-sec a.right-nav{
  text-indent: 6px;
  -webkit-text-indent:6px;
  -moz-text-indent:6px;
 }

 .testmon-arrow-sec a i:hover{
  background:#dbb73f;
  border: 1px solid #dbb73f;
  opacity: 1;
 }

 /* Testimonials section close here */

 /* About page css open here */

  /* Brands section style open here */

  .brands-slider-sec .slick-slider {
    overflow: hidden;
  }
  
  .brands-slider-sec .slick-list {
    margin: 0 -9px;
  }
  
  .brands-slider-sec .slick-slide{
    padding: 0 9px;
  }
  
   .brands-slider-sec{
     background:transparent;
     position: relative;
     padding-bottom: 20px;
   }

   .brands-arrow-sec{
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    /* background: white; */
    max-width: 106px;
 }
 

 .brands-arrow-sec a i{
    font-size: 30px;
    color: #282827;
    opacity: 0.7;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #ced4da;
    text-align: center;
    line-height: 47px;    
    background: white;
    transition: all 0.3s ease-in;
 }

.brands-arrow-sec a.left-nav{
  text-indent: -6px;
  -webkit-text-indent:-6px;
  -moz-text-indent:-6px;
 }

 .brands-arrow-sec a.right-nav{
  text-indent: 6px;
  -webkit-text-indent:6px;
  -moz-text-indent:6px;
 }

 .brands-arrow-sec a i:hover{
  background:#dbb73f;
  border: 1px solid #dbb73f;
  opacity: 1;
 }

  /* Brands section style close here */

 /* Sticky text css open here */

 .about-page{
  position: relative;
 }

 .sticky-txt{
    position: fixed;
    left: -125px;
    font-size: 45px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    float: left;
    top: 0;
    bottom: 0;
    color: lightgrey;
    opacity: 0.5;
    font-family: 'Caveat', cursive;
 }

@media only screen and (max-width: 991px){
   .sticky-txt{
      display:none;
   }
  
}

 /* Sticky text css close here */

 /* About intro sec css open here */

     .am-intro-sec{
        padding-top:50px;
        /*padding-bottom: 50px;*/
     }

     .profileimg-div{
        width:100%;
        max-width: 300px;
        margin:0 auto;
     }

     .profileimg-div img{
      width:100%;
      border-radius: 100%;
      /* box-shadow: inset 0 0px 0 rgb(246, 248, 250), 0 22px 70px 4px rgba(230, 175, 46, 0.1), 0 0 0 1px rgba(230, 175, 46, 0.1);
        -webkit-box-shadow: inset 0 0px 0 rgb(246, 248, 250), 0 22px 70px 4px rgba(230, 175, 46, 0.1), 0 0 0 1px rgba(230, 175, 46, 0.1);
        -moz-box-shadow: inset 0 0px 0 rgb(246, 248, 250), 0 22px 70px 4px rgba(230, 175, 46, 0.1), 0 0 0 1px rgba(230, 175, 46, 0.1) */
     }

     .am-intro-txt{
      margin-top:15px;
     }

     @media only screen and (max-width: 767px){
      .profileimg-div{
        max-width: 250px;
      }
      /*.am-intro-txt h1, .am-intro-txt p{
          text-align: left!important;
      }*/

      .am-intro-txt p strong{
        font-size: 14px!important;
      }
     }

     .am-intro-txt h1{
        text-align: center;
        line-height: 2.3rem;
        font-size: 1.3rem;
        color:#282827;
        font-weight: 900;
     }

     .am-intro-txt .headtxt{
          text-align: center;
          line-height: 2.3rem;
          font-size: 1.3rem;
          color:#282827;
          font-weight: 900;
      }

     .am-intro-txt p{
        text-align: center;
        font-size: 15px;
        line-height: 1.7em;
        color:#282827;
        opacity: 0.7;
        width: 100%;
        max-width: 700px;
        margin:0 auto;
        margin-bottom: 15px;
     }

     .au-intro-cta{
      font-weight: 600;
      font-size: 16px;
      color: #282827;
      background-color: #dbb73f;
      padding: 10px 24px;
      letter-spacing: 0;
      box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 2px rgba(28,35,139,.1), 0 2px 5px rgba(39, 46, 66, 0.2);
      text-align: center;
      box-sizing: border-box;
      border-radius: 4px;
      margin-bottom: 0;
      border: none;
      transition: 300ms all cubic-bezier(.4,0,.2,1);
      display: block;
      width: 100%;
      max-width: 150px;
      margin: 0 auto;
    }

    .au-intro-cta:hover{
      color: #282827;
      text-decoration: none;
      -webkit-transform: translateY(-1px);
      transform: translateY(-1px);
      box-shadow: 0 12px 24px -6px rgba(230, 175, 46, 0.1);
    }

    .am-intro-txt span{
        display: block;
        text-align: center;
        font-size: 12px;
        color: #282827;
        opacity: 0.7;
        margin-top: 15px;
        font-weight: bold;
     }

 /* About intro sec css close here */


/* About skills set sec css open here */

  .skillset-sec{
    padding-top: 25px;
    padding-bottom:25px;
  }

  .skill-head{
    text-align: center;
    line-height: 2.3rem;
    font-size: 1.3rem;
    color: #282827;
    font-weight: 900;
  }

  .skills-bar-container {
     position: relative;
     width: 100%;
     max-width: 600px;
     margin:0 auto;
     min-width: 300px;
     top: 50%;
     left: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     list-style: none;
     padding-left: 0;
     margin-left: 0;
  }
   .skills-bar-container li {
     position: relative;
     width: 100%;
     padding: 5px;
     margin-bottom: 20px;
  }
   .skills-bar-container li .progressbar-title {
     color: #282827;
     font-family: 'Muli', sans-serif;
     position: relative;
  }

  @media only screen and (max-width: 767px){
    .skills-bar-container li .skill-logo-div{
      display: none;
    }
  }

  .figma-logo-div{
    max-width: 35px!important;
  }

  .figma-logo-div img{

  }

  .skills-bar-container li .skill-logo-div{
    width: 100%;
    max-width: 45px;
    position: absolute;
    left: -60px;
    top: 0;
  }

  .skills-bar-container li .skill-logo-div img{
    width:100%;
  }

   .skills-bar-container li .progressbar-title h3 {
     display: inline-block;
     font-size: 18px;
      font-weight: 600;
      color: #282827;
  }
   .skills-bar-container li .progressbar-title .percent {
     position: absolute;
     right: 5px;
  }
   .skills-bar-container li .bar-container {
     background: #dee2e6;
     position: relative;
     width: 100%;
     height: 10px;
     margin-top: 5px;
     display: block;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     border-radius: 5px;
  }
   .skills-bar-container li .bar-container .progressbar {
     position: absolute;
     width: 0%;
     height: 100%;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     border-radius: 5px;
     -webkit-animation-duration: 2s;
     animation-duration: 2s;
     -webkit-animation-timing-function: ease-out;
     animation-timing-function: ease-out;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
  }
   .skills-bar-container li .bar-container #progress-photoshop.active {
     -webkit-animation-name: progress-photoshop;
     animation-name: progress-photoshop;
     -webkit-animation-delay: 0.7s;
     animation-delay: 0.7s;
  }

  .skills-bar-container li .bar-container #progress-figma.active {
    -webkit-animation-name: progress-figma;
    animation-name: progress-figma;
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
 }

  .skills-bar-container li .bar-container #progress-xd.active {
     -webkit-animation-name: progress-xd;
     animation-name: progress-xd;
     -webkit-animation-delay: 1.5s;
     animation-delay: 1.5s;
  }
   .skills-bar-container li .bar-container #progress-illustrator.active {
     -webkit-animation-name: progress-illustrator;
     animation-name: progress-illustrator;
     -webkit-animation-delay: 2.1s;
     animation-delay: 2.1s;
  }
  .skills-bar-container li .bar-container #progress-invision.active {
     -webkit-animation-name: progress-invision;
     animation-name: progress-invision;
     -webkit-animation-delay: 2.8s;
     animation-delay: 2.8s;
  }
   .skills-bar-container li .bar-container #progress-coral.active {
     -webkit-animation-name: progress-coral;
     animation-name: progress-coral;
     -webkit-animation-delay: 3.5s;
     animation-delay: 3.5s;
  }
   .skills-bar-container li .bar-container #progress-indesign.active {
     -webkit-animation-name: progress-indesign;
     animation-name: progress-indesign;
     -webkit-animation-delay: 4.2s;
     animation-delay: 4.2s;
  }

  .skills-bar-container li .bar-container #progress-sketch.active {
      -webkit-animation-name: progress-sketch;
      animation-name: progress-sketch;
      -webkit-animation-delay: 5.3s;
      animation-delay: 5.3s;
  }
  
  .skills-bar-container li .bar-container #progress-affinity.active {
     -webkit-animation-name: progress-affinity;
     animation-name: progress-affinity;
     -webkit-animation-delay: 7.2s;
     animation-delay: 7.2s;
  }

  .progressbar{
    background: #D4AF37;
    background: linear-gradient(to bottom, #D4AF37 0%, #C5A028 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4AF37), color-stop(100%, #C5A028));
    background: -webkit-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    background: -moz-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    background: -o-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    background: -ms-linear-gradient(top, #D4AF37 0%, #C5A028 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4AF37', endColorstr='#C5A028', GradientType=0);
  }

   #progress-photoshop {
    
  }
   #progress-illustrator {
    
  }
   #progress-coral {
    
  }
   #progress-indesign {
     
  }
   #progress-invision {
     
  }
   #progress-figma {
     
  }
   #progress-xd {
     
  }
   #progress-affinity {
     
  }

  #progress-sketch {
     
  }

   @-webkit-keyframes progress-photoshop {
     0% {
       width: 0%;
    }
     100% {
       width: 90%;
    }
  }
   @-webkit-keyframes progress-illustrator {
     0% {
       width: 0%;
    }
     100% {
       width: 80%;
    }
  }
   @-webkit-keyframes progress-coral {
     0% {
       width: 0%;
    }
     100% {
       width:80%;
    }
  }
   @-webkit-keyframes progress-indesign {
     0% {
       width: 0%;
    }
     100% {
       width: 50%;
    }
  }
   @-webkit-keyframes progress-invision {
     0% {
       width: 0%;
    }
     100% {
       width: 75%;
    }
  }
   @-webkit-keyframes progress-figma {
     0% {
       width: 0%;
    }
     100% {
       width: 90%;
    }
  }
  @-webkit-keyframes progress-sketch {
    0% {
      width: 0%;
   }
    100% {
      width: 50%;
   }
 }
   @-webkit-keyframes progress-xd {
     0% {
       width: 0%;
    }
     100% {
       width: 75%;
    }
  }
   @-webkit-keyframes progress-affinity {
     0% {
       width: 0%;
    }
     100% {
       width: 50%;
    }
  }


   @-moz-keyframes progress-photoshop {
     0% {
       width: 0%;
    }
     100% {
       width: 90%;
    }
  }
   @-moz-keyframes progress-illustrator {
     0% {
       width: 0%;
    }
     100% {
       width: 80%;
    }
  }
   @-moz-keyframes progress-coral {
     0% {
       width: 0%;
    }
     100% {
       width: 80%;
    }
  }
   @-moz-keyframes progress-indesign {
     0% {
       width: 0%;
    }
     100% {
       width: 50%;
    }
  }
   @-moz-keyframes progress-invision {
     0% {
       width: 0%;
    }
     100% {
       width: 75%;
    }
  }
   @-moz-keyframes progress-figma {
     0% {
       width: 0%;
    }
     100% {
       width: 90%;
    }
  }
  @-moz-keyframes progress-sketch {
    0% {
      width: 0%;
   }
    100% {
      width: 50%;
   }
 }
   @-moz-keyframes progress-xd {
     0% {
       width: 0%;
    }
     100% {
       width: 75%;
    }
  }
   @-moz-keyframes progress-affinity {
     0% {
       width: 0%;
    }
     100% {
       width: 50%;
    }
  }
  

/* About skills set sec css close here */

/* About passion sec css open here */

@media only screen and (max-width: 767px){
  .passion-head{
    margin-bottom: 10px!important;
  }
}

  .passion-sec{
    margin-top: 50px;
    padding-top: 25px;
    background: beige;
  }

  .passion-head{
    text-align: center;
    line-height: 2.3rem;
    font-size: 1.3rem;
    /*font-size: 41.994px;*/
    color: #282827;
    font-weight: 900;
    margin-bottom: 25px;
  }

  .passion-box{
    margin-bottom: 25px;
  }

  .passion-imgdiv{
    width:100%;
    max-width: 120px;
    margin:0 auto;
  }

  .passion-imgdiv img{
    width: 100%;
  }

  .passion-box h4{
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    color: #282827;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
  }

/* About passion sec css close here */

/* About values sec css open here */

@media only screen and (max-width: 767px){
  .values-sec{
    padding-top:0!important;
  }

  .values-head{
    margin-bottom: 10px!important;
  }
}

  .values-sec{
    padding-top: 25px;
    padding-bottom:25px;
    background: beige;
  }

  .values-head{
    text-align: center;
    line-height: 2.3rem;
    font-size: 1.3rem;
    /*font-size: 41.994px;*/
    color: #282827;
    font-weight: 900;
    margin-bottom: 25px;
  }

  .values-box{
    margin-bottom: 25px;
  }

  .values-imgdiv{
    width:100%;
    max-width: 120px;
    margin:0 auto;
  }

  .values-imgdiv img{
    width: 100%;
  }

  .values-box h4{
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    color: #282827;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
  }

/* About values sec css close here */

/* About expertise sec css open */

.expertise-sec1{
  margin-top: 25px;
  padding-bottom: 25px;
  background: beige;
}

.expertise-sec1 .passion-imgdiv{
  margin:0;
}

.expertise-sec1 .ext-headtxt{
  text-align: left;
}

.ext-ul{
  padding-left:20px;
}

/* About expertise sec css close */

/* About page css close here */

 /* Brand experiences sec css open here */

.brand-expsec{
  padding-top:25px;
}

.brand-exphead{
  text-align: center;
  line-height: 2.3rem;
  font-size: 1.3rem;
  color: #282827;
  font-weight: 900;
  margin-bottom: 25px;
}

.brand-logodiv{
  margin-bottom: 25px;
}

.brand-logodiv img{
  width:100%;
}

/* Brand experiences sec css close here */

/* Portfolio page css open here */

.lg-progress-bar .lg-progress{
  background-color: #dbb73f!important;
}

@media only screen and (max-width: 767px){
  /* .port-head-div h1{
    font-size: 25px!important;
  } */

  .port-head-div{
    /*margin-bottom: 25px!important;*/
  }
}

.port-head-sec{
  padding-top:25px;
  /*padding-bottom: 25px;*/
}

.port-head-div{
  /*margin-bottom: 25px;*/
}

.port-head-div h1{
  text-align: center;
  line-height: 2.3rem;
  font-size: 1.3rem;
  color: #282827;
  font-weight: 900;
}

.port-head-div p{
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 15px;
  transition-delay: 900ms;
  color: #282827;
  text-align: center;
}


@media only screen and (max-width:767px){
    .port-filt-div #isotope_filters{
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .port-filt-div #isotope_filters li{
        display: inline-flex!important;
    }

    .port-filt-grid .isotope_selector{
        position: inherit!important;
    }
    
    #isotope_container{
        overflow: hidden;
    }
}

.port-filt-div #isotope_filters{
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    align-items: center;
    text-align: center;
}

.port-filt-div #isotope_filters li{
    display: inline-block;
    background: transparent;
    margin-right: 5px;
    text-align: center;
    margin-bottom: 15px;
    /*border-radius: 3px;*/
    border-bottom: 1px solid #282827;
}

.port-filt-div #isotope_filters li.active{
    background: #dbb73f!important;
    border-bottom: 1px solid #dbb73f!important;
}

.port-filt-div #isotope_filters li:hover{
    background: #dbb73f!important;
    border-bottom: 1px solid #dbb73f!important;
}
.port-filt-div #isotope_filters li:hover a{
    color: #282827!important;
}

.port-filt-div #isotope_filters li:last-child{
    margin-right:0px!important;
}

.port-filt-div #isotope_filters li a{
    color: #282827;
    /*opacity: 0.7;*/
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 10px;
    display: block;
}

.port-filt-div #isotope_filters li a:hover{
  text-decoration: none;
}

.port-filt-div #isotope_filters li.active a{
    color: #282827!important;
}

/* Category cards css open here */

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover{
  border-color: #dbb73f!important;
}

#lg-share .lg-dropdown li:nth-child(3){
  display: none!important;
}

.pfg-sec{
  padding-bottom: 25px;
}

.port-filt-grid .isotope_selector{
    margin-bottom:15px;
}

.port-filt-grid .isotope_selector img{
    width:100%;
}


.pfg-filter-card{
    margin-bottom: 25px;
}

.pfg-img-div{
  overflow: hidden;
  border-radius: 10px;
}

.pfg-img-div img{
    width:100%;
    border-radius: 10px;
    transition: all 0.3s ease-in;
        box-shadow: inset 0 0px 0 rgb(246, 248, 250), 0 22px 70px 4px rgba(230, 175, 46, 0.1), 0 0 0 1px rgba(230, 175, 46, 0.1);
    -webkit-box-shadow: inset 0 0px 0 rgb(246, 248, 250), 0 22px 70px 4px rgba(230, 175, 46, 0.1), 0 0 0 1px rgba(230, 175, 46, 0.1);
    -moz-box-shadow: inset 0 0px 0 rgb(246, 248, 250), 0 22px 70px 4px rgba(230, 175, 46, 0.1), 0 0 0 1px rgba(230, 175, 46, 0.1);
}

.pfg-filter-card:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  cursor: pointer;
}

.pfg-fc-txt{
    padding:15px;
}

.pfg-fc-title{
    color: #282827;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    text-transform: capitalize;
     transition: all 0.3s ease-in;
}

.pfg-filter-card:hover .pfg-fc-title{
   color: #dbb73f;
   cursor: pointer;
}

/* Portfolio page css close here 

/* Works horizontal bg slider css open here */

.work-slide {
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    cursor: pointer;
    /*margin-left: -40px;
    margin-right: -40px;*/
}

.work-slide .work-scroll {
    background-image: url(../img/portfolio-scroll-min.png);
    background-image: -webkit-image-set(url(../img/portfolio-scroll-min.png) 1x, url(../img/portfolio-scroll-min.png) 2x);
    background-size: auto 100%;
    width: 100vw;
    background-repeat: repeat-x;
    background-position: 0 0;
    animation: scrollGrid 150s linear infinite;
    height: 500px;
}

@keyframes scrollGrid {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3627px 0;
  }
}

/* Works horizontal bg slider css close here */


/* Featured Work sec css open here */

.featured-work{

}

.fw-imgbox{
  margin-bottom: 25px;
}

.fw-imgbox img{
  width:100%;
  border-radius: 3px;
}

.viewall-cta{
      color: #282827;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    margin-top: 15px;
    border-width: 1px;
    border-style: solid;
    background: #dbb73f;
    border-color: #dbb73f;
    border-image: initial;
    border-radius: 3px;
    padding: 1.25rem 1.75rem;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    /* transition-delay: 500ms; */
    display: block;
    text-align: center;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    margin-top:15px;
}

.viewall-cta:hover{
  background: #282827;
  border-color: #282827;
  color: #dbb73f;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -6px rgba(230, 175, 46, 0.1);
  text-decoration: none;
}

/* Featured Work sec css close here */


/* Contact page css open */

.contact-form{
  min-height: 100vh;
}

.conform-div{
  padding: 50px;
  background: #fff;
  border-radius: 25px;
  border: 1px solid #f5f5f5;
}

.conform-div input{
  border: 1px solid #e6e6e6;
  padding: 15px;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  border-radius: 3px;
  width:100%;
}

.conform-div select{
  border: 1px solid #e6e6e6 !important;
  /* padding: 15px !important; */
  height: 60px!important;
  font-size: 16px;
  font-weight: 600;
  color: #212121 !important;
  border-radius: 3px !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: url('../img/select-arrow.svg');
  background-size: .6em;
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
  padding-right: 45px !important;
}

.conform-div textarea{
  min-height: 305px;
  border: 1px solid #e6e6e6!important;
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  resize: none;
}

.conform-div .submit-btn{
  border:none;
  outline: none;
  box-shadow: none;
  padding: 15px;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  background: #212121;
  color:white;
  border-radius: 3px;
  width:100%;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.conform-div .submit-btn:hover,
.conform-div .submit-btn:focus{
  background: #dbb73f;
  transition: all 0.3s ease-in;
}

@media only screen and (max-width:767px){
  .conform-div{
    padding:15px!important;
  }

  .conform-div textarea{
    min-height: 150px!important;
  }

  .conform-div select, .conform-div input, .conform-div textarea, .submit-btn{
    font-size: 16px!important;
    height:50px!important;
  }
}

@media only screen and (min-width:768px) and (max-width:991px){
  .conform-div{
    padding:15px!important;
  }

  .conform-div textarea{
    min-height: 308px!important;
  }
}

.req-sign{
  color:#f44336;
}

/* Contact page css close */

/* Google recaptcha css open */

.grecaptcha-badge { 
  visibility: hidden;
  display: none;
}

/* Google recaptcha css close */

