/*!
 *
 * MyWALL v1.0
 *
 */
body {
  font-family: Roboto, Helvetica, Arial, sans-serif !important;
}
header {
  margin: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../img/bg_skills.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  padding-top: 51px;
  padding-bottom: 40px;
}
a,
a:active,
a:hover,
a:visited {
  text-decoration: none;
}
a:focus {
  outline: 0 auto -webkit-focus-ring-color;
  text-decoration: none;
}
.topmenu {
  width: 100%;
  width: 100vw;
  position: fixed;
  z-index: 999;
}
nav.left-nav {
  float: left;
}
.ha-header {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ha-header.ha-header-show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ha-header.ha-header-subshow {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  position: fixed;
}
.ha-header.ha-header-subshow a.dropdown-toggle.circle-main {
  text-decoration: none;
  background-color: #2d3848;
  border-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.ha-header.ha-header-subshow a.dropdown-toggle.circle-main:focus,
.ha-header.ha-header-subshow a.dropdown-toggle.circle-main:hover {
  text-decoration: none;
  background-color: #2d3848;
  border-color: #2d3848;
}
.icon-up {
  width: 40px;
  background-color: #ec0856;
  height: 4px;
}
.icon-med {
  width: 40px;
  margin-top: 6px;
  background-color: #ec0856;
  height: 4px;
}
.hello {
  fill: #fff;
}
.wall {
  font-size: 17px;
  padding: 5px 30px;
}
.dropdown-toggle.circle-main,
.dropdown-toggle.circle-main:focus {
  border-radius: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0);
  width: 60px;
  text-align: center;
  padding-top: 11px;
  padding-right: 10px;
  padding-bottom: 12px;
  padding-left: 10px;
  border: 2px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dropdown-toggle.circle-main:hover {
  text-decoration: none;
  background-color: #dec572;
  border-color: #000;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #000;
  border-color: #000;
}
.dropdown-menu > li > a:before,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #000;
  text-decoration: none;
  background-color: #dec572;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nav-extra {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.callme {
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 13px;
  padding-right: 14px;
  padding-bottom: 12px;
  padding-left: 14px;
  height: 62px;
  color: rgba(255, 255, 255, 0.47);
  text-align: center;
  z-index: 2;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.47);
  border-radius: 50%;
  position: static;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.callme:active:hover,
.callme:focus:hover,
.callme:hover {
  color: #fff;
  background: #202648;
  border-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.callme:active,
a.callme:focus {
  color: rgba(255, 255, 255, 0.47);
  border-color: rgba(255, 255, 255, 0.47);
  outline: 0 auto -webkit-focus-ring-color;
}
.callme:hover + .callme:after {
  color: #fff;
  border-color: #f53440;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
}
.glyphicon.glyphicon.glyphicon-earphone.call {
  top: 0;
}
.modal-backdrop.fade.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.getmetelf {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  font-weight: 500;
  text-transform: uppercase;
}
.modal-header {
  background-color: #2d3848;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 1px solid #0e1b29 !important;
}
.modal-content {
  border-radius: 5px !important;
}
.modal-dialog.modal-sm {
  margin: 51px auto;
}
.myphone {
  font-size: 27px;
  text-align: right;
  padding-right: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.hourcall {
  font-size: 20px;
  float: left;
  width: 40%;
  padding-top: 10px;
}
.greynum {
  float: left;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.36);
  padding-right: 10px;
}
.dayscall {
  font-size: 18px;
  padding-top: 10px;
  font-weight: 300;
  color: #868f96;
  margin-bottom: 0;
}
.contacthours {
  display: table;
}
.rightcall {
  float: right;
}
.horario {
  font-size: 20px;
  font-weight: 500;
  color: #868f96;
}
.button-mywall {
  background: #dec572;
  color: #fff;
  border-radius: 50px;
  font-weight: 400;
  font-size: 22px;
  margin-left: 15px;
  padding-right: 25px;
  padding-left: 25px;
  line-height: 58px;
  margin-bottom: 10px;
  border: 2px solid #dec572;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}
.button-mywall:active,
.button-mywall:hover {
  color: #fff;
  background: #202648;
  border-color: rgba(255, 255, 255, 0.3);
}
.button-mywall:focus {
  color: #fff;
}
h1.name-boss {
  font-size: 100px;
  color: #fff;
  font-weight: 100;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}
h2.main-details {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}
p.extend-details {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.549);
  line-height: 1.287;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}
.imgsus {
  margin-top: 10%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.cd-intro {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #dec572;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.cd-headline.letters.type {
  font-size: 55px;
  font-weight: 100;
}
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
  z-index: 1;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #fff;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #000;
}
.cd-headline.type b {
  font-weight: 400;
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}
.cd-headline.type i.in {
  position: relative;
  font-style: normal;
  visibility: visible;
}
@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
.full-section {
  width: 100%;
}
.title-main {
  font-size: 80px;
  font-weight: 100;
  margin-bottom: 110px;
}
.text-main {
  font-size: 20px;
  font-weight: 400;
}
.my-extrame {
  background-color: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.img-myextra {
  text-align: center;
}
.img-myextrame {
  padding-top: 32px;
}
.title-three {
  padding-top: 20px;
  font-size: 50px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 300;
}
.text-three {
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 40px;
}
.img-rd {
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  display: block;
}
.title-rd {
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  margin-top: 0;
}
.text-rd {
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}
.text-five {
  text-transform: uppercase;
  font-size: 20px;
  color: #2d3848;
  border-bottom: 2px solid rgba(45, 56, 72, 0.23);
  padding-bottom: 10px;
  display: inline-block;
}
.mywhite {
  color: #fff;
}
.full-section-two {
  width: 100%;
  padding-top: 60px;
  margin-top: 120px;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.bg-skills {
  background: url(../img/bg_skills.png?1508011304) no-repeat center center;
  background-size: cover;
}
.separ {
  margin-top: 50px;
}
.title-skill {
  font-size: 25px;
  color: #fff;
  text-align: left;
}
.bar-skill {
  background: #fff;
  padding: 5px;
  border-radius: 4px;
  margin-top: 10px;
}
.this-skill {
  height: 20px;
  border-radius: 3px;
}
.icon-skill {
  text-align: center;
  height: 75px;
  padding-top: 44px;
}
.my-red {
  background-color: #f53440;
}
.my-blue {
  background-color: #0989e7;
}
.my-pink {
  background-color: #ec0856;
}
.my-aqua {
  background-color: #00adc8;
}
.my-purple {
  background-color: #580183;
}
.my-green {
  background-color: #00cd98;
}
.my-ten {
  width: 10%;
}
.my-twenty {
  width: 20%;
}
.my-thirty {
  width: 30%;
}
.my-fourty {
  width: 40%;
}
.my-fifty {
  width: 50%;
}
.my-sixty {
  width: 60%;
}
.my-seventy {
  width: 70%;
}
.my-eighty {
  width: 80%;
}
.my-ninety {
  width: 90%;
}
.my-houndred {
  width: 100%;
}
.cont-mg {
  margin-top: 70px;
  margin-bottom: 30px;
}
.cont-ab {
  width: 100%;
  background-color: #fff;
  padding: 25px;
  border-radius: 7px;
  margin-bottom: 20px;
}
.title-four {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 35px;
}
.color-a {
  color: #580183;
}
.color-b {
  color: #0977c7;
}
.color-c {
  color: #580183;
}
.img-soft {
  margin-top: 10px;
  margin-bottom: 15px;
}
.ability {
  font-size: 20px;
  font-weight: 300;
  color: #5b6b7f;
  padding-top: 11px;
  padding-bottom: 18px;
}
.expert {
  font-size: 20px;
  padding-bottom: 18px;
  padding-top: 11px;
  color: #ec0856;
}
.advanced {
  font-size: 20px;
  padding-bottom: 18px;
  padding-top: 11px;
  color: #0977c7;
}
.text-awsm {
  font-size: 21px;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 14px;
  color: #758599;
}
.intrst {
  text-align: center;
  height: 65px;
  margin-bottom: 11px;
  line-height: 5;
}
.text-interest {
  text-align: center;
  font-size: 20px;
  color: #738a99;
}
#cd-timeline {
  position: relative;
  padding-right: 0;
  padding-bottom: 2em;
  padding-left: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08),
    0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.txt-times {
  text-align: center;
  display: block;
  padding-bottom: 10px;
  font-size: 20px;
  padding-top: 60px;
  border-bottom: 2px solid #580183;
  width: 140px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: 30px;
}
.cd-timeline-img img {
  display: block;
  width: 64px;
  height: 64px;
  position: relative;
  left: 31%;
  top: 30%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .txt-times {
    text-align: center;
    display: block;
    padding-bottom: 10px;
    font-size: 20px;
    padding-top: 60px;
    border-bottom: 2px solid #580183;
    width: 140px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
  .cd-timeline-img {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 140px;
  background: #222930;
  border-radius: 5px;
  padding: 1em;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #fff;
}
.cd-timeline-content .cd-date,
.cd-timeline-content .cd-read-more,
.cd-timeline-content p {
  font-size: 15px;
  color: #fff;
}
.cd-timeline-content .cd-date,
.cd-timeline-content .cd-read-more {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: #fff;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}
.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #222930;
}
.cd-date {
  font-style: italic;
  font-weight: 300;
}
.cd-timeline-content h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;

}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 27px;
    margin-top: 0;
    font-weight: 300;
  }
  .cd-timeline-content p {
    color: #fff;
    font-size: 15px;
  }
  .cd-timeline-content .cd-date,
  .cd-timeline-content .cd-read-more {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
  }
  .cd-date {
    font-style: italic;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 42%;
  }
  .cd-timeline-content .cd-date {
    float: left;
    padding: 0.3em 0;
    opacity: 0.7;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #222930;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 139%;
    font-style: italic;
    font-weight: 300;
    top: 6px;
    font-size: 23px;
    color: #222930;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #222930;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 142%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  .cssanimations
    .cd-timeline-block:nth-child(even)
    .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  content: "";
  display: table;
  clear: both;
}
.bg-work {
  background: url(../img/bg_work.png?1508011304) no-repeat center center;
  background-size: cover;
}
.nav-tabs {
  border-bottom: 0;
  text-align: center;
}
.nav-tabs > li {
  float: none;
  margin-bottom: 0;
  display: inline-block;
}
.nav-tabs > li > a {
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1.42857143;
  font-size: 23px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 10px 20px;
  font-weight: 300;
  border-radius: 50px;
  text-align: center;
}
.nav-tabs > li > a:hover {
  border-color: #dec572;
  color: #dec572;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: rgba(238, 238, 238, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #dec572;
  border: 2px solid #dec572;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tab-content {
  margin-top: 50px;
}
.title-wk {
  text-align: center;
  font-size: 34px;
  color: #dec572;
  font-weight: 300;
  padding-top: 20px;
}
.text-wk {
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  font-weight: 300;
}
.wk-company,
.wk-date {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.btn-pf,
.btn-pf:visited {
  display: block;
  float: left;
  margin: 0 auto;
  text-decoration: none;
  color: #748691;
  background: #fff;
  font-weight: 400;
  border-radius: 7px;
  padding-top: 16px;
  padding-right: 22px;
  padding-bottom: 16px;
  padding-left: 22px;
  text-align: center;
  font-size: 22px;
  border: 2px solid #cdd9e2;
  margin-left: 5px;
  margin-right: 5px;
}
.btn-pf.is-checked,
.btn-pf:active,
.btn-pf:hover {
  color: #282d30;
  border: 2px solid #f53440;
  cursor: pointer;
  outline: 0;
}
.depth-over-caption {
  z-index: 3;
}
.depth-over-hover {
  z-index: 7;
}
.depth-over-content {
  z-index: 11;
}
.jprt-container {
  position: relative;
  padding: 0;
}
.jprt-item {
  position: absolute;
  text-align: center;
  -webkit-transition: width 1s ease, top 1s ease, left 1s ease,
    opacity 0.5s ease;
  transition: width 1s ease, top 1s ease, left 1s ease, opacity 0.5s ease;
  z-index: 2;
}
.jprt-caption h1 {
  margin: 0;
}
.jprt-content {
  position: absolute;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: hidden;
  -webkit-transition: height 1s ease, top 1s ease, left 1s ease,
    opacity 0.5s ease;
  transition: height 1s ease, top 1s ease, left 1s ease, opacity 0.5s ease;
  z-index: 10;
}
.jprt-content.show_new_section {
  display: inline-block;
  z-index: 4;
}
.jprt-hover {
  position: absolute;
  opacity: 0;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: width 1s ease, top 1s ease, left 1s ease,
    opacity 0.25s ease;
  transition: width 1s ease, top 1s ease, left 1s ease, opacity 0.25s ease;
  z-index: 6;
}
.jprt-item:hover {
  cursor: pointer;
}
.jprt-item:hover .jprt-hover {
  opacity: 1;
}
.jprt-features {
  position: absolute;
  top: 15px;
  left: 0;
}
.jprt-features ul {
  list-style: none;
  padding: 0;
}
.jprt-features li {
  list-style: none;
  margin-bottom: 6px;
  padding: 3px 6px;
  font-size: 12px;
}
.jprt-item-status {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
}
.jprt-item-tags {
  position: absolute;
  bottom: 0;
  padding: 5px 10px;
  width: 100%;
}
.jprt-item-title {
  position: absolute;
  top: 40%;
  width: 100%;
  font-size: 24px;
  padding: 10px;
}
h1.jprt-item-title {
  margin-top: -13px;
}
.jprt-caption-img {
  width: 30%;
  height: auto;
  top: 50px;
  position: relative;
}
.jprt-btn-transparent-white {
  color: #fff;
  background: 0 0;
  border: 1px solid #fff;
  padding: 10px 20px;
  outline: 0;
}
.jprt-btn-transparent-white:hover {
  background: rgba(255, 255, 255, 0.3);
  outline: 0;
}
.jprt-arrow-down-border {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  background: #444;
  padding: 2px;
  left: 50%;
  margin-left: -30px;
  border-radius: 50%;
  z-index: 15;
  margin-bottom: -30px;
}
.jprt-arrow-down-back {
  width: 56px;
  height: 56px;
  position: absolute;
  background: #fff;
  top: 2px;
  left: 2px;
  border-radius: 50%;
}
.jprt-arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background: 0 0;
  border-bottom: 2px solid #444;
  border-right: 2px solid #444;
  border-radius: 2px;
  position: relative;
  width: 20px;
  height: 20px;
  margin: auto;
  margin-top: 15px;
}
.jprt-bg-build-area {
  background: -webkit-repeating-linear-gradient(
    135deg,
    #444,
    #444 10px,
    #dab91f 10px,
    #dab91f 20px
  );
  background: repeating-linear-gradient(
    -45deg,
    #444,
    #444 10px,
    #dab91f 10px,
    #dab91f 20px
  );
}
.jp-title {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 50px;
  font-weight: 300;
}
.jp-text {
  font-size: 35px;
  font-weight: 300;
}
.jp-bar {
  width: 150px;
  border-bottom: 2px solid #ef1345;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  height: 3px;
  margin-bottom: 20px;
}
.jprt-buttons {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.jprt-buttons .jprt-btn {
  background: rgba(255, 255, 255, 0);
  color: #6e7f93;
  font-size: 23px;
  padding: 15px 20px;
  margin: 10px;
  box-shadow: none;
  border-radius: 7px;
  border: 2px solid #b6c7cb;
  outline-style: none;
}
.jprt-buttons .jprt-btn.jprt-btn-active,
.jprt-buttons .jprt-btn.jprt-btn-active:hover,
.jprt-buttons .jprt-btn:hover {
  color: #282d30;
  border: 2px solid #f53440;
  cursor: pointer;
  outline: 0;
}
.jprt-item {
  background: #fff;
}
.jprt-item:nth-child(odd) .jprt-caption {
  background: #27b0d1;
}
.jprt-item:nth-child(even) .jprt-caption {
  background: #fff;
}
.jprt-hover {
  background: rgba(26, 39, 65, 0.95);
  color: #fff;
}
.jprt-content {
  background: #777;
  color: #eee;
}
.jprt-caption h1 {
  color: #fff;
}
.jprt-features li {
  background: #fff;
  color: #27b0d1;
}
.jprt-item-status {
  color: #fff;
}
.jprt-item-tags,
.jprt-item-title {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.my-gallery {
  padding-top: 40px;
  padding-bottom: 40px;
}
.full-width {
  width: 100%;
  padding: 50px;
}
.img-pf {
  width: 100%;
}
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 100002;
  -ms-touch-action: none;
  touch-action: none;
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
}
#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}
#imagelightbox-loading {
  width: 2.5em;
  height: 2.5em;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  margin: -1.25em 0 0 -1.25em;
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
}
#imagelightbox-loading div {
  width: 1.25em;
  height: 1.25em;
  background-color: #fff;
  -webkit-animation: imagelightbox-loading 0.5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite;
}
@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
}
@keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
#imagelightbox-overlay {
  background-color: rgba(17, 23, 31, 0.93);
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#imagelightbox-close {
  width: 2.5em;
  height: 2.5em;
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  right: 2.5em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#imagelightbox-close:focus,
#imagelightbox-close:hover {
  background-color: #111;
}
#imagelightbox-close:after,
#imagelightbox-close:before {
  width: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}
#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #666;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;
}
#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  padding: 0.313em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#imagelightbox-nav button {
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em;
}
#imagelightbox-nav button.active {
  background-color: #fff;
}
.imagelightbox-arrow {
  width: 3.75em;
  height: 7.5em;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em;
}
.imagelightbox-arrow:focus,
.imagelightbox-arrow:hover {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.75);
}
.imagelightbox-arrow:active {
  background-color: #111;
}
.imagelightbox-arrow-left {
  left: 2.5em;
}
.imagelightbox-arrow-right {
  right: 2.5em;
}
.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: "";
  display: inline-block;
  margin-bottom: -0.125em;
}
.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #fff;
  margin-left: -0.313em;
}
.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #fff;
  margin-right: -0.313em;
}
#imagelightbox-caption,
#imagelightbox-close,
#imagelightbox-loading,
#imagelightbox-nav,
#imagelightbox-overlay,
.imagelightbox-arrow {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 41.25em) {
  #imagelightbox-close {
    top: 1.25em;
    right: 1.25em;
  }
  #imagelightbox-nav {
    bottom: 1.25em;
  }
  .imagelightbox-arrow {
    width: 2.5em;
    height: 3.75em;
    margin-top: -2.75em;
  }
  .imagelightbox-arrow-left {
    left: 1.25em;
  }
  .imagelightbox-arrow-right {
    right: 1.25em;
  }
}
@media only screen and (max-width: 20em) {
  .imagelightbox-arrow-left {
    left: 0;
  }
  .imagelightbox-arrow-right {
    right: 0;
  }
}
.wall-gallery {
  display: block;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.wall-gallery:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.wall-portfolio {
  margin-top: 20px;
}
.doblock {
  display: block;
  margin-top: 30px;
}
.full-download {
  margin-top: 100px;
  background-color: #dec572;
  padding-top: 100px;
  padding-bottom: 100px;
}
.btn-dwnld {
  background-color: black;
  padding: 20px 40px;
  border-radius: 50px;
  font-size: 30px;
  margin-top: 13px;
  color: #1b1c3e;
  font-weight: 300;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-dwnld:focus,
.btn-dwnld:hover {
  background-color: #2d373d;
  color: #fff;
}
.social-ink {
  float: left;
  padding: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.social-ink:hover {
  float: left;
  padding: 20px;
  background-color: #2d373d;
  border-radius: 50%;
  border: 2px solid rgba(44, 49, 58, 1);
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bg-contact {
  background: url(../img/bg_6.png) no-repeat center center;
  background-size: cover;
}
.full-section-three {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.btn-class {
  text-align: center;
}
.title-ct {
  font-size: 70px;
  font-weight: 100;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
.separator-ct {
  border-bottom: 3px solid #dec572;
  width: 200px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.icon-ct {
  color: #fff;
  font-size: 40px;
  padding-top: 4px;
  padding-right: 10px;
  width: 100%;
}
.text-ct {
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  width: 100%;
}
.text-ct b {
  font-weight: 300;
}
.txt-center {
  text-align: center;
  display: inline-block;
}
.cntme {
  margin-top: 50px;
}
.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 12px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.42857143;
  color: #000000;
  background-color: rgb(255, 255, 255);
  background-image: none;
  border: none;
  border-bottom: 3px solid #000000;
  border-radius: 0;
}
.form-control:focus {
  border-bottom: 3px solid rgb(255, 255, 255);
}
.ct-name {
  background-image: url(../img/name.png?1508011304);
  background-position-x: 10px;
  background-position-y: 50%;
  background-position: 10px 50%;
  background-size: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(252, 252, 252);
  padding-left: 52px;
}
.ct-mail {
  background-image: url(../img/mail.png?1508011304);
  background-position-x: 10px;
  background-position-y: 50%;
  background-position: 10px 50%;
  background-size: initial;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(251, 251, 251);
  padding-left: 52px;
}
.btn-ctc {
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 25px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 15px 20px;
  display: block;
  font-weight: 300;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.btn-ctc:hover {
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 25px;
  color: #dec572;
  background-color: white;
  border-radius: 50px;
  padding: 15px 20px;
  display: block;
  font-weight: 300;
}
#successmsg {
  text-align: center;
  color: #fff;
  background-color: #ec0856;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: -20px;
  margin-left: auto;
  border-radius: 5px;
}
.pad {
  padding: 20px;
  margin: 0;
}
.padding-footer {
  padding: 50px;
}
.full-footer {
  background-color: #dec572;
  color: white;
}
.foo-right {
  font-size: 17px;
  text-align: right;
}
.foo-left {
  font-size: 17px;
  text-align: left;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0);
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png?1508011304) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  h1.name-boss {
    font-size: 80px;
    color: #fff;
    text-align: center;
  }
  h2.main-details {
    font-size: 40px;
    color: #fff;
    text-align: center;
  }
  p.extend-details {
    font-size: 19px;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.549);
    line-height: 1.287;
    font-weight: 300;
    text-align: center;
  }
  .img-rd {
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    display: block;
  }
  .title-rd {
    text-align: center;
    font-size: 45px;
    font-weight: 300;
    margin-top: 0;
  }
  .text-rd {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }
  .advanced,
  .expert {
    font-size: 18px;
    padding-bottom: 18px;
    padding-top: 14px;
  }
}
@media (max-width: 992px) {
  h1.name-boss {
    font-size: 70px;
    color: #fff;
    font-weight: 100;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  h2.main-details {
    font-size: 34px;
    color: #fff;
    text-align: center;
  }
  p.extend-details {
    font-size: 19px;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.549);
    line-height: 1.287;
    font-weight: 300;
    text-align: center;
  }
  .title-main {
    font-size: 70px;
    font-weight: 100;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .text-main {
    font-size: 19px;
    font-weight: 400;
  }
  .title-skill {
    padding-top: 20px;
  }
  .icon-skill {
    padding-top: 65px;
  }
  .txt-times {
    text-align: center;
    display: block;
    padding-bottom: 10px;
    font-size: 20px;
    padding-top: 60px;
    border-bottom: 2px solid #580183;
    width: 140px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  h1.name-boss {
    font-size: 50px;
    color: #fff;
    font-weight: 100;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  h2.main-details {
    font-size: 29px;
    color: #fff;
    text-align: center;
  }
  p.extend-details {
    font-size: 18px;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.649);
    line-height: 1.287;
    text-align: center;
  }
  .cd-headline.letters.type {
    font-size: 38px;
  }
  .title-main {
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 20px;
  }
  .text-main {
    font-size: 18px;
    font-weight: 400;
  }
  .img-rd {
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    display: block;
  }
  .title-rd {
    text-align: center;
    font-size: 35px;
    font-weight: 300;
    margin-top: 0;
  }
  .text-rd {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
  }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0);
  }
  .title-skill {
    padding-top: 0;
  }
  .separ {
    margin-top: 30px;
  }
  .advanced,
  .expert {
    font-size: 15px;
    padding-bottom: 18px;
    padding-top: 16px;
  }
  .social-ink {
    float: none;
    padding: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px;
  }
  .social-ink:hover {
    float: none;
    padding: 20px;
    background-color: #2d373d;
    border-radius: 50%;
    border: 2px solid rgba(44, 49, 58, 1);
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .text-ct {
    font-size: 28px;
    font-weight: 100;
    color: #fff;
    width: 100%;
  }
  .foo-right {
    font-size: 17px;
    text-align: center;
    padding-top: 30px;
  }
  .img-myextrame {
    padding-bottom: 12px;
    padding-top: 32px;
  }
  .text-five {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    color: #2d3848;
    border-bottom: 2px solid rgba(45, 56, 72, 0.23);
    padding-bottom: 10px;
    display: block;
  }
  .cd-timeline-content h2 {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  .btn-dwnld {
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 30px;
    margin-top: 27px;
    color: black;
    font-weight: 300;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
  }
  .social-ink {
    float: none;
    padding: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: 10px;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 10px;
  }
  .social-ink:hover {
    float: none;
    padding: 20px;
    background-color: #2d373d;
    border-radius: 50%;
    border: 2px solid rgba(44, 49, 58, 1);
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
