.site-content-holder{
  padding-top: 0;
  padding-bottom: 110px;
  margin-left: 380px;
  width: calc(100% - 380px);
  background-color: #13111b;
  min-width: 700px;
}
.first-section{
  height: 100vh;

}
.background-video-container{
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  direction: ltr;
  margin-left: 380px;
  height: 100vh;
}
.video{
width: 100%;
height: 100%;
}
.elementor-background-overlay{
  background-color: #1b1925;
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  text-align: center;
  height: 100vh;
}
.image-holder{
  max-width: 100%;
  padding-top: calc(30px + 1.5625vw);
}
.image{
width: calc(15em + 1.5625vw);
border-style: solid;
border-color: rgba(0,0,0,0);
border-radius: 90% 90% 90% 90%;
}
.head-name-holder{
 padding: calc(20px + 1.5625vw);
}
.head-name{
  margin: 0px;
  font-size:  calc(5em + 1.5625vw);
  font-weight: 800;
  color: #c5945c;
  line-height:  calc(0.7em + 1.5625vw);
}
.head-text-holder{
  text-align: center;
  line-height: 28px;
}
.head-text{
  color: #ffffff;
  font-size: 28px;
  padding-bottom: 100px;
}
.second-section{
  padding: 2% 5% 0% 5%;
  position: relative;
  background-color: #1b1925;
  display: flex;
}
.second-section-left-block-holder{
  width: 40%;
  padding: 10px;
}
.second-section-left-block-head-holder{

}
.second-section-left-block-head{
  color: #c5945c;
  font-size: 40px;
}
.second-section-left-block-body-holder{
  width: 100%;
}
.second-section-left-block-body{
  color: #d8d7db;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
    text-align: justify;
    word-break: keep-all;
}
.cv-download-buton-holder{
  position: absolute;
  bottom: 0;
  margin-bottom: 6%;
}
.cv-download-buton{
  fill: #ffffff;
  color: #ffffff;
  background-color: #c5945c;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #c5945c;
  border-radius: 50px 50px 50px 50px;
  padding: 20px 38px 20px 38px;
  text-decoration: none;
  font-size: 25px;
}
.second-section-right-block-holder{
  width: 60%;
  margin: 0px 0px 0px 0px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.second-section-right-block-head-holder{
  margin-right: auto;
  margin-left: auto;
  position: relative;

}
.second-section-right-block-1-holder{
  width: 100%;
  display: flex;
  flex-direction: initial;
}
.second-section-right-block-11-holder{
  width: 50%;
  padding: 0px 30px 30px 30px;
}
.second-section-right-block-12-holder{
  width: 50%;
  padding: 0px 30px 30px 30px;
}
.second-section-right-block-2-holder{
  display: flex;
  flex-direction: initial;
}
.second-section-right-block-21-holder{
  width: 50%;
  padding: 0px 30px 30px 30px;
}
.second-section-right-block-22-holder{
  width: 50%;
  padding: 0px 30px 30px 30px;
}
.img-sec2-holder{
  text-align: center;
}
.img-sec2{
  height: 150px;
  width: 150px;
}
.img-sec2-head-holder{
  text-align: center;
  color: #c5945c;
  margin: 10px;
  font-size: 25px;
}
.img-sec2-body-holder{
  color: #d8d7db;
  text-align: left;
  text-align: justify;
  word-break: keep-all;
}
.third-section{
  padding: 10% 5% 0% 5%;
  position: relative;
  background-color: #1b1925;
  overflow: hidden;
}
.third-section-elements-holder{
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  height: 651.782px;
  opacity: 1;
}
.third-section-element1{
  float: left;
  font-size: 0;
  overflow: hidden;
  border: 30px solid transparent;
  width: calc(100%/2);
  transition: opacity .5s;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.third-section-element1-photo{
  width: 100%;
  height: 100%;
}
.portfolio1-text-holder{
  background-color: #c5945c;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 20px;
  transform: translateX(-100%);
  transition: transform .5s ease;
  opacity: 1;
}
.third-section-element1:hover .portfolio1-text-holder{
  text-align: center;
  transform: none;
  opacity: 1;
  margin: auto;
  bottom: 0;
}
/* slide show element1 */
/* Slideshow container */
.slideshow-container {
  text-align: center;
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #c5945c;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #c5945c;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #c5945c;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #c5945c;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/*_________________________________________________________________*/
.third-section-part2-elements-holder{
    /*background-color: hsla(32, 48%, 57%, 0.8);*/
    padding: 10% 5% 0% 5%;
    position: absolute;
    width: 100%;
    height: 651.782px;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 20px;
    transform: translateX(+100%);
    transition: transform .5s ease;
    opacity: 0;
}
.third-section-part2-elements-holder-active{
    transform: none;
    opacity: 1;
}
.third-section-part2-elements-holder-active1{
  transform: translateY(-120%);
  transition: transform .5s ease;
  }
.third-section-part2-back-button-holder{

}
.third-section-part2-back-button{
  background-image: url(../imgs/close-icon.png);
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 20px;
  background-size: 70px;
  transition: all .5s ease;
  cursor: pointer;
}
.portfolio-text-wrapper{
  margin-top: calc(50% - 150px);
  padding: 20px;
}
.portfolio-text-head{
  font-size: 25px;
  line-height: 100%;
  font-weight: 700;
  color: #1b1925;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.portfolio-text-body{

}
.third-section-element2{
  float: left;
  font-size: 0;
  overflow: hidden;
  border: 30px solid transparent;
  width: calc(100%/2);
  transition: opacity .3s;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.third-section-element2:hover .portfolio1-text-holder{
  text-align: center;
  transform: none;
  opacity: 1;
  margin: auto;
  bottom: 0;
}

.fourth-section{
  padding: 10% 5% 0% 5%;
  position: relative;
  background-color: #1b1925;
  overflow: hidden;
}
.fourth-section-elements-holder{
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  /*height: 710.782px;*/
  opacity: 1;
  text-align: justify;
  word-break: keep-all;
}
.fourth-section-left-elements-holder{
  width: 60%;
  min-height: 1px;
  color: #d8d7db;
  margin: 0% 5% 0% 0%;
  padding: 10px;

}
.fourth-section-left-elements-head{
  width: 100%;
  font-size: 30px;
  color: #c5945c;
}
.fourth-section-left-elements-body{
  width: 100%;
}
.fourth-section-left-elements-body-ul{
  margin: 0;
  padding: 0 0 0 55px;
}
.fourth-section-left-elements-body-li{
  margin: 0 0 110px 60px;
  position: relative;
  padding-top: 5px;
  list-style: none;
  transition: .3s;
}
.fourth-section-left-elements-body-li-end{
  margin: 0 0 42px 60px;
  position: relative;
  padding-top: 5px;
  list-style: none;
  transition: .3s;
}
.fourth-section-left-elements-body-li:before{
    content: "";
    width: 3px;
    height: calc(100% - -60px);
    position: absolute;
    background-color: #c5945c;
    left: -30px;
    top: 51px;
}
.fourth-section-left-elements-body-span{
    position: absolute;
    top: 0;
    left: -30px;
}
.fourth-section-left-elements-body-span:hover::after{
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    left: -7px;
    top: 14px;
    border-radius: 90%;
    background-color: #c5945c;
    opacity: 1;
    transition: opacity .3s;
}
.fourth-section-left-elements-body-span:hover + .fourth-section-left-elements-body-text-holder{
    color: white;
  }
.fourth-section-left-elements-body-span:hover ~ .fourth-section-left-elements-body-year-holder{
    left: -130px;
    color: #c5945c;
    font-size: 20px;
  }

.fourth-section-left-elements-body-span:before{
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 90%;
    border: 3px solid #c5945c;
    position: absolute;
    left: -18px;
    top: 3px;
    z-index: 1;
    transition: .3s;
}
.fourth-section-left-elements-body-text-holder{
  line-height: 160%;
  text-align: left;
  margin-left: 50px;
}
.fourth-section-left-elements-body-year-holder{
  position: absolute;
  left: -115px;
  top: 2px;
  transition: .3s;
  color: #c5945c;
  font-weight: 700;
}

.fourth-section-right-elements-holder{
  width: 40%;
  min-height: 1px;
  color: #d8d7db;
  padding: 10px;
}
.fourth-section-right-element{
  align-content: flex-start;
  align-items: flex-start;
}
.fourth-section-right-element-head{
  margin-bottom: 20px;
  font-size: 30px;
  color: #c5945c;
}
.fourth-section-right-element-head2{
  line-height: 35px;
  font-size: 22px;
  color: #c5945c;
}
.fourth-section-right-element-body1{
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 50px;
}
.fifth-section{
  padding: 10% 5% 10% 5%;
  position: relative;
  background-color: #1b1925;
  overflow: hidden;
}
.fifth-section-elements-holder{
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;

  opacity: 1;
  flex-direction: column;
}
}
.fifth-section-head-holder{
  margin-bottom: 20px;
}
.fifth-section-head{
  font-size: 40px;
  color: #c5945c;
}
.fifth-section-skills-circles-holder{
  margin-bottom: 20px;
  width: 100%;
}
.fifth-section-skills-circles{
  display: inline-block;
  margin-right: 6%;
  width: 100%;
}
/********* Circle Pie ***********/
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 80%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #666;
  stroke-width: 1.5;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress  1S ease-out forwards;
  animation-duration: 3s;
}



.circular-chart.html .circle {
  stroke: #e34c26;
}

.circular-chart.css .circle {
  stroke: #264de4;
}

.circular-chart.js .circle {
  stroke: #f7df1e;
}
.circular-chart.php .circle {
  stroke: #777BB3;
}
.circular-chart.sql .circle {
  stroke: #F29111;
}

.percentage {
  fill: #c5945c;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}
.fifth-section-skills-text{
  color: #c5945c;
  font-size: 2em;
  text-align: center;
}
/********* End Circle Pie ***********/
.fifth-section-skills-progress-holder{
  margin-bottom: 20px;
  width: 100%;
}
.fifth-section-skills-progress-head-holder{
  margin: 3%;

}
.fifth-section-skills-progress-head{
  color: #c5945c;
  font-size: 2em;
}
.fifth-section-skills-progress-bars-holder{
  display: flex;
}
.fifth-section-skills-progress-bar-holder{
  margin: auto;
  width: 40%;

}
.fifth-section-skills-progress-progress_background{
  background-color: #666;
  height: 10px;
}
.fifth-section-skills-progress{
  height:24px;
  width:5px;
  background-color: #c5945c;
  text-align: center;
  color: #1b1925;
  font-size: 1.5em;
  font-weight: 900;
}
.fifth-section-skills-progress-text-holder{

}
.fifth-section-skills-progress-text{
  color: #c5945c;
  font-size: 1.5em;
  text-align: center;
}
.sixth-section{
  padding: 10% 5% 10% 5%;
  position: relative;
  background-color: #1b1925;
  overflow: hidden;
}
.sixth-section-elements-holder{
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}
.sixth-section-left-element-holder{
  width: 40%;
}
.sixth-section-left-element-head-holder{
  margin-bottom: 20px;
  width: 100%;
}
.sixth-section-left-element-head{
  font-size: 40px;
  color: #c5945c;
}
.sixth-section-left-element-body-holder{
  margin-bottom: 20px;
  width: 100%;
}
.sixth-section-left-element-body{
  font-size: 22px;
  line-height: 35px;
  color: #d8d7db;
  margin-bottom: 20px;
}
.sixth-section-right-element-holder{
  width: 60%;
}
.sixth-section-right-element{
  margin: 0% 0% 0% 5%;
  width: 100%;
  display: flex;
  background-color: #c5945c;
}
.sixth-section-right-body{
  padding: 100px 100px 45px 100px;
  width: 100%;
}
.sixth-section-right-body-form{

}
.sixth-section-right-body-form [type=text]{
  font-family: 'Poppins',sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  background-color: transparent;
  width: 100%;
  height: 28px;
  border: 0;
  border-bottom: 2px solid #d8d7db;
  padding-bottom: 0;
  margin-bottom: 20px;
  box-sizing: initial;
}
.sixth-section-right-body-input-holder{
  margin-bottom: 30px;
}
.sixth-section-right-body-form [type=text]:focus{
  outline: none;
}
::placeholder {
  color: #d8d7db;;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #d8d7db;;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #d8d7db;;
}
.sixth-section-right-body-textarea{
  font-family: 'Poppins',sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  background-color: transparent;
  width: 100%;
  height: 150px;
  border: 0;
  border-bottom: 2px solid #d8d7db;
  padding-bottom: 0;
  margin-bottom: 20px;
  box-sizing: initial;
}
.sixth-section-right-body-textarea:focus{
  outline: none;
}
.sixth-section-right-body-submit{
  display: inline-block;
    border: 2px solid;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    width: 100%;
    letter-spacing: 8px;
    transition: opacity .3s ease;
    cursor: pointer;
}
.spinner:before{
      content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes spin {
  from {opacity: .4} 
  to {opacity: 1}
}
.sixth-section-error-text-holder{
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ffb900;
  font-size: 16px;
  text-align: center;
  color: #fff;
  opacity: 0;
}
.show-error-text{
  opacity: 1;
}


/* @media only screen mobile */
@media only screen and (max-width: 600px) {
  /* For mobile phones: */
  [class*="header-wrapper"] {
    display: none;
  }
  [class*="header-holder"] {
    width: 100%;
    height: 8vw;
    z-index: 2;
  }
    [class*="site-content-holder"] {
  width: calc(100% - 0px);
    margin: 0;
    min-width: 0px;
  }
  [class*="sidenavicon"] {
  margin-top: 0px;
    height: 0px;
  }
  [class*="background-video-container"] {
  display: none;
  }
  [class*="second-section"] {
  flex-direction: column;
  }
  [class*="second-section-left-block-holder"] {
  width: 100%;
  }
  [class*="second-section-right-block-holder"] {
  width: 100%;
  text-align: center;
  }
  [class*="second-section-right-block-11-holder"] {
  width: 100%;
  padding: 0px;
  }
  [class*="img-sec2-body-holder"] {
  width: 75%;
  margin: auto;
  font-size: 20px;
  }
  [class*="second-section-right-block-12-holder"] {
  width: 100%;
  padding: 0px;

  }
  [class*="second-section-right-block-21-holder"] {
  width: 100%;
  padding: 0px;

  }
  [class*="second-section-right-block-22-holder"] {
  width: 100%;
  padding: 0px;
  
  }
  [class*="cv-download-buton"] {
    border: none;
    top: 0;
    background: none;
    padding: 0;
    color: #c5945c;
  }
  [class*="third-section"] {
  padding: 0;
    
  }
  [class*="third-section-elements-holder"] {
  flex-direction: column;
  height: 100%;
  }
  [class*="third-section-element1"] {
  border: none;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  }
  [class*="third-section-element2"] {
  border: none;
  margin: auto;
  }
  [class*="portfolio-text-wrapper"] {
  padding: 35px;
  }
  [class*="fourth-section-elements-holder"] {
  flex-direction: column;
  }
  [class*="fourth-section-left-elements-holder"] {
  width: 100%;
  }
  [class*="fourth-section-right-elements-holder"] {
  width: 100%;
  }
  [class*="sixth-section-elements-holder"] {
  flex-direction: column;
  }
  [class*="sixth-section-left-element-holder"] {
  width: 100%;
  }
  [class*="sixth-section-right-element-holder"] {
  width: 100%;
  }
  [class*="sixth-section-right-element"] {
  margin: 0;
  }
  [class*="sixth-section-right-body"] {
  padding: 20px 20px 20px 20px;
  }


}




