@import url("https://fonts.googleapis.com/css?family=Bree+Serif|Raleway:100,200,300,400,500,600,700,800,900|Yellowtail");
.col-md-offset-right-1 {
  margin-right: 8.33333333%;
}

.loading {
  position: absolute; top: -9999px; left: -9999px;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

.row.m0 {
  padding: 0px;
  margin: 0px;
}

body {
  line-height: 24px;
  font-size: 13px;
  color: #333333;
  font-family: "Raleway", sans-serif;
}

body.light_bg {
  background: #ffffff;
  background-size: contain;
}

body .content_inner_bg {
  background: #ffffff;
}

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

.pad {
  padding: 0px 68px;
}

#success {
  display: none;
  padding-left: 15px;
  padding-top: 10px;
}

#error {
  display: none;
  padding-left: 15px;
  padding-top: 10px;
}
::-webkit-scrollbar {
    width: 15px;
	border: 1px solid black;
	background-color: #F0F0F0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #A8A8A8;
  border: 1px solid black;
}

.ldBar-label {
  font-family: tahoma;
  font-size: 2.0em;
  font-weight: 900;
  position:relative;
  text-align: center;
}

/* Main title css
============================================================================================ */
.main_title {
  text-align: center;
  padding: 60px 0px;
}

.main_title h2 {
  font-size: 36px;
  font-family: "Bree Serif", serif;
  color: #222222;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #222222;
  display: inline-block;
  line-height: 58px;
  padding: 0px 23px;
}

/* End Main title css
============================================================================================ */
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Header Menu Area css
============================================================================================ */
.header_area {
  background: rgb(255, 255, 255);
}

.header_area .navbar.navbar-default {
  border: none;
  border-radius: 0px;
  background: transparent;
  margin: 0px;
}

.header_area .navbar.navbar-default .navbar-header .navbar-brand {
  padding: 0;
  display: block;
  line-height: 76px;
  color: #fff;
}

.header_area .navbar.navbar-default .navbar-header .navbar-brand img {
  display: inline-block;
}

.header_area .navbar.navbar-default .navbar-collapse .nav.navbar-nav li {
  margin-right: 40px;
}

.header_area .navbar.navbar-default .navbar-collapse .nav.navbar-nav li a {
  padding: 0px;
  background: transparent;
  line-height: 80px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  transition: all 400ms linear 0s;
}

.header_area .navbar.navbar-default .navbar-collapse .nav.navbar-nav li:hover a, .header_area .navbar.navbar-default .navbar-collapse .nav.navbar-nav li.active a {
  color: #fff;
}

.header_area .navbar.navbar-default .navbar-collapse .nav.navbar-nav li:last-child {
  margin-right: 0px;
}

.header_area.stricky-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
}

.header_area.stricky-fixed + section, .header_area.stricky-fixed + div, .header_area.stricky-fixed + .row {
  margin-top: 80px;
}

/* End Header Menu Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* About Person area css
============================================================================================ */
.about_person_area {
  background: #fff;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about_person_area .person_img {
  border: 1px solid #000;
  margin-right: 1px;
  max-width: 512px;
}

.about_person_area .person_img img {
  max-width: 100%;
}

.about_person_area .person_img .download_btn {
  margin-top: 40px;
  border-radius: 0%;
}

.download_btn {
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  font-size: 18px;
  position: relative;
}

.download_btn:before {
  content: "\f019";
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}

.about_person_area .person_details {
	border: 1px solid black;
	padding: 5%;
  display: table;
  margin: 20% 0;
}

.about_person_area .person_details p span {
  color: #C0A4B0;
}

.about_person_area .person_details p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
}

/* End About Person area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Download BTN area css
============================================================================================ */
.download_btn {
  display: block;
  background: rgb(219, 199, 255);
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  color: #222222;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

.download_btn span {
  display: inline-block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 400ms linear 0s;
}

.download_btn:before {
  content: "\f019";
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #222222;
  top: -100%;
  left: 0px;
  font-family: FontAwesome;
  transition: all 200ms ease-in;
}

.download_btn:hover span {
  -webkit-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}

.download_btn:hover:before {
  top: 0px;
}

.contact_btn {
  max-width: 140px;
  display: block;
  line-height: 40px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  border-radius: 0px;
  background: rgb(219, 199, 255);
  width: 100%;
  padding: 0px;
  position: relative;
  overflow: hidden;
}

.contact_btn span {
  display: inline-block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 400ms linear 0s;
}

.contact_btn:before {
  content: "\f1d8";
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  top: -100%;
  left: 0px;
  font-family: FontAwesome;
  transition: all 200ms ease-in;
}

.contact_btn:focus {
  background: rgb(219, 199, 255);
}

.contact_btn:hover {
  background: rgb(219, 199, 255);
}

.contact_btn:hover span {
  -webkit-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}

.contact_btn:hover:before {
  top: 0px;
}

/* End Download BTN area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Skill Area css
============================================================================================ */
.myskill_area .skill_text {
  padding-bottom: 28px;
  padding-bottom: 20px;
}

#skillTab .nav-pills > li > a {
  border-radius: 0;
  color: black;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid black;
  margin: -1px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a, .nav-pills > li.active > a:hover {
	background-color: white;
}

#tagsphereTab>a{
  height: 45px;
}

.log_area{
  margin-bottom: 60px;
}

.myskill_area #skillTab ul li:last-child a{
  padding: 7px;
}

.myskill_area .skill_text h4 {
  font-family: "Raleway", sans-serif;
  color: #333333;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 25px;
}

.myskill_area .skill_text p {
  font-size: 13px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  color: #333333;
}

.myskill_area .skill_item_inner .single_skill h4 {
  font-size: 16px;
  color: #333333;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 5px;
}

.myskill_area .skill_item_inner .single_skill .progress {
  margin-bottom: 30px;
  height: 30px;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  background: transparent;
  padding-left: 1px;
  border: 1px solid black;
}

.myskill_area .skill_item_inner{
  margin:20px 2px;
  padding-right: 20px;
  overflow:auto;
}

.myskill_area .skill_item_inner .single_skill .progress .progress-bar {
  background: white;
  box-shadow: none;
}

.myskill_area .skill_item_inner .single_skill .progress .progress-bar .progress_parcent {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: black;
  line-height: 30px;
  text-align: right;
  padding-right: 10px;
}

.myskill_area .skill_item_inner .single_skill:last-child .progress {
  margin-bottom: 0px;
}

/* End Skill Area css
============================================================================================ */
/* log Area css
============================================================================================ */
.item {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
.item .image {
  padding: 1em 2em;
}
.item .image > div {
  position: relative;
  text-align: center;
  font-size: 0.8em;
}
.item .image > div::after {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid rgb(225, 225, 225);
  position: absolute;
  top: 2.75em;
  left: 2.5em;
  z-index: -1;
}
.item .image img {
  border-radius: 50%;
  height: 5em;
  border: 0.35em solid rgb(225, 225, 225);
}
.item .image span {
  display: block;
  clear: both;
  min-width: 70px;
  padding: 0.25em 0;
  margin: 0.5em 0;
  background: rgb(225, 225, 225);
}
.item .details {
  position: relative;
  flex-grow: 1;
}
.item .details > div {
  border: 1px solid rgb(225, 225, 225);
  border-radius: 0.5em;
  padding: 1.5em;
  margin: 1em 0;
}
.item .details > div h1 {
  font-size: 1.4em;
  margin: 0;
  padding: 0 0 0.5em 0;
  letter-spacing: 0.1em;
}
.item .details > div p {
  margin: 0;
  padding: 0;
  line-height: 150%;
}
.item .details::before {
  content: '';
  width: 0;
  height: 100%;
  border-left: 1px solid rgb(225, 225, 225);
  position: absolute;
  top: 0;
  left: -4.35em;
  z-index: -1;
}


/* End log Area css
============================================================================================ */
/* Portfolio css
============================================================================================ */
.portfolio_area .porfolio_menu {
  text-align: center;
}

.portfolio_area .porfolio_menu .causes_filter {
  text-align: center;
  border-bottom: 5px solid #fff;
  display: inline-block;
  border-radius: 2.5px;
}

.portfolio_area .porfolio_menu .causes_filter li {
  display: inline-block;
  margin-right: 45px;
}

.portfolio_area .porfolio_menu .causes_filter li a {
  font-size: 18px;
  color: #222222;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 36px;
  position: relative;
  display: inline-block;
}

.portfolio_area .porfolio_menu .causes_filter li a:before {
  content: "";
  height: 5px;
  background: rgb(219, 199, 255);
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 400ms linear 0s;
}

.portfolio_area .porfolio_menu .causes_filter li:hover a:before, .portfolio_area .porfolio_menu .causes_filter li.active a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio_area .porfolio_menu .causes_filter li:first-child a:before {
  border-bottom-left-radius: 2.5px;
  border-top-left-radius: 2.5px;
}

.portfolio_area .porfolio_menu .causes_filter li:last-child {
  margin-right: 0px;
}

.portfolio_area .porfolio_menu .causes_filter li:last-child a:before {
  border-bottom-right-radius: 2.5px;
  border-top-right-radius: 2.5px;
}

.portfolio_area .portfolio_list_inner .portfolio_item {
  margin-top: 40px;
}

.portfolio_area .portfolio_list_inner .portfolio_item .portfolio_img {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.portfolio_area .portfolio_list_inner .portfolio_item .portfolio_img:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
}

.portfolio_area .portfolio_list_inner .portfolio_item .portfolio_img img {
  max-width: 100%;
}

.portfolio_area .portfolio_list_inner .portfolio_item .portfolio_title {
  text-align: center;
  background: #fff;
  transition: all 400ms linear 0s;
}

.portfolio_area .portfolio_list_inner .portfolio_item .portfolio_title h4 {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  padding: 18px 0px 10px 0px;
}

.portfolio_area .portfolio_list_inner .portfolio_item .portfolio_title h5 {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: #666666;
  padding-bottom: 18px;
}

.portfolio_area .portfolio_list_inner .portfolio_item:hover .portfolio_img:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.portfolio_area .portfolio_list_inner .portfolio_item:hover .portfolio_title {
  background: rgb(219, 199, 255);
}

.portfolio_area .portfolio_list_inner .portfolio_item:hover .portfolio_title h4 {
  color: #fff;
}

.portfolio_area .portfolio_list_inner .portfolio_item:hover .portfolio_title h5 {
  color: #fff;
}

/* End Portfolio css
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer area css
============================================================================================ */
.social_icon {
  margin-top: 20px;
  margin-bottom: 5px;
}

.social_icon li {
  display: inline-block;
  margin: 0 10px;
}

.social_icon li a {
  height: 40px;
  width: 40px;
  padding-top: 5px;
  margin: 5px 0px;
  text-align: center;
  border: 1px solid #677fb5;
  display: block;
  line-height: 40px;
  font-size: 28px;
  border-radius: 5px;
  transition: all 400ms linear 0s;
  color: #677fb5;
}


.social_icon li:nth-child(1) a {
  color: #70c2e9;
  border-color: #70c2e9;
  background-color: rgb(225, 225, 225);
}

.social_icon li:nth-child(1):hover a {
  background: #70c2e9;
  color: #fff;
}

.social_icon li:nth-child(2) a {
  color: #0274B3;
  border-color: #0274B3;
  background-color: rgb(225, 225, 225);
}

.social_icon li:nth-child(2):hover a {
  background: #0274B3;
  color: #fff;
}

.social_icon li:nth-child(3) a {
  color: #212529;
  border-color: #212529;
  background-color: rgb(225, 225, 225);
}

.social_icon li:nth-child(3):hover a {
  background: #212529;
  color: #fff;
}

.social_icon li:nth-child(4):hover a {
  background: #677fb5;
  color: #fff;
}

.social_icon li:nth-child(4) a {
  color: #26b7e7;
  border-color: #26b7e7;
  background-color: rgb(225, 225, 225);
}

.footer_inner {
  text-align: center;
}

.footer_copyright {
  background: rgb(0, 0, 0);
  color: #FFFFFF;
}

.footer_copyright .container{
  height: 110px;
  margin-top: 30px;
  text-align: center;
  padding-bottom: 10px;
}

.footer_copyright .pull-left h5 {
  font-size: 13px;
  color: #000;
  font-family: "Raleway", sans-serif;
  line-height: 100px;
}

.footer_copyright .pull-left h5 a {
  font-weight: bold;
  color: #000;
}

.footer_copyright .pull-right .navbar-nav li {
  margin-right: 40px;
}

.footer_copyright .pull-right .navbar-nav li a {
  padding: 0px;
  background: transparent;
  line-height: 100px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #000;
  transition: all 400ms linear 0s;
}

.footer_copyright .pull-right .navbar-nav li:last-child {
  margin-right: 0px;
}


.Logo {
  position: absolute;
  height: 250px;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  top: 50%;
  margin-top: -125px;
  fill: #000;
  fill: #000;
  stroke: #000;
}

.Animate-Draw {
  fill-opacity: 0;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-direction: 1;
  
  animation-name: DrawLine, FadeStroke, FillIn;
  animation-duration: 2s, 0.5s, 0.5s;
  animation-delay: 0s, 1.8s, 1.8s;
}

#Draw-Mark {
  stroke-dashArray: 1100;
  stroke-dashoffset: 1100; 
}

#Draw-Frame { 
  animation-delay: 0.5s, 1.8s, 1.8s;
  animation-duration: 1.8s, 0.5s, 0.5s; 
  stroke-dashArray: 1500;
  stroke-dashoffset: 1500;
}

#Draw-Text { 
  animation-delay: 0.5s, 1.0s, 1.0s; 
  animation-duration: 1s, 0.5s, 0.5s; 
  stroke-dashArray: 300;
  stroke-dashoffset: 300;
  animation-duration: 2s;
}

@keyframes DrawLine {
  to { stroke-dashOffset: 0; }
}

@keyframes FadeStroke {
  to { stroke-opacity: 0; }
}

@keyframes FillIn {
  from { fill-opacity: 0; }
  to { fill-opacity: 1; }
}

/* End Footer area css
============================================================================================ */
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
#tagsphereTab{
  visibility: hidden;
}
#topBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 120px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  border: 1px solid #000;
  background: white;
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 0px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#topBtn:hover {
  text-decoration: underline;
}