/*-------------------------------------------------------------- # General --------------------------------------------------------------*/
/* ::-webkit-scrollbar {
     width: 12px;
}
 ::-webkit-scrollbar-track {
     box-shadow: inset 0 0 5px grey;
     border-radius: 5px;
}
 ::-webkit-scrollbar-thumb {
     background:#eb5939;
     border-radius: 10px;
}
 ::-webkit-scrollbar-thumb:hover {
     opacity: 0.7;
}
 */
 .logo {
  position: fixed;
  top: 60px;
  left: 67px;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.circle {
  width: 50px;
  height: 50px;
  background-color: #eb5939;
  border-radius: 50%;
  position: relative;
}
.inner-circle {
  width: 20px;
  height: 20px;
  background-color: #eb5939;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 113%;
  transform: translateX(-50%);
}
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}
.cursor--small {
  color: #eb5939;
  width: 6px;
  height: 6px;
  left: -2.5px;
  top: -2.5px;
  border-radius: 50%;
  z-index: 11000;
  background: #eb5939;
}
.cursor--canvas {
  width: 100vw;
  height: 100vh;
  z-index: 99000;
}
body, .page a {
  cursor: none;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #272829;
}
a {
  color: #eb5939;
}
a:hover {
  color: #eb5939;
  text-decoration: none;
}
a:hover .cursor--small{
  display: none !important;
}
a:hover .cursor--canvas{
  display: none !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "poppins", sans-serif;
}
/*-------------------------------------------------------------- # Back to top button --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #eb5939;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}
.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}
.back-to-top:hover {
  color: #fff;
  background: #3a3a3a;
  transition: background 0.2s ease-in-out;
}
/*-------------------------------------------------------------- # Preloader --------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #eb5939;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
      transform: rotate(0deg);
 }
  100% {
      transform: rotate(360deg);
 }
}
@keyframes animate-preloader {
  0% {
      transform: rotate(0deg);
 }
  100% {
      transform: rotate(360deg);
 }
}
/*-------------------------------------------------------------- # Disable aos animation delay on mobile devices --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
      transition-delay: 0 !important;
 }
}
/*-------------------------------------------------------------- # Header --------------------------------------------------------------*/
.navbar_button{
  width:30px;
  height:25px;
  position:fixed;
  top: 40px;
  right: 40px;
  z-index: 10;
}
.bar{
  position:absolute;
  width:100%;
  height:3px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color:white;
  cursor: pointer;
  display: block;
  margin: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
#bar1{
  top:0%;
  left:0%;
}
#bar1.open{
  -webkit-transform: scaleX(0);
  -webkit-transition: .5s;
  transition: .5s;
}
#bar2{
  top:calc(50% - 4px);
  -webkit-transform: rotate(0deg);
  -webkit-transition: .5s;
  transition: .5s;
}
#bar2.open{
  -webkit-transform: rotate(45deg);
  -webkit-transition: .5s;
  transition: .5s;
}
#bar2b{
  top:calc(50% - 4px);
  -webkit-transform: rotate(0deg);
  -webkit-transition: .5s;
  transition: .5s;
}
#bar2b.open{
  -webkit-transform: rotate(-45deg);
  -webkit-transition: .5s;
  transition: .5s;
}
#bar3{
  top:calc(100% - 8px);
  right:0%;
}
#bar3.open{
  -webkit-transform: scaleX(0);
  -webkit-transition: .5s;
  transition: .5s;
}
.round_nav{
  -webkit-filter: blur(0px);
  width:6000px;
  height:6000px;
  transform: scale(0.010);
  background-color: #eb5939;
  position:fixed;
  top:0px;
  right:0px;
  margin-top:-2950px;
  margin-right:-2945px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: .8s;
  transition: .8s;
  overflow: hidden;
  z-index: 9;
}
.round_nav.open{
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.nav_content{
  display: none;
  position:fixed;
  top: 30%;
  left: 48%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  padding-left:20px;
  margin:0px;
  width:270px;
  height: 200px;
  z-index: 11;
}
.nav_content li{
  position:relative;
  color: White;
  margin-bottom: 5px;
  margin-top: 15px;
  font-size: 50px;
  font-weight: 300;
  font-family: 'Josefin Sans', sans serif;
  letter-spacing: 2px;
  cursor: pointer;
  text-align: left;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition: all 0.5s ;
  transition: all 0.5s ;
}
.nav_content li a{
  color: White;
}
.nav_content li::after{
  content: '';
  display: block;
  position:absolute;
  background: white;
  right: 105%;
  bottom:53%;
  height: 2px;
  width: 0%;
  -webkit-transition: all .5s ;
  transition: all .5s ;
}
.nav_content li:hover::after{
  width: 20%;
}
.nav_content li:hover{
  -webkit-transform: translateX(4%);
  transform: translateX(4%);
}
.navbar_button:hover + .round_nav{
  -webkit-transform: scale(0.011);
  transform: scale(0.011);
}
.round_nav:hover{
  -webkit-transform: scale(0.011);
  transform: scale(0.011);
}
.nav_content ul{
  list-style-type:none;
  margin-left:10px !important;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  position:absolute;
  left:2%;
  top:0px;
}
@media (min-width: 992px) {
 /* #main {
      padding-left: 100px;
 }
 */
  section{
      padding-left: 300px;
 }
}
@media (max-width: 485px) {
  .nav_content {
      -webkit-transform: translate(-90%, -100%);
      transform: translate(-90%, -100%);
 }
  .nav_content {
      top: 48%;
      left: 90%;
 }
  .nav_content li {
      font-size: 25px;
      line-height: 50px;
 }
}
/*-------------------------------------------------------------- # Hero Section --------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/uiuxharry.jpg") top right no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 992px) {
  #hero {
     /* padding-left: 160px;
     */
 }
}
.banner-maintext{
  padding: 10rem 0rem 10rem 2rem;
}
.hero-banner{
  z-index: 1;
}
.contant-banner {
  position: absolute;
  top: 50%;
 /* Position from the top */
  right: 0;
 /* Position from the right */
  transform: translate(0, -50%) rotate(90deg);
 /* Rotate 90 degrees and vertically center */
  white-space: nowrap;
 /* Prevent line break */
  background-color: #f0f0f0;
  padding: 10px;
  z-index: 2;
}
/* Styling for the span */
#hero h1 {
  margin: 0;
  font-size: 75px;
  font-weight: 700;
  line-height: 80px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}
#hero p {
  margin-top: 1.5rem;
  color: #000000;
 /* margin: 15px 0 0 0;
  */
  font-size: 30px;
  font-family: "Poppins", sans-serif;
}
#hero p span {
  color: #eb5939;
  letter-spacing: 1px;
}
#top .social-links {
  left: 50px;
  top: 36%;
  position: fixed;
  color: #000;
 /* line-height: 53px;
  */
  font-size: 23px;
  display: inline-grid;
  display: list;
  z-index: 999;
}
#top .social-links a {
  font-size:25px;
  display: inline-block;
  color: #3a3a3a;
  line-height: 60px;
  margin-right: 20px;
  transition: 0.3s;
}
#top .social-links a:hover {
  color: #eb5939;
}
@media (max-width: 992px) {
  #hero {
      text-align: center;
      height: 100vh;
      background: url("../img/uiuxharry-m.jpg") top right no-repeat;
      background-size: cover;
      position: relative;
 }
 /* #hero:before {
      content: "";
      background: rgba(255, 255, 255, 0.3);
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
 }
 */
  #hero h1 {
      font-size: 32px;
      line-height: 36px;
 }
  #hero p {
      margin-top: 10px;
      font-size: 20px;
      line-height: 24px;
 }
}
@media (max-width:785px) {
  .inner-circle {
    top: -15px;
  }
  #hero:before {
      content: "";
      background: rgba(255, 255, 255, 0.3);
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
 }
  #hero h1 {
    font-size: 45px;
    line-height: 55px;
 }
  #hero p {
      margin-top: 10px;
      font-size: 20px;
      line-height: 24px;
 }
  #top .social-links {
      display: none;
 }
  .contant-banner {
      display: none;
 }
  .banner-maintext {
      padding: 0;
 }
  #hero .container.aos-init.aos-animate {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      top: 40%;
 }
  .circle {
      width: 40px;
      height: 40px;
 }
  .inner-circle {
      width: 15px;
      height: 15px;
 }
}
/*-------------------------------------------------------------- # Sections General --------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #c3c3c3;
}
.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #eb5939;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}
/*-------------------------------------------------------------- # About --------------------------------------------------------------*/
#about-us, #Skillidealwith {
  background: url(../img/bg-img.jpg) right;
  background-repeat: no-repeat;
  background-attachment: fixed;
  transition: 2s;
}


.inner-sections{
  padding: 5rem 0rem 7rem 0rem;
}
span.colorred{
  color: #eb5939;
}
/* .about-us{
  padding-left: 2rem;
} */
/* Styling for the h1 */
.sub-heading span {
  color: #eb5939;
  font-family: 'Poppins';
  font-size: 30px;
  font-weight: 400;
}
.extralineheightspan{
  line-height: 6rem;
}
h4{
  color: #c3c3c3;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin: 2rem 0rem;
  line-height: 39px;
}
.sub-heading h1 {
  color: #c3c3c3;
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 5.8rem;
 /* transform: translate(-50%, -50%);
  */
  z-index: 2;
}
.sub-heading p {
  margin-bottom: 2rem;
  color: #a1a1a1;
}
button.active, button:focus{
  outline: none;
}
.deafault-btn {
  border: 1px solid #eb5939;
  font-size: 16px;
  display: inline-block;
  background: #ffffff00;
  color: #eb5939;
  padding: 8px 20px;
  margin-right: 4px;
  border-radius: 23px;
  text-align: center;
  transition: 0.3s;
  outline: none;
}
.deafault-btn a, .deafault-btn a:hover{
  color: #eb5939;
}
/* .deafault-btn:hover {
  border: 1px solid #ffffff;
  display: inline-block;
  background: #eb5939;
  color: #ffffff;
  transition: 0.3s;
}
*/
@media (max-width: 485px) {
  #about-us, #Skillidealwith {
    background: url(../img/bg-img-m.jpg);
    background-attachment: fixed;
  }

  .inner-sections {
      padding: 5rem 0rem 2.5rem 1rem;
 }
  .about-us {
      padding-left: 0rem;
 }
  h4 {
      font-size: 21px;
      margin: 2.5rem 0rem;
 }
}
/*-------------------------------------------------------------- # Facts --------------------------------------------------------------*/
.facts .count-box {
 /* padding: 30px 30px 25px 30px;
 */
  padding: 0px 0px 25px 0px;
  width: 100%;
  position: relative;
  text-align: center;
}
.facts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #eb5939;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
}
.facts .count-box span {
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 65px;
  width: 100px;
  height: 100px;
  font-size: 36px;
 /* display: block;
  */
  font-weight: 600;
  color: #fff;
  background-color: #eb5939;
}
.facts .count-box p {
  margin-top: 1rem;
  text-align: left;
  padding: 0;
 /* margin: 0;
  */
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 485px) {
  .sub-heading span {
      font-size: 25px;
 }
  .facts .count-box span {
    margin-left: 15px;
      width: 70px;
      height: 70px;
      font-size: 25px;
      text-align: center;
 }
  .facts .count-box p {
      font-size: 16px;
      text-align: center;
 }
  .sub-heading h1 {
      font-size: 36px;
 }
  .marquee span {
      font-size: 50px;
 }
}

/*-------------------------------------------------------------- # Skills --------------------------------------------------------------*/

#Whatido {
  background: url(../img/bg-img.jpg);
  background-position: right;
  background-attachment: fixed;
}



@media (max-width: 485px) {
  #Whatido {
    background: url(../img/bg-img-m.jpg);
    background-attachment: fixed;
  }
  .sub-heading h1 {
    
    line-height: 4rem;
  }
}
/*-------------------------------------------------------------- # Skills --------------------------------------------------------------*/

#skills{
  margin: -60px 0px -30px 0px;
}
.sub-heading h1.skillh1 {
  position: absolute;
  top: 35%;
  left: 32% !important;
}
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}
.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #c3c3c3;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: #ffffff;
}
.skills .progress-bar {
  width: 1px;
  height: 5px;
  transition: .9s;
  background-color: #eb5939;
}
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
}
.marquee {
  display: inline-block;
  padding-left: 10%;
  animation: marquee 40s linear infinite;
  margin: 1rem 0rem 2rem 0rem;
}
.marquee span {
  font-size: 106px;
  font-weight: bold;
  padding: 0 20px;
  color: #c3c3c3;
  transition: color 0.3s ease;
}
.marquee span:hover {
  color: #eb5939;
}
@keyframes marquee {
  0% {
      transform: translateX(0);
 }
  100% {
      transform: translateX(-100%);
 }
}
@media (max-width: 485px) {
  .marquee span {
      font-size: 50px;
 }
  #skills {
      margin: 0px 0px -30px 0px;
 }
 .skills .progress {
  margin: 1rem 0rem;
 }
}
/*-------------------------------------------------------------- # Resume --------------------------------------------------------------*/
#resume {
  padding: 40px 0px;
}

.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #c3c3c3;
}
.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #eb5939;
  position: relative;
}
.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #eb5939;
  margin-bottom: 10px;
}
.resume .resume-item h5 {
  font-size: 16px;
  /* background: #f7f8f9; */
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.resume .resume-item ul {
  padding-left: 20px;
}
.resume .resume-item ul li {
  padding-bottom: 10px;
}
.resume .resume-item:last-child {
  padding-bottom: 0;
}
.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #000;
  border: 2px solid #eb5939;
}
/*-------------------------------------------------------------- # myworks b --------------------------------------------------------------*/

#history{
  background-color: #000;
}
/* 
.history1, .history2, .history3{
  padding: 2rem 0rem;
  border-bottom: 1px solid #1b1b1b;
}
.history1:hover, .history2:hover, .history3:hover{
  padding: 2rem 0rem;
background-color: #eb5939;
transition:300ms;
} */

/********************************************************************************/
/* 
.history1, .history2, .history3 {
  padding: 2rem 0rem;
  border-bottom: 1px solid #1b1b1b;
  position: relative;
  overflow: hidden;
}

.history1::before, .history2::before, .history3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eb5939;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}

.history1:hover::before, .history2:hover::before, .history3:hover::before {
  transform: scaleY(1);
}

.history1 .container, .history2 .container, .history3 .container {
  position: relative;
  z-index: 1;
  transition: color 0.5s ease-in-out;
  color: #fff;
}

.history1:hover .container, .history2:hover .container, .history3:hover .container {
  color: #fff;
} */

/* 
.history1, .history2, .history3 {
  padding: 2rem 0rem;
  border-bottom: 1px solid #1b1b1b;
  position: relative;
  overflow: hidden;
}

.history1::before, .history2::before, .history3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eb5939;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.history1:hover::before, .history2:hover::before, .history3:hover::before {
  transform: scaleY(1);
}

.history1 .container, .history2 .container, .history3 .container {
  position: relative;
  z-index: 1;
  transition: color 0.5s ease-in-out;
}

.history1:hover .container, .history2:hover .container, .history3:hover .container {
  color: #fff;
}

.history-text {
  display: none;
  color: #fff;
  padding: 1rem 0;
}

.history-flex {
  transition: opacity 0.5s ease-in-out;
}

.history1:hover .history-flex, .history2:hover .history-flex, .history3:hover .history-flex {
  opacity: 0;
}

.history1:hover .history-text, .history2:hover .history-text, .history3:hover .history-text {
  display: block;
}



.history-flex{
  display: flex;
}

.history-flex h1{
  font-weight: 100;
 font-size: 36px;
 color: #c3c3c3;
 font-family: 'Montserrat', sans-serif;

}
.history-data{
  margin-left: 11%;
}
.history-data span{
  color: #c3c3c3;
}
@media (max-width: 785px) {
.history-flex h1 {
  font-size: 22px;
  line-height: 2rem;
  font-weight: 300;

}
} */

/* 
.history1, .history2, .history3 {
  padding: 5rem 0rem;
  border-bottom: 1px solid #1b1b1b;
  position: relative;
  overflow: hidden;
  margin: 1.5rem 0rem;
}

.history1::before, .history2::before, .history3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eb5939;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.history1:hover::before, .history2:hover::before, .history3:hover::before {
  transform: scaleY(1);
}

.history-flex, .history-text {
  display: flex;
  align-items: center;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  margin: 1rem 0rem 0rem 13rem;
}
.history1:hover .history-text, .history2:hover .history-text, .history3:hover .history-text {
  display: flex;
  align-items: center;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  margin: 1rem 0rem 0rem 13rem;

}

.history-data {
  margin-left: 5rem;

}




.history1:hover .history-flex, .history2:hover .history-flex, .history3:hover .history-flex {
  opacity: 0;
}

.history-text {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  color: #fff;
  padding: 1rem 0;
  display: none; 
}


.history-flex h1, .history-text h1 {
  font-weight: 100;
  font-size: 36px;
  color: #c3c3c3;
  font-family: 'Montserrat', sans-serif;
}



.history-data span {
  color: #c3c3c3;
}

@media (max-width: 785px) {
  .history-flex h1,
  .history-text h1 {
    font-size: 22px;
    line-height: 2rem;
    font-weight: 300;
  }
}
 */

 .history1, .history2, .history3 {
  padding: 5rem 0rem;
  border-bottom: 1px solid #1b1b1b;
  position: relative;
  overflow: hidden;
  margin: 1.5rem 0rem;
}

.history1::before, .history2::before, .history3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eb5939;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.history1:hover::before, .history2:hover::before, .history3:hover::before {
  transform: scaleY(1);
}

.history-flex, .history-text {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  margin: 1rem 0rem 0rem 13rem;
}

.history1:hover .history-text, .history2:hover .history-text, .history3:hover .history-text {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  margin: 1rem 0rem 0rem 13rem;
}

@keyframes slide-in-right {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.history-data {
  margin-left: 5rem;
  transform: translateX(-100%); /* Initially positioned off-screen */
  opacity: 0; /* Initially hidden */
  animation: slide-in-right 0.5s ease-in-out forwards;
}

.history1:hover .history-flex, .history2:hover .history-flex, .history3:hover .history-flex {
  opacity: 0;
}

.history-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 1rem 0;
  display: none;
}

.history-flex h1, .history-text h1 {
  font-weight: 100;
  font-size: 36px;
  color: #c3c3c3;
  font-family: 'Montserrat', sans-serif;
}

.history-data span {
  color: #c3c3c3;
}

@media (max-width: 785px) {
  
  .history-flex h1, .history-text h1 {
    font-size: 22px;
    line-height: 2rem;
    font-weight: 300;
  }
  .history-flex, .history-text {
    margin: 1rem 0rem 0rem 1rem;
  }
  
  .history1:hover .history-text, .history2:hover .history-text, .history3:hover .history-text {
    margin: 1rem 0rem 0rem 1rem;
  }
  
}

/*-------------------------------------------------------------- # myworks --------------------------------------------------------------*/

#myworks{
  background-color: #000;
  margin-bottom: -90px;
}

/*-------------------------------------------------------------- # Testimonials --------------------------------------------------------------*/


.testimoniall {

 background-color: #000;
}

.testimoniall img{

  filter: grayscale(100%);
 }
  .testimoniall ul {
  list-style-type: none;
}

  .testimoniall a,   .testimoniall a:hover {
  text-decoration: none;
}

    .testimoniall {
  font-family: "Montserrat", sans-serif;
}
  .testimoniall {
    padding: 10rem 0rem;
}
  .testimoniall .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}
  .testimoniall .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}
  /* .testimoniall .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #eb5939;
  border-radius: 50%;
}
  .testimoniall .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #eb5939;
  border-radius: 50%;
} */
  .testimoniall .row .tabs li:nth-child(1) {
  align-self: flex-end;
}
  .testimoniall .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}
  .testimoniall .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}
  .testimoniall .row .tabs li:nth-child(1) figure img {
    width: 150px;
    margin-left: auto;
    border-radius: 50%;

}
  .testimoniall .row .tabs li:nth-child(2) {
  align-self: flex-start;
}
  .testimoniall .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}
  .testimoniall .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}
  .testimoniall .row .tabs li:nth-child(2) figure img {
    margin-right: auto;
    max-width: 120px;
    width: 100%;
    margin-top: -50px;
    border-radius: 50%;
}
  .testimoniall .row .tabs li:nth-child(3) {
  align-self: flex-end;
}
  .testimoniall .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}
  .testimoniall .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}
  .testimoniall .row .tabs li:nth-child(3) figure img {
    width: 150px;
    margin-left: auto;
    border-radius: 50%;
    margin-top: -50px;
}
  .testimoniall .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}
  .testimoniall .row .tabs li figure {
  position: relative;
}
  .testimoniall .row .tabs li figure img {
  display: block;
}
  .testimoniall .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid #eb593943;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
  .testimoniall .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
  .testimoniall .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
  .testimoniall .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}
  .testimoniall .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}
  .testimoniall .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
}
  .testimoniall .row .carousel .carousel-indicators li {
  background: #c3c3c3;
  background-clip: padding-box;
  height: 2px;
}
  .testimoniall .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}
  .testimoniall .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 1.72222;
  font-weight: 500;
  color:#c3c3c3;
}
  .testimoniall .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
    color: #c3c3c3;
    font-weight: 300;
    margin-top: 37px;
    font-size: 20px;
    line-height: 1.45;
    /* text-transform: uppercase; */
}

.testimoniall img.active {
  border: 3px solid #fff;
}


@media only screen and (max-width: 1200px) {
    .testimoniall .row .tabs {
    margin-right: 25px;
  }
}
@media (max-width: 785px) {
  .testimoniall .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
    font-size: 16px;
  }
}






/*-------------------------------------------------------------- # Contact --------------------------------------------------------------*/


 .contact-acc{
  background-color: #000;
 }

.contact h1 {
  position: relative;
  font-size: 2rem;
  padding: 10px 20px;
  margin: 10px 0px;
}

.contact h1:before {
  content: attr(data-text);
  position: absolute;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  transition: 0.55s;
  z-index: 1;
}

.contact h1:hover:before {
  width: 100%;
}

.contact h1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: #eb5939;
  transition: 0.75s;
  transform: scaleX(0);
  transform-origin: left;
}

.contact h1:hover:after {
  transform: scaleX(1);
}

.contact h1 span {
  opacity: 1;
  transition: opacity 2s;
  transition-delay: 0.75s;
}
.contact h1 span a:hover{
  color: #eb5939;
}
.contact h1:hover span {
  opacity: 0;
  transition-delay: 2.75s;
}



.contact-info{
  padding-top: 2rem;
}
.contact-info .contact {
  padding-bottom: 3rem;
  padding: 0rem 0rem 3rem 1.5rem;
}
.contact a{
  color:#f7f8f9 ;
  line-height: 0;
}
.contact p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #f7f8f9;
  line-height: 0;
}

@media (max-width: 785px) {
  .contact h1 {
    font-size: 1.5rem;
  
  }
}






