/*
* ----------------------------------------------------
Author     : Ideas_Factory
Template Name: Karizma - Modern vCard / Resume / CV / Portfolio
* ----------------------------------------------------
*/

/*
* -----------------------------------------------------
*  01.Common Styles 
*  02.Preloader 
*  03.Home
*  04.Menu
*  05.About Section 
*  06.Resume Section 
*  07.Services Section 
*  08.Prtfolio Section
*  09.Blog Section
*  10.Contact Section 
* -----------------------------------------------------
*/



/*=================================*/
/*  01.Common Styles 
/*=================================*/

body, html {
  font-size: 100%;
  padding: 0;
  margin: 0;
}

body {
  overflow: hidden;
  font-family: 'Quicksand', sans-serif;
  color: #666;
  background-color: #46515e;
  line-height: 2;
}

.page-inner {
  padding: 40px;
}

.page-right {
  color: #666;
  overflow-x: hidden !important;
}

img {
  display: block;
  max-width: 100%;
}

img.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
}

h3.tag-selector {
  float: left;
  margin-right: 20px;
}

h3.tag-selector:after {
  content: " :"
}

.primary-font {
  font-family: 'HACKED';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

.secondary-font {
  font-family: 'Future Imperfect';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

.page-inner h2 {
  font-weight: 300;
  font-size: 2.4em;
}

p {
  font-size: 16px;
  color: #111;
}

.full-height {
  background-size: cover;
  background-position: center;
}

h3.subtitle {
  position: relative;
}

h3.subtitle svg {
  position: absolute;
  top: 28px;
  left: 0;
}

g.Web {
  opacity: 1;
}

g.Header {
  stroke-width: 2px;
}

.padding-bottom-90 > .content {
  padding-bottom: 60px;
}

section {
  background-color: #46515e;
  height: 0;
  max-width: 850px;
}

section > .content {
  margin: 40px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.9);
}

section .container {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  max-width: 1000px;
}

.side.side-left.container {
  background-color: #303841;
}

.side.side-right .intro-content h3 {
  margin: 0px;
}

.side.side-right .intro-content h3.primary-font {
  margin-bottom: 10px;
  margin-top: 0px;
}

.post svg {
  margin-top: 20px;
  margin-bottom: 20px;
}

.post h3 {
  font-family: 'Future Imperfect';
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  color: #000;
  margin-top: 45px;
  margin-bottom: 25px;
}

.sec_title {
  position: relative;
  z-index: 55;
  margin-bottom: 60px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  padding-top: 32px;
  padding-bottom: 25px;
  line-height: 1;
}

.sec_title h2{
  display: inline-block;
  font-size: 43px;
  font-weight: 700;
  color: #222;
  text-transform: capitalize;
  position: relative;
  z-index: 5;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.contact .contact_form .submit,
.contact .contact_form .submit:hover {
  background-color: #46515e;
  border-color: #46515e;
}

.contact .contact_form .submit {
  color: #fff;
  font-weight: bolder;
}

label:after {
  content: ": "
}

label {
  float: left;
}

/*Main Color*/
.home_type .side #typed,
.menu .social-icons a:hover,
.menu .active_item,
.mob-menu .menu-title,
.menu .menu_list li a:hover,
.testimonials .arrows span:hover,
.fun-facts span,
.portfolio_sec  .item .info p,
.zoom-anim-dialog .project_info span,
.contact .info span.icon {
  color: #47A3DA;
}

.home_type .more_info a:hover,
.passions .passion div span,
.skills .skill div span,
.resume .date:after,
a.rslides_nav.rslides1_nav:hover,
.services .font-icon i,
.values .font-icon i,
li.active_filter:after,
.zoom-anim-dialog a.demo:hover {
  background-color: #47A3DA;
}

.home_type .more_info a:hover,
.testimonials .arrows span:hover,
.fun-facts h4,
.resume .item,
.services .font-icon i,
.values .font-icon i,
.zoom-anim-dialog a.demo,
.form-control:focus {
  border-color: #47A3DA;
}

g.Header {
  stroke: #47A3DA;
}

.pt-page {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pt-page-current, .no-js .pt-page {
  height: auto;
  visibility: visible;
  z-index: 1;
}

.pt-perspective {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}

/*End Common Styles*/



/*=================================*/
/*  02.Preloader 
/*=================================*/

.page-loader{
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;  
}

.loader{
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: #000;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5,0.5,1);
  }
}

/*End Preloader*/



/*=================================*/
/*  03.Home
/*=================================*/

dl.more_info {
	display: block;
  padding: 0.5em;
	margin-left: auto;
	margin-right: auto;
}
.more_info dt {
  float: left;
  clear: left;
  width: 50%;
  text-align: right;
  font-weight: bold;
	white-space: nowrap;
	margin-bottom: 10px;
	margin-right: 10px;
}
dt::after {
  content: " :";
}
.more_info dd {
	text-align: left;
  width: 50%;
	white-space: nowrap;
	margin-bottom: 10px;
}


.home_type .side {
  background-size: cover;
  background-position: center;
}

.home_type .side .overlayer {
  /* background-color: rgba(0, 0, 0, 0.7); */
  height: 100%;
  position: relative;
  z-index: 11;
}

.home_type .side h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 45px;
  position: relative;
  z-index: 10;
}

.home_type .side h1 .typed-cursor {
  font-weight: 100;
}

.home_type .more_info {
  margin-top: 40px;
}

.home_type .more_info a:hover {
  border-width: 2px;
  border-style: solid;
}

.home_type .more_info .info-title {
  font-weight: 500;
}

.home_type .more_info .info-body {
  color: rgba(238, 238, 238, 0.84);
}

.home_type .more_info a {
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-top: 30px;
  margin-right: 18px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.home_type .overlayer.pogoSlider {
  background: transparent;
  padding: 0 !important;
}

.home_type .overlayer.pogoSlider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
}

/*End Home Type*/



/*=================================*/
/*  04.Menu
/*=================================*/

.mob-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.38);
  padding: 17px 0;
  display: none;
}

.mob-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 58;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(95, 95, 95, 0.28);
  padding: 15px 0;
}

.mob-menu .mob-menu-content {
  overflow: hidden;
}

.mob-menu .menu-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
}

.navbar-toggle {
  padding: 0;
}

.navbar-toggle .icon-bar {
  background-color: #000;
  height: 2px;
  width: 22px;
  transition: all 0.2s;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.collapsed .icon-bar {
  transform: none !important;
  opacity: 1 !important;
}

.menu {
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}

.profile img {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.34),-1px 1px 1px rgba(0, 0, 0, 0.34);
}

.intro-content h1 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.intro-content h1 > span:first-child {
  color: #151515;
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

ul.menu_list {
  	padding-bottom: 0px;
  margin-bottom: 0px;
}



.menu_list a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 0;
}

.menu .social-icons {
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.menu .social-icons a {
  display: inline-block;
  margin-left: 15px;
  font-size: 13px;
  color: #252525;
}

.menu .social-icons a:first-of-type {
  margin-left: 0;
}

/*End Menu*/



/*=================================*/
/*  05.About Section 
/*=================================*/

.about span.main_work {
  font-size: 16px;
  font-weight: 500;
  color: #252525;
  letter-spacing: 0.5px;
}

.about h3 {
  margin-bottom: 45px;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
}

.passions .passion,
.skills .skill {
  padding-bottom: 15px;
  position: relative;
}

.passions .passion div,
.skills .skill div {
  text-align: right;
  padding-bottom: 12px;
  line-height: 1;
}

.passions .passion h5,
.skills .skill h5 {
  margin-right: 10px;
  color: #111;
  font-size: 14px;
  margin: 0;
  position: absolute;
  left: 0;
}

.passion > span,
.skill > span {
  color: rgba(0, 0, 0, 0.48);
  display: block;
  clear: both;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  font-style: italic;
}

.passions .passion div span,
.skills .skill div span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
}

.passions .passion .false,
.skills .skill .false {
  opacity: 0.19;
}

.owl {
  margin-left: -15px;
  margin-right: -15px;
}

.testi-content {
  padding: 15px;
  position: relative;
  background: #fafafa;
  border: 1px solid #eee;
}

.testi-content:after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 25px;
  width: 20px;
  height: 20px;
  background: #fafafa;
  transform: rotate(-45deg);
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.testimonials .arrows {
  float: right;
  margin-top: 10px;
}

.testimonials .arrows span {
  font-size: 21px;
  color: #333;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
  padding: 2px;
  cursor: pointer;
}

.testimonials .arrows span:hover {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
}

.testimonial {
  padding: 15px;
  padding-bottom: 8px;
  padding-top: 0;
  outline: none;
}

.testimonial p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}

.testimonial img {
  width: 60px;
  border-radius: 50%;
  position: absolute;
  margin-top: 20px;
  margin-left: 4px;
}

.testimonial h4,
.testimonial h5 {
  margin-left: 75px;
}

.testimonial h4 {
  margin-top: 23px;
  color: #222;
  font-size: 17px;
}

.testimonial h5 {
  color: rgba(0, 0, 0, 0.47);
}

.clients img {
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}

.clients img:hover {
  opacity: 1;
}

.fun-facts .item {
  text-align: center;
}

.fun-facts span {
  display: block;
  font-size: 40px;
}

.fun-facts h4 {
  font-size: 29px;
  color: #222;
  display: inline-block;
  padding-bottom: 13px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.fun-facts h5 {
  margin: 0;
}

/*End About Section*/



/*=================================*/
/*  06.Resume Section 
/*=================================*/

.resume h3 {
  display: inline-block;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  color: #252525;
  margin-bottom: 45px;
}

.resume .item {
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-top: 4px;
  margin-left: 5px;
  border-left-width: 1px;
  border-left-style: solid;
}

.resume .item:last-of-type {
  padding-bottom: 2px;
}

.resume .date {
  position: relative;
  line-height: 1;
}

.resume .date:after, .resume .date:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.resume .date:before {
  background: #FFFFFF;
  width: 15px;
  height: 15px;
  top: 8px;
  left: -23px;
}

.resume .date span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.5px;
}

.resume h4 {
  color: #222;
  font-size: 17px;
}

.resume .item p {
  font-size: 15px;
}

/*End Resume Section*/



/*=================================*/
/*  07.Services Section 
/*=================================*/

.values .item,
.services .item {
  padding-bottom: 40px;
}

.values .content,
.services .content {
  position: relative;
  z-index: 8;
}

.values .font-icon i,
.services .font-icon i {
  font-size: 25px;
  padding: 10px;
  color: #fff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  line-height: 32px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 5px;
}

.values .value_content p,
.services .service_content p {
  font-size: 15px;
  margin: 0;
}

.values h4,
.services h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/*End Services Section*/



/*=================================*/
/*  08.Prtfolio Section
/*=================================*/

.portfolio_sec .row {
  margin-right: -10px;
  margin-left: -10px;
}

.blog .ul-filter,
.portfolio_sec .ul-filter {
  margin-bottom: 30px;
}

.blog .ul-filter li,
.portfolio_sec .ul-filter li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.3;
  padding: 8px;
  text-transform: uppercase;
}

.blog .ul-filter li:after,
.portfolio_sec .ul-filter li:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}

li.active_filter {
  color: #000;
}

li.active_filter:after {
  transform: scale(1) !important;
}

.portfolio_sec .item {
  padding: 10px;
}

.portfolio_sec .item .project_content {
  position: relative;
}

.portfolio_sec .item .my_img,
.portfolio_sec .item .my__img {
  overflow: hidden;
}

.portfolio_sec .item img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio_sec .item:hover img {
  transform: scale(1.3);
}

.portfolio_sec .item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.portfolio_sec .item:hover .info {
  opacity: 1;
}

.portfolio_sec .item:hover .info h3,
.portfolio_sec .item:hover .info p {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.portfolio_sec  .item .info h3 {
  color: #fff;
  font-size: 20px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin-top: 25px;
}

.portfolio_sec  .item .info p {
  font-weight: bold;
  margin-bottom: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  margin-top: 6px;
  letter-spacing: 0.3px;
}

.zoom-anim-dialog .project__slider {
  position: relative;
}

a.rslides_nav.rslides1_nav {
  position: absolute;
  top: 45%;
  z-index: 555;
  display: inline-block;
  background: rgba(0, 0, 0, 0.18);
  color: #eee;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

a.rslides_nav.rslides1_nav i {
  font-size: 40px;
  line-height: 54px;
}

a.rslides_nav.rslides1_nav.prev {
  left: 0;
}

a.rslides_nav.rslides1_nav.next {
  right: 0;
}

.zoom-anim-dialog .display-table-cell{
  padding-top: 50px;
}

.zoom-anim-dialog h3 {
  margin-bottom: 15px;
  color: #333;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
}

.my-mfp-zoom-in button.mfp-close,
.my-mfp-zoom-in .mfp-close:active {
  font-size: 42px;
  border-left: 1px solid rgba(51, 51, 51, 0.69);
  border-radius: 50%;
  top: 20px;
  right: 20px;
  transition: all 0.3s ease-in-out;
}

.zoom-anim-dialog a.demo {
  padding: 8px 20px;
  color: #252525;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-width: 2px;
  border-style: solid;
}

.zoom-anim-dialog a.demo:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.zoom-anim-dialog iframe {
  width: 100%;
  max-width: 100%;
}

/*End Prtfolio Section*/



/*=================================*/
/*  09.Blog Section
/*=================================*/

.blog .item {
  margin-bottom: 50px;
}

.blog .margin-b-zero {
  margin-bottom: 0;
}

.blog .blog__img {
  position: relative;
}

.blog .blog__img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog .blog__img img {
  width: 100%;
}

.blog .blog__img i {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  z-index: 5;
  font-size: 50px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog .blog__img:hover:after,
.blog .blog__img:hover i {
  opacity: 1;
}

.blog .item .content {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: none;
}

.blog .item a h3 {
  display: inline-block;
  color: #333;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
  /*font-family: 'Quicksand', sans-serif;*/
}

.blog .info {
  font-size: 14px;
}

.blog .item p {
  margin-bottom: 0;
}

/*End Blog Section*/



/*=================================*/
/*  10.Contact Section 
/*=================================*/

.contact h3 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
}

.contact p {
  font-size: 15px;
}

.info .item {
  position: relative;
}

.contact .info {
  margin-top: 30px;
}

.info span.icon {
  font-size: 33px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 10px;
}

.info .item div {
  margin-left: 51px;
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
}

.info .item div:after {
  content: "";
  position: absolute;
  top: 5px;
  left: -10px;
  bottom: 0;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.08);
}

.contact .info span:not(.icon) {
  font-size: 16px;
  font-weight: 500;
  color: #151515;
}

.info .item div p {
  line-height: 1.2;
  margin-top: 10px;
}

.contact .info p a {
  color: #666;
}

.contact .contact_form {
  position: relative;
}

.contact .form-control {
  margin-top: 15px;
  border-radius: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}

.contact .form-control[name="name"] {
  margin-top: 7px;
}

.contact textarea.form-control {
  height: 200px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact .contact_form .submit {
  margin-top: 30px;
  border-radius: 0;
  font-size: 16px;
  border-width: 2px;
  border-style: solid;
  background: transparent;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact .contact_form .submit:hover {
  color: #fff;
}

.errorForm {
  border: 1px solid #da4856 !important;
}

.msg_success,
.msg_error{
  display: none;
  font-size: 12px;
  padding-top: 15px;
  position: absolute;
  bottom: -50px;
  text-transform: capitalize;
}

.msg_error p {
  color: #CE3D3D;
}

.msg_success p {
  color: #1FB4DA;
}

/*End Contact Section*/
