/* ============================================
   TEMEL STILLER
   ============================================ */

body,
html {
  height: 100%;
  font-family: Athiti, sans-serif;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway, sans-serif;
  padding: 0;
  margin: 0;
}

#home h3 {
  color: #fff;
  font-weight: 400;
  padding-top: 20px;
  font-family: 'Indie Flower', cursive;
}

p {
  font-size: 17px;
  color: #777;
  font-family: Athiti, sans-serif;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

li,
ul {
  margin: 0;
  padding: 0;
}

/* ============================================
   GENEL KLASLARı
   ============================================ */

.fix {
  overflow: hidden;
}

.pt100 {
  padding-top: 100px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) {
  .pt100 {
    padding-top: 120px;
  }
  
  .pb100 {
    padding-bottom: 120px;
  }
}

.mb100 {
  margin-bottom: 100px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.transition-ease {
  transition: all 0.3s ease;
}

.transition-ease:hover {
  opacity: 0.9;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeInUp 0.6s ease-out;
}

.about-section,
.skill-section,
.service-section,
.resume-section,
.portfolio-section,
.testimonial-section,
.contact-section {
  animation: fadeInUp 0.8s ease-out;
}

.nopad {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

/* ============================================
   SECTION TITLE
   ============================================ */

.section-title {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.section-title h2 {
  font-family: Raleway, sans-serif;
  font-size: 36px;
  font-weight: 800;
  text-transform: capitalize;
  color: #000;
}

.section-title h2:after {
  content: "";
  height: 1px;
  width: 90px;
  background: #9c9c9c;
  position: absolute;
  bottom: 0;
  left: calc(50% - 45px);
  z-index: 1;
}

.section-title h2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: calc(50% - 10px);
  height: 6px;
  width: 20px;
  z-index: 2;
}

/* ============================================
   BUTONLAR
   ============================================ */

.site-btn {
  position: relative;
  color: #fff;
  padding: 14px 40px;
  border: 2px solid transparent;
  font-family: Athiti, sans-serif;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 1px;
  min-width: 170px;
  background: #2196F3;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.site-btn:focus,
.site-btn:hover {
  outline: 0;
  text-decoration: none;
}

.site-btn:hover {
  background: #fff;
  color: #2196F3;
  border-color: #2196F3;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(33, 150, 243, 0.3);
}

.site-btn.btn-outline {
  background: #fff;
  border: 2px solid #fff;
  padding: 14px 40px;
  color: #2196F3;
}

.site-btn.btn-outline:hover {
  background: #2196F3;
  border-color: #2196F3;
  color: #fff;
}

.site-btn.cv-btn {
  background: #fff;
  color: #2196F3;
  border: 2px solid #2196F3;
}

.site-btn.cv-btn:hover {
  background: #fff;
  color: #2196F3;
  border-color: #2196F3;
}

.site-btn.contact-btn {
  background: #2196F3;
  color: #fff;
  border: 2px solid #2196F3;
}

.site-btn.contact-btn:hover {
  background: #2196F3;
  color: #fff;
  border-color: #2196F3;
}

/* ============================================
   ANIMASYONLAR
   ============================================ */

.mouse-bg {
  background-repeat: no-repeat;
  background-size: auto auto;
  position: absolute;
}

.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
  color: 0;
}

.fa-angle-double-down {
  color: #fff;
  font-size: 30px;
}

.down-section {
  position: absolute;
  bottom: 20px;
  left: 49.4%;
}

@-webkit-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}

@-moz-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}

@-o-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}

@-ms-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}

@keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}

/* ============================================
   PRELOADER
   ============================================ */

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

.loader {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

.loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  -webkit-animation: rotate 1s 0s ease-in-out infinite;
  animation: rotate 1s 0s ease-in-out infinite;
}

.loader > div:last-child {
  display: inline-block;
  top: -10px;
  left: -10px;
  width: 15px;
  height: 15px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border-color: #fff transparent #fff transparent;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/* ============================================
   SOSYAL MEDYAl
   ============================================ */

.social i {
  color: #fff;
  width: 40px;
  border: none;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  height: 40px;
  padding: 10px;
}

/* ============================================
   PROGRESS BAR
   ============================================ */

.KW_progressContainer {
  left: 0;
  width: 100%;
  height: 0.4em;
  margin-bottom: 0;
  position: fixed;
  bottom: 0;
  overflow: hidden;
  background-color: #fff;
  content: "";
  display: table;
  table-layout: fixed;
}

.KW_progressBar {
  width: 0%;
  float: left;
  height: 100%;
  z-index: 99;
  max-width: 100%;
  background-color: orange;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.responsive {
  display: none;
  position: relative;
  width: 30px;
  height: 22px;
  cursor: pointer;
}

.responsive i {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  transition: all 0.3s ease;
}

.responsive i:nth-child(1) {
  top: 0;
}

.responsive i:nth-child(2) {
  top: 10px;
}

.responsive i:nth-child(3) {
  top: 20px;
}

.responsive.active i:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.responsive.active i:nth-child(2) {
  opacity: 0;
}

.responsive.active i:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

/* ============================================
   OVERLAY
   ============================================ */

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.75);
}

/* ============================================
   HEADER
   ============================================ */

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0);
  padding: 15px 50px;
}

.header-section .logo {
  display: inline-block;
  float: left;
}

.header-section .logo a {
  color: #fff;
  font-size: 38px;
  line-height: 38px;
  font-weight: 800;
  font-family: Raleway, sans-serif;
}

.header-section .menu-list {
  list-style: none;
  float: right;
  margin-top: 0;
}

.header-section .menu-list li {
  display: inline;
}

.header-section .menu-list li a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  position: relative;
  font-family: Athiti, sans-serif;
  font-size: 16px;
  letter-spacing: 0.09em;
}

.header-section .menu-list li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: 6px;
  left: 50%;
  margin-left: 0;
  background: #673ab7;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-section .menu-list li a:hover:after {
  width: 20px;
  margin-left: -10px;
}

.header-section .menu-list .current a:after {
  width: 20px;
  margin-left: -10px;
}

.header-section.sticky {
  position: fixed;
  background: #000;
  padding: 10px 50px;
}

.header-section.sticky .logo img {
  height: 40px;
  width: auto !important;
}

.header-section.sticky .menu-list li a {
  color: #a0a0a0;
}

/* ============================================
   INTRO SECTION
   ============================================ */

.intro-section {
  height: 100%;
  position: relative;
}

.bg-cms {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 35% center;
  background-repeat: no-repeat;
}

.bg-cms:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
}

#particles,
.hero-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.hero-slider .bg-cms {
  position: relative;
}

.hero-slider.owl-carousel .owl-item,
.hero-slider.owl-carousel .owl-stage,
.hero-slider.owl-carousel .owl-stage-outer {
  height: 100%;
}

.intro-button {
  position: absolute;
  bottom: 50px;
  left: 43%;
}

.intro-button a:hover {
  color: #fff;
}

#round {
  position: absolute;
  top: 0;
  left: 0;
}

.intro-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: table;
}

.intro-inner .intro-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.intro-inner .intro-content .container {
  padding-left: 60px;
}

.intro-inner .intro-content h2 {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 100px;
  letter-spacing: -3px;
  font-weight: 700;
}

.intro-inner .intro-content p {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
}

.content-up {
  position: relative;
  z-index: 10;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ============================================
   ABOUT SECTION
   ============================================ */

.about-section {
  position: relative;
}

.about-text h2 {
  font-size: 35px;
  margin-bottom: 30px;
}

.about-text p ins {
  text-decoration-style: dashed;
}

.about-text .btn {
  display: inline-block;
}

@media (max-width: 767px) {
  .about-text .btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}

.single-progress-item {
  margin-bottom: 35px;
  position: relative;
}

.single-progress-item p {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-bottom: 0;
  color: #333;
}

.progress-bar-style {
  display: block;
  height: 5px;
  position: relative;
  width: 100%;
  border-radius: 25px;
}

.bar-inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 25px;
}

.bar-inner span {
  position: absolute;
  right: 0;
  font-weight: 700;
  top: -15px;
  font-size: 10px;
  letter-spacing: 0.1em;
}

/* ============================================
   SERVICE SECTION
   ============================================ */

.service-section {
  background: #f4f4f4;
}

.service-item {
  text-align: center;
  padding: 50px 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(64, 64, 64, 0.1);
}

.service-item i {
  font-size: 30px;
  margin-bottom: 30px;
}

.service-item h4 {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 700;
}

.service-item p {
  font-size: 15px;
  line-height: 22px;
}

/* ============================================
   RESUME SECTION
   ============================================ */

.resume-item {
  margin-bottom: 65px;
}

.resume-item h2 {
  font-size: 20px;
  font-weight: 700;
}

.resume-item .resume-left {
  text-align: right;
}

.resume-item .resume-left div {
  padding-right: 100px;
}

.resume-item .resume-left p {
  font-size: 12px;
}

.resume-item .resume-right {
  position: relative;
}

.resume-item .resume-right h2 {
  margin-bottom: 20px;
}

.resume-item .resume-right h2:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: -52px;
  top: 0;
  background: #fff;
  border: 3px solid;
  border-radius: 25px;
  z-index: 1;
}

.resume-item .resume-right:after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% + 65px);
  left: -45px;
  top: 0;
  opacity: 0.5;
}

.resume-item:last-child {
  margin-bottom: 0;
}

.resume-item:last-child .resume-right:after {
  height: 0;
}

/* ============================================
   PORTFOLIO SECTION
   ============================================ */

.portfolio-section {
  background: #f4f4f4;
}

.portfolio-filter {
  list-style: none;
  text-align: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.portfolio-filter li {
  display: inline-block;
  margin: 0 20px;
  font-size: 14px;
  padding: 8px 0;
  cursor: pointer;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #999;
  background: transparent;
  position: relative;
}

.portfolio-filter li:hover {
  color: #666;
  border-bottom-color: #999;
}

.portfolio-filter li.active {
  background: transparent;
  border: none;
  border-bottom: 3px solid #2196F3;
  color: #999;
  box-shadow: none;
}

.portfolio-btn {
  display: inline-block;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  border: none;
  border-bottom: 3px solid transparent;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.portfolio-btn:hover {
  color: #666;
  border-bottom-color: #999;
  text-decoration: none;
}

.portfolio-btn.active {
  color: #999;
  border-bottom-color: #2196F3;
}

.work-item {
  position: relative;
  display: block;
  outline: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.work-item:hover {
  box-shadow: 0 12px 28px rgba(33, 150, 243, 0.2);
  transform: translateY(-8px);
}

.work-item img {
  min-width: 100%;
  display: block;
}

.work-item .work-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: 0 0;
  z-index: 1;
  transition: all 0.4s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-item .work-inner .work-info {
  position: relative;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}

.work-item .work-inner .work-info h2 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 700;
  animation: slideUp 0.4s ease forwards;
  animation-delay: 0.1s;
}

.work-item .work-inner .work-info p {
  color: #fff;
  margin: 0 15px 20px;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  animation: slideUp 0.4s ease forwards;
  animation-delay: 0.2s;
}

.work-item .work-inner .work-info span {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  background: transparent;
  padding: 4px 8px;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  animation: slideUp 0.4s ease forwards;
  animation-delay: 0.3s;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.work-inner,
.work-item,
.work-item img {
  transition: all 0.3s ease-in-out 0s;
}

.work-item:hover img {
  transform: scale(1.1);
  filter: brightness(0.7);
}

.work-item:hover .work-inner {
  background: rgba(0, 0, 0, 0.7);
}

.work-item:hover .work-inner .work-info {
  opacity: 1;
}

/* ============================================
   WORK POPUP
   ============================================ */

.work-popup {
  max-width: 550px;
  background: #fff;
  position: relative !important;
  margin: 30px auto;
  left: 0 !important;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 0.5s cubic-bezier(0.56, 0.16, 0.15, 0.86) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.56, 0.16, 0.15, 0.86) 0s;
}

.work-popup img {
  width: 100%;
  height: 100%;
}

.mfp-ready .work-popup {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mfp-removing .work-popup {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.work-popup-content {
  padding: 25px;
}

.work-popup-content h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.work-popup-content p {
  text-align: left;
  line-height: 24px;
  font-size: 15px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.55);
}

/* ============================================
   TESTIMONIAL SECTION
   ============================================ */

.testimonial-item {
  text-align: center;
}

.testimonial-item p {
  margin-bottom: 20px;
  font-style: italic;
  font-size: 20px;
}

.testimonial-item h2 {
  font-size: 20px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}

.testimonial-item .company-name {
  font-size: 18px;
}

#testimonial-carousel .owl-nav {
  text-align: center;
  margin-top: 17px;
}

#testimonial-carousel .owl-nav div {
  font-size: 14px;
  margin: 0 5px;
  padding: 0 5px 0 0;
  background: 0 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 0 solid transparent;
}

#testimonial-carousel .owl-nav div i {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
}

#testimonial-carousel .owl-nav div:hover {
  opacity: 0.8;
}

/* ============================================
   FORMS
   ============================================ */

.search-form button {
  color: #ccc;
}

.section-titles h2 {
  font-size: 24px;
  font-weight: 600;
  color: #303030;
}

.input-group-btn .btn {
  height: 40px;
}

.form-control {
  border-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-bottom: 20px;
  min-height: 40px;
}

.space-60 {
  height: 60px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.list-unstyled li {
  display: inline-block;
  margin: 10px 0;
}

.list-unstyled h5 {
  font-size: 14px;
  font-weight: 700;
  color: #303030;
  margin: 0 0 10px;
}

.list-unstyled small {
  color: #303030;
}

/* ============================================
   BLOG SECTION
   ============================================ */

.blog-section {
  background: #f4f4f4;
}

.blog-area .section-tilte-area h2 {
  color: #000;
  margin-bottom: 60px;
}

.single-blog-content {
  background-color: #fff;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-top: -2px;
}

.single-blog-link {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-blog-area a.single-blog-link img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.single-blog-area:hover a.single-blog-link img {
  transform: scale(1.1);
}

.single-tag {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 5px;
  text-align: center;
  line-height: 1.1;
}

.tags a {
  color: #666;
}

.page-top.single-blog-hero {
  background: url(../images/blog/Portfolyobg.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.single-blog-title {
  margin-bottom: 5px;
  font-weight: 500;
}

.single-blog-title a {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.blog-meta a {
  color: #ababab;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}

.blog-section .read-more {
  text-align: left;
}

.blog-section .read-more a {
  text-transform: uppercase;
  text-decoration: none;
  color: #673ab7;
  font-weight: 600;
}

.sidebar-widget-list li {
  width: 100%;
}

/* ============================================
   CONTACT SECTION
   ============================================ */

.contact-info {
  text-align: center;
}

.contact-info i {
  margin-bottom: 20px;
  font-size: 25px;
}

.contact-info p {
  font-size: 14px;
  line-height: 20px;
}

.send-form-style {
  margin-top: 60px;
}

.send-form-style input {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ddd;
  font-family: Raleway, sans-serif;
}

.send-form-style input:focus,
.send-form-style input:hover {
  outline: 0;
}

.send-form-style textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 50px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ddd;
  font-family: Raleway, sans-serif;
}

.send-form-style textarea:focus,
.send-form-style textarea:hover {
  outline: 0;
}

.send-form-style #send-form.done {
  background: #0fa049;
  border-color: #0fa049;
  color: #fff;
}

.send-form-style #send-form.error {
  background: #e20808;
  border-color: #e20808;
  color: #fff;
}

#result {
  margin: 30px 0 0 0;
  text-align: center;
}

label.error {
  color: #fc0202;
}

/* ============================================
   PAGE TOP / POSTS
   ============================================ */

.page-top {
  height: 350px;
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: table;
  background: #111;
}

.page-top-info {
  display: table-cell;
  vertical-align: middle;
  z-index: 11;
  position: relative;
}

.page-top-info h2 {
  color: #fff;
  font-size: 50px;
}

.single-poat {
  margin-bottom: 80px;
}

.single-poat p {
  font-size: 16px;
  margin-bottom: 0;
}

.single-poat blockquote {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  border-left: 4px solid #000;
  padding-left: 20px;
  margin: 40px 0;
}

.post-intro {
  margin-bottom: 30px;
}

.full-img {
  min-width: 100%;
}

.list-style {
  padding: 30px;
  line-height: 24px;
}

.list-style li {
  font-size: 16px;
  list-style: circle;
}

/* ============================================
   COMMENTS
   ============================================ */

.comments {
  margin-top: 80px;
}

.comments h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
}

.post-comments {
  margin-top: 50px;
  list-style: none;
}

.post-comments li {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.post-comments li:last-child {
  margin-bottom: 0;
  border: none;
}

.post-comments h3 {
  font-size: 15px;
  margin-bottom: 10px;
}

.post-comments p {
  font-size: 14px;
  line-height: 30px;
}

.commernt-img {
  width: 15%;
  float: left;
}

.commernt-img img {
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 2px;
}

.comment-text {
  width: 85%;
  float: left;
  padding-left: 30px;
}

.cm-reply {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  color: #111;
}

.cm-reply i {
  margin-right: 5px;
}

/* ============================================
   FOOTER SECTION
   ============================================ */

.footer-section {
  background: linear-gradient(135deg, #111 0%, #1a1a1a 100%);
  text-align: center;
  padding: 70px 0;
  border-top: 3px solid #2196F3;
}

.footer-section .social-links {
  margin-bottom: 25px;
}

.social-links a {
  display: inline-table;
  text-align: center;
  height: 40px;
  width: 40px;
  color: #fff;
  border-radius: 50%;
  margin: 0 8px;
  transition: all 0.3s ease;
  transform: translateY(0);
}

.social-links a:hover {
  opacity: 1;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(103, 58, 183, 0.4);
}

.social-links a i {
  display: table-cell;
  vertical-align: middle;
}

.social-links a.facebook {
  background: #2d5da1;
}

.social-links a.twitter {
  background: #1ab1e5;
}

.social-links a.google {
  background: #dd5f59;
}

.social-links a.instagram {
  background: #d12f9a;
}

.social-links a.linkedin {
  background: #1275b1;
}

.social-links a.pinterest {
  background: #ca242f;
}

.social-links a.github {
  background: #000;
}

.footer-section p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: normal;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-img {
    margin-bottom: 20px;
  }

  .page-top-info h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-item,
  .service-item {
    margin-bottom: 30px;
  }

  .resume-item .resume-left {
    text-align: left;
  }

  .header-section {
    padding: 10px 30px;
  }

  .header-section.bgc {
    background: #000;
  }

  .header-section.bgc .logo {
    margin-bottom: 10px;
  }

  .header-section .menu-list {
    display: none;
    float: none;
    clear: both;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
    border-top: 2px solid #2196F3;
    z-index: 998;
    animation: slideDown 0.3s ease;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .header-section .menu-list li {
    display: inline;
  }

  .header-section .menu-list li a {
    display: block;
    padding: 10px;
  }

  .header-section .menu-list li a:after {
    left: 0;
  }

  .header-section .menu-list li a:hover:after {
    width: 10px;
    margin-left: 10px;
  }

  .header-section .menu-list .current a:after {
    margin-left: 10px;
  }

  .responsive {
    display: block;
    color: #fff;
    font-size: 34px;
    position: absolute;
    right: 30px;
  }

  .intro-inner .intro-content h2 {
    font-size: 50px;
  }

  .about-img {
    margin-bottom: 20px;
  }

  .about-top h2 {
    font-size: 25px;
  }

  .contact-info {
    margin-bottom: 30px;
  }

  .contact-info:last-child {
    margin-bottom: 0;
  }

  .page-top-info h2 {
    font-size: 30px;
  }

  .site-btn {
    font-size: 12px;
    padding: 8px 16px;
  }

  .site-btn.cv-btn,
  .site-btn.contact-btn {
    font-size: 12px;
    padding: 8px 16px;
  }
}

@media only screen and (max-width: 479px) {
  .stitle h2 {
    font-size: 30px;
  }

  .intro-inner .intro-content h2 {
    font-size: 35px;
    letter-spacing: 1px;
  }

  .intro-inner .intro-content p {
    margin-top: 10px;
  }

  .about-top h2 {
    font-size: 20px;
  }

  #particles {
    display: block !important;
  }
}