*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*For Testing Purpose*/
/* * {                                 
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
}*/

html,
body {
  width: 100%;
 
  margin: 0;
  padding: 0;
}


.my-card {
  border-radius: 0%;
  background-color: #d8ee59;
  height: 100%;
  border: 0;
  position: fixed;
  top: 0;
  width: 20%;
  margin-left: 10%;"
}
.my-name {
  font-size: 30px;
  color: black;
  font-weight: bolder;
}
.my-subtitle {
  font-weight: bolder;
  letter-spacing: 0.5px;
}
.my-image {
  
  width: 170px;
  margin-top: 50px;
  margin-bottom: 30px;
  border-radius: 50%;
  border: 3px solid white;
}
.navitem {
  border-bottom: 2px solid #d8ee59;
  margin-top: 0.65rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: black;
  transition-property: all;
  transition-duration: 0.25s;
  transition-delay: 0.1s;
  color: black;
}
.item1 {
  margin-top: 1.2rem;
}
.item4 {
  margin-bottom: 2rem;
}
.navitem:hover {
  font-size: 14px;
  border-bottom: 2px solid #2c98f0;
  color: black;
  text-decoration: none;
  cursor: pointer;
  font-weight: bolder;
  letter-spacing: 3px;
}

.resume-button {
  color: #ff722c;
  background-color: black;
  font-size: 18px;
  width: 100%;
  padding: 5px;
  border-radius: 15px;
  letter-spacing: 1px;
  border: 3px solid white;
}
.resume-button:hover {
  color: #ff722c;
  border: 3px solid white;
}
.main-body {
  margin-top: 25px;
  margin-left: 34%;
  margin-right: 17%;
}
.link1:hover {
  text-decoration: none;
}

.technologies {
  margin-top: 40px;
  margin-bottom: 150px;
  display: flex;
  flex-wrap: wrap;
}
.icons {
  color: #ec5453;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

.web-card {
  color: black;
  font-size: bolder;
  font-size: 18px;
}
.techcard {
  border-radius: 0;
  border: 0;
  
  box-shadow: 0px 0px 56px -8px rgba(0, 0, 0, 0.17);
  border-bottom: 2px solid #ec5453;
}
.techcard-2 {
  border-bottom: 2px solid #2c98f0;
  
}
.techcard-3 {
  border-bottom: 2px solid #f9bf3f;
  
}

.techcard:hover {
  
  box-shadow: 0px 0px 56px -8px rgb(236, 84, 83, 0.28);
}
.techcard-2:hover {
  
  box-shadow: 0px 0px 56px -8px rgb(44, 152, 240, 0.28);
}
.techcard-3:hover {
  
  box-shadow: 0px 0px 56px -8px rgb(249, 191, 63, 0.28);
}

@media only screen and (max-width: 1500px) {
  .techcard,
  .techcard-2,
  .techcard-3 {
    width: 11rem !important;
    margin-right: 30px !important;
    margin-left: 0 !important;
  }
  .techcard-3 {
    margin-right: 0px !important;
  }
}


.msgmodal:hover {
  box-shadow: 10px 20px 10px -8px rgb(0, 0, 0, 0.28);
}

.progressbar-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #414141;
  margin: 5px 0 5px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.progress {
  height: 5px;
  border-radius: 0;
  box-shadow: none;
  line-height: 35px;
  overflow: visible;
  background: #d6d6d6;
}
.progress .progress-bar {
  position: relative;
  animation: animate-positive 2s;
}
.progress .progress-bar span {
  position: absolute;
  top: -30px;
  right: 0;
  background: #424242;
  color: #fff;
  padding: 0 20px;
  display: block;
  font-size: 12px;
  font-weight: 700;
  border-radius: 10px;
  text-align: center;
}
.progress .progress-bar span:after {
  content: "";
  border-top: 6px solid #989898;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -6px;
  left: 66%;
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0%;
  }
}
@keyframes animate-positive {
  0% {
    width: 0%;
  }
}
.progress-wrap h3 {
  font-size: 16px;
  font-family: "Quicksand", Arial, sans-serif;
  margin-bottom: 10px;
}

.progress {
  height: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f2f3f7;
  overflow: visible;
}

.progress-bar {
  background: #2c98f0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  text-align: right;
  position: relative;
  overflow: visible;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.progress-bar:after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #2c98f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.progress-bar span {
  position: absolute;
  top: -22px;
  right: -32px;
}
.progress-bar.color-1 {
  background: #2c98f0;
}
.progress-bar.color-1:after {
  background: #2c98f0;
}
.progress-bar.color-1 span {
  color: #2c98f0;
}
.progress-bar.color-2 {
  background: #ec5453;
}
.progress-bar.color-2:after {
  background: #ec5453;
}
.progress-bar.color-2 span {
  color: #ec5453;
  padding-top: 2px;
}

.progress-bar.color-3 {
  background: #f9bf3f;
}
.progress-bar.color-3:after {
  background: #f9bf3f;
}
.progress-bar.color-3 span {
  color: #f9bf3f;
}
.progress-bar.color-4 {
  background: #a84cb8;
}
.progress-bar.color-4:after {
  background: #a84cb8;
}
.progress-bar.color-4 span {
  color: #a84cb8;
}
.progress-bar.color-5 {
  background: #2fa499;
}
.progress-bar.color-5:after {
  background: #2fa499;
}
.progress-bar.color-5 span {
  color: #2fa499;
}
.progress-bar.color-6 {
  background: #4054b2;
}
.progress-bar.color-6:after {
  background: #4054b2;
}
.progress-bar.color-6 span {
  color: #4054b2;
}
.progress-bar.color-7 {
  background: #ec5453;
}
.progress-bar.color-7:after {
  background: #ec5453;
}
.progress-bar.color-7 span {
  color: #ec5453;
}
.timeline-centered {
  position: relative;
  margin-bottom: 30px;
}

.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  background: #f2f3f7;
  top: 20px;
  bottom: 20px;
  margin-left: 29px;
}

.timeline-centered .timeline-entry {
  position: relative;
  margin-top: 5px;
  margin-left: 30px;
  margin-bottom: 10px;
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  display: block;
  width: 40px;
  height: 40px;
  background: #2c98f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #f2f3f7;
  -webkit-box-shadow: 0 0 0 5px #f2f3f7;
  box-shadow: 0 0 0 5px #f2f3f7;
  line-height: 40px;
  float: left;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon i {
  color: #fff;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.color-2 {
  background: #ec5453;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.color-3 {
  background: #f9bf3f;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.color-4 {
  background: #a84cb8;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.color-5 {
  background: #2fa499;
}
.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-icon.color-none {
  background: #fff;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f2f3f7;
  padding: 1.5em;
  margin-left: 60px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f2f3f7 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 20px;
  font-family: "Quicksand", Arial, sans-serif;
  font-weight: 500;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #000;
}

.timeline-centered
  .timeline-entry
  .timeline-entry-inner
  .timeline-label
  h2
  span {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: alpha(opacity=40);
  filter: alpha(opacity=40);
  font-size: 16px;
}

.demo {
  background: linear-gradient(to right, #26de81, #38ef7d, #26de81);
}
.modal-box {
  font-family: "Varela Round", sans-serif;
}
.modal-box .show-modal {
      color: #222;
      background-color: #fff;
      font-size: 18px;
      font-weight: 600;
      text-transform: capitalize;
      padding: 10px 15px;
      margin: 80px auto 0;
      border: none;
      outline: none;
      box-shadow: 0 0 10px #555;
      display: block;
}
.modal-box .show-modal:hover,
.modal-box .show-modal:focus {
      color: #222;
      background-color: #fff;
      border: none;
      outline: none;
      text-decoration: none;
}
.modal-backdrop.in {
  opacity: 0.1;
}
.modal-box .modal {
  top: 70px !important;
}
.modal-box .modal-dialog {
      width: 400px;
      margin: 30px auto 10px;
}
.modal-box .modal-dialog .modal-content {
      border-radius: 25px;
      box-shadow: 0 0 25px -8px #555;
}
.modal-box .modal-dialog .modal-content .close {
      color: #e74c3c;
      background-color: #fff;
      font-size: 28px;
      text-shadow: none;
      line-height: 33px;
      height: 33px;
      width: 33px;
      opacity: 1;
      border-radius: 50%;
      box-shadow: 0 0 5px #555;
      position: absolute;
      left: auto;
      right: -5px;
      top: -5px;
      z-index: 1;
      transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close span {
      margin: -1px 0 0 0;
      display: block;
}
.modal-box .modal-dialog .modal-content .close:hover {
      color: #fff;
      background-color: #e74c3c;
}
.modal-box .modal-dialog .modal-content .modal-body {
  padding: 50px 20px !important;
}
.modal-box .modal-dialog .modal-content .modal-body .icon {
      color: #26de81;
      font-size: 36px;
      text-align: center;
      text-shadow: 4px 0 0 #fff, 0 -3px 0 #fff;
      line-height: 40px;
      height: 50px;
      width: 50px;
      margin: 0 auto 30px;
      position: relative;
      z-index: 1;
}
.modal-box .modal-dialog .modal-content .modal-body .icon:after {
      content: "";
      height: 45px;
      width: 45px;
      border: 5px solid #c1c1c1;
      border-radius: 50%;
      position: absolute;
      left: -5px;
      top: 3px;
      z-index: -1;
}
.modal-box .modal-dialog .modal-content .modal-body .title {
      margin: 0 0 20px 0;
      font-size: 20px;
      color: #222;
      text-transform: capitalize;
      font-weight: 600;
      text-align: center;
}
.modal-box .modal-dialog .modal-content .modal-body .description {
      color: #999;
      text-align: center;
      margin: 0 0 15px;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe {
      color: #fff;
      background-color: #26de81;
      font-size: 18px;
      text-transform: uppercase;
      padding: 10px 20px;
      margin: 0 auto;
      border: 0 solid #222;
      border-radius: 50px;
      overflow: hidden;
      display: block;
      position: relative;
      z-index: 1;
      transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .modal-body .subscribe:hover {
  background-color: #222;
}
@media only screen and (max-width: 768px) {
      .modal-dialog {
    width: 400px !important;
  }
}
@media only screen and (max-width: 576px) {
      .modal-dialog {
    width: auto !important;
  }
}

.change-icon > .fa + .fa,
.change-icon:hover > .fa {
  display: none;
}
.change-icon:hover > .fa + .fa {
  display: inherit;
}
.tooltipweb {
  cursor: context-menu;
  color: black;
  opacity: 1 !important;
  font-size: 20px !important;
  font-weight: 500;
}

.tooltip-inner {
  background-color: #2c98f0;
  box-shadow: 10px 20px 10px -8px rgb(0, 0, 0, 0.28);
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #2c98f0 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #2c98f0 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #2c98f0 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #2c98f0 !important;
}
.msgmodal:focus,
.msgmodal:active,
.msgmodal:visited {
  box-shadow: 10px 20px 10px -8px rgb(0, 0, 0, 0.28);
}


@media only screen and (max-width: 1219px) {
  .technologies {
    margin-top: 0;
    margin-bottom:100px;
   
  }
  .techcard,
  .techcard-2,
  .techcard-3 {
    width: 20rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 40px !important;
    margin-bottom: 0px !important;
  }
  .disapperar {
    display: none !important;
  }
  .techcard-1{
    margin-top: 0px !important;
  }

    #main-nav{
      width: auto;
      padding: 10px;
      margin-left:5% ;
    }
}
@media only screen and (max-width: 1110px) {
  body{
    overflow-x: hidden;
  }

  #main-nav{
    
    margin-left:0% ;
  }
  .main-body{
    margin-right: 12%;
  }
}
@media only screen and (max-width: 854px) {
  #main-nav{
    width: 28%;
    
  }.main-body{
    margin-right: 10%;
  }
}
@media only screen and (max-width: 740px) {
  .web-card{
    width: 80%;
    margin-left: 10px ;
    margin-top : 10px;
    
  }

  #main-nav{
  
    height:60px;
    width: 100%;
    z-index:1;
    padding: 0;
    position: fixed;
  }
  .card-body{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    height:80px;
  }
  .my-name,.my-subtitle,.navname,.github-corner{
    display: none;
  }
  .my-image{
    
    margin: 0;
    margin-top:5px;
    margin-left:10px;
    height:50px;
    width :50px;
    border:1px;
  
  }
  .navitem,.resume-button{
    height: 60px;
    width:17.8%;
    margin: 0;
    display: block;
    padding-top:20px;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
  }
  .main-body{
    
    margin-top: 70px;
    margin-right: 6%;
    margin-left: 6%;
  }
  .resume-button{
    
    border-radius: 2px;
    font-size: 16px;
    padding: 5px;
    width:18%;
    margin-top: 8px;
    height: 45px;
  }
  .navitem:hover{
    font-size: 16px;
    letter-spacing: 1px;
  }
  .projectcol{
    padding: 0;
  }
  .timelinecol{
    margin-left: 10px !important;
  }
  .github-corner{
    display: block;
  }
  .githubsvg{
    top:60px !important;
  }
}

.cv{
  display: none;
}
@media only screen and (max-width: 615px) {
  .resume{
    display: none;
  }
  .cv{
    display: inline;
  }
}
@media only screen and (max-width: 599px) {
  .navitem,.resume-button{
    height: 60px;
    width:16.8%;
    margin: 0;
    display: block;
    padding-top:20px;
    font-size: 15px;
    text-align: center;
    font-weight: bolder;
  }
  
  .resume-button{
    padding: 5px;
    width:20%;
    margin-top: 13px;
    height: 40px;
  }
}
@media only screen and (max-width: 489px){
  .my-image{
    display: none;
  }
  .navitem,.resume-button{
    font-size: 14px;
    width:18.8%;
    font-weight: bolder;
  }
  .resume-button{
    padding: 5px;
    width:22%;
    
  }
  .navitem:hover{
    font-size: 14px;
  }
}
@media only screen and (max-width: 440px){
  .resumeicon{
    display: none;
  }
}
@media only screen and (max-width: 390px){
 
  .item1{
    width:17%;
  }
  .item3{
    width:22.6%;
  }
  .item4{
    width:21.6%;
  }
  .resume{
    display: none;
  }
  .cv{
    display: inline;
  }
  .resumeicon{
    display: inline;
  }
  .resume-button{
    font-size: bolder;
    width:20%;
  }
  
}
@media only screen and (max-width: 327px){
  .resumeicon{
    display: none;
  }
  .resume-button{
    width: 16%;
  }
  .item3{
    width: 24.6%;
  }
}